html, body{-webkit-font-smoothing:antialiased;font-family: 'Rubik', sans-serif;-moz-font-smoothing:grayscale;
	margin:0px;padding:0px;width:100%;height:100%;/* overflow:hidden; */position: relative;}
	ul, li {margin: 0; padding: 0; list-style-type: none;}
	a,a:hover {font-family: 'Rubik', sans-serif; text-decoration:none !important ;color: #333333;}

	.wraper {float: left;position: relative;height: 100%;background: url(../images/bg.jpg);width: 100%;background-size: cover;background-position: center;}

	.wraper:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 28%);backdrop-filter: blur(1px);}
	.wraper .box {overflow-x:hidden;width: 70%;position: absolute;/* top: 50%; *//* left: 50%; *//* transform: translate(-50%,-50%); */background: rgb(255, 255, 255);text-align: left;padding: 65px 50px 55px 60px;/* top: 3%; */right: 0;box-shadow: 0px 0px 45px -10px rgba(0, 0, 0, 0.4);bottom: 0;}
	.wraper .box .main_add li h4 {font-size: 16px;text-transform: capitalize;letter-spacing: 0.5px;margin: 0;font-family: 'Rubik', sans-serif;font-weight: 500;color: #33839e;padding: 0 0 5px; }
	.wraper .box .main_add {width: 100%;float: left;padding: 15px 0 0;border-top: 1px solid #90909070;}
	.wraper .box .main_add li p strong {color: #444444;width: 100%;float: left;margin-bottom: 0;font-weight: 500;}
	.wraper .box .logo {text-align: center;margin: 0 auto 30px auto;float: left;}
	.wraper .box .logo img {max-width: 270px;margin: 0 auto;width: 100%;}
	.wraper .box .main_add li p a:hover {color: #333333;}
	.wraper .box .main_add li p a {color: #666666;}
	.wraper .box .main_add li p {color: #666666;font-weight: 500;font-size: 17px;line-height: 25px;padding: 0;margin: 0;font-family: 'Rubik', sans-serif;white-space: pre-line;}
	.wraper .box .main_add li {padding: 0px 0 0;}
	.wraper .main_add.cont ul.call li {padding: 0 0 11px; }

	.wraper .main_add.cont li {
		padding-bottom: 15px;
	}
	.wraper .main_add ul.address  {margin-bottom: 25px; }
	.project_content {float: left;width: 100%;text-align: center;padding: 10px 0;/* background: #efefef; */border: 10px solid #fcebb9;}
	.project_content .project_logo {margin-bottom: 25px;}
	.project_content .project_logo img {margin: 0 auto;width: 135px;}
	.project_content .project_add {float: left;width: 100%;}
	.project_content .project_add h4 {font-size: 18px;text-transform: capitalize;letter-spacing: 0.5px;margin: 0;font-family: 'Rubik', sans-serif;font-weight: 500;color: #33839e;padding: 0 0 10px;}
	.project_content .project_add p {color: #666666;font-weight: 500;font-family: 'Rubik', sans-serif;font-size: 16px;line-height: 25px;padding: 0;margin: 0;}
	.project_content .project_add strong {color: #444444;width: 100%;float: left;margin-bottom: 0;font-weight: 500;} 
	.bdr {padding: 10px 25px 0 0;}
	.wraper .main_add.cont.bdn {border-top: 0;padding: 1px 0 0 25px;border-left: 1px solid #90909070;}

	.comingsoon {text-align: center;width: 100%;font-size: 38px;font-family: 'Rubik', sans-serif;font-weight: 400;float: left;margin: 0px 0 0 0;padding: 25px 0 0;border-top: 1px solid rgba(143, 143, 143, 0.2);}
	.comingsoon b {/* font-size: 30px; */font-weight: 500;color: #009bed;}



	@media all and (max-width: 1800px) and (min-width: 1200px) {
		.col-lg-9.left {width: 70%;}
		.col-lg-3.right {width: 30%;}
	}
	@media only screen and (max-width: 1199px) {
		.wraper .box {width: 60%;/* position: relative; */float: right;bottom: 0;top: 0;overflow-y: auto;}
		.wraper .main_add.cont.bdn {padding: 0; border:none;}
	}
	@media only screen and (max-width: 991px) {
		.wraper .box {
			width: 50%;
		}
	}
	@media only screen and (max-width: 767px) {
		.wraper .box {width: 90%;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 90%;}
	}
