@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500&display=swap";

@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('/AR/assets/arebic-font/DroidKufi-Regular.ttf') format('truetype');
    /*https://injazzatrealestate.wsisites.net/AR/assets/arebic-font/DroidKufi-Regular.ttf
    /*src: url('../assets/arebic-font/DroidKufi-Regular/droidkufi-regular.eot');
    src: url('../assets/arebic-font/DroidKufi-Regular/droidkufi-regular.eot') format('embedded-opentype');
    src: url('../assets/arebic-font/DroidKufi-Regular/droidkufi-regular.woff') format('woff');*/
    /* src: url('../arebic-font/DroidKufi-Bold.ttf') format('truetype'); */
    src: url('/AR/assets/arebic-font/DroidKufi-Regular/droidkufi-regular.svg#DroidArabicKufiRegular') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
:focus,
button:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a,
button,
input[type="submit"] {
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}
a:focus {
    outline: 0 solid;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
    color: #02509b;
    font-family: Roboto, sans-serif;
}
body {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #666;
}
p {
    font-size: 16px;
    line-height: 1.8;
    color: #7d8081;
    margin-bottom: 15px;
    font-weight: 300;
}
p:last-child {
    margin-bottom: 0;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 98% 71%;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-130 {
    padding-bottom: 130px;
}
.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mmt-10 {
    margin-top: -10px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.z-0 {
    z-index: 0;
    position: relative;
}
#message {
    padding: 0;
    margin: 0;
}
.help-block {
    color: #e31c25;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-style li {
    list-style: none;
}
.page-wrapper {
    overflow-x: hidden;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle,
.property-card .property-info .property-metainfo,
.testimonial-card .quote-wrap .client-info-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.hero-wrap.style3 .hero-content .property-search-form,
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap,
.search-property .property-search-form,
.counter-card-wrap,
.newsletter-form,
.post-author,
.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.property-card .property-info .property-status-wrap,
.property-card .property-info .property-metainfo,
.testimonial-card .quote-wrap .client-info-wrap,
.post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero-wrap.style3 .hero-content .client-feedback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now {
    position: relative;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}
.play-now i {
    color: #ec3323;
    font-size: 24px;
}
.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #1b52a2;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.back-to-top.open {
    bottom: 30px;
}
.back-to-top i {
    color: #fff;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: inline-block;
    -webkit-animation: bouncing 1.4s linear infinite;
    animation: bouncing 1.4s linear infinite;
}
.loader div:last-child {
    margin: 0;
}
.loader div:nth-child(1) {
    background: rgba(236, 51, 35, 0.9);
}
.loader div:nth-child(2) {
    background: rgba(236, 51, 35, 0.7);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader div:nth-child(3) {
    background: rgba(236, 51, 35, 0.5);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes bouncing {
    0%,
    100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    50% {
        -webkit-transform: translateY(80px) scale(1.5, 0.5);
        transform: translateY(80px) scale(1.5, 0.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes bouncing {
    0%,
    100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    50% {
        -webkit-transform: translateY(80px) scale(1.5, 0.5);
        transform: translateY(80px) scale(1.5, 0.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid #7d8081;
    padding: 9px 30px;
    border-radius: 0px;
    color: #868889;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover {
    color: #fff;
}
.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn.style1 {
    background-color: #002172;
}
.btn.style1:after,
.btn.style1:before {
    background: #144b9b;
}
.btn.style2 {
    background-color: transparent;
    color: #868889;
}
.btn.style2:after,
.btn.style2:before {
    background: #144b9b;
}
.btn.style2:hover {
    color: #fff;
}














#ContentPlaceHolder1_btnnow {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid #7d8081;
    padding: 9px 30px;
    border-radius: 0px;
    color: #868889;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ContentPlaceHolder1_btnnow i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ContentPlaceHolder1_btnnow:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ContentPlaceHolder1_btnnow:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ContentPlaceHolder1_btnnow:hover {
    color: #fff;
}
#ContentPlaceHolder1_btnnow:hover:after,
#ContentPlaceHolder1_btnnow:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
#ContentPlaceHolder1_btnnow.style2 {
    background-color: transparent;
    color: #868889;
}
#ContentPlaceHolder1_btnnow.style2:after,
#ContentPlaceHolder1_btnnow.style2.style2:before {
    background: #144b9b;
}
#ContentPlaceHolder1_btnnow.style2:hover 
{
    color: #fff;
    background: #144b9b;
}





.btn.style3 {
    background-color: transparent;
    border: 1px solid #002172;
    color: #002172;
}
.btn.style3:after,
.btn.style3:before {
    background: #ec3323;
}
.btn.style3:hover {
    color: #fff;
    border-color: transparent;
}
.btn.style4 {
    background-color: #fff;
    color: #ec3323;
}
.btn.style4:after,
.btn.style4:before {
    background: #002172;
}
.btn.style4:hover {
    color: #fff;
}
.btn.style5 {
    background-color: transparent;
    border: 1px solid #ec3323;
    color: #ec3323;
}
.btn.style5:after,
.btn.style5:before {
    background: #ec3323;
}
.btn.style5:hover {
    color: #fff;
}
.btn.style6 {
    background-color: #fff;
    color: #ec3323;
}
.btn.style6:after,
.btn.style6:before {
    background: #ec3323;
}
.btn.style6:hover {
    color: #fff;
}
.btn.fb,
.btn.twitter,
.btn.linkedin {
    display: block;
    width: 100%;
    text-align: left;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}
.btn.fb span i,
.btn.twitter span i,
.btn.linkedin span i {
    font-size: 22px;
    position: relative;
    top: -1px;
    margin: 0;
}
.btn.fb {
    background-color: #1976d3;
}
.btn.fb span {
    background-color: #156abd;
}
.btn.linkedin {
    background-color: #ff641a;
}
.btn.linkedin span {
    background-color: #e55a17;
}
.btn.twitter {
    background-color: #03a9f5;
}
.btn.twitter span {
    background-color: #0398dc;
}
.link {
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #ec3323;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #ec3323;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.link:hover {
    color: #ec3323;
}
.link:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.link:hover i {
    margin-left: 10px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #666;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ec3323;
    border-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: 30px;
}
.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ffffff;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    border-color: #02509b;
}
.owl-carousel .owl-dots button.owl-dot.active span:after {
    background-color: #02509b;
    width: 7px;
    height: 7px;
}
.section-title,
.content-title {
    position: relative;
}
.section-title h2,
.content-title h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}
.section-title p,
.content-title p {
    margin: 12px 0 0;
}
.section-title span,
.content-title span {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.section-title.style1 span,
.content-title.style1 span {
    color: #ec3323;
}
.section-title.style2 span,
.content-title.style2 span {
    letter-spacing: 8px;
    color: #ec3323;
}
.bg-transparent {
    background-color: transparent;
}
.bg-black {
    background-color: #000;
}
.bg-white {
    background-color: #fff;
}
.bg-athens {
    background-color: #f3f4f6;
}
.bg-albastor {
    background-color: #f9f9f9;
}
.bg-seashell {
    background-color: #f9f9f9;
}
.bg-reso {
    background-color: #002172;
}
.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.body_overlay.open {
    visibility: visible;
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.op-1 {
    opacity: 0.1;
}
.op-2 {
    opacity: 0.2;
}
.op-3 {
    opacity: 0.3;
}
.op-4 {
    opacity: 0.4;
}
.op-5 {
    opacity: 0.5;
}
.op-6 {
    opacity: 0.6;
}
.op-7 {
    opacity: 0.7;
}
.op-75 {
    opacity: 0.75;
}
.op-8 {
    opacity: 0.8;
}
.op-85 {
    opacity: 0.85;
}
.op-9 {
    opacity: 0.9;
}
.op-95 {
    opacity: 0.95;
}
.op-10 {
    opacity: 1;
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.pos-rel {
    position: relative;
    z-index: 1;
}
.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}
.moveHorizontal {
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}
.moveVertical {
    -webkit-animation: moveVertical 3000ms infinite ease-in-out;
    animation: moveVertical 3000ms infinite ease-in-out;
}
.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}
.animationFramesTwo {
    -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}
.waving_left {
    -webkit-animation: waving_left 7s infinite linear;
    animation: waving_left 7s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.waving_right {
    -webkit-animation: waving_right 7s infinite linear;
    animation: waving_right 7s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}
@-webkit-keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-webkit-keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.social-profile li {
    display: inline-block;
    margin: 0 2px;
}
.social-profile li:first-child {
    margin-left: 0;
}
.social-profile li:last-child {
    margin-right: 0;
}
.social-profile li:last-child {
    margin-right: 0;
}
.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-profile li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
}
.social-profile li a:hover {
    border-color: transparent;
    color: #ec3323;
}
.social-profile.style1 li a,
.social-profile.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a i {
    color: #7d8081;
    font-size: 18px;
}
.social-profile.style1 li a:hover {
    background-color: #1b52a2;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
    color: #fff;
}
.social-profile.style2 li a {
    background: #f9f9f9;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.01);
}
.social-profile.style2 li a i {
    color: #002172;
}
.social-profile.style2 li a:hover {
    background-color: #ec3323;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
    color: #fff;
}
.social-profile.style3 li a {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.social-profile.style3 li a i {
    color: #ec3323;
}
.social-profile.style3 li a:hover {
    background-color: #ec3323;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-profile.style3 li a:hover i {
    color: #fff;
}
.page-nav {
    text-align: center;
}
.page-nav li {
    margin: 0 5px;
    display: inline-block;
}
.page-nav li a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    opacity: 0.7;
    color: #666;
    background: #f9f9f9;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.page-nav li a i {
    font-size: 14px;
    line-height: 42px;
    position: relative;
    top: 1px;
    color: #002172;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.page-nav li a.active,
.page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #ec3323;
    border-color: transparent;
}
.page-nav li a.active i,
.page-nav li a:hover i {
    color: #fff;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle,
.property-card .property-info .property-metainfo,
.testimonial-card .quote-wrap .client-info-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.hero-wrap.style3 .hero-content .property-search-form,
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap,
.search-property .property-search-form,
.counter-card-wrap,
.newsletter-form,
.post-author,
.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.header-wrap.sticky {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}
.header-wrap.sticky.style1 .header-bottom {
    background-color: transparent;
}
.header-wrap .header-btn button {
    border: 1px solid transparent;
}
.header-wrap .header-btn button.btn.style3 {
    border-color: #002172;
    margin-right: 15px;
}
.header-wrap .header-btn button.btn:hover {
    border-color: transparent;
}
@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .header-wrap.style1 {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    }
    .header-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-wrap .navbar .navbar-brand img {
        max-width: 130px;
    }
    .header-wrap .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .header-wrap .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
    }
    .header-wrap .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
        height: 40px;
       width: 40px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px;
	left:22px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid #f3f4f6;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        display: none;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #002172;
    }
    .header-wrap .navbar .navbar-nav .nav-item .btn {
        margin-top: 15px;
        display: block;
        width: 100%;
    }
    .header-wrap .navbar .navbar-nav .nav-item .btn:after {
        display: none;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #002172;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
        margin-left: 20px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .btn.style1 {
        margin-top: 15px;
        color: #fff;
    }
    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px;
    }
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .menu-close i {
        color: #000;
        font-size: 25px;
    }
    .mobile-menu {
        text-align: right;
    }
    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        background-color: #02509b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto;
    }
    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -1px;
    }
    .mobile-top-bar {
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        position: relative;
        top: 0;
    }
    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0;
    }
    .mobile-top-bar span:nth-child(1) {
        margin-top: 0;
    }
    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px;
    }
    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu > li.has-children.menu-open > span.menu-expand i {
        color: #000;
    }
    .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu li {
        position: relative;
    }
    .main-menu li:last-child {
        margin: 0;
    }
    .main-menu li > span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
    }
    .main-menu li > span.menu-expand i {
        color: #000;
        font-size: 18px;
    }
    .main-menu li > span.menu-expand:hover {
        color: #000;
    }
    .main-menu li a.active {
        color: #002172;
    }
    .main-menu li > a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li > a:hover {
        color: #000;
    }
    .main-menu li > ul.sub-menu {
        padding-left: 20px;
    }
    .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
        display: none;
    }
    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3);
    }
}
@media only screen and (min-width: 992px) {
    .menu-expand i {
        display: none;
    }
    .header-wrap .navbar {
        padding: 0;
    }
    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0;
    }
    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .header-wrap .navbar {
        padding: 0;
    }
    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0;
    }
    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .header-wrap .navbar .navbar-nav {
        margin-right: 0px;
    }
    .header-wrap .navbar .navbar-nav > .nav-item > a:after {
        position: absolute;
        bottom: 30px;
        left: 0;
        content: "";
        width: 0;
        height: 2px;
        background-color: #2960b0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 5px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #7d8081;
        font-weight: 400;
        padding: 30px 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: relative;
        font-size: 16px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #2960b0;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover:after,
    .header-wrap .navbar .navbar-nav .nav-item a:focus:after,
    .header-wrap .navbar .navbar-nav .nav-item a.active:after {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 3px;
        display: inline-block;
        margin-left: -2px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        visibility: visible !important;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        border: none;
        top: 95px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 258px;
        padding: 10px 0;
        display: block;
        border-radius: 0;
        border-left: 0px solid #ec3323;
        border-radius: 0 0 5px 5px;
        position: absolute;
        visibility: hidden;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 7px 20px;
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #7d8081;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
        position: absolute;
        top: 18px;
        left: 20px;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ec3323;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: none;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #2960b0;
        padding-left: 30px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #2960b0;
        padding-left: 32px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
        visibility: visible;
        opacity: 1;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        width: 100%;
        right: auto;
        left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 49%;
        font-size: 16px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        visibility: hidden;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -250px;
        right: auto;
        visibility: hidden;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        top: 85px;
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .others-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        height: 100vh;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrap .navbar .navbar-brand img {
        max-width: 130px;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 7px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
    }
    .header-wrap .header-btn button.btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 12px;
    }
    .header-wrap .header-btn button.btn {
        padding: 12px 25px;
    }
}
@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width: 1520px;
    }
}
.content-wrapper {
    margin-top: 85px;
}

.br-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}
.br-2 {
    background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}
.br-3 {
    background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}
.br-4 {
    background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.counter-bg {
    background-image: url(../img/banner/Injazzat-Counter-Background-4.jpg);
}

.annual-report-bg {
    background-image: url(../img/banner/report-banner.jpg);
}
.about-us-bg {
    background-image: url(../img/banner/banner.jpg);
}
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 0px;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: -1;
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
}
.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #fff;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: -6px;
    right: -17px;
    content: ">";
    font-size: 24px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #fff;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
    color: white;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none;
}
.breadcrumb-img img {
    display: block;
    margin-left: auto;
}
.content-feature-list {
    margin: 0 0 28px;
}
.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}
.content-feature-list li:last-child {
    margin-bottom: 0;
}
.content-feature-list li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #ec3323;
    font-size: 15px;
    line-height: 0.8;
}
.modal-backdrop {
    opacity: 0.8 !important;
}
.login-bg {
    background-image: url(../img/signup-bg.jpg);
    height: 660px;
}
#signIn .modal-content,
#signUp .modal-content {
    border-radius: 0;
}
#signIn .modal-content .modal-header,
#signUp .modal-content .modal-header {
    padding: 0;
}
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0;
    opacity: 1;
    border-radius: 0;
    z-index: 9;
}
#signIn .modal-content .modal-header .btn-close:focus,
#signUp .modal-content .modal-header .btn-close:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#signIn .modal-content .modal-header .btn-close i,
#signUp .modal-content .modal-header .btn-close i {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    color: #000;
}
#signIn .modal-content .modal-body,
#signUp .modal-content .modal-body {
    padding: 0;
}
.login-content {
    padding: 0 45px 0 0;
}
.login-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.login-content p {
    margin-bottom: 25px;
}
.login-content .user-form .form-group {
    margin-bottom: 20px;
}
.login-content .user-form input {
    width: 100%;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    padding: 10px 15px;
}
.login-content .user-form button {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.login-content .user-form button.fb,
.login-content .user-form button.linkedin,
.login-content .user-form button.twitter {
    margin: 0;
}
.login-content .social-profile {
    margin: 20px 0;
}
.error-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.error-content {
    text-align: center;
}
.error-content img {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px;
}
.error-content p {
    margin: 0 auto 20px;
    max-width: 520px;
}
.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    padding: 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}
.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 24px;
    position: relative;
    line-height: 1;
    position: relative;
}
.sidebar .sidebar-widget:last-child {
    margin: 0;
}
.search-box {
    position: relative;
}
.search-box .form-group {
    position: relative;
}
.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
}
.search-box .form-group input:focus {
    border-color: #888;
}
.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #ec3323;
}
.search-box .form-group button i {
    color: #fff;
    top: 4px;
    left: 1px;
    font-size: 20px;
    position: relative;
}
.category-box ul li {
    position: relative;
}
.category-box ul li:first-child a {
    padding-top: 0;
}
.category-box ul li:first-child a i {
    top: 6px;
}
.category-box ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}
.category-box ul li a {
    font-weight: 600;
    padding: 8px 0 8px 20px;
    display: block;
    font-size: 16px;
    color: #666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.category-box ul li a i {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 10px;
    line-height: 0.8;
    color: #666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.category-box ul li a span {
    float: right;
    font-weight: 400;
    margin-left: 4px;
    font-size: 16px;
    color: #666;
}
.category-box ul li a:hover {
    color: #ec3323;
    padding-left: 25px;
}
.category-box ul li a:hover i {
    color: #ec3323;
}
.popular-post-slider.owl-carousel .owl-dots {
    text-align: center;
}
.popular-post-slider.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: #fff;
    position: relative;
    border: none;
}
.popular-post-slider.owl-carousel .owl-dots .owl-dot span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ec3323;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span:after {
    visibility: visible;
    opacity: 1;
}
.tag-list {
    margin-top: -12px;
}
.tag-list li {
    display: inline-block;
    margin: 12px 8px 0 0;
}
.tag-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    color: #666;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tag-list li a:hover {
    background-color: #ec3323;
    color: #fff;
    border-color: transparent;
}
.tag-list.style2 li a {
    padding: 0;
    color: #666;
    background-color: transparent;
    border: none;
}
.tag-list.style2 li a:hover {
    background-color: transparent;
    color: #ec3323;
}
.property-thumb-item {
    margin: 0 0 15px;
}
.property-thumb-item:last-child {
    margin-bottom: 0;
}
.property-thumb-item .property-thumb-img {
    width: 80px;
    border-radius: 5px;
}
.property-thumb-item .property-thumb-img img {
    border-radius: 5px;
}
.property-thumb-item .property-thumb-info {
    width: calc(100% - 95px);
    margin-left: 15px;
}
.property-thumb-item .property-thumb-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.property-thumb-item .property-thumb-info p {
   font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #ec3323;
}
.property-thumb-item .property-thumb-info p span {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #666;
    margin-left: 2px;
}
.agent-info-box .agent-name-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.agent-info-box .agent-name-wrap .agent-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.agent-info-box .agent-name-wrap .agent-img img {
    border-radius: 50%;
}
.agent-info-box .agent-name-wrap .agent-name {
    width: calc(100% - 85px);
    margin-left: 15px;
}
.agent-info-box .agent-name-wrap .agent-name h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.agent-info-box .agent-name-wrap .agent-name span {
    font-size: 14px;
}
.agent-info-box .agent-address {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.agent-info-box .agent-address li {
    position: relative;
    margin-bottom: 12px;
}
.agent-info-box .agent-address li:last-child {
    margin-bottom: 0;
}
.agent-info-box .agent-address li i {
    color: #ec3323;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.agent-info-box .agent-contact .form-group {
    margin-bottom: 25px;
}
.agent-info-box .agent-contact .form-group input,
.agent-info-box .agent-contact .form-group textarea {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
}
.agent-info-box .agent-contact .form-group input {
    height: 57px;
}
.agent-info-box .agent-contact .form-group textarea {
    height: 120px;
    resize: none;
}
.agent-info-box .agent-contact button {
    width: 100%;
    display: block;
}
.pp-post-item {
    margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}
.pp-post-item .pp-post-img img {
    border-radius: 4px;
}
.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px;
}
.pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
    color: #000;
}
.pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #888;
    margin-bottom: 12px;
}
.pp-post-item .pp-post-info span i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 13px;
    line-height: 0.8;
    color: #ec3323;
}
.pp-post-item:last-child {
    margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
    color: #ec3323;
}
.hero-bg-one {
    background-image: url(../img/hero/hero-bg-1.jpg);
}
.hero-slide-1 {
    background-image: url(../img/hero/hero-slider-1.jpg);
}
.hero-slide-2 {
    background-image: url(../img/hero/hero-slider-2.jpg);
}
.hero-slide-3 {
    background-image: url(../img/hero/hero-slider-3.jpg);
}

/*
.hero-slide-4 {
    background-image: url(../img/hero/banner-02.jpg);
}


.hero-slide-5 {
    background-image: url(../img/hero/banner-02.jpg);
}
.hero-slide-6 {
    background-image: url(../img/hero/banner-02.jpg);
}

*/
.hero-wrap {
    margin-top: 86px;
}
.hero-wrap .client-feedback ul {
    line-height: 1;
    padding-left: 8px;
}
.hero-wrap .client-feedback ul li {
    display: inline-block;
}
.hero-wrap .client-feedback ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: -8px;
    border: 2px solid #fff;
}
.hero-wrap .client-feedback ul li a img {
    border-radius: 50%;
}
.hero-wrap .client-feedback span {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
    color: #fff;
}
.hero-wrap .hero-content h1 {
    font-size: 54px !important;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 18px;
    text-align: left;
    padding-bottom: 20px;
}
.hero-wrap .hero-content p {
    margin-bottom: 30px;
}
.hero-wrap.style1 {
    padding: 0 0 100px;
}
.hero-wrap.style1 .hero-content {
    position: relative;
}
.hero-wrap.style1 .hero-content .hero-shape-one {
    position: absolute;
    top: -20px;
    right: 50px;
}
.hero-wrap.style1 .hero-content img {
    margin: 0 0 10px;
    display: block;
}
.hero-wrap.style1 .hero-content h1 {
    font-size: 56px;
}
.hero-wrap.style1 .hero-content form {
    position: relative;
    width: 90%;
}
.hero-wrap.style1 .hero-content form input {
    width: 100%;
    height: 64px;
    background-color: #f9f9f9;
    border: none;
    padding: 10px 115px 10px 47px;
    border-radius: 10px;
}
.hero-wrap.style1 .hero-content form i {
    position: absolute;
    top: 23px;
    left: 20px;
    color: #002172;
}
.hero-wrap.style1 .hero-content form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ec3323;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
}
.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}
.hero-wrap.style1 .hero-img-wrap .client-feedback {
    position: absolute;
    top: 25px;
    left: 110px;
}
.hero-wrap.style1 .hero-img-wrap .hero-bg-one {
    height: 750px;
    border-radius: 10px;
    width: calc(100% - 80px);
    margin-left: auto;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: calc(100% - 100px);
    margin-left: auto;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav {
    position: absolute;
    bottom: 0;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next {
    position: relative;
    border: none;
    border-radius: 0;
    background-color: transparent;
    z-index: 1;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev i,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next i {
    margin: 0;
    font-size: 22px;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:hover,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:hover i,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:hover i {
    color: #ec3323;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-prev,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-prev {
    text-align: left;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-prev:after,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-prev:after {
    left: 15px;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-next,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-next {
    text-align: right;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-next:after,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-next:after {
    right: 15px;
}
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:after,
.hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:after {
    position: absolute;
    top: 13px;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f9f9f9;
    z-index: -1;
}
.hero-wrap.style2 {
    padding: 0;
    position: relative;
}
.hero-wrap.style2 .container-fluid {
    position: relative;
}
.hero-wrap.style2 .container-fluid .client-feedback {
    position: absolute;
    top: 25px;
    left: auto;
    right: 125px;
    z-index: 9;
    text-align: center;
}
.hero-wrap.style2 .container-fluid .client-feedback ul li a {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
}
.hero-wrap.style2 .container-fluid .client-feedback span {
    color: #002172;
    font-size: 14px;
}
.hero-wrap.style2 .hero-slide-item {
    position: relative;
    z-index: 1;
    padding: 160px 0 220px;
    border-radius: 10px;
}
.hero-wrap.style2 .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 34, 115, 0.9)), color-stop(66%, rgba(1, 34, 115, 0.02)), color-stop(67%, rgba(1, 34, 115, 0.04)));
    background: linear-gradient(90deg, rgba(1, 34, 115, 0.9) 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%);
    z-index: -1;
    border-radius: 10px;
}
.hero-wrap.style2 .hero-slide-item .hero-content h1 {
    color: #fff;
    font-weight: 700;
}
.hero-wrap.style2 .hero-slide-item .hero-content h1 span {
    color: #ec3323;
    position: relative;
    z-index: 1;
}
.hero-wrap.style2 .hero-slide-item .hero-content h1 span img {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    z-index: -1;
}
.hero-wrap.style2 .hero-slide-item .hero-content p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
}
.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:before,
.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:after {
    background-color: #fff;
}
.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:hover {
    color: #002172;
}
.hero-wrap.style3 {
    padding: 0;
    position: relative;
}
.hero-wrap.style3 .hero-slider-two .hero-slide-item {
    height: auto !important;
    position: relative;
    z-index: unset;
}
.hero-wrap.style3 .hero-slider-two .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.hero-wrap.style3 .hero-content {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}
.hero-wrap.style3 .hero-content p {
    color: white;
    padding: 0 60px;
    text-align: left;
    padding: 0px !important;
    font-weight: 400;
    padding-top: 5px !important;
    margin-bottom: 20px;
}
.hero-wrap.style3 .hero-content .client-feedback {
    position: relative;
    top: auto;
    left: auto;
    margin: 25px 0 0;
}
.hero-wrap.style3 .hero-content .client-feedback span {
    margin: 0 0 0 15px;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap {
    width: calc(100% - 225px);
    margin-right: 22px;
    background-color: #fff;
    border-radius: 5px;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group {
    width: 33.33%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input,
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group select {
    border: none;
    height: 57px;
    background-color: transparent;
    width: 100%;
    padding: 15px 15px 10px;
    border-radius: 0;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::-webkit-input-placeholder {
    opacity: 1;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input:-ms-input-placeholder {
    opacity: 1;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::-ms-input-placeholder {
    opacity: 1;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::placeholder {
    opacity: 1;
}
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group select {
    background-position: 95% 57%;
}
.hero-wrap.style3 .hero-content .property-search-form button {
    width: 200px;
    display: block;
    padding: 15px;
}
.hero-property-slider {
    margin: -10px;
}
.hero-property-slider .property-card {
    margin: 10px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    border: 2px solid #fff;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
    color: #002172;
    font-size: 30px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ec3323;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 30px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ec3323;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    z-index: 1;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: 40px;
    z-index: 1;
}
.search-property {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    margin-top: -85px;
}
.search-property .property-search-form .form-group {
    width: calc(27% - 15px);
    margin-right: 21px;
}
.search-property .property-search-form .form-group:last-child {
    width: 17%;
    margin-right: 0;
}
.search-property .property-search-form .form-group:last-child button.btn {
    width: 100%;
    display: block;
}
.search-property .property-search-form .form-group input,
.search-property .property-search-form .form-group select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 57px;
    background-color: transparent;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
}
.search-property .property-search-form .form-group button {
    padding: 15px;
}
.search-property .property-search-form .form-group input::-webkit-input-placeholder {
    opacity: 1;
}
.search-property .property-search-form .form-group input:-ms-input-placeholder {
    opacity: 1;
}
.search-property .property-search-form .form-group input::-ms-input-placeholder {
    opacity: 1;
}
.search-property .property-search-form .form-group input::placeholder {
    opacity: 1;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.about-bg-1 {
    background-image: url(../img/about/about-img-3.jpg);
}
.about-bg-2 {
    background-image: url(../img/about/about-img-4.jpg);
}
.about-bg-3 {
    background-image: url(../img/about/about-img-5.jpg);
}
.about-bg-4 {
    background-image: url(../img/about/about-img-6.jpg);
}
.about-wrap .about-content .content-title {
    margin-bottom: 25px;
}
.about-wrap .about-content .content-feature-list {
    margin-bottom: 35px;
}
.about-wrap .about-content .content-feature-list li {
    font-weight: 600;
    color: #000;
}
.about-wrap.style1 {
    position: relative;
}
.about-wrap.style1 .about-shape-three {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.about-wrap.style1 .about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
    padding-top: 86px;
    margin-top: -110px;
}
.about-wrap.style1 .about-img-wrap .about-shape-one {
    position: absolute;
    bottom: 0;
    left: 0px !important;
    z-index: 1;
    border-top: 12px solid white;
    top: 0%;
    max-width: 250px !important;
    border-right: 12px solid white;
}
.about-wrap.style1 .about-img-wrap .about-shape-two {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-img-one {
    margin-right: auto;
    width: calc(100% - 120px);
    border-radius: 5px;
}
.about-wrap.style1 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    left: 31%;
    width: 70%;
}
.about-wrap.style2 .about-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.about-wrap.style2 .about-box .about-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.about-wrap.style2 .about-box .about-content {
    padding-right: 40px;
}
.about-wrap.style2 .about-box .about-img-wrap {
    position: relative;
    height: 640px;
}
.about-wrap.style2 .about-box .about-img-wrap:before {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    -webkit-transform: trasnlateX(-50%);
    transform: trasnlateX(-50%);
    content: "";
    width: 20px;
    height: 100%;
    background-color: #fff;
}
.about-wrap.style3 .about-img-wrap {
    margin: 0;
}
.about-wrap.style3 .about-img-wrap .about-bg-2,
.about-wrap.style3 .about-img-wrap .about-bg-3,
.about-wrap.style3 .about-img-wrap .about-bg-4 {
    height: 500px;
    border-radius: 5px;
}
.adv-card {
    margin: 0 0 25px;
}
.adv-card .adv-img {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.adv-card .adv-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background-color: #fdebe9;
    z-index: -1;
}
.adv-card .adv-img img {
    display: block;
    margin: 0 auto;
}
.adv-card .adv-info {
    text-align: center;
    padding: 0 30px;
}
.adv-card .adv-info h3 {
    font-size: 22px;
    margin: 0 0 12px;
}
.adv-card .adv-info p {
    margin: 0;
}
.simple-card {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.simple-card .simple-card-info {
    padding: 25px;
}
.simple-card .simple-card-info h3 {
    font-size: 22px;
    margin: 0 0 15px;
}
.simple-card .simple-card-info p {
    margin-bottom: 12px;
}
.simple-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.add-listing-bg {
    background-image: url(../img/add-listing-bg.jpg);
    height: 100%;
}
.add-listing-wrap .listing-content {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    background-color: #ededed;
}
.add-listing-wrap .listing-content .add-listing-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.add-listing-wrap .listing-content .content-title {
    margin-bottom: 25px;
}
.add-listing-wrap .listing-content .content-title h2 {
    color: #fff;
}
.add-listing-wrap .listing-content .content-title p {
    color: rgba(255, 255, 255, 0.8);
}
.video-bg-1 {
    background-image: url(../img/promo-video-bg.jpg);
}
.video-bg-2 {
    background-image: url(../img/promo-video-bg-2.jpg);
}
.video-bg-3 {
    background-image: url(../img/promo-video-bg-3.jpg);
}
.video-bg-4 {
    background-image: url(../img/promo-video-bg-4.jpg);
}
.video-wrap .video-content {
    padding: 70px;
    position: relative;
    z-index: 1;
}
.video-wrap .video-content:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.86);
    z-index: -1;
}
.video-wrap .video-content .content-title {
    margin-bottom: 25px;
}
.video-wrap.style2 {
    position: relative;
    z-index: 1;
}
.video-wrap.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #002172;
    opacity: 0.74;
    z-index: -1;
}
.video-wrap.style2 .video-content {
    padding: 0 0 100px;
}
.video-wrap.style2 .video-content:after {
    display: none;
}
.video-wrap.style2 .video-content .content-title {
    text-align: center;
    margin: 35px 0 0;
}
.video-wrap.style2 .video-content .content-title span,
.video-wrap.style2 .video-content .content-title h2 {
    color: #fff;
}
.video-wrap.style3 .video-bg {
    height: 500px;
    position: relative;
    z-index: 1;
}
.video-wrap.style3 .video-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #002172;
    opacity: 0.6;
    z-index: -1;
}
.video-wrap.style3 .video-bg .play-now {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-slider .video-item {
    border-radius: 8px;
}
.video-slider .video-item img {
    border-radius: 8px;
}
#big .video-bg {
    border-radius: 5px;
}
#big .video-bg:after {
    border-radius: 5px;
}
#thumbs {
    margin: 25px 0 0;
}
#thumbs .video-item {
    border-radius: 5px;
    cursor: pointer;
}
#thumbs .video-item img {
    border-radius: 5px;
}
#thumbs.owl-carousel .owl-nav button.owl-prev,
#thumbs.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    border-radius: 0;
}
#thumbs.owl-carousel .owl-nav button.owl-prev i,
#thumbs.owl-carousel .owl-nav button.owl-next i {
    font-size: 34px;
    color: #ec3323;
}
#thumbs.owl-carousel .owl-nav button.owl-prev:hover,
#thumbs.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
#thumbs.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}
#thumbs.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}
.city-wrap {
    position: relative;
    z-index: 1;
}
.city-wrap .city-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.city-wrap .city-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
}
.city-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 25px;
    border-radius: 10px;
}
.city-card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.city-card img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.city-card h3 {
    font-size: 22px;
}
.city-card .city-info {
    position: absolute;
    bottom: 20px;
    left: 25px;
    z-index: 1;
}
.city-card .city-info h3 {
    font-size: 22px;
    margin: 0 0 8px;
}
.city-card .city-info h3 a {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}
.city-card .city-info h3 a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.city-card .city-info p {
    color: #fff;
    margin: 0;
}
.city-card.style1:hover .city-info h3 a:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.city-card.style2 h3 a {
    position: relative;
    padding-bottom: 5px;
}
.city-card.style2 h3 a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.city-card.style2:hover h3 a:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.city-card.style2:after,
.city-card.style3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.city-card.style3 p {
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    padding: 5px 12px 4px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ec3323;
    color: #fff;
}
.city-card.style2 h3,
.city-card.style3 h3 {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.city-card.style2 h3 a,
.city-card.style3 h3 a {
    color: #fff;
}
.city-card.style3 h3 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.city-card.style3:hover h3 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.city-card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.city-slider-one.owl-carousel .owl-dots {
    margin: 20px 0 0;
    text-align: center;
}

.agent-tablist,
.property-tablist {
    border: none;
    margin-bottom: 30px;
}
.agent-tablist .nav-item,
.property-tablist .nav-item {
    margin-right: 160px;
}
.agent-tablist .nav-item:last-child,
.property-tablist .nav-item:last-child {
    margin-right: 0;
}
.agent-tablist .nav-item .nav-link,
.property-tablist .nav-item .nav-link {
    background-color: transparent;
    border: none;
    position: relative;
    color: #7d8081;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 10px;
    font-size: 21px;
}
.agent-tablist .nav-item .nav-link:after,
.property-tablist .nav-item .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #002e5b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.agent-tablist .nav-item .nav-link.active,
.property-tablist .nav-item .nav-link.active {
    color: #002e5b;
}
.agent-tablist .nav-item .nav-link.active:after,
.property-tablist .nav-item .nav-link.active:after {
    width: 100%;
}


#disclosures-tab .property-tablist {
    border: none;
    margin-bottom: 40px;
    text-align: left;
    /* align-items: center; */
    /* justify-content: center; */
    margin-left: -26px;
    margin-right: -26px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
#disclosures-tab .property-tablist .nav-item {
    margin-right: 0px;
}
#disclosures-tab .property-tablist .nav-item:last-child {
    margin-right: 0;
}
#disclosures-tab .property-tablist .nav-item .nav-link {
    background-color: #f4f4f4;
    position: relative;
    color: #666;
    font-weight: 500;
    display: inline-block;
    padding: 4px 26px;
    font-size: 14px;
    border-radius: 1px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#disclosures-tab .property-tablist .nav-item .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0px;
    background-color: #002e5b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#disclosures-tab .property-tablist .nav-item .nav-link.active {
    color: #002e5b;
    background-color: #ffffff;
}
#disclosures-tab .property-tablist .nav-item .nav-link.active:after {
    width: 100%;
}


.property-card {
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    background-color: #ededed;
    border-radius: 0px !important;
}
.property-card .property-img {
    overflow: hidden;
    position: relative;
    margin-left: -43px;
}
.property-card .property-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.property-card .property-img-slider {
    overflow: hidden;
}
.property-card .property-img-slider img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev,
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    background-color:#ffffff;
}
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev i,
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-next i {
    color: #888b8e;
}
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev:hover,
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #02509b;
}
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}
.property-card .property-img-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
.property-card .property-status {
    display: inline-block;
    padding: 5px 12px 4px;
    border-radius: 5px;
}
.property-card .property-price {
    font-weight: 700;
    margin: 0;
}
.property-card .property-price span {
    color: #666;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 400;
}
.property-card .property-info {
    padding: 20px 10px 10px 20px;
}
.property-card .property-info .property-status-wrap {
    margin-bottom: 20px;
}
.property-card .property-info .property-status-wrap .property-status {
    background-color: #ec3323;
    color: #fff;
}
.property-card .property-info .property-status-wrap .property-price {
    color: #002172;
    margin: 0;
}
.property-card .property-info h3 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 7px;
    color: #02509b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.property-card .property-info h3 a
{
    color: #02509b;
}
.property-card .property-info h3 a:hover {
    color: #7d8081;
}
.property-card .property-info p {
    margin: 0 0 5px;
    color: #7d8081;
    font-size: 14px;
    display: flex;
    line-height: 1.3;
}
.property-card .property-info p i {
    position: relative;
    top: 2px;
    color: #ec3323;
    font-size: 15px;
    margin-right: 5px;
}
.property-card .property-info .property-metainfo {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.property-card .property-info .property-metainfo li {
    width: 30.33%;
    padding: 10px 5px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 15px;
}
.property-card .property-info .property-metainfo li:last-child {
    width: 36.33%;
    border-right: none;
}
.property-card .property-info .property-metainfo li i {
    color: #002172;
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 5px;
}
.property-card:hover .property-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.property-card.style1 {
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.property-card.style1 .property-img {
    border-radius: 5px 5px 0 0;
}
.property-card.style1 .property-img img {
    border-radius: 5px 5px 0 0;
}
.property-card.style1 .property-info {
    padding: 22px 25px;
}
.property-card.style1 .property-info h3 {
    margin: 0 0 12px;
}
.property-card.style1 .property-info p {
    margin: 0 0 15px;
}
.property-card.style1 .property-info .ratings {
    font-size: 14px;
    font-weight: 600;
    color: #002172;
}
.property-card.style1 .property-info .ratings i {
    color: #ffc422;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.property-card.style2 .property-img-slider {
    overflow: hidden;
}
.property-card.style2 .property-img-slider img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.property-card.style2:hover .property-img-slider img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.property-card.style2,
.property-card.style5 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.property-card.style5 .property-info .property-metainfo {
    background-color: #f9f9f9;
    border: none;
}
.property-card.style3,
.property-card.style6 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}
.property-card.style3 .property-img,
.property-card.style6 .property-img {
    position: relative;
}
.property-card.style3 .property-img .property-status,
.property-card.style6 .property-img .property-status {
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    background-color: #002172;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
}
.property-card.style3 .property-img .property-condo,
.property-card.style6 .property-img .property-condo {
    position: absolute;
    top: 15px;
    left: -70px;
    display: inline-block;
    background-color: #ec3323;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.property-card.style3 .property-info .property-status-wrap,
.property-card.style6 .property-info .property-status-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.property-card.style3 .property-info .property-status-wrap .property-state i,
.property-card.style6 .property-info .property-status-wrap .property-state i {
    color: #ec3323;
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.property-card.style3 .property-info .property-metainfo,
.property-card.style6 .property-info .property-metainfo {
    border: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.property-card.style4 {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.property-card.style4 .property-img {
    border-radius: 10px 10px 0 0;
}
.property-card.style4 .property-img img {
    border-radius: 10px 10px 0 0;
}
.property-card.style4 .property-img .property-status {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #ec3323;
    color: #fff;
}
.property-card.style4 .property-info {
    padding: 22px 20px 20px;
}
.property-card.style4 .property-info .property-price {
    margin: 18px 0 0;
    color: #ec3323;
}
.property-card.style5 {
    border-radius: 5px 5px 20px 20px;
}
.property-card.style5 .property-info {
    border-radius: 20px 20px 8px 8px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.property-card.style6 {
    border-radius: 5px 5px 20px 20px;
}
.property-card.style6 .property-info {
    border-radius: 20px 20px 8px 8px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.property-slider-one {
    margin: -10px 0;
}
.property-slider-one .property-card {
    margin: 10px 0;
}
.property-slider-one.owl-carousel .owl-dots {
    margin: 20px 0 10px;
    text-align: center;
}
.property-slider-two {
    margin: -10px 0;
}
.property-slider-two .property-card {
    margin: 10px 0;
}
.property-slider-two.owl-carousel .owl-dots .owl-dot span:after {
    display: none;
}
.filter-item-num select,
.filter-item-cat select {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    color: #393939;
    background-color: #f9f9f9;
    border: none;
    font-size: 14px;
    height: 54px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 90% 60%;
}
.city-slider-two.owl-carousel .owl-dots,
.testimonial-slider-three.owl-carousel .owl-dots,
.property-slider-two.owl-carousel .owl-dots,
.property-slider-three.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.city-slider-two.owl-carousel .owl-dots .owl-dot span,
.testimonial-slider-three.owl-carousel .owl-dots .owl-dot span,
.property-slider-two.owl-carousel .owl-dots .owl-dot span,
.property-slider-three.owl-carousel .owl-dots .owl-dot span {
    width: 24px;
    height: 6px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}
.city-slider-two.owl-carousel .owl-dots .owl-dot span:after,
.testimonial-slider-three.owl-carousel .owl-dots .owl-dot span:after,
.property-slider-two.owl-carousel .owl-dots .owl-dot span:after,
.property-slider-three.owl-carousel .owl-dots .owl-dot span:after {
    display: none;
}
.city-slider-two.owl-carousel .owl-dots .owl-dot.active span,
.testimonial-slider-three.owl-carousel .owl-dots .owl-dot.active span,
.property-slider-two.owl-carousel .owl-dots .owl-dot.active span,
.property-slider-three.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ec3323;
}
.hw-card {
    margin-bottom: 25px;
}
.hw-card .hw-img {
    position: relative;
    z-index: 1;
    margin: 0 0 35px;
}
.hw-card .hw-img img {
    display: block;
    margin: 0 auto;
}
.hw-card .hw-img .hw-shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.hw-card .hw-img span {
    z-index: 1;
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 70px;
    color: rgba(0, 0, 0, 0.14);
   font-family: Roboto, sans-serif;
}
.hw-card .hw-info {
    padding: 0 20px;
    text-align: center;
}
.hw-card .hw-info h3 {
    font-size: 22px;
    margin: 0 0 10px;
}
.hw-card .hw-info p {
    margin: 0;
}
.hw-card.style2 .hw-img .hw-shape-one {
    max-width: 300px;
}
.partner-item {
    padding: 0 20px;
}
.partner-item img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.partner-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.testimonial-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-wrap .testimonial-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonial-card .client-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 35px;
}
.testimonial-card .client-img img {
    border-radius: 50%;
}
.testimonial-card .quote-wrap {
    padding: 25px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    position: relative;
    background-color: #fff;
}
.testimonial-card .quote-wrap:before {
    position: absolute;
    top: -25px;
    left: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 25px solid #fff;
    border-right: 20px solid transparent;
    -webkit-box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, 0.1);
}
.testimonial-card .quote-wrap .client-quote {
    margin: 0 0 15px;
}
.testimonial-card .quote-wrap .client-info-wrap {
    background-color: #fff;
    position: relative;
}
.testimonial-card .quote-wrap .client-info-wrap .client-info h5 {
    font-size: 20px;
    margin: 0 0 6px;
}
.testimonial-card .quote-wrap .client-info-wrap .client-info span {
    color: #666;
}
.testimonial-card .quote-wrap .client-info-wrap .ratings {
    font-weight: 600;
    color: #002172;
    position: relative;
    top: 2px;
}
.testimonial-card .quote-wrap .client-info-wrap .ratings i {
    color: #ffc422;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.testimonial-card.style1 {
    padding: 0;
}
.testimonial-card.style2 h6 {
    line-height: 1.5;
}
.testimonial-card.style2 .client-info-wrap .client-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0;
}
.testimonial-card.style2 .client-info-wrap .client-img img {
    border-radius: 50%;
}
.testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 130px);
    margin-left: 15px;
}
.testimonial-card.style2 .client-info-wrap .client-info h5 {
    font-size: 20px;
    margin: 0 0 5px;
}
.testimonial-card.style2 .client-info-wrap .client-info span {
    font-size: 14px;
}
.testimonial-card.style2 .client-info-wrap .ratings {
    width: 53px;
    text-align: right;
}
.testimonial-card.style2 .client-info-wrap .ratings i {
    color: #ffc422;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.testimonial-card.style2,
.testimonial-card.style3 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    padding: 25px;
    background-color: #fff;
}
.testimonial-card.style2 h6,
.testimonial-card.style3 h6 {
    font-size: 18px;
    margin: 0 0 15px;
}
.testimonial-card.style2 .client-quote,
.testimonial-card.style3 .client-quote {
    margin: 0 0 15px;
}
.testimonial-card.style3 .client-info-wrap .client-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0;
}
.testimonial-card.style3 .client-info-wrap .client-img img {
    border-radius: 50%;
}
.testimonial-card.style3 .client-info-wrap .client-info {
    width: calc(100% - 77px);
    margin-left: 15px;
}
.testimonial-card.style3 .client-info-wrap .client-info h5 {
    font-size: 20px;
    margin: 0 0 5px;
}
.testimonial-card.style3 .client-info-wrap .client-info span {
    font-size: 14px;
}
.testimonial-slider-one {
    margin: -10px 0;
}
.testimonial-slider-one .testimonial-card {
    margin: 10px 0;
}
.testimonial-slider-one.owl-carousel .owl-dots {
    margin: 20px 0 10px;
    text-align: center;
}
.testimonial-slider-two {
    margin: -10px;
}
.testimonial-slider-two .testimonial-card {
    margin: 10px;
}
.testimonial-slider-two.owl-carousel .owl-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0 -100px;
}
.testimonial-slider-two.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
}
.testimonial-slider-two.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-two.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ec3323;
}
.testimonial-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,
.testimonial-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.testimonial-slider-two.owl-carousel .owl-nav button.owl-prev i,
.testimonial-slider-two.owl-carousel .owl-nav button.owl-next i {
    color: #002172;
    font-size: 22px;
}
.counter-area {
    position: relative;
    z-index: 1;
}
.counter-area.style4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    z-index: -1;
    background-color: #f9f9f9;
}
.counter-card-wrap .counter-card {
    width: 20%;
    position: relative;
    margin-bottom: 0px;
}
.counter-card-wrap .counter-card .counter-icon {
    position: relative;
    top: 5px;
    display: inline-block;
    text-align: center;
    width: 55px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.counter-card-wrap .counter-card .counter-icon i {
    display: inline-block;
    font-size: 55px;
    line-height: 0.8;
    color: #002172;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.counter-card-wrap .counter-card .counter-text {
    width: calc(100% - 95px);
    margin-left: 20px;
}
.counter-card-wrap .counter-card .counter-text h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0 0 5px;
    color: #ffffff;
}
.counter-card-wrap .counter-card .counter-text h2 .target {
    font-size: 28px;
    line-height: 0.8;
    position: relative;
    top: 2px;
    left: 0;
}
.counter-card-wrap .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
    color: #f1eeea;
}
.counter-card-wrap.style1 .counter-card:after,
.counter-card-wrap.style4 .counter-card:after {
    position: absolute;
    top: 50%;
    right: 45px;
    content: "";
    width: 1px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.counter-card-wrap.style1 .counter-card:last-child:after,
.counter-card-wrap.style4 .counter-card:last-child:after {
    display: none;
}
.counter-card-wrap.style2 {
    background-color: #fff;
    padding: 60px 60px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.counter-card-wrap.style2 .counter-card {
    position: relative;
    z-index: 1;
    text-align: center;
}
.counter-card-wrap.style2 .counter-card .counter-card-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.counter-card-wrap.style2 .counter-card .counter-text {
    margin: 0;
    text-align: center;
    width: 100%;
}
.counter-card-wrap.style3 .counter-card:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.counter-card-wrap.style3 .counter-card:last-child:after {
    display: none;
}
.counter-card-wrap.style3 .counter-card .counter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}
.counter-card-wrap.style3 .counter-card .counter-icon i {
    font-size: 125px;
    line-height: 0.8;
    opacity: 0.06;
}
.counter-card-wrap.style3 .counter-card .counter-text {
    margin: 0;
    width: 100%;
    text-align: center;
}
.counter-card-wrap.style4 {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    padding: 70px 70px 45px;
}
.counter-card-wrap.style4 .counter-card:after {
    display: none;
}
.faq-wrap .faq-content .content-title {
    margin-bottom: 25px;
}
.faq-wrap.style1 .accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.faq-wrap.style1 .accordion-item .accordion-button {
    background-color: #fff;
    border: none;
}
.faq-wrap.style2 .accordion-item {
    background-color: #fff;
}
.faq-wrap.style2 .accordion-item .accordion-button {
    background-color: #fff;
    border: none;
}
.faq-wrap.style3 .accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.faq-wrap.style3 .accordion-item .accordion-button {
    background-color: #fff;
    border: none;
}
.faq-wrap.style4 .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.faq-wrap.style4 .accordion-item .accordion-button {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.accordion-item {
    border: none;
    margin: 0 0 15px;
    background: 0 0;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item .accordion-header {
    margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 5px;
    color: #000;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 65px 20px 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.accordion-item .accordion-header .accordion-button:after {
    display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
    border: 1px solid rgba(255, 255, 255, 0.98);
}
.accordion-item .accordion-header .accordion-button.collapsed span i {
    color: #002172;
}
.accordion-item .accordion-header .accordion-button:not(collapsed) {
    border: 1px solid rgba(255, 255, 255, 0.98);
}
.accordion-item .accordion-header .accordion-button:not(collapsed) span i {
    color: #ec3323;
}
.accordion-item .accordion-header .accordion-button span {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    position: absolute;
    top: 32px;
    right: 4px;
    border-radius: 5px;
}
.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 0.8;
    color: #002172;
}
.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}
.accordion-item .accordion-body {
    border: none;
    padding: 20px 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-body p {
    margin: 0;
}
.accordion-collapse {
    border: none;
}
.accordion-item .accordion-collapse .accordion-body {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    padding: 0 20px 20px;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0 0 !important;
    border-bottom: none;
}
.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
}
.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
}
.newsletter-wrap {
    position: relative;
    z-index: 1;
}
.newsletter-wrap .newsletter-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.newsletter-form {
    position: relative;
    z-index: 1;
}
.newsletter-form .form-group {
    width: calc(39% - 15px);
    margin-right: 25px;
}
.newsletter-form .form-group input {
    height: 54px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 10px 20px;
}
.newsletter-form .form-group:last-child {
    margin-right: 0;
    width: 20%;
}
.newsletter-form .form-group:last-child button.btn {
    width: 100%;
    display: block;
}
.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #ec3323;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    -webkit-box-shadow: 0 5px 13px rgba(167, 167, 167, 0.7);
    box-shadow: 0 5px 13px rgba(167, 167, 167, 0.7);
    cursor: pointer;
}
.price-range.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 4px;
    background: #ec3323;
}
#amount_one {
    margin-top: 31px;
    background: 0 0;
    padding: 0;
    height: auto;
}
.ui-slider-horizontal {
    height: 4px;
    background: #ddd;
}
.price-range.ui-widget.ui-widget-content {
    border: none;
    position: relative;
    top: 15px;
}
.filter-widget .form-group {
    margin-bottom: 20px;
}
.filter-widget .form-group:last-child {
    margin-bottom: 0;
}
.filter-widget .form-group input,
.filter-widget .form-group textarea,
.filter-widget .form-group select {
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
}
.filter-widget .form-group input,
.filter-widget .form-group select {
    height: 55px;
}
.filter-widget .form-group select {
    opacity: 0.7;
}
.filter-widget .form-group input::-webkit-input-placeholder,
.filter-widget .form-group textarea::-webkit-input-placeholder {
    opacity: 0.7;
}
.filter-widget .form-group input:-ms-input-placeholder,
.filter-widget .form-group textarea:-ms-input-placeholder {
    opacity: 0.7;
}
.filter-widget .form-group input::-ms-input-placeholder,
.filter-widget .form-group textarea::-ms-input-placeholder {
    opacity: 0.7;
}
.filter-widget .form-group input::placeholder,
.filter-widget .form-group textarea::placeholder {
    opacity: 0.7;
}
.filter-widget .form-group textarea {
    height: 120px;
    resize: none;
}
.blog-card {
    margin-bottom: 25px;
    background: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}
.blog-card .blog-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.blog-card .blog-info {
    padding: 22px 25px;
}
.blog-card .blog-info .blog-metainfo {
    margin-bottom: 12px;
}
.blog-card .blog-info .blog-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 18px;
    font-size: 14px;
}
.blog-card .blog-info .blog-metainfo li:last-child {
    margin-right: 0;
}
.blog-card .blog-info .blog-metainfo li a {
    font-size: 16px;
    color: #666;
}
.blog-card .blog-info .blog-metainfo li a:hover {
    color: #ec3323;
}
.blog-card .blog-info .blog-metainfo li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
    color: #ec3323;
}
.blog-card .blog-info h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.blog-card .blog-info p {
    margin: 0 0 15px;
}
.blog-card .blog-info .link {
    color: #ec3323;
   font-family: Roboto, sans-serif;
}
.blog-card .blog-info .link i {
    margin-left: 4px;
}
.blog-card .blog-info .link:hover {
    color: #002172;
}
.blog-card .blog-info .link:hover i {
    margin-left: 8px;
}
.blog-card:hover {
    -webkit-box-shadow: 0 40px 51px -16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 40px 51px -16px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08) rotate(3deg);
    transform: scale(1.08) rotate(3deg);
}
.blog-card:hover .blog-info h3 a {
    color: #ec3323;
}
.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}
.post-cat-title span {
    font-weight: 600;
    color: #ec3323;
}
article p,
.terms-wrap p {
    margin-bottom: 15px;
}
article p strong,
.terms-wrap p strong {
    color: #000;
}
article p a,
.terms-wrap p a {
    color: #ec3323;
}
article p a:hover,
.terms-wrap p a:hover {
    text-decoration: underline;
    color: #ec3323;
}
article h1,
.terms-wrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
article h2,
.terms-wrap h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
article h3,
.terms-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
article h4,
.terms-wrap h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
article h5,
.terms-wrap h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
article h6,
.terms-wrap h6 {
    font-size: 20px;
    margin-bottom: 15px;
}
article ol,
.terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 25px;
}
article ol li,
.terms-wrap ol li {
    margin-bottom: 15px;
    color: #666;
    padding-left: 3px;
}
article .content-feature-list,
.terms-wrap .content-feature-list {
    margin: 25px 0;
}
article {
    margin-bottom: 25px;
}
article .content-feature-list li i {
    font-size: 10px;
    top: 6px;
}
.post-navigation {
    margin: 0 0 25px;
}
.post-navigation .next-post,
.post-navigation .prev-post {
    width: 50%;
    display: block;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post-navigation .next-post span,
.post-navigation .prev-post span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
    color: #002172;
}
.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
    color: #002172;
}
.post-navigation .next-post {
    text-align: right;
}
.post-navigation .prev-post {
    text-align: left;
}
.post-metainfo {
    margin-bottom: 18px;
}
.post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 18px;
    font-size: 14px;
}
.post-metainfo li:last-child {
    margin-right: 0;
}
.post-metainfo li a {
    font-size: 14px;
    color: #666;
}
.post-metainfo li a:hover {
    color: #ec3323;
}
.post-metainfo li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
    line-height: 0.8;
    color: #ec3323;
}
.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}
.post-img .blog-date {
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 7px 32px 8px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 1;
    background-color: #002172;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post-img .blog-date:hover {
    background: #ec3323;
    color: #fff;
}
.wp-block-quote {
    position: relative;
    padding: 35px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin: 30px 0;
}
.wp-block-quote .wp-quote-text {
    width: calc(100% - 100px);
    margin-left: 30px;
    text-align: center;
}
.wp-block-quote .wp-quote-text p {
    font-weight: 500;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}
.wp-block-quote .wp-quote-icon {
    width: 70px;
    height: 100px;
    position: relative;
    z-index: 1;
}
.wp-block-quote .wp-quote-icon i {
    color: #ec3323;
    font-size: 68px;
    line-height: 0.8;
    opacity: 0.7;
    margin: 0 auto;
}
.post-meta-option {
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin-bottom: 25px;
}
.post-tag ul {
    display: inline-block;
}
.post-tag ul li {
    display: inline-block;
}
.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px;
}
.post-tag ul li a:hover {
    color: #002172;
}
.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
}
.post-tag span i {
    position: relative;
    top: 1px;
    color: #002172;
    margin-right: 3px;
}
.post-share {
    display: inline-block;
}
.post-share span {
    font-weight: 500;
    color: #000;
}
.post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.post-author .post-author-img img {
    border-radius: 50%;
}
.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px;
}
.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.post-author .post-author-info p {
    margin: 0 0 15px;
}
.comment-box-wrap {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #888;
    margin-top: 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 0 0 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    background-color: #ec3323;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.comment-item-wrap .reply-btn i {
    position: relative;
    margin-right: 4px;
}
.comment-item-wrap .reply-btn:hover {
    background: #002172;
    color: #fff;
}
.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
#cmt-form {
    margin-top: 35px;
}
#cmt-form label {
    color: #888;
    padding-left: 20px;
}
#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}
#cmt-form .comment-form .form-group > label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
    color: #888;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
    height: 60px;
}
#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
}
.post-cat-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.post-cat-title span {
    font-weight: 600;
    color: #ec3323;
}
.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}
.post-cat-title span {
    font-weight: 600;
    color: #ec3323;
}
.agent-card {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.agent-card:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: "";
    width: 0%;
    height: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #002172;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.agent-card .agent-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.agent-card .agent-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.agent-card .agent-info {
    padding: 22px 25px;
    text-align: center;
}
.agent-card .agent-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.agent-card .agent-info h3 a {
    color: #002172;
}
.agent-card .agent-info h3 a:hover {
    color: #ec3323;
}
.agent-card .agent-info span {
    color: #666;
}
.agent-card .agent-info .social-profile {
    margin-top: 25px;
    text-align: center;
}
.agent-card .agent-info .social-profile li {
    display: inline-block;
    margin: 0 5px;
}
.agent-card .agent-info .social-profile li:last-child {
    margin-bottom: 0;
}
.agent-card .agent-info .social-profile li a {
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.agent-card .agent-info .social-profile li a i {
    color: #002172;
}
.agent-card .agent-info .social-profile li a:hover i {
    color: #fff;
}
.agent-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.agent-card:hover:after {
    width: 85%;
}
.agent-card:hover .team-img:after {
    visibility: visible;
    opacity: 1;
}
.agent-card:hover .team-img .social-profile li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.agent-details-wrap {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    padding: 50px 50px 25px;
}
.agent-details-wrap .agent-img {
    border-radius: 5px;
}
.agent-details-wrap .agent-img img {
    border-radius: 5px;
}
.agent-details-wrap .agent-info-wrap .agent-name {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.agent-details-wrap .agent-info-wrap .agent-name h2 {
    font-size: 34px;
    margin: 0 0 5px;
}
.agent-details-wrap .agent-info-wrap .agent-info {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.agent-details-wrap .agent-info-wrap .agent-info li {
    margin-bottom: 15px;
}
.agent-details-wrap .agent-info-wrap .agent-info li:last-child {
    margin-bottom: 0;
}
.agent-details-wrap .agent-info-wrap .agent-info li b {
    color: #000;
    min-width: 100px;
    display: inline-block;
}
.agent-details-wrap .agent-info-wrap .agent-info li span {
    margin-left: 5px;
}
.agent-details-wrap .agent-info-wrap .agent-social span {
    color: #000;
    margin-right: 15px;
    font-weight: 600;
   font-family: Roboto, sans-serif;
}
.agent-details-wrap .agent-info-wrap .agent-social .social-profile li a {
    width: 45px;
    height: 45px;
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.agent-details-wrap .agent-info-wrap .agent-social .social-profile li a i {
    font-size: 20px;
    color: #002172;
}
.agent-details-wrap .agent-info-wrap .agent-social .social-profile li a:hover {
    background-color: #ec3323;
}
.agent-details-wrap .agent-info-wrap .agent-social .social-profile li a:hover i {
    color: #fff;
}
.agent-details-wrap .agent-desc {
    margin-top: 25px;
}
.agent-details-wrap .agent-desc h4 {
    font-weight: 600;
    margin: 0 0 10px;
}
.property-details .property-title {
    margin: 0 0 30px;
}
.property-details .property-title h2 {
    font-size: 32px;
    margin: 0 0 12px;
}
.property-details .property-title .property-metainfo li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.property-details .property-title .property-metainfo li:last-child {
    margin-right: 0;
}
.property-details .property-title .property-metainfo li i {
    font-size: 14px;
    color: #ec3323;
    position: relative;
    top: 1px;
    margin-right: 7px;
}
.property-details .property-price {
    color: #ec3323;
    font-size: 18px;
    font-weight: 700;
   font-family: Roboto, sans-serif;
    text-align: right;
    margin: 0;
    position: relative;
    top: 7px;
}
.property-details .property-price span {
    font-weight: 400;
    color: #666;
    font-size: 15px;
    margin-left: 2px;
    font-family: Roboto, sans-serif;
}
.property-details .property-img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.property-details .property-img img {
    border-radius: 5px;
}
.property-details .property-img .property-status {
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    background-color: #ec3323;
    border-radius: 5px;
    color: #fff;
    padding: 3px 12px;
}
.property-details .property-desc {
    margin-bottom: 25px;
}
.property-details .property-desc:last-child {
    margin-bottom: 0;
}
.property-details .property-desc h4 {
    font-size: 24px;
    margin: 0 0 25px;
}
.property-details .property-desc .property-features li {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.property-details .property-desc .property-features li:last-child {
    margin-bottom: 0;
}
.property-details .property-desc .property-features li span {
    font-weight: 700;
    color: #666;
}
.property-details .property-desc .property-video {
    position: relative;
    border-radius: 5px;
}
.property-details .property-desc .property-video img {
    border-radius: 5px;
}
.property-details .property-desc .property-video .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.property-details .property-desc .floor-plan {
    background-color: #f9f9f9;
    padding: 50px;
}
.property-details .property-desc .floor-plan img {
    display: block;
    margin: 0 auto;
}
.property-details .property-desc .property-annuties li {
    position: relative;
    margin-bottom: 10px;
}
.property-details .property-desc .property-annuties li:last-child {
    margin-bottom: 0;
}
.property-details .property-desc .property-annuties li i {
    position: relative;
    top: 2px;
    color: #ec3323;
    margin-right: 7px;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-img,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-img {
    top: 2px;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings {
    line-height: 1;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li {
    display: inline-block;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li i,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li i {
    color: #ffc422;
    font-size: 18px;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 0 0 10px;
}
.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p,
.property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0;
}
.agent-desc .review-form,
.property-desc .review-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}
.agent-desc .review-form p,
.property-desc .review-form p {
    margin: 0;
}
.agent-desc .review-form .star-rating,
.property-desc .review-form .star-rating {
    position: relative;
    top: 5px;
    direction: rtl;
    display: inline-block;
    cursor: default;
}
.agent-desc .review-form .star-rating label,
.property-desc .review-form .star-rating label {
    color: #ddd;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.agent-desc .review-form .form-group,
.property-desc .review-form .form-group {
    margin-bottom: 25px;
}
.agent-desc .review-form .form-group input,
.agent-desc .review-form .form-group textarea,
.property-desc .review-form .form-group input,
.property-desc .review-form .form-group textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 10px 15px;
}
.agent-desc .review-form .form-group input,
.property-desc .review-form .form-group input {
    height: 57px;
}
.agent-desc .review-form .form-group textarea,
.property-desc .review-form .form-group textarea {
    height: 120px;
    resize: none;
}
.file {
    position: relative;
}
.file input {
    display: none;
}
.file label {
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background-color: #ec3323;
    color: #fff;
    padding: 15px 25px;
}
.review-form .star-rating input[type="radio"] {
    display: none;
}
.review-form .star-rating label:hover,
.review-form .star-rating label:hover ~ label,
.review-form .star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}
.contact-item {
    padding: 25px;
    border-radius: 0;
    margin: 45px 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
.contact-item .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #ec3323;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: -70px auto 20px;
}
.contact-item .contact-icon i {
    color: #fff;
    line-height: 0.8;
    font-size: 36px;
    position: relative;
    -webkit-transition: 0.34s;
    transition: 0.34s;
}
.contact-item .contact-info {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-item .contact-info h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.5;
    color: #666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-item:hover .contact-icon {
    background-color: #002172;
}
.contact-item:hover .contact-icon i {
    color: #fff;
}
#contactForm {
    margin-bottom: 0px;
    padding: 35px;
    padding-top: 7px;
}
#contactForm .form-group {
    margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
    width: 100%;
    background: #f9f9f9;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
#contactForm .form-group input {
    height: 60px;
}
#contactForm .form-group textarea {
    height: 163px;
    resize: none;
    padding-top: 18px;
}
.contact-content .content-title {
    margin-bottom: 30px;
}
.contact-content .social-profile li a {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-content .social-profile li a i {
    color: #002172;
    font-size: 20px;
}
.btn.disabled {
    opacity: 1;
}
.checkbox {
    display: block;
}
.checkbox.form-check {
    padding-left: 0;
}
.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}
.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ec3323;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.checkbox a {
    color: #ec3323;
}
.checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888;
}
.checkbox input:checked + label:before {
    border-color: #ec3323;
}
.checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #ec3323;
}
.checkbox.style2 input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #ec3323;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle,
.property-card .property-info .property-metainfo,
.testimonial-card .quote-wrap .client-info-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.hero-wrap.style3 .hero-content .property-search-form,
.hero-wrap.style3 .hero-content .property-search-form .form-group-wrap,
.search-property .property-search-form,
.counter-card-wrap,
.newsletter-form,
.post-author,
.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn.fb span,
.btn.twitter span,
.btn.linkedin span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
#signIn .modal-content .modal-header .btn-close,
#signUp .modal-content .modal-header .btn-close,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.property-thumb-item,
.agent-info-box .agent-name-wrap,
.hero-wrap.style3 .hero-content .client-feedback,
.property-card .property-info .property-status-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.counter-card-wrap .counter-card,
.post-navigation,
.wp-block-quote,
.agent-details-wrap .agent-info-wrap .agent-social,
.select-lang .navbar-language .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.footer-wrap {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}
.footer-wrap .container {
    position: relative;
}
.footer-wrap .footer-bottom {
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}
.footer-wrap .footer-bottom .social-profile {
    text-align: right;
}
.footer-wrap .footer-bottom .social-profile li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-wrap .footer-bottom .social-profile li a i {
    font-size: 19px;
    color: #002172;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.footer-wrap .footer-widget {
    margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-logo {
    display: block;
}
.footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #002172;
}
.footer-wrap .footer-widget .comp-desc {
    margin: 25px 0 16px;
    padding-right: 10px;
}
.footer-wrap .footer-widget h6 {
    margin: 0 0 15px;
    font-weight: 600;
}
.footer-wrap .footer-widget .select-lang {
    display: inline-block;
    padding: 0;
}
.footer-wrap .footer-widget .select-lang .navbar-language {
    border-radius: 5px;
}
.footer-wrap .footer-widget .select-lang .navbar-language .dropdown-toggle {
    padding: 16px 100px 16px 15px;
    border-radius: 5px;
}
.footer-wrap .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
    top: 16px;
    right: 15px;
}
.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 0px;
    display: inline-block;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
    position: relative;
    padding-left: 20px;
}
.footer-wrap .footer-widget .footer-menu li a span {
    position: relative;
    top: 0px;
    left: 10px;
    font-size: 18px;
    line-height: 0.8;
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-style: normal;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #ec3323;
    padding-left: 25px;
}
.footer-wrap .footer-widget .footer-menu li a:hover i {
    color: #ec3323;
}
.footer-wrap.style1 .footer-widget .select-lang .navbar-language {
    background-color: #dedede;
}
.footer-wrap.style1 .footer-widget .select-lang .navbar-language .dropdown-toggle {
    color: #666;
}
.footer-wrap.style1 .footer-widget .footer-menu li a {
    color: #666;
}
.footer-wrap.style1 .footer-widget .footer-menu li a:hover {
    color: #ec3323;
}
.footer-wrap.style1 .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-wrap.style1 .footer-bottom .social-profile li a i {
    color: #002172;
}
.footer-wrap.style1 .footer-bottom .social-profile li a:hover {
    background-color: #ec3323;
}
.footer-wrap.style1 .footer-bottom .social-profile li a:hover i {
    color: #fff;
}
.footer-wrap.style2 {
    background-color: #7d8081;
    position: relative;
    z-index: 1;
}
.footer-wrap.style2 .footer-shape-one {
    position: absolute;
    top: 66%;
    /* left: 85%; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 390px;
    right: -14%;
}
.footer-wrap.style2 .footer-widget .footer-widget-title {
    color: #fff;
}
.footer-wrap.style2 .footer-widget .footer-widget-title:after {
    background-color: #fff;
}
.footer-wrap.style2 .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.8);
}
.footer-wrap.style2 .footer-widget h6 {
    color: #fff;
}
.footer-wrap.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-wrap.style2 .footer-widget .footer-menu li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}
.footer-wrap.style2 .footer-widget .footer-menu li a span {
    color: #ffffff;
}
.footer-wrap.style2 .footer-widget .footer-menu li a:hover {
    color: #abc6ed;
}
.footer-wrap.style2 .footer-bottom .social-profile li a {
    background-color: rgba(255, 255, 255, 0.09);
}
.footer-wrap.style2 .footer-bottom .social-profile li a i {
    color: #fff;
}
.footer-wrap.style2 .footer-bottom .social-profile li a:hover {
    background-color: #ec3323;
}
.footer-wrap.style2 .copyright-text {
    color: rgba(255, 255, 255, 0.8);
}
.footer-wrap.style2 .copyright-text a {
    color: #ffffff;
    font-size: 14px;
}
.select-lang {
    padding-left: 18px;
    position: relative;
}
.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    padding-right: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select-lang .navbar-language .dropdown-toggle:after {
    display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 2px;
    right: 0;
    content: "\EA4E";
    font-family: remixicon;
    font-weight: 400;
    border: 0;
    margin-left: 8px;
    font-size: 16px;
}
.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    left: auto;
    right: 0;
    inset: 54px 0 auto -19px !important;
    border: none;
    border-radius: 0;
    -webkit-transform: translateX(45px) !important;
    transform: translateX(45px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
    -webkit-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
    opacity: 1;
    pointer-events: all;
}
.comp-map {
    height: 285px;
}
.comp-map iframe {
    width: 100%;
    height: 100%;
}
.copyright-text {
    text-align: left;
    margin: 0;
}
.copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.copyright-text span {
    color: #ec3323;
}
.copyright-text a {
    color: #ffffff;
    font-weight: 300;
}
.copyright-text a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px)
 {
    .hero-wrap.style3 .hero-content {
        left: 50%;
    }
    .contact-page-line::after {
        height: 2.5px !important;
        margin-top: 40px !important;
    }
    #image-custom-row-section img {
        position: absolute !important;
        width: 94% !important;
    }
    .agent-tablist .nav-item, .property-tablist .nav-item {
        margin-right: 55px;
    }
    .view-all-mt {
        margin-top: 0px !important;
    }
    .about-bg-image-mt {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #image-custom-row-section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .counter-card-wrap .counter-card .counter-num
    {
        font-size: 13px !important;
        line-height: 25px !important;
    }

    .counter-card-wrap .counter-card .counter-num .target
    {
        font-size: 13px !important;
        line-height: 25px !important;
    }

    #ics-custom-section .content-col {
        padding: 24px;
        border: 1px solid #5a8cc9;
        height: 230px;
        margin-bottom: 20px;
    }
    #image-custom-row-section img {
        position: absolute;
        width: 100%;
    }
    #image-custom-row-section .first-parent {
        position: relative;
        top: 12px !important;
        left: 4% !important;
    }
    #image-custom-row-section .first-parent h2 {
        font-size: 14px !important;
        color: white;
        font-weight: 400;
    }

    #image-custom-row-section .second-parent {
        position: relative !important;
        top: -7px!important;
        font-size: 14px !important;
        left: 45% !important;
        background-color: white !important;
        color: #02509b !important;
        padding: 5px 10px 10px !important;
        width: 54%!important;
        text-align: center !important;
    }

    #image-custom-row-section .second-parent a {
        color: #02509b;
        border-bottom: 2px solid #5a8cc9;
        padding: 10px!important;
        font-size: 14px;
    }
    #custom-stackholders-section .first-col {
        height: 650px !important;
        background-color: #f8f8f8;
        padding: 30px 30px 30px 30px!important;
    }
    #custom-stackholders-section .second-col {
        padding: 30px 30px 10px !important;
        margin-top: 38px;
        position: relative;
        right: 0px !important;
        background-color: #e6e6e6;
    }

    #about-us-fourth-section .right-section-bg h2 {
        line-height: 27px !important;
        font-size: 24px !important;
    }
    .project-detail-sidebar-col {
        padding-left: 12px !important;
    }
    .project-detail-sidebar {
        background-color: #ededed;
        padding: 108px 20px 108px 20px !important;
    }
    .governance-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 40% !important;
        content: "";
        width: 69px;
        height: 1.5px;
        background-color: #002e5b !important;
        top: 35px !important;
    }
    .other-projects-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 40% !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        top: 40px !important;
    }
    #annual-report-second-section .first-div .custom-mb-minus 
    {
        margin-bottom: 0px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    #annual-report-second-section .first-div .report-custom-pr-0
    {
        text-align: center;
    }
    #annual-report-second-section
    {
        padding-bottom: 0px;
    }
    /*
    .property-img-slider .owl-stage .active
    {
        margin-right: 0px !important; 
    } 
    */
    .custom-property-card
    {
        padding-right: 0px !important;
    }
    #annual-report-second-section .first-div {
        border: 1px solid #e3e3e3;
        padding: 20px 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .more-than-20
    {
        font-size: 22px !important;
    }
    .newsletter-wrap .newsletter-shape-one {
        position: absolute;
        top: 25px;
        left: 0;
        z-index: -1;
        height: 290px;
    }
    #about-us-fourth-section .property-card {
        margin-bottom: 0px;
        padding-top: 25px !important;
        padding-right: 0px !important;
        background-color: #efefef;
        border-radius: 0px !important;
        padding-bottom: 30px ! important;
    }
    #about-us-second-section .section-title p 
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #about-us-second-section .experience-main-div .center-image img 
    {
        height: 42px;
        width: 42px;
    }  
    .experience-main-div .center-image {
        display: block !important;
        align-items: center;
        text-align: center;
    }
    .experience-main-div {
        background-color: #97999a;
        padding: 15px 10px;
        margin-top: 20px;
    }
    .experience-second-row {
        margin-top: 0px !important;
    }
    .experience-main-div h5 {
        font-size: 21px;
        color: white;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    .experience-main-div p {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }
    .more-than-20::after {
        position: absolute;
        /* bottom: 0; */
        left: 0;
        content: "";
        width: 69px;
        height: 1.5px !important;
        background-color: #002e5b;
        top: 35px !important;
    }
    #featured-projects .center-heading
    {
        text-align: left;
    } 
    #featured-projects .center-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 0px !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        top: 40px !important;
    }
    #latest-news .center-heading
    {
        text-align: left;
    }
    .contact-form h2 {
        font-size: 24px !important;
        text-align: center;
        font-weight: 400;
        padding-top: 30px;
    } 
    .contact-from-right-section {
        padding-left: 15px !important;
        margin-left: unset !important;
    }
    .contact-form h2::after {
        position: absolute;
        left: 38% !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        margin-top: 64px;
    }
    .home-contactus-section::after 
    {
        position: absolute;
        left: 35% !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        margin-top: 40px !important;
    }
    #latest-news .center-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 2px !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        top: 40px !important;
    }
    .hero-wrap.style3 .hero-content h1 {
        font-size: 28px !important;
        line-height: 35px;
        padding-bottom: 10px;
    }
    .since-description {
        font-size: 16px;
        color: #ffffff;
        padding-top: 23px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    #services .aos-animate
    {
        margin-bottom: 20px;
    } 
    #services .section-title
    {
        margin-bottom: 20px !important;
    } 
    #services
    {
        margin-bottom: 20px !important; 
    }
    .property-card .property-info h3 {
        font-size: 19px;
        font-weight: 400;
        margin: 0 0 7px;
        color: #02509b;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1.3;
        max-height: 55px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 55px;
    }
    .center-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 24px !important;
        content: "";
        width: 69px;
        height: 2px;
        background-color: #002e5b;
        top: 40px !important;
    }
    .services-heading::after {
        position: absolute;
        /* bottom: 0; */
        left: 40%!important;
        content: "";
        width: 69px;
        height: 1.5px;
        background-color: #002e5b;
        top: 40px!important;
    }
    #annual-report-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .hero-wrap.style3 .hero-content p 
    {
        color: white;
        padding: 0 60px;
        text-align: left;
        padding: 0px !important;
        font-weight: 400;
        padding-top: 10px !important;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .owl-carousel .owl-stage-outer {
        height: 400px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 390px;
    }
    .project-detail-sidebar img {
        width: 34px !important;
        position: relative;
        top: 1px;
    }
    .slider-btn
    {
        padding: 6px 15px !important;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .header-last-li {
        margin-left: 0px !important;
        margin-right: 5px !important;
        position: relative !important;
        left: -60px;
    }








    #ceo-section {
        margin-left: 0px !important;
    }
    .about-messge-bg {
        background-color: #efefef;
        margin-left: -15px!important;
    }
    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 12px 0;
    }
    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }
    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px;
        padding-left: 16px;
    }
    .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 16px;
        top: 3px;
    }
    .footer-wrap .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-wrap .footer-bottom .social-profile {
        text-align: center;
    }
    .footer-wrap .footer-bottom .social-profile li a {
        width: 40px;
        height: 40px;
    }
    .footer-wrap .footer-bottom .social-profile li a i {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 40px;
        margin: 15px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 22px;
    }
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 30px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        margin-top: 15px;
    }
    .footer-wrap .footer-widget .comp-map {
        margin-top: 15px;
    }
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}

.header-last-li
{
    margin-left: 60px !important;
    margin-right: 5px !important;
}
.header-last-li a
{
    text-decoration: underline!important;
}
.logo-light
{
    width: 125px;
}
.footer-menu
{
    text-align: center; 
}

.footer-top .social-profile 
{
    text-align: center;
}
.footer-copyright-text
{
    text-align: right;
}

.content-title h2::after
{
    position: absolute;
    /* bottom: 0; */
    left: 0;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    top: 52px;
}
.annual-report
{
    border: 1px solid #7d8081;
    padding: 70px 45px;
    border-top: 3px solid #002e5b;
    padding-bottom: 30px;
}
.annual-report h3
{
    font-size: 25px;
    color: #02509b;
    font-weight: 400;
}
.annual-report p
{
    font-size: 80px;
    color: #7d8081;
    font-weight: 400;
    line-height: 60px;
}
.custom-plr
{
    padding-left: 10px;
    padding-right: 10px;
}


.annual-report .arrow-right:after {
    content: "";
    display: inline-block !important;
    width: 10px;
    height: 10px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    transform: rotate(45deg);
    position: relative;
    left: -11px;
  }
  
  .annual-report .arrow-right:before {
    width: 60px;
    height: 1px;
    background: #ffffff;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .annual-report .big-right-arrow
  {
    position: relative;
    top: 53px;
    left: 0px;
  }
  .annual-report .custom-btn-bg
  {
    background-color: #002e5b;
  }
  .custom-full-border
  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .center-heading::after {
    position: absolute;
    /* bottom: 0; */
    left: 41%;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    top: 60px;
}

.float-right
{
    float: right;
}
.location-icon
{
    width: 18px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    height: 20px;
}
.custom-col-pl-40
{
    padding-left: 52px;
}
.custom-pr-0
{
    padding-right: 0px;
}

.services-heading::after {
    position: absolute;
    /* bottom: 0; */
    left: 47%;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    top: 60px;
}
.services-icon
{
    background-color: #ededed;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-icon h4
{
    color: #7d8081;
    font-size: 21px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-icon img
{
    width: 70px;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    -webkit-transition: .4s;
    transition: .4s;
}
.services-icon:hover h4 
{
    color: #002e5b;
}

.iga-label-text
{
    padding-top: 0px!important;
    padding-bottom: 0px;
    margin-bottom: -6px;
}
.sevices-icon-img
{
    text-align: center;
    transition: all .7s ease-in-out;
}
.sevices-icon-img:hover
{
    transform: rotate(360deg);
}
.services-icon:hover .sevices-icon-img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.services-icon:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.since-text
{
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
}

.since-text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #ffffff;
    top: 108%;
}
.since-description
{
    font-size: 16px;
    color: #ffffff;
    padding-top: 23px;
    line-height: 24px;
}
.counter-card .counter-custom-hr
{
    color: #ffffff;
    width: 37%;
    margin: 15px auto;
    height: 2px;
}
.counter-card .counter-image-div
{
    width: 100%;
    text-align: center; 
}
.counter-card img
{
    width: 60px;
    margin-bottom: 10px;
}


.breadcrumb-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #7b6e6717;
    z-index: 999;
  }
  .news-slider .news-date
  {
    position: relative;
    font-size: 18px;
    color: #002e5b;
    font-weight: 400;
    line-height: normal;
  }

  .news-slider .news-date::after {
    position: absolute;
    left: 0;
    content: "";
    width: 53px;
    height: 1.5px;
    background-color: #002e5b;
    top: 25px;
}
.news-slider h5 
{
    font-size: 25px;
    color: #7d8081;
    font-weight: 400;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 10px;
}
.news-slider p
{
    font-size: 16px;
    color: #7d8081;
    padding-bottom: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-slider .btn
{
    margin-left: 2px;
}


.contact-content
{
    background-color: #5a8cc9;
    padding: 70px 45px 65px 45px;
}
.contact-content h4
{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 11px;
}
.contact-content p 
{
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}
.contact-content hr
{
    color: #ffffff;
    width: auto;
    margin: 15px auto;
    height: 2px;
}
.call-number
{
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
    padding-top: 10px;
    display: block;
}

.contact-form-bg {
    width: auto;
    height: auto;
    background-image: url(../img/banner/contact-form-bg-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    background-color: white;
}

.contact-from-right-section
{
    padding-left: 0px;
    margin-left: -12px;
}
.contact-form h2
{
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    padding-top: 30px;
}

.contact-form h2::after {
    position: absolute;
    left: 43%;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    margin-top: 64px;
}
.contact-form p
{
    color: #7d8081;
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: 20px auto 20px auto;
    line-height: 24px;
}


.TextInput{
    width: 100%;
    max-width: 100%;
    height: 48px;
    display: flex;
    align-items: left;
    flex-direction: column;
    margin-bottom: 10px;
  }
  
  .TextInput-input{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid #7d8081;
    color: #7d8081;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  
  .TextInput-label{
    transition: all 0.1s ease-in-out;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: none;
    color: #7d8081;
    position: absolute;
    margin-top: 0px;
    font-weight: 300;
  }
  
  .TextInput-input:focus{ 
    border-bottom: 2px solid #7d8081;
    color: #7d8081;
  }
  
  .TextInput-input:focus + .TextInput-label{ 
    transition: all 0.1s ease-in-out;
    margin-top: -2px;
    color: #7d8081;
  }

  .TextInput-input:valid + .TextInput-label{
    margin-top: -2px;
  }

  .submit-btn-mt
  {
    margin-top: 18px;
  }
  .home-page #footer-pt
  {
    padding-top: 150px;
  }
  #contact-us
  {
    margin-bottom: -110px;
    z-index: 999;
    position: relative;
  }
  .custom-breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 21px 0;
    overflow: hidden;
    /* z-index: 1; */
    background-color: #ededed;
}
.custom-breadcrumb-wrap h2 
{
    line-height: 1.3;
    color: #02509b;
    font-weight: 400;
    font-size: 35px !important;
    margin-bottom: 8px;
}

.custom-breadcrumb-wrap h2::after {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    content: "";
    width: 46px;
    height: 1.5px;
    background-color: #002e5b;
    top: 50px;
}
.home-contactus-section::after
{
    position: absolute;
    left: 64% !important;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    margin-top: 64px;
}

.custom-property-card {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    background-color: white;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.project-detail-sidebar
{
    background-color: #ededed;
    padding: 59px 32px 57px 32px;
}


.project-detail-sidebar h3
{
    font-size: 24px;
    color: #7d8081;
    font-weight: 400;
}
.project-detail-sidebar-col
{
    padding-left: 0px;
}
.project-detail-sidebar p
{
    color: #7d8081;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 3px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: justify;
}
.project-detail-sidebar h5
{
    color: #7d8081;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
}
.project-detail-sidebar img
{
    width: 90px;
    position: relative;
    top: 1px;
}
.project-detail-sidebar .head{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.project-detail-sidebar hr
{
    margin: 21px 0px;
}

.other-projects-heading::after {
    position: absolute;
    /* bottom: 0; */
    left: 47%;
    content: "";
    width: 69px;
    height: 2px;
    background-color: #002e5b;
    top: 70px;
}
.our-projects-second-row
{
    margin-top: 25px;
}

.custom-select
{
    border-bottom: 1px solid #7d8081 !important;
    background-color: transparent!important;
    border-radius: 0px!important;
    opacity: 1!important;
    padding: 10px 15px!important;
    padding-bottom: 0px!important;
    line-height: 18px!important;
    color: #7d8081;
    position: relative;
    padding-left: 38px !important;
}
.custom-select-image
{
    position: absolute;
    top: 14px;
    width: 25px;
}
.custom-select-image-two
{
    position: absolute;
    top: 18px;
    width: 19px;
}
.custom-z-index-auto
{
    z-index: auto;
    padding: 112px 0;
}
.breadcrumb-custom-h2
{
    background-color: #c0d4e57d;
    display: inline-block;
    padding: 15px 30px 15px 63px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.09);
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    margin-left: -70px !important;
}
#annual-report-second-section .first-div
{
    border: 1px solid #e3e3e3;
    padding: 20px 10px;
    margin-right: 10px;
}
#annual-report-second-section .first-div h3
{
    font-size: 28px;
    color: #02509b;
    font-weight: 500;
    margin-bottom: 15px;
}
#annual-report-second-section .first-div ul 
{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 2px;
}
#annual-report-second-section .first-div ul li 
{
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 9px;
    color: #7d8081;
}
#annual-report-second-section .first-div ul li  a 
{
    float: right;
    color: #002d5b;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -3px;
    cursor: pointer;
}
.report-custom-pr-0
{
    padding-right: 0px;
}
#annual-report-second-section .first-div .custom-mb-minus
{
    margin-bottom: -55px;
    padding-left: 8px;
    padding-right: 8px;
}

#annual-report-second-section .second-row
{
    margin-top: 70px;
}

.about-bg-color
{
    display: inline-block;
    padding: 20px 80px 20px 63px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.09);
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    margin-left: -70px !important;
    background-color: rgb(0 0 0 / 0%);
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
    backdrop-filter: blur(10px) brightness(0.9);
}
.custom-property-tablist
{
    border-bottom: 2px solid #7d8081;
}

.more-than-20::after {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    content: "";
    width: 69px;
    height: 1.5px !important;
    background-color: #002e5b;
    top: 110px;
}
.more-than-20
{
    line-height: 48px;
    color: #02509b;
    font-weight: 400;
    font-size: 48px;
}
.experience-main-div
{
    background-color: #97999a;
    padding: 15px 10px;
}

.experience-main-div h5 
{
    font-size: 21px;
    color: white;
    font-weight: 400;
    margin-bottom: 0px;
}

.experience-main-div p
{
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin-bottom: 0px;
}
.experience-main-div .center-image
{
    display: flex;
    align-items: center;
}
.experience-second-row
{
    margin-top: 20px;
}

#board-of-director
{

}

#board-of-director .team-modern {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

#board-of-director .team-modern-header {
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 32px;
}

#board-of-director .team-modern-figure {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    max-width: 118px;
    max-height: 118px;
    margin: 0 auto;
    transition: all .3s ease;
    z-index: 1;
    cursor: auto;
}

#board-of-director .team-modern-figure::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: all .3s ease-in-out;
}

#board-of-director .img-circles {
    border-radius: 50%;
}

#board-of-director .team-modern-header svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
}
#board-of-director .team-modern svg path {
    fill: #efefef;
}

#board-of-director .team-modern-caption {
    padding: 5px 10px 5px 10px;
    background: #efefef;
}

#board-of-director .team-modern:hover .team-modern-figure::before {
    border-color: #1b52a2;
}

#board-of-director .team-modern:hover .team-modern-figure {
    top: -10px;
}
#board-of-director .team-modern-name
{
    font-size: 22px;
    color: #7d8081;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}
#board-of-director .team-modern-status
{
    font-size: 16px;
    color: #7d8081;
    margin-bottom: 12px;
}


#about-us-fourth-section .property-card {
    margin-bottom: 0px;
    padding-top: 75px;
    padding-right: 70px;
    background-color: #efefef;
    border-radius: 0px !important;
    padding-bottom: 75px;
}

#about-us-fourth-section .property-card .property-img {
    overflow: hidden;
    position: relative;
    margin-left: -80px;
}

#about-us-fourth-section .custom-col-pl-50 {
    margin-left: -12px;
    padding-right: 0px;
}
#about-us-fourth-section .right-section-bg
{
    background-color: #efefef;
    padding: 70px 20px 20px 0px;
    margin-left: -30px;
}
#about-us-fourth-section .right-section-bg h2
{
    line-height: 44px;
}
#about-us-fourth-section .right-section-pl
{
    padding-left: 0px;
}

#about-us-fourth-section .right-section-bg p
{
    line-height: 23px !important;
    font-size: 16px;
}
#about-us-fourth-section .paragraph-pl
{
    padding-left: 0px;
    padding-right: 140px;
    margin-left: -14px;
}
.custom-text-left
{
    text-align: left;
}
.home-slider-main-div
{
    padding: 30px 50px 50px 50px;
    background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
    backdrop-filter: blur(10px) brightness(0.9);
}
.slider-btn
{
    border: 1px solid white;
    color: white !important;
    font-weight: 400;
}

.hero-wrap.style3 .hero-content p:before {
    position: absolute;
    top: -15%;
    left: calc(10px - 10px);
    -webkit-transform: trasnlateX(-50%);
    transform: trasnlateX(-50%);
    content: "";
    width: 317%;
    height: 7px;
    background-color: #fff;
}

.custom-breadcrumb-color
{
    color: #02509b!important;
}

.breadcrumb-title .breadcrumb-menu .custom-breadcrumb-li:after {
    color: #02509b!important;
}
.new-breadcrumb-title
{
    padding-left: 56px;
}


 body form[action="/about"] #footer-pt {
        padding-top: 60px;
}


 body form[action="/"] #footer-pt {
        padding-top: 150px;
}

body form[action="/contact-us"] #footer-pt {
    padding-top: 60px;
}

.news-date::after {
    position: absolute;
    left: 0;
    content: "";
    width: 53px;
    height: 2px;
    background-color: #02509b;
    top: 32px;
}

.view-archive-atn
{
    padding-right: 0px!important;
    padding-bottom: 35px;
}

.news-card {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    display: block;
    height: 100%;
}
.card-block {
    position: relative;
    border: 1px solid #dcdfe5;
    border-top: 3px solid #144b9b;
    padding: 15px;
    height: 100%;
}
.card-disclosure {
    padding: 10px 5px;
}
.news-card .date {
    color: #02509b;
    font-size: 1rem;
    font-weight: 600;
}
.card-content p {
    margin-bottom: 8px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.download-icon-new
{
    font-size: 20px;
    color: #7d8081;
    position: relative;
    top: 3px;
}

.card-disclosure span
{
    color: #02509b;
    font-size: 1rem;
    font-weight: 500;
}

.card-content p:last-child {
    margin-bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(23 78 158 / 69%);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

#portfolio-flters
{
    display: none;
}

#custom-gallery .btn-square
{
    border: 1px solid white;
    padding: 6px 10px;
    border-radius: 0px;
    color: #868889;
    background-color: #2259aa;
    border-radius: 3px;
}

#custom-gallery .btn i {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: white;
    font-weight: 600;
}

#custom-gallery .btn-square:hover {
    color: white;
    background-color: #F44336;
}
/*** remove AR below underline ***/
.header-last-li a::after
{
    display: none;
}
.owl-dots
{
    text-align: center;
}
.view-all-mt
{
    margin-top: 13px;
}
.capcha-image
{
    background-color: White;
    height: 50px;
    width: 150px;
}
.custom-captcha-image .TextInput div
{
    background-color: transparent !important;
}

.custom-captcha-image img 
{
    margin-top: 10px;
    background-color: White;
    height: 40px;
    width: 150px;
}
#ContentPlaceHolder1_ctl03
{
    display: inline-block;
    width: 100%;
}
#ContentPlaceHolder1_txtcaptchaAnswer
{
    transition: all 0.1s ease-in-out;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: none;
    color: #7d8081;
    font-weight: 300;
    padding: 0px 10px;
    border: 1px solid #7d8081;
}
.social-profile
{
    display: none;
}


.custom-news-slider .news-date
  {
    position: relative;
    font-size: 18px;
    color: #002e5b;
    font-weight: 400;
    line-height: normal;
  }

  .custom-news-slider .news-date::after {
    position: absolute;
    left: 0;
    content: "";
    width: 53px;
    height: 2px;
    background-color: #002e5b;
    top: 25px;
}
.custom-news-slider h5 
{
    font-size: 25px;
    color: #7d8081;
    font-weight: 400;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 10px;
}
.custom-news-slider p
{
    font-size: 16px;
    color: #7d8081;
    padding-bottom: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.custom-news-slider .btn
{
    margin-left: 2px;
}

.custom-news-slider .city-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 25px;
    border-radius: 10px;
    margin-bottom: 55px;
}
.footer-first-menu
{
    padding-left: 0px !important;
}

.disclouser-parent-div
{
    border: 1px solid #d9d9d9;
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1910px) and (max-width: 1921px)
{
    #about-us-fourth-section .right-section-bg p 
    {
        line-height: 29.6px !important;
    }
}

.about-messge-bg
{
    background-color: #efefef;
    margin-left: 70px;
}

.anuual-report-row-margin
{
    margin-bottom: 65px;
}
.disclosure-first-tab-border
{
    border-left: 1px solid #d9d9d9!important;
}

.new-custom-plr-10
{
    padding-left: 10px;
    padding-right: 10px;
}
.overview-custom-class
{
    margin-top: -110px;
}
.mission-custom-class
{
    margin-top: 107px!important;
}
.goals-custom-class
{
    margin-top: 45px!important;
}

.about-bg-image-mt
{
    margin-top: 10px;
}
.odometer-formatting-mark
{
    display: none;
}
.founded-hr-mt
{
        margin-top: 30px !important;
}



@media only screen and (min-width: 1400px)
{
    #about-us-fourth-section .right-section-bg p {
        line-height: 1.8 !important;
        font-size: 16px;
    }
    .mission-custom-class {
        margin-top: 160px!important;
    }
    .goals-custom-class {
        margin-top: 140px!important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px)
{
    #about-us-fourth-section .right-section-bg p 
    {
        line-height: 22px !important;
    }
}

@media only screen and (min-width: 1400px)
{
    .about-wrap.style1 .about-img-wrap 
    {
        position: relative;
        z-index: 1;
        padding-bottom: 0px;
        padding-top: 86px;
        margin-top: 0px;
    }
    .more-than-20::after {
        position: absolute;
        /* bottom: 0; */
        left: 0;
        content: "";
        width: 69px;
        height: 2px !important;
        background-color: #002e5b;
        top: 54px;
    }
}


.governance-heading::after 
{
    position: absolute;
    /* bottom: 0; */
    left: 47%;
    content: "";
    width: 69px;
    height: 2.5px;
    background-color: #002e5b !important;
    top: 60px;
}
.ics-line::after 
{
    height: 3px !important;
}

.bod-line::after 
{
    height: 2.5px !important;
}
.contact-page-line::after 
{
    height: 2.5px !important;
}

.captcha-img 
{
    margin-bottom: 12px;
}
.captcha-img div 
{
    margin-top: 10px;
}
.contact-upper-content
{
    text-align: center;
    padding-bottom: 30px;
}


.not-image-content {
    padding-top: 15px;
    padding-bottom: 0px;
}

.not-image-breadcrumb {
    line-height: 1.3;
    color: #02509b !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    margin-bottom: 8px;
    background-color: transparent;
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
    backdrop-filter: none;
    box-shadow: none;
    margin: 0 0 15px;
    background-image: none;
}

    .not-image-breadcrumb::after {
        position: absolute;
        bottom: 0;
        left: 50px;
        content: "";
        width: 46px;
        height: 2px;
        background-color: #002e5b;
        top: 58px;
    }
	
	
	/* Show More show less css start */
.show-hide-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .show-hide-text a {
    order: 2;
  }
  .show-hide-text p {
    position: relative;
    overflow: hidden;
    max-height: 200px;
    line-height: 22px;
  }
  .show-more
  {
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #174e9e;
    font-weight: 400;
  }
  .show-more:hover
  {
    color: #275eaf;
  }
  .show-less:hover
  {
    color: #275eaf;
  }

  .show-less
  {
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #174e9e;
    font-weight: 400;
  }
  .show-hide-text p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  @supports (-webkit-line-clamp: 6) {
    .show-hide-text p {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      max-height: 172px;
    }
    .show-hide-text p:after {
      display: none;
    }
  }
  
  .show-less {
    display: none;
  }
  .show-less:target {
    display: block;
  }
  .show-less:target ~ p {
      display: block;
      max-height: 100%;
      line-height: 24px;
  }
  .show-less:target + a {
    display: none;
  }
/* Show More show less css End */

@media only screen and (min-width: 1919px)
{
    .property-card.style2 .property-img-slider img {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        height: auto;
    }
    .property-card.style2 .property-img-slider .owl-height
    {
        height: 53vh !important;
    }
}
#ceo-section
{
    margin-left: 113px; 
}

.home-about-line::after {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    content: "";
    width: 69px;
    height: 3px !important;
    background-color: #002e5b;
    top: 52px;
}

#annual-report-section
{
    padding-top: 50px;
    padding-bottom: 60px;
}




#ics-custom-section .content-col
{
    padding: 24px;
    border: 1px solid #5a8cc9;
    height: 280px;
}
#ics-custom-section .content-col-second
{
    background: #02509b;
}
#image-custom-row-section img
{
    position: absolute;
}
#image-custom-row-section .first-parent
{
    position: relative;
    top: 57px;
    left: 4%;
}
#image-custom-row-section .first-parent h2
{
    font-size: 40px;
    color: white;
    font-weight: 400;
}
#image-custom-row-section .second-parent
{
    position: relative;
    top: 37px;
    font-size: 24px;
    left: 66%;
    background-color: white;
    color: #02509b;
    padding: 20px 20px 10px;
    width: 26%;
    text-align: center;
}
#image-custom-row-section .second-parent a 
{
    color: #02509b;
    border-bottom: 2px solid #5a8cc9;
    padding: 15px;
}
#custom-stackholders-section .first-col
{
    height: 740px;
    background-color: #f8f8f8;
    padding: 76px 108px 10px 45px;
}

#custom-stackholders-section .second-col
{
    padding: 38px 45px 10px;
    margin-top: 38px;
    position: relative;
    right: 50px;
    background-color: #e6e6e6;
}

.News-details ul 
{
    font-size: 16px;
    line-height: 1.8;
    color: #7d8081;
    margin-bottom: 5px;
    font-weight: 300; 
}
#image-custom-row-section
{
    padding-top: 100px;
    padding-bottom: 100px; 
}
#arebic-link
{
    text-decoration: unset !important;
    font-weight: 400;
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-size: 15px;
    color: #2960b0;
}
#arebic-link:hover
{
    color: #2960b0 !important;
}
#back-to-home
{
    font-weight: 500!important;
    text-transform: none!important;
    background-color: #ffffff!important;
    padding: 10px 28px !important;
    color: #0f4696 !important;
    border: 0 !important;
    border-radius: 4px !important;
    width: 158px !important;
    border: 1px solid #174e9e !important;
}

#back-to-home:hover
{
    background: #0f4696 !important;
    color: white !important;
    transition: all 0.6s ease-in-out;
    text-decoration: none !important;
    border: 1px solid #0f4696 !important;
}


.truncate .read-more > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #174e9e;
    font-weight: 400;
    }
    .read-more
    {
        text-align: right;
    }





#popup .modal{


z-index: 9999 !important;

}

 #popup  .modal-dialog {

    min-width: 71vw !important;
    margin: 6rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
   /* min-width: 58vw !important;
    margin:0 !important;
    margin-left: auto !important;
    margin-right:auto !important;*/
}
#popup .modal-body {

    padding: 0;
}
#popup .btn-close {
    background-image: none;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #2960b0;
    opacity: 1;
    font-size: 18px;
    / font-size: 25px; /
    font-weight: 400;
}

#popup .btn-close:hover {
    color: #2960b0;
    text-decoration: none;
    opacity: 1;
}

#popup .btn-close:focus {
    outline: 0;
    box-shadow:none;
    opacity: 1;
}

#popup .description-box{
    background-color: #fff;
    padding:90px 120px;
}
#popup img {
    cursor:pointer;
}
#popup h2{
    color:#7d8081;
    font-size: 33px;
    margin-bottom: 20px;
}
#popup p{
    font-size: 18px;
    color:#7d8081;
    margin-bottom: 25px;
}
#popup .email {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    width: 54%;
    /*border: none;*/
    padding: 12px 25px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;


border-top: 2px solid #7d8081;
    border-left: 2px solid #7d8081;
    border-bottom: 2px solid #7d8081;
}
#popup .email:focus-visible{
    /*border:none;*/
    outline:none
}
#popup button.signup{
    background: #f9751c;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 18px;
    padding: 12px 25px 12px 15px;
    color:#ffff;
}


#popup .modal-content {
    max-height: 81vh;   overflow-y: auto;
}


#popup .description-box {
   max-height:596px;
}



/ Medium devices (tablets, 768px and up) /
    @media (min-width: 768px) {
        #popup .description-box {
            padding: 90px 50px;
        }

        #popup h2 {
            font-size: 33px;
        }

        #popup p {
            font-size: 18px;
        }

        #popup .email {
            width: 54%;
            padding: 12px 25px;
            font-size: 18px;
        }

        #popup button.signup {
            padding: 12px 25px 12px 15px;
            font-size: 18px;
        }

/*#popup .modal {
    left:0 !important;
}*/
    }

    / Small devices (landscape phones, 576px and up) /
    @media (max-width: 576px) {
        #popup .modal-dialog {
            max-width: 100vw;
    margin: 112px 0 !important;
        }

        #popup .description-box {
            padding: 40px 15px;
        }

        #popup h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        #popup p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        #popup .d-flex {
            flex-direction: column;
            gap: 10px;
        }

        #popup .email,
        #popup button.signup {
            width: 100%;
            border-radius: 30px !important;
        }

#popup .modal {
    left:0 !important;
}
    }

    / Extra small devices (portrait phones, less than 576px) /
    @media (max-width: 375px) {
        #popup h2 {
            font-size: 22px;
        }

        #popup p {
            font-size: 13px;
        }


#popup .modal {
    left:0 !important;
}
    }

    / Ensure image responsiveness /
    #popup img {
        width: 100%;
        height: auto;
    }

    / Mobile landscape orientation /
    @media (max-height: 500px) and (orientation: landscape) {
        #popup .modal-dialog {
            max-height: 90vh;
            overflow: auto;
        }

        #popup .description-box {
            padding: 30px 20px;
        }


    }


@media (min-width: 1200px) and (max-width: 1300px) {#popup .modal-content {
    max-height: 81vh;
    overflow-y: auto;
}

#popup h5{
font-size:25px !important;

}


}


@media (min-width: 1300px) and (max-width: 1400px) {    #popup .modal-content {
    max-height: 70vh;
    overflow-y: auto;
}        }

.modal-content::-webkit-scrollbar {
    display: none;
}





.modal-content::-webkit-scrollbar {
    display: none;
}



section#popup ::-webkit-scrollbar {     display: none; }







 @media (max-width: 576px) {
        #popup .modal-dialog {
            max-width: 100vw;
    margin: 112px 0 !important;
        }

        #popup .description-box {
            padding: 40px 15px;
        }

        #popup h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        #popup p {
            font-size: 17px!important;
            margin-bottom: 20px;
        }

        #popup .d-flex {
            flex-direction: column;
            gap: 10px;
        }

        #popup .email,
        #popup button.signup {
            width: 100%;
            border-radius: 30px !important;
        }

#popup .modal {
    left:0 !important;
}



#popup .btn-close {
    top: 10px;
    right: 10px;
}
    }






@media (min-width: 1280px) and (max-width: 1500px) {#popup .description-box {
    background-color: #fff;
    padding: 90px 60px;
}.modal {
    position: fixed;
    top: 49%;
    transform: translate(-50%, -50%);
    left: 50% !important;

}}


@media only screen and (min-width:1500px) {.modal {

    left: 0% !important;


}}
 

