@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/cms.css);

body {
    margin: 0;
    padding: 0;
    font-family: 'jost', sans-serif;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center top;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #001A27;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
}
#map table{
            min-width: 276px !important;
    }
.ac-loader {
    overflow: hidden;
    vertical-align: middle;
    position: fixed;
    display: table;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ac-loader .ac-loader__container {
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: table-cell;
}

.spinnerr {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
      color: #ec6325;
}

a:focus {
    text-decoration: none;
}

.tab-content>.active {
    display: block !important;
}

.tab-pane.fade {
    opacity: 0;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.tab-pane.fade.in {
    opacity: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
/*
.primary_button {
    font-size: 14px;
    position: relative;
    color: #101010;
    font-weight: 600;
    padding: 15px 60px 15px 30px;
    z-index: 1;
    border: 1px solid #8CE4F4;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}*/

.primary_button i {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #101010;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.primary_button.disabled {
    background: #eeeeee !important;
    color: #ccc !important;
    border: 1px solid #ccc;
}

.primary_button.disabled i {
    background: #adadad !important;
}

.second-btn {
    border: 1px solid #8CE4F4;
    color: #8CE4F4;
    background: transparent;
}

.second-btn i {
    color: #8CE4F4;
}

@media(min-width:1200px) {
    .primary_button:hover {
        background: #8CE4F4;
        color: #101010;
    }
    .primary_button:hover i {
        color: #101010;
        right: -10px;
    }
}

@media(max-width:1199px) {
    .primary_button {
        padding: 10px 40px 10px 10px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
    background: #f76421;
    border: 2px solid #dfe7ed94;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #dfe7ed94;
    background: unset;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

button.btn {
    outline: none;
    margin-top: 5px;
    background-color: #0d263c;
    color: #fff;
    border: none;
    font-weight: 600;
}
button.btn:hover{
    border: 1px solid #ec6325;
    color: #ec6325;
    background-color: #fff;
}
.thumbnail_container {
    padding-bottom: 100%;
    position: relative;
    background: #f7f7f7;
}

p {
    color: #8CE4F4;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .5px;
}


/*@media (min-width: 1025px){
    .container {
        padding: 0 30px;
    }
}*/
@media(min-width:1366px) {
    .container {
        max-width: 1680px;
        width: 100%;
        padding: 0px 30px;
    }
}

@media(min-width: 1920px) {
    .container {
        max-width: 1919px;
        width: 100%;
    }
}
.thumbnail_container .thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    line-height: 0;
    background: 0 0;
    border: 0px;
    border-radius: 0px;
}

.thumbnail_container .thumbnail img {
   position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.buorg {
    display: none;
}

.buorg__text {
    background-color: #8CE4F4;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.buorg__text a {
    color: #000;
}

.buorg__text a:hover {
    color: #fff;
}

body #back-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    z-index: 99999;
}

@media(max-width: 767px) {
    body #back-top {
        display: none !important;
    }
}

body #back-top i {
    background-color: #8CE4F4;
    box-shadow: 3px 4px 21px 9px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

@media(max-width:568px) {
    .col-xss-12 {
        width: 100%;
    }
}

ul.dots-list li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

ul.dots-list li:before {
    position: absolute;
    content: '';
    background: #000000;
    height: 8px;
    width: 8px;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.btn:focus {
    outline: none;
}

.icon-building {
    font-size: 40px;
    color: #8CE4F4;
}

.error,
.required {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: red;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sec-border {
    position: relative;
}

.common-title {
    /*padding-bottom: 50px;*/
    text-align: center;
    /*margin-bottom: 40px;*/
}

.common-title .section-title {
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
}


@media(max-width:1199px) {
    .common-title {
        /*padding-bottom: 30px;*/
    }
    .common-title .section-title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .common-title {
        /*padding-bottom: 20px;*/
    }
    .common-title .section-title {
        font-size: 26px;
    }
    .common-title .small-title {
        /*margin-top: 20px;*/
        font-size: 16px;
    }
}


/*Header fixed css*/

/*.fixed .header-section .menu .sub-menu li {
    padding: 0;
}*/


/*Heder fixed css end*/

/* remax button start */

.primary_btn{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border: none;
    font-family: "Jost", sans-serif;
    padding: 12px 15px 12px 15px;
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border-radius: 31px;
    z-index: 14;
    transition: 1s ease;
    position: relative;
}
.primary_btn:before{
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
}
.primary_btn:hover {
    color: #fff;
    background: #fff;
    color: #0d263c;
/*    border: 1px solid #ec6325;*/
}

.primary_btn:hover:before {
    left: 0;
    width: 100%; /* Slide effect from right to left */
}
.secondary_btn{
    border: 1px solid #ec6325;
    border-radius: 7px;
    padding: 12px 50px;
    background: #ec6325;
    color: #ffffff;
    transition: all 0.3s ease-in;
}

.secondary_btn:hover{
    background-color: #ffffff;
    color: #ec6325;
}

/* remax button end */

.main-header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    padding: 22px 0;
    background: #0d263c;
}

.head-pad .main-header.fadeInDown {
    background-color: #0d263c;
     z-index: 9999 !important;
}

.header-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    height: 80px;
}

.header-section .logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 28px;
    font-weight: 800;
}

.header-section .logo a .logo-head {
    max-width: 116px;
}

.header-section .menu ul li {
    display: inline-block;
}

.header-section .menu ul li+li {
    margin: 0 0 0 11px;
}

.header-section .menu ul li a {
       border: 2px solid #4c5e6e;
       font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    font-family: "Jost", sans-serif;
    padding: 10px 32px 9px 23px;
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border-radius: 22px;
}
.header-section .menu ul li .sub-menu li a {
     position: relative;
    padding-left: 18px;
    border-radius: 0px;
    transition: transform 0.3s ease-in-out;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
}
.header-section .menu ul li .sub-menu li a i{
     font-weight: 900;
    font-size: 14px;
    color: #0d263c;
    position: absolute;
    right: 20px;
}
/*.header-section .menu ul li .sub-menu li a:hover{
    color: #ec6325;
}*/
.header-section .menu ul li .sub-menu li a:before {
content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-57%);
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url(../images/home.png);
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
    filter: invert(82%) sepia(69%) saturate(668%) hue-rotate(167deg) brightness(100%) contrast(95%);
}

.header-section .menu ul li .sub-menu li a:hover {
    transform: translateX(20px); /* Move text to the right */
}
.header-section .menu ul li .sub-menu li a:hover:before {
    opacity: 1;
    left: -10px; /* Image stays in place */
}

.header-section .menu ul li.active>a {
    color: #fff;
    position: relative;
}

.menu ul .sub-menu li+li {
    margin-left: 0;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-social {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-social li+li {
    margin: 0 0 0 15px;
}

.header-social li {
    line-height: 100%;
}

.header-social li a {
    font-size: 16px;
}
.header-section .menu ul li .sub-menu li a:hover:before{
    filter: invert(37%) sepia(92%) saturate(5594%) hue-rotate(358deg) brightness(103%) contrast(104%); /* Orange color filter */
}
.header-section .menu ul li .sub-menu li a.active:before {
    filter: invert(37%) sepia(92%) saturate(5594%) hue-rotate(358deg) brightness(103%) contrast(104%); /* Orange color filter */
    opacity: 1;
}
.header-section .menu ul li .sub-menu li a.active{
    transform: translateX(20px);
    padding-left: 20px;
}
.header-section .menu ul li .sub-menu li a.active:before {
    opacity: 1;
    left: -10px;
}
@media (max-width: 1199px) {
    .main-header {
        padding: 20px 0;
    }
    .header-social {
        margin: 0 40px 0 0;
    }
    .main-header .container {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .header-section .menu {
        display: flex;
        align-items: center;
        padding-left: 32px;
    }
      .fixed.main-header {
        position: fixed;
/*        -webkit-animation: smoothScroll .5s forwards;
        -khtml-animation: smoothScroll .5s forwards;
        -moz-animation: smoothScroll .5s forwards;
        -ms-animation: smoothScroll .5s forwards;
        -o-animation: smoothScroll .5s forwards;
        animation: smoothScroll .5s forwards;*/
/*        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);*/
        padding: 20px 0;
    }
    @keyframes smoothScroll {
        0% {
            -webkit-transform: translateY(-100px);
            -khtml-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }
        100% {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .header-section .menu ul li a:hover {
           border: 2px solid #f76421;
        color: #ec6325;
        background: #0d263c;
    }
    .menu > ul > .dropdown > a:hover:after {
        color: #ec6325; /* Change this to your desired hover color */
    }
   .header-section .dropdown:nth-child(1) > ul.sub-menu {
        max-height:493px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
.header-section .dropdown:nth-child(1) > ul.sub-menu::-webkit-scrollbar-track
{
	background-color: #fff;
                box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
}

.header-section .dropdown:nth-child(1) > ul.sub-menu::-webkit-scrollbar
{
	width: 8px;
	background-color: #ec6325;
}

.header-section .dropdown:nth-child(1) > ul.sub-menu::-webkit-scrollbar-thumb
{
	background-color: #ec6325;
}

    .menu ul .sub-menu {
        background: #ffffff;
        border-radius: 36px;
        display: initial;
        position: absolute;
        padding: 0px 0 0;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 35px;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        list-style: none;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
    }
    .menu ul li:hover>.sub-menu {
        display: inherit;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
            transition: all 0.2s ease-in-out;
    list-style: none;
    border-radius: 10px !important;
    }
    .menu>ul .sub-menu .sub-menu {
        top: 0!important;
        left: 180px;
        padding: 0;
    }
    .menu ul .sub-menu li {
        padding: 8px;
        margin: 0px;
        width: 258px;
        float: none;
        color: #0d263c;
        display: list-item;
        position: relative;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -khtml-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    }
    .menu ul .sub-menu li a {
        display: block;
        padding: 5px;  
        font-size: 15px;
        font-weight: 600;
        line-height: 150%;
        color: #0d263c;
        border-bottom: 1px solid rgb(223 223 223 / 10%);
    }
    .menu ul .sub-menu li a.active {
        color: #ec6325;
        background-color: #dc1c2e;
    }
    .menu ul .sub-menu li a:hover {
        color: #ec6325;
    }
    .menu>ul>.dropdown>a:after {
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        content: "\e909";
        top: 16px;
        font-family: icomoon!important;
        font-size: 12px;
        font-weight: 600;
        line-height: 100%;
        color: #fff;
    }
}

@media (max-width: 1640px) {
    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-section .logo a {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .header-section .logo a {
        font-size: 12px;
    }
}


/*Banner csss*/

/*.home-banner-02{
    background: linear-gradient(175deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 92%), url('../images/banner-photo.jpeg');
    background-position: 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
}*/

.home-banner-02 .banner-center {
    display: flex;
    justify-content: space-between;
}

.home-banner-02 .carousel-caption.h-b_caption {
/*    padding-top: 30px;*/
    position: relative;
    left: 0;    
    right: auto;
    padding-bottom: 0px;
}

.home-banner-02 .carousel-caption .h-b_item .title {
    color: #ec6325;
    font-size: 29px;
    font-weight: 600;
}

.home-banner-02 .carousel-caption .h-b_item .title span{
    color: #DC1C2E;
    font: normal normal normal 80px/120px Alfarn;
}
.home-banner-02 .carousel-caption .h-b_item .title:hover{
    color: #fff;
}
.home-banner-02 .carousel-caption {
    text-shadow: none;
}

.home-banner-02 .carousel-caption .h-b_item .banner-desc {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
    /*margin: 40px 0 20px;*/
}

.home-banner-02 .carousel-caption .banner-btn {
    margin-top: 20px;
    display: flex;
}

.banner_text_img{
    width: 370px;
    margin-bottom: 10px;
}

@media(max-width: 1200px){
    .banner_text_img{
        width: 140px;
        margin-bottom: 0px;
    }
}

.home-banner-02 .carousel .h-b_fill {
    height: 800px;
    width: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.home-banner-02 .carousel-indicators li {
    border-radius: 50px;
    height: 13px;
    width: 13px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    position: relative;
}

.home-banner-02 .carousel-indicators li::after {
    position: absolute;
    content: '';
    border: 2px solid #ffffff;
    height: 13px;
    width: 13px;
    border-radius: 100px;
    left: -1px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.home-banner-02 .carousel-indicators {
    margin: 20px 0;
    right: -271px;
    bottom: 205px;
    text-align: center;
    width: auto;
}


/*banner desc arrow*/
.home-banner-02 .carousel-control .phone{
    display: none;
}
.home-banner-02 .carousel-control.carousel-control-prev{
        background: #ffffff00;
    color: #ffffff;
    position: absolute;
    bottom: -293px;
    right: -51%;
    z-index: 99;
    width: 36px;
    height: 21px;
    margin: auto;
    opacity: 1;
    font-size: 20px;
    padding: 0px;
}
.home-banner-02 .carousel-control.carousel-control-next{
    background: #ffffff00;
    color: #ffffff;
    position: absolute;
    bottom: -293px;
    right: 10%;
    z-index: 99;
   width: 36px;
    height: 21px;
    margin: auto;
    opacity: 1;
    font-size: 20px;
}
/*banner desc arro*/

.home-banner-02 .carousel-indicators li{
    margin: 0px;
}


.home-banner-02 .carousel-indicators li.active {
    background: #f36c39;
}

.home-banner-02 .carousel-indicators li.active::after {
    border: 2px solid #fff;
}

.home-banner-02 .carousel-indicators li+li {
    margin-left: 6px;
}

.home-banner-02 .carousel-control i {
    font-weight: 600;
    padding: 9px;
        z-index: 99;
    position: relative;
}
@media(max-width:1666px) {
    .home-banner-02 .carousel-control.carousel-control-prev{
        right: -56%;
        z-index:99;
    }
    .home-banner-02 .carousel-control.carousel-control-next{
        right: 6%;
               z-index:99;
    }
}
@media(max-width:1200px) {
    .home-banner-02 .carousel-indicators{
        display: none;
    }
    .home-banner-02 .carousel-control .phone{
    display: block;
}
    .home-banner-02 .carousel-control.carousel-control-prev , .home-banner-02 .carousel-control.carousel-control-next{
        color: #0d263c;
        background: #ec6325;
        background-image: unset;
        right: 0px;
        bottom: 0px;
        top: 0px;
    }
    .home-banner-02 .carousel-control .desc{
        display: none;
    }
    .home-banner-02 .carousel-control.carousel-control-prev{
        left: 0px;
        right: inherit;
    }

}

@media(min-width:1200px) {
/*    .home-banner-02 .carousel-control {
        opacity: 0;
    }*/
/*    .home-banner-02:hover .carousel-control {
        opacity: 1;
    }*/
}

@media(max-width:1199px) {
    .home-banner-02 .carousel-caption.h-b_caption {
        padding-top: 50px;
    }
    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 40px;
        padding-top: 20px;
    }
    .home-banner-02 .carousel-inner {
        overflow: visible;
    }
    .home-banner-02 .carousel .h-b_fill {
        position: absolute;
        width: 100%;
        background-size: contain;
        height: 450px;
    }
}

@media(max-width:768px) {
    .home-banner-02 .carousel-control.carousel-control-prev{
        width: 40px;
        height: 40px;
        z-index: 99;
    }
    .home-banner-02 .carousel-caption.h-b_caption {
        padding-top: 40px;
    }
    .home-banner-02 .carousel-control.carousel-control-next{
        z-index: 99;
        height: 40px;
        width: 40px;
    }
    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 21px;
        padding-top: 20px;
        height: 90px;
    }
    .home-banner-02 .carousel-caption .h-b_item .title span{
        font-size: 35px;
    }
    .home-banner-02 .carousel-caption .h-b_item .banner-desc{
        font-size: 16px;
    }
    .home-banner-02{
        background-position: -340px;
    }
    .banner_price{
        font-size: 15px !important;
    }
}
/*Banner css end*/


/*nav mobile*/

.nav-mobile {
    background: #000;
    padding-top: 40px;
}

#nav-mobile-btn i {
    display: block;
    position: relative;
    color: #0d263c;
    font-size: 24px;
}

#nav-mobile-btn .icon-close {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-menu {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-close {
    display: block;
}

.nav-mobile.open {
    background-color: #0d263c;
}

.nav-mobile>ul li>a {
    /*font-family: 'Montserrat', sans-serif;*/
}

.nav-mobile>ul ul {
    border: none;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
    display: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #8CE4F4;
    background: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .animated {
        animation-duration: 0s;
    }
    #nav-mobile-btn,
    .nav-mobile {
        display: block;
        /*background: transparent;*/
    }
    .menu {
        display: none;
    }
}


/* common css */

.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}

.form-control {
    border-radius: 0;
    height: 55px;
    border: 0;
    border-bottom: 1px solid rgba(0, 33, 52, 0.502);
    background: transparent;
    box-shadow: none;
    color: #101010;
    font-weight: 400;
    padding: 15px 0;
}

textarea.form-control {
    height: 90px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

@media (min-width:1200px) {
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }
    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #005475;
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 22px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.select-group {
    margin-bottom: 30px
}

.select-group .dropdown-toggle {
    background: transparent !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(100 116 177);
    font-weight: 500;
    font-size: 14px;
    color: #dc1a2b;
}

.open>.dropdown-toggle.btn-default

.cvbrff{
    color: #da1b2e;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    display: inherit;
}

.select-group .check-mark::before {
    content: "\e903";
    display: inline-block;
    font-family: 'icomoon' !important;
    position: absolute;
    left: -5px;
    top: 8px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e909";
    top: -2px;
    right: 0;
    font-weight: 700;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    margin-top: 0;
}

.select-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    padding-right: 20px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li+li {
    border-top: 1px solid #EFEFEF;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f5f5f5;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:before {
    left: 10px;
    top: 12px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: transparent;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}


/*Inner banner css*/

.inner-banner {
    position: relative;
    z-index: 3;
    display: none;
}

.inner-banner .i-b_fill {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.inner-banner .i-b_fill:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0d263c;
    opacity: .2;
}

.inner-banner .inner-title-main {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 23px;
    z-index: 1;
}

.inner-banner .inner-title-main h1 {
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: left;
    display: inline-block;
    /*font-family: 'Montserrat', sans-serif;*/
}

.inner-banner .back-list {
    text-align: right;
    position: relative;
    bottom: -10px;
}

.inner-banner .back-list a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
}

.inner-banner .back-list a i {
    margin-right: 5px;
    font-weight: 700;
}

@media(min-width:1200px) {
    .inner-banner .back-list a:hover {
        color: #101010;
    }
}

@media(max-width:1199px) {
    .inner-banner .inner-title-main h1 {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .inner-banner .i-b_fill {
        height: 80px;
    }
    .inner-banner .inner-title-main h1 {
        font-size: 28px
    }
}

@media(max-width:479px) {
    .inner-banner .inner-title-main h1 {
        font-size: 24px
    }
}


/*Inner banner End*/

.inner-page-conatiner {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

@media(max-width:1199px) {
    .inner-page-conatiner {
        padding: 60px 0 30px;
    }
}

@media(max-width:767px) {
    .inner-page-conatiner {
        padding: 25px 0 30px;
    }
}


/* Design css S */

.design-sec-main {
    position: relative;
    top: -230px;
    z-index: 1;
}

.design-sec-main .box-wrap {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: -230px;
}

.design-sec-main .box-wrap:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    max-width: 385px;
    height: 75px;
    width: 100%;
    background: #8CE4F4;
    z-index: -1;
}

.design-sec-main .box-wrap .box {
    max-width: 400px;
    min-height: 400px;
    padding: 20px 25px 35px;
    background: #ffffff;
    box-shadow: 0px 0px 30px #00000029;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.design-sec-main .box-wrap .box:first-child {
    box-shadow: 0px 10px 50px 1px rgb(0 0 0 / 30%);
}

.design-sec-main .box-wrap .box+.box {
    margin-left: 30px;
}

.design-sec-main .box-wrap .box i {
    font-size: 60px;
    color: #8CE4F4;
    font-weight: 500;
}

.design-sec-main .box-wrap .box .title {
    font-size: 22px;
    color: #101010;
    font-weight: 600;
    margin: 60px 0 20px;
    padding-bottom: 10px;
    position: relative;
}

.design-sec-main .box-wrap .box .title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ffffff
}

.design-sec-main .box-wrap .box .desc {
    font-size: 14px;
    color: #101010;
    font-weight: 500;
    line-height: 160%;
    height: 65px;
    overflow: hidden;
}

@media(min-width:1200px) {
    .design-sec-main .box-wrap .box:hover {
        background: #8CE4F4;
        box-shadow: 0px 10px 50px 1px rgb(0 0 0 / 30%);
    }
    .design-sec-main .box-wrap .box:hover .title,
    .design-sec-main .box-wrap .box:hover .desc,
    .design-sec-main .box-wrap .box:hover .title,
    .design-sec-main .box-wrap .box:hover .title::after,
    .design-sec-main .box-wrap .box:hover i {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .design-sec-main {
        top: 0;
        padding-bottom: 50px;
    }
    .design-sec-main .box-wrap .box+.box {
        margin-left: 0;
    }
    .design-sec-main .box-wrap .box {
        padding: 20px;
        min-height: auto;
    }
    .design-sec-main .box-wrap {
        margin: 0;
    }
    .design-sec-main .box-wrap .box i {
        font-size: 40px;
    }
    .design-sec-main .box-wrap .box .title {
        margin: 20px 0;
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .design-sec-main .box-wrap {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
    .design-sec-main .box-wrap .box+.box {
        margin-top: 20px;
    }
    .design-sec-main .box-wrap:after {
        content: none;
    }
}

@media(max-width:479px) {
    .design-sec-main .box-wrap .box .title {
        margin: 15px 0 10px;
    }
}


/* Design css E */


/* list-sec-main css S */

.list-sec-main {
    padding: 100px 0;
}

.list-sec-main.sec-border:after {
    top: -40px;
}

.list-sec-main .common-title {
    align-items: flex-start;
    padding-top: 40px;
    position: relative;
    text-align: left;
}

.list-sec-main .common-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}

.list-sec-main .common-title .small-title {
    text-align: left;
}

.list-sec-main .list-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px;
}

.list-sec-main .list-box li {
    width: 31%;
    margin: 10px;
    overflow: hidden;
}

.list-sec-main .list-box li a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    background: #F3F3F3;
    padding: 40px 30px;
    color: #003843;
    position: relative;
}

.list-sec-main .list-box li a .title {
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-sec-main .list-box li a .icon-site-shape {
    position: absolute;
    top: 40px;
    left: -25px;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.50);
    font-weight: 500;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-sec-main .list-box li i {
    font-weight: 600;
    line-height: 24px;
}

@media(min-width:1200px) {
    .list-sec-main .list-box li a:hover {
        background: #8CE4F4;
        color: #003843;
    }
    .list-sec-main .list-box li a:hover .title {
        margin-left: 30px;
    }
    .list-sec-main .list-box li a:hover .icon-site-shape {
        transform: scale(1);
    }
}

@media(max-width:1199px) {
    .list-sec-main.sec-border:after {
        top: -80px;
    }
    .list-sec-main {
        padding: 30px 0 50px;
    }
    .list-sec-main .list-box {
        margin-top: 0;
    }
    .list-sec-main .list-box li a {
        font-size: 16px;
        padding: 20px 15px;
    }
}

@media(max-width:991px) {
    .list-sec-main .list-box li {
        width: 30%;
    }
}

@media(max-width:767px) {
    .list-sec-main .list-box li {
        margin-top: 10px;
        width: 46%;
    }
}

@media(max-width:600px) {
    .list-sec-main .list-box li {
        width: 44%;
    }
}

@media(max-width:568px) {
    .list-sec-main .list-box li {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .list-sec-main .list-box {
        margin: 0;
    }
    .list-sec-main .list-box li a {
        font-size: 14px;
    }
}


/* list-sec-main css E */


/* selected-sec-main css E */

.selected-sec-main {
    padding: 100px 0;
    background: #ECFCFF;
}

.selected-sec-main .common-title .small-title {
    color: #101010;
}

.selected-sec-main .box-img {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.selected-sec-main .box-img .image {
    width: 31.2%;
    background: #ffffff;
    margin: 10px;
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.selected-sec-main .box-img .image .thumbnail_container {
    background: transparent;
    padding-bottom: 66.6%;
}

@media(min-width:1200px) {
    .selected-sec-main .box-img .image:hover {
        transform: translateY(-10px)
    }
    .selected-sec-main .container {
        max-width: 1030px;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .selected-sec-main {
        padding: 50px 0;
    }
    .selected-sec-main .box-img {
        margin: 0;
    }
    .selected-sec-main .box-img .image {
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .selected-sec-main .box-img .image {
        width: 29.5%;
    }
}

@media(max-width:568px) {
    .selected-sec-main .box-img .image {
        width: 45%;
    }
}

@media(max-width:479px) {
    .selected-sec-main .box-img .image {
        width: 44%;
    }
}

@media(max-width:379px) {
    .selected-sec-main .box-img .image {
        width: 43%;
    }
}


/* Footer css S */
/*footer{
    background: #003DA5 0% 0% no-repeat padding-box;
}*/

.footer-main {
    padding: 50px 0px;
    background-color: #0d263c;
}

.footer-row{
    margin-left: 0px;
    margin-right: 0px;
    padding: 70px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer_bottom{
    margin: 0px 15px;
    position: relative;
    background-color: #ec6325;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.f-b-content p{
    font-size: 16px;
    color: #fff;    
    font-weight: 500;
    margin: 0;
    padding: 15px 0px;
}


.footer_title{
    color: #ec6325;
    position: relative;
    font-size: 20px;
    margin-left: -22px;
}

/*.footer_title:hover{
    color: #f5b9c0;
}*/

.f-b-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.footer_title:after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #DC1C2E;
}*/
.footer_box ul.quick_links li a::before {
    position: absolute;
    content: '';
    height: 17px;
    width: 18px;
    left: -24px;
    font-size: 9px;
    background-size: 17px;
    top: 7px;
    background-image: url(../images/home.png);
    filter: invert(82%) sepia(69%) saturate(668%) hue-rotate(167deg) brightness(100%) contrast(95%);
    transition: all 0.3s ease-in;
}
.footer_box ul.quick_links li:hover a::before , .footer_box ul.quick_links li:active a::before {
    filter: invert(65%) sepia(96%) saturate(680%) hue-rotate(340deg) brightness(95%) contrast(96%);
}
.footer_box ul.quick_links li a:hover {
    color: #ec6325;
}

.quick_links{
    padding-top: 20px;
}

.quick_links li{
    color:  #0d263c;
    font-size: 16px;
    padding: 4px 0px;
    opacity: 0.9;
    position: relative;
}

.quick_links li:hover{
    color: #ec6325;
}

.quick_links ul li+li{
    margin-top: 0px;
}

.footer_logo{
    position: relative;
    max-width: 300px;
}

.footer_logo img{
    max-width: 85%;
}

.footer-main .footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main .footer-social {
    display: flex;
    align-items: center;
}

.footer-main .footer-social li {
    margin: 0;
}

.footer-social img{
    max-width: 75%;
}

.footer-main .footer-center-title {
    margin: 0;
    color: #8CE4F4;
    font-size: 40px;
    font-weight: 800;
}

.footer-main .footer-btn .primary_button {
    color: #8CE4F4;
}

.footer-main .footer-btn .primary_button i {
    color: #8CE4F4;
}

@media(min-width:1200px) {
    .footer-main .footer-btn .primary_button:hover {
        background: #ffffff;
        color: #101010;
    }
    .footer-main .footer-btn .primary_button:hover i {
        color: #8CE4F4;
    }
    .footer-main .footer-social li a:hover {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .footer-main {
        padding: 25px 0;
        background: none;
    }
    .footer-main .footer-center-title {
        font-size: 30px;
    }
    .footer-main .footer-social li+li {
        margin-left: 0px;
    }
    .footer-main .footer-social li a {
        font-size: 24px;
    }
    .quick_links li{
        padding: 7px;
        margin: 0px;
    }
    .footer_title{
        margin-top: 25px;
    }
    .footer-row {
        padding: 40px 15px 15px 15px;
    }
    .quick_links{
        padding-top: 10px; 
        margin-bottom: 10px;
    }
    .f-b-content p{
        padding: 5px 37px;
        text-align: center;
    }
    .footer_logo img {
        max-width: 70%;
    }
}

@media(max-width:767px) {
    .footer-main .footer-center-title {
        font-size: 26px;
    }
    .footer-main .footer-social li a {
        font-size: 20px;
    }
}

@media(max-width:568px) {
    .footer-main .footer-box {
        flex-direction: column;
    }
    .footer-main .footer-center-title {
        margin: 30px 0;
    }
    
    .f-b-content {
        flex-direction: column;
    }
}
@media(min-width: 1920px) {
    .banner-inner-text{
        left: 2% !important;
    }
}
/* Footer css E */


/* Project list S */

.project-list {
    background: #ECFCFF;
}

.project-list .project-box {
    margin-top: 30px;
}

.project-list .project-box .image {
    background: #ffffff;
}

.project-list .project-box .image .thumbnail_container {
    background: transparent;
    padding-bottom: 66.6%;
}

.project-list .project-box .small-title {
    position: relative;
    z-index: 1;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-list .project-box .small-title:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}


/* project list E */

.search_box{
    background-color: #0d263c;
    padding: 35px;
    border-radius: 15px 15px 0px 0px;
    border: 0;
    width: 92%;
    z-index: 0;
    position: absolute;
    margin: 0px 30px 0px 35px;
    bottom: -2%;
}
.search_box .search_menu{
    display: flex;
}
.search_box .search_menu li{
  display: inline-block;
    font-size: 22px;
    color: #ffffff;
    /*opacity: 0.46;*/
    cursor: pointer;
}

.search_box .search_menu li:hover{
    opacity: 1;
}

.search_box .search_menu li a:hover,.search_box .search_menu li a:focus {
    color: #ffffff;
}

.search_box .search_menu li.active:after{
    position: absolute;
    content: '';
    height: 8px;
    width: 100%;
    background-color: #ec6325;
    bottom: -18px;
    left: 0px;
    z-index: 99;
}

.search_box .search_menu li.active{
    opacity: 1;
    position: relative;
}

.search_box .search_menu li+li{
    margin-left: 20px;
    margin-top: 0px;
}

.search_box p{
    line-height: 38px;
    color: #ffffff;
    margin: 0px;
    float: right;
    font-size: 15px;
    position: relative;
z-index: 99;
}

.search_box hr{
    opacity: 0.46;
}

.search_property{
    width: 34%;
    border-radius: 7px 0px 0px 7px;
    background: #ffffff;
    color: #ec6325;
    height: 45px;
    padding: 0px 10px;
    border: none;
    font-weight: 600;
}

.search_name_mls{
   height: 45px; 
   border: none;
   width: 65%;
   border-radius: 0px 7px 7px 0px;
   padding: 0px 10px;
}

.search_country, .search_price{
    height: 45px;
    border: none;
    border-radius: 7px;
    padding: 0px 10px;
    color: #090909;
    font-weight: 600;
}

.search_price{
    margin: 0px 10px;
    position: relative;
}

.search_country{
    width: 170px;
}

.search_price{
    width: 192px;
    background-color: #ffffff;
    text-align: left;
}

.button_2 {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 50px 15px 20px;
    z-index: 1;
    background: #dc1c2e 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
    overflow: hidden;
    border-radius: 7px;
    height: 50px;
    display: inline-flex;
    width: 175px;
    text-align: center;
}
@media(max-width: 468px){
    .search_box hr{
        display: none;
    }
}
@media(max-width: 1300px){
    .search_country, .search_price, .search_name_mls, .search_property, .secondary_btn{
        width: 100%;
        border-radius: 7px;
        margin: 4px 0px;
    }
    .search_box .left{
        padding-right: 15px !important;
    }
    .search_box{
        border-radius: 15px;
        margin: 10px 5px;
    }   
    .search_box .secondary_btn{
        display: block;
        text-align: center;
    }
}

.about-sec-main .common-title .small-title{
    color: #003DA5;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

.about-sec-main .section-title{
    color: #090909;
    margin: 15px 0px;
}

.about-sec-main .desc p {
    color: #212428;
    font-size: 17px;
}

.featured_listing{
    padding: 70px 0;
    background: #0d263c;
}

.just_listing{
    background: inherit;
}

.featured_listing .common-title{
    padding-left: 10px;
    text-align: left;
}
.featured_listing .right_side ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    gap: 10px;
}
.featured_listing .image{
    overflow: hidden;
    border-radius: 30px; 
    position: relative;
}
.featured_listing .image:before{
    position: absolute;
    content: "";
    display: block; 
   width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
    z-index: 1;
}
.featured_listing .image .thumbnail_container {
    padding-bottom: 66.6%;
}

.featured_listing .image .thumbnail_container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
/*    transform: scale(1.1);*/
}

.feature-box{
    padding: 15px;
    margin-top: 25px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: rgb(255 255 255 / 43%) 0px 5px 15px;
}
.featured_listing .image .heart img{
     height: 35px;
    max-width: 37px;
    position: absolute;
    border-radius: 10px;
    padding: 6px 6px 3px 6px;
    top: 37px;
    right: 24px;
    background-color: #FFFFFFB5;
}
.featured_listing .image .heart{
    height: 20px;
    max-width: 24px;
    background-color: #f76421;
    position: initial;
}

.featured_listing .image .remove-heart img{
    height: 35px;
    max-width: 37px;
    position: absolute;
    border-radius: 10px;
    padding: 6px 6px 3px 6px;
    top: 38px;
    right: 24px;
    background-color: #FFFFFFB5;
}
@media(max-width: 468px){
    .featured_listing .image .remove-heart img{
        top: 33px;
    } 
}
 .featured_listing .image .remove-heart{
       height: 20px;
    max-width: 24px;
    background-color: #f76421;
}

.feature-box .image .property_image{
    transition:  all 0.3s linear 0s;
}
.feature-box .small-title{
    font-size: 20px;
    color: #ec6325;
    overflow: hidden;
    margin: 0px;
}

.feature-box .feature_location{
    color: #090909;
    font-size: 16px;
}

.feature-box .feature_code{
    color: #DC1C2E;
    font-size: 15px;
}

.feature-box .feature_price{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #ec6325;
    border-radius: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 18px;
    padding: 8px 15px;
    box-shadow: 0px 3px 6px #A3A3A329;
}
.feature-box .feature_price img{
      width: 16px;
    height: 16px;
}
.just_listing .feature-box .small-title{
    font-size: 18px !important;
}
.price-tag img{
    width: 22px;
    height: 22px;
}
.feature_amenities ul{
    height: 29px;
}

.feature-box .feature_amenities ul li{
    display: inline-block;
    background-color: #0d263c;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 12px;
    color: #ec6325;
    box-shadow: 0px 3px 6px #A3A3A329;
}

.feature-box .feature_amenities ul li+li{
    margin-left: 7px;
}

.feature-box .feature_amenities ul li img{
    display: inherit;
    width: auto;
}

.featured_listing .feature-box .small-title{
    color: #ec6325;
    font-size: 26px;
    font-weight: 600;
}

.features-desc-box .left{
/*    display: flex;
    justify-content: space-between;*/
    padding-bottom: 10px;
}

.ajax_list img{
    border-radius: 10px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.featured_listing .right_side ul li{
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #ec6325;
    padding: 12px 15px 12px 12px;
    background-color: #fff;
    border-radius: 15px;
    transition:  all 0.3s linear 0s;
}

.features-slider {
    margin-top: 30px;
}

.featured_listing  .right_side{
    display: flex;
    justify-content: end;
}
.featured_listing .right_side ul li:hover{
   background-color: #ec6325;
   color: #fff;
}

.featured_listing .right_side ul li.active{
    color: #fff;
    position: relative;
    background-color: #ec6325;
}


.feature_location i{
    color: #003da5;
    margin-right: 5px;
}

.image_top.red{
    background-color: #f73030;
}

.image_top.red:before{
    border-color: #f73030;
}

.image_top.green{
    background-color: #11c035;
}

.image_top.green:before{
    border-color: #11c035;
}

.image_top.blue{
    background-color: #f73030;
}

.image_top.blue:before{
    border-color: #f73030;
}

.feature-box .image_bottom:after{
    position: absolute;
    z-index: -1 ;
    content: '';
    display: block;
    border: 6px solid #092350;
    left: 2px;
    top: -5px;
    transform: rotate(55deg);
}

/***********/

.feature-box .image_bottom{
    position: absolute;
    padding: 7px;
    padding-left: 21px;
    color: #ffffff;
    left: 4px;
    bottom: 135px;
    height: 33px;
}

.image_bottom.red{
    background-color: #f73030;
}

.image_bottom.red:before{
    border-color: #f73030;
}

.image_bottom.green{
    background-color: #11c035;
}

.image_bottom.green:before{
    border-color: #11c035;
}

.image_bottom.blue{
    background-color: #f73030;
}

.image_bottom.blue:before{
    /*background-color: #f73030;*/
}

.feature-box .image_bottom:before{
    content: '';
    position: absolute;
    border-style: solid;
    right: -33px;
    top: 0px;
    border-right-color: transparent;
    border-width: 17px;
}



.about_flex{
    display: flex;
    align-items: center;
}

.features-desc-box{
    padding: 14px 7px;
    border-radius: 15px;
}

.footer_box{
    display: flex;
    justify-content: space-around;
}
.footer_box ul.quick_links li:active a::before{
        filter: invert(45%) sepia(50%) saturate(2000%) hue-rotate(324deg) brightness(125%) contrast(107%)  !important;
} 
.footer_box ul.quick_links li a:active::before{
        filter: invert(45%) sepia(50%) saturate(2000%) hue-rotate(324deg) brightness(125%) contrast(107%)  !important;
} 
.footer_box .quick_links li a.active::before {
    filter: invert(45%) sepia(50%) saturate(2000%) hue-rotate(324deg) brightness(125%) contrast(107%)  !important; 
}

.footer_box .quick_links li a.active {
    color: #ec6325 !important; 
}
@media(max-width: 767px){
    .about-sec-main .section-title{
        margin: 0px;
    }
    .about-sec-main .common-title{
        margin-top: 20px;
    }
    .feature-box .image_bottom{
        bottom: 125px;
    }
    .featured_listing{
        padding: 50px 0px;
    }
    .featured_listing .common-title .section-title {
        text-align: center;
        display: block;
    }
    .featured_listing .common-title .small-title{
        text-align: center;
    }
    .owl-carousel .owl-stage-outer{
        overflow: inherit !important;
        height: auto !important;
    }
    .features-slider{
        margin-top: 30px;
    }
    .featured_listing .common-title{
        padding-left: 0px;
        padding-bottom: 0px;
        margin-bottom: 25px;
    }
    .about_flex{
        flex-direction: column;
        align-items: inherit;
    }
    .about-sec-main .section-title{
        width: auto;
    }
    .about-sec-main ul li+li{
        margin-top: 0px;
    }
    .footer_box{
        display: block;
        padding: 20px;
    }
    .footer_box li{
        margin-top: 20px;
    }
    .quick_links li{
        margin-top: 0px;
    }
    .featured_listing .feature-box .small-title{
       font-size: 18px;
    }
    .new-listing-row{
        flex-direction: column;
    }
    .image-bottom-row{
         display: inline-block;
        position: absolute;
        z-index: 2;
        bottom: 25px;
        left: 10px;
        font-size: 17px;
        font-weight: 500;
        background-color: #fff;
        border-radius: 15px;
        padding: 8px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .new-listing-row .feature_price{
        margin: 15px 0px;
    }
}
.footer_bottom .container:after{
    content: '';
    position: absolute;
    width: 91%;
    height: 1px;
    margin: auto;
    background-color: #ffffff;
    opacity: 0.13;
    top: 0px;
}

.quick_links li a i{
    font-size: 16px;
    margin-right: 10px;
}
.quick_links li .link-address i{
    font-size: 16px;
    margin-right: 10px;
}
.range-slider {
    display: none;
    background: #fff;
    border-radius: 7px;
    width: 50%;
    padding-top: 7px;
    text-align: center;
    position: relative;
    left: 183px;
    height: 50px;
    margin-top: 10px;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 15px;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 95%;
    position: absolute;
    left: 5px;
    top: 35px;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ec5f2f;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}



.range-slider-home {
  display: none;
    background: #fff;
    border-radius: 7px;
    width: 48%;
    padding-top: 7px;
    text-align: center;
    position: relative;
    left: 151px;
    height: 85px;
    margin-top: 10px;
}

.range-slider-home .rangeValue {
    display: block;
    margin-bottom: 15px;
}

.range-slider-home input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 95%;
    position: absolute;
    left: 5px;
    top: 35px;
}

.range-slider-home input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider-home input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ec6325;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider-home input[type=range]:focus {
    outline: none;
}

.range-slider-home input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider-home input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider-home input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

@media(max-width: 467px){
    .range-slider-home{
        width: 100%;
        left: 0px;
    }
}

/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

@media(max-width:767px){
    .range-slider{
        left: 0px;
        width: 100%;
        margin: 4px 0px;
    }
    .just-listed-slider {
        margin-top: 30px;
    }
    .testimonial_main_box .image{
        width: auto;
        height: auto;
    }
    .testimonial_main_box{
        margin: 0px;
        width: 100%;
        padding: 15px;
        min-height: 645px;
    }
    .testimonial_main_box span{
        padding: 20px 0px;
        position: relative;
        top: 14px;
    }
    .testimonial-sec-main{
        padding: 0px;
    }
}

/*--- /.price-range-slider ---*/

/*.testimonial-slider .owl-nav span{
    position: absolute;
    left: 0px;
    color: red;
    font-size: 30px;
}*/

.small-title{
    color: #fff;
    font-size: 19px;
}
.features-desc-box .color{
    color: #fff;
}
.testi_bg{
    position: absolute;
    top: 20px;
}

.testi_bg img{
    max-width: inherit;
}

select:focus-visible{
    outline: none !important;
}
input:focus-visible{
    outline: none !important;
}


/*hover effects S*/
/*.feature-box:hover .image{
    border-radius: 30px;
}*/

/*.feature-box:hover .image img{
    transition: .5s all;
    transform: scale(1.1);
}*/

.featured_listing .feature-box:hover .features-desc-box{

}

/*.featured_listing .feature-box:hover .small-title{
    color: #f73030;
}*/

.owl-stage-outer {
  overflow: visible !important;
}

.search_name_mls::placeholder {
  color: #003DA5;
  opacity: 0.6; 
}
 .select {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 16px;
     color: #fff;
     width: 100%;
     height: 40px;
}

 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}


.button_combo {
    border-radius: 5px;
    background-color: #e3e5e899;
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}


.bot input{
    width: 0;
}

.bot{
    color: #3841a5;
    padding: 7px 20px;
}

.bot.active{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #ffffff;
    background-color: #ffe0e4;  
    border-radius: 10px;
}
.bot :hover{
    cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
    color: #ec6325 !important;
    text-decoration: none !important;
}
/*// End Grid MAp View Button css*/


.features-slider.owl-theme .owl-nav [class*=owl-]:hover{
    color: #fff;
    background: unset;
}

.location-list{
    margin-top: 55px;
}

.pagination{
    display: inline-block;
    padding: 10px;
    margin: 20px auto;
    border-radius: 4px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background-color: #fff;
    border-color: #ec6325;
    color: #ec6325;
}
.pagination>li>a, .pagination>li>span{
    color: #0d263c;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #fff;
    border-color: #ec6325;
    color: #ec6325;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    margin-left: 0px;   
}
.pagination>.active>span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ec6325;
    border-color: #ec6325;
}

    .item-list .thumbnail img{
         width: 100%;
         height: 100%;
         object-fit: cover;
    }

.page-link{
    margin: 0px;
}

.list_wrap ul li{
    font-size: 12px;
}

.list_wrap .item-desc .small-title, .list_wrap .item_code{
    color: #dc1a2d;
    margin-bottom: 0px;
}

.list_wrap .item_price {
    color: #003DA5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.icon-play{
    transform: translate(-160%, -50%);
}

.rh-property-agent-info-sidebar .contact span{
    font-size: 17px;
}

.user_rev{
    display: flex;
}

.user_rev img{
    padding: 2px;
}

.blog-sec-main .common-title{
    text-align: center;
    margin-bottom: 40px;
}

@media(max-width: 767px){
    .galleryGrid__item{
        width: 100%;
    }
    .icon-play{
        transform: none;
    }
    .main_detail_top h1{
        font-size: 30px;
    }
    .item-price{
        margin-left: 0px !important;
    }
    .blog_detail{
        padding-bottom: 30px;
    }
    .blog-sec-main .common-title{
       margin-bottom: 28px;
        padding-bottom: 0px;
    }
    .blog-sec-main .btn_view{
        top: -55px;
    }
    .inner-banner .inner-title-main{
        left: 15px;
        bottom: 45px;
    }
}

.image_top img{
    width: 23px !important;
    display: inline !important;
    margin-right: 10px;
}
.property-title-price-wrap .share-button{
    margin-left: 15px;
}
.feature-box:hover .image .property_image{
    transform: scale(1.1);
}
.feature-box .image_top {
     position: absolute;
     top: 30px;
     left: 30px;
     display: flex;
     align-items: center;
}
/*.feature-box .image-bottom{
    position: relative;
    bottom: 25px;
    left: 0px;
}*/

.new-listing-row{
    display: flex;
    justify-content: space-between;
}
.feature-box .image_top .image_top1{
    font-size: 17px;
    font-weight: 500;
    border-radius: 15px;
    padding: 8px 15px;
    background-color: #ec6325;
     margin-right: 10px;
}
.image-bottom-row{
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 30px;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 15px;
    padding: 8px 15px;
}
.image-bottom-row img{
    width: 23px !important;
    display: inline !important;
    margin-right: 10px;
}
/*.image-bottom .image-text{
    font-size: 17px;
    font-weight: 500;
    border-radius: 15px;
    padding: 9px 13px;
    background-color: #fff;
    position: relative;
    left: 28px;
    height: 40px;
}*/
.image-bottom .rera-text{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: flex;
    border-radius: 15px;
    padding: 8px 12px;
    background-color: #fff;
    position: relative;
    right: 15px;
    text-align: center;
    align-items: center;
}
.feature-box .image_top .image_top2{
    font-size: 17px;
    font-weight: 500;
    border-radius: 15px;
    color: #fff;
    padding: 8px 15px;
    background-color: #0d263c;
    margin-right: 10px;
}

.image_top_main{
    display: flex;
    align-items: center;
}
.rera-text img{
    width: 25px !important;
    margin-right: 5px;
}
.just-listed-slider .feature-box .image_top{
    font-size: 18px;
}

.feature-box .image_bottom {
    position: absolute;
    padding: 7px;
    padding-left: 21px;
    color: #ffffff;
    left: 4px;
    bottom: 135px;
    height: 34px;
}

.disclaimer{
    color: #ffffff;
    opacity: 1.5;
}

#sale-lead-submit-btn{
    font-size: 16px;
}

@media(max-width: 768px){
    #popupContent{
        max-height: 400px;
        overflow-y: auto;
    }
    .feature-box .image_top .image_top1{
        font-size: 14px !important;
        padding: 8px 8px;
    }
    .feature-box .image_top .image_top2{
        font-size: 14px !important;
        margin-right: 5px;
        padding: 8px 8px;
    }
    .new-listing-row{
        flex-direction: column;
    }
    .image-bottom-row{
        display: inline-block;
        position: absolute;
        z-index: 2;
        bottom: 25px;
        left: 10px;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
        border-radius: 15px;
        padding: 8px;
    }
    .feature-box .image_top .image_top1{
        font-size: 14px !important;
        padding: 8px 8px;
    }
    .feature-box .image_top .image_top2{
        font-size: 14px !important;
        margin-right: 5px;
        padding: 8px 8px;
    }
    .image-bottom-row img{
        width: 17px !important;
        margin-right: 5px; 
   }
}

.header_logo img{
    max-width: 200px;
    width: 200px;
}


.header-left{
    display: flex;
    align-items: center;
}
.call-icon{
    color: #fff;
    font-weight: 600;
    font-size: 18px; 
    padding-right: 23px;
}
.call-icon i{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-right: 10px;
}
.call-icon a:hover{
    color: #fff !important;
}
.search_header {
    position: initial;
    cursor: pointer;
    z-index: 99999;
    padding: 4px 0px 4px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 46px;
    line-height: 3px;
    margin-top: 0px;
    background:linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    margin-left: 12px;
    border: 2px solid #4c5e6e;
}
.search_header:hover {
        border: 2px solid #f76421;
        color: #ec6325;
        background: #0d263c;
    }
}
.search_header.moblie{
    display: none;
}
.ai-intelligence_us .ai_btn:hover{
      background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
      color: #fff;
      transition: transform .4s cubic-bezier(.61,1,.88,1);
      border: 2px solid transparent;
}
.ai-intelligence_us .ai_btn{
    transition: transform .4s cubic-bezier(.61,1,.88,1);
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-family: "Jost", sans-serif;
    padding: 10px 15px;
    border: 2px solid #ea6225;
    background: transparent;
    border-radius: 31px;
    transition: 1s ease;
    margin-right: 12px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: rgb(255 255 255 / 53%) 0px 1px 15px;
}


/*ai btn hover*/
.ai-intelligence .ai_btn .button{
       display: inline-flex;
    padding: 4px 19px;
    background-color: black;
    color: white;
    border-radius: 50px;
    border: 0px;
    position: absolute;
    z-index: 99;
    top: 8px;
    left: 9px;
}
.ai-intelligence_us.moblie .ai_btn{
    padding: 10px 2px;
    border-radius: 50%;
    right: 134px;
    top: 22px;
    font-size: 15px;
    position: absolute;
    display: none;
    box-shadow: rgb(255 255 255 / 53%) 0px 1px 6px;
}

.ai-intelligence.mobile .ai_btn .button{
       padding: 9px 14px;
    border-radius: 100%;
    left: 45px;
    top: 4px;
    font-size: 15px;
}
@media(max-width: 768px){
    .ai-intelligence_us.moblie .ai_btn{
        display: flex;
         z-index: 999999;
    }
    .search_header.moblie{
            display: flex;
        padding: 0px;
}
}

.ai-intelligence .ai_btn .button-bg {
    position: absolute;
    top: 9px;
    left: 9px;
    width: calc(100% + -131px);
    height: calc(100% + -13px);
    background:linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #0d263c, #ff0000);
    background-size: 600% 600%;
    border-radius: 50px;
    animation: AnimateBorder 4s ease infinite;
    -webkit-animation: AnimateBorder 4s ease infinite;
    -moz-animation: AnimateBorder 4s ease infinite;
    z-index: 0;
    filter: blur(3px);
    transform: translate(-2px, -2px);
    transition: filter 1s ease-in;
}

.ai-intelligence .ai_btn .button-bg.blog_detail {
    position: absolute;
    top: 6px;
    left: 9px;
    width: calc(100% + -144px);
    height: calc(100% + -13px);
    background:linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #0d263c, #ff0000);
    background-size: 600% 600%;
    border-radius: 50px;
    animation: AnimateBorder 4s ease infinite;
    -webkit-animation: AnimateBorder 4s ease infinite;
    -moz-animation: AnimateBorder 4s ease infinite;
    z-index: 0;
    filter: blur(3px);
    transform: translate(-2px, -2px);
    transition: filter 1s ease-in;
}

.contact_link .info-box .ai-intelligence a:hover{
    background: #0d263c;
    color: #fff;
    border-color: #ec6325;
}
.ai-intelligence .ai_btn:hover .button-bg {
  filter: blur(8px);
  transition: filter .4s ease-in;
}

.contact_link .info-box_2 .ai-intelligence a:hover{
    background: #0d263c;
    color: #fff;
    border-color: #ec6325;
}

@-webkit-keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*ai btn hover*/

.ai-intelligence .ai_btn {
    margin-right: 12px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-family: "Jost", sans-serif;
    padding: 12px 15px 12px 79px;
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border-radius: 31px;
        z-index: 14;
    transition: 1s ease;
     box-shadow:rgb(255 255 255 / 53%) 0px 1px 15px;
    
}

/*.ai-intelligence .ai_btn span{
  padding: 4px 20px;
    background: rgb(0, 0, 0);
    border-radius: 17px;
    margin-right: 5px;
    color: #fff;
}*/
.ai-intelligence .ai_btn:hover{
    background: #fff;
    color: #000;
    border-color: #ec6325;
}
.ai-intelligence .ai_btn:hover span {
    background-color: #0d263c;
    color: #fff;
}
.home-banner-image{
    position: relative;
    width: 100%;
    min-height: 750px; /* Ensure a minimum height for smaller devices */
    overflow: hidden;
    display: block;
    height: auto; /* Allow the height to adjust based on content */
    object-fit: cover;
}
.homne-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 40px;
}

.home-banner-02{
   background-color: #0d263c;
   position: relative;
}
.search_box .primary_btn{
     padding: 12px 45px;
     background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border: 1px solid #ec6325;  
}
.search_box .primary_btn:hover{
    background: #fff;
    color: #ec6325;
}
.category_box{
    background: #fff;
    border-radius: 2.5em;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    border: 1.5px solid #f84f28;
    position: relative;
    margin-bottom: 20px;
}
.category_box .category-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #eaf0f5;
    border-radius: 1.5em;
    border: 1px solid #f84f28;
    overflow: hidden;
}
.category_box .category-icon img{
    max-width: 70%;
}
.category_box:hover{
    transform: scale(1.05); 
}
.category_icon img {
    height: 80px;
}
.category_title {
    color: #ec6325;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}
.category_subtitle{
    color: #0d263c;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-button-style {
    padding: 0;
    background: transparent;
    color: #ec6325;
    margin: 10px auto 0;
    position: relative;
    transition: var(--wdtBaseTransition);
    opacity: 0;
    font-weight: 600;
}

.custom-button-style:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: -12px;
    transform: translateX(10px);
    bottom: 2px;
    background: url(../images/next.png);
    transition: all 0.3s ease-in-out;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.category_box:hover .custom-button-style {
    bottom: 15px;
    color: #ec6325;
    transform: translateY(-25px);
    opacity: 1;
    transition-delay: 0.2s;
}

.category_subtitle {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0); /* Initial position */
    opacity: 1; /* Fully visible by default */
}

.category_box:hover .category_subtitle {
    transform: translateY(-20px); /* Move up */
    opacity: 0; /* Hide it by making it transparent */
    transition-delay: 0.2s;
}

.category_section{
    padding: 60px 0px;
    background-color: #0d263c;
}
.category_section .owl-nav.disabled , .category_section .owl-dots.disabled{
    display: block;
}
.category_section .owl-theme .owl-nav {
    margin-top: 0px;
}
.category-icon img{
    display: unset !important;
}
.banner-inner-text{
    position: absolute;
    top: 51%;
    z-index: 12;
    background: rgb(13 38 60 / 80%);
    padding: 28px 26px;
    left: 3%;
    text-align: left;
    width: 700px;
    box-shadow: rgb(255 255 255 / 43%) 0px 5px 15px;
    border-radius: 28px;
    border: 2px solid #ffffff;
}
.property-desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner_price{
    font-size: 19px;
    font-weight: 600
}
.bhk-detail{
    color: #fff;
    font-weight: 500;
    margin-top: 0px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}
.bhk-detail img{
    padding-right: 6px;
}

.banner_adddress{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-more-btn .primary_btn{
    padding: 5px 10px;
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border: 1px solid #ec6325;
}
.view-more-btn .primary_btn:hover{
    color: #ec6325;
    background: #fff;
    border-color: #ec6325; 
}
.view-more-btn .primary_btn .arrow{
    display: none;
}
.propery_type{
    padding-top: 10px;
    padding-bottom: 60px;
/*    position: relative;*/
}
.propery_type .property-type-slider.owl-carousel .owl-theme .owl-nav{
        margin-top: 10px;
}
/*.propery_type:before{
    content: "";
    background-image: url(../assets/images/pattern-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.06;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}*/
.propery_type .common-title{
    margin-bottom: 40px;
    text-align: center;
}
.property-type-slider .feature-box .heart img {
      height: 35px;
    max-width: 37px;
    position: absolute;
    border-radius: 10px;
    padding: 6px 6px 3px 6px;
    top: 37px;
    right: 24px;
    background-color: #FFFFFFB5;
}
.property-type-slider .feature-box .remove-heart img {
 height: 35px;
    max-width: 37px;
    position: absolute;
    border-radius: 10px;
    padding: 6px 6px 3px 6px;
    top: 37px;
    right: 24px;
    background-color: #FFFFFFB5;
}
.property-type-slider .feature-box .remove-heart , .property-type-slider .feature-box .heart{
    position: initial;
}
.property-type-slider .feature-box .image img{
    border-radius: 30px;
}
.property-type-slider .feature-box{
    position: relative;
    overflow: hidden;
    box-shadow: unset;
}
.property-type-slider .feature-box .image .thumbnail_container {
    padding-bottom: 70%;
}
.feature-box:hover .small-title{
   color: #0d263c; 
}
.property-detail{
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.feature-first{
    display: flex;
    justify-content: space-between;
}
.feature_location{
    display: flex;
    align-items: center;
}
.feature_location img{
    width: 25px !important;
    margin-right: 5px;
}
.property-meta{
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    color: #0d263c;
}
.property-meta img{
    width: 16px !important;
    margin-right: 7px;
}
.brokerage_row{
    display: flex;
    justify-content: end;
}
.brokerage{
       padding: 8px 17px;
    /*/ background-color: #ec6325; /*/
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    background-color: #ffffff1a;
    backdrop-filter: blur(3px);
    border-radius: 7px;
}
.brokerage img{
    width: 28px;
    margin-right: 10px;
}
.main-social{
    display: flex;
}
.main-social li {
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0d263c;
    width: 35px; /* Adjust size as needed */
    height: 35px; /* Adjust size as needed */
    margin-top: 0px;
    opacity: 1;
    transition: all 0.3s linear 0s;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.main-social li:hover{
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    transition: all 0.3s linear 0s;
}
.main-social li+li{
    margin-left: 5px;
}
.social-link ul.main-social .social li+li{
    margin-left: 0px;
}
.main-social li img {
    max-width: 18px;
    display: block;
}
.social-link ul.main-social .social {
    display: none;
    position: absolute;
    bottom: 100%; /* Adjust if needed */
    left: 0;
    padding: 0;
    margin-top: 10px;
    list-style: none;
    z-index: 3;
     transition: all 4s ease; /* Smooth transition */
}

.social-link ul.main-social .share-wrapper:hover .social {
    display: block;
}


.social-link ul.main-social .social li {
    margin-bottom: 5px;
}

.share-wrapper {
    position: relative;
}
@media(max-width: 768px){
     .search_header.moblie{
            display: flex;
        padding: 0px;
}
    .propery_type{
        padding: 25px 0px;
    }
    .view-more-btn .primary_btn{
        position: absolute;
        right: 11px;
        bottom: 66px;
        padding: 4px 8px;
        border-radius: 100%;
    }
    .view-more-btn .primary_btn .view{
        display: none;
    }
    .view-more-btn .primary_btn .arrow{
        display: block;
    }
    .view-more-btn .primary_btn .arrow i{
        font-weight: 900;
                line-height: 22px;
    }
    .feature-first{
        flex-direction: column;
    }
  .feature-box .feature_price{
        font-size: 10px;
        display: flex;
        width: max-content;
        margin-bottom: 15px;
        height: 28px;
        padding: 5px 10px;
    }
    .feature-box .feature_price img{
        width: 18px;
        height: 18px;
    }
     .brokerage{
            background-color: #0d263c12;
    }
   
}
@media(max-width: 468px){
    .property-type-slider .feature-box .remove-heart img ,    .property-type-slider .feature-box .heart img{
                  height: 34px;
        width: 37px;
        max-width: 37px;
    }
}
.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px; /* Spacing between dots */
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #ccc; /* Default dot color */
    border-radius: 50%;     /* Make dots round */
    display: inline-block;
}

.owl-dots .owl-dot.active span {
    background-color: #f69335; /* Active dot color */
}
.view_all_btn{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}


/*Search Button Css Start*/

.search_box .primary_btn:hover .magnifying-img.orange-img{
    display: inline-block;
}
.search_box .primary_btn:hover .magnifying-img.white-img{
    display: none;
}
.search_box .primary_btn .magnifying-img.orange-img{
    display: none;
}
/*Search Button Css End*/

@media(min-width: 1900px){
    .search_box {
       width: 90%;
    }
}
@media(max-width: 1200px){
    .header-right{
        display: none;
    }
    .header_logo img {
        max-width: 150px;
        width: 175px;
    }
    .header-section{
        height: unset;
    }
    .category_section{
        padding: 30px 0px;
    }
    .featured_listing{
        padding: 63px 0px;
    }
    .featured_listing .common-title .section-title ,.featured_listing .common-title .small-title{
                text-align: center;
        display: block;
    }
    .featured_listing .common-title{
                padding-bottom: 10px;
                 margin-bottom: 0px;
    }
    .search_box{
        position: relative;
    }
}
@media(max-width: 768px){
    .image_top img{
        width: 17px !important;
        margin-right: 5px;
    }
    .banner-inner-text{
        width: 525px;
        left: 3%;
        top: 59%;
        padding: 13px;
    }  
    .search_box{
        background-color: #fff;
    }
    .search_box .search_menu li{
        color: #ec6325;
    }
    .search_country, .search_price, .search_name_mls, .search_property, .secondary_btn{
/*        background-color: #f8f8f8;*/
    }
    .search_price{
        margin-bottom: 25px;
    }
    .featured_listing .right_side{
        justify-content: center;
        align-items: center;
    }
    .feature-box .image_top{
        left: 15px;
    }
    .feature-box .image-bottom{
        left: -5px;
    }
    .property-detail{
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 5px;
    }
    .home-banner-image{
        min-height: 550px;
    }
    .search_country, .search_price, .search_name_mls, .search_property{
        background-color: #F8F8F8;
    }
/*    .property-desc{
        align-items: left;
    }*/
}
@media(max-width: 478px){
    .home-banner-image{
        min-height: 500px;
    }
    .banner-inner-text{
        width: 100%;
        top: inherit;
        padding: 15px;
        left: 0%;
        bottom: 0px;
        border-radius: 0px 0px 40px 40px;
    }
    .property-desc{
        flex-direction: column;
        align-items: start;
    }
    .home-banner-02 .carousel-caption .h-b_item .title {
        height: auto;
        padding-top: 0px;
    }
    .banner_adddress{
        flex-direction: column;
        align-items: start;
    }
    .property-detail{
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 5px;
    }
    .search_box{
        position: relative;
        background-color: #fff;
        padding: 25px;
    }
    .search_country, .search_price, .search_name_mls, .search_property{
        background-color: #F8F8F8;
    }
    .search_box .search_menu li{
        font-size: 18px;
        color: #ec6325;
    }
    .search_box_row{
        display: unset !important;
    }
    .brokerage_row{
        display: unset;
    }
    .brokerage{
        color: #fff;
        margin-top: 40px;
        display: flex;
    }
    .search_box .col-lg-3{
        padding-right: 0px;
        padding-left: 0px;
    }
    .search_price{
        margin-bottom: 35px;
    }
    .featured_listing .right_side ul li{
        padding: 7px;
        font-size: 15px;
    }
    .feature-box .image_top{
        left: 5px;
    }
    .featured_listing .image .heart img{
             right: 5px;
        top: 30px;
        height: 34px;
        width: 37px;
        max-width: 37px;
    }
    .image_top img{
            width: 17px !important;
    }
    
/*    .feature-box .image_top .image_top1, .feature-box .image_top .image_top2{
        font-size: 13px;
    }*/
    .feature-box .image-bottom{
        left: -15px;
    }
    .image-bottom .image-text{
        margin-right: 7px;
        font-size: 16px;
        left: 26px;
    }
    .image-bottom .rera-text{
         font-size: 16px;
    }
    .feature_location{
        align-items: start;
    }
    .property-meta{
        align-items: start;
        margin-right: 7px;
        flex-wrap: unset;
    }
   
    .search_box .primary_btn{
        display: block;
        width: 100%;
        text-align: center;
    }
}
/*New Listing S*/
.property-list{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style-type: none;
}
.property-list-radius{
    color: #ec6325;
    font-weight: 600;
    padding: 12px 15px 12px 12px;
    border-radius: 12px;
    background:#fff;
    margin-right: 25px;
    transition: all 0.3s linear 0s;
    cursor: pointer;
}
.property-list-radius.active, .property-list-radius:hover{
    background: #ec6325;
    color: #fff;
}
.property-list-radius img{
    margin-right: 10px;
    border-radius: 10px;
    width: 34px;
}
.property-type-slider {
    padding-top: 50px;
}

.propery_type .property-meta{
    font-size: 14px;
}

.propery_type .feature-box .feature_location{
    font-size: 14px;
}
@media(max-width: 768px){
    .propery_type .common-title{
        margin-bottom: 0px;
    }
    .property-list-radius{
        margin-bottom: 15px;
        margin-right: 5px;
    }
    .property-type-slider{
        padding-top: 15px;
    }
    .property-type-slider .feature-box .image_top {
        left: 25px;
    }
    .property-list{
        margin: 0px 20px;
    }
/*    .property-type-slider .owl-dots{
        display: none;
    }*/
}
/*New Listing E*/

/* Styles for active and hover states */
.property-list-radius.active, .property-list-radius:hover {
    background: #ec6325;
    color: #fff;
}

/* Default styling */
.property-list-radius {
    color: #ec6325;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 12px;
    background: #fff;
    margin-right: 25px;
    transition: all 0.3s linear;
    cursor: pointer;
}
.property-list.mobile{
    display: none;
}
/* Initially hide all list items except the first one in mobile view */
.property-list.mobile .property-list-radius {
    display: none;
}

.property-list.mobile .property-list-radius.active {
    display: block;
}

/* Once the parent UL has active class, show all items */
.property-list.mobile.active .property-list-radius {
    display: block;
    border-radius: 14px;
    border: 1px solid #fff;
}

.property-type-slider .feature-box .image{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.property-type-slider .feature-box .image:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
    z-index: 1;
}
.property-type-slider .image .thumbnail_container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s linear 0s;
}
.property-type-slider.feature-box:hover .image .property_image{
    transform: scale(1.1);
    overflow: hidden;
}
.property-type-slider.feature-box:hover .image .property_image{
    transition: all 0.3s linear 0s;
}
.property-type-slider .feature-box .image_top{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
}
/* Mobile and tablet view */
@media (max-width: 768px) {
    .property-list.desktop {
        display: none; /* Hide the list initially */
        flex-direction: column;
    }
    
    .property-list.active {
        display: flex; /* Show the list when active */
    }
    /* Styling the dropdown button */
    .dropdown-button {
        display: block;
        background: #ec6325;
        color: white;
        padding: 12px;
        text-align: center;
        border-radius: 12px;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .property-list-radius {
        margin-bottom: 15px;
        margin-right: 5px;
        background: #fff;
    }
}

/* Styling the active and hover states */
.property-list-radius.active, .property-list-radius:hover {
    background: #ec6325;
    color: #fff;
}

/* Default list item styling */
.property-list-radius {
    color: #ec6325;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 12px;
    background: #fff;
    margin-right: 25px;
    transition: all 0.3s linear;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Dropdown icon styling */
/*.property-list-radius::after {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    content: "\e909";
    top: 23px;
    right: -10px;
    font-family: icomoon!important;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    color: #DC1C2E;
}*/

/* Rotate the icon when active (dropdown open) */

/* Hide all list items except the active one */
.property-list li:not(.active) {
    display: inline-block;
}

/* Show all items when the dropdown is active */
.property-list.active li {
    display: flex;
}

/* Responsive styling for mobile and tablet views */
@media (max-width: 768px) {
    .property-list.mobile{
        display: flex;
        flex-direction: column;
    }
    .property-list-radius{
        width: 200px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 12px;
    }
    .property-list-radius::after{
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        content: "\e909";
          top: 16px;
        right: 28%;
        font-family: icomoon!important;
        font-size: 19px;
        font-weight: 600;
        line-height: 100%;
        color: #0d263c;
    }
    
    /* Default state with border radius */
    .property-list-radius {
        border-radius: 10px;
        overflow: hidden;
        transition: max-height 0.5s ease, border-radius 0.3s ease; /* Transition for smooth opening */
        cursor: pointer;
    }

    /* When active, dropdown opens */
    .property-list-radius.active {
        max-height: 200px; /* Adjust based on how much height you need when dropdown is open */
      
    }

    /* Remove border-radius after dropdown is open */
    .property-list-radius.open {
        border-radius: 0;
    }
    .area-list{
        padding: 40px 0px !important;
    }
}
/*Orange Box Start*/
.orange_line{
    overflow: hidden;
    padding: 15px 0px;
    background-color: #ec6325;
    margin: 50px 0px;
}
.orange-text{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.marquee-main{
/*    display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
}
.marquee-main div{
    display: inline-block;
    animation: 120s slide1 infinite linear;
}
@keyframes slide1 {
    from {
        transform: translateX(-30%);
    }

    to {
        transform: translateX(10%);
    }
}
.marquee-main img{
    margin: 0px 15px;
}

/*Orange Box End*/


/*Testimonail Section Homepage Start*/
/*.testimonial-sec-main{
    padding: 70px 0px;
}
.testimonial_box{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.testimonial_desc_box{
    display: flex;
}
.testimonial_desc{
    padding: 90px 50px 90px 90px;
    background-color: #fff;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    width: 70%;
}
.testimonial_image{
    width: 30%;
    background-color: #fff;
    padding: 10px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}
.testimonail_desc{
    padding: 90px 50px 90px 90px;
}
.testimonial_box .section_title{
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 15px;
}
.testimonial_box .small-subtitle{
    color: #0d263c;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.testimonial-ratings{
    display: flex;
    align-items: center;
}
.testimonial-ratings{
    margin-top: 0px;
}
.testimonial-ratings li{
     margin-right: 5px;
}
.testimonial-ratings li+li{
    margin-right: 5px;
    margin-top: 0px;
}
.testimonial-ratings img{
    max-width: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.testimonial_detail{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 30px 0px;
    line-height: 29px;
}
.testimonial-media-group{
    display: flex;
    align-items: center;
}
.testimonial-media-group .image img{
    max-width: 100%;
    border-radius: 50%;
}
.testimonial-border-radius .image{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.testimonial-name{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ec6325;
}
.testimonial-user-location{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.testi_image{
    height: 500px;
    margin: 30px;
}
.testi_image .thumbnail_container{
    padding-bottom: 125%;
    background-color: #fff;
}
.testi_image img{
    border-radius: 70px;
}
@media (max-width: 768px) {
    .testimonial-sec-main {
        padding: 35px 0px;
    }
}*/
.testi_image img{
    border-radius: 40px;
    display: unset !important;
    max-width: 45%;
    float: right;
    margin-right: 70px;
}
.testimonial-sec-main {
    padding: 70px 0;
    margin: 0px 15px;
}
/*.testimonial-slider {
    overflow: hidden;
}*/
.testimonial-slider.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #ec6325;
}

.testimonial_desc_box {
    padding: 90px 50px 38px 90px;
    background-color: #fff;
    border-radius: 60px 0 0 60px;
}
.testimonial_box  .box-row {
    background-color: #fff;
    border-radius: 39px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/*.testimonial_box {
    display: flex;
}*/
.testimonial-ratings {
    display: flex;
    align-items: center;
}
.testimonial-ratings img {
  max-width: 20px;
    padding: 1px;
}
.testimonial_image-wrapper{
        width: 70px;
    height: 70px;
    border-radius: 50%;
}
.testimonial-ratings li+li{
    margin-top: 0px;
}
.testimonial_detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    margin: 15px 0px;
}
.testimonial-media-group img {
    border-radius: 50%;
    max-width: 100%;
}
.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #ec6325;
}
.testimonial-user-location {
    font-size: 16px;
    color: #000;
}
.testimonial-user-info{
    padding-left: 15px;
}
.testimonial_image{
    background-color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 0px 60px 60px 0px;
}
/*.testi_image{
    margin: 35px;
    background-image: url(https://dtthemes.kinsta.cloud/veedoo/wp-content/uploads/sites/3/2024/04/Testimonial-image-3-side.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.testimonial_desc .section_title{
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 10px;
}
.testimonial_desc .small-subtitle {
    color: #0d263c;
    font-size: 30px;
    font-weight: 600;
}

.testimonial-media-group{
    display: flex;
    align-items: center;
}
@media (max-width: 1600px) {
    .testi_image img {
        max-width: 60%;
        float: none;
        margin: 0px;
    } 
}
@media (max-width: 768px) {
    .testimonial_desc_box, .testimonial_image {
        border-radius: 0;
    }
    .testimonial_desc_box{
       padding: 25px 10px 25px 30px;
    }
    .testi_image{
        margin: 30px 0px 10px 0px;
    }
    .testimonial-sec-main{
        padding: 35px 0px;
    }
    .testimonial_desc .section_title{
        font-size: 22px;
    }
    .testimonial_desc .small-subtitle{
        font-size: 25px;
    }
    .testimonial_detail{
        font-size: 19px;
    }
    .testi-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
   
    .testimonial-ratings img {
        max-width: 9%;
        height: auto;
    }
    .testimonial-media-group img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0;
        max-width: 100%;
        border-radius: 50%;
    }
}

/*Testimonail Section Homepage End*/

/*Location Section Start*/
.location_sec{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;
}
.location_sec .section_title {
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 10px;
}
.location_sec .small-subtitle{
    color: #fff;
    font-size: 19px;
}
.location_box{
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.location_box:hover {
    transform: scale(1.05);
}
.location-detail{
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 3px;
}
.location-detail .location-title{
    font-size: 17px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #ec6325;
}
.location-detail .location-name{
    font-size: 13px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #ec6325;
}
.location-detail .location-number{
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: #0d263c;
}
.main_location{
    margin: 25px 0px;
}
.main_location .col-lg-2{
    padding-right: 7px;
    padding-left: 7px;
}
.location-image{
    height: 65px;
    display: flex;
    width: 65px;
    border-radius: 50%;
    background-color: #f7f7f7;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.location-image img{
    max-width: 80%;
}
@media (max-width: 768px) {
    .location_sec {
        padding: 35px 0px;
    }
    .location-detail .location-title{
        font-size: 16px;
    }
    .location-image{
        margin-bottom: 10px;
    }
}
@media (max-width: 468px) {
    .location_box{
        flex-direction: column;
        margin-bottom: 20px;
    }
}
/*Location Section End*/

/*Clients Slider Start*/
.client_section{
    text-align: center;
    padding: 40px 0px;
}
.client_section .img_blk {
    transition: all 0.5s ease;
    padding: 15px;
    background-color: #fff;
    border-radius: 30px;
    height: 110px;
     margin-bottom: 20px;
    overflow: hidden;
}
.client_section .img_blk img{
    height: unset;
    max-width: 45%;
}
.client_section .img_blk:hover{
    transform: scale(0.9);
}
.client_section .img_blk .thumbnail_container{
    padding-bottom: 37%;
    background: #fff;
}
/*.img_blk img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(9%);
     opacity: .6; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 50%;
}
.img_blk:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.img_blk:hover img {
    transform: scale(1.1);
    cursor: pointer;
    z-index: 1;
}
.img_blk:hover img {
     opacity: 10; 
    filter: unset;
}*/
.client_section .section_title{
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 30px;
}
.clients_slider{
    overflow: hidden;
}
/*.clients_slider .item img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out, transform 0.5s ease-in-out;
    position: relative;
}*/

/*.clients_slider .item:hover img {
    filter: grayscale(0%);  Remove grayscale on hover 
    transform: translateX(-100%);  Move image from right to left 
    animation: slide-in 0.5s forwards;
}

 Keyframe for sliding the image 
@keyframes slide-in {
    from {
        transform: translateX(100%);  Start from the right 
    }
    to {
        transform: translateX(0);  End at the normal position 
    }
}*/

@media (max-width: 768px) {
    .client_section{
        padding:0px 0px 35px 0px;
    }
    .first-box .image{
        height: auto !important;
    }
    .blog-title.left-blog-title{
        height: auto !important;
    }
    .blog-main-boxes .entry-body p{
        height: auto !important;
    }
    .first-box{
        margin-bottom: 20px;
    }
    .blog-right_box{
        flex-direction: column;
    }
    .blog-right-image{
        height: auto !important;
        width: 100% !important;
    }
    .client_section .img_blk{
        height: auto;
    }
    .client_section .img_blk img{
        max-width: 55%;
    }
}
@media (max-width: 468px) {
    .blog-right-side .image-tag{
        top: 39%;
        left: 40px !important;
    }
    .blog-right-side .col-md-12{
        padding-right: 0px;
        padding-left: 0px;
    }
}
/*Clients Slider Start*/

/*Blog Section Start*/
.blog_section{
    padding: 40px 0px;
}
.blog_section .blog_title{
    text-align: center;
    margin-bottom: 40px;
}
.blog_title .section_title{
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 10px;
}
.blog_title .small-subtitle {
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}
.first-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.first-box .image{
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.first-box .image .thumbnail_container {
    padding-bottom: 67%;
    background: #fff;
}
.image-tag{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}
.image-tag-text{
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px;
    padding: 10px 15px;
    background-color: #fff;
    margin-right: 10px
}
.blog_description{
    display: flex;
    align-items: center;
}
.blog_description img{
    margin-right: 10px;
}
.blog_description .entry-date{
    font-size: 16px;
    text-transform: uppercase;
    color: #ec6325;
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 500;
    letter-spacing: .8px;
}
.blog-main-boxes .blog-title{
    font-size: 21px;
    color: #0d263c;
    margin: 10px 0px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
}
.blog-main-boxes .entry-body{
    margin-bottom: 10px;
}
.blog-main-boxes .read_more{
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ec6325;
    padding-left: 5px;
}
.blog-right_box{
    background-color: #fff;
    padding: 20px;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    display: flex;
    margin-bottom: 20px;
    transition: all 0.3s linear 0s;
}

.blog-right-image{
    width: 40%;
    margin-right: 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
    height: 200px;
    overflow: hidden;
    border-radius: 25px;
}
.blog-right-side .entry-date{
    font-size: 14px;
    text-transform: uppercase;
    color: #ec6325;
    margin: 10px 0px;
    font-weight: 500;
    letter-spacing: .8px;
}
.blog-right-side .read_more{
    font-size: 16px;  
}
.blog-right-side .thumbnail_container{
    padding-bottom: unset;
    height: 200px;
}
.blog-right-side .image-tag-text{
    font-size: 16px;
    padding: 5px 10px;
}
.blog-right-side .image-tag{
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 50px;
}
.blog-main-boxes .entry-body p{
    height: 95px;
    overflow: hidden;
    color: #101010;
}
.blog-right_box .right-body p{
    height: 50px;
    overflow: hidden;
}
.blog-right-image img{
    border-radius: 20px;
}
.blog_section .first-box:hover .image .blog-right-image{
    transform: scale(1.1);
}
.first-box .image .blog-right-image {   
    transition: all 0.3s linear 0s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.first-box:hover .blog-title{
    color: #ec6325;  
}
.blog-right_box:hover .entry-date{
    color: #ec6325;
}
.blog-right_box:hover .blog-right-image .blog-right-image{
   transform: scale(1.1);
}
.blog-right-image .blog-right-image{
    transition: all 0.3s linear 0s;
}
.blog-right_box:hover .blog-title{
    color: #ec6325;
}
.blog-title.left-blog-title{
    height: 30px;   
    overflow: hidden;
}
@media (max-width: 768px) {
    .blog-right-side .image-tag{
        bottom: 37%;
    }
    .blog_section{
        padding: 10px 0px;
    }
/*    .blog-right-side .thumbnail_container{
        padding-bottom: 100%;
    }*/
}
/*Blog Section Start*/


/*Contact Us page start*/

.contact-us{
    position: relative;
    background-image: url(../images/low-angle-view-blue-white-modern-buildings-cloudy-sky.jpg);
    background-size: cover;
}
.contact-detail .title{
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ec6325;
    margin-bottom: 10px;
}
.contact-detail{
    z-index: 2;
    position: relative;
}
.contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity (0.5 = 50% darkness) */
    z-index: 1; /* Ensure the shadow appears above the background image */
}
.contact-inner-main .contact-detail .message {
    margin: 20px 0 40px;
    color: #fff;
    font-size: 18px;
}
.contact-inner-main .contact-detail .list li:hover .call-link{
    color: unset !important;
}
.contact-inner-main .contact-detail .list li:hover .contact-icon i{
    background: #0d263c;
}
.form-main {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 30px #00000029;
    margin: 0px auto;
    border-radius: 30px;
}
.contact-inner-main .contact-detail .list li {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px rgb(29 178 255 / 18%);
    border-radius: 30px;
    padding: 30px;
    color: #003DA5;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    max-width: 650px;
}
.contact-us .form-control {
    height: 55px;
    border-color: #c7d5e1;
    padding: 18px 15px;
    border-radius: 18px;
    border: 1px solid #c7d5e1;
    background-color: #0d263c12;
}
.contact-us textarea.form-control {
    height: 150px;
}
.contact-us .form-control:hover, .contact-us  .form-control:focus {
    border-color: #0d263c;
}
.contact-us .secondary_btn{
    background: #0d263c;
    border: 1px solid #0d263c;
}
.contact-us .secondary_btn:hover{
    background: #fff;
    border: 1px solid #0d263c;
    color: #0d263c;
}
.contact-inner-main .contact-detail .list{
    display: block;
}

.contact-box{
    display: flex;
    align-items: center;
}
.contact-icon i{
    margin-right: 10px;
    padding: 15px;
    background: #ec6325;
    border-radius: 50%;
    color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    font-size: 25px;
}
.contact-details-title{
    display: flex;
    color: #0d263c;
    font-weight: 500;
    margin-bottom: 11px;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
}
.contact-box .info-text{
    font-size: 18px;
    font-weight: 500;
    color: #ec6325;
    line-height: 21px;
}
.form-main .common-title{
    margin-bottom: 35px;
}
.form-main .section-title{
    text-align: center;
    color: #0d263c;
    font-size: 24px;
    font-weight: 600;
/*    margin-bottom: 25px;*/
}
.form-main .small-title{
    color: #0d263c;
}
.contact-inner-main .contact-detail .list li:hover .contact-details-title{
    color: #ec6325;
}
.contact-inner-main .contact-detail .list li:hover .info-text{
    color: #0d263c;
}
.contact_form_sec{
    padding: 80px 0px;
}
.contact-inner-main .contact-detail .list li:hover{
    transform: scale(1.05);
}
.contact-us .r-btn .primary_button{
     margin-bottom: 10px;
    padding: 10px 35px 10px 35px;
}
.contact-us .r-btn .primary_button:hover{
    background: #0d263c;
    color: #fff;
}
.contact-us  .form-main .section-title{
    display: block;
}
@media(max-width:768px) {
      .contact-detail .title{
        display: none;
    }
    .form-main {
        padding: 20px 15px;
    }
    .contact-inner-main .contact-detail .message {
        margin: 10px 0 20px;
    }
    .contact-inner-main .contact-detail .common-title .small-title {
        font-size: 14px;
    }
    .contact-inner-main .contact-detail .list li i {
        padding: 20px;
    }
    .contact-inner-main .form-main {
        padding: 15px;
    }
    .terms_class{
        display: flex;
        align-items: baseline;
    }
    .terms_class input[type=checkbox]{
        margin-right: 10px;
    }
    .contact-inner-main{
        display: flex;
        justify-content: center;
    }
}

@media(max-width:479px) {
    .contact-inner-main .contact-detail .list li {
        font-size: 12px;
    }
     .form-main .common-title {
        margin: 0px;
    }
}

/*Contact Us page end*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 18px;
    color: #ec6325 !important;
}


.home-banner-02 .search_box .primary_btn:hover img{
    filter:invert(43%) sepia(87%) saturate(680%) hue-rotate(340deg) brightness(95%) contrast(96%);
}


.list-side-bar .panel-group .panel , .list-side-bar .panel-default>.panel-heading{
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
}
.list-side-bar .treeview li{
    color:#fff;
}
.list-side-bar .panel-group .panel , .list-side-bar .panel-default>.panel-heading{
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
}
.list-side-bar .treeview li{
    color:#fff;
}
/*    Faqs css Start*/
.accordion-item {
    /*border: 1px solid #ddd;*/
    margin-bottom: 10px;
    position: relative;
}

.accordion-header {
    padding: 20px 20px 20px 60px;
    cursor: pointer;
    border-radius: 14px;
    background-color: #fff;
    color: #0d263c;
    font-size: 18px;
    font-weight: 600;
}

.accordion-content {
    display: none;
    padding: 10px 0px;
    color: #ec6325;
    background-color: #fff;
    border: 1px #ec6325;
    font-size: 14px;
    font-weight: 500;
}

.about_box{
    margin-bottom: 30px;
}
.about_sec{
    padding: 50px 0px;
    background-color: #0d263c;
}

.about_center{
    margin-top: 20px;
}

.about_row{
    display: flex;
    justify-content: center;
}

.about_box{
    /*    background-color: #fff;
        border-radius: 35px;*/
    margin: auto;
}

.about_bg img {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    width: auto;
}

.title_section{
    position: relative;
}

.title_section h3{
    font-size: 50px;
    color: #DC1C2E;
}

.about_top_box{
    width: 95%;
    margin: auto;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_image img{
    width: 100%;
    display: block !important;
    max-width: 100%;
}

.about_image{
    position: relative;
    height: 290px;
    overflow: hidden;
}

.about_img_section{
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 100px;
}

.about_image:before{
    content: '';
    position: absolute;
    width: 95%;
    height: 90%;
    top: 5%;
    left: 2.5%;
    border: 5px solid #fff;
}

@media(max-width: 767px){
    .about_top_box{
        padding: 10px;
    }
    .about_box .title_section h3{
        font-size: 35px;
    }

    .about_img_section{
        display: none;
    }
}
.accordion-i{
    position: absolute;
    left: 20px;
    top: 20px;
}
.accordion-i i{
    font-size: 18px;
    color: #0c2438;
    font-weight: 700;
    padding: 5px;
    border-radius: 50%;
    border-color: #ec6325;
    background: #dbdbdb7a;
}
.accordion-i.open i {
    font-size: 20px;  /* Increase font size */
    color: #ffffff;   /* Change color to white */
    background: #ec6325; /* Change background color */
    border-color: #ec6325; /* Match the border color */
}
.accordion-header:hover .accordion-i i{
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    color: #fff;
}
@media (max-width: 1200px){
    .listing-main .button_combo{
        z-index: 99;
        box-shadow: rgb(0 0 0 / 61%) 0px 5px 15px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 17px !important;
    }
}
@media (max-width: 767px){
    .button_combo {
        float: right;
        margin-right: 0%;
        margin-bottom: 0px;
        margin-top: 0px !important;
        margin-left: 0px !important;

    }
    .listing-main .top-list-bar{
        /*display: block;*/
        justify-content: center !important;
    }
    .listing-main .button_combo img{
        max-width: 25px;
    }
    .listing-main .bot label{
        display: flex;
    }
    .listing-main .top-list-bar .form-group{
        min-width: auto !important;
        width:100% !important;
        margin: 0 0 0 6px !important;
    }
    .listing-main .select-group .dropdown-toggle{
        width:100% !important;
    }
}
.listing-main .top-list-bar .form-group{
    margin-bottom: 20px;
}
.property-data  .common-title{
    margin-bottom: 25px;
}
@media(max-width:1200px) {
    .accordion-i i{
        right: 20px;
        top: 20px;
    }
    .about_sec{
        padding: 10px 0px;
    }
    /*        .accordion-content{
                padding: 20px;
            }*/
    .property-description{
        padding: 20px 0px;
    }
    .property-data  .common-title {
        padding-bottom: 0px;
    }
    .property-desc-row{
        margin-right: 0px;
        margin-left: 0px;
    }
}
/*    Faqs css End*/

@media(max-width:1200px) {
    .orange_line{
        padding: 10px 0px;
    }
    .orange-text{
        font-size: 21px;
    }
}
/*Cookie CSS S*/

.cookie_section {
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    bottom: 8px;
    background: #ffffff;
    margin: auto;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 5%);
    border: 1px solid rgb(173 173 173 / 20%);
    border-radius: 5px;
}

.cookie_section .c_s_content {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.cookie_section .c_s_content a {
    color: #ec6325;
    font-weight: 500;
    font-size: 13px;
}

.cookie_section .c_s_content a.accept_button {
    background: #0d263c;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.cookie_section .c_s_content a:hover {
    color: #f36c39;
}

.cookie_section .c_s_content a.accept_button:hover {
    background: #f36c39;
    color: #ffffff;
}

/*Cookie CSS E*/
.advertise_slider{
    margin: 25px 0px;
    /*display: none !important;*/
}
/* Thank you S */

.thank_you_main {
    padding: 90px 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
}
/*.thank_you_main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.thank_you_main .center-box {
    max-width: 700px;
    background: #0d263c;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0px 7px 15px #0000001a;
    margin: auto;
    text-align: center;
    position: relative;
}

.thank_you_main .center-box::before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background: #f76421;
    z-index: -1;
    border-radius: 20px;
    rotate: z -4deg;
}

.thank_you_main .center-box .small-title {
    font-size: 70px;
    line-height: 100%;
    color: #f76421;
    margin: auto;
    font-weight: 700;
}

.thank_you_main .center-box .small-title span {
    color: #fff;
}

.thank_you_main .center-box .short-desc {
    margin-bottom: 30px;
    color: #ec6325;
    font-weight: 600;
    font-size: 18px;
}

.thank_you_main .center-box .box-btn {
    max-width: 200px;
    margin: 40px auto 0;
}
@media(max-width:767px) {
    .thank_you_main .center-box {
        padding: 50px 15px 30px;
    }
    .thank_you_main .center-box .small-title {
        font-size: 50px;
        padding: 0 15px;
    }
    .thank_you_main .center-box .short-desc {
        margin: 22px 0;
    }
    .thank_you_main .center-box::before {
        bottom: 0px;
        right: 0px;
        height: 211px;
    }
}

@media(max-width:479px) {
    .thank_you_main .center-box .small-title {
        font-size: 30px;
    }
}


/* Thank you E */
/* 404 S*/

.not-found-page {
    padding: 80px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.not-found-page .center-box {
    max-width: 93%;
    background: #EBF2FF;
    padding: 50px 30px;
    border-radius: 35px;
    box-shadow: 0px 7px 15px #0000001a;
    margin: auto;
    text-align: center;
    position: relative;
}

.error_bg{
    position: absolute;
    top: -50px;
}

.error_bg img{
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

.error_bg_bottom{
    position: absolute;
    bottom: 20px;
    right: -10px;
}

.error_bg_bottom img{
    margin: 0px;
}

.not-found-page .center-box .small-title {
    font-size: 70px;
    line-height: 100%;
    color: #f76421;
    margin: auto;
    font-weight: 700;
}

.not-found-page .center-box .small-title span {
    color: #0d263c;
}

.not-found-page .center-box .short-desc {
    margin-bottom: 30px;
    color: #ec6325;
    font-weight: 600;
    font-size: 18px;
}
.center-box img{
    max-width: 30%;
}

.error-btn .primary_button {
    color: #ffffff;
}

.error-btn .primary_button i {
    color: #ffffff;
}

@media(min-width:1200px) {
    .error-btn .primary_button:hover {
        color: #000000;
    }
}

@media(max-width:1199px) {
    .not-found-page .error-center .error-text .title {
        font-size: 150px;
    }
    .not-found-page .error-center .error-desc {
        margin: 50px 0;
    }
    .center-box img{
        max-width: 90%;
    }
    .center-box .common-title{
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .not-found-page{
        padding: 40px 0px;
    }
}

@media(max-width:479px) {
    .not-found-page .error-center .error-text .title {
        font-size: 100px;
    }
    .not-found-page .error-center .error-desc {
        font-size: 14px;
    }
}
/* 404 E */
/*Advertise Css Start*/
.advertise_section .advertise_slider .owl-nav , .advertise_section .advertise-vertical-slider .owl-nav{
    display: none !important;
}
.advertise_slider .advertise-img{
    border-radius: 10px;
    height: auto;
}
.advertise_slider .advertise-img .thumbnail_container {
    padding-bottom: 8%;
    background: transparent;
}
.advertise_slider .advertise-img img {
    border-radius: 10px;
    max-width: 60% !important;
    border: 3px solid #fff;
}
@media (max-width: 1200px) {
    .advertise_slider .advertise-img{
        height: auto;
        margin-top: 20px;
    }
    .advertise_slider .advertise-img img{
        max-width: 100% !important;
    }
    .advertise_slider .advertise-img .thumbnail_container {
        padding-bottom: 15%;
    }
    .advertise_section{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .advertise_section .advertise-img{
        margin-top: 0px;
        padding: 0px 0px !important;
    }
}
.advertise-vertical-slider{
    overflow: hidden;
    /*display: none !important;*/
}
/*Advertise Css Start*/

@media(max-width:1920px) {
    .client_section .img_blk{
        height: auto;
    }
    .client_section .img_blk .thumbnail_container {
        padding-bottom: 50%;
    }
}

/*for scroll start*/



body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #ec6325;
}

body::-webkit-scrollbar-thumb
{
	background-color: #ec6325;
}

/*for scroll end*/

/*slider owl start*/
.agent-slider.owl-carousel .owl-dots.disabled, .agent-slider.owl-carousel .owl-nav.disabled{
    display: block;
}
.owl-theme .owl-nav {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span{
    margin:0px;
}

.owl-prev, .owl-next {
    position: absolute;
    transform: translateY(25%);
    z-index: 1;
}
.owl-prev {
    left: 44%;
    bottom: 0%;
}
.owl-next {
    bottom: 0px;
    right: 44%;
}
@media (max-width: 1600px) {
    .owl-prev {
        left: 41%;
    }

    .owl-next {
        right: 41%;
    }
}
@media(max-width: 478px){
    .owl-next {
        right: 13%;
    }
    .owl-prev {
        left: 13%;
    }
    .owl-theme .owl-nav {
    margin-top: 20px;
}
}

/*slider owl end*/

.listing_box .main-social li:first-child{
    padding: 9px 0px 5px 0px;
}

/*predictions start*/

.predictions_section .common-title{ 
    margin-bottom: 40px;
}
.predictions_box .predictions_box_text_content{
    color: #101010;
    font-weight: 500;
    margin: 10px 0px;
}
.predictions_box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.predictions_box .predictions_box_text_main{
    padding:20px 10px 10px 0px;
}
.predictions_section{
    padding: 0px 0px 60px 0px;
}
.predictions_box:hover .predictions_box_text_main .predictions_box_text_headig h3 a , .predictions_box .predictions_box_text_main .predictions_box_text_headig h3 a:hover{
        color: #0d263c;
}
.predictions_box_img .thumbnail_container {
    padding-bottom: 100%;
}
.predictions_box .predictions_box_img{
    border-radius: 22px;
    height: auto;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
}
.predictions_btn{
      text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff !important ;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #f76421;
    font-family: "Jost", sans-serif;
    padding: 12px 15px 12px 15px;
    background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
    border-radius: 31px;
    z-index: 14;
    transition: 1s ease;
    position: relative;
    margin-top: 15px;
}
.predictions_box:hover .predictions_btn , .predictions_btn:hover{
    background:transparent;
    color:#ec6325  !important;
}

.predictions_box .ai-intelligence .ai_btn:hover{
    border:2px solid rgb(247 100 33);
}

.predictions_box{
    border: unset;
    z-index: 1;
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-image: radial-gradient(circle at 100% 100%, transparent 24px, #ec6325 24px, #ec6325 32px, transparent 32px), linear-gradient(to right, #ec6325, #304ffe), radial-gradient(circle at 0% 100%, transparent 24px, #304ffe 24px, #304ffe 32px, transparent 32px), linear-gradient(to bottom, #304ffe, #00bfa5), radial-gradient(circle at 0% 0%, transparent 24px, #00bfa5 24px, #00bfa5 32px, transparent 32px), linear-gradient(to left, #00bfa5, #ffd600), radial-gradient(circle at 100% 0%, transparent 24px, #ffd600 24px, #ffd600 32px, transparent 32px), linear-gradient(to top, #ffd600, #ec6325);
    background-size: 29px 29px, calc(100% - 56px) 4px, 29px 29px, 4px calc(100% - 56px);
    background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 33px;
    margin-bottom: 30px;
}
.predictions_box .ai-intelligence .ai_btn{
        margin: auto;
    display: table;
    border:2px solid transparent;
     -webkit-border-radius: 31px;
      -moz-border-radius: 31px;
      -ms-border-radius: 31px;
}
/*predictions end*/

.advertise-vertical-slider .advertise-img .thumbnail_container .thumbnail img{
    border-radius: 10px;
    background-color: #ec6325;
    padding: 3px;
}







/*ribbon start*/

.brokerage_row .ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.brokerage_row .ribbon {
    --r: .8em;
    border-block: .5em solid #0000;
    padding-inline: calc(var(--r) + .25em) .5em;
    line-height: 1.8;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,0 calc(100% - .25em),var(--r) 50%,0 .25em);
    background:radial-gradient(.2em 50% at right,#ffff,#0000) border-box,#ec6325 padding-box;
    width: fit-content;
    font-size: 21px;
    padding: 0px 19px;
     sposition: relative;
}

.home-banner-slider {
  position: relative;
}

.home-banner-slider .ribbon {
  --f: .5em;
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 12px;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#c1b5b0 0 0) 51% / var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
      transform: translate(calc((cos(45deg) - 1)* 100%), -100%) rotate(-45deg);
      -webkit-transform: translate(calc((0.7071 - 1) * 100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 253px;
  padding:6px 0px 14px 0px;
  font-size: 16px;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 4px;
}

.home-banner-slider .ribbon p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

@media(max-width: 1200px){

       .brokerage_row .ribbon{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0px 0px 0px;
        background: radial-gradient(.2em 50% at right, #000000, #0000) border-box, #ec6325 padding-box;
    }
    .home-banner-slider .ribbon{
        -webkit-transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        -ms-transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        -webkit-transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        -ms-transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        transform: translate(calc((0.7071 - 1) * 100%), -52%) rotate(-45deg);
        width:190px;
    }
    .home-banner-slider .ribbon p{
        font-size: 14px;
    }
    
}




/*listing in ribbon start*/

.banner_img .ribbon {
  --f: .5em;
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 12px;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#c1b5b0 0 0) 51% / var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
      transform: translate(calc((cos(45deg) - 1)* 100%), -100%) rotate(-45deg);
      -webkit-transform: translate(calc((0.7071 - 1) * 100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background: linear-gradient(90deg, rgb(249 50 50) 0%, rgba(247, 100, 33, 1) 38%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 253px;
  padding:6px 0px 14px 0px;
  font-size: 16px;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 4px;
}

.banner_img .ribbon p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

@media(max-width: 1200px){

    .banner_img .ribbon{
       -webkit-transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        -ms-transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        -webkit-transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        -ms-transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        transform: translate(calc((0.7071 - 1) * 100%), -99%) rotate(-45deg);
        width:190px;
    }
    .banner_img .ribbon p{
        font-size: 14px;
    }
    
}

/*listing in ribbon end*/

/*ribbon end*/

/*about-us in before testimonial start*/

.about-boxes .box {
    padding: 35px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: rgb(255 255 255 / 43%) 0px 5px 15px;
    border: 5px solid #f76421;
    box-shadow: rgb(255 255 255 / 22%) 0px 6px 24px 0px, rgb(255 255 255) 0px 0px 0px 5px, rgb(255 255 255 / 47%) 5px 4px 15px;
}
.about-boxes{
    margin: 40px  0px 0px 0px;
}
.about-boxes .box:hover {
    transform: translateY(-10px);
    box-shadow:0 0 20px rgb(255 255 255 / 66%);
}

.about-boxes .box img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.about-boxes .box h3 {
    margin-bottom: 15px;
}

.about-boxes .box div {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}
.about-boxes .common-title{
        margin-bottom: 40px;
}

/*about-us in before testimonial end*/


