* {
	font-family: Segoe UI, " Tahoma ", Geneva, Verdana, sans-serif;
	/*font-family: "Raleway" !important;*/
	/* font-size: 14px; */
}
p {
	/* font-family: "Copperplate Gothic Bold";  */
	font-size: 17px !important;
	line-height: 28px;
	margin: 0 0 50px;
}
.fs-18 {
	font-size: 20px;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
.main-bg-color {
	background-color: #02185d !important;
}
.main-text-color {
	color: gray !important;
}
.zeroplus-header {
	/* position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99; */
	position: -webkit-sticky;
	/* position: sticky; */
	top: 0px;
	z-index: 99;
}

.py-60 {
	padding-top: 70px;
	padding-bottom: 30px;
}

.s-mt {
	margin-top: 15px;
}

.logo-style {
	height: 50px;
	width: 60px;
	padding: 0px;
}

.section-style {
	background-image: url(/front/images/office.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 0;
}

.new-style {
	background: #3d3d3dfa;
	padding: 100px 30px;
}

.new-style h2 {
	color: rgb(255, 255, 255);
	font-size: 50px;
	font-weight: bolder;
	letter-spacing: 8px;
	word-spacing: 15px;
}

.new-style p {
	color: white;
	font-size: 20px;
}

.curve {
	width: 25%;
	height: auto;
	float: right;
	margin-left: 2rem;
	border-radius: 50%;
	shape-outside: circle();
}
.mt-0 {
	margin-top: 0px !important;
}

@media screen and (min-width: 991px) {
	.m-display-done {
		display: none;
	}
	.l-ml-270 {
		margin-left: 440px;
	}
	.s-mt {
		margin-top: 0px;
	}
	.slogan {
		font-size: 15px;
		/*text-shadow: 2px 2px 2px gray; */
	}

	.logo-style {
		height: 155px;
		width: 165px;
		padding: 0px;
	}
}
