* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body
{
	padding: 0;
	margin: 0;
	font-family: 'General Sans';
	font-weight: 400;
	font-style: normal;
}
.post, .page {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p,li
{
	margin: 0;
	font-size: 16px;
	font-weight: 400;    
	color: #132139;
}
a:hover, a:focus, a:active,a:visited
{
	color: #000;
	text-decoration: none;
	outline: none;
  box-shadow: none;
}
.header_box
{
	background: #eeeeef;
	width: 100%;
	height: 30px;
	position: relative;
}
.banner_section
{
	position: relative;
	width: 100%;
}
.hero_desktop_img { 
  display: block !important; 
  width: 100%;
}

.hero_mobile_img { 
  display: none !important; 
  width: 100%;
}
.hero_slider_wrapper {
    position: relative;
    overflow: hidden;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #888;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.slick-prev,.slick-prev:hover,.slick-prev:before,.slick-prev:focus
{
	background: url('../images/icon/left.png')no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
	left: 20px;z-index: 10;
}
.slick-next,.slick-next:hover,.slick-next:before,.slick-next:focus
{
	background: url('../images/icon/right.png')no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
	right: 20px;z-index: 10;
}
.slick-prev:before, .slick-next:before
{
	content: '';
	opacity: 1;
}
.project_section
{
	background: #eeeeef;
	width: 100%;
	position: relative;
	padding: 40px 0px;
	height: auto;
}

.project_list_container
{
	text-align: center;
	padding: 15px 0px;
}
.project_list_container ul
{
	padding: 0;margin: 0;text-align: center;
}
.project_list_container ul li
{
	padding: 0px 25px 20px 25px;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
}
.project_list_container ul li a
{
	display: block;
	padding-bottom: 8px;
	text-decoration: none;
	cursor: pointer;
}
.project_list_container ul li.active a
{
	border-bottom: 1px solid #000;
}
.project_grid .col-sm-4
{
	padding: 10px;
}
.project_box {
    padding: 0px 0px 0px 0px;
    background: #fff;
}
.project_box_inner
{
	padding: 15px 10px;
	height: 210px;
}
.project_box_inner h1
{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding: 0px 0px 5px 0px;
}
.project_box_inner h5,.project_box_inner p
{
	font-weight: 300;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}
.original-price
{
	 text-decoration: line-through;
	 margin-right: 8px;
}
.project_box_inner .row
{
padding: 10px 0px 0px 0px;
margin: 0;
justify-content: flex-end;
align-items: end;
}

.project_box_inner .col-sm-8,.project_box_inner .col-sm-4
{
	padding: 0;
}

.enquire_button
{
	background: #363636;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 5px;
	cursor: pointer;
	text-align: center;
	width: 100%;

}
.key_highlight_section
{
	background: #363636;
	width: 100%;
	position: relative;
	padding: 40px 0px;
	color: #fff;
}
.heading
{
	padding: 15px 0px;
}
.heading h1
{
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
}
.key_points
{
	margin: 30px 0px 30px 0px;
}
.key_points ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    list-style: none;
    gap: 20px;
    color: #fff;
    justify-content: space-between;
    color: #fff;
    padding: 0;
    margin: 0;
}
.key_points ul li
{
	border-left: 1px solid #fff;
	padding: 0px 0px 0px 10px;
	width: 25%;
}

.key_points ul li h2
{
	font-weight: 600;
	font-size: 18px;color: #fff;
}
.key_points ul li p
{
	font-weight: 300;color: #fff;padding: 5px 0px 0px 0px;
}
.awards_section
{
	padding: 40px 0px;
	position: relative;
	width: 100%;
	background: #eeeeef;
}
.awards_box {
    background: transparent;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #000;
    height: 300px;
}
.awards_box img
{
	width:50px;
	height: auto;
}
.awards_box h2
{
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
}
.awards_box h2 span
{
	display: block;
}
.awards_box p
{
	font-size: 16px;
	font-weight: 300;
}
.awards_box p.pad20
{
	padding: 30px 0px 0px 0px;
}
.awards_slider_section {
    padding: 10px 0px 0px 0px;
}
.about_assetz
{
	background: #363636;
	padding: 40px 0px;
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
}
.about_content
{
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.about_content p
{
	color: #fff;
	padding: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: 300;
}
.footer_section
{
	background: #eeeeef;
	padding: 30px 0px 80px 0px;

}

.footer_section p
{
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	font-weight: 300;
	text-align: center;
}

.btn-close:hover,.btn-close
{
opacity: 1;
}
.modal-header
{
	border-bottom: 0;
}
.formtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0px 20px 0px;
}

.form_group {
    padding: 0px 0px 20px 0px;
}

.form-control
{
	    height: 50px;
    color: #000 !important;
    padding: 10px !important;
}
.btnsubmit
{
	    background: #363636;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    text-align: center;
    margin: auto;
    display: block;
   
}
.thankyousection
{
	background: #eeeeef;
	width: 100%;
	position: relative;
	padding: 100px 0px;
	height: 80vh;
} 
.thankyou h1
{
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 700;
}
.fixed_btn
{
    background: #363636;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-radius: 15px;


}


@media (max-width: 767px){


  .hero_desktop_img { display: none !important; }
  .hero_mobile_img { display: block !important; }

  .enquire_button
  {
  	float: none;
  	width: 100%;
  	margin: 10px auto;
  	padding: 8px 10px;
  }
  .project_box_inner
  {
  	height: auto;
  }
  .key_points ul li
  {
  	width: 43%;
        border-left: 0;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding: 0px 10px;
        margin: 10px 10px;
        height: 100px;
  }
  .key_points ul
  {
  	display: block;
  }
  .key_points {
    margin: 10px 0px;
}
.project_list_container ul
{
	display: flex;
	overflow: scroll;
}
.project_list_container ul li
{
	padding: 5px 8px;
	font-size: 16px;font-weight: 400;
}
.slick-prev, .slick-prev:hover, .slick-prev:before, .slick-prev:focus
{
	width: 25px;
	height: 25px;
	background-size: contain;
	top:56%;
}
.slick-next, .slick-next:hover, .slick-next:before, .slick-next:focus
{
	width: 25px;
	height: 25px;
	background-size: contain;top:56%;
}
}
