	.man-section {
			background: url(../images/cement-bg.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			padding: 60px 0px !important;
			margin: 0 !important;
		}
		.man-section h4{
			font-size: 50px;
			text-shadow: 0px 8px 5px rgb(0 0 0);
			color: #ffffff;
			font-weight: bold;
			line-height: 1.1;
			margin-bottom: 10px;
		}
		.man-section h5{
			font-size: 35px;
			color: #ffffff;
			font-weight: 600;
			line-height: 1.1;
			margin-bottom: 10px;
		}
		.man-section form p {
			color: #ffffff;
			font-size: 14px;
			line-height: 1.3;
			font-weight: 600;
		}
		.man-section span {
			background-color: #5c585896;
			margin-bottom: 10px;
			padding: 10px 15px;
			color: #ffffff;
			display: block;
			font-size: 15px;
			line-height: 1.3;
			font-weight: 600;
			border-radius: 10px;
		}
		.man-section p {
			color: #ffffff;
			font-size: 18px;
			line-height: 1.3;
			font-weight: 600;
		}
		.man-section a {
			width: auto;
			display: inline-block;
			font-size: 24px;
			padding: 10px 20px;
			border-radius: 40px;
			font-weight: bold;
		}
		.man-section form {
			background-color: #5c585896;
			margin-bottom: 0px;
			padding: 15px;
			border-radius: 15px;
		}
		.man-section .floating-form {
			position: relative;
			margin-bottom: 0;
		}
		.man-section .floating-form .form-control {
			width: 100%;
			padding: 10px 12px;
			font-size: 16px;
			border: 0;
			border-radius: 8px;
			background: radial-gradient(55.41% 227.78% at 50% 277.78%, #00E3BB 40%, rgba(0, 227, 187, 0) 100%), linear-gradient(180deg, rgba(243, 238, 255, 0) 0%, rgba(243, 238, 255, 0.04) 100%), linear-gradient(0deg, rgba(0, 227, 187, 0.01), rgba(0, 227, 187, 0.01)), #000000;
			box-shadow: 0px 10px 11px rgba(0, 71, 59, 0.2), inset 0px 0px 0px 1px rgba(42, 101, 91, 0.8), inset 0px 0px 12px rgba(255, 255, 255, 0.08), inset 0px -8px 20px #00473B;
			outline: none;
			color: #ffffffe6;
		}
		.man-section .floating-form .form-label {
			position: absolute;
			top: 50%;
			left: 12px;
			transform: translateY(-50%);
			color: #ffffffe6;
			background: transparent;
			padding: 0 4px;
			transition: all 0.2s ease-in-out;
			pointer-events: none;
			font-size: 15px;
			margin-bottom: 0;
		}
		.man-section .floating-form .form-control:focus + .form-label,
		.man-section .floating-form .form-control:not(:placeholder-shown) + .form-label {
			top: 0px;
			left: 10px;
			font-size: 13px;
			padding: 5px 10px;
			border-radius: 5px;
			color: #cfcfcfe6;
			background: #03090b;
		}
		.floating_btn {
			position: fixed;
			bottom: 20px;
			left: 30px;
			width: 100px;
			height: 100px;
			display: flex;
			flex-direction: column;
			align-items:center;
			justify-content:center;
			z-index: 1000;
		}
		@keyframes pulsing {
			to {
				box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
			}
		}
		.contact_icon {
			background-color: #42db87;
			color: #fff;
			width: 60px;
			height: 60px;
			font-size:30px;
			border-radius: 50px;
			text-align: center;
			box-shadow: 2px 2px 3px #999;
			display: flex;
			align-items: center;
			justify-content: center;
			transform: translatey(0px);
			animation: pulse 1.5s infinite;
			box-shadow: 0 0 0 0 #42db87;
			-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			font-weight: normal;
			font-family: sans-serif;
			text-decoration: none !important;
			transition: all 300ms ease-in-out;
		}
		.text_icon {
			margin-top: 5px;
			color: #fff;
			font-size: 30px;
		}

		.floating_btn2 {
			position: fixed;
			bottom: 20px;
			right: 30px;
			width: 100px;
			height: 100px;
			display: flex;
			flex-direction: column;
			align-items:center;
			justify-content:center;
			z-index: 1000;
		}
		@keyframes pulsings {
			to {
				box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
			}
		}
		.contact_icon2 {
			background-color: #ff7010;
			color: #fff;
			width: 60px;
			height: 60px;
			font-size:30px;
			border-radius: 50px;
			text-align: center;
			box-shadow: 2px 2px 3px #999;
			display: flex;
			align-items: center;
			justify-content: center;
			transform: translatey(0px);
			animation: pulse 1.5s infinite;
			box-shadow: 0 0 0 0 #ff7010;
			-webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			-moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			-ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
			font-weight: normal;
			font-family: sans-serif;
			text-decoration: none !important;
			transition: all 300ms ease-in-out;
		}
		.text_icon2 {
			margin-top: 5px;
			color: #fff;
			font-size: 30px;
		}
		.nav-link{
			padding: 10px 25px !important;
		}
		.man-section{
			padding: 200px 0 !important;
		}