@charset "UTF-8";
/* CSS Document */
#year-end-thanks-content {
    display: none !important;
}
section#thanks-content {
    display: block !important;
}
.year-end-banner-bg {
	padding: 50px 0px;
	background: url(../itsm/images/itsm-success-stories.jpg) no-repeat;
	background-size: cover;
}
.year-end-banner {
	text-align: center;
}
.year-end-banner h1 {
	font-size: 40px;
	font-family: 'Zoho_Puvi_Bold';
	line-height: 1.2;
	margin: 10px auto;
	max-width: 60%;
}
.year-end-banner a {
	font-family: 'Zoho_Puvi_Bold';
	background: #ff6237;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	font-weight: bold;
	display: inline-block;
	font-size: 17px !important;
	cursor: pointer;
	border-radius: 2px;
}
.items-bg {
	padding: 50px 0px;
}
.contents li img {
	max-width: 120px;
}
.contents ul li {
	max-width: 100% !important;
}
.pulse {
	animation: pulse-animation 2s infinite;
}
.circle {
	box-shadow: 0px 0px 1px 1px #0000001a;
}
.items .promo-btn {
	background: #fff;
	border-style: none;
	color: #ff6237;
	outline: none;
	cursor: pointer;
	position: relative;
	padding: 0px;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 1px 1px 22px 1px #28262524;
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 25px;
	/* border-radius: 3px; */
	font-weight: bold;
}
.promo-btn span {
	position: absolute;
	display: block;
}
.promo-btn span:nth-child(1) {
	height: 1px;
	width: 200px;
	top: 0px;
	left: -200px;
	background: #ff6237;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	animation: span1 2s linear infinite;
	animation-delay: .5s;
}
 @keyframes span1 {
 0% {
 left: -200px
}
 100% {
 left: 200px;
}
}
.promo-btn span:nth-child(2) {
	height: 70px;
	width: 1px;
	top: -70px;
	right: 0px;
	background: #ff6237;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	animation: span2 2s linear infinite;
	animation-delay: 1s;
}
 @keyframes span2 {
 0% {
 top: -70px;
}
 100% {
 top: 70px;
}
}
.promo-btn span:nth-child(3) {
	height: 1px;
	width: 200px;
	right: -200px;
	bottom: 0px;
	background: #ff6237;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	animation: span3 2s linear infinite;
	animation-delay: 1.5s;
}
 @keyframes span3 {
 0% {
 right: -200px;
}
 100% {
 right: 200px;
}
}
.promo-btn span:nth-child(4) {
	height: 70px;
	width: 1px;
	bottom: -70px;
	left: 0px;
	background: #ff6237;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	animation: span4 2s linear infinite;
	animation-delay: 2s;
}
 @keyframes span4 {
 0% {
 bottom: -70px;
}
 100% {
 bottom: 70px;
}
}
.promo-btn:hover span {
	animation-play-state: paused;
}
.orange {
	background: #f17c57fa;
}
.circle {
	box-shadow: 0px 0px 1px 1px #0000001a;
}
.items .blue {
	border-radius: unset;
}
.circle {
	box-shadow: 0px 0px 1px 1px #0000001a;
}
.pulse {
	animation: pulse-animation 2s infinite;
}
 @keyframes pulse-animation {
 0% {
 box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
 100% {
 box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}


@media only screen and (max-width:1024px) {
.year-end-banner h1 {
	font-size: 35px;
	max-width: 100%;
}
}
