    @charset "UTF-8";
    body {
        font-family: "Poppins", sans-serif;
        color: #555555;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000000;
    }
    
    a {
        color: #000000;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    
    a:hover {
        color: #0277BD;
        text-decoration: none;
    }
    
    .link-two {
        color: #000000;
        transition: all 0.5s ease;
    }
    
    .link-two:hover {
        text-decoration: underline;
        color: #000000;
    }
    
    .link-one {
        color: #000000;
        transition: all 0.5s ease;
    }
    
    .link-one:hover {
        color: #000000;
        text-decoration: none;
    }
    
    .link-icon {
        color: #000000;
        font-weight: 500;
    }
    
    .link-icon span {
        font-size: 14px;
        padding-left: 4px;
        vertical-align: middle;
    }
    
    .link-a {
        text-decoration: none;
        color: #ffffff;
        text-decoration: none;
    }
    
    @media (min-width: 768px) {
        .link-a {
            font-size: 0.9rem;
        }
    }
    
    @media (min-width: 992px) {
        .link-a {
            font-size: 1rem;
        }
    }
    
    .link-a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .link-a span {
        font-size: 18px;
        vertical-align: middle;
        margin-left: 5px;
    }
    
    @media (min-width: 768px) {
        .link-a span {
            font-size: 1.5rem;
        }
    }
    
    @media (min-width: 992px) {
        .link-a span {
            font-size: 18px;
        }
    }
    
    .text-brand {
        color: #000000;
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    .text-brand img {
        width: 60px;
    }
    
    @media (max-width: 767px) {
        .text-brand {
            font-size: .85rem;
        }
        .text-brand img {
            width: 36px;
        }
    }
    
    .color-a {
        text-decoration: none;
        color: #000000;
    }
    
    .color-b {
        color: #0277BD;
    }
    
    .color-d {
        color: #adadad;
    }
    
    .color-text-a {
        text-decoration: none;
        color: #555555;
    }
    
    .no-margin {
        margin: 0;
    }
    /*------/ Nav Pills  /------*/
    
    .nav-pills-a {
        text-decoration: none;
    }
    
    .nav-pills-a.nav-pills .nav-link {
        color: #000000;
        position: relative;
        font-weight: 600;
    }
    
    .nav-pills-a.nav-pills .nav-link.active {
        background-color: transparent;
    }
    
    .nav-pills-a.nav-pills .nav-link.active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background-color: #0277BD;
        z-index: 2;
    }
    /*------/ Bg Image /------*/
    
    .bg-image {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
    }
    /*------/ List a /------*/
    
    .list-a {
        text-decoration: none;
        display: inline-block;
        line-height: 2;
        padding: 0;
        list-style: none;
    }
    
    .list-a li {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 25px;
        padding-right: 5px;
    }
    
    @media (min-width: 992px) {
        .list-a li {
            width: 33.333%;
        }
    }
    
    .list-a li:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        background-color: #313131;
        top: 15px;
        left: 0;
    }
    /*------/ Pagination-a /------*/
    
    .pagination-a {
        text-decoration: none;
    }
    
    .pagination-a .pagination .page-link {
        margin: 0 0.2rem;
        border-color: transparent;
        padding: 0.5rem 0.8rem;
        color: #000000;
    }
    
    .pagination-a .pagination .page-link:hover,
    .pagination-a .pagination .page-link:active,
    .pagination-a .pagination .page-link:focus {
        background-color: #0277BD;
    }
    
    .pagination-a .pagination .page-link span {
        font-size: 1.2rem;
    }
    
    .pagination-a .pagination .next .page-link {
        padding: 0.4rem 0.9rem;
    }
    
    .pagination-a .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .pagination-a .pagination .page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .pagination-a .pagination .page-item.disabled .page-link {
        padding: 0.4rem 0.9rem;
        color: #555555;
    }
    
    .pagination-a .pagination .page-item.active .page-link {
        background-color: #0277BD;
    }
    
    .a {
        text-decoration: none;
        color: #0277BD;
        font-size: 1.3rem;
    }
    /*------/ Icon Box /------*/
    
    .icon-box .icon-box-icon {
        display: table-cell;
        vertical-align: top;
        font-size: 36px;
        color: #000000;
        width: 50px;
        padding-top: 8px;
    }
    
    .icon-box .icon-box-content {
        padding-top: 18px;
    }
    /*------/ Space Padding /------*/
    
    .section-t8 {
        padding-top: 8rem;
    }
    
    @media (max-width: 767px) {
        .section-t8 {
            padding-top: 4rem;
        }
    }
    
    .section-t4 {
        padding-top: 4rem;
    }
    
    @media (max-width: 767px) {
        .section-t4 {
            padding-top: 2rem;
        }
    }
    
    .section-t3 {
        padding-top: 3rem;
    }
    
    @media (max-width: 767px) {
        .section-md-t3 {
            padding-top: 3rem;
        }
    }
    
    .section-b2 {
        padding-bottom: 2rem;
    }
    
    .section-tb85 {
        padding: 8rem 0 5rem 0;
    }
    
    @media (max-width: 767px) {
        .section-tb85 {
            padding: 4rem 0 2.5rem 0;
        }
    }
    /*------/ Title /------*/
    
    .title-wrap {
        padding-bottom: 4rem;
    }
    
    .title-a {
        text-decoration: none;
        font-size: 2.6rem;
        font-weight: 600;
    }
    
    .title-link {
        font-size: 1.2rem;
        font-weight: 300;
        padding-top: 1.2rem;
    }
    
    .title-link a {
        text-decoration: none;
        color: #313131;
    }
    
    .title-link span {
        font-size: 20px;
        padding-left: 4px;
        vertical-align: middle;
    }
    
    .title-box-d {
        padding-bottom: 1.8rem;
        margin-bottom: 1rem;
        position: relative;
    }
    
    .title-box-d .title-d {
        font-weight: 600;
        font-size: 2rem;
    }
    
    .title-box-d .title-d:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 4px;
        background-color: #0277BD;
        bottom: 20px;
        left: 0;
    }
    /*------/ Display Table & Table Cell /------*/
    
    .display-table {
        width: 100%;
        height: 100%;
        display: table;
    }
    
    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }
    /*------/ Ul Resect /------*/
    
    .ul-resect ul,
    .box-comments ul,
    .list-a ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    /*------/ Overlay /------*/
    
    .overlay-a {
        text-decoration: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
    }
    
    .overlay {
        position: absolute;
        top: 0;
        left: 0px;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    
    .carousel-pagination {
        margin-top: 10px;
        text-align: center;
    }
    
    .carousel-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 10px;
        background-color: #555;
        margin: 0 4px;
        border-radius: 0;
        opacity: 1;
        transition: 0.3s;
    }
    
    .carousel-pagination .swiper-pagination-bullet-active {
        background-color: #0277BD;
        width: 36px;
    }
    
    .nav-arrow-a {
        text-decoration: none;
    }
    
    .nav-arrow-a .owl-arrow .owl-nav {
        font-size: 1.8rem;
        margin-top: -110px;
    }
    
    .nav-arrow-a .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }
    
    .nav-arrow-b .owl-arrow .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2rem;
    }
    
    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: 0.7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #ffffff;
        background-color: #0277BD;
        opacity: 0.9;
    }
    
    .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
        transition: all 0.6s ease-in-out;
        color: #ffffff;
    }
    
    .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
        background-color: #26a356;
    }
    
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        margin-left: 0px;
    }
    /*------/ Socials /------*/
    
    .socials-a {
        text-decoration: none;
    }
    
    .socials-a .list-inline-item:not(:last-child) {
        margin-right: 25px;
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: #0277BD;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: all 0.4s;
    }
    
    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }
    
    .back-to-top:hover {
        background: #4bd680;
        color: #fff;
    }
    
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
    /* Prelaoder */
    
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
    }
    
    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #0277BD;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }
    
    @keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*======================================
//--//-->   BUTTON
======================================*/
    
    .btn {
        transition: 0.5s ease;
    }
    
    .btn.btn-a,
    .btn.btn-b {
        border-radius: 0;
        padding: 1rem 3rem;
        letter-spacing: 0.05rem;
    }
    
    .btn.btn-a {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
    }
    
    .btn.btn-a:hover {
        background-color: #0277BD;
        color: #000000;
    }
    
    .btn.btn-b {
        background-color: #0277BD;
        color: #000000;
    }
    
    .btn.btn-b:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .btn.btn-b-n {
        background-color: #0277BD;
        color: #ffffff;
        border-radius: 0;
    }
    
    .btn.btn-b-n:hover {
        background-color: #26a356;
        color: #ffffff;
    }
    /* .navbar-toggle-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 10px;
} */
    /* .navbar-toggle-box i {
    line-height: 0;
}
 */
    /*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
    
    .navbar-default {
        transition: all 0.5s ease-in-out;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    }
    
    .navbar-default .nav-search {
        color: #000000;
        font-size: 1.5rem;
    }
    
    .navbar-default.navbar-reduce {
        box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    }
    
    .navbar-default.navbar-trans,
    .navbar-default.navbar-reduce {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .navbar-default.navbar-trans .nav-item,
    .navbar-default.navbar-reduce .nav-item {
        position: relative;
        padding-right: 10px;
        /* padding-bottom: 8px; */
        margin-left: 0;
    }
    
    @media (min-width: 768px) {
        .navbar-default.navbar-trans .nav-item,
        .navbar-default.navbar-reduce .nav-item {
            margin-left: 15px;
        }
    }
    
    .navbar-default.navbar-trans .nav-link,
    .navbar-default.navbar-reduce .nav-link {
        font-size: .85rem;
        color: #000000;
        font-weight: 500;
        letter-spacing: 0.02em;
        transition: all 0.1s ease-in-out;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    
    .navbar-default.navbar-trans .nav-link:before,
    .navbar-default.navbar-reduce .nav-link:before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 0;
        background-color: #0277BD;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
    }
    
    .navbar-default.navbar-trans .nav-link:hover,
    .navbar-default.navbar-reduce .nav-link:hover {
        color: #000000;
    }
    
    .navbar-default.navbar-trans .nav-link:hover:before,
    .navbar-default.navbar-reduce .nav-link:hover:before {
        transform: scaleX(1);
        transform-origin: left;
    }
    
    .navbar-default.navbar-trans .show>.nav-link:before,
    .navbar-default.navbar-trans .active>.nav-link:before,
    .navbar-default.navbar-trans .nav-link.show:before,
    .navbar-default.navbar-trans .nav-link.active:before,
    .navbar-default.navbar-reduce .show>.nav-link:before,
    .navbar-default.navbar-reduce .active>.nav-link:before,
    .navbar-default.navbar-reduce .nav-link.show:before,
    .navbar-default.navbar-reduce .nav-link.active:before {
        transform: scaleX(1);
    }
    
    .navbar-default.navbar-trans .nav-link:before {
        background-color: #0277BD;
    }
    
    .navbar-default.navbar-trans .nav-link:hover {
        color: #000000;
    }
    
    .navbar-default.navbar-trans .show>.nav-link,
    .navbar-default.navbar-trans .active>.nav-link,
    .navbar-default.navbar-trans .nav-link.show,
    .navbar-default.navbar-trans .nav-link.active {
        color: #000000;
    }
    
    .navbar-default.navbar-reduce {
        transition: all 0.5s ease-in-out;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .navbar-default.navbar-reduce .nav-link {
        color: #000000;
    }
    
    .navbar-default.navbar-reduce .nav-link:before {
        background-color: #0277BD;
    }
    
    .navbar-default.navbar-reduce .nav-link:hover {
        color: #000000;
    }
    
    .navbar-default.navbar-reduce .show>.nav-link,
    .navbar-default.navbar-reduce .active>.nav-link,
    .navbar-default.navbar-reduce .nav-link.show,
    .navbar-default.navbar-reduce .nav-link.active {
        color: #000000;
    }
    
    .navbar-default.navbar-reduce .navbar-brand {
        color: #000000;
    }
    
    .navbar-default .dropdown .dropdown-menu {
        border-top: 0;
        border-left: 4px solid #0277BD;
        border-right: 0;
        border-bottom: 0;
        transform: translate3d(0px, 40px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
        margin: 0;
        border-radius: 0;
        padding: 12px 0;
    }
    
    @media (min-width: 768px) {
        .navbar-default .dropdown .dropdown-menu {
            border-top: 4px solid #0277BD;
            border-left: 0;
            display: block;
            position: absolute;
            box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
        }
    }
    
    .navbar-default .dropdown .dropdown-menu .dropdown-item {
        padding: 12px 18px;
        transition: all 500ms ease;
        font-weight: 600;
        min-width: 220px;
    }
    
    .navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #ffffff;
        color: #0277BD;
        transition: all 500ms ease;
    }
    
    .navbar-default .dropdown .dropdown-menu .dropdown-item.active {
        background-color: #ffffff;
        color: #0277BD;
    }
    
    .navbar-default .dropdown:hover .dropdown-menu {
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    /*------/ Hamburger Navbar /------*/
    
    .navbar-toggler {
        position: relative;
        padding-right: 7px;
        padding-left: 7px;
    }
    
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }
    
    .navbar-toggler span {
        display: block;
        background-color: #000000;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        transform: rotate(0deg);
        left: 0;
        opacity: 1;
    }
    
    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
        transition: transform 0.35s ease-in-out;
    }
    
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        transform: rotate(135deg);
        opacity: 0.9;
    }
    
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }
    
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        transform: rotate(-135deg);
        opacity: 0.9;
    }
    /*======================================
//--//-->   BOX COLAPSE
======================================*/
    
    .box-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 1040;
        background-color: #ffffff;
        transform: translateX(100%);
        transition: all 0.6s ease;
    }
    
    @media (min-width: 768px) {
        .box-collapse {
            width: 50%;
        }
    }
    
    .box-collapse .title-box-d {
        top: 30px;
        left: 60px;
        opacity: 0;
        transition: all 1s ease;
        transition-delay: 0.3s;
    }
    
    @media (max-width: 575px) {
        .box-collapse .title-box-d {
            left: 35px;
        }
    }
    
    @media (max-width: 575px) {
        .box-collapse .title-box-d .title-d {
            font-size: 1.3rem;
        }
    }
    
    .box-collapse-wrap {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 6.5rem;
        bottom: 5rem;
        padding-left: 10%;
        padding-right: 10%;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        transform: translateY(3rem);
        transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
    }
    
    .box-collapse-open .click-closed {
        visibility: visible;
    }
    
    .box-collapse-open .box-collapse {
        transform: translateX(0);
        box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
        opacity: 1;
    }
    
    .box-collapse-open .box-collapse .title-box-d {
        transform: translate(0);
        opacity: 1;
    }
    
    .box-collapse-open .box-collapse-wrap {
        transform: translate(0);
        opacity: 1;
    }
    
    .box-collapse-closed .box-collapse {
        opacity: 0.7;
        transition-delay: 0s;
    }
    
    .box-collapse-closed .box-collapse .title-box-d {
        opacity: 0;
        transition-delay: 0s;
    }
    
    .box-collapse-closed .box-collapse .form-a {
        opacity: 0;
        transition-delay: 0s;
    }
    
    .click-closed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        z-index: 1035;
        background-color: #000000;
        opacity: 0.4;
    }
    
    .close-box-collapse {
        position: absolute;
        z-index: 1050;
        top: 2rem;
        font-size: 3.5rem;
        line-height: 1;
        color: #000000;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .right-boxed {
        right: 4.2857rem;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    .main {
        margin-top: 88px;
    }
    
    .header-bg {
        background: url('../assets/img/moroccan-flower-dark.webp');
        background-repeat: repeat;
        background-position: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .intro {
        height: 100vh;
        max-height: 420px;
        position: relative;
        color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .85)!important;
    }
    
    .intro .swiper-pagination {
        bottom: 50px;
    }
    
    .intro .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 10px;
        background-color: #ffffff;
        border-radius: 0;
        opacity: 1;
        transition: 0.3s;
    }
    
    .intro .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #0277BD;
        width: 36px;
    }
    
    .intro .intro-item {
        padding-top: 2rem;
    }
    
    .intro .carousel-item-a {
        position: relative;
        height: 100vh;
        max-height: 420px;
    }
    
    .intro .carousel-item-a.bg-image {
        background-attachment: scroll;
    }
    
    .intro .intro-content {
        position: absolute;
    }
    
    .intro .intro-body {
        padding-left: 1rem;
    }
    
    @media (min-width: 768px) {
        .intro .intro-body {
            padding-left: 2rem;
        }
    }
    
    .intro .intro-body .price-a {
        color: #ffffff;
        padding: 1rem 1.5rem;
        border: 2px solid #0277BD;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    
    .intro .spacial {
        animation-delay: 0.2s;
        color: #ffffff;
    }
    
    .intro .intro-title-top {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        color: #ffffff;
        letter-spacing: 0.05em;
    }
    
    @media (min-width: 768px) {
        .intro .intro-title-top {
            font-size: 1rem;
            margin-bottom: 1rem;
        }
    }
    
    @media (min-width: 992px) {
        .intro .intro-title-top {
            font-size: 1.25rem;
            margin-bottom: 2rem;
        }
    }
    
    .intro .intro-title {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.75rem;
        text-transform: uppercase;
    }
    
    @media (min-width: 576px) {
        .intro .intro-title {
            font-size: 1.5rem;
        }
    }
    
    @media (min-width: 768px) {
        .intro .intro-title {
            font-size: 1.75rem;
        }
    }
    
    @media (min-width: 992px) {
        .intro .intro-title {
            font-size: 2.5rem;
        }
    }
    
    .intro .intro-subtitle {
        font-size: 1.5rem;
        font-weight: 300;
    }
    
    @media (min-width: 768px) {
        .intro .intro-subtitle {
            font-size: 2.5rem;
        }
    }
    
    .intro .intro-subtitle.intro-price {
        padding-top: 1rem;
        font-size: 1.2rem;
    }
    
    @media (min-width: 576px) {
        .intro .intro-subtitle.intro-price {
            font-size: 1.3rem;
        }
    }
    
    @media (min-width: 768px) {
        .intro .intro-subtitle.intro-price {
            padding-top: 2rem;
            font-size: 1.5rem;
        }
    }
    
    @media (min-width: 992px) {
        .intro .intro-subtitle.intro-price {
            padding-top: 3rem;
        }
    }
    
    .notices {
        background-color: #fcfcfc;
        padding: 15px 0 0 0;
        border-bottom: 4px dashed blue;
        border-top: 4px dashed blue;
    }
    
    .notices h4 {
        font-weight: bold;
        color: #0277BD;
        margin-bottom: 10px;
    }
    
    .notices marquee {
        height: 40px;
    }
    
    .notices ul {
        padding-left: 0;
    }
    
    .notices li {
        padding: 10px 0;
        list-style: none;
    }
    
    .notices li a {
        font-style: italic;
        color: blue;
        font-weight: 600;
        font-size: 1.1rem;
    }
    /*------/ Intro Single /------*/
    
    .intro-single {
        padding: 12rem 0 3rem;
    }
    
    @media (max-width: 767px) {
        .intro-single {
            padding-top: 9rem;
        }
    }
    
    .intro-single .title-single-box {
        padding: 1rem 0 1rem 2rem;
    }
    
    .intro-single .title-single-box {
        border-left: 3px solid #0277BD;
    }
    
    .intro-single .title-single-box .title-single {
        font-weight: 600;
        font-size: 2.2rem;
    }
    
    @media (min-width: 768px) {
        .intro-single .title-single-box .title-single {
            font-size: 2.1rem;
        }
    }
    
    @media (min-width: 992px) {
        .intro-single .title-single-box .title-single {
            font-size: 2.5rem;
        }
    }
    
    .intro-single .breadcrumb-box {
        padding: 1rem 0 0 0.5rem;
    }
    
    .intro-single .breadcrumb {
        background-color: transparent;
        padding-right: 0;
        padding-left: 0;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    footer {
        background: #f3f3f3;
        text-align: center;
        padding: 30px 0;
        font-size: 90%;
    }
    
    footer .copyright-footer {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    
    footer .credits {
        font-size: 14px;
    }
    /***CUSTOM CSS***/
    
    .online-application {
        background: rgb(6, 39, 88);
        background: linear-gradient(180deg, rgba(82, 100, 255, 1) 0%, rgba(6, 39, 88, 1) 100%);
    }
    
    .features-icons {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 2px dashed #eee;
    }
    
    .features-icons .features-icons-item {
        display: flex;
        align-items: center;
    }
    /***Property Block***/
    
    .property-block {
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    
    .hover-shadow:hover {
        box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10)!important;
    }
    
    .transation-this,
    .transation,
    .transation * {
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
    
    .property-container {
        border-bottom: 2px dashed #eee;
        padding-top: 40px;
        padding-bottom: 15px;
    }
    
    .property-grid-6 .listing-ctg {
        position: absolute;
        left: 15px;
        top: 15px;
        display: inline-block;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
        z-index: 100;
        background-color: #0277BD;
    }
    
    .quick-meta {
        right: 15px;
        bottom: 15px;
        z-index: 10;
    }
    
    .property-grid-6 .quick-meta li a {
        display: block;
        color: #fff;
        color: var(--theme-secondary-color);
        font-weight: 500;
    }
    
    .quick-meta li a {
        display: block;
        color: var(--theme-white-color);
    }
    
    .flat-mini::before {
        font-size: 15px;
        line-height: 15px;
    }
    
    .unicode-arrow:before {
        content: "\e93d";
    }
    
    .hover-img-zoom:hover img {
        transform: scale(1.05);
    }
    /* .property-grid-6 */
    
    .listing-location {
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    
    .listing-location i {
        color: #0277BD;
    }
    /* .property-grid-6 */
    
    .listing-price {
        width: 100%;
        padding: 3px 15px;
        font-size: 18px;
        font-weight: 700;
        border: 2px dashed #26a356;
        /* background-color: #26a356; */
        color: #26a356;
        /*  #FFF; */
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }
    /* .property-grid-6 */
    
    .listing-price small {
        font-size: 14px;
        padding-right: 5px;
        font-weight: 400;
    }
    /* .property-grid-6 */
    
    .property {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
    }
    
    .font-medium {
        font-size: 18px;
        line-height: 30px;
    }
    /* .property-grid-6 */
    
    .quantity li span {
        color: var(--theme-secondary-color);
    }
    /* .property-grid-6 */
    
    .quantity li span {
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        font-size: 13px;
        margin-right: 8px;
    }
    
    .listing-title {
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .property ul {
        margin: 10px 0;
    }
    
    .property ul li {
        padding: 2px 0;
    }
    
    .property ul li i {
        width: 24px;
        text-align: center;
        float: left;
        color: #0277BD;
    }
    
    .property-value-data {
        color: #0277BD;
        font-weight: 600;
    }
    
    .property-hd-title {
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .property-hd-title:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        left: 0;
        bottom: -10px;
        background-color: #26a356;
    }
    
    .title-center {
        position: relative;
        margin-bottom: 30px;
    }
    
    .title-center:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -10px;
        background-color: #26a356;
    }
    
    .login-signup-tab .nav-link {
        letter-spacing: 1px;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 10px 35px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #0277bd;
        color: #FFF;
    }
    
    .login-signup-tab .nav-link.active {
        background-color: #FFF;
        color: #0277bd;
    }
    
    .form-control-plaintext,
    .form-control,
    .form-select {
        height: 45px;
        width: 100%;
        outline: none;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding-left: 15px;
        font-size: 16px;
        border-bottom-width: 2px;
        transition: all 0.3s ease;
    }
    
    select.form-select:focus,
    textarea:focus,
    textarea.form-control:focus,
    input.form-control:focus,
    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    [type=text].form-control:focus,
    [type=password].form-control:focus,
    [type=email].form-control:focus,
    [type=tel].form-control:focus,
    [contenteditable].form-control:focus {
        border-color: #0277BD;
        outline: none;
        box-shadow: inset 0 -1px 0 #ddd;
    }
    /* ,
    input:valid */
    
    .btn {
        height: 45px;
        border-radius: 5px;
    }
    
    .btn.btn-outline-primary {
        line-height: 2;
        height: 45px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background-color: #FFF;
        padding-left: 15px;
        font-size: 16px;
        border-bottom-width: 2px;
        color: #212529;
        text-transform: uppercase;
    }
    
    .asterisk {
        color: red;
    }
    
    .profile-nav-tab.nav-pills .nav-link {
        background-color: #f7f7f7;
    }
    
    .profile-nav-tab.nav-pills .nav-link.active {
        background: #0277bd;
        color: #FFF;
    }
    
    .profile-nav-tab.nav-pills .nav-link.submit-success,
    .profile-nav-tab.nav-pills .nav-link.active.success {
        background-color: #26a356;
        color: #FFF;
    }
    
    .col-form-label {
        line-height: 1.75;
    }
    
    .thm-btn-chk .btn {
        margin: .25rem .125rem;
    }
    
    .btn {
        line-height: 2;
    }
    
    .user-dashboard-card:hover {
        background-color: #0277BD!important;
        color: #FFF!important;
        transition: all ease-in .2s;
    }
    
    .dashboard-icon-list {
        background-color: #0277BD;
        color: #FFF;
        font-size: 36px;
        width: 68px;
        height: 68px;
        display: grid;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 50%;
    }
    
    .user-dashboard-card:hover .dashboard-icon-list {
        color: #0277BD;
        background-color: #FFF;
    }
    
    .user-dashboard-card:hover h5,
    .user-dashboard-card:hover p {
        color: #FFF!important;
    }
    
    .border-line-dashed {
        height: 1px;
        width: 100%;
        border-bottom: 2px dashed #0277BD;
    }
    
    .border-line-dashed-card {
        border: 2px dashed #0277BD;
    }
    
    .example-image {
        width: 68px;
        border-radius: 4px;
    }
    .category-card{
		background: #0277BD;
		box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10)!important;
		border:0;
		transition: all ease-in .2s;
	}
	.category-card i{
		font-size: 3rem;
		color: #FFF;
	}
	.category-card h2,
	.category-card p{
		color: #FFF;
	}
	.category-card p{
		margin-bottom: 0;
	}
	.category-card:hover{
		background: #FFF;
		box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .25)!important;
	}
	.category-card:hover i,
	.category-card:hover p{
		color: #0277BD;
	}
	.category-card:hover h2{
		color: #000;
	}

        .main-card-sec {
            background: url(../assets/img/pattern.png) repeat #f4f5fa;
            padding: 40px 0;
            min-height: calc(100vh - 80px);
        }
        
        .choose-card {
            border: 2px solid #FFF;
            border-radius: 8px;
            -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
            box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
            -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
            transition: all 350ms cubic-bezier(.37, 0, .63, 1);
            background: #f4f5fa;
            padding: 30px;
            text-align: center;
            height: 100%;
        }
        
        .choose-card:hover {
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
        }
        
        .choose-card h3 {
            color: #0277BD;
            margin-top: 15px;
        }
        
        .choose-card p {
            color: #000;
        }
        
        .choose-card:hover h3 {
            color: #26a356;
        }