html {
    height: 100%;
	scroll-behavior: smooth;
}
body{
	min-height: 100%;
    margin: 0px;
     font-family: "Montserrat", serif;
	font-weight: normal;
    font-style: normal;
	padding: 0px;
	overflow-x: hidden;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
	padding-left: 0px;
	padding-right: 0px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl
{
	padding: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
a,a:hover
{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p
{
	margin: 0;
}
.fullcontainer
{
	width:90%;
	margin: auto;
	display: block;
	position: revert;
}
.rowcenter
{
	align-items: center;
}
.logo a
{
	display: inline-block;text-decoration: none;
}
.header_section {
    background: #fff;
    padding: 10px 0px;
    margin: 0px;
    box-shadow: 1px 1px 10px #ccc;
}
.callbtn
{
	float: right;
}
.callbtn a
{
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.callbtn a span {
    background: #EE2C2E;
    padding: 6px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
}
.relative-section{
	position: relative;
}
.bannersection
{
	width: 100%;
	position: revert;
}
.desktopbanner{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-enquire-form{
	position: absolute;
    max-width: 270px;
    width: 100%;
    top: 12px;
    right: 2%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    max-height: 480px;
    /* overflow-y: auto; */
}
.banner-enquire-form h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
    font-weight: bold;
}
.banner-enquire-form input#gform_submit_button_2{
	background: #000;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
}
.bannersection img
{
	width: 100%;
}
.mobilebanner
{
	display: none;
}
.sectiontwo
{
	background: linear-gradient(to right, #f37031, #ee2b2e);
	width: 100%;
	height: auto;
	padding: 10px 0px;
	color: #fff;
}
.numbercontent {
    text-align: center;
}
.numbercontent p
{
	font-size: 16px;
	font-weight:500;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

}
.numbercontent p span
{
	font-weight: 800;
	font-size: 30px;
	display: inline-block;
	padding: 0px 15px;
	
}
.project_details_section
{
	background: #f1f1f1;
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0px;
}
.title_content h1
{
	font-weight: 600;
font-size: 30px;
color: #000;
}
.title_content
{
	padding: 10px 0px;
}
.project_dir
{
	padding: 10px 0px;
}
.project_dir ul
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.project_dir ul li
{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #000;
	position: relative;
	cursor: pointer;
	background:#d4d4d4;
	margin:0 7px;
	cursor: pointer;
}
.project_dir ul li.active
{
	font-weight: 600;
	background: #fcbb55;
}
/* .project_dir ul li:after
{
	content: '';
    position: absolute;
    background: #000;
    width: 2px;
    right: 0px;
    height: 12px;
    top: 6px;
} */
.project_dir ul li:last-child:after
{
	display: none;
}
.project_box {
    background: #fff;
    padding: 0px 0px;
    width: 96%;
    margin: 10px auto;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
	border-radius: 10px;
}
h2.project_name
{
font-weight: 500;
    font-size: 20px;
    padding: 0px 0px 10px 0px;
}
.project_box_content {
    padding: 20px;
}
.pro_cont {
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.project_box>img
{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pro_cont img
{
	margin-right: 10px;
}
.view_more_section {
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #ccc;
    margin: 15px 0px 0px 0px;
}
.view_button {
    background: #000;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
}
.project_inner_details {
    padding: 20px 0px 0px 0px;
}
.modal-header
{
	border-bottom: 0;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover,.close
{
	opacity: 1;
}
.modal-content
{
	background: linear-gradient(to bottom, #D9D9D9,#999999);
	border-radius: 0;
}
.form-control,.form-control:focus
{
	background: transparent;
	border-radius: 0 !important;
	border: 0 !important;
/*	border-bottom:1px solid #000 !important;*/
	color: #000 !important;
	border-color: #000 !important;
	box-shadow: none;
}
#gform_1_validation_container, #gform_2_validation_container{
	display: none;
}
.modal_form {
    padding: 0px 30px;
}
.form-group
{
	margin: 0px 0px 30px 0px;
}
button.btn.btn-submit,input#gform_submit_button_1,input#gform_submit_button_2 {
    background: #fff;
    color: #000;
    font-size: 20px;
    margin: auto;
    display: block;
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 600;
    margin: 0 auto;
}
.form-check-label {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}
input::placeholder,input::-webkit-input-placeholder,input::-moz-placeholder {
  color: #000; 
}
::placeholder,input::placeholder {
  color: #000;
  opacity: 1; 
}

::-ms-input-placeholder { 
  color: #000;
}
.modal-dialog-centered
{
	 display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.modal-dialog
{
	max-width: 400px;
}
section.policy_section {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.terms_links ul
{
	padding: 0;
	margin: 0;
}
.terms_links ul li
{
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
}
.terms_links ul li a
{
	color: #fff;
}
.disclaimer_section
{
	background: #fff;
	padding: 15px 0px;
	width: 100%;
	position: relative;
}
.disclaimer h3
{
	font-weight: 500;
font-size: 15px;
color: #000;
padding: 0px 0px 5px 0px;
}
.disclaimer p
{
	font-weight: 300;
font-size: 12px;
color: #000;
}
.copyright_section
{
	background: #F1F1F1;
	width: 100%;
	padding: 15px 0px;
	position: relative;
	text-align: center;
}
.copyright
{
	font-size: 14px;
}
label.gfield_label.gform-field-label,legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
#input_2_13{
	background-color: transparent !important; 
    color: #000 !important; 
    border: 0px solid #000 !important; 
     border-bottom: 2px solid #000 !important; 
    box-shadow: none;
    border-radius: 0px 1important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"]
.gform_wrapper input[type="select"],
.gform_wrapper textarea {
    background-color: transparent !important; 
    color: #000 !important; 
    border: 0px solid #000 !important; 
     border-bottom: 2px solid #000 !important; 
    box-shadow: none;
    border-radius: 0px 1important;
    
}
.privacy_content
{
	padding: 25px 0px;
}
.privacy_content p,.privacy_content li
{
	padding: 0px 0px 10px 0px;
	font-size: 14px;
}
.privacy_content ul
{
	padding: 0px 20px;
	margin: 0;
}
.privacy_content h2
{
	font-size: 25px;
	padding: 0px 0px 20px 0px;
	font-weight: 500;
}
.thanks_message
{
	text-align: center;
	padding: 150px 0px;
}
.thanks h2
{
font-size: 35px;
	padding: 0px 0px 20px 0px;
	font-weight: 700;
}
.thanks p
{
	font-size: 20px;
	padding: 0px 0px 10px 0px;
}
.project_box_ht {
    height: 150px;
}
.justifycenter
{
	justify-content: center;
}
label#label_1_7_1,input#choice_1_7_1, label#label_2_7_1,input#choice_2_7_1 {
    pointer-events: none; /* Prevents user clicks */
    opacity: 1;         /* Makes it look disabled */
	font-size: 12px;
	color:#000;
}

.gform-theme--framework a, .gform-theme--framework button {
    cursor: revert;
    color: #000!important;
    pointer-events: visible!important;
}

section.enquireformfooter {
    background: #fff;
    padding: 30px 0px;
}
.inline-gravity-form .gform_wrapper .gfield {
    display: inline-block !important;
    width: 24%; /* Adjust as needed */
    margin-right: 10px; /* Space between fields */
    vertical-align: top;
}

.inline-gravity-form .gform_wrapper .gform_footer {
    display: inline-block;
}
.inline-gravity-form .gform-theme--foundation .gform_fields
{
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
}
.inline-gravity-form .gform_wrapper .gform_footer {
    display: block !important;
    margin: 0px;
    padding: 0;
}
.mbcallus-btns {
	display: none;
}
@media (min-width: 1200px) and (max-width: 1430px)
{

}
@media (min-width: 993px) and (max-width: 1199px)
{

}
@media (min-width: 768px) and (max-width: 992px)
{

}
@media (max-width:1000px){
	.project_box_ht {
    height: 200px;
}
}
@media (max-width: 767px)
{
.numbercontent p
{
	display: block;
}
.numbercontent p span
{
	display: block;
}
.project_dir ul li
{
	padding: 8px 14px;
	margin: 5px;
}
.privacy_content {
    padding: 25px 20px;
}
.header_section .col-6
{
	padding: 0px;
}
.logo img {
    width: 130px;
}

.callbtn a
{
	font-size: 12px;
}
.callbtn a span
{
	margin: 0px;
}
.disclaimer,.copyright
{
	padding:0px 10px;
}
.terms_links ul li {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.project_box_ht {
    height: auto;
}
.project_box
{
	width: 90%;
}
.mobilebanner
{
	display: block;
}
.desktopbanner
{
	display: none;
}
.inline-gravity-form .gform_wrapper .gfield {
    display: block !important;
    width: 90%; /* Adjust as needed */
    margin: 20px auto; /* Space between fields */
    vertical-align: top;
}
.banner-enquire-form{
	position: unset;
	margin: 20px auto;
	max-height: none;
    overflow-y: unset;
}
.mbcallus-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;
    z-index: 800;
}
.mbcallus-btns a {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
    color: #fff;
}
.mbcallus-btns .mbenq-btn {
    color: #f37031;
	background-color: #000;
}
.mbcallus-btns .mbcallus-btn {
	background: linear-gradient(to right, #f37031, #ee2b2e);
	color: #000;
}
}