/* ==========================================================================
   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;
}

.pb100 {
    padding-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #ffffff;
}


/* color */
:root {
    --bg-primary: #ee0979;
    --bg-primary-hover: #ee0979;
    --bg-black: #27272A;
    --bg-white: #ffffff;
    --bg-button: linear-gradient(to right, #ee0979, #ff6a00);
    --bg-button-hover: linear-gradient(to left, #ee0979, #ff6a00);
}

/* =============================  header  ================================= */

.header {
    width: 100%;
    z-index: 9999;
    transition: transform .3s ease, background .3s ease, padding .3s ease !important;
    position: fixed;
}

.header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .logo img {
    height: 80px;
}

.call-btn {
    border: 1px solid white;
    background-color: transparent;
    color: #000 !important;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dropdown-toggle::after {
    margin: 0;
    border: 0;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255,1);
    width: 250px;
    padding: 30px;
    border-radius: 0px;
}

.dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #000 !important;
    padding: 15px 0px;
    font-size: 15px;
    background: transparent !important;
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}

/* =============================  slider  ================================= */

.home-slider {
    background: #000;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
}

.home-slider .container {
    height: 100%;
}

.home-slider .tp-parallax-wrap {
    left: unset !important;
}

.home-slider .tp-bullets,
.home-slider .tp-tabs,
.home-slider .tp-thumbs {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;
    left: unset !important;
    right: 115px !important;
    transform: rotate(180deg) !important;
    height: 100% !important;
    top: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
}

.home-slider .persephone .tp-bullet {
    width: 6px;
    height: 6px;
    position: relative !important;
    background: white !important;
    border: none !important;
    cursor: pointer;
    box-sizing: content-box;
    margin-top: 25px;
    border-radius: 50% !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
}

.home-slider .persephone .tp-bullet.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
}

.home-slider .persephone.tp-bullets:before {
    display: none !important;
}

.home-slider .h_title {
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 48px;
    color: #FFFFFF;
    text-transform: uppercase !important;
    text-shadow: 1px 2px 5px #000000;
}

.home-slider .p_title {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: 20px !important;
    text-transform: none;
    font-family: "Poppins" !important;
}

.home-slider .mBtn {
    margin-top: 20px !important;
    border-color: #ffffff !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 0 40px !important;
    border-radius: 30px;
    overflow: hidden;
    height: 40px !important;
    line-height: 0 !important;
}

.home-slider .mBtn span {
    line-height: 38px !important;
}

.home-slider .mBtn:after {
    border-radius: 30px;
}

.home-slider .mBtn:hover {
    border-color: #003a71 !important;
}

.home-slider .mBtn:hover:after {
    border-color: #003a71;
}

.home-slider .zeus.tparrows {
    min-width: 40px !important;
    min-height: 40px !important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF !important;
}

.home-slider .zeus.tparrows:before {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 40px;
}

.home-slider .tp-leftarrow {
    left: 40px;
}

.home-slider .tp-rightarrow {
    right: 0;
    left: unset !important;
}

.Banner-slider {
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
}

.Banner-slider__menu {
    position: absolute;
    width: 100%;
    bottom: 70px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 1);
    height: 50px;
    line-height: 50px;
}

.Banner-slider__menu ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    display: inline-block;
}

.Banner-slider__menu ul li img:nth-of-type(1) {
    margin-right: 20px;
}

.Banner-slider__menu ul li img:nth-of-type(2) {
    margin-left: 37px;
    margin-right: 30px;
}

.Banner-slider__menu ul li a {
    display: inline-block;
    margin-right: 41px;
    color: #000;
    transition: color .3s ease;
    position: relative;
}

.Banner-slider__menu ul li a:before {
    content: '';
    position: absolute;
    height: 1px;
    top: -16px;
    left: 0;
    background: #ffffff;
    width: 0;
    transition: all .35s ease;
}

.Banner-slider__menu ul li a:hover {
    color: rgba(255, 255, 255, 0.66);
}

.Banner-slider__menu ul li a:hover:before {
    width: 100%;
}

.Banner-slider__menu-mobile {
    display: none;
}

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


.subTitle {
    color: rgba(26, 24, 24, 0.5);
    margin: 0 0 15px 0;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 500;
}

.Title {
    font-size: 36px;
    font-weight: bold;
    color: #003a71;
    margin: 0;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0 0 30px;
}

.about_content p {
    font-size: 14px;
    color: #1B1D1D;
    line-height: 21px;
    margin-bottom: 14px;
    text-align: justify;
}

.MissionVision__single__right a {
    margin-top: 50px;
}

.dcBtn {
    font-size: 14px;
    width: 185px;
    height: 50px;
    line-height: 50px;
    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;
}

.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;
}

.justFade.anim-active {
    opacity: 1;
}

.dcBtn:hover {
    border-color: #003a71 !important;
}

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

.dcBtn:hover span {
    color: #FFF !important;
    transition: all .3s ease;
}

.dcBtn span {
    z-index: 2;
    position: relative;
}

.MissionVision__single__left a .Play {
    display: block;
    height: 100px;
    width: 100px;
    position: relative;
}

.MissionVision__single__left .play_icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    clear: inline-start;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.MissionVision__single__left .Play:before {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #FFF;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomIt ease infinite;
    animation-duration: 2.5s;
    opacity: 0;
}

.MissionVision__single__left .Play:after {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #FFF;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomItNd ease infinite;
    opacity: 0;
    animation-duration: 2.5s;
    animation-delay: .3s;
}

.MissionVision__single__left img {
    transition: transform 1s ease;
    transform: scale(1.01);
}

.MissionVision__single__left:hover img {
    transform: scale(1.04);
}



@keyframes zoomIt {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomItNd {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* =============================  featured project  ================================= */

.project_section {
    background: #F8F8F8;
    position: relative;
}

.Project__title {
    margin-bottom: 48px;
}

.Project .container {
    position: relative;
    overflow: hidden;
}

.project_section .Project-nav {
    position: absolute;
    right: 15px;
    top: -50px!important;
}

.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: 680px;
}

.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: 25px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.Project__slider-wrap__single__inner__content__slide__inner h4 {
    font-size: 16px;
    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: 155px;
    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;
}


/* =============================  testimonial  ================================= */

.testimonial .testimonial-row {
    display: flex;
    align-items: end;
    margin-bottom: 60px;
}

.testimonial__nav {
    padding-left: 100px;
    position: relative;
}


.testimonial__nav ul {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 10px;
    right: 51px;
}

.testimonial__nav ul li {
    cursor: pointer;
}

.testimonial__data__left {
    position: relative;
}

.testimonial__data__left .Play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial__data__right {
    position: relative;
}

.testimonial__data__right svg {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: -1;
}

.testimonial__data__right h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #003A71;
    margin-top: 0;
    margin-bottom: 20px;
}

.testimonial__data__right p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 0;
}

.testimonial__data__right .name {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ============================= landowner & buyer   ================================= */

.investor-information {
    padding: 100px 0;
    position: relative;
}


.investor-information .modify-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investor-information__wrap {
    padding-top: calc(500 / 1170 * 100%);
    overflow: hidden;
    position: relative;
}

.investor-information__wrap__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 2s ease;
}

.investor-information__wrap a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background .3s ease;
}

.investor-information__wrap .youtube-btn svg {
    border-radius: 50%;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap a img {
    height: 50px;
}

.investor-information__wrap:hover .investor-information__wrap__img {
    transform: scale(1.04);
}

.investor-information__wrap__img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #f1f1f1;
}

.investor-information__wrap a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
}

.investor-information__wrap:hover:hover svg g .hover-init-btn {
    r: 35 !important;
    opacity: 1;
}

.investor-information__wrap .youtube-btn svg g .hover-init-btn {
    r: 0;
    stroke: #fff;
    fill: #fff;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap:hover:hover svg #Polygon_1 {
    fill: #ff0000;
}

.investor-information__wrap .youtube-btn svg path {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

/* =============================  form section   ================================= */


.homeForm {
    position: relative;
}

.homeForm .modify-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxOver.anim-active {
    opacity: 1;
}

.homeForm__left {
    padding: 106px 70px 90px 70px;
    margin-left: 15px;
}

.boxOver {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 2s ease;
}

.homeForm .homeForm__right__form {
    background: #FFF;
    display: flex;
    height: 100%;
    box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    position: relative;
    z-index: 3;
}

.homeForm .homeForm__right__form .Title {
    color: #1a1818;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 30px;
}

.homeForm .dcBtn {
    border-color: #000000 !important;
}


.homeForm__right__form .form-control {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
    border-color: rgba(26, 24, 24, 0.76);
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 14px 12px;
}

.homeForm__right__form .nice-select {
    font-size: 14px;
    border-color: #1A1818;
    margin-bottom: 18px;
}

.nice-select {
    height: 48px;
    line-height: 48px;
    text-transform: capitalize;
    font-size: 16px;
}

.nice-select {
    width: 100%;
    height: 48px;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
}

.nice-select:after {
    content: '' !important;
    background-image: url('../images/nice-caret.svg');
    background-repeat: no-repeat;
    background-position: center;
    right: 2px !important;
    height: 100%;
    width: 40px !important;
}

.nice-select .list {
    width: 100% !important;
}

.nice-select:after {
    width: 5px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    transform: none;
    border: none;
    margin-top: 0;
    right: 16px;
    top: 0px;
    transition: none;
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    top: -13px !important;
    right: 11px !important;
}

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

.Footer__top-left img {
    margin-bottom: 50px;
    height: 90px;
}

.Footer .modify-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.Footer__social {
    margin-top: 31px;
}

.Footer__top-left p {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 23px;
}

.Footer__top-left p a {
    color: #ffffff;
    text-transform: lowercase;
}

.Footer__social ul {
    padding-top: 32px;
    padding-bottom: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.Footer__social ul li {
    display: inline-block;
}

.Footer__social ul li:nth-of-type(1) a {
    margin-right: 5px;
}

.Footer__social ul li:nth-of-type(2) a {
    background-position-x: -58px;
    background-position-y: 0px;
}

.Footer__social ul li:nth-of-type(3) a {
    background-position-x: -60px;
    background-position-y: 0px;
}

.Footer__social ul li:nth-of-type(4) a {
    background-position-x: -96px;
    background-position-y: 0px;
}

.Footer__social ul li a {
    display: inline-block;
    background-size: 150px;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.Footer__copyright {
    margin-top: 32px;
}

.Footer__copyright p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 20px;
}

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

.innerBanner .container h1 {
    position: absolute;
    bottom: 54px;
    left: 15px;
    margin: 0;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
}

.innerBanner img {
    width: 100%;
    position: relative;
}

.innerBanner .container {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    height: 100%;
    z-index: 1;
}

.project_page {
    background: #F8F8F8;
}


.project_page .Project__slider-wrap__single__inner {
    height: 530px;
}

.nice-select {
    font-size: 14px;
    border-color: #1A1818;
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
    border-color: rgba(26, 24, 24, 0.76);
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 14px 12px;
}

/* =============================  Gallery   ================================= */

.image_gallery .image_wrapper {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.image_gallery .image_wrapper img {
    transform: scale(1.01);
    transition: 0.7s all ease;
}

.image_gallery .modify-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_gallery .image_wrapper .view_all {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: white;
    font-weight: 900;
    text-align: center;
    padding: 0px;
    opacity: 1;
    transition: 0.7s all ease;
}

.image_gallery .gallery_title {
    margin-top: 15px;
    font-size: 16px;
}

.image_gallery .image_wrapper {
    position: relative;
}

.image_gallery .image_wrapper:hover img {
    transform: scale(1.05);
}

.image_gallery .image_wrapper img {
    transform: scale(1.01);
    transition: 0.7s all ease;
}

.image_gallery .image_wrapper:before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 58, 113, 0.2);
}



/* =============================  landowner page   ================================= */
.landowner-from .Title {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 43px;
    color: #1a1818;
}

.landowner-from p {
    font-size: 18px;
    color: #1a1818;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
}


.ListingFour {
    background-color: #F8F8F8;
}

.ListingFour__single__left {
    padding-right: 125px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 326px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ListingFour__single__left p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    text-align: justify;
}

/* =============================  blog   ================================= */

.blog-title {
    font-size: 18px;
    font-weight: 500;
    min-height: 60px;
    overflow: hidden;
    line-height: 25px;
}

.blog_single_item .post .dcBtn,
.page-numbers.prev,
.page-numbers,
.nav-links a {
    color: black;
}

.blog_single_item .post .dcBtn {
    border-color: black;
}

.single .blog .content {
    font-size: 16px;
    line-height: 26px;
}

.content p {
    font-size: 17px;
}

.blog-details .nav-links {
    display: flex;
    font-size: 22px;
}

.blog-details .nav-title {
    color: #003a71;
    text-decoration: underline;

}


.comment-respond .comment-reply-title {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0;
    font-size: 25px;
    margin: 0 0 10px;
}


.comment-respond .form-control {
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    color: rgba(24, 24, 24, 0.5);
    border: 1px solid rgba(24, 24, 24, 0.5);
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
}

/* =============================  faq   ================================= */


.faq-section .accordion-button {
    background: rgba(218, 226, 229, 0.3) !important;
    box-shadow: none !important;
    border: 1px solid #B0BEC5 !important;
    outline: none !important;
    padding: 20px 30px 20px 30px !important;
    border-radius: 0px !important;
    color: #1e1e22;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
}


.faq-section .accordion-button:not(.collapsed) {
    color: #222 !important;
    background: rgba(218, 226, 229, 0.3) !important;
    border-bottom: 0 !important;
}

.faq-section .accordion-body {
    background: rgba(218, 226, 229, 0.3);
    box-shadow: none;
    border: 1px solid #B0BEC5;
    padding: 14px 30px 11px 30px;
    border-top: 0 !important;
}



.faq-section p {
    color: rgba(30, 30, 34, 0.76);
    font-size: 16px;
    font-weight: 400;
    transition: opacity .3s ease;
    line-height: 27px;
}

.contact_info p {
    color: #000000;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}


.contact_info img {
    margin-right: 15px;
}

/* =============================  project details   ================================= */

.property-details {
    padding-top: 100px;
}

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

.project-detail-banner__right__overview ul.Bredcum li a:after {
    left: calc(100% + 10px);
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background-image: url('../images/caret-right.svg');
    background-repeat: no-repeat;
    top: 10px;
    bottom: 0;
    margin: auto;
    transform: rotate(25deg);
}

.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;
    margin: 40px 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 {
    color: #003a71;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

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

.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 {
    margin-bottom: 60px;
}

.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 .Overview {
    margin-bottom: 100px;
}

.project-detail-banner__right__overview .Progress__bar__start {
    height: 100px;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 65px;
    z-index: 3;
}

.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);
}

.project-detail-banner__right__overview .Progress__bar__start p:nth-of-type(1) {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.project-detail-banner__right__overview .Progress__bar__start p {
    padding-left: 3px;
    color: #1b1d1d;
    margin: 0;
}

.project-detail-banner__right__overview .Progress__bar__start span {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #003a71;
    margin-top: 15px;
    margin-bottom: 5px;
}

.project-detail-banner__right__overview .Progress__bar__start p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.project-detail-banner__right__overview .Progress__bar__line {
    height: 5px;
    width: 100%;
    background: #CECECE;
    position: relative;
}

.project-detail-banner__right__overview .Progress__bar__end {
    width: 75px;
    height: 110px;
    position: absolute;
    right: 0px;
    text-align: right;
    bottom: 55px;
}

.project-detail-banner__right__overview .Progress__bar__popup {
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    top: calc(100% - 52px);
    display: none;
}

.project-detail-banner__right__overview .Progress__bar__end span {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #003a71;
    margin-top: -7px;
    margin-bottom: 5px;
}


.project-detail-banner__right__overview .Progress .Title {
    margin-bottom: 120px;
    color: #003a71;
    position: relative;
    z-index: 2;
}




.Progress__bar__line span:nth-of-type(1) {
    color: #fff;
    font-size: 9px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #003a71;
    height: 30px;
    width: 30px;
    margin: auto;
    border-radius: 50%;
    transition: left .9s ease;
    cursor: pointer;
    z-index: 5;
    line-height: 30px;
}

.Progress__bar__line span:nth-of-type(1)::before {
    content: '';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #003a71;
    left: -10px;
    right: -9px;
    margin: auto;
    position: absolute;
    bottom: -10px;
    animation: zoomItNd ease infinite;
    opacity: 1;
    animation-duration: 2.5s;
    animation-delay: .4s;
}


.Progress__bar__line span:nth-of-type(1)::after {
    content: '';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #003a71;
    left: -10px;
    right: -9px;
    margin: auto;
    position: absolute;
    bottom: -10px;
    animation: zoomIt ease infinite;
    opacity: 1;
    animation-duration: 2.5s;
    animation-delay: .4s;
}


@keyframes zoomIt {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomItNd {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.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:hover img {
    filter: none;
}




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

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

.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-right: 15px;
}

.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;
}

/* ============================= 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: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #003a71;
}

.project-detail-banner__right__overview ul.Bredcum li a:after {
    left: calc(100% + 10px);
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background-image: url('../images/caret-right.svg');
    background-repeat: no-repeat;
    top: 10px;
    bottom: 0;
    margin: auto;
    transform: rotate(25deg);
}

.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;
    margin: 40px 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: 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 .Overview p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #1a1818;
}

.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 {
    margin-bottom: 60px;
}

.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 .Overview {
    margin-bottom: 100px;
}

.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: 50px;
    line-height: 50px;
    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: 680px;
}

.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: 28px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.Project__slider-wrap__single__inner__content__slide__inner h4 {
    font-size: 16px;
    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: 155px;
    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;
    }
}



.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.breadcrumb-section.position-relative {
    padding-top: 78px;
}

.footer-widget h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Cinzel', sans-serif;
}

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

.Banner-slider__menu {
    background: rgba(255, 255,255,1);
}

.mobile_nav {
    background: #0366C2;
}

.Project__slider-wrap__single__inner {
    position: relative;
    overflow: hidden;
    height: 480px;
}
/* rgba(0, 74, 32,1) */



.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 */
}

.social_media .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;
}

.header {
    background-color: rgba(255, 255, 255, 1);
}