.active-top-banner {
	background: #162b41 url(/sites/default/files/dc-top-banner-bg.png) no-repeat;
	background-size: cover;
	min-height: 230px;
	padding: 30px 0 50px;
	position: relative;
	height: 428px;
	max-height: 100%;
	box-sizing: border-box;
  }
  .active-top-banner h2 {
	font-size: 24px;
	margin: 20px 0 16px;
	font-weight: 600;
  }
  .active-top-banner h1 {
	font-size: 36px;
	margin-bottom: 25px;
	line-height: 1.3;
	font-weight: bold;
  }
  .active-top-banner p.wrap70 {
	font-size: 14px;
	padding-right: 30%;
	line-height: 2;
  }
  .active-top-banner a.orange-btn {
	padding: 8px 20px;
  }
  .top-banner {
	position: relative;
  }
  sup {
	font-size: smaller !important;
	margin-left: -4px;
  }
  .left-arrow-top:before {
	top: 130px !important;
  }
  .stickyfixed-header {
	z-index: 2 !important;
  }
  .cloud-txt {
	line-height: 2;
  }
  .v-img {
	width: 100%;
	max-width: 540px;
	margin-bottom: 32px;
	cursor: pointer;
	border: 1px solid #efefef;
  }
  .cloud-txt {
	line-height: 2;
  }
  .dc-download-btn {
	color: #fff;
	background: #d40505;
	max-width: 300px;
	display: inline-block;
	width: 240px;
	border-radius: 10px;
	padding: 8px 8px;
	transition: 0.2s all;
  }
  .dc-download-btn:hover {
	text-decoration: none;
	opacity: 0.9;
  }
  .video-wrapper {
	border: 1px solid #ddd;
  }
  .l_c_h {
	width: 300px;
	position: fixed;
	bottom: -350px;
	right: 15px;
	background: #fff;
	border-radius: 4px 0 0 0;
	z-index: 5000;
	display: block;
	-webkit-animation: l_c_h 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: l_c_h 0.5s forwards;
	animation-delay: 2s;
  }
  .l_c_h2 {
	width: 300px;
	position: fixed;
	bottom: -350px;
	right: 15px;
	background: #fff;
	border-radius: 4px 0 0 0;
	z-index: 5000;
	display: block;
	-webkit-animation: l_c_h 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: l_c_h 0.5s forwards;
	animation-delay: 2s;
  }
  @-webkit-keyframes l_c_h {
	100% {
		bottom: 0;
	}
  }
  @keyframes l_c_h {
	100% {
		bottom: 0;
	}
  }
  .l_c_h .c_h,
  .l_c_h2 .c_h2 {
	cursor: pointer;
	border-radius: 0px 0 0 0;
	background: #2b9c17;
	line-height: 34px;
	position: relative;
	padding: 5px;
  }
  .l_c_h .left_c,
  .l_c_h2 .left_c2 {
	color: #ebebeb;
	width: 150px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
  }
  .l_c_h .right_c,
  .l_c_h2 .right_c2 {
	text-align: center;
	background: #2b9c17;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 12px;
  }
  .l_c_h2 .right_c2 {
	right: 0 !important;
	left: inherit;
  }
  .l_c_h .right_c a,
  .l_c_h2 .right_c2 a {
	color: #ebebeb;
	border-radius: 3px;
	cursor: pointer !important;
	font-size: 16px;
	line-height: normal !important;
	margin-top: 0 !important;
	padding: 1px 0px !important;
	text-align: center !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	vertical-align: bottom;
  }
  .clear {
	clear: both;
  }
  .chat_container,
  .chat_container2 {
	padding: 10px;
	background: #2b9c17;
  }
  .left {
	float: left;
  }
  .right {
	float: right;
  }
  .left_icons,
  .left_icons2 {
	width: 35px;
	height: auto;
	text-align: center;
	color: #999;
	/*background:#DE4A4A;*/
	background: #ff8f32;
	font-size: 15px;
  }
  .left_icons a,
  .left_icons2 a {
	color: #fff;
	font-weight: normal;
  }
  .center_icons {
	text-align: center;
	padding: 2px 0px 0px 5px;
  }
  .chat_container p,
  .chat_container2 p {
	color: #fff;
  }
  .chat_container p a:hover,
  .chat_container2 p a:hover {
	text-decoration: none;
  }
  .logout img {
	margin-top: 8px;
  }
  .video-lg-txt {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
  }
  .video-sm-txt {
	margin: 5px 0 0 0;
	color: #fff;
  }
  .fn-box-list {
	list-style: none;
	text-align: center;
  }
  .fn-box-list li {
	display: inline-block;
	width: 16%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
  }
  .fn-box-list li .fn-box-container {
	height: 230px;
	overflow: hidden;
	border-radius: 2px;
  }
  .fn-box-list li .fn-box-txt {
	transform: translateY(0px);
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	height: 190px;
	padding: 20px;
	font-size: 13px;
	transition: all 0.5s ease;
	color: #333;
  }
  .fn-box-list li:hover .fn-box-txt {
	transform: translateY(-220px);
	transition: all 0.5s ease;
  }
  .fn-box-list li:hover .fn-box {
	transform: translateY(-220px);
	transition: all 0.5s ease;
  }
  .fn-box-list li .fn-box {
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	height: 180px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	transform: translateY(0px);
	transition: all 0.5s ease;
	color: #333;
  }
  .fn-box p a {
	color: #333;
  }
  .fn-box-txt p a {
	color: #333;
  }
  .fn-box-list li .fn-box i {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto auto;
	margin-bottom: 40px;
	background: url(/sites/default/files/dc-top-sprites.png) no-repeat;
	background-size: 450px;
  }
  .logo-slider .slick-prev,
  .logo-slider .slick-next {
	z-index: 0;
  }
  .fn-box-list li .fn-box i.fnbox-phone {
	background-position: 26px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-softDistribute {
	background-position: -78px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-invMand {
	background-position: -173px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-remoteControl {
	background-position: -290px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-TerminalSettings {
	background-position: -355px -88px;
  }
  .fn-box-list li .fn-box i.fnbox-patchMang {
	background-position: -236px -88px;
  }
  .logo-list li.w150 {
	width: 150px !important;
  }
  .absolute-accrodion {
	width: 100%;
	position: relative;
	min-height: 340px;
  }
  .absolute-accrodion li {
	width: 40%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
  }
  .absolute-accrodion li.active {
	background: #e5ebf0;
	border: 1px solid #cad3db;
	margin-top: -1px;
  }
  .absolute-accrodion li .heading {
	margin: 10px 0px;
	cursor: pointer;
  }
  .absolute-accrodion li .abs-accrod-content {
	position: relative;
  }
  .absolute-accrodion li .abs-accrod-content,
  .absolute-accrodion li .abs-accrod-img {
	display: none;
  }
  .absolute-accrodion li.active .abs-accrod-content,
  .absolute-accrodion li.active .abs-accrod-img {
	display: block;
  }
  .absolute-accrodion li.active .abs-accrod-content:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -36px;
	background: url(/sites/default/files/admp-features.png) no-repeat;
	background-position: -482px -2px;
  }
  .absolute-accrodion li .abs-accrod-img {
	position: absolute;
	top: 0;
	left: 40%;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 20px;
  }
  /*slider css*/
  .logo-slider .slick-slide {
	height: auto;
	position: relative;
	vertical-align: middle;
  }
  .logo-slider .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .logo-slider .slick-slide a {
	display: inline-block;
  }
  .mystays-lg,
  .class-method-lg,
  .secure-brain-lg,
  .mystays-lg {
	max-width: 150px;
  }
  .kakaku-lg,
  .jgc-lg {
	max-width: 180px;
  }
  .mystays-lg,
  .secure-brain-lg {
	max-width: 130px;
  }
  .ipet-lg {
	max-width: 220px;
  }
  .digital-lg {
	max-width: 180px;
  }
  #dc-top-page h3,
  #dc-feature-page h3,
  #cyberattack-page h3 {
	line-height: 1.5;
  }
  .gartner-peer {
	text-align: center;
	padding: 0 20px;
	max-width: 900px;
	margin: auto;
  }
  .gartner-peer p {
	text-align: left;
  }
  .gartner-peer .small-text {
	font-size: 12px;
	word-break: break-all;
	line-height: 2;
  }
  /* .jgc-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/jgc.png') no-repeat;
  }
  .class-method-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/class-method-color-logo.png') no-repeat;
  }
  .secure-brain-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/secure-brain-logo.png') no-repeat;
  }
  .mystays-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/mystaysHotelGroup.png') no-repeat;
  }
  .digital-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/h-logo.png') no-repeat;
  }
  .ipet-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/ipet-new.jpeg') no-repeat;
  }
  .kakaku-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/kakaku.png') no-repeat;
  } */
  /* i.thr-prt-lg {
  width: 150px;
  height: 40px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  } */
  .gart-peer-cntn {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
  }
  .gart-peer-cntn a {
	color: #ac911a;
  }
  .uemci {
	width: 150px !important;
  }
  @media screen and (max-width: 1200px) {
	.active-top-banner p.wrap70 {
		padding-right: 0%;
	}
  }
  @media screen and (max-width: 1025px) {
	.fn-box-list li {
		width: 25%;
	}
	.absolute-accrodion li {
		width: 100%;
	}
	.absolute-accrodion li .abs-accrod-img {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	.absolute-accrodion li.active .abs-accrod-content:before {
		display: none;
	}
  }
  @media screen and (max-width: 768px) {
	.active-top-banner {
		background: #23364d;
	}
	.active-top-banner h1 {
		font-size: 28px;
	}
  }
  @media screen and (max-width: 700px) {
	.l_c_h2 {
		display: none !important;
	}
  }
  @media screen and (max-width: 650px) {
	.fn-box-list li {
		width: 100%;
	}
	.img-showcase iframe {
		width: 100%;
		height: 100%;
	}
  }
  .demo_img {
	max-width: 600px;
	margin: auto;
  }
  @media screen and (max-width: 1200px) {
	.active-top-banner p {
		padding-right: 0%;
	}
  }
  @media screen and (max-width: 500px) {
	.active-top-banner h2,
	.active-top-banner h1 {
		line-height: 1.3;
	}
	.os-support p {
		word-break: break-word;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.gartner-peer {
		padding: 0 !important;
	}
  }
  /* Light YouTube Embeds */
  .youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
  }
  .youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
  }
  .youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
  }
  .youtube-player img:hover {
	-webkit-filter: brightness(75%);
  }
  .youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://cdn.manageengine.jphttps://manageengine.jp/sites/default/files/video-play.png") no-repeat;
	cursor: pointer;
  }
  /* Light YouTube Embeds ends*/
  .logo-slider .slick-slide,
  .logo-slider .slick-slide a {
	height: 180px;
  }
  /*strip css starts*/
  .dc-toppage-strip {
	background: #eae4ff url(/sites/default/files/desktop_central/dc-top-strip.png);
	padding: 10px 0;
	position: relative;
	background-position: center;
	background-size: cover;
  }
  .dc-toppage-strip p {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
  }
  .dc-toppage-strip p a {
	color: #dc2626;
	margin-left: 10px;
	font-weight: 600;
  }
  @media screen and (max-width: 992px) {
	.dc-toppage-strip {
		background: #eae4ff;
	}
  }
  @media screen and (max-width: 500px) {
	.dc-toppage-strip p a {
		display: block;
		text-align: center;
	}
  }
  /*strip css ends*/
  /* Popup css starts */
  #ec-left-banner .corner-banner * {
	box-sizing: border-box;
  }
  #ec-left-banner .cbanner-inner {
	/*  */
	text-align: center;
	width: 230px !important;
	background: #2789e6 !important;
	position: relative;
	z-index: 1;
	padding: 15px 15px 20px 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: 0.5s ease all;
	opacity: 0;
	min-height: 270px !important;
	box-sizing: border-box;
	border-radius: 8px !important;
  }
  #ec-left-banner .corner-banner {
	position: fixed;
	bottom: 12px;
	right: -255px;
	box-sizing: border-box;
	transition: 0.5s ease all;
	z-index: 10000;
	box-sizing: border-box;
  }
  #ec-left-banner .cbanner-inner img {
	border-radius: 4px;
	margin-bottom: 15px;
	max-width: 185px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
  }
  #ec-left-banner .corner-banner.corner-slide {
	right: 12px;
  }
  #ec-left-banner .corner-banner.corner-slide .cbanner-inner {
	opacity: 1;
  }
  #ec-left-banner .corner-banner .cbanner-close {
	height: 15px !important;
	width: 15px !important;
	background: rgb(243 239 239);
	position: absolute;
	top: 6px;
	right: 6px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
  }
  #ec-left-banner .corner-banner .cbanner-close:before,
  #ec-left-banner .corner-banner .cbanner-close:after {
	content: "";
	display: block;
	height: 1.2px;
	width: 8px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(50deg);
  }
  #ec-left-banner .corner-banner .cbanner-close:after {
	transform: translate(-50%, -50%) rotate(-50deg);
  }
  #ec-left-banner .corner-banner .cbanner-close:before {
	transform: translate(-50%, -50%) rotate(50deg);
  }
  #ec-left-banner .popup-txt {
	margin-bottom: 0px;
  }
  #ec-left-banner .popup-txt span {
	display: block;
	max-width: 95px;
	width: 100%;
	background: #f7d046;
	text-align: center;
	font-size: 11px;
	border-radius: 25px;
	font-weight: 600;
	padding: 3px 0px;
	margin-bottom: 10px;
  }
  #ec-left-banner .popup-txt p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
  }
  #ec-left-banner .venue-details p {
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-align: left;
	position: relative;
	display: flex;
  }
  #ec-left-banner .venue-details p::before {
	content: "";
	background: url(/sites/default/files/endpoint_central/dc-popup-sprite.png) no-repeat;
	background-position: -4px -4px;
	background-size: 66px 34px;
	width: 27px;
	height: 27px;
	margin-right: 8px;
	top: -2px;
	position: relative;
  }
  #ec-left-banner .venue-details p:first-of-type {
	margin-bottom: 8px;
  }
  #ec-left-banner .venue-details p:last-of-type {
	font-size: 12px;
  }
  #ec-left-banner .venue-details p:last-of-type:before {
	background-position: -36px -4px;
  }
  #ec-left-banner .corner-banner .cbanner-arrow {
	position: absolute;
	right: 255px;
	top: 15px;
	background: #e0f5fd;
	width: 28px;
	height: 28px;
	border: 1px solid #73a3ca;
	margin-left: -1px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s ease;
	cursor: pointer;
  }
  #ec-left-banner .corner-banner .cbanner-arrow:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-top: 2px solid #226db4;
	border-left: 2px solid #226db4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	margin-left: 3px;
  }
  #ec-left-banner .corner-banner.corner-banner-hide .cbanner-arrow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  #ec-left-banner .corner-banner.corner-banner-hide {
	right: -255px !important;
  }
  #ec-left-banner .corner-banner.corner-banner-hide .cbanner-inner {
	opacity: 0 !important;
  }
  #ec-left-banner .corner-banner.corner-banner-perma {
	right: 12px;
  }
  #ec-left-banner .corner-banner.corner-banner-perma .cbanner-inner {
	opacity: 1;
  }
  #ec-left-banner .cbanner-inner a {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 0%;
	right: 0;
	bottom: 0;
	left: 0;
  }
  @media (max-width: 767px) {
	#ec-left-banner .corner-banner {
		display: none;
	}
  }
  sup {
	font-size: smaller !important;
	margin-left: -4px;
  }
  .left-arrow-top:before {
	top: 130px !important;
  }
  .stickyfixed-header {
	z-index: 2 !important;
  }
  .cloud-txt {
	line-height: 2;
  }
  .v-img {
	width: 100%;
	max-width: 540px;
	margin-bottom: 32px;
	cursor: pointer;
	border: 1px solid #efefef;
  }
  .cloud-txt {
	line-height: 2;
  }
  .dc-download-btn {
	color: #fff;
	background: #d40505;
	max-width: 300px;
	display: inline-block;
	width: 240px;
	border-radius: 10px;
	padding: 8px 8px;
	transition: 0.2s all;
  }
  .dc-download-btn:hover {
	text-decoration: none;
	opacity: 0.9;
  }
  .video-wrapper {
	border: 1px solid #ddd;
  }
  .l_c_h {
	width: 300px;
	position: fixed;
	bottom: -350px;
	right: 15px;
	background: #fff;
	border-radius: 4px 0 0 0;
	z-index: 5000;
	display: block;
	-webkit-animation: l_c_h 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: l_c_h 0.5s forwards;
	animation-delay: 2s;
  }
  .l_c_h2 {
	width: 300px;
	position: fixed;
	bottom: -350px;
	right: 15px;
	background: #fff;
	border-radius: 4px 0 0 0;
	z-index: 5000;
	display: block;
	-webkit-animation: l_c_h 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: l_c_h 0.5s forwards;
	animation-delay: 2s;
  }
  @-webkit-keyframes l_c_h {
	100% {
		bottom: 0;
	}
  }
  @keyframes l_c_h {
	100% {
		bottom: 0;
	}
  }
  .l_c_h .c_h,
  .l_c_h2 .c_h2 {
	cursor: pointer;
	border-radius: 0px 0 0 0;
	background: #2b9c17;
	line-height: 34px;
	position: relative;
	padding: 5px;
  }
  .l_c_h .left_c,
  .l_c_h2 .left_c2 {
	color: #ebebeb;
	width: 150px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
  }
  .l_c_h .right_c,
  .l_c_h2 .right_c2 {
	text-align: center;
	background: #2b9c17;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 12px;
  }
  .l_c_h2 .right_c2 {
	right: 0 !important;
	left: inherit;
  }
  .l_c_h .right_c a,
  .l_c_h2 .right_c2 a {
	color: #ebebeb;
	border-radius: 3px;
	cursor: pointer !important;
	font-size: 16px;
	line-height: normal !important;
	margin-top: 0 !important;
	padding: 1px 0px !important;
	text-align: center !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	vertical-align: bottom;
  }
  .clear {
	clear: both;
  }
  .chat_container,
  .chat_container2 {
	padding: 10px;
	background: #2b9c17;
  }
  .left {
	float: left;
  }
  .right {
	float: right;
  }
  .left_icons,
  .left_icons2 {
	width: 35px;
	height: auto;
	text-align: center;
	color: #999;
	/*background:#DE4A4A;*/
	background: #ff8f32;
	font-size: 15px;
  }
  .left_icons a,
  .left_icons2 a {
	color: #fff;
	font-weight: normal;
  }
  .center_icons {
	text-align: center;
	padding: 2px 0px 0px 5px;
  }
  .chat_container p,
  .chat_container2 p {
	color: #fff;
  }
  .chat_container p a:hover,
  .chat_container2 p a:hover {
	text-decoration: none;
  }
  .logout img {
	margin-top: 8px;
  }
  .video-lg-txt {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
  }
  .video-sm-txt {
	margin: 5px 0 0 0;
	color: #fff;
  }
  .fn-box-list {
	list-style: none;
	text-align: center;
  }
  .fn-box-list li {
	display: inline-block;
	width: 16%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
  }
  .fn-box-list li .fn-box-container {
	height: 230px;
	overflow: hidden;
	border-radius: 2px;
  }
  .fn-box-list li .fn-box-txt {
	transform: translateY(0px);
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	height: 190px;
	padding: 20px;
	font-size: 13px;
	transition: all 0.5s ease;
	color: #333;
  }
  .fn-box-list li:hover .fn-box-txt {
	transform: translateY(-220px);
	transition: all 0.5s ease;
  }
  .fn-box-list li:hover .fn-box {
	transform: translateY(-220px);
	transition: all 0.5s ease;
  }
  .fn-box-list li .fn-box {
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	height: 180px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	transform: translateY(0px);
	transition: all 0.5s ease;
	color: #333;
  }
  .fn-box p a {
	color: #333;
  }
  .fn-box-txt p a {
	color: #333;
  }
  .fn-box-list li .fn-box i {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto auto;
	margin-bottom: 40px;
	background: url(/sites/default/files/dc-top-sprites.png) no-repeat;
	background-size: 450px;
  }
  .logo-slider .slick-prev,
  .logo-slider .slick-next {
	z-index: 0;
  }
  .fn-box-list li .fn-box i.fnbox-phone {
	background-position: 26px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-softDistribute {
	background-position: -78px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-invMand {
	background-position: -173px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-remoteControl {
	background-position: -290px 6px;
  }
  .fn-box-list li .fn-box i.fnbox-TerminalSettings {
	background-position: -355px -88px;
  }
  .fn-box-list li .fn-box i.fnbox-patchMang {
	background-position: -236px -88px;
  }
  .logo-list li.w150 {
	width: 150px !important;
  }
  .absolute-accrodion {
	width: 100%;
	position: relative;
	min-height: 340px;
  }
  .absolute-accrodion li {
	width: 40%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
  }
  .absolute-accrodion li.active {
	background: #e5ebf0;
	border: 1px solid #cad3db;
	margin-top: -1px;
  }
  .absolute-accrodion li .heading {
	margin: 10px 0px;
	cursor: pointer;
  }
  .absolute-accrodion li .abs-accrod-content {
	position: relative;
  }
  .absolute-accrodion li .abs-accrod-content,
  .absolute-accrodion li .abs-accrod-img {
	display: none;
  }
  .absolute-accrodion li.active .abs-accrod-content,
  .absolute-accrodion li.active .abs-accrod-img {
	display: block;
  }
  .absolute-accrodion li.active .abs-accrod-content:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -36px;
	background: url(/sites/default/files/admp-features.png) no-repeat;
	background-position: -482px -2px;
  }
  .absolute-accrodion li .abs-accrod-img {
	position: absolute;
	top: 0;
	left: 40%;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 20px;
  }
  /*slider css*/
  .logo-slider .slick-slide {
	height: auto;
	position: relative;
	vertical-align: middle;
  }
  .logo-slider .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .logo-slider .slick-slide a {
	display: inline-block;
  }
  .mystays-lg,
  .class-method-lg,
  .secure-brain-lg,
  .mystays-lg {
	max-width: 150px;
  }
  .kakaku-lg,
  .jgc-lg {
	max-width: 180px;
  }
  .mystays-lg,
  .secure-brain-lg {
	max-width: 130px;
  }
  .ipet-lg {
	max-width: 220px;
  }
  .digital-lg {
	max-width: 180px;
  }
  #dc-top-page h3,
  #dc-feature-page h3,
  #cyberattack-page h3 {
	line-height: 1.5;
  }
  .gartner-peer {
	text-align: center;
	padding: 0 20px;
	max-width: 930px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
  }
  .gartner-peer p {
	text-align: left;
  }
  .gartner-peer .small-text {
	font-size: 12px;
	word-break: break-all;
  }
  /* .jgc-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/jgc.png') no-repeat;
  }
  .class-method-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/class-method-color-logo.png') no-repeat;
  }
  .secure-brain-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/secure-brain-logo.png') no-repeat;
  }
  .mystays-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/mystaysHotelGroup.png') no-repeat;
  }
  .digital-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/h-logo.png') no-repeat;
  }
  .ipet-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/ipet-new.jpeg') no-repeat;
  }
  .kakaku-lg{
  background:url('https://manageengine.jp/sites/default/files/desktop_central/images/kakaku.png') no-repeat;
  } */
  /* i.thr-prt-lg {
  width: 150px;
  height: 40px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  } */
  .gart-peer-cntn {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
  }
  .gart-peer-cntn a {
	color: #ac911a;
  }
  .uemci {
	width: 150px !important;
  }
  @media screen and (max-width: 1025px) {
	.fn-box-list li {
		width: 25%;
	}
	.absolute-accrodion li {
		width: 100%;
	}
	.absolute-accrodion li .abs-accrod-img {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	.absolute-accrodion li.active .abs-accrod-content:before {
		display: none;
	}
  }
  @media screen and (max-width: 700px) {
	.l_c_h2 {
		display: none !important;
	}
  }
  @media screen and (max-width: 650px) {
	.fn-box-list li {
		width: 100%;
	}
	.img-showcase iframe {
		width: 100%;
		height: 100%;
	}
  }
  .demo_img {
	max-width: 600px;
	margin: auto;
  }
  @media screen and (max-width: 500px) {
	.os-support p {
		word-break: break-word;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
  }
  /* Light YouTube Embeds */
  .youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
  }
  .youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
  }
  .youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
  }
  .youtube-player img:hover {
	-webkit-filter: brightness(75%);
  }
  .youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://cdn.manageengine.jphttps://manageengine.jp/sites/default/files/video-play.png") no-repeat;
	cursor: pointer;
  }
  /* Light YouTube Embeds ends*/
  .logo-slider .slick-slide,
  .logo-slider .slick-slide a {
	height: 180px;
  }
  /*strip css starts*/
  .dc-toppage-strip {
	background: #eae4ff url(/sites/default/files/desktop_central/dc-top-strip.png);
	padding: 10px 0;
	position: relative;
	background-position: center;
	background-size: cover;
  }
  .dc-toppage-strip p {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
  }
  .dc-toppage-strip p a {
	color: #dc2626;
	margin-left: 10px;
	font-weight: 600;
  }
  @media screen and (max-width: 992px) {
	.dc-toppage-strip {
		background: #eae4ff;
	}
  }
  @media screen and (max-width: 500px) {
	.dc-toppage-strip p a {
		display: block;
		text-align: center;
	}
  }
  /*strip css ends*/
  /* Popup css starts */
  #ec-left-banner .corner-banner * {
	box-sizing: border-box;
  }
  #ec-left-banner .cbanner-inner {
	/*  */
	text-align: center;
	width: 230px !important;
	background: #2789e6 !important;
	position: relative;
	z-index: 1;
	padding: 15px 15px 20px 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: 0.5s ease all;
	opacity: 0;
	min-height: 270px !important;
	box-sizing: border-box;
	border-radius: 8px !important;
  }
  #ec-left-banner .corner-banner {
	position: fixed;
	bottom: 12px;
	right: -255px;
	box-sizing: border-box;
	transition: 0.5s ease all;
	z-index: 10000;
	box-sizing: border-box;
  }
  #ec-left-banner .cbanner-inner img {
	border-radius: 4px;
	margin-bottom: 15px;
	max-width: 185px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
  }
  #ec-left-banner .corner-banner.corner-slide {
	right: 12px;
  }
  #ec-left-banner .corner-banner.corner-slide .cbanner-inner {
	opacity: 1;
  }
  #ec-left-banner .corner-banner .cbanner-close {
	height: 15px !important;
	width: 15px !important;
	background: rgb(243 239 239);
	position: absolute;
	top: 6px;
	right: 6px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
  }
  .corner-banner .cbanner-close:before,
  #ec-left-banner .corner-banner .cbanner-close:after {
	content: "";
	display: block;
	height: 1.2px;
	width: 8px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(50deg);
  }
  #ec-left-banner .corner-banner .cbanner-close:after {
	transform: translate(-50%, -50%) rotate(-50deg);
  }
  #ec-left-banner .corner-banner .cbanner-close:before {
	transform: translate(-50%, -50%) rotate(50deg);
  }
  #ec-left-banner .popup-txt {
	margin-bottom: 0px;
  }
  #ec-left-banner .popup-txt span {
	display: block;
	max-width: 95px;
	width: 100%;
	background: #f7d046;
	text-align: center;
	font-size: 11px;
	border-radius: 25px;
	font-weight: 600;
	padding: 3px 0px;
	margin-bottom: 10px;
  }
  #ec-left-banner .popup-txt p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
  }
  #ec-left-banner .venue-details p {
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-align: left;
	position: relative;
	display: flex;
  }
  #ec-left-banner .venue-details p::before {
	content: "";
	background: url(/sites/default/files/endpoint_central/dc-popup-sprite.png) no-repeat;
	background-position: -4px -4px;
	background-size: 66px 34px;
	width: 27px;
	height: 27px;
	margin-right: 8px;
	top: -2px;
	position: relative;
  }
  #ec-left-banner .venue-details p:first-of-type {
	margin-bottom: 8px;
  }
  #ec-left-banner .venue-details p:last-of-type {
	font-size: 12px;
  }
  #ec-left-banner .venue-details p:last-of-type:before {
	background-position: -36px -4px;
  }
  #ec-left-banner .corner-banner .cbanner-arrow {
	position: absolute;
	right: 255px;
	top: 15px;
	background: #e0f5fd;
	width: 28px;
	height: 28px;
	border: 1px solid #73a3ca;
	margin-left: -1px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s ease;
	cursor: pointer;
  }
  #ec-left-banner .corner-banner .cbanner-arrow:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-top: 2px solid #226db4;
	border-left: 2px solid #226db4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	margin-left: 3px;
  }
  #ec-left-banner .corner-banner.corner-banner-hide .cbanner-arrow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  #ec-left-banner .corner-banner.corner-banner-hide {
	right: -255px !important;
  }
  #ec-left-banner .corner-banner.corner-banner-hide .cbanner-inner {
	opacity: 0 !important;
  }
  #ec-left-banner .corner-banner.corner-banner-perma {
	right: 12px;
  }
  #ec-left-banner .corner-banner.corner-banner-perma .cbanner-inner {
	opacity: 1;
  }
  #ec-left-banner .cbanner-inner a {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 0%;
	right: 0;
	bottom: 0;
	left: 0;
  }
  @media (max-width: 767px) {
	#ec-left-banner .corner-banner {
		display: none;
	}
  }
  /* CTA section css starts */
  .cta_container {
	background: #f0f7ff;
	padding: 30px 0;
  }
  .cta_section {
	display: flex;
	justify-content: center;
  }
  .cta_card {
	max-width: 452px;
	width: 100%;
	background: #012d62 url(/sites/default/files/endpoint_central/images/ec-cta-bg-1.png) no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	padding: 35px 0 30px;
  }
  .cta_card.ct_card1 {
	margin-right: 30px;
  }
  .cta_card.ct_card2 {
	background: #012d62 url(/sites/default/files/endpoint_central/images/ec-cta-bg-2.png) no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	padding: 35px 0 30px;
  }
  .cta_card h4 {
	font-size: 20px !important;
	color: #fff;
	text-align: center;
	margin: 0;
  }
  .cta_btn {
	text-align: center;
	margin-top: 12px;
  }
  .cta_btn a {
	font-size: 14px;
	color: #fff;
	background: #0499cb;
	padding: 12px 50px 12px 20px;
	display: inline-block;
	border-radius: 24px;
	position: relative;
	transition: 0.5s ease all;
  }
  .cta_btn a::after {
	content: "";
	background: url(/sites/default/files/endpoint_central/images/cta-arrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	width: 23px;
	height: 23px;
	right: 18px;
	top: 10px;
	transition: 0.5s ease all;
  }
  .cta_btn a:hover {
	text-decoration: none;
  }
  .cta_btn a:hover::after {
	right: 13px;
  }
  @media screen and (max-width: 650px) {
	.cta_section {
		flex-wrap: wrap;
	}
	.cta_card.ct_card1 {
		margin-right: 0px;
		margin-bottom: 30px;
	}
  }
  @media screen and (max-width: 400px) {
	.cta_card h4 {
		font-size: 18px !important;
	}
  }
  /* CTA section css ends */
  /* Slick css */
  .active-top-slider .slick-dots {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 7
  }
  .active-top-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	padding: 0 !important;
	cursor: pointer
  }
  .active-top-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 4px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: #fff;
	border-radius: 50px
  }
  .active-top-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50px;
	background: #fff
  }
  .active-top-slider .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background: #0074ac
  }
  .active-top-slider .slick-prev,
  .active-top-slider .slick-next {
	z-index: 2
  }
  /* slick css ends */
  @media screen and (max-width: 992px) {
	.active-top-banner {
		padding: 53px 0 50px;
		height: 480px;
	}
  }
  @media screen and (max-width: 768px) {
	.active-top-banner {
		padding: 65px 0 50px;
	}
  }
  @media screen and (max-width: 767px) {
	.head-rect {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.active-top-banner {
		display: flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		text-align: center;
	}
	.active-top-slider .slick-dots {
		bottom: 19px !important;
	}
	.active-top-banner h1 {
		font-size: 24px;
	}
	.active-top-banner h2 {
		font-size: 18px;
		margin-top: 0;
	}
  }
  /* Header height fix css starts */
  #commonHeader {
	min-height: 93px !important;
  }
  @media (max-width:1025px) {
	#commonHeader {
		min-height: 111px !important;
	}
  }
  @media (max-width:1000px) {
	#commonHeader {
		min-height: 111px !important;
	}
  }
  /* Header height fix css ends */
  /* December 12 carousel banner starts */
.active-dec12-slider {
    background: #011c2e url(/sites/default/files/itam-nov19-carousel.webp) no-repeat;
    background-size: cover;
    min-height: 330px;
    padding: 60px 0 0px;
    position: relative !important;
    background-position: center center;
}
.active-dec12-slider.active-top-banner {
    padding: 50px 0 60px;
}
.active-third-content .container {
    max-width: 1440px;
}
.seminar_slider {
    padding-left: 100px;
}
.head-rect {
    background: #294f61;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #58DEF3;
	margin-bottom: 10px;
}
.active-dec12-slider h2 span.big-txt {
    font-size: 70px;
    color: #58DEF3;
    font-weight: 600;
    display: block;
}
.active-dec12-slider h2 {
    font-size: 27px;
    margin-top: 5px;
    margin-bottom: 13px; 
	color: #fff !important;
}
.active-dec12-slider h2 span.sub-text {
	font-size: 43px;
    color: #58DEF3;
    margin-top: 10px;
}
.active-dec12-slider .color-txt-md {
    color: #58DEF3;
    font-size: 30px;
    /* display:block; */
    font-weight: 600;
}
.d-block {
    display: block;
}
.active-dec12-slider .loc-txt {
    font-size: 20px;
    font-weight: 600;
}
.ml_adjust {
    margin-left: -16px;
}
.date-time {
    padding-top: 0;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
}
.date-sec .circle,
.time-sec .circle,
.location-sec .circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0
}
.date-sec .circle::after,
.time-sec .circle::after,
.location-sec .circle::after {
    content: "";
    background: url('/sites/default/files/news/images/admp-sem-sprite.png')no-repeat;
    background-size: 120px 79px;
    display: inline-block
}
.date-time .date-sec .circle::after {
    background-position: -6px -6px;
    width: 39px;
    height: 32px
}
.time-sec .circle::after {
    background-position: -54px -6px;
    width: 28px;
    height: 33px
}
.location-sec .circle::after {
    background-position: -85px -48px;
    width: 19px;
    height: 24px
}
.location-sec {
    display: block;
    margin-top: 20px
}
.date-time-sec {
    display: flex;
    align-items: center;
    margin: 0
}
.date-sec {
    margin-right: 10px
}
.time-sec-cntn {
    display: flex
}
/* .time-sec-cntn>div:first-child {
    padding-right: 15px;
    margin-right: 15px
    } */
.date-time-sec p,
.time-sec-cntn>div {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff !important;
    padding-right: 0%;
}
.date-time-sec .blue_txt {
    color: #005d8e
}
.seminar-banner-cont p {
    margin-top: 0;
}
.carousel-btn {
    background: #fcde1e;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 18px;
    display: inline-block;
}
.carousel-btn:hover {
    text-decoration: none;
}
/* slick ends*/
.logo-section img {
    max-width: 360px;
    width: 100%;
    margin-bottom: 35px;
}
.banner-me-logo {
    max-width: 200px;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 70px;
}
.slider-click-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1025px) {
    .active-second-content {
        margin-top: 40px;
    }
    .active-dec12-slider {
        /* min-height: 290px; */
        /* padding: 90px 0 100px; */
        background-image: linear-gradient(to right top, #568c99, #477584, #3a5f6e, #2d4958, #203543, #1a2b38, #13222e, #0d1924, #0b1722, #0a151f, #07131d, #05111b);
    }
    .seminar_slider {
        padding: 0 20px;
        justify-content: space-around;
    }
    .active-top-slider .slick-dots {
        bottom: 5px;
    }
    .active-dec12-slider h2 span.big-txt {
        font-size: 48px;
	}
    .date-time-sec p {
        font-size: 14px;
    }
    .banner-me-logo {
        right: 30px;
        bottom: 80px;
    }
}
@media screen and (max-width: 992px) {
	.seminar_slider {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
    .active-dec12-slider.active-top-banner {
        padding: 80px 0 60px;
    }
    .logo-section img {
        max-width: 300px;
    }
    .seminar_slider {
        padding: 0;
    }
    .active-dec12-slider {
        padding: 70px 0 80px 0;
    }
    .head-rect {
        font-size: 16px;
    }
    .active-dec12-slider h2 {
        font-size: 22px;
    }
	.active-dec12-slider h2 span.sub-text{
		font-size: 40px;
	}
    .active-dec12-slider h2 span.big-txt {
        font-size: 45px;
    }
    .date-time-sec p,
    .time-sec-cntn>div {
        font-size: 17px;
    }
    .carousel-btn {
        font-size: 16px;
        padding: 6px 14px;
    }
    .banner-me-logo {
        bottom: 60px;
    }
}
@media screen and (max-width: 820px) {
    .seminar_slider {
        justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .logo-section img {
        margin: 15px auto;
    }
    .banner-me-logo {
        position: relative;
        right: 0;
        bottom: 0;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .head-rect {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .active-dec12-slider h2 span.big-txt {
        font-size: 29px;
    }
	.active-dec12-slider h2 span.sub-text{
		font-size: 30px;
	}
    .active-dec12-slider h2 {
        font-size: 18px;
    }
    .active-dec12-slider h2 span {
        margin: 10px 0;
    }
    .active-dec12-slider .color-txt-md,
    .loc-txt {
        display: block;
    }
    .active-dec12-slider .color-txt-md {
        font-size: 24px;
    }
    .time-sec-cntn {
        text-align: left;
    }
    .date-time-sec p,
    .time-sec-cntn>div {
        font-size: 15px;
    }
    .active-dec12-slider .loc-txt {
        font-size: 16px;
    }
	.date-time{
		max-width: 265px;
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
    .logo-section img {
        max-width: 300px;
    }
    .banner-me-logo {
        max-width: 150px;
    }
}
@media screen and (max-width: 400px) {
    .logo-section img {
        max-width: 250px;
    }
    .active-dec12-slider h2 span.big-txt {
        font-size: 28px;
    }
}
  /* December 12 carousel banner ends */