

/* General */
body {
	font-family: 'Red Hat Display', sans-serif!important;
	font-size:14px;
	line-height: 1.8;
}
h2 {
	font-size:1.6rem;
}
h3 {
    font-size: 1.4rem;
}


/* Header */
body .bravo_topbar {
    padding: 6px 0;
    background-color: #e2c672;
	display:none!important;
}
body .bravo_topbar .content .topbar-left a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-right: 18px;
    text-decoration: none;
}
body .bravo_topbar .content .topbar-left .line::before {
    border-right: 1px solid #ccc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -13px;
}
body .bravo_topbar .content .topbar-left .line {
    display: inline-block;
    margin: 0 10px 0px 0px;
    min-height: 1px;
    min-width: 1px;
    position: relative;
}
body .main-header .navbar-light .navbar-brand {
    padding: 20px 0;
}
body .bravo_topbar .content .topbar-left i {
	padding-right:5px;
	color:#fff;
	vertical-align:text-bottom;
}
/* Display:none */
body .bravo_topbar .content .top-socials,
body .bravo_topbar .content .topbar-left .line {
	display:none;
}
body .topbar-items li.login-item a {
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
body .topbar-items li.login-item a:hover {
	color:orange;
}
body .topbar-items li.login-item i {
	display:none;
}
body .bravo_topbar .content .topbar-left {
    color: #fff;
    font-size: 14px;
    display: none;
}


/* Menu */
body .main-header .main-menu-content .menu > li > a {
    color: #fff!important;
    display: inline-block;
    padding: .5rem;
    position: relative;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0px;
	font-size:15px;
}
body .main-header .main-menu-content .menu > li > a:hover {
	color: #fff!important;
	text-decoration:underline!important;
}
body .main-header .main-menu-content .menu > li.current-menu-item > a {
	color: #fff!important;
    text-decoration:underline!important;
	font-weight:bold;
}
body .main-header .main-menu-content .fa-angle-down::before {
    color:#fff;
}


/* Header */

/* Disabled 
body #header-waypoint {
	position:absolute;
	width:100%;
}
*/
body.show-admin-bar .topmenu .header-sticky {
    top: 0px;
}
body.is-sticky {
  padding-top: 0px;
}
body .topmenu .header-sticky {
	position:absolute;
	top:0px;
	background:rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	box-shadow:none;
}


/* Burger Menu */
body .topmenu.bg-light .navbar-nav a, 
body .topmenu.bg-light .navbar-toggler {
    color: #fff !important;
}
body .main-header .main-menu-content .sub-menu {
	padding:5px;
}
body .main-header .main-menu-content .sub-menu > li > a,
body .main-header .main-menu-content .sub-menu > li > a:hover {
	color:#000!important;
	padding:1px 20px;
	font-size:14px;
}


/* Banner */
body .home_banner {
    background-color: #2a2933;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    height: 90vh;
    position: relative;
}
body .banner-text-description {
    font-size: 2.3em;
    font-weight: 900;
	text-shadow:0px 0px 1px #0b1134;
	text-transform: capitalize;
}
body .home_banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}
.home_banner .topsearch {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    z-index: 9;
}


/* Search Bar */
body .topsearch .typesearch a,
body .topsearch .typesearch a.active {
	padding:8px 15px;
	font-weight:500!important;
	background-color:#e2c672!important;
}
body .topsearch .input-group-lg {
    background-color: hsla(0,0%,100%,.7);
    justify-content: center;
    padding: 10px;
	background-color:#eaeaea;
}
body .topsearch .search-button-wrapper .btn {
    min-width: 108px;
    padding: .5em;
    background-color: #e2c672;
}
body .topsearch .typesearch a {
	border-right:1px solid transparent!important;
}
body .sales-rent {
	display:none!important;
}
body .topsearch .advanced-search {
	display:none!important;
}
body .bgheadproject {
    color: #fff;
    padding: 180px 0px 100px;
    background-position: center -80px !important;
	position:relative;
	background-size:cover !important;
}
body .bgheadproject .description {
	position:relative;
	z-index:1;
}
body .bgheadproject::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
}
body .topsearch .typesearch {
    padding-left:8px;
}


/* Homepage Item */
body .box_shadow .projecthome .item,
body .list-agency .agents-grid,
body .blog-container .container-grid .grid-in .grid-shadow {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
	border-radius:5px;s
}
body .hourseitem, .projecthome .item,
body .hourseitem, .projecthome .item {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius:5px;
}
body .projecthome .item .description {
    background: #fff;
    padding: 15px;
}
body .box_shadow {
	margin:0px;
}


/* Homepage */
body .homepage_featured_project {
	padding-top:80px;
	padding-bottom:60px;
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
body .homepage_featured_project_title {
	text-align:center;
}
body .homepage_properties_sale {
	padding-top:60px;
	padding-bottom:60px;
	background:#f5f5f5;
}
body .homepage_properties_sale_title {
	text-align:center;
}
body .homepage_properties_rent {
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
}
body .homepage_properties_rent_title {
	text-align:center;
}
body .homepage_featured_agents {
	padding-top:60px;
	padding-bottom:60px;
	background:#f5f5f5;
}
body .homepage_featured_agents_title {
	text-align:center;
}
body .homepage_recently_viewed {
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
}
body .homepage_recently_viewed_title {
	text-align:center;
}
body .homepage_latest_news {
	padding-top:80px;
	padding-bottom:60px;
	background:#f5f5f5;
}
body .homepage_latest_news_title {
	text-align:center;
}


/* Homepage Property Listing */
.item-price-wrap li.h-type {
    background-color: rgba(229, 174, 73, 0.8);
    font-weight: 400;
    margin-right: 27px;
}


/* Homepage Project */
body .homepage_featured_location {
    padding: 60px 0px 100px;
    border-top: 0px solid #eaeaea;
}
body .homepage_featured_location_title {
    text-align: center;
    padding-bottom: 30px;
}
body .homepage_featured_location a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}
body .homepage_featured_location h4 {
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    font-size: 18px;
}


/* Project & Property Page */
body .addresshouse {
    color: #4f4f4f;
    margin-bottom: 0px;
}
body .addresshouse .visitors {
    display:none!important;
}
body .project_calendar,
body .property_calendar {
	display:none!important;
}
body .single-post .head {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 0;
    margin-top: 15px;
	text-transform: capitalize;
}
body .headifhouse, body .pricehouse {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    padding: 0 0 10px;
    margin-top: 25px;
    font-size: 18px;
}
body .detailproject .lineheight220 {
    line-height: 220%;
    margin-bottom: 15px;
}
body .detailproject ul {
	margin-bottom:20px;
}
body .detailproject .general ul li::marker {
    color: #cba87a;
}
body .detailproject .general ul {
    list-style-type: disclosure-closed;
}
body .detailproject h1 {
    border-bottom: 0px solid #e0e0e0;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
}
body .detailproject .general h1 {
    border-bottom: 0px solid #e0e0e0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    margin-top: 5px;
    text-transform: uppercase;
    background-color: #eaeaea;
}
body .detailproject .general h2 {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px 0;
    margin-top: 5px;
	text-transform: capitalize;
}
body .detailproject .general h3 {
    border-bottom: 0px solid #e0e0e0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 30px 0px 0px 15px;
    margin-top: 5px;
	border-left:8px solid #e2c672;
	text-transform: capitalize;
}
body .detailproject .general h4 {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 5px;
	text-transform: capitalize;
	background-color:#fff;
}
body .detailproject .general h4 strong {
    padding: 10px 20px;
    background-color: #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 20px;
}
body .detailproject .general h5 {font-size:16px;}
body .detailproject .general h6 {font-size:16px;}
body .detailproject .status-label.label-success {
    background-color: #1bd741;
	background-color: #007FED;
    border-radius: 6px;
	font-size:13px;
	font-weight:bold;
}
body .detailproject .projecthome .status-label.label-success {
    background-color: #007FED;
    border-radius: 6px;
	font-size:13px;
	font-weight:bold;
}
body .detailproject .titlehouse .status-label.label-success {
    background-color: transparent;
    border-radius: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
}
body .detailproject .boxright {
    border-radius: 4px;
    box-shadow: 0 3px 16px rgba(0,0,0,.1);
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 30px;
    position: sticky;
    top: 10px;
    overflow: auto;
}
body .detailproject .single-post .col-md-8 img {
	box-shadow: 0 3px 16px rgba(0,0,0,.1);
	margin-bottom:15px;
} 
body .boxsliderdetail .slidebot .icon p {
    margin: 0;
    padding-top: 5px;
}
body .boxsliderdetail .slidebot .icon {
	height:65px;
	background-color:transparent;
}
body .status-label.label-success {
    background-color: #007FED;
    border-radius: 6px;
	font-size:13px;
	font-weight:bold;
}
body .detailproject .container {
	max-height: 100%!important;
}
body .detailproject .col-md-8 .general img {
    max-width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
	margin: 10px 10px 10px 0px;
}
body .detailproject .general .project_overview {
	display:none!important;
}
body .detailproject .general h4 a::after {
	
}
body .detailproject .general h4 a {
    background-image: url("../images/up-right-from-square-solid.png");
    background-position: 95% center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}
body .detailproject .general h4 a,
body .detailproject .general h4 a:hover {
    background-color: #e2c672;
    padding: 15px 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
	text-decoration:none;
	font-weight:bold;
}
body .detailproject .general ol {
	margin-bottom:30px;
}


/* Detail Map */
body main iframe {
    width: 100% !important;
    height: 100%;
}
body .detailproject .gmap_canvas {
    background: none !important;
    overflow: hidden;
    display: none !important;
}


/* Project Cities Recommended */
body .projects-by-locations-suggestion .projects-locations {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    padding: 0 0 10px;
    margin-top: 25px;
	margin-bottom:15px;
    font-size: 18px;
}
body .homepage_featured_location_directory {
	margin:0px;
	padding:0px;
}
body .projects-by-locations-suggestion {
	padding-bottom:60px;
}
body #app .homepage_featured_location_directory a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
	border-radius:6px;
}
body #app .homepage_featured_location_directory h4 {
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    font-size: 18px;
	background-color:transparent;
	border:none;
}


/* Facilities list */
body .detailproject .facilities_list p {
	margin-bottom:0px;
}


/* Project Gallery */
body .boxsliderdetail .slidetop,
body .boxsliderdetail .slidetop img {
    height: 400px;
    position: relative;
}


/* Breadcrumb */
body .bgheadproject h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #0b1134;
}
body .bgheadproject p {
    text-shadow: 1px 1px 1px #0b1134;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 8%;
}
body .breadcrumb > .breadcrumb-item {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
	text-shadow: 1px 1px 1px #0b1134;
}


/* Blog */
body .blog-container .container-grid .grid-h a h2 {
	line-height:25px;
}
body .blog-container .container-grid .grid-h {
    background-color: #fff;
    min-height: 220px;
    padding: 15px;
}
body .source {
    font-size: 16px;
	font-weight:bold;
    font-style: italic;
    margin-bottom: 30px;
	padding:10px 0px;
}
body .article_title {
	display:none;
}
body .article .article_title {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}
body .blog-container .container-grid .grid-h .blog-title a {
    padding-right: 5px;
}
body .article .pic {
	font-size:10px;
	font-weight:bold;
}


/* contact_description */
body .contact_description {
	margin:30px 20px 50px;
	text-align:center;
	line-height:1.6em;
}
body .contact_form_left {
	display:none;
}
body .contact_form_right {
    width: 100%;
    max-width: 100%;
    flex: auto;
}
body #contact .wrapper h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
body .btn-special:hover {
    background-color: #CBA87A;
    text-decoration: none;
	color:#fff;s
}


/* What We Do */
body .wwd {
	text-align:center;
	margin-top:30px;
}
body .wwd_description {
	text-align: center;
	margin-bottom:30px;
}
body .features_listing_container {
	margin-bottom:50px;
	text-align:center;
}


/* Share */
body .bgmenupro .socials {
    display: inline-block;
    padding-top: 10px;
	border:0px!important;
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}
body .bgmenupro .socials ul {
	margin:0px;
}


/* Sidebar */
body .boxright .head {
    border-bottom: none;
    margin-bottom: 0;
    padding: 20px;
    background: #333;
    margin: -16px -16px 20px -16px;
    color: #fff;
	text-align:center;
	font-size:16px;
}
body .boxright .btn,
body .boxright .btn:hover {
    font-size:14px;
	font-weight:bold;
    color: #fff;
}
body .boxright .btn-gold.btn,
body .boxright .btn-gold.btn:hover, 
body .boxright .btn-gold.btn-orange:focus, 
body .boxright .btn-gold.btn-orange:hover, 
body .boxright .btn-gold.topsearch .btn:hover {
    background: #ff0000;
    color: #fff;
}
body .boxright .btn-green.btn,
body .boxright .btn-green.btn:hover, 
body .boxright .btn-green.btn-orange:focus, 
body .boxright .btn-green.btn-orange:hover, 
body .boxright .btn-green.topsearch .btn:hover {
	background-color: #2fbd2c !important;
    background: linear-gradient(to bottom, #41d449 0%, #2fbd2c 100%) !important;
    color: #fff;
}
body .boxright .whatsapp_button a {
    background-color: #2fbd2c !important;
    background: linear-gradient(to bottom, #41d449 0%, #2fbd2c 100%) !important;
    color: #fff;
    padding: 10px 10px;
    border-radius: 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
body .boxright .whatsapp_button {
	display:none!important;
}

/* Footer */
body footer {
    background-color: #f5f5f5;
    border-top: 1px solid #f0f0f0;
    padding: 60px 0px 80px;
	margin-top:0px;
}
body footer a:hover {
	text-decoration:none!important;
}
body footer .contact-bottom {
	padding-left:15px;
}
body footer .contact-bottom i {
	padding-right:5px;
}
body footer .social-bottom {
	padding-left:15px;
}
body footer .contact-bottom a,
body footer .social-bottom a {
	color:#212529;
}
body footer .contact-bottom a:hover,
body footer .social-bottom a:hover {
	color:#212529;
	text-decoration:none;
}
body footer .social-bottom a {
	padding-right:10px;
}
body footer .footer_main {
	padding-bottom:20px;
}
body footer .recommended_sites {
    border-top: 0px solid #e0e0e0;
    color: #4f4f4f;
    font-size: 13px;
    padding-top: 15px;
	padding-bottom:15px;
    font-weight: 500;
	position: absolute;
left: auto;
bottom: 99999px;
}
body footer .partner_sites {
    border-top: 0px solid #e0e0e0;
    color: #4f4f4f;
    font-size: 13px;
    padding-top: 15px;
	padding-bottom:40px;
    font-weight: 500;
}
body footer .menufooter h4 {
    border-bottom: 0px solid #e0e0e0;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
	color:#212529;
}
body footer .recommended_sites h2 {
    border-bottom: 0px solid #e0e0e0;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
	color:#212529;
}
body footer .recommended_sites p {
	font-size:14px;
}
body footer .recommended_sites a {
    color:#212529;
}
body footer .partner_sites {
	padding-bottom:40px;
}
body footer .partner_sites h2 {
    border-bottom: 0px solid #e0e0e0;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
	color:#212529;
}
body footer .partner_sites ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    font-size: 14px;
}
body footer .partner_sites ul li {
	display:inline-block;
	padding-right:25px;
}
body footer .partner_sites ul li a {
    color: #4f4f4f;
    font-weight: 400;
}
body footer .partner_sites ul li a:hover {
    color:#212529;
}
body .action_footer a.whatsapp {
    background-color: #2fbd2c !important;
    background: linear-gradient(to bottom, #41d449 0%, #2fbd2c 100%) !important;
    color: #fff;
    padding: 6px 18px;
    border-radius: 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
	display:none!important;
}
body footer .menufooter ul li {
    list-style: none;
    padding: 3px 0;
    line-height: 1.5;
}
body footer .menufooter ul li a:hover {
	color:#e2c672;
}


/* copyright */
body .copyright {
    border-top: 0px solid #e5ae49;
    color: #999;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    background-color: #333;
	text-align:center;
}
body .copyright p {
	margin:0px;
}
body .copyright p a,
body .copyright p a:hover {
	color:#999;
	text-decoration:none;
}


/* Adjust */
body .banner-container .top_banner {
	
}
body .banner-container {
    text-align: center;
    background: #333;
    padding: 0px;
}
body .banner-container a {
	text-align:center;
	display: inline;
	width:100%;
}
body .banner-container a img {
    border: 2px solid #333;
    width: 70%;
    height: auto;
}
body .banner-container a img:before {
	
}
body footer .partner_sites {
    display:none;
}
body .detailproject .general h5.headifhouse {
	display:none;
}
body .detailproject .general div.projecthome {
	display:none;
}
body .detailproject .general .socials {
    margin-bottom: 50px !important;
}
body footer .menufooter ul li.temp {
	
}


/* Footer Top */
body .footer-top {
    padding: 60px 0px 40px;
    background: gainsboro;
    display:none!important;
}
body .footer-top .image_newsletter {}
body .footer-top .image_newsletter p {
	text-align:center;
	padding:0px;
	margin:0px;
}
body .footer-top .image_newsletter img {
	max-height:250px;
}
body .footer-top span.highlight_newsletter {
	background-color:yellow;
	font-weight:bold;
}


/* Style */
body #app .project-id-11 .boxright .head {
    background-color: #8376b6;
}
body #app .project-id-12 .boxright .head {
    background-color: #597b2f;
}
body #app .project-id-13 .boxright .head {
    background-color: #9e968d;
}
body #app .project-id-14 .boxright .head {
    background-color: #9e968d;
}


/* Agent */
.add-property {
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 15px;
    padding: .5rem;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #fff;
}


/* Project Location Page */
body .homepage_featured_location_title .owl-carousel .owl-stage {
    display: block;
    width: 100% !important;
}
body .homepage_featured_location_title .owl-carousel.owl-drag .owl-item {
    display: block;
    flex: auto;
    width: 18% !important;
    margin: 0px 10px 10px 0px !important;
}
body .homepage_featured_location_title .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
body .homepage_featured_location_title .owl-nav {
    display:none;
}
body .homepage_featured_location_title .itemarea h4 {
    font-size:16px;
}
body .homepage_featured_location_title .padtop70 {
    padding-top: 40px;
}
body .homepage_featured_location_title .homepage_featured_location {
    padding: 0px 0px 10px;
    border-top: 0px solid #eaeaea;
}











































/* Mobile */
@media (min-width: 1321px) {

}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 1100px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {

/* Project Detail */
body .bgmenupro .row {
	margin:0px;
}
	
}

@media (max-width: 991px) and (min-width: 768px) {

/* Ads */
body .banner-container a img {
    width: 95%;
}
	
/* Slideshow */
body .home_banner .topsearch  {
	width:90%;
}
body .banner-text-description {
	font-size:1.8em;	
}
	
/* Project Detail */
body .bgmenupro .row {
	margin:0px;
}
	
/* Homepage Blog */
body .blog-container .container-grid {
	margin-bottom:25px;
}
	
/* Burger Menu */
body .main-header .main-menu-content .menu > li > a {
    color: #000!important;
    text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li > a:hover {
	color: #000!important;
	text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li.current-menu-item {
	border-left:none;
}
body .main-header .main-menu-content .menu > li.current-menu-item > a {
	color: #000!important;
    text-decoration: none !important;
}
body .topmenu .main-header {
	position:absolute;
	top:0px;
	background:rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	box-shadow:none;
	width:100%;
}
	
}

@media (max-width: 767px) {

/* Ads */
body .banner-container a img {
    width: 95%;
}
	
/* Slideshow */
body .home_banner .topsearch  {
	width:90%;
}
body .banner-text-description {
	font-size:1.8em;	
}
	
/* Project Detail */
body .bgmenupro .row {
	margin:0px;
}
	
/* Homepage Blog */
body .blog-container .container-grid {
	margin-bottom:25px;
}
	
/* Burger Menu */
body .main-header .main-menu-content .menu > li > a {
    color: #000!important;
    text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li > a:hover {
	color: #000!important;
	text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li.current-menu-item {
	border-left:none;
}
body .main-header .main-menu-content .menu > li.current-menu-item > a {
	color: #000!important;
    text-decoration: none !important;
	font-weight:bold!important;
}
body .topmenu .main-header {
	position:absolute;
	top:0px;
	background:rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	box-shadow:none;
	width:100%;
}
	
}

@media (max-width: 598px) {

/* Ads */
body .banner-container a img {
    width: 95%;
}
	
/* Logo * Menu */
body .main-header .navbar-light .navbar-brand {
    padding: 10px 0;
    width: 80%;
}
body .main-header .navbar-light .navbar-brand img {
    height:auto;
}

/* Banner */
body .home_banner .topsearch  {
	width:90%;
}
body .banner-text-description {
    font-size: 1.6em;
    font-weight: 800;
    text-shadow: 1px 1px 4px #0b1134;
}
	
/* Project Detail */
body .bgmenupro .row {
	margin:0px;
}
	
/* Homepage Blog */
body .blog-container .container-grid {
	margin-bottom:25px;
}
	
/* Homepage Title h3 */
body #ismain-homes h2 {
    font-weight: 700;
    font-size: 18px;
}
	
/* Article */
body .ck-content .features_listing_container {
    text-align: center;
}
	
/* Footer */
body footer .contact-bottom, 
body footer .social-bottom {
    padding-left: 0px;
	text-align: center;
}
body footer .contact-bottom p, 
body footer .social-bottom p {
    margin-bottom:5px;
	text-align: center;
}
body footer .social-bottom {
    margin-bottom:10px;
}
body footer .footer_main .col-sm-3 p {
	text-align: center;
}
body footer .footer_main .col-sm-9 {
	text-align: center;
}

	
/* Burger Menu */
body .main-header .main-menu-content .menu > li > a {
    color: #000!important;
    text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li > a:hover {
	color: #000!important;
	text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li.current-menu-item {
	border-left:none;
}
body .main-header .main-menu-content .menu > li.current-menu-item > a {
	color: #000!important;
    text-decoration: none !important;
}
body .topmenu .main-header {
	position:absolute;
	top:0px;
	background:rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	box-shadow:none;
	width:100%;
}
	
}

@media (max-width: 480px) {

/* Ads */
body .banner-container a img {
    width: 95%;
}

/* Logo * Menu */
body .main-header .navbar-light .navbar-brand {
    padding: 10px 0;
    width: 80%;
}
body .main-header .navbar-light .navbar-brand img {
    height:auto;
}
	
/* Banner */
body .home_banner .topsearch  {
	width:90%;
}
body .banner-text-description {
    font-size: 1.5em;
    font-weight: 800;
    text-shadow: 1px 1px 4px #0b1134;
}
	
/* Project Detail */
body .bgmenupro .row {
	margin:0px;
}
body .bgmenupro .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
body .bgmenupro .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
	
/* Homepage Blog */
body .blog-container .container-grid {
	margin-bottom:25px;
}
	
/* Homepage Title h3 */
body #ismain-homes h2 {
    font-weight: 700;
    font-size: 18px;
}
	
/* Article */
body .ck-content .features_listing_container {
    text-align: center;
}
	
/* Footer */
body footer .contact-bottom, 
body footer .social-bottom {
    padding-left: 0px;
	text-align: center;
}
body footer .contact-bottom p, 
body footer .social-bottom p {
    margin-bottom:5px;
	text-align: center;
}
body footer .social-bottom {
    margin-bottom:10px;
}
body footer .footer_main .col-sm-3 p {
	text-align: center;
}
body footer .footer_main .col-sm-9 {
	text-align: center;
}
	
	
/* Burger Menu */
body .main-header .main-menu-content .menu > li > a {
    color: #000!important;
    text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li > a:hover {
	color: #000!important;
	text-decoration: none !important;
}
body .main-header .main-menu-content .menu > li.current-menu-item {
	border-left:none;
}
body .main-header .main-menu-content .menu > li.current-menu-item > a {
	color: #000!important;
    text-decoration: none !important;
}
body .topmenu .main-header {
	position:absolute;
	top:0px;
	background:rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	box-shadow:none;
	width:100%;
}
	
}


























































/* Referrence 

Blue
color:#007FED;

Gold
color:#e5ae49;
color:#e2c672;

Orange
color: #FF6A00;

Brown 
color: #CBA87A;

font-family: 'DM Serif Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Red Hat Display', sans-serif;

*/