		#customers, section:nth-of-type(2) .heading-menu {
			display: none;
		}

		.ebook-strip img {
			max-width: 100%;
		}

		.trainingad-strip img {
			max-width: 100%;
		}

		/*	.ebook-strip img{max-width: 1000px;width:90%}*/
		.heading-menu {
			background: url("https://www.manageengine.com/products/applications_manager/images/sdp-banner-bg.png") no-repeat center top;
			background-attachment: relative;
			background-position: center center;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			color: #fff;
			border-bottom: 0 solid #c5cbd4;
			letter-spacing: -1px;
			position: relative;
			overflow: hidden;
			clear: both;
			height: auto;
			font-weight: 500;
			padding: 23px 0;
		}

		#scroll {
			position: relative;
			padding: 0;
		}

		.rs-hdskimgtxt {
			min-height: 30px;
		}

		#rs-wrpr .rs-box {
			height: 270px;
		}

		#rs-wrpr .rs-box .caption {
			top: 143px;
		}

		.rsource_active_tab {
			background: #99cdf1;
			border-radius: 5px;
		}

		.post-module .post-content .category {
			top: -37px;
		}

		.post-module .thumbnail {
			max-width: 320px;
			margin: auto;
			width: 100%;
		}

		.post-module {
			box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
			transform: scale(1);
		}



		.blog-card-section .thumbnail-img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.post-module:hover .thumbnail.thumbnail-img img {
			opacity: 1 !important;
		}

		@media only screen and (min-width: 767px) {
			.blog-card-section .col-4 {
				width: 50%;
			}
		}

		@media only screen and (min-width: 992px) {
			.blog-card-section .col-4 {
				width: 33.333%;
			}
		}
	
		#rs-wrpr .rs-box {
			height: 270px;
			width: 100%;
		}

		.jun16thumb {
			background-size: cover;
		}

		.tab .blocks .mor-rsourcs:nth-child(1),
		.tab .blocks .mor-rsourcs:nth-child(2),
		.tab .blocks .mor-rsourcs:nth-child(3),
		.tab .blocks .mor-rsourcs:nth-child(4),
		.tab .blocks .mor-rsourcs:nth-child(4) {
			display: block;
		}

		.iframeCont {
			width: 100%;
			max-width: 80%;
			transition: all ease 1s;
			text-align: center;
			margin: 0 auto;
		}

		.topVid {
			max-width: 100%;
			width: 100%;
			height: 400px;
			border: solid 1px #4b5c61;
			position: relative;
			z-index: 3;
			background: #111;
		}

		.post-module {
			margin-bottom: 24px;

			height: 350px;
		}

		.post-module.wo-date {
			height: 320px;
		}

		.post-module.wo-date .post-content .category,
		.ebook-strip .category {
			background-color: #3458ad;
		}

		.post-module .post-content {
			background-color: #fafafa;
			padding: 30px 20px;
		}

		.post-module .post-content .sub_title {
			padding: 0;
			line-height: 1.6;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			
		}
		.post-tag {
			display: none;
		}

		.post-module .post-content .post-meta {
			margin-top: 15px;
		}

		.ulThumbnail li img {
			border-bottom: 0;
			text-align: center;
			width: 100%;
			position: relative;
			margin-bottom: 8px;
			border-radius: 4px 4px 0 0;
			object-fit: cover;
		}

		.ulThumbnail li a {
			text-align: left;
			font-size: 14px;
			color: #222;
			display: inline-block;
			line-height: 1.5;
			border: 1px solid #ddd;
			background: #fff;
			border-radius: 4px;
			height: 100%;
			box-shadow: 0 2px 4px -2px rgb(0 0 0 / 12%);
		}

		.ulThumbnail li a:hover {
			text-decoration: none;
		}

		.ulThumbnail {
			display: flex;
			align-items: stretch;
			flex-wrap: wrap;
			justify-content: center;
			padding: 0;
			margin: 0 -12px;
		}

		.ulThumbnail li {
			display: inline-block;
			box-sizing: border-box;
			width: 25%;
			padding: 0 12px;
			background: transparent;
			box-shadow: unset;
			border: 0;
			max-width: 100%;
			min-height: auto;
			margin: 0 0 24px;
		}

		.ulThumbnail li a span {
			display: inline-block;
			padding: 2px 10px 10px;
			font-weight: 300;
		}

		h2.tac {
			font-size: 28px;
			line-height: 1.5;
			margin: 24px 0 32px;
			font-weight: 500;
		}

		@media (max-width: 991.98px) {
			.ulThumbnail li {
				width: 33.33%;
			}
		}

		@media (max-width: 767px) {
			.ulThumbnail li {
				width: 50%;
			}
		}

		@media (max-width: 480px) {
			.ulThumbnail li {
				width: 100%;
			}
		}

		.loadMore {
			margin: 20px auto 10px;
			text-align: center;
			color: #fff;
			background: #0166c3;
			border-width: 0;
			outline: none;
			color: #fff;
			font-size: 16px;
			height: 40px;
			padding: 0 18px;
			border-radius: 4px;
			cursor: pointer;
			display: block;
			width: auto;
		}

	