/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

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

li {
    list-style: none;
}


@font-face {
    font-family: 'calisto-mt';
    src: url('../fonts/calisto-mt.eot');
    src: url('../fonts/calisto-mt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/calisto-mt.woff2') format('woff2'),
        url('../fonts/calisto-mt.woff') format('woff'),
        url('../fonts/calisto-mt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}


/* color */
:root {
    --bg-primary: #a7171b;
    --bg-secondary: #1ABC9C;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.bg-dark {
    background-color: #333;
}

/* =============================  Header  ================================= */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.header-section.sticky-top {
    background: #333;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    animation: slideDown 0.35s ease-out;
}

.header-section {
    background-color: rgba(0, 0, 0, .3);
    padding: 24px 0px;
    z-index: 10;
    transition: height 0.5s ease-in;
    position: relative;
}

.header-section .navbar-brand img {
    max-height: 60px;
}

.header-section .navbar-brand span {
    width: calc(0.55em* 14);
    border-right: 1px solid black;
    width: 11.8ch;
    color: #fff;
    letter-spacing: 6.5px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 6s infinite;
    position: absolute;
    left: 11px;
    bottom: -21px;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 19px;
}

.navbar-brand {
    padding: 0;
    margin-top: -10px;
}

@-webkit-keyframes typing {
    from {
        width: 0
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent
    }
}

.header-section .nav-link {
    padding: 4px 14px !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
    margin: 0px 2px;
}

.header-section .nav-item.active {
    background: var(--bg-primary);
}

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

.header-section .dropdown-menu {
    width: 220px;
    background-color: #FFF !important;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
    border-radius: 0px;
    padding: 0;
}

.header-section .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding-top: 10px;
    background-color: #fafafa !important;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0px !important;
}

.header-section .dropdown-menu .dropdown-item:hover {
    padding-left: 20px;
    color: var(--bg-secondary);
}

.header-section .navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 1px;
    font-size: 17px;
    color: #fff;
    background: transparent;
    border: none !important;
}

/* =============================  Banner  ================================= */
.banner-section {
    overflow: hidden;
}

.banner-section .form-control {
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 11px;
    height: auto;
    border: none;
    background-color: #ffffffd9 !important;
    outline: none;
    box-shadow: none;
}

.banner-section .btn-primary {
    padding: 7px 5px;
    border-radius: 0px;
    background: var(--bg-primary);
    border-color: var(--bg-primary);
}

.banner-section .btn-primary:hover {
    background: var(--bg-primary) !important;
    border-color: var(--bg-primary) !important;
}

.banner-section .carousel-caption {
    top: 40%;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
    width: 70px;
    height: 70px;
    top: 44%;
    border-radius: 50px;
    margin: 0px 30px;
    background: rgba(0, 0, 0, 0.1); /* Light background color by default */
    transition: background 0.3s ease; /* Smooth transition */
}

/* Darker color on hover */
.banner-section .carousel-control-next:hover,
.banner-section .carousel-control-prev:hover {
    background: rgba(0, 0, 0, 0.2); /* Darker background on hover */

}


.banner-section .heading {
    font-size: 36px;
    font-family: 'calisto MT' !important;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    /* background: #00000091; */
    padding: 6px 28px;
    letter-spacing: 4px;
}

.banner-form {
    position: absolute;
    top: 60%;
    z-index: 5;
    right: 0;
    left: 0;
}

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

.about-contnet {
    padding: 110px 32px 30px 32px;
    -webkit-box-shadow: 3px 1px 9px -6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 3px 1px 9px -6px rgba(0, 0, 0, .75);
    box-shadow: 3px 1px 9px -6px rgba(0, 0, 0, .75);
}

.about-contnet .title {
    margin: 0;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #4f4d4d;
}

.about-contnet .subtitle {
    color: #9f9696;
    font-size: 45px;
    letter-spacing: 4px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.about-contnet .desc {
    line-height: 28px !important;
    padding: 20px 0 30px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    font-weight: 500;
}

/* =============================  Projects   ================================= */

.projects-section .view_more .btn-secondary {
    border-radius: 30px;
    border: 2px solid #5e5e5e;
    padding: 8px 15px;
    color: #000;
    display: inline-block;
    transition: all .6s;
    background: transparent;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    width: 65%;
}

.projects-section .view_more .btn-secondary:hover {
    background: var(--bg-primary);
    color: #fff;
    border-color: var(--bg-primary);
}

.projects-section .carousel-indicators {
    top: 17px;
    right: 21px;
    left: auto;
    height: 15px;
    margin: 0;
}

.carousel-indicators [data-bs-target].active {
    background: red !important;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #333;
    opacity: 1;
    border: 1px solid #fff;
}

/* .project-photo {
    text-align: center !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    height: 520px;
    overflow: hidden;
}

.project-photo img {
    width: auto !important;
    max-height: 520px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
} */

/* =============================  mission & vission   ================================= */

.mission-vission-section {
    background: #252a2b;
    border-bottom: 3px solid #fff;
}

.vission-content {
    padding: 60px 0;
    color: #fff;
    margin-top: 20px;
}

.missing-img img {
    border: 4px solid #fff;
}

.vission-content .icon img {
    position: absolute;
    left: 17px;
    margin-top: -22px;
}

.vission-content .title {
    font-size: 28px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
}

.vission-content .content p {
    font-size: 14px;
    text-align: justify;
    padding-left: 50px;
}

.vission-content .btn-primary {
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    transition: all .7s;
    background: transparent;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.vission-content .btn-primary:hover {
    background: #fff;
    color: #222;
    border-color: #fff;
}

/* =============================  hero section  ================================= */

.hero-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #c9171d;
    opacity: .8;
    z-index: 0;
}

.hero-content .title {
    max-width: 620px;
    margin: auto;
    font-family: 'Cinzel', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.hero-content .btn-primary:hover {
    background: #fff !important;
    color: #222 !important;
}

.btn-primary {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/* ============================= most popular project  ================================= */

.section-heading .heading {
    font-size: 24px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    color: #333;
}

.popular-properties .property-info {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 50px;
    opacity: 0;
    transition: all .6s;
}

.properties-wrapper:hover .property-info {
    opacity: 1;
}

.popular-properties .property-info ul li img {
    display: block;
    margin: 12px 0;
    height: 36px;
    width: auto;
}

.popular-properties .property-info ul li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.popular-properties .property-info .btn-primary {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.popular-properties .property-info .btn-primary:hover {
    background: #fff !important;
    color: #333 !important;
}

.properties-heading h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}

.properties-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-info .btn-primary {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.property-info .btn-primary:hover {
    background: #fff !important;
    color: #333 !important;
}

.properties-heading h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.properties-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-info ul {
    position: relative;
}

.property-info ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 47px;
    width: 1px;
    height: 100%;
    background: #fff;
}

.property-info ul li {
    position: relative;
}

.property-info ul li:before {
    position: absolute;
    content: "";
    top: 21px;
    left: 42px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
}

/* ============================= featured properties  ================================= */

.featured-properties-info.tower_content h3 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 26px;
    margin-bottom: 20px;
}

.featured-properties-info.tower_content h5 {
    font-weight: 200;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-family: 'Cinzel', sans-serif;

}

.featured-properties-info.tower_content p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.featured-properties-info.tower_content .btn-primary:hover {
    background: #fff !important;
    color: #333 !important;
}

.tower_content .col-6 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 30px;
}

.featured-info .name h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}


/* ============================= Testimonial  ================================= */

.testimonial-sec .review-info p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 27px;
    margin: 0;
}


.testimonial-sec .carousel-indicators {
    bottom: -50px;
}

.testimonial-sec .carousel-indicators [data-bs-target].active {
    width: 26px;
}


.testimonial-sec .carousel-inner {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.testimonial-sec .quote_pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.client-pic {
    width: 150px;
    margin: auto;
}


/* ============================= Footer  ================================= */
.footer-sec {
    background: #333 !important;
}

.footer-sec .footer-widget h3 {
    font-size: 18px;
    color: #DDD;
    font-family: sans-serif;
}

.footer-sec .widget-links ul li a:hover {
    color: #a3a3a3;
}

.footer-sec .widget-links ul li a {
    color: #CCC;
    font-size: 14px;
    display: inline-block;
    padding: 4px 0px;
}

.footer-sec .number a {
    color: #EEE;
    font-size: 24px;
    font-family: sans-serif;
    padding: 0px 0px;
}

.footer-bottom {
    background: #161616;
}


.footer-bottom p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #898989;
}

.footer-bottom p strong {
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
}

.footer-sec .widget-list p {
    font-size: 14px;
    color: #DDD;
    opacity: .8;
    padding: 4px 0px;
}

.footer-sec .widget-list ul li {
    font-size: 14px;
    color: #DDD;
    opacity: .8;
    padding: 4px 0px;
}

.footer-sec .widget-list h6 {
    color: #DDD;
    font-size: 14px;
    opacity: .8;
}

.footer-sec .widget-list a {
    color: #DDD;
}

.footer-sec .icon {
    /* background: #3B5998 !important; */
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    line-height: 40px;
    margin-right: 14px;
}

.social_media p {
    font-size: 12px;
    margin: 0;
    color: #DDD;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.social_media strong {
    font-size: 12px;
    margin: 0;
    color: #DDD;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.widget-list img {
    bottom: -70px;
    background-size: 100%;
    width: 360px;
    z-index: 0;
}


/* Set background colors for each brand */
.social_media a[href*="facebook.com"] .icon {
    background-color: #3b5998; /* Facebook brand color */
}

.social_media a[href*="x.com"] .icon {
    background-color: #1DA1F2; /* Twitter brand color */
}

.social_media a[href*="linkedin.com"] .icon {
    background-color: #0077b5; /* LinkedIn brand color */
}

.social_media a[href*="instagram.com"] .icon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); /* Instagram gradient */
}

.social_media a[href*="youtube.com"] .icon {
    background-color: #FF0000; /* YouTube brand color */
}

/* ============================= About Page  ================================= */
.breadcrumb {
    background-position: center;
    background-repeat: no-repeat;
    padding: 230px 0px 75px 0px;
    background-size: cover;
}

.breadcrumb:after {
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    content: "";
}

.breadcrumb-content h1 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.breadcrumb-content h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

.breadcrumb-content h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    height: 10px;
    width: 60%;
    background: #c9171d;
}

.about-info p {
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}



.about-content h4 {
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.about-content h3 {
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.about-content p {
    margin: 0;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    line-height: 28px;
}

.specialites-item p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.timeline {
    list-style: none;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e6e0e0;
    border-radius: 2px;
    padding: 15px;
    position: relative;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    width: 55px;
    height: 55px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -25px;
    background: #f0f0f0;
    z-index: 100;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #333;
    border-radius: 50px;
    padding: 11px 0px;
    z-index: 1;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin: 0;
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-body p {
    font-size: 15px;
    color: #444;
    text-align: justify;
    line-height: 24px;
}

/* ============================= Our Mission & Vision Page  ================================= */

.mission_content {
    background: #252a2b;
    color: #fff;
    padding: 30px 30px;
}

.mission_content h3 {
    font-size: 25px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}

.mission_content p {
    margin: 0;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

/* =============================  Our Team Page  ================================= */
.core-team img {
    border-radius: 100px;
    height: 200px;
}

.core-team h4 {
    font-size: 18px;
    color: #333;
}

.core-team span {
    color: var(--bg-secondary);
    font-size: 14px;
}

.imagine-properties .content p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: justify;
    line-height: 27px;
}


.why-choose-us .content h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.why-choose-us .content-info h5 {
    font-size: 15px;
    margin: 0;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.why-choose-us .content-info p {
    font-size: 14px;
    font-weight: 400;
}

/* ============================= News & Events Page  ================================= */


.blog-item {
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 35px;
}


.blog-content h2 a {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-weight: 600;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.blog-content h2 a:hover {
    color: var(--bg-secondary) !important;
}

.blog-content h2 {
    line-height: 26px;
}

.blog-content ul li {
    font-size: 14px;
    color: #696969;
    font-family: 'Cinzel', sans-serif;
    font-weight: 500;
    font-style: italic;
}


.blog-section .read_more {
    color: var(--bg-secondary);
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: italic;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}

.blog-section .read_more:hover {
    color: #333;
}

.blog-section .paginate-nav a {
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background: #fff;
    color: var(--bg-secondary);
}

.blog-section .paginate-nav a:hover {
    background: #fafafa;
}

.blog-details-sec .blog-content h2 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-weight: 600;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


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

.contact-form h4 {
    font-size: 22px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    color: #333;
}

.contact-form .form-label {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 9px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #a8a8a8 !important;
}


.contact-form .btn-primary {
    outline: none;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #c9171d;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-bottom: 3px solid rgba(0, 0, 0, .15);
}


.contact-form .btn-primary:hover {
    background-color: #b11217 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.gallery-item h3 {
    margin: 0;
    font-size: 20px;
    font-family: 'Cinzel', sans-serif;
    color: #333;
    font-weight: 600;
}

/* ============================= career  ================================= */

.career-section .career-job-info h2 {
    color: #C9171D;
    font-size: 25px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
}

.career-section .btn-danger {
    background: #C9171D;
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 4px;
    border-bottom: 3px solid #840206;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.career-section .position span {
    font-weight: 700;
    font-size: 24px;
    color: #666;
}

.career-section .position p {
    font-size: 22px;
    color: #333;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
}

.career-section .header {
    border-bottom: 2px solid #EC1A22;
}

.job-info p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #8c8888;
}

.job-info p span {
    color: #000;
    display: block;
    margin-top: 4px;
}

.career-section .btn-dark {
    border-radius: 3px !important;
    padding: 7px 20px;
    background: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


.apply_now .btn-danger {
    background: #C9171D;
    padding: 12px 22px !important;
    font-size: 14px;
    border-radius: 4px;
    border-bottom: 3px solid #840206;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.apply_now .modal-title {
    font-size: 28px !important;
    font-family: 'Cinzel', sans-serif;
    color: #393939;
    font-weight: 700;
    line-height: 32px;
}

.apply_now .modal-title span {
    font-size: 17px;
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.apply_now .btn-close {
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
}

.career-section .accordion-button {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #333;
    background: #EEE;
    outline: none !important;
    box-shadow: none !important;
}


.career-section .accordion-body ul li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-weight: 400;
    padding: 3px 0px;
    position: relative;
    padding-left: 19px;
}

.career-section .accordion-body ul li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    color: var(--bg-secondary);
    font-family: 'FontAwesome';
}

.career-section .accordion-body p i {
    color: var(--bg-secondary)
}

.latest-project h3,
.facebook-page h3 {
    font-size: 18px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    color: #333;
}

.related-post .heading h3 {
    font-size: 20px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
    color: #333;
}

.related-item h3 a {
    font-size: 16px;
    color: var(--bg-secondary);
    font-weight: 400;
}

.related-item h3 {
    line-height: 21px;
}

/* ============================= Property listing  ================================= */
.property-listing-sec #filters button {
    border-left: 2px solid rgb(222 222 222) !important;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 7px 20px;
    font-size: 18px;
    color: #666;
    margin: 0px -2px;
    border-radius: 1px;
    border: none;
}

#filters {
    border: 2px solid rgb(222 222 222);
    display: inline-block;
}

.property-listing-sec #filters button:hover {
    color: #c9171d;
}


.property-listing-sec .button.is-checked {
    background: #c9171d !important;
    color: #fff !important;
    border-color: #c9171d !important;
    margin: -1px 0;
}

.property-listing-sec .properties-title h4 {
    font-size: 18px;
    font-family: 'Cinzel', sans-serif;
    color: #333;
    font-weight: 700;
}

.property-listing-sec .properties-title h4 a {
    color: #333;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}


.property-listing-sec .properties-title h4 a:hover {
    color: var(--bg-secondary);
}

/* .property-img:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
} */

.property-listing-sec .property-img .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 100px;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.property-item:hover .property-img .icon {
    opacity: 1;
}

.property-listing-sec .property-img .icon i {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-top: 13px;
    display: inline-block;
    width: 42px;
    height: 42px;
}

/* ============================= Property details  ================================= */

.property-details .details-info .header h1 {
    font-size: 25px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    color: #333;
}


.property-details .details {
    background: #acd6f3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-details .details p,
.property-details .desc {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 6px 0px;
}

.property-details .details h5 {
    font-size: 16px;
    text-decoration: underline;
}

.property-details .details ul li {
    list-style: disc;
    padding: 4px 0px;
}

.property_location h4 {
    font-size: 25px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    color: #333;
}



.project-detail-banner__right__overview ul.Bredcum li a {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #003a71;
}
.project-detail-banner__right__overview ul.Bredcum li a i {
    font-size: 12px;
}

.project-detail-banner__right__overview ul.Bredcum li:nth-last-of-type(1) a {
    margin-right: 0;
}


.project-detail-banner__right__overview ul.Bredcum li:nth-last-of-type(1) a::after {
    display: none;
}

.project-detail-banner__right__overview h4 {
    line-height: 24px;
    font-size: 16px;
}

.project-detail-banner__right__overview .location {
    color: #003a71;
    line-height: 20px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    /* padding: 34px 0; */

    border-top: 1px solid rgba(27, 29, 29, 0.31);
    border-bottom: 1px solid rgba(27, 29, 29, 0.31);
}

.project-detail-banner__right__overview .Overview h4 , .project_address{
    font-size: 24px;
    font-weight: 500;
    color: #d30d24;
    text-transform: uppercase;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
}

.project-detail-banner__right__overview .Overview p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #1a1818;
}

.sub_title {
    font-size: 24px;
    font-weight: 500;
    color: #d30d24;
    text-transform: uppercase;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
}

.project-detail-banner__right__overview .Progress {
    padding: 100px 35px 100px 0px;
    position: relative;
}

.project-detail-banner__right__overview .Specification table tr {
    border: none;
}


.project-detail-banner__right__overview .Specification .table>tbody>tr>td {
    padding-left: 0;
}

.project-detail-banner__right__overview .Specification table tr td:nth-of-type(1) {
    font-weight: 500;
}

.project-detail-banner__right__overview .Specification table tr td {
    border: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #1b1d1d;
    width: 45%;
}

.project-detail-banner__right__overview .Specification .dcBtn {
    border-color: rgb(0, 58, 113);
    color: rgb(0, 58, 113);
    padding: 0px 50px;
    width: auto;
}


.project-detail-banner__right__overview .Specification .dcBtn img {
    margin-right: 15px;
    vertical-align: text-top;
    filter: brightness(0.2) sepia(1) hue-rotate(159deg) saturate(8);
}

.project-detail-banner__right__overview .Specification .dcBtn {
    border-color: rgb(0, 58, 113);
    color: rgb(0, 58, 113);
    padding: 0px 50px;
    width: auto;
}

.dcBtn {
    font-size: 14px;
    width: 185px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    border: 1px solid #11366e;
    position: relative;
    transition: all .2s ease;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px;
    z-index: 5;
}

.dcBtn:hover {
    border-color: #003a71 !important;
    color: #fff !important;
    z-index: 6;
}

.dcBtn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    background: #003a71;
    z-index: -1;
}

.dcBtn:hover:after {
    width: 100%;
}

.project-detail-banner__right__overview .Specification .dcBtn:hover img {
    filter: none;
}

.Title {
    font-size: 28px;
    font-weight: 500;
    color: #d30d24;
    text-transform: uppercase;
    line-height: 45px;
    /* margin: 0 0 30px; */
    font-family: 'Poppins', sans-serif;
}

.project-detail-banner__right__overview .Specification table tr td {
    border: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #1b1d1d;
    width: 45%;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dots {
    display: none !important;
}

.Project-detail-banner {
    height: 100vh;
}

.Project-detail-banner__left__bottom__single {
    height: 120px !important;
}

.Project-detail-banner.isSafari {
    overflow: hidden;
}

.slick-slide img {
    display: block;
    text-align: center !important;
    /* margin: auto !important; */
    width: 100%;
}

.Project-detail-banner__left {
    position: relative;
}

/* .Project-detail-banner__left__top {
    height: calc(100vh - 115px);
} */

/* .Project-detail-banner__left__top__slider__single {
    height: calc(100vh - 115px);
    position: relative;
} */

/* .Project-detail-banner__left__top__slider__single:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
} */

.Project-detail-banner__left__bottom {
    bottom: 0;
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

.Project-detail-banner__left__bottom .slick-track .slick-slide {
    margin: 0px 6px;
}

.Project-detail-banner__left__bottom .slick-track .slick-slide:last-child {
    margin-right: 0;
}

.Project-detail-banner__left__bottom__single {
    height: 100%;
    cursor: pointer;
    position: relative;
}

.Project-detail-banner__left__bottom__single:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #0055A4;
    top: 0;
    left: 0;
    opacity: 0;
}

.Project-detail-banner__left__bottom .slick-current .Project-detail-banner__left__bottom__single:after {
    opacity: 1;
}

/* .Project-detail-banner__right {
    padding: 100px 170px 0 50px;
} */

.project-detail-banner .slick-dots li button:before {
    content: '•' !important;
    font-size: 9px;
}

.project-detail-banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.Project-detail-banner__left .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.project-detail-banner .slick-dots li.slick-active button:before {
    font-size: 10px;
}

.project-detail-banner .slick-next:before {
    content: '→' !important;
}

.project-detail-banner .slick-prev:before {
    content: '←' !important;
}

.slick-prev, .slick-next {
    display: block !important;
    z-index: 1;
}

.ListingFour__single__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px 20px;
}



.project_section .Project-nav {
    position: absolute;
    right: 15px;
    top: 77px;
}

.project_section .Project-nav ul li {
    display: inline-block;
    cursor: pointer;
}

.project_section .Project-nav ul li:nth-of-type(1) {
    margin-right: 9px;
}

.Project__slider-wrap__single {
    padding: 0 15px;
}

.Project__slider-wrap__single__bg {
    transition: transform 7s ease;
}

.Project__slider-wrap__single__inner {
    position: relative;
    overflow: hidden;
    height: 467px;
}

.Project__slider-wrap__single__inner>a {
    z-index: 3;
}

.Project__slider-wrap__single__inner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity .4s ease;
}

.Project__slider-wrap__single__inner__content {
    position: absolute;
    bottom: 48px;
    left: 40px;
    right: 40px;
    z-index: 3;
}

.Project__slider-wrap__single__inner__content__slide {
    overflow: hidden;
}

.Project__slider-wrap__single__inner__content__slide__inner {
    position: absolute;
    bottom: 95px;
    overflow: hidden;
}

.Project__slider-wrap__single__inner__content__slide__inner h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.Project__slider-wrap__single__inner__content__slide__inner h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0 0;
    text-transform: capitalize;
    transition: all .5s ease;
}

.Project__slider-wrap__single__inner__content__slide__inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease, opacity .2s ease;
    margin-bottom: -100px;
}

.Project__slider-wrap__single__inner__content a {
    width: 100px;
    border-color: #FFFFFF;
    color: #ffffff;
    margin-top: 0;
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner:before {
    opacity: 1;
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__bg {
    transform: scale(1.07);
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content p {
    opacity: 1;
    margin-bottom: 0px !important;
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content h4 {
    margin-bottom: 30px;
}

.bg-position {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}




.property-details .slick-track {
    margin: inherit !important;
}


.property-details .slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}


/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

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

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
