@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700;900&display=swap');

body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-align: left;
    background-color: #fff;
}

/* start css development all pages */


#development .heading {
    font-size: 45px;
    text-shadow: none;
}

#development .text .heading {
    text-align: left;
    font-size: 40px;
}

#development .text {
    padding-top: 0px;
}

#development .image {
    padding-top: 40px;
}

#development .text p {
    font-size: 20px;
}

#development .image {
    text-align: right;
}

#development .image .development {
    width: 100%;
}
/* end css development all pages */

/* home page css */

.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-active{
    border-radius: 40px;
}
img {
    width: 100%;
}

a {
    text-decoration: none !important;
}

.main-logo {
    width: 150px;
}

nav.navbar {
    padding-right: 60px;
    padding-left: 60px;
    font-weight: 700;
    font-size: 18px;
}

.navbar li.nav-item {
    padding: 0 10px;

}
.border-left {
    border-left: 6px solid #fff!important;
}
.left-side {
    background-color: #ffebc4;
    border-radius:50px 0 0 50px;
    position: absolute;
    right: 0;
}
.navbar li.nav-item img {
    width: 30px;
}

.navbar li.nav-item .nav-link {
    color: #000;
}

.custom-Violet {
    background-image: url(../images/violet-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 70px;
}

.custom-btn-blue {
    background-color: #fbae24;
    color: #33075b;
    padding: 2px 25px;
    display: inline-block;
    font-weight: 700;
    border-radius: 20px;
}

.custom-btn-black {
    background-color: #000;
    color: #fff;
    padding: 2px 25px;
    display: inline-block;
    font-weight: 700;
    border-radius: 20px;
}

.pd-t-b-40 {
    padding: 40px 0;
}

.pd-t-b-20 {
    padding: 20px 0;
}

.heading {
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 2px #b4b4b4;
    font-size: 40px;
}

.heading span {
    font-weight: 900;
}

/* for homepage bar */

#search-id .search-listing {
    background-color: #fbae24;
    border-radius: 30px;
    height: 150px;
}

#search-id .property-field h6 {
    font-size: 14px;
    font-weight: 700;
}

#search-id .property-field {
    display: inline-flex;
    width: 176px;
    margin-left: 20px;
}

#search-id select#unit_type  {
    width: 160px;
    margin-top: 10px;
    background-color: transparent;
    border: none;
}

#search-id .property-field i  {
   font-size: 55px;
}

.tp-1 {
    position: absolute;
    top: 20px;
}

.centered-y {
    text-align: left;
}

#global_buy_sell .heading {
    font-size: 50px;
    margin-bottom: 20px;
}

#global_buy_sell p {
    font-size: 20px;
    text-align: center;
}

#global_buy_sell .text h6 {
    font-weight: 700;
    text-align: left;
}

#global_buy_sell select {

    background-color: transparent;
    border: none;
    font-size: 14px;
    width: 80%;
    float: left;
    text-indent: 0;
}



#global_buy_sell .trade_offers {
    background-color: #fbae24;
    /* padding: 0 22px; */
    border-radius: 7px;
}

#global_buy_sell .trade_offers .title {
    background-color: #13a8c2;
    border-radius: 6px;
}

#global_buy_sell .trade_offers .trd_item {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    border-right: solid 1px #9f6e17;
}

#global_buy_sell .trade_offers .trd_item2 {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}

#global_buy_sell .trade_offers .title h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding: 18px 0;
}

#global_buy_sell .trade_offers .title h5 a {
    font-size: 12px;
    color: #000;
}

#global_buy_sell .custom-wraper {
    padding: 0 20px;
}

#global_buy_sell .trd_item .image {
    padding: 6px 6px;
    /* background-color: #13a8c2; */
    /* border-radius: 7px; */
    text-align: center;
}

#global_buy_sell .trd_item .text {
    padding-top: 6px;
}

#global_buy_sell .trd_item .text h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px;
}

#global_buy_sell .find_suppliers .heading,
#global_buy_sell .trade_exhibition .heading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#global_buy_sell .find_suppliers .country {
    padding-top: 10px;
    padding-bottom: 10px;
}

#global_buy_sell .find_suppliers .country img {
    width: 23%;
}

#global_buy_sell .find_suppliers .country .flag_name {
    display: inline-block;
    font-weight: 700;
    padding-left: 10px;
}

#global_buy_sell .trade_exhibition .trade_update {
    padding: 14px 0 0 0;
}

#buy_sell_category .heading {
    font-size: 50px;
    margin-bottom: 20px;
}

#buy_sell_category p {
    font-size: 20px;
    text-align: center;
}

#buy_sell_category .text h6 {
    font-weight: 700;
    text-align: center;
    color: #878787;
}

#buy_sell_category select {

    background-color: transparent;
    border: none;
    font-size: 14px;
    width: 80%;
    float: left;
    text-indent: 0;
}

.header-sec {
    content: "";
    background: transparent url(../images/bg.png);
    background-size: cover;
    position: relative;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 1;

}
.home-banner {

    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 390px;
}

i.fadeIn.animated.bx.bx-search-alt-2 {
    margin-left: 39px;
}

.bx {
    font-size: 47px;
}

#buy_sell_category .trade_offers {
    background-color: #fff;
    /* padding: 0 22px; */
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#buy_sell_category .trade_offers .title {
    background-color: #13a8c2;
    border-radius: 6px;
}

#buy_sell_category .trade_offers .trd_item {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    border-right: solid 1px #d1d1d1;
}

#buy_sell_category .trade_offers .trd_item img {
    width: 65px;
}

#buy_sell_category .trade_offers .trd_item2 img {
    width: 65px;
}

#buy_sell_category .trade_offers .trd_item2 {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}

#buy_sell_category .trade_offers .title h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding: 18px 0;
}

#buy_sell_category .trade_offers .title h5 a {
    font-size: 12px;
    color: #000;
}

#buy_sell_category .custom-wraper {
    padding: 20px 20px;
}

#buy_sell_category .trd_item .image {
    padding: 6px 6px;
    /* background-color: #13a8c2; */
    /* border-radius: 7px; */
    text-align: center;
}

#buy_sell_category .trd_item2 .image {
    padding: 6px 6px;
    /* background-color: #13a8c2; */
    /* border-radius: 7px; */
    text-align: center;
}

#buy_sell_category .trd_item .text {
    padding-top: 6px;
}

#buy_sell_category .trd_item .text h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px;
}

#buy_sell_category .find_suppliers .heading,
#buy_sell_category .trade_exhibition .heading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#buy_sell_category .find_suppliers .country {
    padding-top: 10px;
    padding-bottom: 10px;
}

#buy_sell_category .find_suppliers .country img {
    width: 23%;
}

#buy_sell_category .find_suppliers .country .flag_name {
    display: inline-block;
    font-weight: 700;
    padding-left: 10px;
}

#buy_sell_category .trade_exhibition .trade_update {
    padding: 14px 0 0 0;
}

#latest_projects .heading {
    font-size: 50px;
    margin-bottom: 20px;
}

#latest_projects p {
    font-size: 20px;
    text-align: center;
    font-size: 1.1rem;
}

#latest_projects .text h6 {
    font-weight: 700;
    text-align: left;
}

/* start trust and verified section */


#verified .heading {
    font-size: 45px;
    text-shadow: none;
}

#verified .heading span {
    color: #07adcb;
}

#verified p {
    text-align: center;
}


#verified .text .heading {
    text-align: left;
    font-size: 40px;
}

#verified .text {
    padding-top: 0px;
}

#verified .image {
    padding-top: 40px;
}

#verified .text p {
    font-size: 20px;
}

#verified .image {
    text-align: right;
}

#verified .image .logo-trust {
    width: 15%;
}
#verified .image .logo-rebin {
    width: 23%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -40px;
}

.custom-orange {
    background-color: #fbae24;
}
/* end trust and verified pages */

/* start area and guid section */


#areaguid .heading {
    font-size: 45px;
    text-shadow: none;
}

#areaguid .heading span {
    color: #07adcb;
}

#areaguid p {
    text-align: center;
}


#areaguid .text .heading {
    text-align: left;
    font-size: 40px;
}

#areaguid .text {
    padding-top: 0px;
}

#areaguid .image {
    padding-top: 40px;
}

#areaguid .text p {
    font-size: 20px;
}

#areaguid .image {
    text-align: right;
}

#areaguid .image .logo-trust {
    width: 15%;
}
#areaguid .image .search-icon {
    width: 30px;
    position: absolute;
    margin: 9px 7px;
}

#areaguid .select {
    width: 50%;
    height: 50px;
    border-radius: 5px;
    color: #000;
    border: solid 1px #000;
    text-indent: 40px;

}
#areaguid select {

    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    -webkit-appearance: none !important;
    background-position-x: 515px;
  }
.custom-orange {
    background-color: #fbae24;
}
/* end area and guid pages */

/* start css mobileapp pages */


#mobile-app .heading {
    font-size: 45px;
    text-shadow: none;
}

#mobile-app .text .heading {
    text-align: left;
    font-size: 40px;
    line-height: .8;
}

#mobile-app .text {
    padding-top: 0px;
}

#mobile-app .image {
    padding-top: 40px;
}

#mobile-app .text p {
    font-size: 20px;
}

#mobile-app .image {
    text-align: right;
}

#mobile-app .image .mobileapp-screen {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -41px;
}

#mobile-app .imagebutton img {
    width: 30%;
}

#mobile-app .image .button-screen {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.custom-orange-mobile {
    background-color: #fbae24;
    padding: 20px 20px;
}
/* end css mobileapp pages */

/* start css development all pages */

#development .heading {
    font-size: 45px;
    text-shadow: none;
}

#development .text .heading {
    text-align: left;
    font-size: 40px;
    color: #fbae24;
}

#development .text {
    padding-top: 0px;
}

#development .image {
    padding-top: 40px;
}

#development .text p {
    font-size: 20px;
    color: #fbae24;
    text-align: justify;
}

#development .image {
    text-align: right;
}

#development .image .development {
    width: 100%;
}

/* end css Virual Development all pages */

#latest_projects .property-agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 267px;
    margin: 20px;
    right: 0;
}

.property-details .property-info li i {
    margin-right: 13px;
    display: block;
    font-size: 18px;
    color: #969696;
}
i.fadeIn.animated.bx.bx-bed ,
i.fadeIn.animated.bx.bx-bath,
i.fadeIn.animated.bx.bx-fullscreen{
    font-size: 25px;
}

#navbar .bx {
    font-size: 17px;
}

.mr-4 {
    margin-right: 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2.25rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(2.25rem - 1px) calc(2.25rem - 1px);
}

.card-img, .card-img-top {
    border-top-left-radius: calc(2.25rem - 1px);
    border-top-right-radius: calc(2.25rem - 1px);
}
.property_img{
    height: 245px;
    object-fit: cover;
}
.propertyCard .saleType {
    float: right;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
}

.searchBtnSubmit{
    cursor: pointer;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
#latest_projects .property-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 251px;
    margin: 20px 73px;
    left: 0;
}

.property-location a {
    color: #fbae24;
}

.property-location span {
    color: #fff;
}
span.location {
    background-color: #000;
    border-radius: 5px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#latest_projects .property-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: -10px;
    margin: 20px;
    left: 0;
    width: 30px;
}

#latest_projects .flex-fill span {
    color: #686868;
    font-size: 22px;
    margin-left: 3px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(253 223 167);
    border-top: 1px solid rgba(253,223,163,.125);
    text-align: center;
}
i.fadeIn.animated.bx.bx-map {
    font-size:30px;
    color: #fbae24;
}
#latest_projects p.card-title {
    margin-left: -51px;
    font-size: 1.1rem;
}
.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
}
.card-location {
    margin-left: -120px;
}
#latest_projects select {

    background-color: transparent;
    border: none;
    font-size: 14px;
    width: 80%;
    float: left;
    text-indent: 0;
}

#latest_projects .trade_offers {
    background-color: #fbae24;
    /* padding: 0 22px; */
    border-radius: 7px;
}

#latest_projects .trade_offers .title {
    background-color: #13a8c2;
    border-radius: 6px;
}

#latest_projects .trade_offers .trd_item {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    border-right: solid 1px #9f6e17;
}

#latest_projects .trade_offers .trd_item2 {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}

#latest_projects .trade_offers .title h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding: 18px 0;
}

#latest_projects .trade_offers .title h5 a {
    font-size: 12px;
    color: #000;
}

#latest_projects .custom-wraper {
    padding: 0 20px;
}

#latest_projects .trd_item .image {
    padding: 6px 6px;
    /* background-color: #13a8c2; */
    /* border-radius: 7px; */
    text-align: center;
}

#latest_projects .trd_item .text {
    padding-top: 6px;
}

#latest_projects .trd_item .text h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px;
}

#latest_projects .find_suppliers .heading,
#latest_projects .trade_exhibition .heading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#latest_projects .find_suppliers .country {
    padding-top: 10px;
    padding-bottom: 10px;
}

#latest_projects .find_suppliers .country img {
    width: 23%;
}

#latest_projects .find_suppliers .country .flag_name {
    display: inline-block;
    font-weight: 700;
    padding-left: 10px;
}

#latest_projects .trade_exhibition .trade_update {
    padding: 14px 0 0 0;
}


/* for homepage bar */



/* for scroll bar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* for scroll bar */


.footer_back_img {
    /* padding: 40px  0; */
    padding-top: 10px;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
}

.copyright {
    /* padding: 40px  0; */
    padding-top: 10px;
    background-color: #000;
}

#footer .ft_logo img {
    width: 20%;
}

#footer .ft_logo_white img {
    width: 100%;
}

#footer .ft_call_us h5 {
    color: #13a8c2;
    text-shadow: none;
    text-align: left;
    padding-left: 15px;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}

#footer .ft_common h6 {
    color: #000;
    text-align: left;
    font-size: 24px;
    text-shadow: none;
}

#footer .ft_common p {
    color: #000;
    font-size: 17px
}

#footer .ft_common .number_heading {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .ft_common .number_heading a{
    color: #000;
}
#footer .ft_common .number_heading i {
    color: #000;
    font-size: 24px;
}

#footer .ft_common .num_place {
    margin-bottom: 30px;
}

#footer .ft_common .number_heading,
#footer .ft_common .num_place {
    text-align: center;
}

#footer .follow_icon {
    padding: 0;
}

#footer .follow_icon li {
    list-style-type: none;
    display: inline;
    padding: 0 4px;
}

#footer .follow_icon li img {
    width: 15%;
}

#footer .ft_col_5 h6 {
    display: inline-block;
}

#footer .ft_col_5 img {
    width: 75%;
    padding-left: 30px;
}

#footer .ft_col_5 p {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

#copyright .ft_col_5 p {
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
    color: #fff;
    margin-bottom: 0;
}

/* home page css */
