body {
	background: #7bcb89 url("/images/background/bg3.png") repeat;
	background-position: center;
}
#preloader{
	z-index:99999;
	position:fixed;
	width:100%;
	height:100%;
	background:url("/images/background/bg2.jpg") no-repeat;
	background-size:cover;
	background-position:center;
}
#content2{
	background:#dbff97;
}
#content3{
	background:#c6e2ff;
}
#content4{
	background:#fbb3bf;
}
.preloader-image1{
	display:inline;
	bottom:0;
	width:600px;
}
.preloader-image4{
	display:inline;
	bottom:0;
	width:600px;
}
.imcpad{
	width:100%;
	margin:0 auto;
}
.imccore{
	padding:80px 150px 80px 150px;
}
.imceventpic1{
	width:100%;
}
.imctextyellow{
	width:300px;
}

.cursorpointer{
	cursor:pointer;
}
.windowsglass{
	width:100%;
	text-align:center;
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	font-size:28px;
	margin:0 auto;
}
.ourcreative{
	border-radius:75px;
	width:500px;
	height:250px;
	padding:50px;
}

.imcpage .imctitle{
	color:#df9a07;
}
#imcpe{
	background:#FFFFFF;
	padding-bottom:80px;
}

.ImgContent2{
	width:500px;
	height:300px;
	margin-top:20px;
	display:block;
}

@media (min-width:0px) and (max-width:1199.98px){
	.imccore{
		padding:0px 0px 80px 0px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
	.ImgContent2{
		width:100%;
		height:200px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.ImgContent2{
		width:75%;
		height:150px;
	}
}