body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

a {
    text-decoration: none;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

ul {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

#bottom_top {
    display: inline-block;
    background-color: #dc000b;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#bottom_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

#bottom_top.show {
    opacity: 1;
    visibility: visible;
}

.text {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.header {
    background: #fff;
    border-bottom: 2px solid #dc000b; 
    padding: 12px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
}

.logo_img {
    width: 160px;
    margin-top: -60px;
}

.header .navbar {
    padding: 0 !important;
}

.header .navbar-dark .navbar-nav .nav-link {
    color: #002c66;
    font-family: system-ui;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.header .navbar-dark .navbar-nav .nav-link:hover {
    color: #dc000b;
}

.header .dropdown-item:hover {
    color: #dc000b;
    background-color: transparent;
}

.header .dropdown .dropdown-menu {
    display: none;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
}

.header-btn {
    margin-left: 50px;
}

.header-btn a {
    background: #002c66;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #002c66;
    font-weight: bold;
    transition: 0.5s ease;
}

.header-btn a:hover {
    background: transparent;
    color: #002c66;
}


/*-------------------Top Header-----------------*/

.top-header-info {
    width: 75%;
    background: #002c66;
    margin-left: auto;
    padding: 10px 30px;
    text-align: right;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4% 100%);
}

.top-header-info a {
    color: #fff;
    padding-right: 25px;
}

.top-header-info i {
    margin-right: 4px;
}

.select-country {
    display: inline-block;
}

.select-country select:focus {
    box-shadow: none;
}

.login-form {
    display: inline-block;
    margin-right: 10px;
}

.login-form a {
    background: #dc000b;
    padding: 9px 15px;
    border-radius: 4px;
    font-weight: bold;
}


/*----------------------Content Css-----------------*/

.boomi-banner {
    height: 550px;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
}

.boomi-banner-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #00000078;
    color: #fff;
    font-size: 18px;
    padding: 0 5px;
}

.boomi-banner-info h1 {
    font-size: 50px;
}

.boomi-banner-from {
    display: flex;
    padding: 0px 100px;
    margin-top: 30px;
}

.boomi-banner-from .form-control {
    border-radius: 4px 0px 0px 4px;
}

.boomi-banner-from .form-select {
    width: 80%;
    border-radius: 0;
    padding: 10px;
}

.boomi-banner-from .search-btn {
    background: #002c66;
    color: #fff;
    border: none;
    padding: 0px 30px;
    border-radius: 0px 4px 4px 0px;
    outline: none;
}

.boomi-banner-from .form-control:focus,
.boomi-banner-from .form-select:focus {
    box-shadow: none;
}

.boomi-homes-department {
    background: #002c66;
    color: #fff;
    padding: 60px 30px;
    text-align: center;
    font-size: 18px;
}

.boomi-homes-department i {
    background: #fff;
    color: #002c66;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
}

.boomi-homes-department h4 {
    margin-top: 26px;
    font-size: 35px;
}

.boomi-homes-department p {
    margin: 0;
}

.department-shops {
    background: #dc000b;
}

.department-shops i {
    color: #dc000b;
}

.department-office {
    background: #198754;
}

.department-office i {
    color: #198754;
}

.department-resident {
    background: #111;
}

.department-resident i {
    color: #111;
}

.boomi-homes-heading {
    text-align: center;
    width: 60%;
    margin: 0px auto;
    margin-bottom: 50px;
}

.boomi-homes-heading h2 {
    color: #002c66;
    font-size: 40px;
    text-transform: uppercase;
}

.category-box {
    padding-bottom: 20px;
    box-shadow: 0px 1px 5px #ccc;
    margin-bottom: 30px;
}

.category-pic {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.category-pic img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
}

.category-price {
    position: absolute;
    top: 50px;
    background: #dc000b;
    padding: 10px 20px;
    clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
    min-width: 220px;
}

.category-price h4 {
    margin: 0;
    color: #fff;
}

.category-info {
    padding: 20px 15px;
}

.category-info a {
    font-size: 22px;
    color: #002c66;
}

.more-detail-btn {
    padding: 0px 15px;
}

.more-detail-btn a {
    background: #002c66;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    border: 2px solid #002c66;
    transition: 0.5s ease;
}

.more-detail-btn a:hover {
    background: transparent;
}

.category-box:hover {
    box-shadow: 0px 0px 2px #002c66;
}

.category-box:hover .category-pic img {
    transform: scale(1.1);
}

.more-detail-btn a:hover {
    background: transparent;
    color: #002c66;
}

.category-box:hover .category-info a {
    color: #dc000b;
}

.boomi-home-custom {
    background-size: cover;
    margin-top: 200px;
    padding: 50px 0px;
}

.costom-top-box {
    margin-bottom: 60px;
    margin-top: -200px;
}

.custom-item {
    margin: 0px 10px;
}

.custom-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.costom-top-box .slick-prev,
.costom-top-box .slick-next {
    width: 45px;
    height: 45px;
    background: #dc000b;
    border-radius: 4px;
}

.custom-info-detail {
    text-align: center;
    color: #fff;
}

.custom-info-detail i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 30px;
}

.homes-area-box {
    padding: 50px 30px 20px 60px;
}

.homes-area-box h2 {
    color: #002c66;
    text-transform: uppercase;
    font-size: 40px;
}

.homes-area-pic img {
    width: 100%;
}

.homes-area-box .accordion-item {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #002c66;
}

.homes-area-box .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.homes-area-box .accordion-item:last-of-type {
    margin-bottom: 0;
    border-radius: 0;
}

.homes-area-box .accordion-item:first-of-type {
    border-radius: 0;
}

.homes-area-box .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.homes-area-box .accordion-button {
    padding: 15px 12px;
    font-size: 16px;
    color: #002c66;
    text-transform: uppercase;
}

.homes-area-box .accordion-button:not(.collapsed) {
    color: #002c66;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #002c66;
    text-transform: uppercase;
}

.boomi-property .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 10px;
}

.boomi-property .nav-tabs .nav-link {
    margin-bottom: 10px;
    border: 1px solid #002c66;
    border-radius: 0;
    margin-right: 10px;
    color: #002c66;
    transition: 0.5s ease;
    background: transparent;
}

.boomi-property .nav-tabs .nav-link:hover {
    border-color: #002c66;
    background: #002c66;
    color: #fff;
}

.boomi-property .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #002c66;
    border-color: #002c66;
}

.property-box-info {
    box-shadow: 0px 1px 5px #ccc;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.property-box-pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.property-box-content {
    padding: 15px 15px;
}

.property-box-content h4 {
    color: #002c66;
}

.boomi-visit-form {
    background: #002c66;
    padding: 70px 0px;
    text-align: center;
    color: #fff;
}

.boomi-visit-info h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.request-btn {
    margin-top: 40px;
}

.request-btn a {
    background: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #002c66;
    border: 2px solid #fff;
    border-radius: 4px;
}

.mb-70 {
    margin-bottom: 70px;
}

.boomi-blog {
    background: #002c66;
    transition: 0.4s ease;
    margin-top: 30px;
}

.blog-pic {
    overflow: hidden;
    transition: 0.5s ease;
}

.blog-pic img {
    width: 100%;
    transition: 0.5s ease;
    height: 250px;
    object-fit: cover;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(120deg, #002c66, #dc000b);
    margin: 0px 18px;
    padding: 16px 10px;
    margin-top: -26px;
    z-index: 2;
    position: relative;
}

.blog-date h5 {
    margin: 0;
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.blog-date a {
    font-size: 16px;
    color: #fff;
}

.blog-date i {
    margin-right: 4px;
}

.blog-date h4 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.boomi-blog-info {
    padding: 14px 18px;
    font-size: 16px;
    color: #fff;
}

.boomi-blog-info h4 {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin: 12px 0px;
}

.blog-more-btn a {
    color: #fff;
    font-weight: bold;
}

.blog-more-btn a::after {
    content: "\f101";
    font-family: fontawesome;
    margin-left: 6px;
}

.blog-more-btn a:hover {
    color: #dc000b;
}

.boomi-blog:hover .blog-pic img {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.footer-area {
    background: #111;
    padding: 50px 0px;
    padding-bottom: 0;
}

.footer-address img {
    width: 150px;
    margin-bottom: 20px;
}

.footer-icon {
    color: #fff;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

.footer-icon i {
    background: #dc000b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
}

.footer-social {
    margin-top: 26px;
}

.footer-social i {
    border: 1px solid #ffffff;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 2px;
    transition: 0.5s ease;
}

.footer-social i:hover {
    background: #dc000b;
    border-color: #dc000b;
}

.quick-link {
    margin-top: 30px;
}

.quick-link h4 {
    color: #fff;
}

.quick-link h4::after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background: #dc000b;
    margin-top: 10px;
}

.quick-link li {
    list-style-type: none;
    padding: 4px 6px;
    transition: 0.4s ease;
}

.quick-link a {
    color: #fff;
}

.quick-link a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.quick-link li:hover {
    transform: translateX(3px);
}

.quick-link li:hover a,
.quick-link li:hover .quick-link a::before {
    color: #dc000b;
}

.footer-subscribe {
    margin-top: 30px;
}

.footer-subscribe h4 {
    color: #fff;
}

.footer-subscribe h4::after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background: #dc000b;
    margin-top: 10px;
}

.subscribe-form {
    margin-top: 20px;
    position: relative;
}

.subscribe-form .form-control {
    border: 1px solid #dc000b;
    padding: 10px;
}

.subscribe-form .form-control:focus {
    box-shadow: none;
}

.subscribe-form .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #dc000b;
    border: 1px solid #dc000b;
    color: #fff;
    font-weight: bold;
    padding: 0px 12px;
    border-radius: 0px 4px 4px 0px;
}

.payment-footer i {
    color: #fff;
    font-size: 30px;
    margin-right: 5px;
    margin-top: 10px;
}

.footer-bottom {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 14px 0px;
    margin-top: 40px;
}

.footer-bottom p {
    margin: 0;
}
.header.sticky .logo_img{
    margin-top: 0;
    width: 70px;
}
.page-title {
    position: relative;
    padding: 100px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26,29,31,0.70);
}
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.page-title .page-breadcrumb {
    position: relative;
}
.page-title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-title .page-breadcrumb li a{
    color: #ff2833;
}
.page-title .page-breadcrumb li:after {
    position: absolute;
    content: '/';
    right: -4px;
    top: 0px;
    color: #ffffff;
    font-family: 'FontAwesome';
}
.page-title .page-breadcrumb li:last-child:after{
    display: none;
}
.property-form-widget {
    position: relative;
    margin-bottom: 60px;
}
.property-form-widget h2 {
    position: relative;
    color: #1a1d1f;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 18px 0px;
    background-color: #f1f1f1;
    margin: 0;
}
.property-form-widget .inner-widget {
    position: relative;
    padding: 30px 25px 10px;
    background-color: #fafafa;
}
.property-form-widget .form-control{
    height: 45px;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 0;
}
.property-form-widget .form-select{
    font-size: 13px;
}
.property-form-widget .field-label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.btn-search{
    width: 100%;
    background: #000;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 0;
    transition: all .3s;
}
.btn-search:hover{
    background: #dc000b;
    color: #fff;
}
.sidebar{
    position: sticky;
    top: 90px;
}
.property-slider .item img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.item.slick-slide{
    height: 100%;
}
.propetyslide .item img{
    aspect-ratio: 4/2;
    object-fit: cover;
}
.propetyslide .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 40%;
    background: #ce0000 !important;
    color: #fff !important;
    font-size: 22px !important;
    z-index: 9;
}
.propetyslide .owl-nav .owl-prev{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 40%;
    background: #ce0000 !important;
    color: #fff !important;
    font-size: 22px !important; 
}
.color-default{
    color:#002c66;
}
.list-style-three li {
    position: relative;
    color: #666666;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 4px;
}
.list-style-pro{
    padding: 0;
    margin: 0;
}
.list-style-pro li{
    display: inline-block;
    width: 49%;
    padding-right: 10px;
    padding-left: 25px;
    vertical-align: top;
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
}
.list-style-pro li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: #71b100;
    font-weight: 500;
    font-family: 'FontAwesome';
}
.aboutbg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form h5{
    font-size: 18px;
    letter-spacing: 2px;
    color: #dc000b;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.contact-form h3{
    font-size: 34px;
    letter-spacing: 1px;
    color: #002c66;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.contact-form .form-control{
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    font-size: 14px;
}
.contact-form .btn-dark{
    height: 50px;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
    background: #002c66;
    border-color: #002c66;
}
.contactInfo h3{
    font-size: 22px;
}
.conicon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: #dc000b;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}
.conicon i {
    line-height: 45px;
}
.contactInfo h3{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #002c66;
    font-weight: 800;
}
.contactInfo p{
    font-size: 16px;
    letter-spacing: 1px;
    color: #464646;
}
/* owl-carousel */
.item{
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
/* owl-carousel */