body {
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
-o-user-select: none;
user-select: none;
}

/*this is section for the catalogue*/

#catalogue {
    height: 600px;
    background-image: url(../images/homepage/background_image.png);
    background-size: contain;
    margin-top: -5px;
    padding-top: 50px;
}

.catalogue1 {
    margin-left: 240px;
}

.cataloguemain .services-items {
    margin-left: 300px;
    width: 700px;
	flex-basis: 100%;
	display: flex;
	justify-content:flex-start;
	flex-direction: column;
	padding: 20px;
	border-radius: 20px;
	background-image: url(Desktop%20Picture%20copy.jpg);
	background-size: cover;
    margin-top: 0px;
	margin-left: %;
    margin-right: 0%;
	position: relative;
	z-index: 1;
	overflow: hidden;
    max-height: 700px;
    min-height: 400px;
}
.cataloguemain .services-items::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: .2;
	z-index: -1;
}

.cataloguemain  h2 {
	font-size: 1.6rem;
	color: darkgoldenrod;
	margin-bottom: 10px;
	text-transform: uppercase;
    text-align: center;
}
.cataloguemain p {
	color: black;
    font-size: 22px;
	text-align: left;
}

.cataloguemain li{
	color: white;
	text-align: left;
}

/*this is section for contact*/
#contactus {
    height: 600px;
    background-image: url(../images/homepage/background_image.png);
    background-size: contain;
    margin-top: -5px;
    padding-top: 50px;
}

.contactusmain .services-bottoms {
	display:grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 10%;
	margin-left:-10px;
	justify-content: center;
}
.contactusmain .services-items {
    margin-left: 50px;
    width: 500px;
	flex-basis: 100%;
	display: flex;
	justify-content:flex-start;
	flex-direction: column;
	padding: 10px;
	border-radius: 20px;
	background-image: url(Desktop%20Picture%20copy.jpg);
	background-size: cover;
    margin-top: 0px;
	margin-left: %;
    margin-right: 0%;
	position: relative;
	z-index: 1;
	overflow: hidden;
    max-height: 520px;
    min-height: 200px;
}
.contactusmain .services-items::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: .2;
	z-index: -1;
}
.contactusmain .icon {
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}
.contactusmain  h2 {
	font-size: 1.5rem;
	color: darkgoldenrod;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contactusmain p {
	color: black;
    font-size: 22px;
	text-align: left;
}

.contactusmain li{
	color: white;
	text-align: left;
}

/*enquiry section*/

.contact-form {
    box-shadow: 0 0 4px 0 rgba (0,0,0,0.5);
    margin: 5px auto;
    width: 400px;
    text-align: center;
}

.contact-form input {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
}

.contact-form textarea {
    width: 90%;
    margin: 5px auto;
    padding: 10px;
    height: 90px;
    font-size: 15px;
    font-weight: bold;
}

.submit-btn {
    cursor: pointer;
    width: 90%;
}

.g-recaptcha {
    margin-left: 50px;
    align-content: center;
}

.status {
    font-size: 15px;
    color: green;
    padding: 15px;
    
}

.status span {
    color: red;
}