/*------------------------------------------------------------------

Project:        Realock- Smart Real Estate
Last change:    
Assigned to:    
Primary use:    Real Estate property Website 

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

				    	[Table of contents]

- Default css
- Button
- Animation
- Realock Slider Section
- Heading and Title
- Search form
- Header Top
- Header 
- Header Drop-Down Menu
- Desktop Sidebar
- Fixed header
- Mobile Sidebar
- Mobile Sidebar Drop-Down Menu
- About
- Property Listings
- Buyers and Sellers
- Categories
- Testimonials
- Agents
- Estimates
- Footer

-------------------------------------------------------------------*/

/*------------------------ [Color codes] ------------------------
						
Background:     #ffffff 
Content:        #888888 
Heading h1:     #e7aa28
Header h2:      #000000
paragraph p:    #888888    

a (standard):   #000000
a (visited):    #e7aa28
a (hover):      #1d44f9
a (active):     #1d44f9

-------------------------------------------------------------------*/

/************************ Default css ***************************/

html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #888;
    background-color: #ffffff;
    overflow: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 60px;
    font-family: proxima-nova-extra-bold;
    color: #1d44f9;
}

h2 {
    font-size: 48px;
    font-family: proxima-nova-extra-bold;
    color: #000000;
}

h3 {
    font-size: 30px;
    font-family: proxima-nova-bold;
    color: #000000;
}

h4 {
    font-size: 24px;
    font-family: lato-regular;
    color: black;
}

h5 {
    font-size: 18px;
    font-family: lato-semi-bold;
    color: black;
}

h6 {
    font-size: 14px;
    font-family: lato-semi-bold;
    color: #888888;
}

p {
    font-size: 18px;
    font-family: lato-semi-bold;
    color: #888;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.mt-100 {
    margin-top: 100px;
}

.mt-15 {
    margin-top: 15px;
}

.pt-80 {
    padding-top: 80px;
}

.icon {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.nav-link {
    display: block;
    font-family: proxima-nova-bold;
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

/********************************* Button ***********************/

.btn {
    font-family: proxima-nova-bold;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #e7aa28;
    border: 3px solid #e7aa28;
    border-radius: 10px;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
}

.theme_button {
    text-align: right;
}

/****************************** Animation ***********************/

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
	} 
	100% {
		opacity: 0.9;
		transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
	} 
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

/************************ Realock Slider Section ******************/

#realock_slider_section {
    margin: 0;
    position: relative;
}

.about_slider {
    position: relative;
}

.about_slider .slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.about_slider .slide_1 {
    background-image: url(../images/external/warehouse.png);
}

.about_slider .slide_2 {
    background-image: url(../images/slider-images/slider-bg-3.png);
}

.about_slider .slide_3 {
    background-image: url(../images/external/Cold-Storage\ \(2\).png);
}

.about_slider.slick-active .slide {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    animation: cssAnimation 5s 1 ease-in-out forwards;
    -webkit-animation: cssAnimation 5s 1 ease-in-out forwards; 
    -moz-animation: cssAnimation 5s 1 ease-in-out forwards;
    -ms-animation: cssAnimation 5s 1 ease-in-out forwards;
    -o-animation: cssAnimation 5s 1 ease-in-out forwards; 
}

.slick-dots {
    bottom: 80px !important;
}

.slick-dots li {
    margin: 0 10px !important;
}

.slick-active button:before {
    color: #1d44f9 !important;
    border: 0px solid RGBA(29,68,249,1);
    border-radius: 100%;
    outline: 2px solid #1d44f9ff;
    outline-offset: 0px;
}

#realock_slider_section .slick-dots li button:before {
    opacity: 1;
    font-size: 44px;
    color: #ffffff;
}

/************** Heading and Title Realock Slider Section **********/

.about_slider .info_about_slider {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 190px;
    padding-bottom: 280px;
}
.info_about_slider h3{
    color: white;
}
.about_slider .top_realock_slider {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(11 11 11 / 90%) 50%, rgba(255, 255, 255, 0) 100%) !important;
    display: flex;
    align-items: center;
    margin-bottom: 130px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.heading_for_about_slider h2 {
    font-size: 60px;
    line-height: 70px;
    color: #aa7911;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0px;
}

.para_for_about_slider {
    padding-right: 30px;
}

.para_for_about_slider p {
    line-height: 30px;
    color: white;
}

/************** Search Form Realock Slider Section ****************/

.bottom_realock_slider {
    position: absolute;
    top: 65%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    max-width: 1030px;
}

.about_slider .bottom_realock_slider {
    padding-bottom: 0;
}

.search_form_for_about_slider {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    padding: 15px 30px;
    box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.08);
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.08);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.08);
    -o-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.08);
    -ms-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.08);
}

.search_form_for_about_slider .city_icon {
	width: 5%;
}

.search_form_for_about_slider .city_icon .fa-city {
	font-size: 24px;
	color: #000000;
}

.search_form_for_about_slider .placeholder_about_slider_section {
	width: 70%;
}

.search_form_for_about_slider .placeholder_about_slider_section .form_placeholder {
	width: 100%;
	border: none;
	font-family: lato-semi-bold;
	font-size: 16px;
	padding: 10px 15px;
}

.search_form_for_about_slider .placeholder_about_slider_section .form_placeholder:focus {
	outline: 2px solid #1d44f9;
    color: #000000;
	border-radius: 5px;
}

.search_form_for_about_slider .filter_icon {
	width: 10%;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.search_form_for_about_slider .filter_icon .svg_icon {
    width: 50px;
    height: 50px;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.search_form_for_about_slider .filter_icon .svg_icon svg {
    width: 25px;
    height: 25px;
    color: #000000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.search_form_for_about_slider .filter_icon .svg_icon:hover {
    border: 2px solid #1d44f9;
    cursor: pointer;
}

.search_form_for_about_slider .filter_icon .svg_icon:hover svg {
    color: #1d44f9;
}

.search_form_for_about_slider .submit_button_about_slider_section {
	width: 15%;
    text-align: end;
} 

.search_form_for_about_slider .submit_button_about_slider_section .submit_button_for_about_slider {
	font-family: proxima-nova-bold;
	font-size: 16px;
	color: #ffffff;
	background-color:  #e7aa28;
	text-transform: capitalize;
    border: 3px solid  #e7aa28;
    border-radius: 10px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.search_form_for_about_slider .submit_button_about_slider_section .submit_button_for_about_slider:hover {
	color: #e7aa28;
	background-color: #ffffff;
	border: 3px solid #e7aa28;
}

.search_form_for_about_slider .submit_button_about_slider_section .submit_button_for_about_slider:focus {
	outline: none;
}

/************ Header Top **************/

.header_top .contact_information {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 70px;
    background-color: #000000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.contact_information .column_3 {
    margin-left: auto;
}

.contact_information .header_top_icons {
    font-size: 14px;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.contact_information .header_top_icons:hover {
    color: #888888;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.contact_information .header_top_text {
    font-family: lato-regular;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.contact_information .header_top_text:hover {
    color: #888888;
}

.contact_information .column_1 .contact_number {
    margin-right: 70px;
}

.contact_information .column_3 a {
    margin-right: 18px;
}

.contact_information .column_3 a:last-child {
    margin-right: 0;
}

.site_header.fixed-header .header_top {
    display: none;
}
.site_header{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/************** Header ****************/

.navbar {
    padding: 0;
}

.site_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
    padding: 10px 0px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding: 15px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #e7aa28 !important;
}

.navbar-expand-lg .navbar-nav .nav-link.header_button {
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}

.site_color.coloractive {
    outline: 2px dashed #e7aa28;
    outline-offset: 2px;
}

.navbar-light .navbar-toggler {
    font-size: 24px;
    color: #000000;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    display: none!important;
}

.navbar-light .navbar-toggler:hover {
    color: #e7aa28 !important;
    border: 2px solid #e7aa28 !important;
}

.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
}

.navbar-light .navbar-toggler svg:focus {
    outline: none;
}

.site_header .site_logo {
    font-family: proxima-nova-extra-bold;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    text-transform: capitalize;
}
.site_header .site_logo img{
    width: 50px;
}
.site_header .site_logo span {
    color: #e7aa28;
}

/************** Header drop-down Menu ****************/

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .active:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li .nav-link.active {
    color: #e7aa28 !important;
    background-color: #e3e3e3;
}

/************** Desktop Sidebar ****************/

.sidebar_icon {
    display: block !important;
}

.offcanvas.offcanvas-end {
    border-left: 1px solid rgba(0,0,0,.2) !important;
    visibility: hidden !important;
    transition: all .7s ease !important;
    transform: translateX(100%) !important;
    -webkit-transition: all .7s ease !important;
    -moz-transition: all .7s ease !important;
    -o-transition: all .7s ease !important;
    -ms-transition: all .7s ease !important;
    -webkit-transform: translateX(100%) !important;
    -moz-transform: translateX(100%) !important;
    -o-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
}

.offcanvas.offcanvas-end.show {
    border-left: 1px solid rgba(0,0,0,.2) !important;
    visibility: visible !important;
    transition: all .7s ease !important;
    transform: translateX(0%) !important;
    -webkit-transition: all .7s ease !important;
    -moz-transition: all .7s ease !important;
    -o-transition: all .7s ease !important; 
    -ms-transition: all .7s ease !important;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
}

.offcanvas {
    max-width: 100%;
    background-color: #115d1d !important;
    background-clip: padding-box;
    position: fixed !important;
    bottom: 0 !important;
    z-index: 1045 !important;
    display: flex;
    flex-direction: column;
    outline: 0;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
}

.offcanvas-end {
    width: 500px;
}

.navbar-expand-lg .offcanvas-header {
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0;
}

.navbar-expand-lg .offcanvas-header .btn-close {
    color: #ffffff !important;
    border: 2px solid #000000;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    opacity: 1;
    filter: invert(1);
    transition: all .3s ease;
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.navbar-expand-lg .offcanvas-header .btn-close:hover {
    filter: invert(0);
    background-color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
    -o-filter: invert(0);
}

.navbar-expand-lg .offcanvas-header .btn-close:focus-visible {
    outline: none;
}

.navbar-expand-lg .offcanvas-header .btn-close:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    
}

.sidebar-nav {
    margin: 0;
    padding: 0 20px;
}

.sidebar-nav .nav-item .nav-link {
    font-size: 24px;
    color: #ffffff;
    padding: 12px 30px 12px 30px;
    border-radius: 10px;
}

.sidebar-nav .nav-item {
    margin: 10px 0px;
}

.sidebar-nav .nav-item .nav-link:hover {
    color: #e7aa28 !important;
    background-color: #ffffff !important;
}

/************** Fixed Header ****************/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    right: 0;
    animation: slide-down 0.7s;
    box-shadow: 0px 1px 5px #ebebeb;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s; 
    -moz-box-shadow: 0px 1px 5px #ebebeb;
    -webkit-box-shadow: 0px 1px 5px #ebebeb;
    -o-box-shadow: 0px 1px 5px #ebebeb;
    -ms-box-shadow: 0px 1px 5px #ebebeb;
}

/**************** Mobile Sidebar ***************/

.navbar-expand-lg .offcanvas-body {
    display: block;
    padding: 20px 0px 0px 0px;
}

.mobile_sidebar_nav {
    padding: 0 10px;
    position: relative;
}

.mobile_sidebar_nav .nav-item {
    margin: 5px 0px;
}

.mobile_sidebar_nav .nav-item .nav-link {
    font-size: 22px;
    color: #ffffff;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
}

.mobile_sidebar_nav .nav-item .nav-link:hover {
    color: #e7aa28;
    background-color: #ffffff;
}

/************* Mobile Sidebar Drop-down Menu *********/

.fa-plus {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 24px;
    color: #ffffff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.fa-plus:focus {
    outline: none;
}

.fa-plus.hide_open_icon {
    display: none;
}

.mobile_sidebar_nav .nav-item .nav-link:hover + .fa-plus {
    color: #e7aa28;
}

.fa-minus {
    display: none;
    position: absolute;
    top: 13px;
    right: 30px;
    font-size: 24px;
    color: #888;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.fa-minus:focus {
    outline: none;
}

.mobile_sidebar_nav .nav-item .nav-link:hover + .fa-minus {
    color: #e7aa28;
}

.fa-minus.show_close_icon {
    display: block;
}

.mobile_sub_menu {
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.mobile_sub_menu.show_sub_menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 5px 0px;
    margin: 5px 0px;
}

.mobile_sub_menu.show_sub_menu:hover + .fa-minus {
    color: #e7aa28;
}

.mobile_sub_menu .sub-item .nav-link {
    font-size: 22px;
    line-height: 30px;
    color: #e7aa28;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
}

.mobile_sub_menu .sub-item .nav-link:hover {
    color: #000000;
}

.mobile_sub_menu .sub-item .nav-link.active{
    color: #e7aa28;
    background-color: #e9ecef !important;
}

/************* About Section ****************/

.bg_img_about {
    background-image: url(../images/external/yayath.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-attachment: fixed;
}

.about_house_info {
    /* border: 2px solid #ffffff; */
    background-color:rgb(74 70 70 / 57%);
    padding-left: 50px !important;
    padding-right: 70px !important;
    padding-top: 50px;
}

/************* Heading & Title About Section ****************/

.title_about h5 {
    padding-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e8ad30;
}

.heading_about h2 {
    color: #ffffff;
    line-height: 55px;
    padding-top: 27px;
}

.para_about p {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom:28px;
}

.about_button {
    margin-bottom: 40px;
    padding-bottom: 36px;
}

/************* Property Listing Section ****************/

#property-listings .slick-list {
    margin: 0 -15px;
}

.property  {
    position: relative;
    padding: 0 15px;
}

.property .property-price {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.property .property-image {
    overflow: hidden;
    border-radius: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.property .property-image img {
    width: 100% !important;
    border-radius: 15px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.property .property-title {
    text-transform: capitalize;
    margin-top: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.property .property-address {
    margin-top: 10px;
}

.property .facilities {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.property .facilities span {
    color: #000000;
}

.property .property-image:hover .property-price {
    color: #ffffff;
    background-color: #e7aa28;
}

.property .property-image img:hover {
    transform: scale(1.5);
    cursor: pointer;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.property .property-title:hover {
    color: #e7aa28;
    cursor: pointer;
}

/************* Buyer & Seller Section ****************/

.bg_img_buyer_seller {
    background-image: url(../images/house-images/BG-for-Light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

.buyer_seller_top_inner_section .left_column {
    position: relative;
    z-index: 1;
}

.buyer_seller_top_inner_section .left_column:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -70px;
    bottom: 0px;
    background-image: url(../images/background-shape/Cross.png);
    background-color: #e7aa28;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}

#buyer_seller_section .img_shadow {
    box-shadow: 0px 15px 40px 0px rgba(3,3,3, 0.25) !important;
    -moz-box-shadow: 0px 15px 40px 0px rgb(3 3 3 / 25%) !important;
    -webkit-box-shadow: 0px 15px 40px 0px rgb(3 3 3 / 25%) !important;
    -o-box-shadow: 0px 15px 40px 0px rgb(3 3 3 / 25%) !important;
    -ms-box-shadow: 0px 15px 40px 0px rgb(3 3 3 / 25%) !important;
    width: 500px;
    height: 375px;
}

.buyer_seller_top_inner_section .left_column img {
    border-radius: 0px 100px 0px 100px;
}

.buyer_seller_title h5 {
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 90px;
}

.buyer_seller_heading h2 {
    margin-top: 5px;
    text-transform: capitalize;
  color: #b47f0e;
}

.buyer_seller_para p {
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
}

.buyer_seller_top_inner_section .right_column .buyer_seller_para p {
    width: 100%;
    text-align: justify;
}

.buyer_seller_bottom_inner_section .left_column .buyer_seller_para p {
    width: 91%;
}

.buyer_seller_button a {
    margin-top: 70px;
}

.buyer_seller_bottom_inner_section {
    padding-top: 100px;
}

.buyer_seller_bottom_inner_section .left_column {
    padding-left: 100px;
}

.buyer_seller_bottom_inner_section .right_column {
    text-align: right;
    position: relative;
    z-index: 1;
}

.buyer_seller_bottom_inner_section .right_column:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: -70px;
    bottom: 0px;
    background-image: url(../images/background-shape/Cross.png);
    background-color: #e7aa28;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}

.buyer_seller_bottom_inner_section .right_column img {
    border-radius: 100px 0px 100px 0px;
}

/************* Category Section ****************/

.category_inner_section {
    margin-top: 50px;
}

.real_estate_categories {
    padding-top: 30px;
}

.category_items {
    overflow: hidden;
    border-radius: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.real_estate_categories .category_items_link {
    position: relative;
    display: block;
}

.p_category_image {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.p_category_image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: all .7s ease;
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 100%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}

.real_estate_categories .category_items_link .category_title {
    text-transform: capitalize;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 8px;
}

.category_items:hover .category_items_link .p_category_image {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.category_items:hover .category_items_link .p_category_image:after {
    opacity: 0.5;
}

/************* Testimonial Section ****************/

.bg_img_testimonial {
    background-image: url(../images/house-images/BG-for-Light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

.testimonial_inner_section {
    padding-top: 60px;
}

.testimonial_inner_section .slick-list {
    margin: 0 -15px;
}

.client_testimonials {
    padding: 20px 15px 40px 15px;
}

.testimonial {
    background-color: #ffffff;
    padding: 40px 35px 30px 30px;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 0px 15px 20px rgba(3,3,3,0.05);
    -moz-box-shadow:    0px 15px 20px rgb(3 3 3 / 5%);
    -webkit-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -o-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -ms-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
}

.testimonial_icon svg {
    font-size: 36px;
    color: #d9d9d9;
}

.client_review p {
    font-family: lato-regular;
    font-style: italic;
    color: #888888;
    height: 190px;
    line-height: 30px;
    margin-top: 5px;
}

.client_name h4 {
    font-family: proxima-nova-extra-bold;
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
}

.client_destination h5 {
    color: #888888;
    margin-top: 10px;
}

.testimonial_inner_section .slick-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #e7aa28;
    border-radius: 10px;
    background-color: transparent;
    top: -70px;
    left: auto;
    right: 70px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.testimonial_inner_section .slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #e7aa28;
    opacity: 1;
}

.testimonial_inner_section .slick-prev:hover {
    background-color: #e7aa28;
}

.testimonial_inner_section .slick-prev:hover::before {
    color: #ffffff;
}

.testimonial_inner_section .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid #e7aa28;
    border-radius: 10px;
    background-color: transparent;
    top: -70px;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.testimonial_inner_section .slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #e7aa28;
    opacity: 1;
}

.testimonial_inner_section .slick-next:hover {
    background-color: #e7aa28;
}

.testimonial_inner_section .slick-next:hover::before {
    color: #ffffff;
}

/************* Agent Section ****************/

#agent-listings .slick-list {
    margin: 0 -15px;
}

.agent {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding: 0 15px;
}

.agent .agent_detail {
    position: relative;
    z-index: 1;
}

.agent .foreground {
    position: relative;
}

.agent .foreground .agent-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
}

.agent_social {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.agent_social .social_icons {
    display: block;
    color: #888888;
    font-size: 18px;
    line-height: 36px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.agent .background {
    text-align: center;
}

.agent .background .agent_description {
    display: inline-block;
    text-align: left;
}

.agent .background .agent_description .agent-title {
    font-family: proxima-nova-extra-bold;
    line-height: 30px;
    color: #115d1d;
    text-transform: capitalize;
    padding-top: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.agent .background .agent_description .agent-type {
    text-transform: capitalize;
    padding-bottom: 5px;
}

.agent .agent_detail:after {
    content: '';
    height: 80%;
    width: 80%;
    box-shadow: 0px 15px 20px rgba(3,3,3,0.05);
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    transition: all .7s ease;
    -moz-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -webkit-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -o-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -ms-box-shadow: 0px 15px 20px rgb(3 3 3 / 5%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}

.agent_social .social_icons:hover {
    color: #e7aa28;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.agent .background .agent_description .agent-title:hover {
    color: #000000;
    cursor: pointer;
}

.agent .agent_detail:hover::after {
    box-shadow: 5px 5px 7px #dedede;
    -moz-box-shadow:    5px 5px 7px #dedede;
    -webkit-box-shadow: 5px 5px 7px #dedede;
    -o-box-shadow: 5px 5px 7px #dedede;
    -ms-box-shadow: 5px 5px 7px #dedede;
}

/************* Estimate Section ****************/

.estimate_inner_section {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 0px 15px 40px 0px rgba(1,1,1,0.05);
    padding: 70px 100px;
    -moz-box-shadow: 0px 15px 40px 0px rgb(1 1 1 / 5%);
    -webkit-box-shadow: 0px 15px 40px 0px rgb(1 1 1 / 5%);
    -o-box-shadow: 0px 15px 40px 0px rgb(1 1 1 / 5%);
    -ms-box-shadow: 0px 15px 40px 0px rgb(1 1 1 / 5%);
}

.estimate_inner_section:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -65px;
    bottom: -40px;
    background-image: url(../images/background-shape/bg-shape-2.png);
    width: 105px;
    height: 80px;
}

.estimate_inner_section:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: -65px;
    top: -40px;
    background-image: url(../images/background-shape/bg-shape-3.png);
    width: 105px;
    height: 80px;
}

.estimate_inner_row {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.estimate_para p {
    line-height: 30px;
}

.estimate_inner_section .column_2 {
    text-align: center;
}

.estimate_inner_section .column_2 .estimate_property_button {
    padding: 10px 30px;
    margin-right: 30px;
}

.estimate_inner_section .column_2 .estimate_learn_button {
    padding: 10px 40px;
}

/******************* Footer ******************/

.site_footer {
    background-color: #e7aa280d;
    /* margin-top: 140px; */
}

/******************* Footer Top **************/

.footer_top {
    padding-top: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #aaaaaa;
}
.footer_top .column_1 img{
    width: 135px;
}
.site_footer .site_logo {
    font-family: proxima-nova-extra-bold;
    font-size: 36px;
    line-height: 48px;
    color: black;
    text-transform: capitalize;
}

.site_footer .site_logo span {
    color:  #e7aa28;
}

.site_footer .site_name {
    display: flex;
    align-items: center;
}

/*********** Footer Top Column 1 **********/

.footer_top .column_1 .footer_logo {
    vertical-align: top;
}

/*********** Footer Top Column 2 **********/

.footer_top .column_2 .site_contact_us {
    text-align: right;
    line-height: 30px;
}

.footer_top .column_2 .site_contact_us a {
    color: #aaaaaa;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_top .column_2 .site_contact_us a:hover {
    color: #e7aa28;
}

/******************* Footer Middle ***********/

.footer_middle {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
}

/*********** Footer Middle Column 1 **********/

.footer_middle .column_1 .site_about_heading {
    font-family: proxima-nova-bold;
    text-transform: capitalize;
}

.footer_middle .column_1 .site_about_para {
    width: 75%;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer_middle .column_1 .site_social_media .social_media_icons a {
    margin-right: 25px;
    color: #000;
}
.footer_middle .column_1 .site_social_media{
    float: left;
}
.footer_middle .column_1 .site_social_media .social_media_icons a:hover {
    color: #e7aa28;
}

.footer_middle .column_1 .site_social_media .social_media_icons a:hover svg {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
}

.footer_middle .column_1 .site_social_media .social_media_icons a:last-child {
    margin-right: 0;
}

.footer_middle .column_1 .site_social_media .social_media_icons a svg {
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

/*********** Footer Middle Column 2 **********/

.footer_middle .offer_menu_heading {
    font-family: proxima-nova-bold;
    text-transform: capitalize;
}

.footer_middle .offer_menu {
    margin-top: 5px;
}

.footer_middle .offer_menu .menu_item .menu_link {
    font-family: lato-semi-bold;
    font-size: 18px;
    line-height: 48px;
    color: #888;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_middle .company_menu_heading {
    font-family: proxima-nova-bold;
    text-transform: capitalize;
}

.footer_middle .company_menu {
    margin-top: 5px;
}

.footer_middle .company_menu .menu_item .menu_link {
    font-family: lato-semi-bold;
    font-size: 18px;
    line-height: 48px;
    color: #888;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.site_about .column_2 .menu_item .menu_link:hover {
    color: #e7aa28;
}

/*********** Footer Middle Column 3 **********/

.newsletter_form .form_heading {
    font-family: proxima-nova-bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.newsletter_form .form_container {
    position: relative;
}

.newsletter_form .form_container input {
    font-family: lato-semi-bold;
    font-size: 18px;
    color: #888888;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 20px;
}

.newsletter_form .form_container input:focus-visible {
    outline: none;
}

.newsletter_form .form_container input:focus {
    outline: 2px solid #e7aa28;
    outline-offset: -5px;
    color: #000000;
}

.newsletter_form .form_container .form_submit_button {
    font-size: 24px;
    color: #ffffff;
    background-color: #115d1d;
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    outline: 2px solid #115d1d;
    outline-offset: -3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.newsletter_form .form_container .form_submit_button:hover {
    color: #e7aa28;
    background-color: #ffffff;
    outline: 2px solid #e7aa28;
    outline-offset: -3px;
}

/******************* Footer Buttoom ***********/

.footer_bottom {
    padding: 30px 0px;
}

/*********** Footer Bottom Column 1 **********/

.footer_bottom .column_1 .site_copyright {
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
}

.footer_bottom .column_1 .site_copyright span {
    color: #b07a06;
}

/*********** Footer Bottom Column 2 **********/

.footer_bottom .column_2 {
    text-align: right;
}

.footer_bottom .column_2 a {
    font-family: lato-semi-bold;
    font-size: 18px;
    line-height: 30px;
    color: #888888;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_bottom .column_2 a:hover {
    color: #e7aa28;
}

.footer_bottom .column_2 .site_policy {
    padding-right: 70px;
}

/********************************************/
.building-aminities-bg{
    padding: 80px 0;
    background-image: url(../images/gallery/building4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.building-aminities-bg .row{
    justify-content: center;
}
.building-aminities-bg h2{
    text-align: center;
}
.building-aminities{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin: 15px 0;
    background-color: #fff;
}
.building-aminities img{
    width: 135px;
}
.building-aminities h3{
    margin-top: 15px;
    font-family: emoji;
    font-size: 22px;
    color: #000000;
}

.building-aminities:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
  
/* floor plan gallery */
#image_slider_section{
    padding-bottom: 0px!important;
}
#floor-plan{
    margin-top: 0px;
}

.floor-plan-gallery h2{
    text-align: center;
    margin-bottom: 30px;
    color: #115d1d;
}
.floor-plan-gallery h2::before{
    background-image: url('../images/gallery/building7.png');
    background-size: 30px 60px;
    display: inline-block;
    width: 30px;
    height: 60px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    right: 0px;
}
.floor-plan-gallery .floor-plan-gallery-img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.floor-plan-gallery .floor-plan-gallery-img:hover{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
}
.floor-plan-gallery .floor-plan-gallery-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.my-gallery {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }
  .my-gallery .row{
        justify-content: center;
  }
  .my-gallery img {
    width: 100%;
    height: auto;
  }
  .my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .my-gallery figcaption {
    display: none;
  }
/* floor plan gallery */

/* pricing */
#pricing{
    padding-bottom: 50px;
}

.pricing-table .col-lg-10{
    margin: auto;
}
.pricing-table-txt .btn-pricing{
    background-color: #115d1d;
    width: 200px;
    border-radius: 5px;
    color: #fff;
}
.pricing-table-txt .btn-pricing:hover a{
    color: #fff;
}
.pricing-table-txt h2{
    text-align: center;
    margin-bottom: 20px;
    color: #115d1d;
}
.pricing-table-txt .table{
    text-align: center;
}
.pricing-table-txt{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
}
#about_section{
    margin-top: 0px;
}
/* End pricing */

/*  */
.bg_img_about-map{
    height: 400px;
}
.para_about ul li{
    color: #fff;
    line-height: 2.5;
}
.para_about ul{
    margin-bottom: 20px;
}
.bg_img_about h2{
    
        color: #fdfbff;

}
.heading_about h3{
    color: #fff;
}
.para_about ul li i{
    margin-right: 10px;
}
.enquiry-model .modal-body{
    padding: 1rem 3rem;
}
.enquiry-model .btn-primary{
    display: flex;
    margin: auto;
    justify-content: center;
    width: 200px;
    border-radius: 5px;
}
/* .enquiry-btn{
    position: fixed;
    top: 50%;
    right: 0px;
    border-radius: 0px;
    z-index: 4;
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
    padding: 15px 15px 0px;
}
.enquiry-btn a{
    position: relative;
    top: -6px;
    color: #fff;
}
.enquiry-btn:hover a,
.enquiry-btn a:hover{
    color: #000000;
} */
/* .my-gallery1{
    background-image: url(../images/gallery/building6.png);
} */

/* enquiry now icon */
.barList { position: fixed; top: 180px; right: -270px; z-index: 999; width: 270px; height: 0; overflow: visible; }
.barList > ul { margin: 0; padding: 0; width: 100%; list-style: none; }
.barList > ul > li {
    box-sizing: border-box;
    margin: 0 0 16px 0;
    padding: 5px 5px 0px 12px;
    width: 100%;
    background-color: #115d1d;
    background-image: none;
    box-shadow: 0px 1px 12px 0px rgba(7,3,0,0.5);
    -webkit-transform: translateX(-48px) translateZ(0);
    transform: translateX(-48px) translateZ(0);
    transition: 0.4s ease-out all;
    cursor: pointer;
}
.barList > ul > li.opened { -webkit-transform: translateX(-270px) translateZ(0); transform: translateX(-270px) translateZ(0); transition: 0.4s ease-out all; }
.barList .barEntry { position: relative; padding-left: 36px; }
.barList .barEntry img { width: 25px;
    height: 25px;display: inline-block; position: absolute; left: 2px; top: 10px; line-height: 1; }
.barList .barContent { padding: 10px 0; }
.barList a { color: #fff; }
.barList p { margin: 0; padding: 0; cursor: pointer; color:#fff;}
.barList > ul > li.opened { -webkit-transform: translateX(-270px) translateZ(0); transform: translateX(-270px) translateZ(0); transition: 0.4s ease-out all; }
.barList > ul > li.highlight.animate { -webkit-animation: jump 4s ease 0.2s infinite normal; animation: jump 4s ease 0.2s infinite normal; }
.barList > ul > li.highlight.opened { -webkit-animation: slideopen 0.2s ease-out 0s 1 normal; animation: slideopen 0.2s ease-out 0s 1 normal; transition: 0.2s ease-out all; -webkit-transform: translateX(-270px) translateZ(0); transform: translateX(-270px) translateZ(0); }
.barList > ul > li.highlight { background-color: #115d1d; }
@keyframes slideopen {
    0% {
        -webkit-transform: translateX(-48px) translateZ(0);
        transform: translateX(-48px) translateZ(0);
    }
    100% {
        -webkit-transform: translateX(-270px) translateZ(0);
        transform: translateX(-270px) translateZ(0);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
    }
    5% {
        -webkit-transform: translateX(-53px);
        transform: translateX(-53px);
    }
    10% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
    }
    12% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    14% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
    }
    100% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
    }
}
/* End enquiry now icon */

/* media queiry */
@media screen and (max-width:1024px) {
    .building-aminities h3{
        font-size: 19px;
    }
    .floor-plan-gallery .floor-plan-gallery-img{
        height: 200px;
    }
    #buyer_seller_section .img_shadow{
        height: 325px;
    }
}
@media screen and (max-width:768px){
    .floor-plan-gallery .floor-plan-gallery-img {
        height: 145px;
    }
    #buyer_seller_section .img_shadow {
        height: 275px;
    }
    .enqury-form{
        width: 45%!important;
        top: 125px!important;

    }
}
@media screen and (max-width:450px) {
    .building-aminities h3{
        font-size: 16px;
    }
    .floor-plan-gallery h2::before{
        background-size: 25px 45px;
        width: 25px;
        height: 45px;
    }
    .floor-plan-gallery .floor-plan-gallery-img {
        height: 130px;
    }
    #buyer_seller_section .img_shadow {
        width: 350px!important;
        height: 275px!important;
    }
    .site_header .main_header .logo{
		height: 85px!important;
    	width: 185px!important;
        padding: 10px!important;
	}
    .site_header .main_header .navbar{
        top: -20px!important;
    }
    .floor-plan-gallery h2::before{
        right: -1px;
    }
    .building-aminities-bg{
        padding: 40px 0;
    }
    .site_footer {
        margin-top: 0px!important;
    }
    .pricing-table-txt .btn-pricing{
        width: 100px;
        font-size: 14px;
        padding: 5px;
    }
    .enqury-form{
        position:relative!important;
        right: 0;
        left: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 85%!important;
        top: 30px!important;
        margin-bottom: 35px;
    }
    .enqury-form .enqury-form-btn{
        padding: 3px 30px;
        font-size: 13px;
    }
}
@media screen and (max-width:320px){
    .building-aminities{
        padding: 15px 10px;
    }
    .building-aminities img {
        width: 90px;
    }
    .building-aminities{
        margin: 8px 0;
    }
    .building-aminities-bg{
        padding: 30px 0;
    }
}
/* end media queiry */

.site_header .main_header .logo{
    background: white;
    height: 125px;
    width: 275px;
    position: relative;
    z-index: 11;
    padding: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 2px 0px;
}
.site_header .main_header .navbar{
    position: relative;
    top: -30px;
}
.site_header .site_logo img {
    width: 100%;
    height: 100%;
}
.fixed-header{
	height: 65px!important;
}
.site_header{
	height: 100px;
}

.enqury-form{
    width: 30%;
    background-color: #ffffffd5;
    padding: 30px;
    position: absolute;
    top: 150px;
    right: 75px;
    text-align: center;
    border-radius: 6px;
}
.enqury-form h4{
    color: #000;
    margin-bottom: 25px;
}
.enqury-form h4::after{
    content: "";
    background-image: url(../images/logo/line-curv-green.png);
    position: relative;
    background-size: 100% 100%;
    width: 150px;
    height: 20px;
    left: 10px;
    top: 5px;
    display: flex;
    margin: auto;
}
.enqury-form .enqury-form-btn{
    padding: 5px 30px;
    border-radius: 0;
}
.enqury-form .form-control{
    border-radius: 0;
}
.enqury-form .form-control::placeholder{
    color: #212529;
}
.enqury-form .form-select{
    margin-bottom: 15px;
    border-radius: 0;
}

/*  */
#about-section {
    
    word-wrap: break-word;
  }
  
  .moretext {
    display: none;
  }
  
/*  */
/* start 1 */
/* .section__title-4-p-2 {
    padding-left: 95px;
    padding-right: 95px;
} */
.section__title {
    display: inline;
}
.section__title-4 {
    font-size: 46px;
    color: #0f1432;
    font-weight: 700;
    margin-bottom: 15px;
}
.mb-100{
    margin-bottom: 100px;
}
.section__title-wrapper{
    margin-top: 40px;
    margin-bottom: 40px;
}
.support__item {
    -webkit-box-shadow: 0px 3px 1px 0px rgba(11, 6, 70, 0.08);
    -moz-box-shadow: 0px 3px 1px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 3px 1px 0px rgba(11, 6, 70, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 35px 42px;
}
.white-bg {
    background: #ffffff;
}
.text-center {
    text-align: center !important;
}
.support__title {
    font-size: 15px;
    color: #57556a;
    font-weight: 600;
    margin-bottom: 0;
}
.support__icon {
    min-height: 70px;
}
.support__area a{
color: black;
}
.grey-bg-12 {
    background: #f7f7fc;
}

.mb-30 {
    margin-bottom: 30px;
}
.support__item:hover {
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
/* end 1 */

/* dwed */
.services__item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  position: relative;
  padding: 40px 50px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services__item.active, .services__item:hover {
  box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2), inset 0px 3px 0px 0px rgba(113, 39, 234, 0.004);
}
.services__item-2 {
  padding: 50px 47px;
  padding-right: 70px;
  -webkit-box-shadow: 0px 40px 70px 0px rgba(1, 19, 44, 0.08);
  -moz-box-shadow: 0px 40px 70px 0px rgba(1, 19, 44, 0.08);
  box-shadow: 0px 40px 70px 0px rgba(1, 19, 44, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.services__item-3 {
  padding: 40px 75px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(10, 0, 48, 0.08);
  -moz-box-shadow: 0px 10px 60px 0px rgba(10, 0, 48, 0.08);
  box-shadow: 0px 10px 60px 0px rgba(10, 0, 48, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item-3 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 575px) {
  .services__item-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.services__item-3:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.services__item-4 {
  padding: 40px 60px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item-4 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .services__item-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services__item-5 {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.services__item-5:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.services__item-5:hover .services__content-5 i {
  color: #011224;
}
.services__item-5:hover .services__title-5 {
  color: #011224;
}
.services__item-5:hover .services__more-5 i {
  color: #011224;
}
.services__inner {
  position: relative;
  z-index: 1;
}
.services__inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 10px;
  border-radius: 20px;
  background: #7127ea;
  height: 50%;
  z-index: -1;
}
.services__inner:hover::before, .services__inner.active::before {
  top: -3px;
}
.services__inner-2::before {
  background: #2f80ed;
}
.services__inner-2:hover::before, .services__inner-2.active::before {
  top: -3px;
}
.services__icon img{
  height: 145px;
}
.services__icon-2 {
  margin-bottom: 22px;
}
.services__icon-3 {
  min-height: 157px;
  margin-bottom: 33px;
}
.services__thumb-4 {
  min-height: 160px;
}
.services__img-5 img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.services__title {
  font-size: 18px;
  color: #070337;
}
.services__title a:hover {
  color: #7127ea;
}
.services__title-2 {
  font-size: 22px;
  color: #021937;
  margin-bottom: 13px;
}
.services__title-2 a:hover {
  color: #2f80ed;
}
.services__title-3 {
  color: #0a0030;
  font-size: 22px;
  margin-bottom: 10px;
}
.services__title-3:hover {
  color: #5d41c2;
}
.services__title-4 {
  color: #0f1432;
  font-size: 22px;
  padding-right: 215px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__title-4 {
    padding-right: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__title-4 {
    padding-right: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__title-4 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__title-4 {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .services__title-4 {
    padding-right: 0px;
  }
}
.services__title-4 a:hover {
  color: #6c63ff;
}
.services__title-5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.services__title-6 {
  font-size: 26px;
  font-weight: 700;
  color: #011224;
  margin-bottom: 15px;
}
.services__content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}
.services__content-2 p {
  margin-bottom: 0;
}
.services__content-3 p {
  font-size: 15px;
  font-weight: 600;
  color: #625e6e;
}
.services__content-4 {
  padding-top: 32px;
}
.services__content-4 p {
  font-size: 15px;
  font-weight: 600;
  color: #6c6a8a;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__content-4 p {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__content-4 p {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__content-4 p {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .services__content-4 p {
    padding-right: 0px;
  }
}
.services__content-4 .link-btn:hover {
  color: #6c63ff;
}
.services__content-5 i {
  color: #ffffff;
  font-size: 18px;
  margin-right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__content-6 {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__content-6 {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .services__content-6 {
    padding-right: 0px;
  }
}
.services__content-6 p {
  color: #6a727f;
  margin-bottom: 25px;
}
.services__shape img {
  position: absolute;
  z-index: -1;
}
.services__shape img.services-circle-1 {
  top: 8%;
  left: 0;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .services__shape img.services-circle-1 {
    width: 100%;
  }
}
.services__shape img.services-circle-2 {
  top: 22%;
  right: 4%;
  -webkit-animation: services-circle-2 4s linear 0s infinite alternate;
  -moz-animation: services-circle-2 4s linear 0s infinite alternate;
  -o-animation: services-circle-2 4s linear 0s infinite alternate;
  animation: services-circle-2 4s linear 0s infinite alternate;
}
.services__shape img.services-dot {
  top: 5%;
  left: 0%;
  -webkit-animation: services-dot 4s linear infinite alternate;
  -moz-animation: services-dot 4s linear infinite alternate;
  -o-animation: services-dot 4s linear infinite alternate;
  animation: services-dot 4s linear infinite alternate;
}
.services__shape img.services-triangle {
  top: 14%;
  right: 6%;
  -webkit-animation: services-triangle 4s linear infinite alternate;
  -moz-animation: services-triangle 4s linear infinite alternate;
  -o-animation: services-triangle 4s linear infinite alternate;
  animation: services-triangle 4s linear infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__shape img.services-triangle {
    right: 7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__shape img.services-triangle {
    right: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__shape img.services-triangle {
    right: 10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__shape img.services-triangle {
    right: 11%;
  }
}
@media (max-width: 575px) {
  .services__shape img.services-triangle {
    right: 28%;
  }
}
.services__shape-2 img {
  position: absolute;
}
.services__shape-2 img.services-2-circle {
  top: 12%;
  left: 0;
  opacity: 0.04;
}
.services__shape-2 img.services-2-circle-2 {
  top: 26%;
  left: 0;
  opacity: 0.06;
}
.services__more-5 a {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.services__text h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.services__text p {
  margin-bottom: 45px;
}
.services__text p span {
  color: #7127ea;
  position: relative;
}
.services__text p span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #7127ea;
}
.services__text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.services__list ul li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.services__list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #7127ea;
}
.services__widget {
  padding: 43px 40px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .services__widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.services__widget-title h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.services__link ul li {
  margin-bottom: 15px;
}
.services__link ul li:last-child {
  margin-bottom: 0;
}
.services__link ul li a {
  padding-left: 20px;
  position: relative;
}
.services__link ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #7127ea;
}
.services__link ul li a:hover {
  color: #7127ea;
}
.services__link ul li a:hover::after {
  left: 5px;
}
.services__form input {
  width: 100%;
  height: 50px;
  border: 2px solid transparent;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.services__form input::placeholder {
  color: #9b9aa4;
}
.services__form input:focus {
  border-color: #7127ea;
  outline: none;
}
.services__form input:focus::placeholder {
  opacity: 0;
}
.services__action {
  padding: 15px 30px;
  position: relative;
}
.services__action::after {
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 0;
  background: #7127ea;
}
.services__action:hover::after {
  top: 0;
  bottom: auto;
  height: 100%;
}
.services__content h3.services__title a{ 
color: #000;
}
.services__action a {
  margin-bottom: 0;
  display: block;
}
.services__action a i {
  color: #7127ea;
  padding-right: 15px;
}
.services__action a:hover {
  color: #7127ea;
}
@media (max-width: 575px) {
  .services__sidebar {
    margin-right: 0;
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes services-circle-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes services-dot {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100px);
  }
}