body {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.035em;
    background-color: #fff;
    color: #757575;
    overflow-x: hidden
}

a:focus,
a:hover,
button,
textarea,
input {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important
}

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

.left-half {
    padding-left: 0;
    left: 0;
    right: 50%
}

.text-right-desktop {
    text-align: right
}

.text-left-desktop {
    text-align: left
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.flex {
    display: -webkit-flex;
    display: flex
}

.justify-end {
    justify-content: flex-end
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.align-start {
    align-items: start
}

.align-center {
    align-items: center
}

.align-end {
    align-items: end
}

.translate--50 {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.opacity-0 {
    opacity: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

block {
    display: block
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #7B832D
}

a:hover {
    color: #7B832D
}

.carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

.m-h-100 {
    min-height: 100% !important
}

@media (min-width: 991.98px) {
    .mobile-hide {
        display: block
    }

    .desktop-hide {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .desktop-hide {
        display: block
    }
}

@media (max-width: 767.98px) {
    .phone-hide {
        display: none
    }
}

@media (min-width: 767.98px) {
    .phone-show {
        display: none
    }
}

.container-1280,
.container-1480 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container-1280,
    .container-1480 {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container-1280,
    .container-1480 {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container-1280,
    .container-1480 {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container-1280,
    .container-1480 {
        max-width: 1140px
    }
}

@media screen and (min-width: 1300px) {

    .container-1280,
    .container-1480 {
        max-width: 1280px
    }
}

@media screen and (min-width: 1400px) {
    .container-1480 {
        max-width: 1380px
    }
}

@media screen and (min-width: 1480px) {
    .container-1480 {
        max-width: 1440px
    }
}

@media (min-width: 992px) {
    .absolute-lg {
        position: absolute
    }
}

@media (min-width: 1200px) {

    .col-lg-20,
    .col-md-20,
    .col-sm-20 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1199.98px) {
    .col-lg-20 {
        float: left
    }

    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        float: left
    }

    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .col-sm-20 {
        float: left
    }

    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

::-webkit-scrollbar {
    width: 1px
}

::-webkit-scrollbar-track {
    background: #FCFDFF
}

::-webkit-scrollbar-thumb {
    background: #CDCDCD;
    border-radius: 5px
}

b,
strong {
    font-weight: 700
}

italic,
em {
    font-style: italic
}

iframe ::-webkit-scrollbar {
    width: 3px;
    height: 5px
}

iframe ::-webkit-scrollbar-track {
    background: transparent
}

iframe ::-webkit-scrollbar-thumb {
    background: #7B832D;
    border-radius: 5px
}

.cursor-pointer {
    cursor: pointer
}

@keyframes beforeBorderEnlarge {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.beforeBorderEnlarge {
    -webkit-animation-name: beforeBorderEnlarge;
    animation-name: beforeBorderEnlarge;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

@-webkit-keyframes loodingInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes loodingInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.loodingInLeft {
    overflow: hidden
}

.loodingInLeft .wow {
    -webkit-animation-name: loodingInLeft;
    animation-name: loodingInLeft
}

@-webkit-keyframes enlarge {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 150, 79, 0.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 150, 79, 0.5)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 150, 79, 0.5)
    }
}

@keyframes enlarge {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 150, 79, 0.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 150, 79, 0.5)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 150, 79, 0.5)
    }
}

.enlarge-effect {
    -webkit-animation: enlarge 2s infinite ease;
    -moz-animation: enlarge 2s infinite ease;
    -ms-animation: enlarge 2s infinite ease;
    animation: enlarge 2s infinite ease
}

.btn {
    border-radius: 0;
    padding: 15px 20px
}

.btn-primary {
    background: #7B832D;
    color: #7B832D;
    border: 1px solid#7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary:hover {
    color: #7B832D;
    background-color: #7B832D
}

.btn-primary-dark {
    background: #22293C;
    color: #7B832D;
    border: 1px solid #22293C;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary-dark:hover {
    color: #7B832D;
    background-color: #7B832D;
    border-color: #7B832D
}

.btn-primary-o {
    background: transparent;
    color: #7B832D;
    border: 1px solid#7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary-o:hover {
    color: #7B832D;
    background-color: #7B832D
}

.btn-primary-border {
    border: 1px solid#7B832D;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-primary-border .insided {
    background: #7B832D;
    color: #fff;
    padding: 10px 30px;
    font: 400 18px/20px "Roboto", sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-primary-border:hover {
    padding: 0;
    border: 1px solid transparent
}

.btn-primary-border:hover .insided {
    padding: 15px 35px
}

.btn-green-border {
    border: 1px solid #28B54B;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-green-border .insided {
    background: #28B54B;
    color: #fff;
    padding: 10px 15px;
    font: 400 14px/16px "Roboto", sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-green-border:hover {
    padding: 0;
    border: 1px solid transparent
}

.btn-green-border:hover .insided {
    padding: 15px 20px
}

.inside-icon-link {
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.inside-icon-link .btn-primary-border {
    padding: 4px
}

.inside-icon-link .btn-primary-border .insided {
    padding: 10px
}

.inside-icon-link .btn-primary-border .insided i {
    font-size: 36px
}

.inside-icon-link:hover .btn-primary-border {
    padding: 0px;
    border: 1px solid transparent
}

.inside-icon-link:hover .btn-primary-border .insided {
    padding: 14px
}

.inside-icon-link .text {
    margin-left: 12px;
    padding-right: 5px
}

.btn-d-tender {
    background: #fcfdff;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px
}

.btn-d-tender i {
    font-size: 26px;
    margin-right: 8px
}

.btn-d-tender span {
    font: 400 18px/20px "Roboto", sans-serif
}

.btn-d-tender:hover {
    background: #EFF3F6
}

.btn-corporate {
    position: relative;
    background: #fcfdff;
    color: #001B33;
    padding: 20px 30px;
    font: 400 18px/20px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    color: #001B33;
    border: 0
}

.btn-corporate:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #001B33;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}

.btn-corporate i {
    font-size: 42px;
    margin-right: 10px
}

.btn-corporate:hover {
    color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important
}

.btn-corporate:hover:before {
    right: 0;
    width: 100%
}

.btn-contactForm {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #001B33;
    color: #fff;
    min-width: 150px;
    border: 1px solid #001B33;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-contactForm:hover {
    color: #fff;
    border: 1px solid#7B832D;
    background-color: #7B832D
}

.btn-contact {
    position: relative;
    background: #7B832D;
    color: #ffffff !important;
    padding: 20px 30px;
    font: 400 18px/20px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    border: 0
}

.btn-contact:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #001B33;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}

.btn-contact i {
    font-size: 38px;
    width: 54px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px
}

.btn-contact:hover {
    color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25) !important
}

.btn-contact:hover:before {
    right: 0;
    width: 100%
}

.btn-secondary-o {
    background: transparent;
    color: #001B33;
    min-width: 150px;
    border: 1px solid #001B33;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-secondary-o:hover {
    color: #fff;
    background-color: #001B33
}

.btn-cross-square-white {
    color: #fff;
    position: relative
}

.btn-cross-square-white .square {
    position: relative;
    display: inline-flex;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-cross-square-white .square i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    top: 45%;
    left: 55%;
    -webkit-transform: rotate(-45deg) translateX(10%) translateY(-70%);
    -moz-transform: rotate(-45deg) translateX(10%) translateY(-70%);
    -ms-transform: rotate(-45deg) translateX(10%) translateY(-70%);
    -o-transform: rotate(-45deg) translateX(10%) translateY(-70%);
    transform: rotate(-45deg) translateX(10%) translateY(-70%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-cross-square-white:hover {
    transform: scale(1.3)
}

.btn-cross-square-white:hover .square i {
    color: #fff
}

.btn-third {
    width: 100%;
    background: #7B832D;
    color: #fff;
    border: 1px solid #7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-third:hover {
    color: #fff;
    background-color: #026335;
    border-color: #026335
}

.btn-third-o {
    background: transparent;
    color: #001B33;
    border: 1px solid #001B33;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-third-o:hover {
    color: #fff;
    background-color: #001B33
}

.btn-text-icon {
    font: 300 18px/20px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.btn-text-icon .text {
    margin-right: 40px
}

.btn-p-outline {
    color: #7B832D;
    border-color: #7B832D
}

.primary-cross-square {
    width: 38px;
    height: 38px;
    display: -webkit-flex;
    display: flex;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-cross-square .inside {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-cross-square .inside i {
    margin-left: -40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-cross-square:hover {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.primary-cross-square:hover .inside {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.btn-white-o {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-white-o:hover {
    color: #7B832D;
    background-color: #fff
}

.btn-icon {
    position: relative;
    background: transparent;
    color: #fff;
    border: 1px solid#7B832D;
    padding: 8px 14px 10px 20px;
    line-height: 10px;
    font: 300 20px/20px Commons, sans-serif
}

.btn-icon i {
    vertical-align: middle;
    position: absolute;
    top: 11px;
    left: -8px;
    font-size: 16px;
    transform: translate(0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-icon span {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-icon:hover {
    color: #fff
}

.btn-icon:hover i {
    transform: translate(70px, 0)
}

.btn-icon:hover span {
    opacity: 0
}

.btn-icon-circle {
    position: relative;
    background: transparent;
    color: #7B832D;
    border: 1px solid#7B832D;
    padding: 16px 16px;
    line-height: 10px;
    font: 300 20px/20px Commons, sans-serif
}

.btn-icon-circle i {
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: -8px;
    font-size: 16px;
    transform: translate(0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-icon-circle:hover {
    color: #7B832D
}

.btn-icon-circle:hover i {
    transform: translate(28px, 0)
}

.btn-icon-circle-text {
    margin-top: 7px
}

.btn-icon-circle-text div,
.btn-icon-circle-text span {
    display: inline-block
}

.btn-icon-circle-text span {
    padding: 0 0 0 10px;
    font: 300 18px/16px Commons, sans-serif;
    color: #7B832D
}

.btn-icon-circle-text:hover {
    color: #7B832D
}

.btn-icon-circle-text:hover i {
    transform: translate(28px, 0)
}

.btn-icon-circle-text:hover span {
    color: #7B832D
}

.btn-icon-circle-down {
    position: relative;
    background: transparent;
    color: #7B832D;
    border: 1px solid#7B832D;
    padding: 16px 16px;
    line-height: 10px;
    font: 300 20px/20px Commons, sans-serif
}

.btn-icon-circle-down i {
    vertical-align: middle;
    position: absolute;
    top: -7px;
    left: 10px;
    font-size: 18px;
    transform: translate(0, 0);
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-icon-circle-down:hover {
    color: #7B832D
}

.btn-icon-circle-down:hover i {
    transform: translate(0, 28px)
}

.btn-icon-circle-down-text {
    margin-top: 7px
}

.btn-icon-circle-down-text div,
.btn-icon-circle-down-text span {
    display: inline-block
}

.btn-icon-circle-down-text span {
    padding: 0 0 0 10px;
    font: 400 18px/16px Commons, sans-serif;
    color: #fff
}

.btn-icon-circle-down-text:hover {
    color: #fff
}

.btn-icon-circle-down-text:hover i {
    transform: translate(0, 28px)
}

.btn-icon-circle-down-text:hover span {
    color: #fff
}

.btn-news {
    background: transparent;
    color: #7B832D;
    border: 1px solid #7B832D;
    width: 60px;
    height: 60px;
    line-height: 62px;
    padding: 0;
    font-size: 20px;
    opacity: .5;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-news:hover {
    opacity: 1
}

.btn-icon-square {
    position: relative;
    display: inline-table;
    color: #fff;
    background-color: #7B832D;
    max-width: 140px;
    min-height: 140px;
    width: 49%;
    font: 500 18px/22px Commons, sans-serif;
    padding: 15px;
    margin-bottom: 20px
}

.btn-icon-square .btn-icon-circle {
    margin-bottom: 10px;
    margin-left: 8px;
    color: #fff;
    border: 1px solid #fff
}

.btn-icon-square .btn-icon-circle:hover {
    color: #fff
}

.btn-icon-square span {
    display: block
}

.btn-icon-square:hover {
    color: #fff
}

.btn-icon-square:hover i {
    transform: translate(28px, 0)
}

.btn-line {
    font: 300 18px/20px Commons, sans-serif;
    background: transparent;
    color: #001B33;
    border: 1px solid #001B33;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-line i {
    font-size: 14px
}

.btn-line:hover {
    opacity: 1
}

.btn-icon-line-circle .btn {
    top: -20px;
    left: 10px
}

.btn-icon-line-circle:hover {
    color: #7B832D
}

.btn-icon-line-circle:hover i {
    transform: translate(28px, 0)
}

.special-padding {
    padding: 0 10px;
    margin: 30px -15px 45px
}

.special-padding a {
    padding: 0 5px
}

.special-padding a .investorbtn {
    background: #22293c;
    color: #ffffff;
    padding: 5px 8px;
    width: 100%;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    flex: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.special-padding a .investorbtn:hover {
    background: #7B832D
}

.inves-btn {
    border: 1px solid #001B33;
    background: transparent;
    color: #001B33;
    padding: 10px;
    margin: 10px 10px 0 0;
    display: inline-block
}

.inves-btn:hover {
    background: #001B33;
    color: #ffffff
}

.btn-brdr {
    position: relative;
    width: 150px;
    height: 55px;
    text-align: center;
    color: #7B832D;
    font: 500 16px/55px "Roboto", sans-serif;
    border-top: 1px solid #7B832D;
    border-left: 1px solid #7B832D;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn-brdr i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 10px;
    font-size: 14px
}

.btn-brdr:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 65%;
    height: 0;
    border-top: 1px solid #7B832D;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn-brdr:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 45%;
    border-right: 1px solid #7B832D;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn-brdr:hover i {
    margin-left: 20px
}

.btn-brdr:hover:after {
    width: 100%
}

.btn-brdr:hover:before {
    height: 100%
}

.promotionBtn {
    background: #001B33;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
    align-items: center;
    border: 0;
    margin-bottom: 10px
}

.promotionBtn .bg {
    position: absolute;
    background: #7B832D;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.promotionBtn i {
    font-size: 28px;
    line-height: 52px;
    width: 52px;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin-right: 6px
}

.promotionBtn span {
    color: #fff;
    z-index: 1;
    font: 300 16px/18px "Roboto", sans-serif
}

.promotionBtn:hover .bg {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    -o-transform: scale(11);
    transform: scale(11)
}

.promotionCBtn {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 6px 15px 10px;
    align-items: center;
    border: 0;
    margin-bottom: 10px
}

.promotionCBtn .bg {
    background: #7B832D;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    z-index: 0
}

.promotionCBtn .bg i {
    font-size: 28px;
    line-height: 52px;
    width: 52px;
    text-align: center;
    color: #fff;
    z-index: 1
}

.promotionCBtn span {
    z-index: 1;
    color: #7B832D;
    font: 400 14px/18px "Roboto", sans-serif;
    margin-top: 6px
}

.media-button {
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #7B832D;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.media-button i {
    font-size: 24px;
    line-height: 60px;
    margin-left: 4px
}

.media-text {
    font: 300 18px/22px "Roboto", sans-serif;
    color: #fff;
    margin-top: -15px;
    -webkit-text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35)
}

.clip-check input[type="checkbox"][disabled]+label {
    opacity: 1 !important
}

.btn-approve {
    display: flex;
    padding: 7px 25px;
    margin: 10px auto 0;
    background: #7B832D;
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-approve:hover {
    color: white;
    background: #7B832D
}

.clip-check {
    position: relative
}

.clip-check[data-approve="scroll"]:after {
    background-color: transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -5px;
    right: 0px;
    bottom: 5px;
    z-index: 9
}

.clip-check label a {
    position: relative;
    z-index: 10
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal
}

.clip-check {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 0
}

.clip-check label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 30px !important;
    position: relative;
    line-height: 23px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}

.clip-check label:before {
    background-color: #ffffff;
    border: 1px solid #7B832D;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    top: 1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}

.clip-check label:after {
    display: inline-block;
    height: 19px;
    position: absolute;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    width: 19px
}

.clip-check input[type="checkbox"] {
    display: none
}

.clip-check input[type="checkbox"]:checked+label:before {
    border-width: 10px
}

.clip-check input[type="checkbox"]:checked+label:after {
    color: #fff;
    font-size: 22px;
    left: 2px;
    top: 0px
}

.clip-check input[type="checkbox"][disabled]+label {
    opacity: 0.65
}

.clip-check input[type="checkbox"][disabled]+label:before {
    background-color: #F8F8F8
}

.clip-check.check-md label {
    margin-right: 15px;
    padding-left: 35px !important;
    line-height: 28px
}

.clip-check.check-md label:before {
    height: 25px;
    width: 25px
}

.clip-check.check-md label:after {
    font-size: 14px;
    height: 24px;
    left: 5px;
    width: 24px
}

.clip-check.check-md input[type="checkbox"]:checked+label:before {
    border-width: 12px
}

.clip-check.check-lg label {
    margin-right: 15px;
    padding-left: 40px !important;
    line-height: 33px
}

.clip-check.check-lg label:before {
    height: 30px;
    width: 30px
}

.clip-check.check-lg label:after {
    font-size: 17px;
    height: 29px;
    left: 6px;
    width: 29px
}

.clip-check.check-lg input[type="checkbox"]:checked+label:before {
    border-width: 15px
}

.clip-radio {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0
}

.clip-radio label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px !important;
    position: relative;
    margin-bottom: 6px;
    line-height: 23px
}

.clip-radio label:before {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s
}

.clip-radio label:after {
    border: 1px solid #7B832D;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s
}

.clip-radio input[type="radio"] {
    display: none
}

.clip-radio input[type="radio"]:checked+label:before {
    border-width: 6px;
    background: #F8F8F8;
    border-color: #fff
}

.clip-radio input[type="radio"][disabled]+label {
    opacity: 0.65
}

.clip-radio.radio-md label {
    padding-left: 30px !important;
    line-height: 28px
}

.clip-radio.radio-md label:before {
    height: 25px;
    width: 25px
}

.clip-radio.radio-md label:after {
    height: 25px;
    width: 25px
}

.clip-radio.radio-md input[type="radio"] {
    display: none
}

.clip-radio.radio-md input[type="radio"]:checked+label:before {
    border-width: 7px
}

.clip-radio.radio-lg label {
    padding-left: 35px !important;
    line-height: 33px
}

.clip-radio.radio-lg label:before {
    height: 30px;
    width: 30px
}

.clip-radio.radio-lg label:after {
    height: 30px;
    width: 30px
}

.clip-radio.radio-lg input[type="radio"] {
    display: none
}

.clip-radio.radio-lg input[type="radio"]:checked+label:before {
    border-width: 8px
}

.selectTwo.darkbg+.select2 .select2Select,
.selectTwo.darkbg+.select2 .select2-selection__rendered {
    background: #2E3854;
    color: #fff
}

.select2.select2-container--open .select2Select .select2-selection__arrow b:after {
    content: "\e955"
}

.select2 .select2Select {
    padding: 15px 20px;
    font: 400 18px/24px "Roboto", sans-serif;
    outline: none;
    height: 60px;
    border-radius: 0;
    border: 0
}

.select2 .select2Select .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 7px;
    width: 20px
}

.select2 .select2Select .select2-selection__arrow b {
    border: 0;
    font-family: 'emlakicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    left: 6px
}

.select2 .select2Select .select2-selection__arrow b:after {
    content: "\e952"
}

.select2 .select2Select:focus {
    outline: none
}

.select2DropdownAW,
.select2Dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65)
}

.select2DropdownAW .select2-results__group,
.select2Dropdown .select2-results__group {
    padding: 3px 20px
}

.select2DropdownAW ul.select2-results__options,
.select2Dropdown ul.select2-results__options {
    padding: 0 20px 0 5px !important;
    margin: 3px
}

.select2DropdownAW ul.select2-results__options .select2-results__group,
.select2Dropdown ul.select2-results__options .select2-results__group {
    padding: 3px 0
}

.select2DropdownAW ul.select2-results__options ul,
.select2Dropdown ul.select2-results__options ul {
    padding: 0 !important;
    margin: 0 -10px
}

.select2DropdownAW ul.select2-results__options::-webkit-scrollbar,
.select2Dropdown ul.select2-results__options::-webkit-scrollbar {
    width: 4px
}

.select2DropdownAW ul.select2-results__options::-webkit-scrollbar-track,
.select2Dropdown ul.select2-results__options::-webkit-scrollbar-track {
    background: #ffffff
}

.select2DropdownAW ul.select2-results__options::-webkit-scrollbar-thumb,
.select2Dropdown ul.select2-results__options::-webkit-scrollbar-thumb {
    background: #22293C
}

.select2DropdownAW ul.select2-results__options::-webkit-scrollbar-thumb:hover,
.select2Dropdown ul.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555
}

.select2DropdownAW ul.select2-results__options li,
.select2Dropdown ul.select2-results__options li {
    display: block;
    padding: 15px 8px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.429;
    color: #22293C;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select2DropdownAW ul.select2-results__options li:last-child,
.select2Dropdown ul.select2-results__options li:last-child {
    border: 0
}

.select2DropdownAW ul.select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable,
.select2Dropdown ul.select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f5f5;
    color: #22293C
}

.select2DropdownAW ul.select2-results__options li.select2-results__option--highlighted.select2-results__option--selected,
.select2Dropdown ul.select2-results__options li.select2-results__option--highlighted.select2-results__option--selected {
    background-color: #22293C;
    color: #fff
}

.select2DropdownAW ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected,
.select2Dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected {
    background-color: #22293C;
    color: #fff
}

.project-filter-mobile {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 99;
    -webkit-transform: translateX(0) translateY(100vh);
    -moz-transform: translateX(0) translateY(100vh);
    -ms-transform: translateX(0) translateY(100vh);
    -o-transform: translateX(0) translateY(100vh);
    transform: translateX(0) translateY(100vh);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.project-filter-mobile .topheader {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background: #22293C;
    color: #fff;
    padding-left: 20px;
    font: 300 18px/22px "Roboto", sans-serif
}

.project-filter-mobile .topheader .title {
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.project-filter-mobile .topheader .title i {
    margin-right: 12px
}

.project-filter-mobile .topheader .closed-for-filter {
    padding: 20px
}

.project-filter-mobile form {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-height: 85vh
}

.project-filter-mobile form .inside-filter {
    padding: 30px 20px
}

.project-filter-mobile form .inside-filter .select2.select2-container {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.project-filter-mobile form .inside-filter .searchinput {
    position: relative;
    margin-bottom: 20px
}

.project-filter-mobile form .inside-filter .searchinput input {
    border: 0;
    border-bottom: 1px solid #001B33;
    padding: 8px 10px 10px 38px;
    height: 40px;
    font: 400 18px/20px "Roboto", sans-serif;
    color: rgba(34, 41, 60, 0.8);
    width: 100%
}

.project-filter-mobile form .inside-filter .searchinput ::placeholder {
    color: rgba(34, 41, 60, 0.32);
    font: 400 18px/20px "Roboto", sans-serif
}

.project-filter-mobile form .inside-filter .searchinput:before {
    position: absolute;
    content: "\e956";
    font-family: 'emlakicon' !important;
    top: 5px;
    left: 9px;
    font-size: 18px;
    color: #001b33
}

.project-filter-mobile form .inside-filter .selectable {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.project-filter-mobile form .inside-filter .selectable.state .left-icon {
    font-size: 28px
}

.project-filter-mobile form .inside-filter .selectable .select2 .select2Select {
    padding-left: 0
}

.project-filter-mobile form .inside-filter .selectable .left-icon {
    width: 50px;
    text-align: center;
    font-size: 32px;
    padding: 15px 0
}

.project-filter-mobile form .btn-m-filter {
    width: 90vw;
    max-width: 250px;
    margin: 10px auto 0;
    background: #22293C;
    color: #fff
}

.project-filter-mobile.active {
    transform: translate(0)
}

.scroll-top {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    background: #7B832D;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-top:before {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 2px solid #7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: beforeBorderEnlarge;
    animation-name: beforeBorderEnlarge;
    animation-duration: 2.5s;
    animation-iteration-count: 5
}

.scroll-top.active {
    opacity: 1;
    z-index: 999
}

.project-column-changer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-column-changer.col-lg-6 .project-item .project-item-bar .featurelogo {
    max-width: 170px;
    max-height: 120px;
    margin-bottom: 20px
}

.project-column-changer.col-lg-4 .project-item .project-item-bar {
    max-width: 40%
}

.project-column-changer.col-lg-4 .project-item .project-item-bar .featurelogo {
    max-width: 140px;
    max-height: 90px;
    margin-bottom: 10px
}

.project-column-changer .project-item .project-item-bar {
    background: #7B832D;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 12px 15px;
    max-width: 33%;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    height: 50vw;
    min-height: 360px;
    max-height: 430px
}

.project-column-changer .project-item .project-item-bar .featurelogo {
    max-width: 170px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px
}

.project-column-changer .project-item .project-item-bar .featurelogo img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain
}

.project-column-changer .project-item .project-item-bar ul.featurelist {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff
}

.project-column-changer .project-item .project-item-bar ul.featurelist li {
    border-bottom: 0.5px solid #fff;
    min-width: 120px;
    max-width: 170px;
    width: 100%;
    text-align: center;
    padding: 9px 0 7px
}

.project-column-changer .project-item .project-item-bar ul.featurelist li:last-child {
    border-bottom: 0
}

.project-column-changer .project-item .project-item-bar ul.featurelist li i {
    font-size: 18px;
    color: inherit
}

.project-column-changer .project-item .project-item-bar ul.featurelist li p {
    font: 400 16px/20px "Roboto", sans-serif;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 4px;
    color: inherit
}

.project-column-changer .project-item .project-item-slider {
    display: -webkit-flex;
    display: flex;
    flex: 1 1;
    height: 50vw;
    min-height: 360px;
    max-height: 430px
}

.project-column-changer .project-item .project-item-slider img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

.project-column-changer .project-item .project-item-content {
    padding: 15px 0 5px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-column-changer .project-item .project-item-content .project-item-title {
    font: 500 20px/24px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 0
}

.project-column-changer .project-item .project-item-content .project-item-desc {
    font: 400 18px/22px "Roboto", sans-serif;
    color: #7B832D
}

.filter-area {
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8eef2", GradientType=1);
    padding: 30px 0 20px
}

.filter-area h1 {
    font: 500 30px/34px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 20px
}

.filter-area .searchinput {
    position: relative
}

.filter-area .searchinput input {
    border: 0;
    border-bottom: 1px solid #001B33;
    padding: 8px 10px 10px 38px;
    height: 40px;
    font: 400 18px/20px "Roboto", sans-serif;
    color: rgba(34, 41, 60, 0.8);
    width: 100%;
    max-width: 250px
}

.filter-area .searchinput ::placeholder {
    color: rgba(34, 41, 60, 0.32);
    font: 400 18px/20px "Roboto", sans-serif
}

.filter-area .searchinput:before {
    position: absolute;
    content: "\e956";
    font-family: 'emlakicon' !important;
    top: 5px;
    left: 9px;
    font-size: 18px;
    color: #001b33
}

.column-area .columnBtn {
    padding: 5px;
    font-size: 28px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.column-area .columnBtn:first-child {
    margin-right: 5px
}

.column-area .columnBtn:hover,
.column-area .columnBtn.active {
    color: #7B832D
}

.toolbar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 75px;
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.toolbar .arrows {
    color: white;
    font-size: 14px;
    padding: 0 5px
}

.toolbar .arrows a {
    color: inherit;
    margin: 0 3px
}

.toolbar .arrows a:hover {
    color: #7B832D
}

.carousel-indicators {
    all: unset;
    list-style: none;
    display: -webkit-flex;
    display: flex
}

.carousel-indicators .slider-circle-button {
    position: relative;
    background: #fff;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    text-align: center;
    border: 0;
    margin: 8px 6px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.carousel-indicators .slider-circle-button.hover:before,
.carousel-indicators .slider-circle-button.active:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: beforeBorderEnlarge;
    animation-name: beforeBorderEnlarge;
    animation-duration: 2.5s;
    animation-iteration-count: 2
}

.project-filters-form {
    display: inline-flex;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
    overflow: hidden
}

.project-filters-form .selectable {
    display: -webkit-flex;
    display: flex;
    min-width: 275px;
    position: relative;
    z-index: 1;
    padding: 5px 0 0;
    border-right: 1px solid #E5E5E5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-filters-form .selectable.w-230 {
    min-width: 230px
}

.project-filters-form .selectable .select2 .select2Select {
    font: 400 18px/24px "Roboto", sans-serif !important;
    background: transparent
}

.project-filters-form .selectable .select2 .select2Select .select2-selection__arrow {
    display: block
}

.project-filters-form .selectable .left-icon {
    position: absolute;
    top: calc(50% - 10px);
    left: 16px;
    z-index: 1
}

.project-filters-form .selectable .left-icon i {
    font-size: 24px;
    color: #334049
}

.project-filters-form .selectable .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
    font-size: 18px
}

.project-filters-form .selectable:hover {
    background: #22293C
}

.project-filters-form .selectable:hover .select2-container--default .select2-selection--single .select2-selection__rendered,
.project-filters-form .selectable:hover .left-icon i,
.project-filters-form .selectable:hover .select2 .select2Select .select2-selection__arrow {
    color: #fff
}

.project-filters-form .selectable:last-child {
    border-right: 1px solid transparent
}

.project-filters-form .selectable.project-filter-btn {
    width: 90vw;
    max-width: 250px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: #22293C;
    color: #fff
}

.project-filters-form .selectable.project-filter-btn .name {
    margin-left: 8px
}

.project-filters-form button {
    position: relative;
    z-index: 3;
    background: #001B33;
    border: 0;
    min-width: 150px;
    font: 400 16px/20px "Roboto", sans-serif;
    letter-spacing: 1;
    margin-left: -1px
}

.project-filters-form button span {
    display: block;
    font: 200 14px/20px "Roboto", sans-serif
}

.project-filters-form button:hover {
    background: #7B832D
}

#gdprText,
#informationText,
#gdprText1,
#informationText1 {
    display: none;
    width: 100%;
    max-width: 1024px
}

#gdprText .infoArea,
#informationText .infoArea,
#gdprText1 .infoArea,
#informationText1 .infoArea {
    padding-right: 20px;
    height: 100%;
    max-height: 600px;
    overflow: auto
}

.project-single .project-logo {
    background: #001B33;
    max-width: 240px;
    margin-right: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: -30px;
    padding: 20px 45px 50px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65)
}

.project-single .project-logo img {
    max-height: 120px;
    max-width: 120px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;
    height: 120px;
    margin: 0 auto 30px
}

.project-single .project-logo .gotoWebpage {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 300 18px/20px "Roboto", sans-serif
}

.project-single .project-logo .gotoWebpage .icon-www-gif {
    background: url("../img/web.png") 50% 50% no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.project-single .project-logo .gotoWebpage .icon-arrow-right {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-single .project-logo .gotoWebpage:hover .icon-www-gif {
    background: url("../img/web.gif") 50% 50% no-repeat;
    background-size: contain
}

.project-single .project-logo .gotoWebpage:hover .icon-arrow-right {
    margin-left: 12px;
    margin-right: 0px
}

.project-single .slider-title-row {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-single .slider-title-row ul.nav {
    justify-content: flex-end;
    margin-bottom: 10px
}

.project-single .slider-title-row ul.nav li {
    margin-left: 10px;
    margin-bottom: 10px
}

.project-single .slider-title-row ul.nav li:first-child {
    margin-left: 0
}

.project-single .slider-title-row ul.nav li a .tabbutton {
    background: #F2F2F2;
    color: #001B33;
    padding: 10px 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-single .slider-title-row ul.nav li a.active .tabbutton {
    background: #7B832D;
    color: #fff
}

.project-status {
    display: -webkit-flex;
    display: flex
}

.project-status .progress-outside {
    border-left: 1px solid#7B832D;
    border-right: 1px solid#7B832D;
    width: 100%;
    height: 24px;
    position: relative;
    padding: 3px 2px
}

.project-status .progress-outside:after,
.project-status .progress-outside:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    border-top: 1px solid#7B832D;
    border-bottom: 1px solid#7B832D
}

.project-status .progress-outside:before {
    left: auto;
    right: 0
}

.project-status .progress-outside .progress-inside {
    display: -webkit-flex;
    display: flex;
    background: #7B832D;
    width: 1px;
    height: 100%
}

.project-status .progress-outside .loader-count {
    position: absolute;
    top: 1px;
    font-size: 14px;
    line-height: 24px;
    color: #7B832D
}

.feature {
    border: 1px solid #D4D4D4;
    padding: 20px 20px 10px
}

.feature li {
    padding: 15px 0 25px;
    border-bottom: 1px solid #B3BAC2
}

.feature li:last-child {
    border-bottom: 0
}

.feature li h4 {
    font: 400 20px/24px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 6px
}

.feature li i {
    font-size: 18px;
    margin-right: 4px
}

.feature li span {
    font: 400 18px/24px "Roboto", sans-serif;
    color: #7B832D;
    margin-bottom: 4px;
    display: -webkit-flex;
    display: flex
}

.feature li ul {
    font: 400 18px/24px "Roboto", sans-serif;
    color: #7B832D
}

.feature li ul li {
    display: inline;
    margin-right: 8px;
    border-bottom: 0
}

.information-form {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -500px;
    min-height: 100vh;
    max-width: 450px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 40px 50px
}

.information-form ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.information-form img {
    max-height: 120px;
    max-width: 120px;
    margin: 0 auto 15px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain
}

.information-form .title {
    font: 500 24px/28px "Roboto", sans-serif;
    color: #001B33;
    text-align: center;
    margin-bottom: 10px
}

.information-form .description {
    font: 300 16px/20px "Roboto", sans-serif;
    color: #757575;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap
}

.information-form .form-select-border {
    border: 1px solid #001B33;
    border-radius: .25rem;
    overflow: overlay;
    margin-bottom: 15px
}

.information-form .form-select-border .select2 .select2Select {
    height: 40px;
    padding: 10px 20px;
    text-align: left
}

.information-form .form-select-border .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #001B33;
    font: 400 1rem/1.5 "Roboto", sans-serif
}

.information-form .form-select-border .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.information-form input {
    padding: 10px 20px;
    border-color: #001B33;
    height: 40px;
    margin-bottom: 15px
}

.information-form textarea {
    padding: 10px 20px;
    border-color: #001B33;
    height: 90px;
    margin-bottom: 15px;
    resize: none
}

.information-form button {
    margin-top: -10px;
    background: #7B832D;
    color: #fff;
    border: 0;
    width: 150px;
    height: 55px;
    margin: auto
}

.information-form button i {
    font-size: 14px;
    margin-left: 10px
}

.information-form button:hover {
    background: #7B832D;
    color: #fff
}

.information-form .clip-check {
    text-align: left
}

.information-form .fancylink {
    text-decoration: underline;
    color: #757575
}

.information-form .fancylink:hover {
    text-decoration: underline !important;
    color: #7B832D
}

.information-form .callcenter {
    font: 500 32px/36px "Roboto", sans-serif;
    margin: 20px auto
}

.information-form .callcenter a {
    color: #001B33
}

.information-form .callcenter a:hover {
    color: #7B832D
}

.information-form ul.socialmenu {
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.information-form ul.socialmenu li {
    margin-right: 8px
}

.information-form ul.socialmenu li:last-child {
    margin-right: 0
}

.information-form ul.socialmenu li .i-social-link {
    font-size: 42px;
    line-height: 46px;
    color: #7B832D
}

.information-form ul.socialmenu li .i-social-link:hover {
    color: #7B832D
}

.information-form .information-form-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #7B832D;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer
}

.information-form.active {
    left: 0
}

.information-form.active .information-form-button {
    left: -120px
}

.information-form-button {
    position: fixed;
    z-index: 1000;
    top: 24vh;
    width: 180px;
    height: 50px;
    left: -150px;
    padding: 5px 10px;
    background: #7B832D;
    border: 1px solid #7B832D;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.information-form-button i {
    margin-right: 10px;
    font-size: 24px
}

.information-form-button:hover {
    background: #fff;
    color: #7B832D
}

.information-form-button.active {
    left: -65px
}

.linear-area {
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8eef2", GradientType=1);
    padding: 40px 0 30px
}

.reverse-linear-area {
    background: #fff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8eef2", GradientType=1);
    padding: 40px 0 30px
}

.filter-dropdown {
    display: inline-flex;
    border: 1px solid;
    padding: 10px 25px;
    border-radius: 25px;
    min-width: 220px;
    justify-content: space-between;
    text-align: left;
    font: 300 18px/22px "Roboto", sans-serif;
    cursor: pointer;
    position: relative
}

.filter-dropdown i {
    font-size: 12px
}

.filter-dropdown ul {
    position: absolute;
    overflow: hidden;
    list-style-type: none;
    z-index: 19;
    top: 48px;
    right: 0;
    border-radius: 25px;
    width: 100%;
    background: #fff;
    border-style: solid;
    border-width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.filter-dropdown ul li {
    height: 0;
    overflow: hidden;
    transition: all 500ms;
    color: #838282;
    padding: 0 25px
}

.filter-dropdown ul li.active {
    color: inherit
}

.filter-dropdown.focus ul {
    border-width: 1px
}

.filter-dropdown.focus ul li {
    height: 40px;
    padding: 10px 25px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.5)
}

.filter-dropdown.focus ul li:first-child {
    padding-top: 15px;
    height: 45px
}

.filter-dropdown.focus ul li:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
    height: 45px
}

.filter-dropdown.focus ul li:hover {
    background-color: rgba(226, 226, 226, 0.1)
}

.right-filter-menu {
    position: absolute;
    top: 50%;
    right: -20vw;
    z-index: 1;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.right-filter-menu::-webkit-scrollbar {
    height: 1px
}

.right-filter-menu>div {
    margin-bottom: 10px;
    background: #F2F2F2;
    padding: 10px 20px;
    border-radius: 20px;
    width: calc(15vw + 50px);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.right-filter-menu>div:hover {
    -webkit-transform: translateX(-25%) translateY(0);
    -moz-transform: translateX(-25%) translateY(0);
    -ms-transform: translateX(-25%) translateY(0);
    -o-transform: translateX(-25%) translateY(0);
    transform: translateX(-25%) translateY(0);
    background-color: #7B832D;
    color: #fff
}

.right-filter-menu>div.active {
    background-color: #001B33;
    color: #fff
}

.project-multicolor .project-logo {
    max-width: 240px;
    margin-right: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: -30px;
    padding: 20px 30px 25px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65)
}

.project-multicolor .project-logo img {
    max-width: 180px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;
    height: 130px;
    margin: 0 auto
}

.project-multicolor h1 {
    margin-top: -40px
}

.project-multicolor .first-row {
    margin: 0px auto 40px
}

.project-multicolor .first-row .feature-image {
    margin-bottom: 40px
}

.project-multicolor .first-row .feature-image img {
    width: 100%;
    min-height: 400px;
    max-height: 500px;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover
}

.project-multicolor .first-row .feature-buton .bttn {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    padding: 25px 5px;
    margin: -40px auto 0;
    width: 60%;
    font: 500 22px/26px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -moz-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -ms-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -o-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important
}

.project-multicolor .first-row .feature-buton .bttn i {
    font-size: 60px;
    margin-right: 12px
}

.project-multicolor .first-row .feature-buton .bttn:hover {
    background: #fff
}

.project-multicolor .second-row {
    overflow: hidden;
    padding-top: 30px;
    margin-top: -30px
}

.project-multicolor .second-row .title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font: 700 28px/32px "Roboto", sans-serif;
    color: #7B832D;
    margin: 0 0 24px
}

.project-multicolor .second-row .title .subtitle {
    position: relative;
    font: 400 24px/26px "Roboto", sans-serif;
    color: #7B832D;
    padding-left: 36px;
    margin-left: 12px;
    margin-bottom: 0
}

.project-multicolor .second-row .title .subtitle:before {
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 0;
    width: 24px;
    height: 2px;
    background: #001B33
}

.project-multicolor .third-row {
    background-color: #1E1E1E;
    overflow: hidden;
    position: relative;
    padding: 75px 0;
    min-height: 520px
}

.project-multicolor .third-row .bg-image {
    opacity: 0.45;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-multicolor .third-row .cont-area {
    min-height: 370px;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.project-multicolor .third-row .cont-area .pro-fea {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 12px
}

.project-multicolor .third-row .cont-area .pro-fea .icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 4px
}

.project-multicolor .third-row .cont-area .pro-fea .icon i {
    border: 1px solid white;
    border-radius: 50%;
    margin-top: 1;
    padding: 12px;
    font-size: 26px
}

.project-multicolor .third-row .cont-area .pro-fea span {
    display: -webkit-flex;
    display: flex;
    font: 300 20px/24px "Roboto", sans-serif
}

.project-multicolor .four-row {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    margin-top: -150px
}

.project-multicolor .four-row .slide-item {
    margin-bottom: 175px
}

.project-multicolor .five-row {
    padding-bottom: 80px
}

.project-multicolor .five-row .slider-title-row {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.project-multicolor .five-row .slider-title-row ul.nav {
    justify-content: flex-end;
    margin-bottom: 10px
}

.project-multicolor .five-row .slider-title-row ul.nav li {
    margin-left: 10px;
    margin-bottom: 10px
}

.project-multicolor .five-row .slider-title-row ul.nav li:first-child {
    margin-left: 0
}

.project-multicolor .five-row .slider-title-row ul.nav li a .tabbutton {
    background: #F2F2F2;
    color: #001B33;
    padding: 10px 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-multicolor .five-row .slider-title-row ul.nav li a.active .tabbutton {
    background: #7B832D;
    color: #fff
}

.project-multicolor .six-row .title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font: 700 28px/32px "Roboto", sans-serif;
    color: #001B33;
    margin: -20px 0 24px
}

.project-multicolor .six-row .title .subtitle {
    position: relative;
    font: 400 24px/26px "Roboto", sans-serif;
    color: #7B832D;
    padding-left: 36px;
    margin-left: 12px;
    margin-bottom: 0
}

.project-multicolor .six-row .title .subtitle:before {
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 0;
    width: 24px;
    height: 2px;
    background: #001B33
}

.project-multicolor .six-row .description {
    max-width: 800px;
    width: 100%;
    font: 300 20px/24px "Roboto", sans-serif;
    color: #7E7E7E;
    margin-bottom: 60px
}

.project-multicolor .six-row .sales-title {
    position: relative;
    font: 500 20px/24px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 10px
}

.project-multicolor .six-row .sales-title:before {
    font-family: 'emlakicon' !important;
    content: '\e942';
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 65px;
    color: #7B832D;
    opacity: .2
}

.project-multicolor .six-row .sales-number {
    font: 300 18px/22px "Roboto", sans-serif;
    color: #7E7E7E;
    margin-bottom: 6px
}

.project-multicolor .six-row .sales-number .text-blue {
    font-weight: 500;
    color: #7B832D
}

.project-multicolor .six-row .sales-address {
    max-width: 400px;
    width: 100%;
    font: 300 20px/24px "Roboto", sans-serif;
    margin-right: 0;
    margin-left: auto
}

.project-multicolor .six-row .map-area {
    position: relative
}

.project-multicolor .six-row .map-area iframe {
    border: 0;
    width: 100%;
    min-height: 500px
}

.project-multicolor .six-row .map-area .spec {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.85);
    padding: 60px 30px;
    min-width: 450px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font: 300 20px/28px "Roboto", sans-serif;
    color: #fff
}

.project-multicolor .six-row .map-area .spec ul li {
    display: flex;
    padding: 14px 0
}

.project-multicolor .six-row .map-area .spec ul li i {
    font-size: 22px;
    margin-right: 16px
}

.project-multicolor .six-row .map-area .spec ul li>div span {
    display: block
}

.project-multicolor .six-row .map-area .spec .btn-primary {
    color: #fff;
    margin-top: 30px;
    padding: 10px 20px
}

.project-multicolor .six-row .map-area .spec .btn-primary i {
    margin-right: 16px;
    font-size: 22px
}

.project-multicolor .six-row .map-area .spec .btn-primary:hover {
    background: #fff;
    color: #7B832D
}

.project-multicolor .seven-row .form-area {
    position: relative;
    -webkit-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    padding: 40px 50px;
    margin: 40px 0 80px
}

.project-multicolor .seven-row .form-area .contact-image {
    max-height: 710px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2)
}

.project-multicolor .seven-row .form-area h3.contact-title {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 18px;
    font: 700 26px/32px "Roboto", sans-serif;
    color: #001B33;
    margin-top: 30px
}

.project-multicolor .seven-row .form-area h3.contact-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #7B832D;
    height: 3px;
    width: 64px
}

.project-multicolor .seven-row .form-area .contact-desc {
    font: 300 18px/24px "Roboto", sans-serif;
    color: #1D1D1D;
    margin-bottom: 30px
}

.project-multicolor .seven-row .form-area .form-select-border {
    border: 1px solid #001B33;
    border-radius: .25rem;
    overflow: overlay;
    margin-bottom: 25px
}

.project-multicolor .seven-row .form-area .form-select-border .select2 .select2Select {
    height: 55px
}

.project-multicolor .seven-row .form-area .form-select-border .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575;
    font: 400 1rem/1.5 "Roboto", sans-serif
}

.project-multicolor .seven-row .form-area .form-select-border .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.project-multicolor .seven-row .form-area input {
    border-color: #001B33;
    height: 55px;
    margin-bottom: 25px
}

.project-multicolor .seven-row .form-area textarea {
    padding: 10px 20px;
    border-color: #001B33;
    height: 115px;
    margin-bottom: 25px;
    resize: none
}

.project-multicolor .seven-row .form-area button {
    margin-top: -10px;
    background: #7B832D;
    color: #fff;
    border: 0;
    width: 150px;
    height: 55px
}

.project-multicolor .seven-row .form-area button i {
    font-size: 14px;
    margin-left: 10px
}

.project-multicolor .seven-row .form-area button:hover {
    background: #7B832D
}

.project-multicolor .seven-row .form-area .fancylink {
    text-decoration: underline;
    color: #757575
}

.project-multicolor .seven-row .form-area .fancylink:hover {
    text-decoration: underline !important;
    color: #7B832D
}

.project-multicolor .seven-row .form-image {
    width: 100%;
    -webkit-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.65)
}

.project-multicolor .seven-row .form-image-logo {
    height: 160px;
    width: 200px;
    object-fit: contain
}

.feature-row-tab {
    margin: -20px auto 35px;
    text-align: center
}

.feature-row-tab .list {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.65)
}

.feature-row-tab .list .detail-icon {
    display: -webkit-flex;
    display: flex;
    width: auto;
    height: 70px;
    text-align: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-row-tab .list .detail-icon a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

.feature-row-tab .list .detail-icon a .social-links i {
    font-size: 32px
}

.feature-row-tab .list .detail-icon a .content {
    color: #fff;
    margin-left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.feature-row-tab .list .detail-icon.hovered,
.feature-row-tab .list .detail-icon:hover {
    background: #7B832D
}

.feature-row-tab .list .detail-icon.hovered a,
.feature-row-tab .list .detail-icon:hover a {
    color: #fff
}

.feature-row-tab .list .detail-icon.hovered a .content,
.feature-row-tab .list .detail-icon:hover a .content {
    margin-left: 10px;
    width: 125px
}

.custom_paging {
    margin-top: 20px;
    padding-left: 15px
}

.custom_paging li {
    display: none
}

.custom_paging li.slick-active {
    display: block
}

.custom_paging .currentCount {
    display: flex;
    font: 500 22px/24px "Roboto", sans-serif;
    color: #1E1E1E
}

.custom_paging .currentCount .totalCount {
    position: relative;
    color: #9f9f9f;
    margin-left: 20px;
    padding-left: 100px
}

.custom_paging .currentCount .totalCount:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #1e1e1e;
    top: calc(50% - 1px);
    left: 0
}

.custom_arrow {
    position: absolute;
    bottom: 2px;
    padding: 2px;
    cursor: pointer;
    color: #7B832D;
    z-index: 5
}

.custom_arrow:hover {
    color: #1e1e1e
}

.custom_arrow.slick-disabled {
    opacity: .5
}

.custom_arrow.left {
    left: 200px
}

.custom_arrow.right {
    left: 230px
}

.select2-container--open .select2-dropdown--below {
    margin-top: 1px
}

.btn-fea-w-icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    display: inline-flex;
    width: 100%;
    height: 70px;
    max-width: 375px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: start;
    padding: 5px 20px
}

.btn-fea-w-icon i {
    font-size: 32px;
    margin-right: 10px;
    color: #7B832D
}

.btn-fea-w-icon .c {
    color: #001B33;
    text-align: left
}

.btn-fea-w-icon .c .t {
    font: 400 18px/24px "Roboto", sans-serif
}

.btn-fea-w-icon .c .s {
    font: 300 16px/20px "Roboto", sans-serif
}

.project-column-changer .project-item .project-item-slider {
    overflow: hidden
}

.sales-badge {
    position: absolute;
    z-index: 9;
    top: -80px;
    right: -80px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    font: 500 16px/20px "Roboto", sans-serif;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #cd0000;
    background: -moz-radial-gradient(circle, #cd0000 0%, #7c0000 100%);
    background: -webkit-radial-gradient(circle, #cd0000 0%, #7c0000 100%);
    background: radial-gradient(circle, #cd0000 0%, #7c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd0000", endColorstr="#7c0000", GradientType=1)
}

.sales-badge .badge-text {
    width: 120px;
    text-align: center;
    margin: 35px 15px
}

.content h1 {
    font: 500 28px/32px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 40px
}

.content p {
    font: 300 18px/24px "Roboto", sans-serif;
    color: #757575;
    margin-bottom: 30px
}

.content.contractpage {
    padding: 45px 0 120px
}

.content.homepage {
    padding: 40px 0 60px
}

.content.project-single {
    padding: 0 0 100px
}

.content.project-single h1 {
    font: 500 26px/30px "Roboto", sans-serif;
    color: #001B33;
    margin: 20px 0 5px
}

.content.project-single h2 {
    font: 300 20px/24px "Roboto", sans-serif;
    color: #7B832D;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.content.project-single h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #7B832D;
    height: 3px;
    width: 64px
}

.content.project-single h3 {
    font: 500 26px/30px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 20px
}

.content.project-single p {
    font: 300 18px/26px "Roboto", sans-serif;
    color: #757575
}

.content.project-multicolor h1 {
    font: 700 28px/30px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 8px
}

.content.project-multicolor h2 {
    font: 500 26px/28px "Roboto", sans-serif;
    margin-bottom: 10px
}

.content.project-multicolor p {
    font: 300 20px/26px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 20px
}

.content.project-multicolor h3 {
    font: 700 28px/30px "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 8px
}

.content.project-multicolor h4 {
    font: 500 26px/30px "Roboto", sans-serif;
    color: #001B33;
    margin-bottom: 20px
}

.content.project-multicolor .subtitle {
    font: 300 24px/28px "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 30px
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Thin.ttf");
    src: url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light.ttf");
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.ttf");
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Medium.ttf");
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.ttf");
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Black.ttf");
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'emlakicon';
    src: url("../fonts/emlak-icon.eot?jmtuy2");
    src: url("../fonts/emlak-icon.eot?jmtuy2#iefix") format("embedded-opentype"), url("../fonts/emlak-icon.ttf?jmtuy2") format("truetype"), url("../fonts/emlak-icon.woff?jmtuy2") format("woff"), url("../fonts/emlak-icon.svg?jmtuy2#emlak-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'emlakicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?xj096m');
    src: url('fonts/icomoon.eot?xj096m#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?xj096m') format('truetype'), url('fonts/icomoon.woff?xj096m') format('woff'), url('fonts/icomoon.svg?xj096m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ikon-"],
[class*=" ikon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'twikon';
    src: url('fonts/twikon.eot?nn06p5');
    src: url('fonts/twikon.eot?nn06p5#iefix') format('embedded-opentype'), url('fonts/twikon.ttf?nn06p5') format('truetype'), url('fonts/twikon.woff?nn06p5') format('woff'), url('fonts/twikon.svg?nn06p5#twikon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="nikon-"],
[class*=" nikon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'twikon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nikon-twitter:before {
    content: "\e900";
}

.ikon-atlikarinca:before {
    content: "\e901"
}

.ikon-avrasya:before {
    content: "\e903"
}

.ikon-avrasya1:before {
    content: "\e905"
}

.ikon-bar:before {
    content: "\e907"
}

.ikon-basketbol:before {
    content: "\e909"
}

.ikon-basketbolsahasi:before {
    content: "\e90b"
}

.ikon-bisiklet:before {
    content: "\e90d"
}

.ikon-cafe:before {
    content: "\e90f";
}

.ikon-cafe1:before {
    content: "\e911"
}

.ikon-cesme:before {
    content: "\e913"
}

.ikon-durak:before {
    content: "\e915"
}

.ikon-fitness:before {
    content: "\e917"
}

.ikon-fitness2:before {
    content: "\e919"
}

.ikon-garage:before {
    content: "\e91b"
}

.ikon-golet:before {
    content: "\e91d"
}

.ikon-hamam:before {
    content: "\e91f"
}

.ikon-havaalani:before {
    content: "\e921"
}

.ikon-havuz:before {
    content: "\e923"
}

.ikon-kopru:before {
    content: "\e925"
}

.ikon-kres:before {
    content: "\e927"
}

.ikon-kutuphane:before {
    content: "\e929"
}

.ikon-marmaray:before {
    content: "\e92b"
}

.ikon-metro:before {
    content: "\e92d"
}

.ikon-metro3:before {
    content: "\e92f"
}

.ikon-metro4:before {
    content: "\e931"
}

.ikon-metrostation:before {
    content: "\e933"
}

.ikon-milletbahcesi:before {
    content: "\e935"
}

.ikon-muze1:before {
    content: "\e937"
}

.ikon-muze2:before {
    content: "\e939"
}

.ikon-otel:before {
    content: "\e93b"
}

.ikon-otel1:before {
    content: "\e93d"
}

.ikon-otoban:before {
    content: "\e93f"
}

.ikon-oyunalani:before {
    content: "\e941"
}

.ikon-restaurant:before {
    content: "\e943"
}

.ikon-restaurant1:before {
    content: "\e945"
}

.ikon-restaurant2:before {
    content: "\e947"
}

.ikon-sauna:before {
    content: "\e948"
}

.ikon-sauna2:before {
    content: "\e94a"
}

.ikon-sirket:before {
    content: "\e94c"
}

.ikon-sporalanlari:before {
    content: "\e94e"
}

.ikon-tren:before {
    content: "\e950"
}

.ikon-trenistasyonu:before {
    content: "\e952"
}

.ikon-ulasim:before {
    content: "\e954"
}

.ikon-yol:before {
    content: "\e956"
}

.ikon-yuruyus:before {
    content: "\e958"
}

.icon-building-plan:before {
    content: "\e900"
}

.icon-calendar:before {
    content: "\e901"
}

.icon-catalog:before {
    content: "\e902"
}

.icon-commercial:before {
    content: "\e903"
}

.icon-county:before {
    content: "\e904"
}

.icon-download:before {
    content: "\e905"
}

.icon-facebook1:before {
    content: "\e906"
}

.icon-health:before {
    content: "\e907"
}

.icon-housing1:before {
    content: "\e908"
}

.icon-information-center:before {
    content: "\e909"
}

.icon-instagram1:before {
    content: "\e90a"
}

.icon-investment-calculate:before {
    content: "\e90b"
}

.icon-investor-relations:before {
    content: "\e90c"
}

.icon-linkedin:before {
    content: "\e90d"
}

.icon-location1:before {
    content: "\e90e"
}

.icon-mosque:before {
    content: "\e90f"
}

.icon-online:before {
    content: "\e910"
}

.icon-online-process:before {
    content: "\e911"
}

.icon-payments:before {
    content: "\e912"
}

.icon-pdf:before {
    content: "\e913"
}

.icon-press-room:before {
    content: "\e914"
}

.icon-price-list:before {
    content: "\e915"
}

.icon-projects:before {
    content: "\e916"
}

.icon-projects-images:before {
    content: "\e917"
}

.icon-school:before {
    content: "\e918"
}

.icon-square-45:before {
    content: "\e919"
}

.icon-sss:before {
    content: "\e91a"
}

.icon-tender:before {
    content: "\e91b"
}

.icon-twitter1:before {
    content: "\e91c"
}

.icon-youtube1:before {
    content: "\e91d"
}

.icon-360:before {
    content: "\e91e"
}

.icon-analyze:before {
    content: "\e91f"
}

.icon-2:before {
    content: "\e920"
}

.icon-3:before {
    content: "\e921"
}

.icon-apply:before {
    content: "\e922"
}

.icon-arrow-down:before {
    content: "\e923"
}

.icon-arrow-left:before {
    content: "\e925"
}

.icon-arrow-right:before {
    content: "\e926"
}

.icon-arrow-up:before {
    content: "\e927"
}

.icon-avm:before {
    content: "\e929"
}

.icon-center-loc:before {
    content: "\e92a"
}

.icon-c-location:before {
    content: "\e92b"
}

.icon-commerce:before {
    content: "\e92c"
}

.icon-cross:before {
    content: "\e92d"
}

.icon-cycle:before {
    content: "\e92e"
}

.icon-education:before {
    content: "\e92f"
}

.icon-emlak-amblem:before {
    content: "\e930"
}

.icon-example-flat:before {
    content: "\e931"
}

.icon-facebook:before {
    content: "\e932"
}

.icon-filter:before {
    content: "\e933"
}

.icon-flat-type:before {
    content: "\e934"
}

.icon-forest:before {
    content: "\e935"
}

.icon-garden:before {
    content: "\e936"
}

.icon-garden-three:before {
    content: "\e937"
}

.icon-garden-two:before {
    content: "\e938"
}

.icon-green-area:before {
    content: "\e939"
}

.icon-hospital:before {
    content: "\e93a"
}

.icon-housing:before {
    content: "\e93b"
}

.icon-infoform:before {
    content: "\e93c"
}

.icon-instagram:before {
    content: "\e93d"
}

.icon-katalog:before {
    content: "\e93e"
}

.icon-katplanlari:before {
    content: "\e93f"
}

.icon-library:before {
    content: "\e940"
}

.icon-location:before {
    content: "\e941"
}

.icon-location_1:before {
    content: "\e942"
}

.icon-mail:before {
    content: "\e943"
}

.icon-metre:before {
    content: "\e944"
}

.icon-m-garden:before {
    content: "\e945"
}

.icon-park:before {
    content: "\e946"
}

.icon-park_1:before {
    content: "\e947"
}

.icon-park-area:before {
    content: "\e948"
}

.icon-phone:before {
    content: "\e949"
}

.icon-play:before {
    content: "\e94a"
}

.icon-play-button:before {
    content: "\e94b"
}

.icon-pool:before {
    content: "\e94c"
}

.icon-pool-two:before {
    content: "\e94d"
}

.icon-project-air:before {
    content: "\e94e"
}

.icon-project-state:before {
    content: "\e94f"
}

.icon-religion:before {
    content: "\e950"
}

.icon-sanaltour:before {
    content: "\e951"
}

.icon-s-arrow-down:before {
    content: "\e952"
}

.icon-s-arrow-left:before {
    content: "\e953"
}

.icon-s-arrow-right:before {
    content: "\e954"
}

.icon-s-arrow-up:before {
    content: "\e955"
}

.icon-search:before {
    content: "\e956"
}

.icon-security:before {
    content: "\e957"
}

.icon-social-area:before {
    content: "\e958"
}

.icon-sport:before {
    content: "\e959"
}

.icon-twitter:before {
    content: "\e95a"
}

.icon-university:before {
    content: "\e95b"
}

.icon-video:before {
    content: "\e95c"
}

.icon-villa:before {
    content: "\e95d"
}

.icon-warehouse:before {
    content: "\e95e"
}

.icon-wp:before {
    content: "\e95f"
}

.icon-www:before {
    content: "\e960"
}

.icon-youtube:before {
    content: "\e961"
}

.icon-file-empty:before {
    content: "\e924"
}

.icon-files-empty:before {
    content: "\e928"
}

.icon-spinner9:before {
    content: "\e982"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-eye-blocked:before {
    content: "\e9d1"
}

.icon-bookmark:before {
    content: "\e9d2"
}

.icon-bookmarks:before {
    content: "\e9d3"
}

.icon-star-empty:before {
    content: "\e9d7"
}

.icon-star-full:before {
    content: "\e9d9"
}

#contact-row {
    position: relative
}

#contact-row .contact-image {
    max-height: 710px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2)
}

#contact-row:before {
    position: absolute;
    content: "\e943";
    font-family: 'emlakicon' !important;
    color: rgba(117, 117, 117, 0.12);
    font-size: 18vw;
    top: 15%;
    left: 45vw
}

#contact-row h3.contact-title {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 18px;
    font: 700 26px/32px "Roboto", sans-serif;
    color: #001B33
}

#contact-row h3.contact-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #7B832D;
    height: 3px;
    width: 64px
}

#contact-row .contact-desc {
    font: 300 18px/24px "Roboto", sans-serif;
    color: #1D1D1D;
    margin-bottom: 30px
}

#contact-row .form-select-border {
    border: 1px solid #001B33;
    border-radius: .25rem;
    overflow: overlay;
    margin-bottom: 25px
}

#contact-row .form-select-border .select2 .select2Select {
    height: 55px
}

#contact-row .form-select-border .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575;
    font: 400 1rem/1.5 "Roboto", sans-serif
}

#contact-row .form-select-border .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

#contact-row input {
    padding: 10px 20px;
    border-color: #001B33;
    height: 55px;
    margin-bottom: 20px
}

#contact-row textarea {
    padding: 10px 20px;
    border-color: #001B33;
    height: 115px;
    margin-bottom: 20px;
    resize: none
}

#contact-row button {
    margin-top: -5px;
    background: #7B832D;
    color: #fff;
    border: 0;
    width: 150px;
    height: 55px;
    margin-bottom: 15px
}

#contact-row button i {
    font-size: 14px;
    margin-left: 10px
}

#contact-row button:hover {
    background: #7B832D
}

#contact-row .fancylink {
    text-decoration: underline;
    color: #757575
}

#contact-row .fancylink:hover {
    text-decoration: underline !important;
    color: #7B832D
}

#footer {
    border-top: 3px solid #7B832D;
    position: relative
}

#footer:before {
    position: absolute;
    content: '';
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 70%, rgba(232, 238, 242, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8eef2", GradientType=1);
    z-index: -1
}

#footer .top {
    padding: 30px 0
}

#footer .top .f-logos {
    display: -webkit-flex;
    display: flex;
    justify-content: space-start;
    align-items: center
}

#footer .top .f-logos .f-logo-img {
    max-width: 30%;
    width: auto;
    max-height: 115px;
    margin-right: 45px
}

#footer .top .f-logos .f-logo-img:last-child {
    margin-right: 0
}

#footer .top .f-title {
    font: 500 18px/20px "Roboto", sans-serif;
    color: #3A3A3A;
    padding-bottom: 10px
}

#footer .top .f-desc {
    font: 400 18px/20px "Roboto", sans-serif;
    color: #919191;
    padding-bottom: 12px
}

#footer .top .f-contact-link {
    font: 900 32px/36px "Roboto", sans-serif;
    color: #7B832D
}

#footer .top .f-contact-link:hover {
    color: #7B832D
}

#footer .top ul.socialmenu {
    display: -webkit-flex;
    display: flex
}

#footer .top ul.socialmenu li {
    margin-right: 8px
}

#footer .top ul.socialmenu li:last-child {
    margin-right: 0
}

#footer .top ul.socialmenu li .f-social-link {
    font-size: 32px;
    line-height: 36px;
    color: #7B832D
}

#footer .top ul.socialmenu li .f-social-link:hover {
    color: #7B832D
}

#footer .bottom {
    padding: 6px 0;
    border-top: 1px solid #C7C7C7;
    font: 400 16px/16px "Roboto", sans-serif
}

#footer .bottom .copyright {
    color: #001B33;
    padding: 4px 0
}

#footer .bottom ul.contractmenu {
    padding: 1px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

#footer .bottom ul.contractmenu li {
    padding: 3px 0 3px 10px
}

#footer .bottom ul.contractmenu li:first-child {
    padding: 3px 0
}

#footer .bottom ul.contractmenu li a.c-link {
    color: #001B33
}

#footer .bottom ul.contractmenu li a.c-link:hover {
    color: #7B832D
}

#header {
    height: 50vh;
    max-height: 600px;
    position: relative
}

#header.fullpage {
    height: 100vh;
    max-height: none
}

#header.project {
    height: 75vh;
    max-height: 750px
}

#header .filter {
    position: relative
}

#header .filter:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background:rgba(0,0,0,0.17)*/
}

#header .filter img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

#header .header-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

#header .header-content .sld-title {
    font: 500 44px/50px "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 8px;
    -webkit-text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35)
}

#header .header-content .sld-subtitle {
    font: 400 50px/50px "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 16px;
    -webkit-text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35)
}

#header .header-content .sld-ul {
    max-width: 100%
}

#header .justappointment {
    background: #7B832D;
    color: #fff;
    display: inline;
    padding: 14px 25px;
    min-width: 200px;
    border-radius: 50px;
    font: 400 18px/22px "Roboto", sans-serif;
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: 30px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#header .justappointment i {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle
}

#header .justappointment:hover {
    color: #7B832D;
    background: #fff
}

#mainmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 95%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

#mainmenu .logo-area {
    width: 210px;
    text-align: center;
    background: #fff;
    padding: 12px 20px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu .logo-area img.logo {
    max-height: 90px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu .langmenu {
    margin-left: 20px
}

#mainmenu .langmenu span {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-right: 6px;
    font: 500 20px/20px "Roboto", sans-serif;
    color: #fff;
    padding: 5px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu .langmenu span i {
    font-size: 12px;
    margin-left: 5px
}

#mainmenu .langmenu ul {
    position: absolute;
    opacity: 0;
    z-index: -9;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateX(0) translateY(-20px);
    -moz-transform: translateX(0) translateY(-20px);
    -ms-transform: translateX(0) translateY(-20px);
    -o-transform: translateX(0) translateY(-20px);
    transform: translateX(0) translateY(-20px);
    -webkit-transition: opacity, transform .3s ease;
    -moz-transition: opacity, transform .3s ease;
    -ms-transition: opacity, transform .3s ease;
    -o-transition: opacity, transform .3s ease;
    transition: opacity, transform .3s ease;
    padding: 0 8px;
    margin-left: -8px;
    font: 400 18px/22px "Roboto", sans-serif
}

#mainmenu .langmenu ul li {
    margin-top: 3px;
    margin-bottom: 3px
}

#mainmenu .langmenu ul li a {
    color: #fff
}

#mainmenu .langmenu ul li a:hover {
    color: #7B832D
}

#mainmenu .langmenu:hover ul {
    height: auto;
    overflow: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: transparent
}

#mainmenu .n-contact {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

#mainmenu .n-contact .n-contact-link {
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    align-items: center;
    color: #fff
}

#mainmenu .n-contact .n-contact-link .n-contact-icon {
    position: relative;
    background: #7B832D;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu .n-contact .n-contact-link .n-contact-icon i {
    font-size: 20px;
    line-height: 44px;
    color: #fff
}

#mainmenu .n-contact .n-contact-link .n-contact-icon:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 56px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 2px solid#7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: beforeBorderEnlarge;
    animation-name: beforeBorderEnlarge;
    animation-duration: 2.5s;
    animation-iteration-count: 2
}

#mainmenu .n-contact .n-contact-link .n-content {
    margin-left: 14px
}

#mainmenu .n-contact .n-contact-link .n-content .n-contact-title {
    font: 300 12px/14px "Roboto", sans-serif;
    color: inherit
}

#mainmenu .n-contact .n-contact-link .n-content .n-contact-desc {
    font: 700 28px/32px "Roboto", sans-serif;
    color: inherit
}

#mainmenu .n-contact .n-contact-link:hover .n-contact-icon {
    background: #7B832D
}

#mainmenu .n-contact .n-contact-link:hover .n-contact-icon:before {
    border: 2px solid #7B832D
}

#mainmenu .flag {
	padding: 10;
    position: absolute;
    top: 44px;
    right: 0px;
    width: 145px;
    height: 60px;
    background: #7B832D;
    color: #fff;
    font: 400 15px / 15px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu .flag:after {
    position: absolute;
    content: "";
    right: -35px;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-top: 30px solid #7B832D;
    border-right: 36px solid transparent;
    border-bottom: 30px solid #7B832D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mainmenu.scroll {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    background: #fff
}

#mainmenu.scroll .logo-area {
    width: 160px
}

#mainmenu.scroll .logo-area img.logo {
    max-height: 70px
}

#mainmenu.scroll .langmenu span {
    color: #7B832D
}

#mainmenu.scroll .langmenu:hover ul {
    background: #fff
}

#mainmenu.scroll .langmenu:hover ul li a {
    color: #7B832D
}

#mainmenu.scroll .n-contact .n-contact-link {
    color: #7B832D
}

#mainmenu.scroll .n-contact .n-contact-link:hover {
    color: #7B832D
}

#mainmenu.scroll .flag {
    top: 25px;
    right: 5px;
    width: 110px;
    height: 50px;
    font-size: 16px
}

#mainmenu.scroll .flag:after {
    position: absolute;
    content: "";
    right: -30px;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-top: 25px solid #7B832D;
    border-right: 31px solid transparent;
    border-bottom: 25px solid #7B832D
}

.project-multicolor .seven-row .form-area .form-select-border .select2-container--focus .select2-selection.select2-selection--multiple.select2Select {
    border: 0;
    padding: 2px
}

.project-multicolor .seven-row .form-area .form-select-border .select2 .select2Select.select2-selection--multiple .select2-search.select2-search--inline input.select2-search__field {
    all: unset !important
}

.project-multicolor .seven-row .form-area .form-select-border .select2 .select2Select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 4px;
    background: transparent;
    border: 0
}

.project-multicolor .seven-row .form-area .form-select-border .select2 .select2Select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
    padding-left: 0;
    padding-right: 0
}

.project-multicolor .seven-row .form-area .form-select-border .select2 .select2Select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    font-size: 12px;
    width: 16px;
    height: 24px;
    display: none
}

.select2DropdownAW ul.select2-results__options li.select2-results__option--disabled,
.select2Dropdown ul.select2-results__options li.select2-results__option--disabled {
    display: none
}

#header .container-1480 {
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

#header .toolbar {
    justify-content: center
}

#header .toolbar .carousel-indicators .slider-circle-button {
    height: 10px;
    width: 10px;
    margin: 4px 8px
}

#header .toolbar .carousel-indicators .slider-circle-button.hover:before,
#header .toolbar .carousel-indicators .slider-circle-button.active:before {
    width: 16px;
    height: 16px;
    top: -3px;
    left: -3px;
    border: 1px solid rgba(255, 255, 255, 0.8)
}

#header.project .container-1480 {
    display: -webkit-flex;
    display: flex;
    justify-content: start
}

#header.project .toolbar {
    justify-content: start
}

.tab-content .carousel-inner {
    min-height: 280px;
    max-height: 540px;
    height: 60vw
}

.tab-content .carousel-inner img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

.floor-slick-slider,
.inside-slick-slider,
.outside-slick-slider,
.render-slick-slider,
.current-slick-slider {
    margin: 0 -10px
}

.virtual-slick-slider .slide-item:hover .left-filter {
    right: 0
}

.virtual-slick-slider .slide-item:hover .left-filter:after {
    display: none
}

.virtual-slick-slider .left-filter {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 65%;
    background: rgba(0, 79, 159, 0.5);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font: 400 18px/24px "Roboto", sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.virtual-slick-slider .left-filter:after {
    position: absolute;
    content: "\e926";
    font-family: 'emlakicon' !important;
    right: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7B832D;
    background: -moz-linear-gradient(90deg, rgba(0, 79, 159, 0) 50%, rgba(0, 79, 159, 0.5) 50%, rgba(0, 79, 159, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 79, 159, 0) 50%, rgba(0, 79, 159, 0.5) 50%, rgba(0, 79, 159, 0.5) 100%);
    background: linear-gradient(90deg, rgba(0, 79, 159, 0) 50%, rgba(0, 79, 159, 0.5) 50%, rgba(0, 79, 159, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7B832D", endColorstr="#7B832D", GradientType=1)
}

.virtual-slick-slider .left-filter i {
    display: block;
    margin-bottom: 8px;
    font-size: 36px
}

.example-slick-slider .example-item {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    max-height: 390px;
    height: 100%
}

.example-slick-slider .feature-image img {
    width: 100%;
    min-height: 335px;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover;
    cursor: default
}

.example-slick-slider .feature-buton .bttn {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px 5px;
    margin: -20px auto 0;
    width: 60%;
    font: 400 18px/22px "Roboto", sans-serif;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -moz-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -ms-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    -o-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.65) !important
}

.example-slick-slider .feature-buton .bttn i {
    font-size: 48px;
    margin-right: 8px
}

.example-slick-slider .feature-buton .bttn:hover {
    background: #fff
}

.floor-slick-slider {
    height: 455px
}

.floor-slick-slider .slide-item {
    text-align: center
}

.floor-slick-slider .slide-item .floor-item {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    max-height: 390px;
    height: 100%
}

.floor-slick-slider .slide-item .floor-item img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.floor-slick-slider .slide-item .floor-item .btn-show {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    min-width: 250px;
    color: #fff;
    cursor: pointer
}

.floor-slick-slider .slide-item .floor-item:hover img {
    opacity: .85
}

.floor-slick-slider .slide-item .floor-item:hover .btn-show {
    background: #fff;
    color: inherit
}

#catalogtab {
    height: 540px;
    justify-content: center
}

#catalogtab .catalogImage {
    height: 370px
}

#catalogtab .catalogImage img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

#catalogtab .btn-download {
    font: 500 22px/26px "Roboto", sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    border-radius: 50px;
    margin-top: 30px
}

#catalogtab .btn-download i {
    font-size: 24px;
    margin-right: 10px
}

#catalogtab .btn-download:hover {
    color: #fff;
    background: #7B832D;
    border-color: #7B832D
}

.slide-item {
    height: 410px;
    padding: 10px
}

.slide-item:focus {
    outline: none
}

.slide-item img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

.slide-item img[data-fancybox] {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slide-item img[data-fancybox]:hover {
    opacity: .85
}

.feature-slick-slider {
    margin-bottom: 100px !important
}

.feature-slick-slider .slick-list {
    overflow: visible
}

.feature-slick-slider .custom_paging {
    margin-top: 0;
    position: absolute;
    bottom: 35px;
    left: 7vw
}

.feature-slick-slider .custom_arrow {
    bottom: 37px
}

.feature-slick-slider .custom_arrow.left {
    left: calc(7vw + 220px)
}

.feature-slick-slider .custom_arrow.right {
    left: calc(7vw + 250px)
}

.fi-image-bg {
    margin: 10px;
    position: absolute;
    width: 90vw;
    height: 90vw;
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    border: 20px solid white;
    background-color: white
}

.feat-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    z-index: 9
}

.feat-item .fi-image {
    width: 90vw;
    height: 90vw;
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    border: 20px solid white
}

.feat-item .fi-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover
}

.feat-item .fi-content {
    padding: 50px 0 0 50px;
    margin-top: 150px
}

.feat-item .fi-content .title {
    font: 700 28px/32px "Roboto", sans-serif;
    margin-bottom: 8px
}

.feat-item .fi-content .subtitle {
    font: 700 28px/32px "Roboto", sans-serif;
    margin-bottom: 16px;
    color: #575757
}

.feat-item .fi-content p {
    font: 300 18px/24px "Roboto", sans-serif;
    margin-bottom: 20px;
    max-width: 580px;
    color: #8A8A8A
}

.feat-item .fi-pattern {
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -80px;
    width: 200px;
    height: 300px;
    object-fit: contain;
    opacity: .1
}

@media (max-width: 1619.98px) {
    #mainmenu .n-contact .n-contact-link {
        margin-right: 40px
    }

    #mainmenu .flag {
        right: -35px
    }

    #mainmenu.scroll .flag {
        right: -20px
    }
}

@media (max-width: 1299.98px) {
    .column-area {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .project-single .slider-title-row {
        flex-direction: column
    }

    .project-single .slider-title-row h3 {
        align-self: flex-start
    }

    .project-single .slider-title-row ul.nav {
        align-self: flex-start
    }

    .project-multicolor .five-row .slider-title-row {
        flex-direction: column
    }

    .project-multicolor .five-row .slider-title-row h4 {
        align-self: flex-start
    }

    .project-multicolor .five-row .slider-title-row ul.nav {
        align-self: flex-start
    }

    .select2Dropdown {
        min-width: 250 !important
    }

    .project-filters-form .selectable,
    .project-filters-form .selectable.w-230 {
        width: 80px;
        min-width: auto;
        padding: 10px 0
    }

    .project-filters-form .selectable .left-icon,
    .project-filters-form .selectable.w-230 .left-icon {
        left: calc(50% - 10px)
    }

    .project-filters-form .selectable span,
    .project-filters-form .selectable.w-230 span {
        opacity: 0;
        z-index: 9
    }
}

@media (max-width: 1024.98px) {
    .project-column-changer.col-lg-6 .project-item .project-item-bar .featurelogo {
        max-width: 130px;
        max-height: 80px;
        margin-bottom: 10px
    }

    .project-column-changer .project-item .project-item-bar {
        padding: 15px 6px 10px;
        max-width: 50%
    }
}

@media (max-width: 991.98px) {
    .fi-image-bg {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0
    }

    .feat-item .fi-image {
        margin: auto
    }

    #header .header-content .sld-title {
        font: 500 32px/26px "Roboto", sans-serif
    }

    #header .header-content .sld-subtitle {
        font: 500 26px/30px "Roboto", sans-serif
    }

    #header .header-content .sld-ul {
        width: 75%
    }

    .right-filter-menu {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        display: flex;
        overflow-x: auto;
        width: 100%
    }

    .right-filter-menu>div {
        margin: 10px 10px 5px 0;
        padding: 5px 10px;
        text-align: center;
        width: auto;
        min-width: 70px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .right-filter-menu>div:hover {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    .filter-dropdown {
        margin-bottom: 10px
    }

    .feat-item {
        flex-direction: column;
        height: auto
    }

    .feat-item .fi-pattern {
        z-index: -1;
        opacity: .1;
        top: 40%;
        bottom: auto
    }

    .feat-item .fi-content {
        padding: 0
    }

    .project-multicolor .four-row {
        margin-top: -150px
    }

    .project-multicolor .four-row .slide-item {
        margin-bottom: 0
    }

    .feature-slick-slider {
        margin-bottom: 20px !important
    }

    .feature-slick-slider .slide-item {
        height: auto
    }

    .feature-slick-slider .custom_arrow,
    .feature-slick-slider .custom_paging {
        top: 530px;
        bottom: auto
    }

    .slide-item {
        height: 300px
    }

    #catalogtab {
        height: 515px
    }

    .floor-slick-slider {
        height: 345px
    }

    .feature-row-tab .list .detail-icon {
        height: 50px
    }

    .feature-row-tab .list .detail-icon a {
        padding: 0 10px
    }

    .feature-row-tab .list .detail-icon a .social-links i {
        font-size: 24px
    }

    .feature-row-tab .list .detail-icon.hovered a .content,
    .feature-row-tab .list .detail-icon:hover a .content {
        width: 100px
    }

    .content.project-multicolor h1 {
        font-size: 24px;
        line-height: 28px
    }

    .content.project-multicolor h2 {
        font-size: 22px;
        line-height: 24px
    }

    .content.project-multicolor p {
        font-size: 18px;
        line-height: 24px
    }

    .content.project-multicolor h3 {
        font-size: 24px;
        line-height: 26px
    }

    .content.project-multicolor h4 {
        font-size: 22px;
        line-height: 26px
    }

    .content.project-multicolor .subtitle {
        font-size: 20px;
        line-height: 26px
    }

    .btn-fea-w-icon {
        height: auto;
        padding: 10px 15px
    }

    .btn-fea-w-icon i {
        font-size: 26px;
        margin-right: 8px
    }

    .btn-fea-w-icon .c .t {
        font: 400 17px/22px "Roboto", sans-serif
    }

    .btn-fea-w-icon .c .s {
        font: 300 14px/18px "Roboto", sans-serif
    }

    .project-single h3 {
        margin-top: 20px
    }

    .project-single .slider-title-row h3 {
        align-self: flex-start;
        margin-bottom: 15px;
        margin-top: 10px
    }

    .project-single .slider-title-row ul.nav {
        align-self: flex-start
    }

    .project-single .slider-title-row ul.nav li a .tabbutton {
        padding: 7px 16px
    }

    .project-multicolor .second-row {
        overflow: hidden;
        padding-top: 30px;
        margin-top: -30px
    }

    .project-multicolor .second-row .title {
        font-size: 20px;
        line-height: 22px
    }

    .project-multicolor .second-row .title .subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-left: 20px;
        margin-left: 5px
    }

    .project-multicolor .second-row .title .subtitle:before {
        width: 15px;
        height: 1px
    }

    .project-multicolor .third-row {
        padding: 25px 0 75px;
        min-height: 525px;
        text-align: center
    }

    .project-multicolor .third-row .cont-area .pro-fea {
        text-align: left
    }

    .project-multicolor .third-row .cont-area .pro-fea .icon {
        margin-right: 6px
    }

    .project-multicolor .third-row .cont-area .pro-fea .icon i {
        padding: 8px;
        font-size: 22px
    }

    .project-multicolor .third-row .cont-area .pro-fea span {
        font-size: 16px;
        line-height: 20px
    }

    .project-multicolor .five-row .slider-title-row h4 {
        align-self: flex-start;
        margin-bottom: 15px;
        margin-top: 10px
    }

    .project-multicolor .five-row .slider-title-row ul.nav {
        align-self: flex-start
    }

    .project-multicolor .five-row .slider-title-row ul.nav li a .tabbutton {
        padding: 7px 16px
    }

    .project-multicolor .six-row .title {
        font-size: 20px;
        line-height: 22px
    }

    .project-multicolor .six-row .title .subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-left: 20px;
        margin-left: 5px
    }

    .project-multicolor .six-row .title .subtitle:before {
        width: 15px;
        height: 1px
    }

    .project-multicolor .six-row .sales-title:before {
        left: 0;
        top: -15px;
        font-size: 60px
    }

    .project-multicolor .six-row .sales-number,
    .project-multicolor .six-row .sales-address {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: auto
    }

    .project-multicolor .six-row .description {
        font-size: 18px;
        line-height: 22px
    }

    .project-multicolor .six-row .map-area iframe {
        min-height: 325px
    }

    .project-multicolor .six-row .map-area .spec {
        padding: 30px 15px;
        min-width: auto;
        justify-content: center;
        font-size: 18px;
        line-height: 22px
    }

    .project-multicolor .six-row .map-area .spec ul li {
        padding: 5px 0
    }

    .project-multicolor .six-row .map-area .spec ul li i {
        font-size: 20px
    }

    .project-multicolor .six-row .map-area .spec .btn-primary {
        margin-top: 20px
    }

    .project-multicolor .seven-row .form-area {
        padding: 20px 30px;
        margin: 40px 0
    }

    .project-multicolor .seven-row .form-area h3.contact-title {
        font-size: 20px;
        line-height: 22px;
        margin-top: 20px;
        text-align: center
    }

    .project-multicolor .seven-row .form-area h3.contact-title:after {
        left: calc(50% - 32px)
    }

    .project-multicolor .seven-row .form-area .contact-desc {
        font-size: 18px;
        line-height: 22px;
        text-align: center
    }

    .project-multicolor .seven-row .form-area input {
        margin-bottom: 15px
    }

    .project-multicolor .seven-row .form-area button {
        margin: 10px auto 10px
    }

    .project-multicolor .seven-row .form-image-logo {
        height: 100px;
        width: 165px
    }

    .project-multicolor .seven-row .form-image {
        margin: 0 0 65px
    }

    .project-column-changer .project-item .project-item-bar ul.featurelist li p {
        font-size: 14px;
        line-height: 18px
    }

    .project-column-changer .project-item .project-item-content .project-item-title {
        font-size: 18px;
        line-height: 22px
    }

    .project-column-changer .project-item .project-item-content .project-item-desc {
        font-size: 16px;
        line-height: 18px
    }

    .filter-area {
        padding: 20px 0 10px
    }

    .filter-area h1 {
        margin-bottom: 10px
    }

    #mainmenu .n-contact .n-contact-link {
        margin-right: 30px
    }

    #footer .top .f-logos {
        justify-content: space-between;
        margin-bottom: 30px
    }

    #footer .top .f-logos .f-logo-img {
        margin-right: 0
    }

    #footer .top ul.socialmenu {
        justify-content: center
    }

    #footer .bottom ul.contractmenu {
        justify-content: center
    }

    #header {
        height: 40vh
    }

    #header.fullpage {
        height: 50vh
    }

    #header.project {
        height: 60vh
    }
}

@media (max-width: 767.98px) {

    .feature-slick-slider .custom_arrow,
    .feature-slick-slider .custom_paging {
        top: 530px
    }

    #header .header-content .sld-title {
        font: 500 26px/30px "Roboto", sans-serif
    }

    #header .header-content .sld-subtitle {
        font: 500 22px/26px "Roboto", sans-serif
    }

    #header .header-content .sld-ul {
        width: 75%
    }

    #header.project .toolbar .carousel-indicators {
        margin: 0 auto 25px
    }

    #header .toolbar .carousel-indicators .slider-circle-button {
        margin: 4px 10px
    }

    .promotionBtn {
        background: transparent;
        justify-content: center;
        padding: 5px;
        margin-bottom: 5px
    }

    .promotionBtn i {
        margin-right: 0
    }

    .promotionBtn span {
        display: none
    }

    .promotionBtn:hover .bg {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .feature {
        padding: 10px 20px 10px
    }

    .feature li {
        padding: 10px 0 15px
    }

    .feature li h4 {
        font: 400 18px/22px "Roboto", sans-serif;
        margin-bottom: 6px
    }

    .feature li i {
        font-size: 16px;
        margin-right: 4px
    }

    .feature li span {
        font: 400 16px/22px "Roboto", sans-serif
    }

    .feature li ul {
        font: 400 16px/22px "Roboto", sans-serif
    }

    .project-single .project-logo {
        max-width: none;
        margin-bottom: 15px
    }

    .project-single h3 {
        text-align: center
    }

    .project-single .slider-title-row h3 {
        align-self: center
    }

    .project-single .slider-title-row ul.nav {
        align-self: center;
        justify-content: center
    }

    .project-multicolor .project-logo {
        max-width: none;
        margin-bottom: 15px
    }

    .project-multicolor .first-row .feature-buton .bttn {
        width: 80%;
        font: 500 18px/22px "Roboto", sans-serif;
        padding: 15px 5px;
        margin: -25px auto 0
    }

    .project-multicolor .first-row .feature-buton .bttn i {
        font-size: 36px
    }

    .project-multicolor .first-row .feature-image img {
        min-height: 250px
    }

    .project-multicolor .five-row .slider-title-row h4 {
        align-self: center
    }

    .project-multicolor .five-row .slider-title-row ul.nav {
        align-self: center;
        justify-content: center
    }

    #contact-row .contact-image {
        min-height: 300px;
        max-height: 35vh
    }

    #contact-row h3.contact-title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 14px;
        margin-bottom: 10px
    }

    #contact-row .contact-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .btn-brdr {
        width: 130px;
        height: 45px;
        line-height: 45px
    }

    .project-filter-mobile {
        display: block
    }

    #mainmenu .logo-area {
        width: 170px;
        padding: 8px 15px 6px
    }

    #mainmenu .logo-area img.logo {
        max-height: 64px
    }

    #mainmenu .langmenu {
        margin-left: 10px
    }

    #mainmenu .langmenu span,
    #mainmenu .langmenu ul li {
        font-size: 16px
    }

    #mainmenu.scroll .logo-area {
        width: 150px
    }

    #mainmenu.scroll .logo-area img.logo {
        max-height: 54px
    }

    #mainmenu .flag,
    #mainmenu .n-contact .n-contact-link .n-content {
        display: none
    }

    #mainmenu .n-contact .n-contact-link {
        margin-right: 0
    }

    .content h1 {
        font: 500 22px/26px "Roboto", sans-serif;
        color: #001B33;
        margin-bottom: 20px
    }

    .content p {
        font: 300 16px/20px "Roboto", sans-serif;
        color: #757575;
        margin-bottom: 12px
    }

    #footer .top .f-title {
        padding-bottom: 6px
    }

    #footer .top .f-desc {
        font: 400 16px/18px "Roboto", sans-serif
    }

    #footer .bottom {
        font: 400 14px/18px "Roboto", sans-serif
    }

    #footer .bottom ul.socialmenu {
        flex-direction: column;
        justify-content: center
    }

    .scroll-top {
        bottom: 38px;
        right: 10px;
        width: 46px;
        height: 46px
    }

    .scroll-top:before {
        width: 54px;
        height: 54px;
        top: -4px;
        left: -4px
    }
}

@media (max-width: 575.98px) {

    .feature-slick-slider .custom_arrow,
    .feature-slick-slider .custom_paging {
        top: 100vw
    }

    .project-multicolor .third-row .cont-area {
        padding-bottom: 75px
    }

    .project-multicolor .six-row .map-area .spec {
        position: relative
    }

    .information-form .description {
        white-space: normal
    }

    #footer .top .f-logos {
        display: block;
        margin-bottom: 30px
    }

    #footer .top .f-logos .f-logo-img {
        margin-right: 0
    }

    #footer .top .f-logos .f-logo-img:first-child {
        max-width: 100%;
        width: 80%;
        margin: 0 10% 20px;
        max-height: none
    }

    #footer .top .f-logos .f-logo-img:nth-child(2) {
        max-width: none;
        width: calc(20% - 3px);
        margin: 0 7% 20px 10%;
        max-height: none
    }

    #footer .top .f-logos .f-logo-img:nth-child(3) {
        max-width: none;
        width: 45%;
        margin: 0 10% 20px 7%;
        max-height: none
    }
}

@media (min-width: 1399.98px) and (max-width: 1648.98px) {
    .right-filter-menu>div {
        width: calc(15vw + 150px)
    }
}

@media (min-width: 1299.98px) and (max-width: 1399.98px) {
    .right-filter-menu>div {
        width: calc(15vw + 120px)
    }
}

@media (min-width: 1199.98px) and (max-width: 1299.98px) {
    .right-filter-menu>div {
        width: calc(15vw + 110px)
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .right-filter-menu>div {
        width: calc(15vw + 100px)
    }
}


.project-multicolor .virtual-row .virtual-area {
    position: relative;
    width: 100%;
}

.project-multicolor .virtual-row .virtual-area .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    font: bold 22px / 29px "Roboto", sans-serif;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.project-multicolor .virtual-row .virtual-area img
Belirginlik: (0,3,1)
 {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-multicolor .virtual-row .virtual-area i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 80px;
    z-index: 1;
}

.project-multicolor .virtual-row .virtual-area .text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 90px;
    left: -50px;
    z-index: 1;
    font: bold 22px / 29px "Roboto", sans-serif;
    color: #fff;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}