@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

section {
    padding: 10px 0px;
}

section.contact-page {
    padding: 40px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

::-moz-selection {
    color: #fff;
    background: #171d40;
}

::-webkit-selection {
    color: #fff;
    background: #171d40;
}

::selection {
    color: #fff;
    background: #171d40;
}

:focus {
    outline: none;
}

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

ol {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #171d40;
    width: 100%;
    height: 100%;
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #171d40;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

h6.offer-price-box {
    font-size: 18px;
}

p {
    font-size: 16px;
    color: #171d40;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

hr {
    border-top: solid 1px #ededed
}

strong {
    font-weight: bold;
}

ul:after {
    clear: both;
}

ul:after,
ul:before {
    display: table;
    content: " "
}

li {
    font-size: 16px;
    margin-bottom: 7px;
}

a {
    text-decoration: none;
    color: #171d40;
    font-family: 'Poppins', sans-serif;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #171d40;
    outline: none;
}

.white {
    color: #fff !important
}

.dark {
    color: #0c1621
}

.pink {
    color: #e63939
}

.blue {
    color: #171d40
}

.light-blue {
    color: #2f3868
}

.medium {
    font-weight: 500
}

div, div.body {
    font-size: 14px;
}

p.article.blogContent, .content.blogContainer div {
    padding-right: 40px;
}

@media (max-width: 990px) {
    .article.blogContent, .content.blogContainer div {
        display: none;
    }
}

.blogTitle a {
    margin-right: 15px;
}

.blogAddedDetails li {
    font-size: 14px;
}

.blogArticle--addedDetails {
    margin-bottom: 20px;
}

div.newsContent {
    text-align: justify;
}

.blog__section-img {
    margin-bottom: 20px;
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: bold
}

.normal {
    font-style: normal;
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.caps {
    text-transform: uppercase
}

.caps.medium {
    margin-left: 10px;
}

.img-responsive {
    width: 100%;
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;

}

/* menu
/*-------------------------------------------------------*/

img.logo {
    max-height: 60px;
}

header .flex-container {
    align-content: center;
    align-items: center
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
    background: #fff;
}

header .navbar {
    background: #fff;
    border: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    border-top: solid 1px rgba(47, 56, 104, 0.23);
    border-bottom: solid 1px rgba(47, 56, 104, 0.23);
}

header .menu {
    float: none;
    padding: 0;
}

header .navbar {
    display: inline-block;
}

header .navbar li {
    display: inline-block;
    float: none;
    position: relative;
}

header .navbar li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #2f3868;
    padding: 22px 40px 18px 40px;
    letter-spacing: .6px;
    font-weight: 600;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*transition: all .5s linear 0s;*/
    /*-webkit-animation: fadeIn 1.2s;*/
    /*animation: fadeIn 1.2s;*/
}

@-webkit-keyframes fadeIn {
    from {
        margin-top: -120px;
        opacity: .8;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fadeIn {
    from {
        margin-top: -120px;
        opacity: .8;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}

header .navbar li a:hover {
    color: #e63939
}

header .navbar li.active a {
    background: #0d0f15;
}

header .navbar li a:before {
    position: absolute;
    height: 0;
    width: 100%;
    top: 0px;
    z-index: -1;
    left: 0px;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .navbar li a:hover:before {
    height: 1px;
    /*background: #e63939;*/
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu li {
    display: inline-block;
    float: left;
}

.menu a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}

.menu > li > a > i {
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.menu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
}

.menu > li.showhide span.title {
    margin: 15px 0px;
    float: left;
}

.menu > li.showhide span.icon {
    color: #fff;
    margin: 17px auto;
    float: left;
    font-size: 24px
}

.menu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}

@media (max-width: 767px) {
    .menu {
        float: right
    }

    .menu > li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .menu > li > a {
        padding: 15px 25px;
    }

    .menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

.dropdown-menu {
    min-width: 200px;

    margin: 0;
    padding: 10px 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.dropdown-menu > li > a {
    padding: 5px 20px !important;
    font-size: 14px;
    color: #7a7a7a;
    text-transform: none !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.dropdown-menu > li > a:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 2px solid #e63939;
    width: 0;
    transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
}

.dropdown-menu > li > a:hover:after {
    width: 70%;
}

.dropdown > a:after {
    font-family: 'fontAwesome';
    position: absolute;
    content: "\f0dd";
    right: 5px;
    top: 20px;
    color: #e63939;
    font-size: 14px;
    font-weight: bolder;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #e63939;

}

.dropdown-menu > li > a:hover:before {
    background: #fff !important;
}

.dropdown-menu {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;

}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-menu {
    margin-top: 7px;
}

header .navbar li.dropdown-main {
    display: none;
}

@media (max-width: 767px) {
    header .navbar li.dropdown-main {
        display: block;
    }
}

header .navbar li.dropdown-main:active {
    display: flex;
    flex-direction: column;
}

div.dropdown-backdrop {
    display: none;
}

.top {
    padding: 25px 0;
}

.top p {
    line-height: 1;
    margin: 0;
    font-weight: 600
}

.top a {
    font-size: 18px
}

.top .item {
    width: 33.333333%
}

.top .item:nth-of-type(1) {
    text-align: left;
}

.top .item:nth-of-type(2) {
    text-align: center;
}

.top .item:nth-of-type(3) {
    text-align: right
}

/*.contact-top.phone {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/


/* Buttons
-------------------------------------------------------*/
.btn {
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    border: none;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    font-weight: 600;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.btn-lg {
    font-size: 15px;
    padding: 0 34px;
    line-height: 50px;
}

.btn-md {
    font-size: 12px;
    padding: 0 27px;
    line-height: 40px;
}

.btn-sm {
    font-size: 11px;
    padding: 0 20px;
    line-height: 30px;
}

.btn.btn-pink {
    background-color: #e63939;
    color: #fff
}

.btn.btn-pink:hover,
.btn.btn-pink:focus {
    background-color: #d63636;
    color: #fff
}

.btn.btn-blue-solid {
    text-transform: none;
    border: solid 1px #2f3868;
    color: #2f3868;
}

.btn.btn-blue-solid:hover,
.btn.btn-blue-solid:focus {
    background: #2f3868;
    border: solid 1px #2f3868;
    color: #fff;
}

.btn:focus {
    outline: none;
    color: #fff;
}

.btn:hover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    opacity: 0.98;
    border-color: transparent;
}

.btn-100 {
    width: 100%
}

.btn-no-caps {
    text-transform: none
}

.btn-gray {
    background: #dbdee7;
    font-size: 13px;
    color: #171d40
}

.btn-gray:hover {
    background: #171d40;
    color: #fff
}

button {
    outline: none !important
}

.owl-slider {
    z-index: 0
}

.owl-slider .item {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
}

.owl-slider .hero-text {
    background: #ffffff;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 14%;
    z-index: 1;
    text-align: left;
    padding: 20px 40px;
}

.search-form {
    background: #f3f5fe
}

.search {
    padding: 40px 20px 30px 20px;
    z-index: 1
}

.search:after {
    clear: both;
}

.search:after,
.search:before {
    display: table;
    content: " "
}

.search-form .item {
    min-width: 20%;
    padding: 0 5px;
}

.ab-container {
    margin-top: 10px;
}

.form-advenced {
    padding: 0px 15px 0px 15px;

}

.form-advenced .flex-container {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.form-advenced .item {
    min-width: 20%;
    width: 20%;
    margin-bottom: 10px;
}

.form-advenced .item.short_input {
    min-width: 10%;
    width: 10%;
}

.form-advenced .item.searcher_type {
    min-width: 20%;
    width: 20%;
}

.section-title {
    letter-spacing: 2px
}

@media (min-width: 1700px) {
    .main_wrapper {
        width: 1690px;
        margin: 0 auto;
    }
}

.offers {
    padding-bottom: 40px;
}

.owl-offers {
    margin-top: 30px;
}

.offers .item {
    padding: 20px;
}

.offer-box .img {
    float: left;
    width: 45%;
}

.row.agents-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agent.offer-box .img {
    width: 100%;
}

/*@media (max-width: 767px) {*/
/*    .download-cards[data-view="list-view"] .download-card.news-list {*/
/*    min-width: 500px;*/
/*    }*/
/*}*/

section.agent-offers {
    padding: 0 0 20px 0;
}

.info.agent-box .category li {
    font-size: 12px;
}

.offer-box {
    padding: 0;
    height: 360px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

.offer-box .img-c {
    width: 100%;
    height: 290px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

div.img-c.agent {
    height: 300px;
}

.offer-box .img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;

}

.offer-box .img-w img {
    display: none;
}

.offer-box .img-c {
    -webkit-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.offer-box .img-c:hover .img-w {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    opacity: 1
}

.offer-box .img-c.active {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
/ / transform: translateX(- 50 %);
}

.offer-box .img-w img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.offer-box .text {
    display: block;
    padding: 25px;
    float: right;
    width: 55%;
}

.offer-box .category {
    width: 100%;
}

.content-category .category {
    width: 100%;
}

.content-category .category li {
    display: flex;
    justify-content: space-between;
}

.offer-box li.offer--details {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.offer-box .description {
    float: right;
    text-align: right
}

.offer-details-description {
    display: flex;
    flex-wrap: wrap
}

.offer-details-description li {
    box-sizing: border-box;
    margin-right: 20px;
    width: 47%;
    display: flex;
    justify-content: space-between;
}

.offer-details-description li:nth-child(even) {
    margin-right: 0;
    margin-left: 10px;
}

.body-left span.location-details {
    text-align: right;
    font-size: 13px;
}

@media (max-width: 546px) {
    .offer-details-description li {
        width: 100%;
    }

    .offer-details-description li:nth-child(even), .offer-details-description li:nth-child(odd) {
        margin-right: 0;
        margin-left: 0;
    }

}

.panel-body .img-100 {
    max-height: 550px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .offer-details-description li {
        width: 100%;
    }

    .offer-details-description li:nth-child(even), .offer-details-description li:nth-child(odd) {
        margin-right: 0;
        margin-left: 0;
    }
}


.offer-box li,
.offer-box p {
    font-size: 14px;
    color: #171d40;
}

.offer-box .title a {
    font-size: 20px;
}

.offer-box .title {
    margin-bottom: 15px;
}

.offer-box .price {
    width: 45%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    left: 2%;
    text-align: center;
    padding: 0px;
}

.offer-box .price span {
    font-size: 15px;
    font-weight: 600;
    color: #171d40
}

.offer-box .details a:hover {
    background: #171d40
}

.offer-box .details a {
    height: 70px;
    background: #e63939;
    width: 52.7%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-28%);
    transform: translateY(-28%);
    right: 0%;
    text-align: center;
    margin-right: 20px;
}

@media (min-width: 1921px) {
    .offer-box .details a {
        width: 51.4%;
    }
}

@media (min-width: 2201px) {
    .offer-box .details a {
        width: 51.7%;
    }
}

@media (min-width: 1681px) {
    h6.offerCarousel-price {
        font-size: 17px;
    }
}

.offer-box .details a {
    color: #fff;
    font-size: 15px;
    line-height: 70px;
    padding: 0;
}

.text-section {
    margin-top: 30px;
    background: #f3f5fe
}

.text-section p {
    margin-top: 20px;
}

.text-section .button {
    margin-top: 40px;
}

.logos img {
    max-height: 120px;
    padding: 10px 20px;
    opacity: .7;
    cursor: pointer;
}

@media (max-width: 767px) {
    .logos img {
        opacity: 1;
    }
}

.logos .item:hover img {
    filter: none;
    opacity: 1
}

.owl-logos {
    margin-top: 30px;
    margin-bottom: 80px;
}

.owl-carousel .owl-item .logo-img img {
    width: auto;
    text-align: center;
    margin: 0px auto;
}

.owl-carousel.owl-logos div.owl-item {
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
}

.owl-carousel.owl-logos div.owl-item .item {
    width: 100%;
}

.logo-img {
    margin-bottom: 10px;
}

.baner {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.baner .hero-text h2 {
    font-size: 60px
}

.service_box {
    background: #171d40;
    padding-bottom: 80px;
}

.service_box .flex-container {
    justify-content: space-between
}

.service_box .icon {
    cursor: pointer
}

.service_box .icon i {
    background: #fff;
    color: #e63939;
    text-align: center;
    margin: auto;
    font-size: 40px;
    border-radius: 100px;
    padding: 15px;
    height: 90px;
    width: 90px;
    line-height: 60px;
}

.service_box .item:hover .icon i {
    transition: all .5s linear 0s;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    from {
        opacity: .8;
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.63);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.63);
    }

    to {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    from {
        opacity: .8;
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.63);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.63);
    }

    to {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

.service_box p {
    color: #fff
}

.text-box {
    margin-top: 20px;
    margin-right: 10px;
}

.service_box .section-title {
    margin-bottom: 40px;
}

.reviews {
    background: #f4f8fc;
    padding-bottom: 40px;
}

.reviews .review-box {
    border-radius: 40px;
    padding: 10px;
    margin: 20px;
    background: #fff;
    box-shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.reviews .review-box:hover {
    background: #171d40;
}

.reviews .review-box:hover p {
    color: #fff
}

.reviews .text-box {
    padding: 20px 40px;
    text-align: left
}

.reviews .text-box p {
    font-size: 16px;
    font-style: italic
}

.reviews .review-box:after {
    color: #e63939;
    text-align: center;
    margin: auto;
    font-family: 'fontAwesome';
    content: "\f00c";
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.reviews .review-box:hover:after {
    background: #e63939;
    color: #fff
}

.reviews .name {
    margin-top: 30px;
}

.reviews .name p {
    font-size: 13px;
}

.owl-reviews {
    margin-top: 30px;
}

.reviews .owl-theme-1 .owl-nav {
    margin-top: 50px;
}

footer {
    margin: 0;
    background: #2f3868;
    padding: 40px 0 0px 0px;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #b1b3c1
}

.footer-menu li a {
    color: #b1b3c1
}

.footer-menu li a:hover {
    color: #e63939
}

.title-footer p {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

.social i {
    color: #b1b3c1;
    font-size: 22px
}

.social i:hover {
    color: #e63939;
}

.social li {
    display: inline-block;
    padding-right: 20px;
}

.copyright {
    background: #171d40;
    padding: 25px 15px 5px 15px;
    margin-top: 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.copyright a:hover {
    color: #fff
}

.copyright:before,
.copyright:after {
    display: table;
    content: "";
}

.copyright:after {
    clear: both;
}

.copyright p {
    font-size: 14px;
    color: #fff
}

.right {
    text-align: right
}

input,
select,
textarea {
    height: 50px;
    border: solid 1px rgba(23, 29, 64, 0.5);
    background: transparent;
    width: 100%;
    padding: 0 14px;
    color: #2f3868;
    font-size: 14px;
    border-radius: 100px;
}

textarea {
    height: 110px;
    padding: 12px 14px;
    border-radius: 15px
}

input:focus,
textarea:focus {
    border-color: #e63939;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

input,
textarea {
    color: #2f3868;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #2f3868;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #2f3868;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #2f3868;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #2f3868;
}

input.upload-file {
    background: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    height: 40px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}


.select {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: solid 1px rgba(23, 29, 64, 0.5);
    background: transparent;
    padding: 0 14px;
    color: #2f3868;
    font-size: 14px;
    border-radius: 100px;
    line-height: 35px;
    margin-bottom: -5px;
}

.select-styled {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 14px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    font-family: 'fontAwesome';
    content: "\f078";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    color: #e63939;
    position: absolute;
    top: 0px;
    right: 30px;
}

.select-styled:active,
.select-styled.active {
    background: transparent;
    color: #2f3868;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 0px;
    content: "\f077"
}

.select-options {
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #2f3868;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #e63939;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.breadcrumb {
    background: #fff;
    border-bottom: solid 1px rgba(214, 214, 214, 0.53);
    padding: 20px 0;
    text-align: center;
    margin: 0;
    position: absolute;
    visibility: hidden;
}

.breadcrumb li {
    display: inline;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #e63939;
}

.breadcrumb a:after {
    font-family: 'fontAwesome';
    content: "\f111";
    margin-left: 15px;
    margin-right: 5px;
    color: #e63939;
    font-size: 5px;
}

.page .text {
    padding: 20px 0;
}

.page .text ul {
    padding: 10px 0;
}

.page .text li {
    margin-left: 20px;
    list-style: initial;
    font-weight: 500
}

.page .text.text_article ol li {
    list-style: unset;
}

.add-form .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.add-form .item {
    min-width: 25%;
    padding: 5px 20px;
}

.add-form .item:nth-of-type(9),
.add-form .item:nth-of-type(10),
.add-form .item:nth-of-type(11) {
    width: 100%
}

.add-form .item:nth-of-type(11) {
    text-align: right;
}

.add-form .item.form-clause {
    text-align: left;
}

.form-clause label a {
    font-weight: bold;
}

.item.pull-right {
    width: 100%;
    text-align: right;
}

.item.pull-right input {
    width: 20%;
}

@media (max-width: 992px) {
    .item.pull-right input {
        width: 55%;
        padding-left: 10px;
    }
}

.add-form .form {
    padding: 20px 10px;
    background: #f3f5fe
}

.add-form .form .title {
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.add-form .form textarea {
    margin-top: 5px;
}

.page .box {
    background: #f3f5fe;
    padding: 20px;
    text-align: center;
    height: 100px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page .box:hover {
    background: #171d40;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.page .box:hover p {
    color: #fff
}

.page .box p {
    font-size: 14px
}

.page .flex-container .item {
    margin: 10px 10px 10px 0;
}

.page .flex-container .item {
    width: 25%
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 13px
}

.checkbox input[type="checkbox"] {
    margin-bottom: 10px;
    height: 20px;
    max-width: 25px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'fontAwesome';
    content: "\f00c";
    font-weight: 900
}

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

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #e63939;
}

.advanced-search {
    background: #f3f5fe
}

.advanced-search .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;

}

.advanced-search .item {
    width: 25%;
    padding: 0 5px;
}

.advanced-search .filter {
    padding: 0 10px 80px 10px;
}

.advanced-search .filter a {
    float: right;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 20px;
}

.advanced-search .item.short_input {
    width: 12.5%
}

.search-results .img-c {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.agent.offer-box .img-c.agent {
    text-align: center;
}

.agent.offer-box .img-c.agent img {
    max-height: 300px;
}

@media (max-width: 990px) {
    .agent.offer-box .img-c.agent img {
        max-height: none;
    }
}

.search-results .img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;

}

.search-results .img-w.loading {
    height: 25%;
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-results .img-w img {
    display: none;
}

.search-results .img-c {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.search-results .img-c:hover .img-w {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    opacity: 1
}

.search-results .img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 2;
/ / transform: translateX(- 50 %);
}

.search-results .img-w img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.download-cards {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.download-card {
    width: calc(100% - 2em);
    background: #fff;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 2em;
    margin: 0 1em 2em 1em;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.download-card .download-card__icon-box {
    float: left;
    width: 45%;
}

.download-card {
    padding: 0;
    height: 360px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.12);
}


.download-card .content {
    float: right;
    width: 55%;
    padding: 10px 25px 20px 25px;
}

.download-card .category {
    float: left;
    margin-left: -10px;
}

.download-card .description {
    float: right;
    text-align: right
}

.download-card .content-category {
    width: 50%;
    float: right;
    padding: 0px 20px 0px 0px;
    margin-top: -20px;
}


.download-card .price {
    width: 45%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    left: 0%;
    text-align: center;
    padding: 0px;
}


.download-card .details a {
    height: 70px;
    background: #e63939;
    width: 55%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 0%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 70px;
    z-index: 1
}

.download-card .img-c {
    height: 290px;
}

.download-card .price span {
    font-size: 15px;
    font-weight: 600;
    color: #171d40
}

@media (min-width: 767px) {
    .download-cards[data-view='grid-view'] .download-card {
        float: left;
        width: calc(100% - 2em);
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
        clear: both;
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
        clear: initial;
    }
}

@media (min-width: 1200px) {
    .download-cards[data-view='grid-view'] .download-card {
        width: calc((100% / 2) - 2em);
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
        clear: initial;
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
        clear: both;
    }
}

.download-card__icon-box {
    background: #fff;
    padding: 0px;
    text-align: center;
}

@media (min-width: 767px) {
    .download-card__icon-box {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.download-card__icon-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media (min-width: 767px) {
    .download-cards[data-view='list-view'] .download-card__icon-box {
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.download-card__content-box {
    padding: 10px 20px;
    -webkit-box-flex: 1;
    flex: 1;
}

.list-wrapper {
    margin-top: 20px;
}


.download-cards[data-view="list-view"] .category {
    float: left;
}

.download-cards[data-view="list-view"] .description {
    float: right;
    text-align: right;
}

.download-card li,
.download-card p {
    font-size: 14px
}

.download-cards[data-view="list-view"] .download-card {
    height: 100%;
    min-height: 290px
}

.download-cards[data-view="list-view"] li {
    margin-bottom: 15px;
}

.download-cards[data-view="list-view"] .body {
    margin-top: 60px;
}

.download-cards[data-view="list-view"] .content {
    width: 70%;
    float: left;
    padding: 0;
}

.download-cards[data-view="list-view"] .content-category {
    width: 30%;
    float: right;
    padding: 40px 0px;

}

.download-cards[data-view="list-view"] .price {
    position: relative;
    float: right;
    margin-top: 80px;
    margin-right: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}


.download-cards[data-view="list-view"] .details a {
    height: 70px;
    background: #e63939;
    width: 24%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 0%;
    text-align: center;
}

.download-cards[data-view="list-view"] .details a {
    color: #fff;
    font-size: 15px;
    line-height: 70px;
    padding: 0;
}

.download-cards[data-view="list-view"] .description {
    margin-left: 40px;
}

.download-card__content-box {
    padding: 10px;
}

.download-cards[data-view="list-view"] .img-c {
    height: 290px;
}

.content a {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.download-cards[data-view="list-view"] .content a {
    margin-top: 15px;
}

@media (min-width: 767px) {
    .download-cards[data-view="list-view"] .download-card__content-box {
        padding-left: calc(300px + 2em);
    }
}

.download-card__content-box__title {
    margin: 0 0 .5em;
}


.dc-view-switcher {
    display: none;
    margin: 1em;
    text-align: right;
}

.price-offert {
    width: 45%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    left: 0%;
    text-align: center;
    padding: 0px;
}

.download-cards[data-view="list-view"] .price-offert {
    height: 70px;
    background: #f3f5fe;
    width: 20%;
    position: absolute;
    top: 220px;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    left: 300px;
    text-align: center;
}

.download-cards[data-view="list-view"] .price-offert h6 {
    line-height: 50px;
}

.download-cards[data-view="list-view"] .list {
    height: 70px;
    width: 20%;
    position: absolute;
    top: 220px;
    bottom: 0;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    right: 40%;
    text-align: center;
    display: block;
    z-index: 1
}

.download-cards[data-view="list-view"] .list a {
    line-height: 70px;
    font-size: 15px;
    color: #e63939;
    font-weight: 500
}

.download-cards[data-view="list-view"] .top-220 a {
    top: 220px !important
}

.investments .list {
    display: none
}

.investments .content-category {
    margin-top: 10px;
}

.investments .content-category li {
    margin-bottom: 10px;
}

.download-card .details a:hover {
    background: #171d40
}


@media (min-width: 767px) {
    .dc-view-switcher {
        display: block;
    }
}

.dc-view-switcher > button {
    font-family: 'fontAwesome';
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    vertical-align: middle;
    opacity: 0.9;
    outline: none;
    color: #dbdee7;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.dc-view-switcher > button[data-trigger="list-view"]::before {
    content: "\f0c9";
}

.dc-view-switcher > button[data-trigger="grid-view"]::before {
    content: "\f00b";
}

.dc-view-switcher > button[data-trigger] .active {
    opacity: 1;
}

.dc-view-switcher .active {
    color: #e63939 !important;
}

.dc-view-switcher .b1 {
    margin-top: -5px;
}

.panel-group {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.panel-default {
    border: none !important;
    padding: 15px;
}

.panel-body {
    margin-top: 100px;
}

#investmentDetailsList .panel-body {
    margin-top: 0;
}

table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
    font-size: 13px;
}

table caption {
    margin: .5em 0 .75em;
}

table tr {
    padding: .45em;
}

table th,
table td {
    padding: 22px;
    text-align: center;
    /*border-top: solid 1px rgba(69, 83, 98, 0.14);*/
    /*border-bottom: solid 1px rgba(69, 83, 98, 0.14);*/
    border-left: none;
    font-weight: 600
}

table th:first-child,
table td:first-child {
    border-left: solid 1px rgba(69, 83, 98, 0.14);
}

table th {
    font-size: 14px;
    text-transform: uppercase;
    color: #171d40;
    padding: 1em;
    background: #f3f5fe
}

.panel-body table a {
    text-transform: uppercase;
    color: #e63939;
    font-weight: bold;

}

table i {
    font-size: 25px !important
}

td i {
    color: #e63939;
    cursor: pointer;
}

td i:hover {
    color: #171d40;
}

@media screen and (max-width: 991px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 2px solid #fff;
        display: block;
        padding: 5px;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: solid 1px rgba(47, 56, 104, 0.24);
    }

}

.pagination {
    position: relative;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: -30px;
    border-radius: 100px;
    /*border: solid 1px rgba(12, 22, 33, 0.16);*/
}

.pagination li {
    display: inline;

}

.pagination li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #171d40;
    padding: 15px 20px;
    border-right: solid 1px rgba(12, 22, 33, 0.16);
    float: left;

}

.pagination li .next {
    border: none;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li a.active {
    background-color: #e63939;
    color: #fff;
}

.pagination li a:hover:not(.active) {
    color: #e63939;
}

.contact-info-box .image-contact img {
    max-height: 100px;
}

.contact-info p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.contact-info h6 {
    font-size: 18px;
    font-weight: 400
}

.contact-info a {
    font-size: 18px;
    color: #e63939;
    font-weight: 500;
    text-decoration: underline
}

.contact-info .info {
    margin-top: 50px;
}

.contact-info {
    margin-top: 30px;
}

.contact-info-box li {
    font-size: 14px;
}

.contact-page .body {
    margin-top: 55px;
    margin-bottom: 40px;
}

#google-map {
    padding: 0;
}

#map-canvas, #openMap {
    width: 100%;
    height: 500px;
}

.contact-form .flex-container {
    flex-wrap: wrap
}

.contact-form .item {
    width: calc((100% / 3));
    padding: 10px 10px 10px 0;
}

.contact-form .item.textarea {
    width: 100%
}

.contact-form {
    background: #f3f5fe;
    padding: 40px;
    margin-top: 60px;
}

.contact-form.addedForm {
    margin-top: 0;
}

.contact-form:before,
.contact-form:after {
    display: table;
    content: "";
}

.contact-form:after {
    clear: both;
}

.estiweb-future-form-info {
    font-size: 16px;
    padding-left: 10px;
    color: red;
}


.contact {
    margin-top: 30px;
}

.contact .checkbox {
    margin-bottom: 30px;
}

.social-share {
    width: 100%;
    padding: 10px 0;
    display: flex;
}

.social-share li {
    display: inline;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500
}

.social-share li a {
    font-size: 16px;
    color: #171d40
}

.social-share li:hover a {
    color: #e63939
}

.social-share img {
    height: 22px;
}

.social-share:before,
.social-share:after {
    display: table;
    content: "";
}

.social-share:after {
    clear: both;
}


.print {
    float: right
}

.print.hide ul {
    display: none;
}

.print ul {
    cursor: pointer;
}

.photo-gallery {
    position: relative;
    padding: 20px 0;
    visibility: hidden;
}

.gallery-slider-for .slider-item {
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

#plans .gallery-slider-for .slider-item {
    /*min-height: 700px;min-height: 700px;*/
    background-position: top left;
    width: 100%;
    margin: 0 auto;
}

.plans-container {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .plans-container {
        margin: 15px 0;
    }
}

.panel-body.plans {
    margin-top: 20px;
}

.gallery-slider-nav {
    margin: auto;
    text-align: center
}

#plans div.col-lg-6 {
    margin-top: 20px;
}

.gallery-slider-nav .slider-item {
    min-height: 195px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    width: 97% !important;
}

.gallery-slider-nav .slider-item:hover {
    opacity: .9
}

.gallery-img {
    width: 100%;
    height: 250px;
}

.gallery-imgTitle {
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px
}

.slider-item:hover:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}

.arrow-container {
    margin-top: 18px;
}

.prev.slick-arrow {
    font-size: 22px;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 5px 10px;
    color: #fff;
    background-color: #171d40;
    position: absolute;
    min-width: 50px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.prev.slick-arrow:hover {
    background: #e63939;
    color: #fff;
    text-decoration: none;
}

.next.slick-arrow {
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    background-color: #e63939;
    position: absolute;
    min-width: 50px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    top: 50%;
    right: 1%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.next.slick-arrow:hover {
    background: #171d40;
    color: #fff;
    text-decoration: none;
}

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

    .next.slick-arrow,
    .prev.slick-arrow {
        min-width: 90px;
    }
}

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

    .next.slick-arrow,
    .prev.slick-arrow {
        min-width: 117px;
    }
}

.img-100 {
    width: 100%
}

.content-info {
    margin-top: 10px;
}

.content-info .description {
    padding: 10px 0;
}

.content-info .description li {
    font-size: 14px
}

.content-info .body-left {
    float: left;
    margin: 0 -15px;
}

.body-left .investment--details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.content-info .body-left .investment--details li {
    width: 47%;
    margin-right: 25px;
    display: flex;
    justify-content: space-between;
}

.content-info .body-left .investment--details li:nth-child(even) {
    margin-right: 0;
}

.content-info .body-left .investment--details li span:first-child {
    padding-right: 15px;
}

.content-info .body-right {
    float: right;
    margin-right: 50px;
    text-align: right
}

.details-of-offer .details {
    text-align: center
}

.details-of-offer .details .title {
    margin-top: 40px;
}

.contact-agent {
    background: #f0f5fb;
    padding: 0px 25px;
    height: 200px;
    width: 100%;
    bottom: 0px;
    display: block;
    margin-top: 50px;
}

.contact-agent img {
    max-height: 140px;
    max-width: 140px
}

.contact-agent:before,
.contact-agent:after {
    display: table;
    content: "";
}

.contact-agent:after {
    clear: both;
}

@media (max-width: 992px ) {
    .contact-agent.box-container {
        margin-top: 0 !important;
    }
}

.box-container {
    margin-top: 70px !important;
}


.box-container img {
    max-height: 130px;
    max-width: 130px
}

.form-details {
    margin: 30px -15px;
}

.form-details .select,
.form-details input,
.form-details select,
.form-details textarea {
    height: 50px;
    border: solid 1px rgba(71, 128, 191, 0.55);
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 14px;
    color: #9c9c9c;
    font-size: 14px;
    border-radius: 0px;
}

.form-details .flex-container {
    flex-wrap: wrap;
}

.form-details .flex-container .item {
    min-width: 15%;
    width: calc((100% / 6));
}

.form-details .item:nth-of-type(9) {
    width: 50%
}

.contact-box {
    background: #f3f5fe;
    padding: 30px;
    margin-top: 20px;
}

.contact-box .btn {
    margin-top: 15px;
}

input.btn:active {
    outline: none !important;
}

.contact-box input {
    margin-bottom: 15px;
}

.contact-box textarea {
    height: 180px;
}

.contact-box .item:nth-of-type(1) {
    width: 35%
}

.contact-box .item:nth-of-type(2) {
    width: 65%
}

.map {
    margin-top: -30px;
}

.map .title {
    margin-bottom: 20px;
}

.map #google-map {
    margin: 0;
    padding: 0;
}

.map #map-canvas, .map #openMap .map #map, #google-map #map {
    width: 100%;
    height: 500px;
}

.pagination-group {
    margin-top: 20px;
    border-radius: 100px;
    border: solid 1px rgba(23, 29, 64, 0.5);
    padding: 10px 0px;
    text-align: center
}

.pagination-group li {
    display: inline;
    font-weight: 500;
    font-size: 14px
}

.pagination-group li a:hover {
    color: #e63939
}

.pagination-group .next:after {
    content: "|";
    width: 5px;
    height: 30px;
    display: inline;
    margin-left: 10px;
    color: rgba(23, 29, 64, 0.42)
}

.search-results .form {
    margin-top: 20px;
}

.card {
    position: relative;
    width: 100%;
    margin: auto;
    transition: 0.3s ease-out;
}

.card img {
    width: 80%;
    margin-top: 40px;
    filter: brightness(70%)
}

.card .video-play-button {
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: content-box;
    display: block;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
}


.video-play-button span {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center;
}

.card .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #fff 15%, #fff 70%);
    border-radius: 100%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.card .video-play-button:hover:after {
    background-color: #da0528;
}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 80px;
    right: 50px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fff;
}

.video-overlay iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80vw;
    height: 47vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.prices span {
    font-size: 25px
}

.details-of-offer .body {
    margin-top: 10px;
}

.details-of-offer .body p {
    font-size: 18px
}

#wirtual {
    width: 80%;
    padding: 20px 0;
    margin: 10px auto
}

.view {
    margin-top: 50px;
    position: relative;
    cursor: pointer;
}

.view img {
    width: 100%;
    filter: brightness(70%);
    display: none;
}

.view:before {
    background: #fff url(../img/360.png);
    background-repeat: no-repeat;
    display: none;
    content: "";
    border-radius: 100px;
    position: absolute;
    z-index: 0;
    left: -8%;
    top: 0;
    bottom: 0;
    margin: auto;

    width: 160px;
    height: 160px;
    text-align: center;
    z-index: 1;

}

/*.view:hover:before {*/
/*    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);*/
/*}*/

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 100px;
    background: #f0f5fb;
}

#accordion .panel-title a {
    display: block;
    padding: 20px;

    font-size: 14px;
    font-weight: 600;
    color: #e63939;
    position: relative;
}

#accordion .panel-title.plan-button a {
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #accordion .panel-title.plan-button a {
        font-size: 14px;
    }
}

#accordion .panel-title a.collapsed {
    color: #e63939;
}

#accordion .panel-heading:hover {
    background: #e63939
}

#accordion .panel-title a:hover {
    color: #fff;
}

#accordion .panel-body {
    border-top: none;
    font-size: 15px;
}

.menu-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    justify-content: space-around;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.menu-scroll-item {
    display: flex;
    /*margin: 20px;*/
    align-content: center;
    align-items: center;
}

.menu-scroll.subpages {
    border-bottom: none;
}

.menu-scroll a {
    font-size: 14px;
    min-width: calc((20% - 1em));
    color: rgba(23, 29, 64, 0.85);
    padding: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px transparent;
}

.menu-scroll a:hover {
    border-bottom: solid 1px #e63939;
    color: #e63939
}


.menu-indicator {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -150px;
    z-index: 4;
    width: 300px;
    text-align: center;
    display: none
}

.menu-indicator .indicator-wrapper {
    transform: translate3d(0, 0, 0);
    width: 150px;
    margin: 0 auto;
}

.menu-indicator .indicator-wrapper .indicator-cursor {
    background: rgba(255, 255, 255, 0.37);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 0;
    z-index: 5;
    animation: cursor-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}

.menu-indicator .indicator-wrapper .indicator-cursor img {
    height: 40px;
}

@keyframes cursor-animation {
    0% {
        left: 100px;
        transform: rotate(30deg);
    }

    100% {
        left: 40px;
        transform: rotate(0deg);
    }
}

.menu-indicator .indicator-wrapper .box-wrapper {
    width: 150px;
    overflow: hidden;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.menu-indicator .indicator-wrapper .box-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background: radial-gradient(ellipse at center, rgba(247, 246, 243, 0) 0%, #fff 70%);
    z-index: 2;
}

.menu-indicator .indicator-wrapper .box-wrapper .box-outer {
    position: relative;
    top: calc(50% - 1em);
    animation: box-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}

@keyframes box-animation {
    0% {
        left: 0px;
    }

    100% {
        left: -5em;
    }
}

.menu-indicator .indicator-wrapper .box-wrapper .box {
    position: absolute;
    width: 3em;
    height: 2em;
    border-radius: 3px;
    border: 1px solid #555;
}

.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(0) {
    left: 0em;
}

.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(1) {
    left: 4.25em;
}

.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(2) {
    left: 8.5em;
}

.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(3) {
    left: 12.75em;
}

.investment_details .content-info {
    padding: 40px 0;
}

.investment_details .body {
    margin-top: 10px;
}

.investment_details .description li {
    margin-bottom: 20px;
}

.investment_details .contact-agent {
    padding: 18px 20px;
    margin-top: 50px;
}

@media (max-width: 520px) {
    .content-info .body-left .investment--details li {
        width: 100%;
        margin-right: 0;
    }
}

div.agent.offer-box {
    display: flex;
    flex-direction: column;
    min-height: 600px;
    margin-bottom: 20px;
}

#description .text {
    text-align: justify;
}

.agent.download-card__content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (max-width: 992px) {

    .agent.download-card__content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .info.agent-box .category li {
        font-size: 14px;
    }

    .agent.contact-page img {
        margin-bottom: 20px;
    }

}

div.agent-button {
    display: block;
    background-color: #e63939;
}

.list-form .flex-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

input {
}

.list-form .item {
    width: 15% !important;

}

.list-form .item:nth-of-type(9),
.list-form .item:nth-of-type(10) {
    width: 32% !important
}

.map {
    margin-top: 50px;
    margin-bottom: 30px;
}

.agent_contact_details {
    margin-bottom: 5px;
}

.agent_contact_detailsHeading {
    margin-bottom: 0px;
}

.offer-status {
    text-transform: uppercase;
}

.img-boxes {
    text-align: center;
    padding: 30px 0;
}

.img-boxes img {
    max-height: 150px;
    transition-duration: .5s;
}

.img-boxes i.fa-5x {
    font-size: 150px;
    transition-duration: .5s;
}

.img-boxes img:hover, .img-boxes i.fa-5x:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.img-boxes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-boxes-container .boxes-content.four {
    width: 25%;
}

.img-boxes-container .boxes-content.three {
    width: 33%;
}

.img-boxes-container .boxes-content.two {
    width: 50%;
}

@media (max-width: 1098px) {
    .img-boxes-container .boxes-content.four,
    .img-boxes-container .boxes-content.three,
    .img-boxes-container .boxes-content.two {
        width: 33%;
    }
}

@media (max-width: 960px) {
    .img-boxes-container .boxes-content.four,
    .img-boxes-container .boxes-content.three,
    .img-boxes-container .boxes-content.two {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .img-boxes-container .boxes-content.four,
    .img-boxes-container .boxes-content.three,
    .img-boxes-container .boxes-content.two {
        width: 100%;
        margin: 10px 30px;
        border: solid 1px rgba(23, 29, 64, 0.12);
    }
}

.img-opinion {
    width: 50%;
    margin: 20px auto;
    text-align: center;

}

.img-opinion img {
    border-radius: 20px;
}

.like-box-wrap {
    position: fixed;
    right: -300px;
    width: 298px;
    height: 69px;
    top: 180px;
    z-index: 410;
    background-color: #fff;
}

.page-plugin-wrap {
    width: 300px;
    height: 70px;
    overflow: hidden;
}

.page-plugin-wrap iframe {
    position: relative;
    top: -1px;
    left: -1px;
}

.like-box-handle {
    width: 40px;
    height: 54px;
    background: url(../gfx/facebook-handle.png) no-repeat 0 0;
    position: absolute;
    top: 15px;
    left: -40px;
}

.social-box {
    position: fixed;
    right: -302px;
    width: 300px;
    top: 190px;
    z-index: 410;
    background-color: #fff;
}

.instagram {
    color: #000;
    background: #fff;
}

.twitter-x {
    color: #000;
    background: #fff;
}

.linkedin {
    color: #fff;
    background: #0177B5;
}

.youtube {
    color: #ff0000;
    background: #fff;
}

.tiktok {
    color: #000000;
    background: #fff;
}

.social-item {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    text-align: center;
    height: 54px;
    width: 40px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 54px;
    top: 50px;
    margin-right: 12px;
}

.social-box:hover .social-item i {
    color: #265b86;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.apartments-list-container .panel-body {
    margin-top: 10px;
}

.newsContent ul {
    padding-left: 20px;
}

.content-blocked {
    z-index: 100000;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(77, 76, 76, 0.95);
    padding: 16px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 48px;
}

#cookiesBar { display: none; }

.cookiesBar {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    background: white;
    color: black;
    text-align: center;
    z-index: 10000;
}

.cookiesBar p {
    font-size: 1rem;
    padding: 1rem 0.5rem 0.375rem 0.5rem;
    margin: 0.5rem;
}

.cookiesBar a {
    color: black;
}

.cookiesBar-btn {
    border: 0;
    padding: 0.375rem 2rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

