/*===========================================================
 Custom Font CSS
============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    --hamBg: #e64097;
    --preloaderBg: #e64097;
    --size-58: var(--size-58);



}

.navbar-brand {
    width: 170px;
}

h2,
h3,
h1 {
    font-family: 'Noto Serif', serif;
}

/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /* overflow-y: hidden; */
}

body {
    --size-58: 58px;
}



ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

a:active,
a:focus,
button:active,
button:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}

/* Line Clmp */

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.28px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.28px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.28px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.28px;
}



#property-single-slider .owl-dots {
    align-items: center;
    justify-content: center;
}

#property-single-slider .owl-dots:not(.disabled) {
    display: flex;
    margin-top: 20px;
}


#property-single-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdcdc !important;
}

#property-single-slider .owl-dot+.owl-dot {
    margin-left: 12px;
}

#property-single-slider .active {
    background: #000000 !important;
}

#property-single-slider .owl-item img {
    background-position: center center;
    height: 500px;
    object-fit: cover;
}


/*===========================================================
 Service
============================================================*/
.service-banner {
    background-image: url(../img/service/banner.jpg) !important;
}

.global-area {
    background-image: url(../img/service/bg.jpg);
    width: 100%;
    min-height: 526px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
}

.global-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7, 7, 7, .2);
}

.global-text {
    max-width: 880px;
    position: relative;
}

.global-text h2 {
    font-size: 45px;
    line-height: 1.22;
    letter-spacing: -0.9px;
    color: #fff;
}

.global-text p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 38px;
}

.service-area {
    background: #f5f5f5;
    padding: 110px 0;
}

.single-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-service:nth-child(odd) {
    margin-bottom: 100px;
}

.service-img {
    /* max-width: 518px; */
    max-width: 50%;
    width: 100%;
}

.service-img img {
    width: 100%;
}

.service-area .single-service:nth-child(even) .service-img,
.service-area .single-service:nth-child(odd) .service-text {
    padding-left: 40px;
}

.service-area .single-service:nth-child(even) .service-text,
.service-area .single-service:nth-child(odd) .service-img {
    padding-right: 40px;
}

.service-text {
    /* max-width: 518px; */
    max-width: 50%;
    width: 100%;
}

.service-text a span {
    display: inline-block;
    padding-left: 10px;
}

.service-text a {
    font-weight: 500;
    margin-top: 30px;
    text-decoration: none;
    color: #e64097;
    font-size: 14px;
    display: inline-block;
}

.service-text h2 {
    font-size: 35px;
    line-height: 1.26;
    letter-spacing: -0.7px;
    color: #3e3e3e;
    margin-bottom: 30px;
}

.service-text p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.mrb-100 {
    margin-bottom: 100px;
}

.service-top-area {
    padding: 95px 0;
    text-align: center;

}

.service-top-text {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.service-top-text h2 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.6px;
    color: #3e3e3e;
    margin-bottom: 30px;
}

.service-top-text h2 span {
    color: #e64097;
    text-decoration: underline;
}

.service-top-text p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #3e3e3e;

}

.purple-bttn a {
    background: #6c207e;
}

.bttn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    line-height: 65px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.04px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.bttn span {
    margin-left: 10px;
}

.pink-btn a {
    background: #e64097;
}

.global-text .pink-btn a {
    margin: 0;

}

/*===========================================================
 About
============================================================*/

.about-banner {
    background-image: url(../img/about/banner.jpg);
    display: flex;
    align-items: flex-end;
    padding-bottom: 90px;
}

.find-area {
    background-color: #6c207e;
    padding: 30px 0;
}

.find-text p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #fff;
    font-family: 'Noto Serif', serif;
}

.find-text p a {
    color: #e64097;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.4px;

}

.about-top-text p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.about-market:after {
    height: 80% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/*===========================================================
 Help
============================================================*/
.how-help-top {
    background-color: #6c207e;
}

.how-help {
    display: flex;
    flex-wrap: wrap;
}

.help-single::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #070707;
    opacity: 0.5;
    z-index: 1;
}

.help-single {
    transition: .5s;
    position: relative;
    width: 100%;
    height: 480px;
}

.help-single>img {
    height: 480px;
    /* object-fit: fill; */
    object-fit: cover;
    object-position: center;
}

.active.item .help-single {
    transform: scale(1.1);
}

.not-active .item .help-single {
    transform: scale(.9);
}



.help-txt h3 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.56px;
    color: var(--white);
}

.help-txt span {
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: var(--white);
}

.help-txt {
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 0px 35px 20px;
    left: 0;
    box-sizing: border-box;
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.help-txt a {
    opacity: 0;
    visibility: hidden;
    position: static;
    display: none;
    transition: 1s;
    margin-top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.help-single:hover .help-txt a {
    opacity: 1;
    display: block;
    visibility: visible;
    margin-top: 25px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 15px 0;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*===========================================================
 Hamberger
===========================================================*/


.hamburger .line {
    width: var(--hamWidth);
    height: var(--hamHeight);
    background-color: #ffff;
    display: block;
    margin: var(--hamMargin) auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
    -webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -o-transform: translateY(var(--hamTranslate)) rotate(45deg);
    transform: translateY(var(--hamTranslate)) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
    -webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -o-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}




.blue-bg {
    background-color: #6c207e !important;
}

/*===========================================================
 Title
===========================================================*/
.border-1 {
    border-bottom: 1px solid #e6e6e6;
}

.pdt-50 {
    padding-top: 50px;
}

.title-inner {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 25px;
}

.title h2 {
    margin-bottom: 5px;
    font-size: 50px;
    letter-spacing: -1px;
    color: #3e3e3e;
    font-family: 'Noto Serif', serif;
}

.title h6 {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
    display: inline-block;
}

.title a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
}

.title span {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
}

.title-btn a.active {
    background: #e64097;
    color: #fff !important;
    border: 1px solid #e64097;
}

.title-btn a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-align: center;
    color: #707070;
    border-radius: 50px;
    border: solid 1px #aaa;
    display: inline-block;
    line-height: 25px;
    text-decoration: none;
    padding: 0 10px;

}

.title-btn a:hover {
    background: #e64097;
    color: #fff !important;
    border: 1px solid #e64097;
}

/*===========================================================
 Banner
===========================================================*/

.banner-area {
    /*background-image: url(../img/);*/
    width: 100%;
    height: 100%;
    min-height: 536px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7, 7, 7, .49);
}

.banner-inner {
    position: relative;
}

/*tabs*/

.contact-banner .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    margin-top: 60px;
}

.contact-banner .nav-item {
    margin-right: 70px;
}

.contact-banner .nav-tabs .nav-item.show .nav-link,
.contact-banner .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.69;
    letter-spacing: 1.04px;
    color: #fff;
}

.contact-banner .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.contact-banner .nav-link {
    padding-top: 34px !important;
    padding: 0;
}

/* .contact-banner .nav-link:hover {
    border-top: 1px solid #e64097;
} */

.contact-banner .nav-tabs .nav-link {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.69;
    letter-spacing: 1.04px;
    color: #fff;
}

/*===========================================================
 Contact
===========================================================*/

.contact-banner {
    background-image: url(../img/contact/banner.jpg);
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.banner-area.service-banner {
    padding-bottom: 90px;
}

.contact-banner-text {
    position: relative;
    z-index: 1;
}

.contact-banner-text span {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #fff;
    font-weight: 600;
    margin: 0 5px;
}

.contact-banner-text span a {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.contact-banner .nav-item {
    margin-top: -2px;
}

.contact-banner .nav-link.active {
    border-top: 2px solid #e64097 !important;
}

.contact-banner-text h2 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 50px;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    margin-bottom: 10px;
}

.contact-top-area {
    padding: 85px 0;
    background: #f5f5f5;
}

.contact-top-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.contact-top-img {
    max-width: 531px;
    width: 100%;
}

.contact-top-text {
    padding-left: 75px;
    max-width: calc(100% - 531px);
}

.contact-top-text h2 {
    font-size: 35px;
    line-height: 1.26;
    letter-spacing: -0.7px;
    color: #3e3e3e;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 35px;
}


.head-office h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: -0.36px;
    color: #3e3e3e;
    margin-bottom: 16px;
}

.head-office div {
    margin: 14px 0;
}

.head-office div a span {
    margin-left: 10px;
}

.head-office div a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.32px;
    color: #3e3e3e;
    text-decoration: none;
}

.contact-area {
    padding-top: 70px;
    margin-bottom: 85px;
}



.contact-inner h2 {
    font-size: 25px;
    line-height: 1.76;
    letter-spacing: -0.5px;
    color: #3e3e3e;
    margin-bottom: 25px;
}

.contact-inner h2 span {
    color: #e64097;
    text-decoration: underline;
}

.single-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-row .single-form {
    width: 49%;
    margin-bottom: 20px;
}

.single-row .single-form select {
    background-color: #f5f5f5;
    height: 60px;
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    color: #707070;
    padding: 0 18px;
    appearance: none;
}

.single-row .single-form input {
    background-color: #f5f5f5;
    height: 60px;
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    color: #707070;
    padding: 0 18px;

}

.textarea textarea {
    margin-bottom: 25px;
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    color: #707070;
    padding: 10px 18px;
    background-color: #f5f5f5;
    height: 118px;
    resize: none;
}

.contact-inner button span {
    margin-left: 10px;
}

.contact-inner button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    line-height: 65px;
    border-radius: 50px;
    background-color: #e64097;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.04px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

/*===========================================================
 stories Article
===========================================================*/

.article-banner {
    background-image: url(../img/article-stories/banner.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.article-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7, 7, 7, .38);
}

.article-banner-text {
    position: relative;
    z-index: 2;
}

.article-banner-text h6 {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #fff;
}

.article-banner-text h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px;
}

.article-banner-text a {
    font-size: 10px;
    font-weight: 600;
    display: inline-block !important;
    letter-spacing: 0.8px;
    color: #fff;
    border-radius: 50px;
    background-color: #6c207e;
    display: inline;
    padding: 3px 0;
    text-decoration: none;
    width: 95px;
    text-align: center;
}

.article-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.article-left {
    max-width: calc(100% - 230px);
    width: 100%;
    padding-right: 63px;
}

.article-right {
    max-width: 230px;
    width: 100%;
}

.article-area {
    padding-top: 30px;
    margin-bottom: 55px;
}

.article-top {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 18px;
    margin-bottom: 45px;
}


.article-top a {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
    text-decoration: none;
}

.article-top span {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
    font-weight: 600;
}

.article-right-inner {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px 20px;
}

.article-right-user {
    display: flex;
    align-items: center;
}

.ar-user-text {
    padding-left: 15px;
}



.read-time p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
}

.read-time span {
    font-weight: 600;

}

.read-time {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;

}

.share {
    display: flex;
    align-items: center;
}

/* .share a {
    margin-left: 9px;
} */

.share span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
    margin-right: 7px;
}

.ar-user-text h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #707070;
}

.ar-user-text h6 {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: -0.24px;
    color: #707070;
}



.article-text h4 {
    font-size: 22px;
    line-height: 1.86;
    letter-spacing: -0.44px;
    color: #3e3e3e;
    font-family: 'Noto Serif', serif;
    margin-bottom: 15px;
}

.article-text p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;
    color: #3e3e3e;
    margin-bottom: 17px;
}

.article-img {
    margin: 50px 0;
    border: solid 1px #e6e6e6;
    padding: 20px;
}

.article-img img {
    width: 100%;
}

.similar-stories {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 100px;
}



.similar-title h2 {
    font-size: 35px;
    letter-spacing: -0.7px;
    color: #3e3e3e;
    margin-bottom: 30px;
}

.market-area {
    position: relative;
    min-height: 563px;
    display: flex;
    align-items: center;

}

.market-text {
    position: relative;
    z-index: 5;
    max-width: 480px;
}

.market-text h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    /* text-transform: inherit; */
}

.market-text a span {
    margin-left: 15px;
}

.market-text a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    color: #fff;
    text-transform: uppercase;
}

.market-text p {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.28px;
    color: #fff;
    margin-bottom: 35px;
    font-family: 'Noto Serif', serif;
}

.market-area:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: #6c207e;
}

.market-area {
    min-height: 563px;
    content: '';
    background-image: url(../img/article-stories/img-2.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    background-position: right;
}



/*===========================================================
 stories
===========================================================*/


.stories-area {
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 80px;
}

.stories-white .single-stories {
    background: #fff;
}

.stories-top-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 68px;
    margin-top: 60px;
    align-items: center;
}



.stories-top-text h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #6c207e;
}

.stories-top-text h2 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.6px;
    color: #3e3e3e;
    margin-bottom: 18px;
    margin-top: 5px;
}

.stories-top-text p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #3e3e3e;
    margin-bottom: 24px;
}

.stories-top-text a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    color: #e64097;
    text-decoration: none;
}

.stories-top-text a {
    display: flex;
    align-items: center;
}

.stories-top-text a span {
    margin-left: 10px;
}

.stories-top-img {
    max-width: 518px;
    width: 100%;
}

.stories-top-text {
    max-width: calc(100% - 518px);
    padding-left: 90px;
}


.stories-text {
    padding: 30px 30px;
}

.single-stories {
    margin-bottom: 40px;
}

.stories-text h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: -0.24px;
    color: #6c207e;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.stories-text h2 {
    line-height: 1;

}

.stories-text h2 a {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #3e3e3e;
    font-family: 'Noto Serif', serif;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.stories-text p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    color: #3e3e3e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.stories-img {
    position: relative;
}

.stories-img img {
    width: 100%;
}

.str-img-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    border-radius: 50px;
    background-color: #4b4b4b;
    padding: 3px 0;
    width: 95px;
    text-align: center;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 56%;
    margin-left: auto;
}

.pagi-arrow a {
    display: inline-block;
    margin: 0 7px;
}

.pagi-arrow svg {
    border-radius: 50%;
}

.pagi-arrow a svg {
    transition: 1s;
}

.pagi-arrow a:not(.disabled):hover svg {
    background: #e64097;
}

.pagi-arrow a:not(.disabled):hover svg path {
    fill: #fff;
}



.pagination ul li {
    list-style: none;
    display: inline-block;
}

.pagination ul li a {
    font-size: 13px;
    letter-spacing: 1.04px;
    color: #3e3e3e;
    text-decoration: none;
}

/*====================Footer=================*/

.footer-area {
    padding-top: 55px;
    padding-bottom: 25px;
    background-color: #f5f5f5;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-footer {
    /* width: 25%; */
    width: 33.33%;
    text-align: center;
    position: relative;
    /*     padding: 20px 55px 0; */
    padding: 20px 40px 0;
    box-sizing: border-box;
    text-align: left;
}

.single-footer:last-child:before {
    position: unset;
}

.single-footer:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #d3d2d4;
}


.single-footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.93;
    margin-bottom: 45px;
    color: #6c207e;
    text-transform: uppercase;
}


.single-footer ul li {
    list-style: none;

}

.single-footer ul li a {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: -0.28px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.single-footer ul li a:hover {
    color: #6c207e;
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;

}

.copy-right p {
    font-size: 11px;
    line-height: 1.18;
    letter-spacing: -0.22px;
    color: #aaaaaa;
}

.social-icon a {
    display: inline-block;
    margin: 0 3px;
}

.social-icon circle {
    transition: .5s;
}

.social-icon a:hover circle,
.social-icon a:hover #whatsapp-bg {
    fill: #e64097;
}

/*===========================================================
 Generic
===========================================================*/



.generic-inner div {
    margin-bottom: 30px;
}

.generic-inner div h3 {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 15px;
}

.generic-inner div p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;
    color: #3e3e3e;
}

.generic-area {
    padding: 45px 0;
}

.tab-areaa {
    padding-top: 80px;
}

/*===========================================================
 
===========================================================*/


/* ====================== Navigation Area ========================== */
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.04px;
    color: #fff;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    transition: .5s;
}

.navbar:hover {
    background: #6C207E;
}

.navbar-nav .nav-link {
    line-height: 60px;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.vertical-bar::before {
    position: absolute;
    content: '';
    top: 17px;
    bottom: 17px;
    width: 1px;
    background: #f5f5f5;
    right: 0;
}

.vertical-bar {
    position: relative;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #fff;
    opacity: 0.7;
}

.dropdown-menu {
    background: rgba(75, 75, 75, .4);
    border-radius: 0;
    border: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    opacity: 0.7;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
}



/* Slider */


.slide {
    position: relative;
    transition: 1s;
}

.slide .slide__img {
    overflow: hidden;
}


.slide .slide__img img {
    max-width: 100%;
    /* height: auto; */
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 20s;
    transition: all 1s ease;
}

.slide .slide__content {
    /* position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%); */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 110;
}

.slide__content--headings {
    padding-top: 270px;
}

.slide .slide__content--headings {
    color: #FFF;
    position: relative;
    z-index: 110;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

.slick-dotted .slick-slider {
    margin-bottom: 0;
}

/* animation slider img */

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

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

@keyframes c {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

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

.hero-image.no-animation {
    -webkit-animation: none;
    animation: none
}


/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

.slide__img img {
    -webkit-animation: c 5s infinite ease-in-out;
    animation: c 5s infinite ease-in-out;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}

/* 
.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
} */

/*  */
.top-title {
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.1px;
    text-align: left;
    font-family: 'Noto Serif', serif;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.slick-slide,
.slide__img {
    position: relative;
    height: 900px !important;
}

.slick-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    /* width: 110%; */
    height: 100%;
    opacity: .4;
    z-index: 1;
    background-color: #070707;
}

/* .slick-list {
    z-index: 110;
} */

/* Custom slider style */
.banner__slider {
    position: relative;
}

.slider-common {
    position: absolute;
    bottom: 190px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top-title h1 {
    font-family: 'Noto Serif', serif;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.1px;
    color: #fff;
    transition: .5s;
}

.top-title span {
    transition: .5s;
    /*cursor: pointer;*/
    font-style: normal;
    border-bottom: 2px solid transparent;
    /*display: block;*/
    width: fit-content;
}

/*.top-title span:hover {
     display: inline-block;
    font-style: italic;
    width: fit-content;
    border-bottom: 2px solid #fff;
}*/

.slide__content--headings .border {
    /* margin-top: 75px; */
    /* margin-bottom: 55px; */
    position: absolute;
    bottom: 300px;
    z-index: 10;
    width: 100%;
}

/* 
.slide__content--headings::before{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    height: 2px;
    background-color: #dee2e6;
    z-index: 10;
    bottom: 280px;
} */
/* .slide__img {} */

.slide .slide__img img {
    max-width: 110%;
    width: 110%;
    margin-left: -3%;
    margin-right: -3%;
}

.slide__img img {
    height: 900px;
    object-fit: cover;
    object-position: center;
}

.slide__content--headings {
    height: 900px;
}

/* btn */
svg path,
svg ellipse,
svg g,
.purple-bttn a,
.spin svg,
.spin img,
.btn svg,
.btn img {
    transition: 1s;
}

.btn {
    padding-top: 0;
    padding-bottom: 0;
    transition: .5s;
}

.how-help-top-right a:hover svg g {
    stroke: #fff;
}

/*.how-help-top-right a:hover svg path {
     fill: #e64097; 
}*/

/* .help-single a:hover svg ellipse{
    fill: #e64097;
}

.help-single a:hover svg #Ellipse_18{
    stroke: #e64097;
}
.help-single a:hover svg path{
    fill: #fff;
} */

/* .spin img,
.btn img{
    transition: 1s;
} */
.help-single a:hover svg {
    border-color: #e64097;
    background: #e64097;
}

.help-single svg {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

.spin:hover svg,
.spin:hover img,
.btn:hover svg,
.btn:hover img {
    /* -webkit-animation: spin .5s  linear;
    animation: spin .5s linear; */
    transform: rotate(360deg)
}

.purple-bttn a:hover,
.btn:hover {
    background: #e64097;
    color: #fff;
    border-radius: 50px;
}

.btn span {
    margin-left: 10px;
}

.how-help-top-right a:hover {
    background: transparent;
}

.btn-1 {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.04px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    border-radius: 50px;
    background-color: #6c207e;
    padding-left: 13px;
    padding-right: 20px;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .slider-common .slider-btn {
    margin-top: 45px;
    align-items: center;
    justify-content: flex-end;
} */
.slider-common .slider-btn {
    margin-top: 45px;
    align-items: center;
    justify-content: flex-end;
    width: 107px;
    float: right;
}

.slide__content--headings p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.32px;
    color: #fff;
}

.s-left:hover {
    background-color: #e64097;
    border-color: #e64097;
}

.s-right:hover {
    background-color: #e64097;
    border-color: #e64097;
}

.s-left {
    right: 55px;
}

.s-right {
    right: 0;
}

.s-left,
.s-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    width: 46px;
    height: 46px;
    border: solid 1px #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    padding: 15px 12px;
    position: absolute;
    bottom: 185px;
    z-index: 10;
}

/* .slick-current.slick-active .slide__content--headings::before{
    width: 100%;
    opacity: 1;
    visibility: visible;
} */
.s-left:active,
.s-right:active,
.s-left:focus,
.s-right:focus {
    background-color: #e64097;
    border-color: #e64097;
}

.s-left {
    margin-right: 12px;
}

.slider-arrow {
    display: flex;
}

/* navbar */
.navbar {
    z-index: 999;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.7;
}

.slider-btn-positioned {
    position: absolute;
    left: 0;
    bottom: 174px;
    display: flex;
    z-index: 200;
}

.slider-btn-positioned:active,
.slider-btn-positioned:focus {
    outline: none;
    border: 0;
}

/* How Help */
.how-help-top {
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 64px;
    padding-bottom: 175px;
    position: relative;
    z-index: 20;
}

.how-help-area {
    position: relative;
    overflow: hidden;
}

.how-help-area::before {
    position: absolute;
    content: "";
    z-index: 2;
    background-color: #6c207e;
    height: 100%;
    /* width: calc(100% - 100px); */
    width: 50%;
    right: 0;

}

.how-help-top::before {
    position: absolute;
    content: "";
    z-index: 2;
    background-color: #6c207e;
    height: 100%;
    bottom: 0;
    left: -100px;
    width: 120px;
}

.how-help-top h3 {
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    color: #fff;
    margin-bottom: 25px;
}

.how-help-top p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.28px;
    text-align: left;
    color: #fff;
    margin-bottom: 45px;
}

.how-help-top-right .btn-plus {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #fff;
    padding-right: 20px;
    line-height: 65px;
    border-radius: 50px;
}

.how-help-top-right .btn-plus:hover {
    background: #e64097;
}

.how-help-top-left {
    max-width: 650px;
}

.how-help-top {
    justify-content: space-between;
    position: relative;
}

.how-help {
    margin-top: -170px;
    position: relative;
    z-index: 30;
}

.custom-service-area .service-text,
.custom-service-area .service-img {
    position: relative;
    max-width: 50%;
}

.custom-service-area .single-service:nth-child(even) .service-img::before {
    position: absolute;
    left: 120px;
    right: 0;
    top: 140px;
    bottom: 0;
    background: #F5F5F5;
    content: "";
    z-index: 1;
}

.custom-service-area .single-service:nth-child(even) .service-img {
    text-align: right;
    padding-bottom: 75px;
    padding-right: 75px;
}

.custom-service-area .single-service:nth-child(odd) .service-img::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 120px;
    bottom: 140px;
    background: #F5F5F5;
    content: "";
    z-index: 1;
}

.custom-service-area .single-service:nth-child(3) .service-img::before {
    position: absolute;
    left: 0;
    bottom: -85px;
    right: 120px;
    top: 200px;
    background: #F5F5F5;
    content: "";
    z-index: 1;
}

.custom-service-area .service-img img {
    position: relative;
    z-index: 10;
}

.custom-service-area .single-service:nth-child(odd) .service-img {
    text-align: right;
    padding-top: 75px;
    padding-left: 75px;
}

.custom-service-area .single-service:nth-child(even) .service-text {
    padding-right: 90px;
}

.custom-service-area .single-service:nth-child(odd) .service-text {
    padding-left: 90px;
}

.custom-service-area .single-service:nth-child(odd) {
    margin-bottom: 150px;
}


.custom-service-area::before {
    position: absolute;
    content: "";
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1.5px;
    background: #6c207e;
    top: 0;
    z-index: 25;
}

.custom-service-area {
    background: #fff;
    position: relative;
    padding: 130px 0;
    margin: 130px 0;
    overflow: hidden;
}

.market-text.bg-pink {
    display: flex;
    align-items: center;
}

.stories-top-text a svg,
.service-text a svg,
.market-text a svg {
    border-radius: 50%;
}

.stories-top-text a:hover svg,
.service-text a:hover svg,
.market-text a:hover svg {
    /* stroke: #e64097; */
    background: #e64097;
}

.stories-top-text a:hover svg path,
.service-text a:hover svg path,
.market-text a:hover svg path {
    fill: #fff;
}

.market-text a:hover svg g#Ellipse_4 {
    stroke: #e64097;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-pink {
    background: #e64097;
}

.stories-area.custom-stories {
    background: #fff;
    padding: 150px 0;
}

.custom-stories .market-text {
    width: 100%;
    max-width: 100%;
}

.custom-stories {
    padding: 150px 0;
}

.custom-stories .single-stories {
    height: 100%;
}

.custom-stories .market-text {
    height: 100%;
    padding: 60px 40px;
}

.custom-stories .single-stories {
    margin-bottom: 0;
}

.custom-stories .market-text.bg-pink::after,
.custom-stories .market-text.bg-pink::before {
    background: #e64097;
}

.custom-stories .market-text::after {
    position: absolute;
    content: '';
    bottom: -45px;
    height: 45px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.custom-stories .market-text::before {
    position: absolute;
    content: '';
    top: -45px;
    height: 45px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.custom-stories .market-text {
    position: relative;
    margin-left: -15px;
}

.market-profile {
    background-image: url('../images/bg-home.jpg');
    height: 672px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 200px;
}

.market-profile .market-text {
    background-color: #6c207e;
    position: relative;
    margin-top: -130px;
    padding: 80px 65px;
    max-width: 660px;
    display: flex;
    align-items: center;
}

/* gb-net-area */
.gb-net-area {
    position: relative;
    padding: 150px 0;
    background-image: url('../images/world-map.png');
    background-size: cover;
}

.landing-bg-map::before,
.gb-net-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #6c207e;
    opacity: 0.85;

}

.landing-bg-color::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(108, 32, 126, 0.97) 0%, rgba(108, 32, 126, 0.5) 87%);

    /* background-image: linear-gradient(to bottom, #6c207e, #6c207e 48%, rgba(108, 32, 126, 0.97) 56%, rgba(108, 32, 126, 0.85) 75%, rgba(108, 32, 126, 0)); */

}

.gb-net {
    position: relative;
    z-index: 10;
}

.gb-net-top {
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 80px;
}

.gb-net-top:active,
.gb-net-top:focus {
    border-bottom: 1px solid #AAAAAA;
}

.gb-net-top p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    max-width: 540px;
    margin-top: 35px;
}

.gb-net-top h2 {
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.9px;
    color: #fff;
    max-width: 540px;
}

.gb-net-bottom {
    margin-top: 90px;
}

.gb-net-bottom h3 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: -0.44px;
    color: #fff;
}

.gb-net-bottom li {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #fff;
    list-style: none;
}

.gb-net-bottom {
    display: flex;
    justify-content: space-between;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-body {
    padding: 0;
}

.btn-close-modal {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 90;

}

.btn-close-modal span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
}

/* landing-area */
.landing-area {
    background-image: url('../img/landing-bg.jpg');
    background-size: cover;
    min-height: 100vh;
}

.landing-bg-map {
    background-image: url('../img/world-map.png');
    position: relative;
}

.landing-navbar {
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

.landing-content h1 {
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.1px;
    text-align: left;
    color: #fff;
}

.landing-dropdown.active h2 {
    font-style: italic;
}

.landing-dropdown h2 {
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.1px;
    color: #fff;
}

.dropdown-landing::before {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background: #e6e6e6;
    z-index: 2;
    content: '';
    transform: rotate(45deg);
}

.dropdown-landing {
    margin-top: 25px;
    position: relative;
    width: 239px;
    /* overflow-x: visible; */
    background-color: #e6e6e6;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
}

.dropdown-landing-scroll {
    height: 337px;
    padding: 25px 35px;
}

.ui-widget-content::-webkit-scrollbar,
.dropdown-landing-inner::-webkit-scrollbar {
    width: 3px;
}

.ui-widget-content::-webkit-scrollbar-track,
.dropdown-landing-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ui-widget-content::-webkit-scrollbar-thumb,
.dropdown-landing-inner::-webkit-scrollbar-thumb {
    background: #6c207e;
}

.ui-widget-content::-webkit-scrollbar-thumb:hover,
.dropdown-landing-inner::-webkit-scrollbar-thumb:hover {
    background: #f5f5f5;
}

.dropdown-landing li {
    list-style: none;
}

.drop-top {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(170, 170, 170, .5);
}

.drop-top a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #3e3e3e;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

.all-lists span {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.04px;
    color: #3e3e3e;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.all-lists a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.28px;
    color: #3e3e3e;
    text-decoration: none;
}

.single-list {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(170, 170, 170, .5);
}

.dropdown-landing-inner {
    overflow-y: scroll;
}

.all-lists a,
.drop-top a {
    transition: .5s;
}

.all-lists a:hover,
.drop-top a:hover {
    color: #6c207e;
    font-style: italic;
    text-decoration: underline !important;
}

.landing-dropdown {
    position: relative;
}

.landing-dropdown h2 {
    display: inline-block;
    position: relative;
}

.landing-dropdown h2::before {
    position: absolute;
    width: 15px;
    height: 9px;
    content: '';
    background-image: url('../img/arrrow-down.svg');
    background-repeat: no-repeat;
    right: -30px;
    /* bottom: 27px; */
    top: 50%;

}

.landing-dropdown h2.active {
    font-style: italic;
    border-bottom: 2px solid #fff;
}

.landing-content-area {
    padding-top: 265px;
    padding-bottom: 265px;
    position: relative;
    z-index: 10;
}

.landing-link {
    margin-top: 80px;
}

.landing-link a {
    text-decoration: none;
    display: inline-block;
    line-height: 59px;
    border-radius: 50px;
    background-color: #e64097;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.04px;
    text-align: center;
    color: #fff;
}


.featured-projects-slider {
    width: 100%;
    height: auto;
    padding-top: 110px;
    padding-bottom: 65px;
}


.single-footer:first-child {
    padding-left: 0px;
}

.single-footer:last-child {
    padding-right: 0px;
}


.social-icon {
    margin-top: 40px;
}

.single-footer p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-footer .single1+.single1 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d3d2d4;
}


.footer-mail-link {
    width: 100%;
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.footer-mail-link:hover {
    color: #cd2653;
}

.hme-agent-section .main-title-section {
    display: flex;
    flex-wrap: wrap;
}

.blog_set_cnt .subscribe {
    display: none !important;
}


.page-citizen-magzine .hme-agent-section {
    padding: 10px 0 110px;
}

.hme-agent-section .main-title-section select {
    margin-left: 30px;
    border: none;
    border-bottom: 2px solid #dddddd;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    padding-right: 8px;
    margin-top: 8px;
    background: #ffffff;
}

.hme-agent-section .main-title-section select:focus {
    outline: none;
}


.main-title-section {
    width: 100%;
    height: auto;
    min-height: 45px;
    position: relative;
}

.main-title {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
}

.main-title-section .mob_history_spin svg {
    width: 40px;
}

.main-title-section .mob_history_spin {
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
}

.main-title-section .mob_history_spin span {
    color: #000;
    font-weight: 500;
    padding-left: 20px;
}

.featured-slider-box {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.featured-slider-box .owl-stage {
    display: flex;
}

#featured-slider .item:hover {
    box-shadow: 0px 0px 18px #00000029;
}

#featured-slider .item:hover .pr_detail_price {
    background: #6c207e;
}

#featured-slider .item:hover .pr_detail_price h2 {
    color: #fff;
}

#featured-slider .owl-carousel.owl-drag .owl-item {
    background: #f5f5f5;
}

.featured-slider-image img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-slider-content {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px 20px 35px;
    /* padding: 30px 35px 20px; */
    background-color: #f5f5f5;
}

.featured-slider-content h3 {
    /* font-size: 21px; */
    font-size: 16px;
    line-height: 20px;
    /* line-height: 25px; */
    color: #201d1d;
    margin-bottom: 6px;
    min-height: 40px;
    font-weight: 600;
}

.featured-slider-content h3 a {
    color: #201d1d;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* word-break: break-all; */
    text-transform: capitalize;
    /* font-family: 'Open Sans', sans-serif; */
}

.featured-slider-content h3 a:hover {
    color: #cd2653;
}

.featured-slider-content p {
    font-size: 14px;
    line-height: 24px;
    color: #565c64;
    font-family: 'artifakt_regular';
}

.featured-slider-content h2 {
    font-size: 24px;
    line-height: 28px;
    color: #201d1d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 20px;
}

.featured-bottom-section {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
}

.featured-bottom-section ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.featured-bottom-section ul li {
    color: #000;
    margin-bottom: 0px;
    width: auto;
    padding-bottom: 0px;
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
    list-style: none;
    padding-right: 15px;
    font-family: 'artifakt_bold';
    font-size: 14px;
    color: #313131;
}

.featured-bottom-section ul li:last-child {
    border-right: none;
}

.featured-bottom-section ul li.bed {
    background-image: url(../images/feature-icon1.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: center left;
}

.featured-bottom-section ul li.bath {
    background-image: url(../images/feature-icon2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: center left 13px;
}

.featured-bottom-section ul li.sq {
    background-image: url(../images/feature-icon3.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: center left 13px;
    text-transform: uppercase;
}


#featured-slider button.owl-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -90px;
    top: 45%;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#featured-slider button.owl-prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


#featured-slider button.owl-next {
    width: 58px;
    height: 58px;
    position: absolute;
    right: -90px;
    top: 45%;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#featured-slider button.owl-next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}


.hme-insight-section {
    width: 100%;
    padding: 65px 0px 100px;
}

.insight-first-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.insight-first-image {
    width: 50%;
    height: auto;
    position: relative;
}

.insight-first-image .blog_strip {
    position: absolute;
    top: 22px;
    left: 32px;
    z-index: 9;
}

.insight-first-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #e3e3e3;
}

.insight-first-content {
    width: 50%;
    padding: 20px 60px 20px 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.insight-first-content span {
    font-size: 13px;
    font-weight: 600;
    color: #611d73;
    text-transform: uppercase;
}

.insight-first-content h3 {
    font-size: 27px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.insight-first-content p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.insight-first-content-inner {
    width: 100%;
}

.insight-first-content .mob_history_spin {
    margin-top: 35px;
    display: block;
    text-decoration: none;
    color: #e64097;
}

.mob_history_spin span {
    padding-left: 10px;
}

.mob_history_spin svg {
    width: 40px;
    height: 40px;
}


.hme-insight-listing-section {
    width: 100%;
    margin-top: 20px;
}

.hme-insight-listing-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hme-insight-listing-section ul li {
    width: 32%;
    margin-right: 1.6%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.hme-insight-listing-section ul li:nth-child(3n) {
    margin-right: 0px;
}

.insight-second-image {
    width: 100%;
    position: relative;
}

.insight-second-image .blog_strip {
    position: absolute;
    top: 22px;
    left: 32px;
    z-index: 9;
}

.insight-second-image img {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.insight-second-content {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px 25px;
}

.insight-second-content h3 {
    min-height: 70px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}

.insight-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #611d73;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.mob_history_spin {
    text-decoration: none;
}

.mob_history_spin span {
    font-size: 13px;
    font-weight: 600;
    color: #e64097;
    text-transform: uppercase;
    text-decoration: none;
}

a.mob_history_spin svg {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

a.mob_history_spin:hover svg {
    stroke: #fff;
    background: #e64097;
}

.insight-bottom-btn-main {
    width: 100%;
    text-align: center;
}

.insight-bottom-btn-main .mob_history_spin span {
    color: #000000;
}


.how-help-area::after {
    position: absolute;
    content: "";
    z-index: 2;
    background-color: #6c207e;
    height: 100%;
    width: calc(100% - 100px);
    width: 50%;
    left: 0;
    top: 0px;
}

.hme-service-section {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

#services-slider {
    margin-top: -150px;
    position: relative;
    z-index: 99;
}


#services-slider button.owl-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#services-slider button.owl-prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


#services-slider button.owl-next {
    width: 58px;
    height: 58px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#services-slider button.owl-next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}


.hme-agent-section {
    width: 100%;
    height: auto;
    padding: 65px 0px 75px;
    overflow: hidden;
}

.agents-slider-container {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.agent-slider-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.agent-slider-image img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 1px solid #e3e3e3;
}

.agent-slider-content {
    padding-top: 20px;
}

.agent-slider-content h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
}

.agent-slider-content h5 {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin-top: 5px;

}

.agent-slider-image img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.agent-slider-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}



#agent-slider button.owl-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -90px;
    top: 50%;
    z-index: 9;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#agent-slider button.owl-prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


#agent-slider button.owl-next {
    width: 58px;
    height: 58px;
    position: absolute;
    right: -90px;
    top: 50%;
    z-index: 9;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#agent-slider button.owl-next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}


.hme-award-section {
    width: 100%;
    height: auto;
    padding: 65px 0px 80px;
}

.hme-award-section ul {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hme-award-section ul li {
    width: 22%;
    list-style: none;
    padding-right: 10px;
    box-sizing: border-box;
}

.hme-award-section h3 {
    font-size: 28px;
    line-height: 30px;
    color: #e2388c;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
}

.hme-award-section h4 {
    font-size: 80px;
    color: #33336f;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
}

.hme-award-section p {
    font-size: 14px;
    color: #3c3e40;
    margin-bottom: 0px;
}

.hme-award-slider-section {
    padding: 130px 0px 145px;
}

.hme-award-slider-section h3 {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.awards-slider-image {
    padding: 15px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.awards-slider-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#awards-slider {
    margin-top: 40px;
}


#awards-slider button.owl-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#awards-slider button.owl-prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


#awards-slider button.owl-next {
    width: 58px;
    height: 58px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -27px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#awards-slider button.owl-next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}

.hme-subscribe-section {
    width: 100%;
    padding: 45px 0px;
    background-color: #4f4f4f;
}

.subscribe-title {
    width: 40%;
}

.subscribe-title h2 {
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
}

.hme-subscribe-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.subscribe-box-form {
    width: 60%;
    position: relative;
}

.subscription-form {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-color: #f1ebeb;
    padding: 0px 170px 0px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font-size: 13px;
    color: #676767;
}

.newsletter-msg.newsletter-success {
    color: #0aa942;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.subscription-form:focus {
    outline: none !important;
}

.market-text .spin svg {
    width: 40px;
    height: 40px;
}

.subscription-btn {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    text-align: center;
    background-color: #e1388c;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.subscription-btn:hover {
    background-color: #000;
}

.market-profile .container {
    position: relative;
}

.market-main-side {
    position: absolute;
    left: -150px;
    top: -360px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
}

.market-main-side span {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    color: #3c3e40;
    text-transform: uppercase;

}

.market-main-side span::after {
    content: "";
    width: 570px;
    height: 2px;
    background-color: #dfdfdf;
    opacity: 0.5;
    position: absolute;
    right: 180px;
    top: 10px;
}

.main-inner-banner {
    width: 100%;
    min-height: 620px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

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

.main-inner-banner .title-main {
    color: #fff;
    font-size: 55px;
    line-height: 70px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-inner-banner ul {
    display: flex;
    flex-wrap: wrap;
}

.main-inner-banner ul li {
    list-style: none;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 20px;
    color: #fff;
    border-right: 1px solid #fff;
}

.main-inner-banner ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-inner-banner ul li a:hover {
    color: #cd2653;
}

.main-inner-banner ul li:first-child {
    padding-left: 0px;
}

.main-inner-banner ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

.inner-banner-title-main {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #611d73 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #611d73), color-stop(90%, #611d73)) !important;
    background-image: linear-gradient(#611d73 20%, #611d73 90%) !important;
}

.property-page-listing {
    width: 100%;
    height: auto;
    padding: 60px 0px 90px;
    position: relative;
    z-index: 1;
}

.property-listing-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.property-listing-container li {
    width: 32.3%;
    margin-right: 1.5%;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    transition: all 1s;
}

.property-listing-container li:hover {
    box-shadow: 0px 0px 20px #0000003d;
}

.property-listing-container li:hover .pr_detail_price {
    background: #6c207e;
}

.property-listing-container li:hover .pr_detail_price h2 {
    color: #fff;
}

.property-listing-container.property-not-found li {
    background: #fff;
}


.property-listing-container li:nth-child(3n) {
    margin-right: 0px;
}

.featured-slider-image {
    overflow: hidden;
}

.featured-slider-image a {
    display: block;
    overflow: hidden;
}

.featured-slider-image img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.featured-slider-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.featured-slider-image a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.pagination-main-wrapper {
    width: 100%;
    height: auto;
    min-height: 60px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.pagination-main-wrapper .pagination {
    display: flex;
    width: auto;
    float: right;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
}

.pagination-main-wrapper .pagination span {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 4px;
}

.pagination-main-wrapper .pagination span.dots {
    color: #d5d5d5;
}

.pagination-main-wrapper .pagination a {
    color: #d5d5d5;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 4px;
    text-decoration: none;
}

.pagination-main-wrapper .pagination a:hover {
    color: #000000;
}

.main-pagination-btns {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.main-pagination-btns .next,
.main-pagination-btns .prev {
    width: 58px;
    height: 58px;
    display: block;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-pagination-btns .prev {
    background-image: url(../images/arrow-prev.png);
}

.main-pagination-btns .prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


.main-pagination-btns .next {
    background-image: url(../images/arrow-next.png);
}

.main-pagination-btns .next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}


.main-pagination-btns:has(a):has(.next) {
    margin-left: auto !important;
}


.property-detail-banner {
    width: 100%;
    min-height: 820px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.property-page-top {
    width: 100%;
    height: auto;
}

.property-page-top-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.property-page-top-left {
    width: 65%;
    box-sizing: border-box;
    padding: 0 0 50px 0;
}

.property-page-new-title {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e7e3da;
}

.property-page-new-title h2 {
    font-size: 26px;
    font-weight: 600;
}

.property-page-new-title h2 span {
    font-size: 35px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}


.property-page-top-left ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.property-page-top-left ul li {
    width: 32%;
    margin-right: 1.5%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e3da;
    list-style: none;
}

.property-page-top-left ul li:nth-child(3n) {
    margin-right: 0px;
}

.property-page-top-left ul li span {
    font-size: 14px;
    line-height: 18px;
    color: #2f2f2f;
    font-family: 'artifakt_regular';
    font-weight: 500;
}

.property-page-top-left ul li h3 {
    font-size: 15px;
    /* font-size: 21px; */
    line-height: 30px;
    color: #010101;
    font-family: 'artifakt_regular';
    font-weight: bold;
}

.property-page-top-right {
    width: 35%;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
}

.property-page-top-right-box {
    width: 100%;
    padding: 60px 0 50px 0;
    box-sizing: border-box;
    background-color: #6c207e;
    /* position: absolute; */
    /* bottom: 0px;
    z-index: 9; */
}

/* -------------------------------------------------- */


.property-page-top-left .property-new-options {
    padding: 0 0 15px 0;
}

.property-page-top-left ul li:nth-child(4) {
    margin-top: 15px;
}


.property-page-top-right-box.property-page-top-right-box-new {
    /* border: 1px solid #2d2d2d; */
    background-color: #ccc;
    /* background: #ffffff; */
}

/* .property-page-top-right-box.property-page-top-right-box-new h4,
.property-page-top-right-box.property-page-top-right-box-new h3 {
    color: #000000;
} */
.property-page-top-right-box.property-page-top-right-box-new h5 {
    color: #46443d;
}

.property-page-top-right-box.property-page-top-right-box-new .property-call-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #6c207e;
}

/* .property-page-top-right-box.property-page-top-right-box-new .property-user-details ul a {
    background: #000000;
} */

/* .property-page-top-right-box.property-page-top-right-box-new .property-user-details ul a img {
    filter: invert(1);
} */

.property-page-top-right-box.property-page-top-right-box-new .property-right-btns a:hover {
    background: #e20177;
    color: #fff;
    border-color: #e20177;
}

.property-page-top-right-box.property-page-top-right-box-new .property-user-details ul a:hover {
    color: #fff;
}

.property-page-top-right-box.property-page-top-right-box-new .property-user-details ul .linkedin:hover {
    background: #0077b5;
}

.property-page-top-right-box.property-page-top-right-box-new .property-user-details ul .fb:hover {
    background: #4867aa;
}

.property-page-top-right-box.property-page-top-right-box-new .property-user-details ul .whatsapp:hover {
    background: #02c408;
}

.property-page-top-right-box.property-page-top-right-box-new p {
    /* color: #000000; */
}

.property-page-top-right-box.property-page-top-right-box-new .property-user-details {
    border: none;
    padding-bottom: 0;
}


/* -------------------------------------------------- */



.property-page-top-right-box h3 {
    font-size: 22px;
    line-height: 36px;
    color: #46443d;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-page-top-right-box h5 {
    font-size: 15px;
}

.property-page-top-right-box h4 {
    color: #46443d;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.property-page-top-right-box p {
    color: #46443d;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
}

.property-right-price {
    width: 100%;
    padding: 30px 0px 40px;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.property-right-btns {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.property-call-btn {
    width: 48%;
    display: block;
    height: 56px;
    text-decoration: none;
    line-height: 56px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 13px;
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



.property-call-btn:hover {
    background-color: #cd2653;
    color: #fff;
}

.property-whtsapp {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.property-whtsapp img {
    width: 100%;
}

.property-amenities-listing {
    width: 100%;
    padding: 0px 0px 120px;
    margin-top: 50px;
}

.property-amenities-listing .container {
    padding: 50px 0 0 0;
    border-top: 1px solid #e5e5e5;
}

.property-amenities-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 64%;
}

.property-page-top-left {
    width: 32%;
}

.property-amenities-listing ul li {
    width: 25%;
    box-sizing: border-box;
    /* min-height: 160px; */
    min-height: 100px;
    padding: 10px;
    /* padding: 20px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.property-amenities-listing ul li:last-child {
    border-right: 1px solid #dbdbdb;
}


.property-amenities-listing ul li span {
    padding-left: 10px;
    /* padding-left: 15px; */
    /* font-size: 16px; */
    font-size: 13px;
    line-height: 14px;
    /* line-height: 20px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* ------------------------------------------------- */

.property-user-details {
    text-align: center;
    padding: 0 32px 32px 32px;
    border-bottom: 1px solid #7b378b;
}

.property-user-details ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.property-user-details ul a {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #fff;
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C207E;
    text-decoration: none;
}

.property-user-details ul a:hover {
    background: #cd2653;
    color: #fff;
}

.property-user-details ul a .icon-whatsapp:before {
    font-weight: 600;
}

.property-user-details ul a,
.property-user-details ul a img {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.property-user-details ul a:hover img {
    filter: invert(1);
}

.property-user-details li+li {
    margin-left: 6px;
}


.property-new-options {
    padding: 20px 32px 0 32px;
}

.property-new-options ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.property-new-options li {
    width: 50%;
    padding: 20px 0;
    border-bottom: 1px solid #7b378b;
}

.property-new-options li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.property-new-options li h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

/* .property-new-options li:last-child {
    border: none;
} */


/* ------------------------------------------------- */

.property-user-details-content h4 {
    color: #ffffff;
    font-size: 20px;
}

.property-user-details-content h5 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 7px;
}

.property-user-details-content h5 a {
    color: #ffffff;
    text-decoration: none;
}

.property-user-details-content span {
    font-size: 16px;
}

.amenities-inner {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.amenities-inner img {
    /* max-width: 40px; */
    max-width: 25px;
    height: auto;
}

.property-amenities-listing ul li:last-child+li {
    border-top: none;
}

.property-discription-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;

}

.property-discription-image {
    width: 70%;
    min-height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;

}

.property-discription-content {
    width: 55%;
    box-sizing: border-box;
    height: 460px;
    background-color: #6c207e;
    position: absolute;
    margin: auto;
    left: 0px;
    top: 60px;
    display: flex;
    align-items: center;
}

.property-discription-content-inner {
    padding: 30px 110px 30px 0;
}

.property-discription-content-inner .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.property-discription-content-inner p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}

.property-discription-content-inner p b {
    font-weight: bold;
}


.property-discription-new-block {
    width: 140%;
    margin-top: 40px;
}

.property-discription-new-block h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.property-discription-new-block .block-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 12px;
}

.property-discription-new-block .block-outer .block {
    width: 31.33%;
    margin: 0 1%;
    padding: 10px;
    border: 1px solid #ab83b5;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.26);
}

.property-discription-new-block ul {
    list-style: disc;
    padding-left: 15px;
}

.property-discription-new-block h5 {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.property-discription-new-block li {
    font-size: 13px;
    color: #ffffff;
}

.property-discription-new-block li+li {
    margin-top: 7px;
}



.property-gallery-section {
    width: 100%;
    height: auto;
    padding: 130px 0px;
}

.property-map {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.main-property-map {
    width: 100%;
    /* min-height: 590px; */
    min-height: 350px;
}

.property-map-inner {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 999;
}

.property-map-inner .main-title {
    color: #fff;
}

.property-map-inner p {
    margin-top: 5px;
    color: #fff;
}

.property-details-second-section {
    padding: 100px 0px;
    overflow: hidden;
}

.property-details-second-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.property-details-second-left {
    width: 70%;
    height: auto;
}

.property-details-second-left ul {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-wrap: wrap;
}

.property-details-second-left ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    padding-bottom: 25px;
    list-style: none;
    border-bottom: 1px solid #e7e3da;
}

.property-details-second-left ul li:nth-child(2n) {
    margin-right: 0px;
}

.property-details-second-left ul li span {
    font-size: 14px;
    line-height: 18px;
    color: #2f2f2f;
    font-family: 'artifakt_regular';
    font-weight: 500;
}

.property-details-second-left ul li h3 {
    font-size: 21px;
    line-height: 30px;
    color: #010101;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.property-details-second-right {
    width: 30%;
    box-sizing: border-box;
    padding: 40px 25px 35px;
    border: 1px solid #ececec;
    text-align: center;
}

.agent-image {
    width: 170px;
    height: 170px;
    display: inline-block;
    margin-bottom: 15px;
}

.agent-image,
.agent-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.agent-image img {
    background-size: cover;
    border: 2px solid #ededed;
}

.property-details-second-right h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Noto Serif', serif;
    color: #000;
}

.property-details-second-right h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
}

.property-details-second-right p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}

.property-details-second-right p b {
    font-weight: bold;
}

.agent-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
}


.agent-btn:hover {
    background-color: #cd2653;
    color: #fff;
}

.property-details-second-right .social-icon {
    margin-top: 25px;
}

.property-details-more-section {
    width: 100%;
    padding: 110px 0px;
    background-color: #f5f5f5;
}

.property-details-more-inner {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.property-details-more-inner .owl-carousel .owl-stage {
    display: flex;
}



.property-details-more-inner .featured-slider-content h3 {
    /* min-height: 60px; */
    min-height: 40px;
}

.property-details-more-inner .featured-slider-content {
    background-color: #ffffff;
}

.property-details-bottom-section {
    padding: 110px 0px;
    overflow: hidden;
}

.property-details-bottom-inner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.property-bottom-left {
    width: 50%;
    box-sizing: border-box;
    /* border: 1px solid #f5f5f5; */
    padding: 60px 70px;
    background-color: #9145a3;
}

.property-bottom-left .main-title {
    margin-bottom: 20px;
    color: #fff;
}

.property-bottom-left p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.property-bottom-left:nth-child(2) {
    background-color: #6c207e;
    /* background-color: #f5f5f5; */
}

.property-bottom-left .mob_history_spin {
    color: #000;
    margin-top: 30px;
    display: block;
}

.property-bottom-left .mob_history_spin span {
    color: #fff;
}


.property-discription-content-inner h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.market-overview-section {
    width: 100%;
    padding: 110px 0px 60px;
}

.market-overview-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;

}

.market-overview-inner .main-title {
    margin-bottom: 20px;
}

.market-overview-inner p {
    font-size: 14px;
    line-height: 24px;
    color: #3c3e40;
}

.market-expertise-section {
    width: 100%;
    height: auto;
    padding: 110px 0px;
}

.market-expertise-section .main-title {
    text-align: center;
}

.market-expertise-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.market-expertise-section ul li {
    width: 32%;
    margin-right: 1.6%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    list-style: none;
}

.market-expertise-section ul li:nth-child(3n) {
    margin-right: 0px;
}

.expertise-content {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.expertise-content h3 {
    font-size: 20px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 15px;
}

.expertise-content p {
    font-size: 14px;
    line-height: 26px;
    color: #3c3e40;
}

.market-location-section {
    width: 100%;
    height: auto;
    padding: 130px 0px 110px;
    background-color: #f5f5f5;
}

.market-location-section .main-title {
    text-align: center;
}

.market-location-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.market-location-section ul li {
    width: 32%;
    margin-right: 1.6%;
    background-color: #fff;
    margin-bottom: 20px;
    list-style: none;
    padding: 40px 50px 40px;
    box-sizing: border-box;
}

.market-location-section ul li h2 {
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.market-location-section ul li p {
    font-size: 14px;
    line-height: 27px;
    color: #1d1b1b;
}

.market-location-section ul li:nth-child(3n) {
    margin-right: 0px;
}

.market-location-section ul li .map-image {
    margin-bottom: 15px;
}


.market-message-section {
    width: 100%;
    height: auto;
    padding: 160px 0px 80px;
}


.market-message-inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 120px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}

.market-message-inner p {
    font-size: 18px;
    line-height: 27px;
    color: #1d1b1b;
    margin-bottom: 40px;
}

.market-message-inner h5 {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.market-reserch-section {
    width: 100%;
    height: auto;
    padding: 80px 0px 110px;
}

.market-reserch-section .main-title-section .mob_history_spin span {
    color: #e64097;
    padding-left: 10px;
}

.market-appoinment-section {
    width: 100%;
    padding: 110px 0px 120px;
    background-color: #f5f5f5;
}

.market-appoinment-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.market-appoinment-agent {
    width: 30%;
    background: #ffffff;
    text-align: center;
    padding: 60px 50px 70px 60px;
}

.market-appoinment-agent h3 {
    font-size: 22px;
    font-family: 'Noto Serif', serif;
}

.market-appoinment-agent h5 {
    font-size: 14px;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.market-appoinment-agent-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #000000;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-family: 'Poppins', sans-serif;
}

.market-appoinment-agent-btn:last-child {
    margin-top: 12px;
}

.market-appoinment-agent-btn:hover {
    color: #ffffff;
    background: #cd2653;
}


.market-appoinment-title {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.market-appoinment-inner .contact_form ul li.privacy {
    margin-bottom: 0;
}

.market-appoinment-title h5 {
    font-size: 14px;
    line-height: 22px;
    color: #3c3e40;
    margin-top: 10px;
}

.market-appoinment-inner .contact_form {
    width: 100%;
    margin-top: 25px;
}

.market-appoinment-inner .contact_form ul li {
    text-align: left;
    list-style: none;
}

.market-appoinment-inner .contact_form ul li input,
.market-appoinment-inner .contact_form ul li textarea {
    background-color: #ffffff;
    border-color: #ffffff;
}

.market-appoinment-inner .contact_form .submit {
    background-color: #611d73;
}


.main-award-bottom-image {
    width: 100%;
    min-height: 620px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -190px;
    position: relative;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
    box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}


.about-profile {
    min-height: 672px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 200px;
    background-color: #f5f5f5;
    padding-bottom: 110px;
    position: relative;
    display: flex;
}

.about-profile .container {
    position: relative;
}

.hme-award-section.about-award-section h3 {
    text-align: center;
}

.hme-award-section.about-award-section ul li {
    width: 25%;
}

.about-profile ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 70px;
    /* column-gap: 14px; */
    row-gap: 14px;
    justify-content: center;
    row-gap: 40px;
}

.about-profile ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 25px 28px 25px 28px;
    min-height: 190px;
    border-left: 2px solid #bcbcbc;
    color: #000000;
    min-height: 190px;
    font-size: 14px;
    line-height: 26px;
    list-style: none;
    text-align: center;
    font-weight: 500;
}

.about-profile ul li:first-child {
    border: none;
}

.about-profile ul li,
.about-profile ul li img {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.about-profile ul li:hover {
    color: #6C207E;
}

.about-profile ul li:hover img {
    transform: translateY(-7px);
}


.about-top-section {
    width: 100%;
    padding: 120px 0px 60px;
}

.about-top-section-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.about-top-section-inner .main-title {
    color: #e2388c;
}

.about-top-section-inner h5 {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-top-section-inner h4 {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-family: 'Noto Serif', serif;
    margin-top: 20px;
    margin-bottom: 25px;
}

.about-top-section-inner p {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #3c3e40;
    /* max-width: 740px; */
}

.about-global-network-image {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.about-history-container {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.about-history-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-bottom: 115px;
}

.history-slider {
    width: 100%;
    height: auto;
}

.history-slider-main {
    width: 100%;
    min-height: 580px;
    position: relative;
    display: flex;
}

.history-slider-main:nth-child(2n) {
    align-items: flex-end;
}



.history-slider-main::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.distory-main-image {
    width: 170px;
    height: 170px;
    background-color: #bcbcbc;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}

.distory-main-image img {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.distory-main-image::after {
    content: "";
    width: 190px;
    height: 190px;
    position: absolute;
    border: 1px dashed #bcbcbc;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: -10px;
    top: -10px;
    background-color: #fff;
    z-index: -1;
}

.history-slider-main-content {
    /* width: 70%; */
    width: 85%;
    padding-left: 40px;
    box-sizing: border-box;

}

.history-slider-main {
    display: flex;
    flex-wrap: wrap;
}

#history-slider .owl-item:nth-child(2n) .history-slider-main {
    align-items: flex-end;
}

.history-slider-main-content h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    padding-bottom: 15px;
}

.history-slider-main-content p {
    font-size: 14px;
    line-height: 21px;
    color: #3c3e40;
}

.history-slider-main-content::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #bcbcbc;
}

#history-slider .owl-item:nth-child(2n) .history-slider-main-content::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0px;
    top: inherit;
    bottom: 0px;
    background-color: #bcbcbc;
}

.history-slider-main-content::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: -5px;
    top: 0px;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #6c207e;
    z-index: 999;
}

#history-slider .owl-item:nth-child(2n) .history-slider-main-content::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: -5px;
    top: inherit;
    bottom: -5px;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #6c207e;
    z-index: 999;
}


#history-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.about-history-slider::after {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    left: -1000px;
    background-color: #fff;
    top: 0px;
    z-index: 99;
}

.about-history-slider::after {
    width: 60px;
    height: 50%;
    background-color: #fff;
    position: absolute;
    top: 18%;
    left: -50px;
}


#history-slider button.owl-prev {
    content: "";
    width: var(--size-58);
    height: var(--size-58);
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#history-slider button.owl-prev:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-prev-hover.png);
}


#history-slider button.owl-next {
    content: "";
    width: var(--size-58);
    height: var(--size-58);
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 0px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#history-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    max-width: 1275px;
    padding-top: 30px;
}

#history-slider .owl-nav button+button {
    margin-left: 15px;
}

#history-slider button.owl-next:hover {
    background-color: #6c207e;
    border: 1px solid #6c207e;
    background-image: url(../images/arrow-next-hover.png);
}

.about-top-section-inner.team-section .main-title {
    margin-bottom: 15px;
}

.market-text.about-career {
    min-height: 420px;
}

.market-text.about-career .main-title {
    margin-bottom: 20px;
}

.market-text.about-career p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.market-profile.about-career {
    background-image: url(../images/bg-about-team-bottom.jpg);
}

.insight-first-section.team-first {
    margin-top: 0px;
}

.insight-first-section.team-first .main-title {
    margin-bottom: 30px;
}

.insight-first-section.team-first p {
    margin-bottom: 20px;
}

.insight-first-section.team-first .mob_history_spin span {
    color: #000;
}

.insight-first-section.team-first h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 22px;
    margin-top: 25px;
}

.team_popup {
    width: 100%;
    padding: 70px 100px;
    max-width: 1200px;
    box-sizing: border-box;
}

.team_popup-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.team_popup-image {
    width: 35%;
}

.team_popup-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: 1px solid #e3e3e3;
}

.team_popup-content {
    width: 65%;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 25px;
}

.team_popup-content p {
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    color: #000000;
}

.team_popup-content .main-title {
    margin-bottom: 20px;
}


.property-discription-section.citizen-main-section {
    padding-bottom: 100px;
}

.property-discription-section.citizen-main-section .mob_history_spin {
    margin-top: 40px;
    display: block;
}

.property-discription-section.citizen-main-section .mob_history_spin span {
    color: #fff;
}


.citizen-top-section {
    width: 100%;
    padding: 110px 0px 60px;
}

.citizen-top-section-inner h4 {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-family: 'Noto Serif', serif;
    margin-bottom: 25px;
}

.citizen-top-section-inner p {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #3c3e40;
}

.citizen-top-section-inner {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}

.citizen-top-section-inner .main-title {
    margin-bottom: 15px;
}

/* -------------------------------------------------- */

.citizen-contact-option {
    padding: 0 0 70px 0;
    text-align: center;
}

.citizen-contact-option .contnet {
    max-width: 400px;
    margin: 0 auto;
}

/* .citizen-contact-option .contnet a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
} */

.citizen-contact-option h2 {
    font-weight: 500;
    margin-bottom: 12px;
}

.citizen-form-section h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.property-btn {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #e2388c;
    padding: 0 18px;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 30px;
    min-width: 172px;
    line-height: 55px;
    height: 55px;
    border-radius: 27px;
    text-align: center;
}

.property-btn:hover {
    color: #ffffff;
    background: #000000;
}

.list-your-property.fancybox-content {
    border-radius: 15px;
}


/* -------------------------------------------------- */

.citizen-form-section {
    width: 100%;
    max-width: 850px;
}

.citizen-form-section form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.citizen-form-section .form-group {
    width: 49%;

}

.our_services-template-default .citizen-form-section .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.intl-tel-input,
.our_services-template-default .citizen-form-section .intl-tel-input {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
}

.citizen-form-section .form-group:nth-last-child(2) {
    width: 100%;
    text-align: center;
}

.citizen-form-section label {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 14px;
}

.citizen-form-section input,
.citizen-form-section .nice-select.search-select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 45px;
    border-radius: 6px;
}

.citizen-form-section .nice-select.search-select {
    line-height: unset;
}

.citizen-form-section .nice-select.search-select span {
    line-height: 40px;
}

.form-group .nice-select.search-select:after {
    right: 14px;
}

.citizen-form-section input:focus {
    outline: none;
}

.citizen-form-section button {
    min-width: 150px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px;
    margin-top: 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.citizen-form-section button:hover {
    background: #6c207e;
}



/* -------------------------------------------------- */



.services-listing-section {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.service-listing-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    overflow: hidden;
}

.service-listing-box-image {
    width: 44.4%;
}

.service-listing-box-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-listing-box-content {
    width: 44.4%;
    padding-left: 0;
    box-sizing: border-box;
}

.service-listing-box-content h2 {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 20px;
}

.service-listing-box-content p {
    font-size: 14px;
    line-height: 24px;
    color: #3c3e40;
}

.service-listing-box-content .mob_history_spin {
    margin-top: 40px;
    display: block;
}

.citizen-top-section.service-top {
    padding-bottom: 5px;
}


.service-listing-box:nth-child(2n) {
    flex-direction: row-reverse;
}

.service-listing-box:nth-child(2n) .service-listing-box-content {
    padding-left: 0px;
    padding-right: 0;
}

.service-listing-load-more {
    width: 100%;
    height: auto;
    margin-top: 70px;
    text-align: center;
}

.agents-main-section {
    width: 100%;
    height: auto;
    padding: 120px 0px;
}

.agents-main-inner {
    width: 100%;
    height: auto;
}

.agents-main-inner ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.agents-main-inner ul li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
    list-style: none;
}

.agents-main-inner ul li .agent-slider-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

.agents-main-inner ul li:nth-child(4n) {
    margin-right: 0px;
}

.currency-conversion-section {
    width: 100%;
    padding: 100px 0px 75px;
}

.currency-convertor-box {
    width: 100%;
    padding: 40px 50px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.currency-convertor-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.currency-convertor-left {
    width: 60%;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.currency-convertor-right {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.main-conversion-input {
    width: 47%;
    margin-right: 3%;
}

.currency-convertor-right .main-conversion-input {
    width: 62%;
}

.main-conversion-input label {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.mortgage-input-right .convertor-input,
.main-conversion-input .convertor-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    margin-top: 6px;
}

.main-conversion-btn {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 42px;
    right: 23px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.main-submit-btn {
    width: 35%;
}

.convertor-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    background-color: #e2388c !important;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    margin-top: 29px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.convertor-submit:hover {
    background-color: #000 !important;
}

.main-conversion-input span {
    margin-top: 5px;
    width: 100%;
    text-align: right;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}


.currency-convertor-value {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.currency-convertor-value p {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.currency-convertor-box p {
    font-size: 15px;
    color: #000;
}

.main-convertor-bottom-content {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}

.main-convertor-bottom-content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.roi-calculator-first-section {
    width: 100%;
    padding: 70px 160px 50px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
}

.roi-calculator-second-section {
    width: 100%;
    padding: 70px 160px 50px;
    box-sizing: border-box;
    background-color: #611d73;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.roi-calculator-first-section .main-conversion-input {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.roi-calculator-first-section .main-conversion-input:nth-child(2n) {
    margin-right: 0px;
}

.roi-calculator-second-title {
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
}

.roi-calculator-second-value {
    width: 45%;
}

.roi-calculator-second-value .convertor-submit {
    margin-top: 0;
}

.roi-calculator-second-title .main-title {
    color: #fff;
}

.roi-value-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.roi-value-box-left {
    width: 50%;
}

.roi-value-box-right {
    width: 50%;
}

.mortgage-calculator-second-section {
    width: 100%;
    box-sizing: border-box;
    background-color: #611d73;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    padding: 50px 50px 30px;
}

.mortgage-second-title {
    width: 30%;
    box-sizing: border-box;
    padding-right: 20px;
}

.mortgage-second-content {
    width: 45%;
    box-sizing: border-box;
    padding-right: 50px;
}

.mortgage-second-btn {
    width: 25%;
    box-sizing: border-box;
}

.mortgage-second-btn a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    background-color: #e2388c;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mortgage-second-btn .convertor-submit {
    margin: 0;
}

.mortgage-second-btn a:hover {
    background-color: #000;
}

.mortgage-second-content p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.mortgage-second-title .main-title {
    color: #fff;
}

.mortgage-input-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
}

.mortgage-input-left {
    width: 48%;
    /* padding-right: 30px; */
    box-sizing: border-box;
}

.mortgage-input-right {
    width: 48%;
    /* padding: 0px 40px; */
    box-sizing: border-box;
}

.mortgage-input-left .main-conversion-input {
    width: 100%;
    margin-right: 0px;

}

.convertor-input:focus {
    outline: none;
}

select.convertor-input {
    background: url(../../assets/images/down-arrow-b.png) no-repeat center right 20px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 17px;
}

select.convertor-input:focus {
    outline: none;
}


.output {
    width: 50px;
    color: #EC8500;
    font-weight: 600;
    text-align: center;
    margin: -20px auto 30px auto;
}

div:focus {
    outline: none;
}

.ui-loader {
    display: none;
}



.dragger {
    width: 40px;
    height: 40px;
    color: #FFF;
    font-weight: 600;
    line-height: 40px;
    background-color: #333;
    border-radius: 25px;
}

.dragging {
    background-color: #FFC168;
    box-shadow: inset 0px 0px 20px #222;
}

.progress {
    width: 0px;
    background-color: #222;
}


.navbar-expand-lg .navbar-nav li.current-menu-item>a {
    color: #e2388c;
}

.navbar {
    -moz-transition: all 0.9s linear !important;
    -webkit-transition: all 0.9s linear !important;
    -o-transition: all 0.9s linear !important;
    transition: all 0.9s linear !important;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.5755077030812324) 0%, rgba(22, 22, 22, 0) 80%);
}

.scroll-down .navbar {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    top: -150px;
}


.scroll-up .navbar {
    position: fixed !important;
    background: #6C207E;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 9999;
    top: 0px;
}


.mortgage-input-right label {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.nice-select.search-select {
    height: 85px;
    line-height: 82px;
    padding-left: 0;
    padding-right: 15px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: 600;

}

.nice-select.search-select.open .list li {
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 10px 10px;
    text-align: left;
    box-sizing: border-box;
    border-right: none;
    font-size: 13px;
    word-break: break-all;
}

.nice-select.search-select.open .list li.option.selected {
    background-color: #611d73 !important;
    color: #fff !important;
    width: 100%;
    font-weight: 500;
}

.nice-select.search-select .list {
    top: 96%;
    width: 100%;
    max-height: 320px;
    overflow: auto;
}

.nice-select.search-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.nice-select.search-select .list::-webkit-scrollbar {
    width: 5px;
}

.nice-select.search-select .list::-webkit-scrollbar-thumb {
    border-radius: 0 10px 10px 10px;
    background-color: #611d73;
}


.nice-select.search-select .option.focus,
.nice-select.search-select .option.selected.focus {
    background-color: #e2388c !important;
    color: #fff !important;
    font-weight: 500;
}

.nice-select.search-select .option:hover {
    background: #611d73 !important;
    /* background: #878787 !important; */
    color: #fff !important;
}

.nice-select.search-select:after {
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.nice-select.search-select .list span::after {
    display: none !important;
}

.search_pt_sec {
    position: relative;
    z-index: 9;
}

.nice-select.search-select span.current {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-transform: capitalize;
}

.year-range .noUi-horizontal .noUi-handle {
    width: 50px;
    height: 50px;
    right: -30px;
    top: -25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.social-icon svg {
    width: 40px;
    height: 40px;
}

.reserch-section-new .main-title-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.property-amenities-listing ul li:nth-child(4)~li {
    border-top: none;
}

.property_search ul li {
    transition: none;
}

.main-pagination-btns .page-numbers {
    display: none;
}

.main-pagination-btns .prev.page-numbers {
    display: block;
    margin: auto;
}

.main-pagination-btns .next.page-numbers {
    display: block;
    margin: auto;
}


.property_search ul li .chosen-choices li {
    width: auto;
    height: auto;
    min-height: auto;
    line-height: 20px;
}

.property_search ul li:nth-child(2),
.property_search ul li:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.property_search .chosen-container-multi .chosen-choices {
    border: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-family: inherit !important;
}

ul.chosen-results li:first-child {
    border-top: 1px solid #aaaaaa;
}

ul.chosen-results li {
    width: 100%;
    height: auto;
    padding: 10px 10px !important;
    line-height: 20px;
    border-bottom: 1px solid #cacaca !important;
}

ul.chosen-results li:last-child {
    width: 100% !important;
    padding: 10px 10px;
    border-bottom: none !important;
}

.chosen-container.chosen-container-multi .chosen-choices {
    max-height: 55px;
    overflow: auto;
    cursor: pointer;
}

.ui-menu {
    /* height: 320px; */
    height: auto;
    overflow: auto;
}

.ui-menu::-webkit-scrollbar,
.chosen-results::-webkit-scrollbar,
.chosen-choices::-webkit-scrollbar {
    width: 3px;
}

.ui-menu::-webkit-scrollbar-track,
.chosen-results::-webkit-scrollbar-track,
.chosen-choices::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ui-menu::-webkit-scrollbar-thumb,
.chosen-results::-webkit-scrollbar-thumb,
.chosen-choices::-webkit-scrollbar-thumb {
    background: #6c207e;
}

.ui-menu::-webkit-scrollbar-thumb:hover,
.chosen-results::-webkit-scrollbar-thumb:hover,
.chosen-choices::-webkit-scrollbar-thumb:hover {
    background: #f5f5f5;
}

.agree .wpcf7-list-item-label {
    display: flex;
    padding-left: 10px;
}

.contact_form ul li .agree input {
    border-radius: 25px;
    border: 1px solid #000;
    height: 15px;
    position: absolute;
    left: 0;
    width: auto;
    left: 0px;
    top: 2px;
}

.privacy .wpcf7-spinner {
    display: none !important;
}

.navbar-expand-lg .navbar-nav a:hover {
    color: #e2388c !important;
}

.ui-widget-content.ui-autocomplete li {
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    /* padding: 10px 20px; */
    box-sizing: border-box;
    border-bottom: 1px dotted #6c6c6c;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0px;
}

.search_found {
    margin: 50px 0px 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
}

/* su style starts */
.error-404 {
    padding: 100px 0px 150px 0px;
}

.error-404 h1 {
    margin-bottom: 15px;
    font-weight: bold;
}

.error-404 ul li {
    list-style: disc;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.error-404 ul {
    padding-left: 0;
    margin-left: 30px;
}

.error-404 h3 {
    margin: 40px 0 25px 0;
    font-size: 25px;
}

.error-404 h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.error-404 .btn-primary {
    height: 45px;
    width: 210px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #611d73;
    border: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    transition: all .35s ease-in-out;
    text-decoration: none;
    margin-top: 40px;
}

.error-404 .btn-primary:hover {
    background-color: #e1388c;
}

.career_popup .contact_form {
    width: 100%;
    margin-top: 30px;
}

.career_popup .contact_form ul {
    list-style: none;
}

.career_popup .wpcf7 input[type="file"] {
    border: none;
    padding-left: 0;
    border-radius: 0;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.new-page {
    padding: 120px 0;
}

.new-page h2 {
    margin-bottom: 5px;
    font-size: 28px;
}

.new-page p {
    font-size: 15px;
    margin-bottom: 20px;
}

/* su style ends */



.active_body .navbar {
    background: #6C207E;
    transition: none;
}

.active_body .navbar-nav li {
    position: relative;
}

.navbar-expand-lg .navbar-nav a {
    padding-right: 20px;
}

.menu-item-has-children,
.menu-item-has-children>a {
    position: relative;
}

.mob-menu-icn {
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 33%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 35px;
    height: 35px;
}

.mob-menu-icn.opn-mob {
    transform: rotate(180deg);
}

.sub-menu {
    min-width: 330px;
    padding-top: 15px;
}




.navbar-expand-lg .navbar-nav .sub-menu a {
    font-size: 12px;
}


.property_search.active_main .main_list li .chosen-container-multi .chosen-drop .result-selected {
    width: 100% !important;
}

.page-template-page-services .market-appoinment-inner {
    justify-content: center;
}

.page-template-page-services .market-appoinment-title {
    text-align: center;
}

.chosen-results li,
.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    width: auto !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(../../assets/images/close-btn.png) no-repeat !important;
    background-size: 9px !important;
}

/* ------------------------------------------- */

.form-notification span,
.wpcf7 form.invalid .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    border-color: #f13131;
    border: 1px solid #f13131;
    width: 100%;
}

.form-notification span {
    display: block;
    padding: 0.2em 1em;
}

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

.wpcf7 form.invalid ul li .wpcf7-not-valid,
.wpcf7 form.invalid .wpcf7-not-valid {
    border-color: #f13131;
}


/* ------------------------------------------- */
.not-found {
    padding: 100px 0;
}

.not-found .search-form {
    display: flex;
    margin-top: 20px;
}

.not-found .search-submit {
    padding: 0 15px;
    border: none;
    color: #ffffff;
    height: 45px;
    border-radius: 0 30px 30px 0;
    max-width: 120px;
    transition: all .35s ease-in-out;
}

.not-found .search-submit:hover {
    background-color: #000000;
}

.not-found .search-field {
    outline: none;
    height: 45px;
    border-radius: 30px 0 0 30px;
    border: none;
    padding-left: 15px;
    width: 100%;
}

.not-found .search-form {
    display: flex;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.not-found .search-form>* {
    width: 100%;
}

.not-found .page-header {
    text-align: center;
    margin-bottom: 20px;
}

.not-found .page-content {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.not-found .page-content p {
    font-size: 14px;
}

.ui-widget-content {
    max-height: 360px;
    overflow: auto;
}

.ui-menu-item-wrapper:hover {
    background: #611d73 !important;
    color: #ffffff !important;
}

.property-discription-content-inner .block-outer .block p {
    font-size: 13px;
    padding-left: 15px;
    padding-top: 10px;
}

.button-enquire {
    width: 160px;
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    text-align: center;
    background-color: #e1388c;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button-enquire:hover {
    background-color: #000;
    color: #fff;
}

.property_top_strip {
    /* background-color: #e7e7e7; */
    margin: 80px 0 70px 0;
}

.property_top_strip ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.property_top_strip ul li {
    width: 25%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #f5f5f5;
    padding: 25px 0;
    background-color: #6c207e;
    color: #fff;
}

.property_top_strip ul li:first-child {
    font-weight: bold;
}

.property_top_strip ul li:nth-child(even) {
    background-color: #9145a3;
}

.property_top_strip ul li span {
    margin-right: 5px;
}

.property_top_strip ul li span img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%);
}

.property_new_set {
    max-width: 300px;
    /* position: absolute; */
    right: 0;
    bottom: 0;
    width: 100%;
}

.property_new_set .property-page-top-right-box {
    padding: 20px 0 20px 0;
}

.property_new_set .agent-image {
    width: 145px;
    height: 145px;
}

.property-call-btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.property_wishlist .wishlist-button-wrap {
    margin-top: 5px;
}

.property_wishlist .property_wishlistwishlist_save_icon i {
    font-size: 25px;
}

.property_new_desc {
    display: flex;
    flex-wrap: wrap;
}

.property_new_desc .desc_left {
    width: 73%;
    padding-right: 50px;
}

.property_new_desc .desc_left h2 {
    margin-bottom: 15px;
    font-size: 30px;
}

.property_new_desc .desc_left h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

.property_new_desc .desc_right {
    width: 27%;
}

.property_new_desc .desc_left {
    font-size: 14px;
}

.property_new_desc .desc_left p,
.property_new_desc .desc_left ul li {
    font-size: 14px;
    line-height: 24px;

}

.property_new_desc .desc_left p,
.property_new_desc .desc_left ul {
    margin-bottom: 15px;
}

.property_new_desc .desc_left ul li {
    margin-bottom: 8px;
}

.property_new_desc .desc_left ul {
    margin-left: 20px;
}

.property-amenities-listing .property-page-top-left ul li {
    border-left: none;
    display: block;
    min-height: auto;
    width: 32%;
    padding: 34px 0;
}

.property-amenities-listing .property-page-top-left ul li:last-child {
    border-right: 0;
}

.property-amenities-listing .property-page-top-left ul li span {
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
}

.property-amenities-listing .property-page-top-left ul li h3 {
    margin-top: 0;
}

.property-amenities-listing .property-page-top-left ul {
    width: 100%;
}

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

.map_section h2 {
    margin-bottom: 15px;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
}

.pr_detail_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(136, 126, 111, .15);
    padding: 10px 35px 10px;
    width: 100%;
    transition: all 1s;
}

.pr_detail_price h2 {
    font-size: 18px;
    font-weight: 600;
}

.login_form_outer {
    max-width: 570px;
    margin: 0 auto !important;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgb(45 53 89 / 10%);
}

.registration_form_outer {
    max-width: 600px;
    margin: 0 auto !important;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgb(45 53 89 / 10%);
}

#user-registration {
    box-shadow: none !important;
    margin: 0 !important;
}

.ur-frontend-form.login {
    border-radius: 10px;
}

.user-registration-Button,
.registration-btn {
    border-radius: 30px !important;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #611d73 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.user-registration-Button:hover,
.registration-btn:hover {
    background-color: #cd2653 !important;
}

.user-registration .input-text {
    background-color: transparent;
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 45px;
    border-radius: 30px !important;
    resize: none;
    padding-left: 20px !important;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

.user-registration-form__label span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.user-registration-LostPassword a {
    text-decoration: none;
    font-size: 13px;
    color: #6c207e;
}

.user-registration-LostPassword a:hover {
    color: #cd2653;
}

.user-registration-form__label {
    margin: 0;
    width: 50%;
    margin: 0 !important;
}

.ur-frontend-form {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.ur-field-item {
    width: 48%;
    margin-bottom: 15px !important;
}

.login_form_outer .ur-form-grid {
    display: flex;
    flex-wrap: wrap;
}

.login_form_outer .ur-form-grid div {
    width: 100%;
    margin: 35px 0 0 0;
    order: 3;
}

.user-registration-form-row {
    width: 100%;
}

#user-registration p {
    margin-bottom: 0 !important;
}

.user-registration-LostPassword {
    width: 50%;
    text-align: right;
}

.new_user_reg {
    text-align: center;
    font-size: 14px;
}

.new_user_reg a {
    text-decoration: none;
    color: #6c207e;
}

.new_user_reg a:hover {
    color: #cd2653;
}

#ur-recaptcha-node {
    padding: 0 15px;
    margin-top: 10px;
}

.registration_form_outer .ur-form-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
    font-weight: normal !important;
}

.ur-frontend-form .ur-button-container {
    margin-top: 25px !important;
    padding: 0 !important;
}

.login-seperation {
    color: #000;
    font-size: 15px;
    position: relative;
    text-align: center;
    margin: 35px auto;
    text-transform: uppercase;
    max-width: 434px;
    margin: 35px auto 50px auto;
}

.login-seperation:after,
.login-seperation:before {
    content: "";
    background: #dedede;
    display: block;
    position: absolute;
    width: 45%;
    height: 1px;
    top: 10px;
}

.login-seperation:before {
    left: 0;
}

.login-seperation:after {
    right: 0;
}

.socal-login {
    padding: 0 10px;
}

.socal-login a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    height: 55px;
    border: 1px solid #d3d3d3;
    border-radius: 27px;
    line-height: 55px;
    text-decoration: none;
    color: #000000;
}

.socal-login .facebook {
    margin-bottom: 14px;
    background: url(../images/fcb.png) no-repeat;
    background-position: left 10px center;
}

.socal-login .google {
    background: url(../images/gg.png) no-repeat;
    background-position: left 10px center;
}

.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

#user-registration .ur-form-grid .user-registration-form-row:first-child {
    margin-bottom: 20px !important;
}

.ur-frontend-form .register .input-text {
    padding-left: 20px !important;
}

.user-registration-error {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    line-height: 18px;
    color: #ff030b !important;
    display: flex !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.user-registration-error::before {
    font-size: calc(100% + 3px) !important;
    margin-right: 5px !important;
}

.icon-usr:before {
    content: "\e906";
    font-family: "icomoon" !important;
}

.property_featur_list {
    margin-top: 40px;
}

.property_featur_list h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.property_featur_list ul {
    display: flex;
    flex-wrap: wrap;
}

.property_featur_list li {
    width: 33%;
}

.navbar-nav .logout img {
    width: 17px;
}

.navbar-nav .login img {
    width: 20px;
}

.not-logged-in i:before {
    content: "\e900";
    font-family: 'icomoon';
    color: #848484;
}

.privacy-policy .career-page h2 {
    margin-top: 20px;
}

.privacy-policy .career-page h4 {
    padding-bottom: 8px;
    font-size: 18px;
}

.privacy-policy table {
    width: 100%;
    background-color: #ccc;
    color: #000;
    margin-bottom: 20px;
}

.privacy-policy table td {
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #9b9b9b;
}

.privacy-policy ul {
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.privacy-policy ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.privacy-policy ul li u {
    text-decoration: none;
    color: #6c207e;
}

.privacy-policy ul li a {
    text-decoration: none;
    font-weight: bold;
}

.privacy-policy ol {
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.privacy-policy ol li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.privacy-policy ol li u {
    text-decoration: none;
    color: #6c207e;
}

.privacy-policy ol li a {
    text-decoration: none;
    font-weight: bold;
}

.privacy-policy p a {
    text-decoration: none;
    color: #6c207e;
    font-weight: bold;
}


/* -----------new----------- */

.tc-news {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}

.tc-news li {
    list-style: none;
    position: relative;
    width: 50%;
}

.tc-news :nth-child(3) {
    width: 40%;
    border-right: solid 1px #ccc;
}

.tc-news :nth-child(4) {
    width: 60%;
}

.tc-news :nth-child(4) .subscription-form {
    padding-right: 40%;
    -webkit-border-radius: 0 60px 60px 0;
    border-radius: 0 60px 60px 0;
}

.tc-news :nth-child(3) .subscription-form {
    -webkit-border-radius: 60px 0 0 60px;
    border-radius: 60px 0 0 60px;
}

.tc-news li .subscription-form {
    padding-right: 20px;
    padding-left: 20px;
}

.tc-policy {
    padding-top: 11px;
    color: #fff;
    font-size: 12px;
    display: flex;
}

.tc-policy label {
    font-family: 'Poppins', sans-serif;
}

.tc-policy input {
    margin-right: 5px;
}

.tc-policy a {
    text-decoration: none;
    color: #fff;
}

.tc-policy a:hover {
    color: #cd2653;
}


/* ------------------------------------------------------------------ */

.market-expertise-section .expertise-content li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
}

.market-expertise-section .expertise-content a {
    font-size: 14px;
}


.country_forms {
    background: #f5f5f5;
}

.country_forms ul {
    list-style: none;
}

.country_forms ul li label {
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
}

.country_forms li+li {
    margin-top: 15px;
}

.country_forms .submit {
    color: #ffffff;
    transition: background .35s ease-in-out;
    height: 45px;
    width: 210px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #611d73;
    border: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    transition: all .35s ease-in-out;
}

.country_forms .submit:hover {
    /* background: #9f163b; */
    opacity: 0.8;
}

.country_forms select {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    padding: 8px;
}

.country_forms input {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
}

.country_forms .country-select .flag-dropdown,
.country_forms .intl-tel-input.allow-dropdown .flag-container {
    left: 0;
}



.country_forms ul:not(.country-list) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 15px;
}

.country_forms li.half-width {
    width: 48%;
}

.country_forms li.ful-width,
.country_forms li.half-width {
    margin: 0 1%;
}

.country_forms li.ful-width {
    width: 100%;
}

.blog_details .left_cnt h1:not(:empty),
.blog_details .left_cnt h3:not(:empty),
.blog_details .left_cnt h4:not(:empty),
.blog_details .left_cnt h5:not(:empty),
.blog_details .left_cnt h6:not(:empty) {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .country_forms li.half-width {
        width: 100%;
    }

    .blog_details .left_cnt h1,
    .blog_details .left_cnt h3,
    .blog_details .left_cnt h4,
    .blog_details .left_cnt h5,
    .blog_details .left_cnt h6 {
        margin-bottom: 15px;
    }
}

.blog_details .left_cnt ul li:not([class]) {
    list-style: disc;
}

.blog_details .left_cnt ul:not([class]) {
    margin-left: 20px;
}


.blog_details .left_cnt ol li::marker {
    font-size: 20px;
}