@charset "UTF-8";
/* CSS Document */
/*Background color list*/
html {
  /* scroll-behavior: smooth; */
}
body{
	transition: background-color 1s ease;
}
.sdp-light-blue-bg{background-color: #E5F2FF;}
.sdp-dark-blue-bg{background-color: #014081;width: 100%;height: 100%;}
.sdp-recap-year, .sdp-recap-menu{background-color: #E5F2FF;}

.sdp-dark-yellowc{color: #FFE200;}
.sdp-light-yellowc{color: #EFB53D;}
.sdp-light-bluec{color: #8EC5FF;}
h2{font-size: 32px;}
p{font: 18px/1.7 'Zoho_Puvi_Regular';}
.sdp-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 30px; */
}
.sdp-cont-inner{
	position: relative;
}
.sdp-pr{
	position: relative;
	height: 100%;
}

.sdp-recap-main-block {
    padding: 20px 20px 0;
	background-color: #e5f2ff;
}
.sdp-recap-main-block-wrap {
	background-color: #014081;
    border-radius: 15px;
    position: relative;
    background-image: url(../images/recap-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sdp-recap-main-block h1{
	font: 180px/160px 'Zoho_Puvi_Bold' !important;
	color: #FFE200;
}
.sdp-recap-main-block h2{
	font: 135px/145px 'Zoho_Puvi_Light';
	color: #FFE200;
	margin: 0;
}
.sdp-recap-main-block h3{
	font-size: 30px;
    color: #8EC5FF;
    font-family: 'Zoho_Puvi_Bold';
}
.sdp-recap-main-block p{
	color: #fff;
	padding-right: 40px;
}
.sdp-recap-main-block .sdp-two-col-main .sdp-col-6:first-child{
	padding-right: 0px;
}
.sdp-recap-main-block .sdp-two-col-main {
    justify-content: center;
    align-items: center;
}
.sdp-flex-col-parent{
	display: flex;
	justify-content: center;
    vertical-align: middle;
    align-items: center;
	height: calc(100vh - 200px);
}
.sdp-flex-col-parent .sdp-flex-child:first-child{
	width: 45%;
	text-align: center;
}
.sdp-flex-col-parent .sdp-flex-child:last-child{
	width: 55%;
}
.sdp-first-arrow-down{
	animation: 2s bouncearrow infinite linear;
}

@keyframes bouncearrow {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

/* Menu all*/
.sd-sticky-menu .sdp-sec-heading-nav1{
	opacity: 0;
	transition: ease-in .5s;
	pointer-events: none;
}
.sd-sticky-menu.hideSec .sdp-sec-heading-nav1, .sd-sticky-menu .sdp-sec-heading-nav1{
	opacity: 0;
}

.progress-to-s .sdp-cust-nav{
	position: fixed;
    top: 200px;
    right: 200px;
    z-index: 99;
}
.sdp-sec-heading-nav1 .sdp-cust-nav {
    right: 0;
    position: absolute;
    cursor: pointer;
    top: -50px;
    background: #e5f2ff;
	transition: .6s ease-in;
}
.sd-sticky-menu.sdp-menu-click .sdp-sec-heading-nav1{
	opacity: 1;
	pointer-events: all;
	/* position: fixed;
    top: 247px;
    right: 240px;
    z-index: 999; */
}
.sdp-recap-menu-main {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    background: /*#E5FFEB*/#e5f2ff;
    z-index: 999999;
    margin: 0 auto;
	overflow-x: hidden; /* Disable horizontal scroll */
  	transition: 0.5s;
}
.sdp-sec-heading-nav1{
	position: relative;
}

.sdp-recap-menu-main.active{
	height: 100%;
}
.sdp-recap-menu-main ul li{
	text-align: center;
}
.sdp-recap-menu-main ul li a{
	font: 40px/65px 'Zoho_Puvi_Medium';
	color: #000000;
	text-decoration: none;
}
.sdp-recap-menu-main .sdp-menu-main-block{
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sdp-recap-menu-main.sdp-menu-from-features ul li a:hover, .sdp-recap-menu-main.sdp-menu-from-videos ul li a:hover{
	color: #1F82E8;
}
.sdp-recap-menu-main.sdp-menu-from-reports ul li a:hover, .sdp-recap-menu-main.sdp-menu-from-miscellaneous ul li a:hover{
	color: #EFB53D;
}
.sdp-recap-menu-main.sdp-menu-from-resources ul li a:hover{
	color: #56AA69;
}
.sdp-recap-menu-main.sdp-menu-from-enterprises ul li a:hover{
	color: #C96732;
}
.sdp-menu-close {
    width: 60px;
    height: 45px;
    position: absolute;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	right: 20%;
    top: 15%;
}
.sdp-menu-close span{
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: #1F82E8;
}
.sdp-menu-close span:nth-child(1) {
	top: 18px;
	webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
.sdp-menu-close span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
.sdp-recap-menu-main.sdp-menu-from-features, .sdp-recap-menu-main.sdp-menu-from-videos{
	background-color: #E5F2FF;
}
.sdp-recap-menu-main.sdp-menu-from-features .sdp-menu-close span, .sdp-recap-menu-main.sdp-menu-from-videos .sdp-menu-close span{
	background: #1F82E8;
}
.sdp-recap-menu-main.sdp-menu-from-reports{
	background-color: #FFF1D3;
}
.sdp-recap-menu-main.sdp-menu-from-reports .sdp-menu-close span{
	background: #EFB53D;
}

.sdp-recap-menu-main.sdp-menu-from-enterprises{
	background-color: #FFCFB5;
}
.sdp-recap-menu-main.sdp-menu-from-enterprises .sdp-menu-close span{
	background: #C96732;
}

.sdp-recap-menu-main.sdp-menu-from-miscellaneous{
	background-color: #FFF1D3;
}
.sdp-recap-menu-main.sdp-menu-from-miscellaneous .sdp-menu-close span{
	background: #EFB53D;
}
.sdp-recap-menu-main.sdp-menu-from-resources .sdp-menu-close span{
	background: #56AA69;
}
.sdp-recap-menu-main.sdp-menu-from-resources{
	background: #e5ffeb;
}
.sdp-recap-menu-main ul{
	padding-top: 40px;
}
/* Menu all*/

.sdp-fe-img {
    background-image: url(../images/yellow-circle.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
.sdp-fe-img.sdp-f-y-main{
	right: 140px;
    top: -20px;
}
.sdp-fe-img.sdp-y-one{
    bottom: 10px;
    left: 30px;
}
.sdp-fe-img.sdp-y-two {
    top: -70px;
    left: -60px;
}
.sdp-f-close-green-img{
	background-image: url(../images/features-close.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
.sdp-f-close-green-img.sdp-f-c-one{
	bottom: 120px;
    right: 67px;
}
.sdp-f-close-green-img.sdp-f-c-two{
	top: 55px;
    left: 66px;
}
.sdp-f-close-green-img.sdp-f-c-three{
	top: 350px;
    right: 0;
}

.sdp-f-circle-pink-img{
	background-image: url(../images/pink-circle.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
.sdp-f-circle-pink-img.sdp-f-circle-one {
    bottom: 35px;
    right: 10px;
}
.sdp-f-circle-pink-img.sdp-f-circle-two {
    bottom: 35px;
    right: 10px;
}
.sdp-f-circle-pink-img.sdp-f-circle-two {
    left: 25px;
    top: 80px;
}
.sdp-f-circle-pink-img.sdp-f-circle-three {
    right: -180px;
}
.sdp-f-circle-pink-img.sdp-f-circle-two{

}
/* Features Hand */
.sdp-f-hand-img {
	background: url(../images/features-hand.png) no-repeat;
    width: 90px;
    height: 116px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.sdp-f-v-chart-img {
	background: url(../images/features-chart.png) no-repeat;
    width: 113px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
    top: 132px;
    right: 15px;
}

.sdp-f-z-chart-img{
    background: url(../images/features-h-chart.png) no-repeat;
    width: 200px;
    height: 104px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
	left: 87px;
    bottom: -22px;
}

.sdp-f-tick-img{
    background: url(../images/features-tick.png) no-repeat;
    width: 85px;
    height: 85px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
	left: 50px;
    top: 120px;
}
.sdp-f-play-img{
	background: url(../images/features-play.png) no-repeat;
    width: 87px;
    height: 77px;
    display: inline-block;
    background-size: contain;
    z-index: 9999;
    position: absolute;
    left: 240px;
    top: 88px;
}

.sdp-image-main{
	text-align: center;
	position: sticky;
	top: 350px;
}
.sdp-new-features .sdp-sticky img{
	width: 70%;
}
.sdp-recap-year{
	width: 100%;
	/*height: 100vh;*/
}
.sdp-section-height{
	height: calc(100vh - 100px);
	width: 100%;
	z-index: 999;
	transition: .5s ease-out;
	background: #E5F2FF;
}
.sdp-first-pad-active.sdp-section-height{
	width: 96.5%;
	padding: 30px;
}
.sdp-first-pad-active.sdp-section-height, .sdp-first-pad-active .sdp-two-col.sdp-recap-full-active{
	height: calc(100vh - 200px);
}
/*
.sdp-section-height{
	height: 700px;
}
*/
.sdp-first-pad-active .sdp-dark-blue-bg{
	border-radius: 20px;
}
.sdp-pad{padding: 100px 0;}
.sdp-tl{text-align: left;}
.sdp-year{font: 4.5em 'Zoho_Puvi_Bold'; line-height: 0.7;}
.sdp-year-txt{font: 3.45em 'Zoho_Puvi_Light';}
.sdp-dark-blue-bg p{
	color: #fff;
}
.sdp-first-content, .sdp-year-txt{
	/*display: none;*/
	opacity: 0;
}
.sdp-two-col:not(.sdp-recap-full-active) .sdp-two-col-item:first-child{
	display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100vh;
    text-align: -webkit-center;
    text-align: center;
	position: absolute;
	/*width: 100%;*/
}
.sdp-two-col:not(.sdp-recap-full-active) .sdp-first-content{
	float: right;
	width: 700px;
}
/* .sdp-year-txt, .sdp-first-content, .sdp-two-col-item, .sdp-dark-yellowc{
	transition: .5s ease-in;
} */
.sdp-two-col{
	text-align: center;
	height: calc(100vh - 100px);
	flex-basis: auto;
    flex-grow: 1;
	/*transition: .5s ease-in;*/
}
.sdp-first-content{
	transform: translateY(100px);
}
.sdp-recap-full-active .sdp-first-content{
	transform: translateY(0);
}
.sdp-two-col.sdp-recap-full-active {
    display: flex;
    align-items: center;
	height: calc(100vh - 100px);
	position: absolute;
}
.sdp-dark-yellowc{
	/* transform: translateX(100%); */
}
.sdp-recap-full-active .sdp-dark-yellowc{
	transform: translateX(0);
	animation: move 2s ease-in;
}

@keyframes move{
	0%{
		transform: translateX(100px);
		opacity: 0;
	}
	100%{
		transform: translateX(0px);
		opacity: 1;
	}
}
/*.sdp-two-col-item.sdp-first-sec-year{width: 470px;}
.sdp-two-col-item.sdp-first-content{width: 720px;}*/
.sdp-two-col.sdp-recap-full-active .sdp-two-col-item {
    /*flex: 0 0 calc(100%/2);*/
    padding: 0 30px;
    box-sizing: border-box;
}
.sdp-first-content p{
	padding-right: 50px;
}
.sdp-two-col.sdp-recap-full-active .sdp-first-content, .sdp-two-col.sdp-recap-full-active .sdp-year-txt, .sdp-two-col.sdp-reacap-txt-active .sdp-year-txt{
	/*display: block;*/
	opacity: 1;
}

/* Menu list*/
.sdp-menu-main{
	overflow: hidden;
}
.sdp-menu-list{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 25px 0;
	position: relative;
    transition: 1s ease-in;
	transform: translateY(1300px);
	opacity: 0;
	margin-right: 20px;
}
.sdp-first-pad-active .sdp-menu-list, .sdp-menu-list.menu-active{
	transform: translateX(0px);
	opacity: 1;
}
.sdp-menu-list.menu-active li{
	position: relative;
	/* transition: .6s ease-out; */
}
.sdp-menu-list.menu-active li:hover{
	font-weight: bold;
}
.sdp-menu-list.menu-active li::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    background: #1F82E8;
    bottom: 0;
    transition: .6s ease-in;
}
.sdp-menu-list.menu-active li:hover::before{
	width: 100%;
}
.sdp-menu-list.active {
    transform: translateX(1300px);
	 /* transform: translateY(50px); */
	opacity: 0;
	pointer-events: none;
}
.sdp-menu-list li a{
	color: #1F82E8;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: .3px;
}
.sdp-menu-list li:not(:last-child)::after {
    content: "|";
    position: absolute;
    padding-left: 25px;
	color: #95C3F0;
}

/* Third section */
.sdp-section-padding{padding: 100px 0 150px;}
.sdp-sec-heading-h2 h2 {
	font: 35px/40px 'Zoho_Puvi_Bold';
}
.sdp-sec-heading-h2.sdp-h2-bluec h2{
	color:#1E82E8;
}
.sdp-sec-heading {
    display: flex;
    flex: 1 0 calc(100%/2);
	align-items: center;
}
.sdp-sec-heading-h2, .sdp-sec-heading-nav {
    width: calc(100%/2);
}
.sdp-sec-heading-nav{
	position: relative;
}
.sdp-cust-nav{
	right: 0;
    position: absolute;
	cursor: pointer;
	top: -14px;
}
.sdp-timeline-items p{
	/* font-size: 16px;
	line-height: 1.55; */
}
.sdp-nav-icon {
    background: #1e82e8;
    width: 25px;
    height: 2px;
    position: relative;
    display: block;
	margin: 5px 0;
}
.sdp-video-title-p {
    padding-left: 60px;
}
.sdp-two-col-main{
	display: flex;
	padding: 50px 0;
}
.sdp-two-col-main .sdp-col-6{
	width: calc(100% / 2);
}
.sdp-two-col-main .sdp-col-6:first-child{
	padding-right: 5%;
}
.sdp-two-col-main .sdp-col-6:last-child{
	padding-right: 20px;
	overflow: hidden;
}
.sdp-sec-heading-block{
	position: sticky;
	position: -webkit-sticky; 
    z-index: 99;
	top: 100px;
}
.sdp-sec-heading-block:not(.sdp-space-top) h2{
	/* margin-top: 50px; */
}
.sdp-sticky{
	position: sticky;
	position: -webkit-sticky; 
	top: 350px;
    z-index: 9;
	text-align: center;
}
.sdp-new-features.sdp-section-padding{
	padding-top: 40px;
}
.sdp-new-features .sdp-sticky, .sdp-new-features .sdp-sec-heading-block, .sdp-new-features{
	background: #e5f2ff;
	/* transition: background-color 1s ease; */
}
.sdp-new-features .sdp-sec-heading-nav{
	transform: translateY(-200px);
	transition: .5s ease;
	opacity: 0;
}
.sdp-new-features .sdp-sec-heading-nav.menu-show{
	transform: translateY(0px);
	opacity: 1;
}
.sdp-timeline-main .sdp-timeline-items:not(.sdp-hide-line)::after {
    content: "";
    position: absolute;
    border: 1px #0000001f dashed;
    height: 98%;
    top: 25px;
    left: 15px;
}
.sdp-timeline-items h3{
	font: 30px/35px 'Zoho_Puvi_Bold';
	padding-bottom: 5px;
	margin: 0px;
}
.sdp-timeline-items h3::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #1F82E8;
    border-radius: 100%;
    margin-left: -56px;
	z-index: 1;
	top: 10px;
}
.sdp-timeline-items{
	position: relative;
    padding-bottom: 40px;
	padding-left: 65px;
}

/* REPORT */

.sdp-new-report {
    background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
}
.sdp-new-report .sdp-sec-heading{
	background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
}
.sdp-new-report .sdp-nav-icon, .sdp-new-report .sdp-timeline-items h3::before {
	/* background-color: #EFB53D; */
	background: #b67d07;
}
.sdp-new-report .sdp-sec-heading h2{
	/* color: #EFB53D; */
	color: #b67d07;
}
.sdp-resource-sec .sdp-sticky img{
	/* width: 85%; */
}
.sdp-new-enterprises .sdp-sticky img{
	width: 60%;
}
.sdp-videos-sec .sdp-sticky img{
	width: 90%;
}
.sdp-new-report .sdp-f-close-green-img.sdp-f-c-two{
	top: 0px;
}

.sdp-move-circle {
	height: 50px;
	width: 50px;
	border: 1px solid #000;
	border-radius: 100px;
	position: absolute;
	right: 30px;
}
.sd-report-arrow-img {
    background: url(../images/servicedesk-plus-awards-2022-arrow.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: contain;
    display: inline-block;
    animation: movingbottomToTopLarge 5s linear infinite alternate;
    position: absolute;
    right: 135px;
    bottom: 160px;
}
/* RESOURCE Section */

.sdp-resource-sec, .sdp-resource-sec .sdp-sec-heading, .sdp-horizontal-menu-list{
	 background: linear-gradient(88deg, #E4FFDD,#E0FFE7);
}
.sdp-resource-sec .sdp-sec-heading{
	/* background: linear-gradient(88deg, #E4FFDD,#E0FFE7); */
}
.sdp-resource-sec .sdp-nav-icon, .sdp-resource-sec .sdp-timeline-items h3::before {
	background-color: #55AA69;
}
.sdp-resource-sec .sdp-sec-heading h2{
	/* color: #78D68F; */
	color: #56aa69;
}
.sdp-resource-sec{
	position: relative;
}
.sdp-resource-sec .sdp-pos-sec{
	position: sticky;
	position: -webkit-sticky;
}
.sdp-resource-sec .sdp-two-col-main .sdp-horiz-block-cont, .sdp-videos-sec .sdp-two-col-main .sdp-horiz-block-cont{
	/* height: 500px;
	overflow-y: scroll; */
	padding-bottom: 50px;
}
/* .sdp-horiz-content-sec .sdp-horiz-block-cont{
	opacity: 0;
	transform: translateX(800px);
	transition: ease-in .5s; 
}
.sdp-horiz-content-sec .sdp-horiz-block-cont.active{
	opacity: 1;
	transform: translateX(0px);
}
.sdp-horiz-content-sec .sdp-horiz-block-cont.sdp-down:not(.active){
	transform: translateX(-800px);
	opacity: 0;
} */

/* .sdp-horiz-content-sec .sdp-horiz-block-cont{
	display: none;
}
.sdp-horiz-content-sec .sdp-horiz-block-cont.active{
	animation: tabanimation .6s ease-in;
	display: block;
} */

.sdp-horizontal-menu-list ul {
    display: flex;
    justify-content: space-between;
}
.sdp-horizontal-menu-list ul li {
    color: #A7EBB7;
    font: 20px/25px 'Zoho_Puvi_SemiBold';
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
	position: relative;
	padding-bottom: 10px;
}
.sdp-horizontal-menu-list ul li.active{
	color: #56AA69;
    /* font: 30px/35px 'Zoho_Puvi_Bold'; */
	/* font-family: 'Zoho_Puvi_Bold'; */
	font-weight: 600;
	/* transform: scale(1.01); */
}
.sdp-horizontal-menu-list ul li::after{
    content: "";
    position: absolute;
    height: 3px;
    background: #56aa69;
    width: 0%;
    bottom: -1.75px;
    left: 0;
    /* transition: .35s ease-in; */
}
.sdp-horizontal-menu-list ul li.active::after{
	width: 100%;
}
.sdp-horizontal-menu-list {
    margin: 0 auto;
    /* padding: 0 0px 15px; */
    border-bottom: 1px solid #79D68F;
}
/* .sdp-horizontal-menu-list::before, .sdp-horizontal-menu-list::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #79D68F;
    right: -2px;
    transform: rotate(34deg);
    bottom: 7px;
}
.sdp-horizontal-menu-list::after {
    bottom: -8px;
    transform: rotate(318deg);
    right: -3px;
} */

.sdp-resource-sec .sdp-circle-img {
    background-image: url("../images/recap-sprite.png");
    width: 14px;
    height: 14px;
    position: absolute;
    background-size: 475px;
	right: 0;
}
.sdp-resource-sec .sdp-f-close-green-img.sdp-f-c-two {
    top: 0;
    left: 0px;
}
.sdp-resource-sec .sdp-f-circle-pink-img.sdp-f-circle-two{
	bottom: 0;
	top: unset;
}
.sdp-resource-sec .sdp-fe-img.sdp-y-one {
	z-index: 1;
	bottom: 0;
    right: 30px;
	left: unset;
    /* position: fixed; */
}
/* Enterprise section*/
.sdp-new-enterprises{
	/* background: linear-gradient(88deg, #FFE9DD,#FFCFB5); */
	background: #ffdcc9;
}
.sdp-new-enterprises .sdp-sec-heading-block {
    /* background: linear-gradient(88deg, #ffe6d8,#ffcfb6); */
	background: #ffdcc9;
}
.sdp-new-enterprises .sdp-sec-heading-h2{
	color: #C96732;
}
.sdp-new-enterprises .sdp-timeline-items h3::before, .sdp-new-enterprises .sdp-nav-icon{
	background-color: #C96732;
}
.sdp-new-enterprises .sdp-e-moving.sdp-e-cart {
	background: url(../images/recap-sprite.png) no-repeat;
    width: 150px;
    height: 135px;
    background-size: 1470px;
    position: absolute;
    bottom: 20px;
    background-position: -26px -182px;
    animation: movingleftright 4s linear infinite alternate;
    right: 20px;
}
.sdp-new-enterprises .sdp-e-moving.sdp-e-bag {
    background: url(../images/cart-bag.png) no-repeat;
    width: 160px;
    height: 160px;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    animation: movingleftright 4s linear infinite alternate-reverse;
    left: 50px;
}
.sdp-new-enterprises .sdp-e-moving.sdp-e-coin {
    background: url(../images/cart-coin.png) no-repeat;
    width: 150px;
    height: 86px;
    background-size: cover;
    position: absolute;
    bottom: 22px;
    /* animation: movingbottomToTop 3s linear infinite alternate; */
    left: 230px;
}

.sdp-new-enterprises .sdp-f-circle-pink-img.sdp-f-circle-two{
	left: 11px;
    top: 50%;
	bottom: unset;
	right: unset;
}
.sdp-new-enterprises .sdp-f-close-green-img.sdp-f-c-two {
    top: 100%;
    left: unset;
    right: 0;
}
.sdp-new-enterprises .sdp-f-close-green-img.sdp-f-c-one {
    bottom: 120px;
    right: unset;
    left: 0;
    top: 0;
}

.sdp-res-book-img {
    background: url(../images/servicedesk-plus-resources-2022-book.png) no-repeat;
    width: 270px;
    height: 120px;
    background-size: contain;
    position: absolute;
    right: 9px;
    bottom: 100px;
	animation: movingbottomToTopLarge 5.5s linear infinite alternate;
}
.sdp-res-img-move{
	animation: moveup 2.5s linear infinite alternate-reverse;
}

@keyframes moveup {
	0% {
	  transform: translateY(5px);
	}
	50% {
		transform: translateY(0px);
	  }
	100% {
	  transform: translateY(5px);
	}
}


/**/

/* videos */
/* .sdp-video-green-heart {
    background: url(../images/reacp-video-heart.png) no-repeat center;
    width: 90px;
    height: 90px;
    background-size: contain;
    display: inline-block;
    left: 140px;
    position: absolute;
    top: 60px;
	animation: movingbottomToTop 3s linear infinite alternate;
} */
.sdp-video-editor{
	background: url(../images/reacp-book.png) no-repeat center;
    width: 100px;
    height: 120px;
    background-size: contain;
    display: inline-block;
    right: 85px;
    position: absolute;
    top: 110px;
    animation: movingbottomToTop 2.3s linear infinite alternate;
}
.sdp-video-quote{
	background: url(../images/recap-sprite.png) no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 820px;
    display: inline-block;
	right: 130px;
    position: absolute;
    top: 5px;
    /* animation: movingbottomToTop 3s linear infinite alternate; */
    background-position: -586px -31px;
}
.sdp-video-green-heart{
	background: url(../images/reacp-video-heart.png) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: contain;
    display: inline-block;
    left: 75px;
    position: absolute;
    top: 80px;
	animation: movingbottomToTop 3.5s linear infinite alternate;
}
.sdp-video-pink-heart{
	background: url(../images/sdp-video-pink-heart.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    display: inline-block;
    right: 90px;
    position: absolute;
    top: 50px;
    animation: movingbottomToTop 3s linear infinite alternate;
}
.sdp-videos-sec, .sdp-videos-sec .sdp-sec-heading-block {
	background: #E5F2FF;
}
.sdp-videos-sec .sdp-sec-heading-h2,
.sdp-videos-sec .sdp-horizontal-menu-list ul li.active,
.sdp-videos-sec .sdp-horizontal-menu-list ul li.hover{
	color: #1F82E8;
}
.sdp-videos-sec .sdp-horizontal-menu-list ul li {
    margin: 5px 25px 0;
}
.sdp-videos-sec .sdp-horizontal-menu-list ul li:first-child {
    margin-left: 0;
}
.sdp-videos-sec .sdp-horizontal-menu-list ul li::after{
	background-color: #1F82E8;
}
.sdp-videos-sec .sdp-horizontal-menu-list ul li{
	color: #80BEFF;
	/* padding-right: 50px; */
}
.sdp-videos-sec .sdp-horizontal-menu-list{
	border-bottom: 1px solid #80BEFF;
}
.sdp-videos-sec  .sdp-horizontal-menu-list::before, .sdp-videos-sec  .sdp-horizontal-menu-list::after{
	background-color: #80BEFF;
}
.sdp-videos-sec  .sdp-timeline-items h3::before{
	background-color: #0067ff;
}
.sdp-videos-sec .sdp-nav-icon{
	background-color: #1d82e8;
}
.sdp-videos-sec .sdp-horizontal-menu-list{
	background: #E5F2FF
}
.sdp-link-list{
	/* padding-left: 25px; */
	padding-right: 0px;
}
.sdp-videos-sec ul.sdp-link-list li {
	margin-bottom: 15px;
}
.sdp-videos-sec ul.sdp-link-list li span{
	padding: 0 3px;
	font-size: 17px;
}
.sdp-videos-sec ul.sdp-link-list li:before {
    /* width: 20px;
    height: 20px;
    background: url(../images/arrow-link.svg) no-repeat;
    content: "";
    position: absolute;
    background-size: contain;
    margin-left: -20px;
	margin-left: -25px;
    top: 7px; */
}
/* .sdp-videos-sec ul.sdp-link-list li::after{
	border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
	-moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	margin-left: -20px;
}
.sdp-videos-sec ul.sdp-link-list li::before {
	bottom: 18px;
    content: "";
    height: 20px;
    position: absolute;
    left: -6px;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(90deg);
    background: #0067ff;
	margin-left: -20px;
}
.sdp-videos-sec ul.sdp-link-list li::after, .sdp-videos-sec ul.sdp-link-list li .sdp-videos-sec ul.sdp-link-list li::after {
    border-color: #0067ff;
}*/
.sdptable-two table tr th:first-child{
	width: 48%;
} 
.sdp-videos-sec ul li a {
	/* position: relative; */
	color: #000;
	border-bottom: 1px solid #000;
}
.sdp-videos-sec ul li a::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background: #000;
	bottom: -3px;
	/* transition: width .5s ease-in; */
	left: 0;
}
.sdp-videos-sec ul.sdp-link-list li a:hover{
	text-decoration: none;
	color: #1F82E8;
	border-bottom: 1px solid #1F82E8;
}
.sdp-videos-sec ul.sdp-link-list li a span {
    position: absolute;
    transition: .4s ease-in;
    margin-top: 0px;
	display: none;
}
.sdp-videos-sec ul.sdp-link-list li:hover a span{
	transform: translateX(10px);
	color: #1F82E8;
}
.sdp-videos-sec ul li a:hover::after{
	/* width: 100%; */
}
.sdp-videos-sec .sdp-fe-img.sdp-y-on.sdp-com-hide {
    left: 0;
    top: -100px;
}
/* .sdp-sec-heading-block:is(.sdp-space-top) h2{
	margin-top: unset;
} */

.sdp-videos-sec .sdp-fe-img.sdp-y-two{
	top: unset;
}
.sdp-videos-sec .sdp-f-close-green-img.sdp-f-c-two {
    left: 0;
    top: unset;
    bottom: unset;
}
.sdp-videos-sec .sdp-link-list li {
    /* list-style: decimal; */
    /* color: #0067ff; */
	color: #000;
}
.sdp-videos-sec .sdp-horizontal-menu-list ul{
	display: flex;
	justify-content: flex-start;
} 
.sdp-videos-sec .sdp-horizontal-menu-list ul li {
    /* padding-right: 50px; */
}
/**/

/* Miscellaneous*/
.sdp-miscellaneous{
	background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
}
.sdp-headphone{
	background: url(../images/sdp-reacp-headphone.png) no-repeat center;
    width: 100px;
    height: 110px;
    position: absolute;
    background-size: contain;
    top: 130px;
    left: 230px;
	animation: movingbottomToTop 3s linear infinite alternate;
}
.sdp-video-infinite{
	background: url(../images/recap-infinite.png) no-repeat center;
    width: 100px;
    height: 110px;
    position: absolute;
    background-size: contain;
    top: 30px;
    left: 240px;
    animation: movingbottomToTop 3.8s linear infinite alternate;
}
.sdp-video-coins {
    background: url(../images/recap-coin.png) no-repeat center;
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: contain;
    top: 60px;
    right: 110px;
    animation: movingbottomToTop 3.4s linear infinite alternate;
}
.sdp-miscellaneous .sdp-sec-heading-h2{
	/* color: #EFB53D; */
	color: #b67d07;
}
.sdp-miscellaneous .sdp-nav-icon, .sdp-miscellaneous .sdp-timeline-items h3::before{
	/* background: #EFB53D; */
	background-color: #b67d07;
}
.sdp-miscellaneous .sdp-sec-heading-block{
	background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
} 
.sdp-miscellaneous .sdp-f-close-green-img.sdp-f-c-two {
    top: -50px;
    left: -100px;
}
.sdp-miscellaneous .sdp-fe-img.sdp-y-two {
    top: 50px;
    left: -60px;
}
.sdp-miscellaneous .sdp-circle-img {
    background-image: url("../images/recap-sprite.png");
    width: 14px;
    height: 14px;
    position: absolute;
    background-size: 475px;
}
.sdp-miscellaneous .sdp-circle-img.sdp-m-one {
    background-position: -2px 0px;
    left: -120px;
    top: 250px;
}
.sdp-miscellaneous .sdp-circle-img.sdp-m-blue {
    /* bottom: -550px; */
    right: -15px;
}
.sdp-miscellaneous .sdp-f-circle-pink-img.sdp-f-circle-three{
	right: -100px;
}
.sdp-miscellaneous .sdp-f-close-green-img.sdp-f-c-three {
    top: 350px;
    right: 0;
}
/**/

/*   -------------- Thanks */
.sdp-thanks{
	/* height: calc(100vh - 200px); */
	padding: 80px 30px;
	background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
	text-align: center;
}
.sdp-thanks .sdp-dark-blue-bg{
	border-radius: 30px;
}
.sdp-thanks .sdp-thank-year {
    font: 112px/120px 'Zoho_Puvi_Light';
    color: #FFE200;
}
.sdp-thanks p{
	font-size: 20px;
	font-family: 'Zoho_Puvi_Medium';
}
.sdp-th-txt{
	/* padding-top: 150px; */
	background-color: #014081;
	border-radius: 20px;
}
.sdp-thanks .sdp-th-txt{
	margin: 0 auto;
	padding: 150px 0;
}
.sdp-thanks .sdp-th-txt p{
	width: 50%;
	margin: 0 auto;
	color: #fff;
}
/**/
.sdp-horiz-content-sec-inner{
	/* overflow: hidden; */
}
/*
.sdp-horiz-content-sec{
	overflow-y: scroll;
  overflow-x: hidden;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  height: 100vw;
}
.sdp-horiz-content-sec-inner {
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  white-space: nowrap;
  font-size: 0;
}

.sdp-horiz-content-sec .sdp-horiz-block-cont {
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: relative;
}
.sdp-horiz-content-sec-inner{
	display: flex;
	flex-wrap: nowrap;
}
.sdp-horiz-block-cont{
	position: relative;
	float: left;
}*/
.recap-more-links{
	/* background: #e5f2ff; */
	/* background: linear-gradient(88deg, #FFF4DD,#FFF1D3); */
	background: #fff;
	padding: 140px 0;
	position: relative;
}
.recap-more-links .sdp-fe-img.sdp-y-two{
	bottom: 30px;
    left: 150px;
	top: unset;
}
.recap-more-links .sdp-f-close-green-img.sdp-f-c-three {
    bottom: 40px;
    right: 300px;
}
.recap-more-links .sdp-f-circle-pink-img.sdp-f-circle-three {
    right: 20%;
    bottom: 30%;
}
.recap-more-links .sdp-circle-img.sdp-m-blue {
    right: 15%;
}
.cs-hide-after-cont h3:before{
	display: none;
}
.sdp-timeline-items.sdp-hide-line.cs-hide-after-cont {
    padding-left: 0;
	padding-bottom: 0;
}
.sdp-timeline-items.sdp-hide-line.cs-hide-after-cont h3{
	font-size: 21px;
	padding-bottom: 20px;
	color: #2082e8;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.sdp-pad-left{
	padding-left: 60px;
}
.cs-hide-after-cont + p{
	/* padding-left: 20px; */
}
.sdp-more-last{
    width: 70%;
    margin: 0 auto;
}
.sdp-more-last p{
	font: 32px/45px 'Zoho_Puvi_SemiBold';
}

/**/
.sdp-first-section-main{
	position: relative;
	scroll-snap-type: y mandatory;
}
.sdp-only-year-sec, .sdp-only-year-and-recaptxt-sec{
	background-color: #014081;
	position: sticky;
	top: 100px;
}
.sdp-final-view{
	background-color: #014081;
	border-radius: 20px;
}
.sdp-first-full-view-main{
	position: sticky;
	position: -webkit-sticky;
	position: -ms-page; 
	top: 100px;
	background: #e5f2ff;
    padding: 30px;
}
.sdp-only-year-sec .sdp-only-year,
.sdp-only-year-and-recaptxt-sec .sdp-only-year
{
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 100vh;
    align-items: center;
	text-align: center;
}
.sdp-only-year-sec .sdp-year, 
.sdp-only-year-and-recaptxt-sec .sdp-year, 
.sdp-year-recap-txt,
.sdp-only-year-with-txt .sdp-year{
	color: #FFE200;
	font-size: 180px;
}
.sdp-only-year-and-recaptxt-sec .sdp-year-recap-txt,
.sdp-only-year-and-recaptxt-full .sdp-year-recap-txt{
	font: 135px/180px 'Zoho_Puvi_Light';
}
.sdp-only-year-and-recaptxt-full .sdp-recap-two-col{
	display: flex;
    height: calc(100vh - 220px);
    justify-content: space-evenly;
    align-items: center;
}
.sdp-tl p{
	color: #ffffff;
	padding-right: 20px;
}
.sdp-recap-two-col>div:first-child {
   /* flex: 1 0 calc(100% / 2);*/
    padding-right: 90px;
}
.sdp-only-year-sec .sdp-year-recap-txt {
	/*transition: recap .5s ease-in-out;*/
	transform: translateY(600px);
}
.sdp-only-year-sec .sdp-year-recap-txt.txt-active {
	transform: translateY(0px);
}
.sdp-only-year-and-recaptxt-full .sdp-recap-menu {
	background: #e5f2ff;
    z-index: 9;
    position: relative;
}
.sdp-only-year-and-recaptxt-full .sdp-recap-menu .sdp-menu-list{
	transform: translateY(0px);
	opacity: 1;
}
.sdp-anim, .sdp-arr{
	 animation: movingbottomToTop 2s ease-in infinite;
}
.sdp-left-right{
	animation: movingleftToRight 2s ease-in infinite;
}
.sdp-move-features {
    border: solid #8ec5ff;
    border-width: 0 1px 1px 0px;
    transform: rotate(44deg);
    width: 25px;
    height: 25px;
    bottom: 50px;
    position: absolute;
    left: calc(100% - 55%);
	cursor: pointer;
}
.sdp-more-btn{
	background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 15px 30px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
	margin-top: 25px;
}
.sdp-more-btn:hover{
	text-decoration: none;
}
/* .sdp-arrow-only{
	position: absolute;
    text-align: center;
    right: -33px;
    background: url(../images/scroll_arrow.svg) no-repeat;
    width: 100px;
    height: 79px;
    bottom: -5px;
    cursor: pointer;
    animation: 4s bouncearrow infinite linear;
} */
.sdp-arrow-hide .sdp-first-arrow-down{
	visibility: hidden;
}
.heading-menu{display: none;}
@keyframes recap {
	0%{
		transform: translateY(600px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}

/* Keuframe zoom in*/
@keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.2, 1.2);
	}
	100% {
	  transform: scale(1, 1);
	}
}
/* Moving top to bottom */
@keyframes movingbottomToTop {
	0% {
	  transform: translateY(15px);
	}
	50% {
		transform: translateY(5px);
	  }
	100% {
	  transform: translateY(15px);
	}
}
@keyframes movingbottomToTopLarge {
	0% {
	  transform: translateY(0px);
	}
	100% {
	  transform: translateY(-60px);
	}
}
@keyframes movingleftToRight {
	0% {
	  transform: translateX(15px);
	}
	50% {
		transform: translateX(5px);
	  }
	100% {
	  transform: translateX(15px);
	}
}
#sdpfirstsectionmain {
    position: relative;
    transition: .1s ease-out;
    -webkit-transition: 1s ease-out;
}
.sdp-year-2022 > div {
    transition: 1s ease-in;
    transform: translateX(-200px);
	opacity: 0;
}
.sdp-year-2022.active-anim > div{
	transform: translateX(0px);
	opacity: 1;
}
.sdp-final-view .sdp-tl{
	transition: .8s ease-in;
    transform: translateX(200px);
	opacity: 0;
}
.sdp-final-view .sdp-tl.sdp-rtol{
	transform: translateX(0px);
	opacity: 1;
}

.sdp-sticy-sec{
	position: relative;
	background-color: #014081;
}
/* .sdp-sticy-sec .sdp-f-sticky{
	position: sticky;
	position: -webkit-sticky;
} */
.sdp-sticy-sec .sd-first-height, .sdp-sticy-sec .sdp-f-height{
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	/* overflow: hidden; */
}
.sdp-sticy-sec .sd-first-height{
	height: 100vh;
}
.sdp-sticy-sec .sdp-f-height{
	height: 100vh;
}
.sdp-sticy-sec .sdp-third-height{
	height: 100vh;
}
.sd-first-height h1{
	/* transform: translate(250px, 200px); */
	/* font: 280px/290px 'Zoho_Puvi_Bold' !important; */
	position: absolute;
	font:180px/190px 'Zoho_Puvi_Bold' !important ;
}
.sd-first-height h1.sdp-h1-size{
	/* transform: translate(400px, 230px); */
}
.sd-first-height h1.sdp-h1-size{
	/* font:180px/190px 'Zoho_Puvi_Bold' !important ; */
}
  
.sdp-f-height h2{
	/* transform: translate(405px, 370px); */
	/* display: inline-block; */
	font: 135px/180px 'Zoho_Puvi_Light';
	/* transition: 4s all; */
	position: absolute;
}
.sdp-f-height.sdp-h2-view h2{
	/* transform: translate(405px, 430px); */
}
.sdp-tl{
	width: 665px;
    display: inline-block;
}
.sdp-third-height .sdp-tl{
	transform: translate(530px, 230px);
	/* transform: translate(530px, 150px); */
}
.sdp-year {
    font: 180px/190px 'Zoho_Puvi_Bold';
}
/* VIDEOS TABLE */
.sdp-recap-table{
	padding-top: 10px;
}
.sdp-recap-table tr td, .sdp-recap-table tr th {
    padding: 10px;
    border: 1.35px solid #1f82E8;
	position: relative;
	vertical-align: middle;
	text-align: left;
}
.sdp-recap-table tr th:first-child, .sdp-recap-table tr th:nth-child(2){
	border-right-color: #fff;
}
.sdp-recap-table tr th {
	background-color: #1F82E8;
	color: #fff;
}
.sdp-recap-table tr td:nth-child(2), .sdp-recap-table tr td:last-child{
	/* text-align: center; */
	padding-left: 20px;
}
.sdp-recap-table tr td:first-child{
	background-color: #f1f8ff;
}
.sdp-recap-table tr td{
	background-color: #fff;
}
.sdp-recap-table p{
	margin: 0px;
}
.sdp-recap-table tr th p {
	font-family: 'Zoho_Puvi_Bold';
    letter-spacing: 0.54px;
}
.sdp-recap-table tr td p{
	font: 15px/1.47 'Zoho_Puvi_Medium';
}
.sdp-timeline-readmore {
    text-decoration: none;
    font-size: 16px;
    color: #0067ff;
	position: relative;
}
.sdp-timeline-readmore::after{
	position: absolute;
    content: "";
    height: 1px;
    background: #0067ff;
    left: 0;
    bottom: -3px;
    width: 0%;
    transition: .3s ease-in;
}
.sdp-timeline-readmore:hover::after{
	width: 100%;;
}
.sdp-timeline-readmore:hover{
	text-decoration: none;
	/* border-bottom: 1px solid #007FFF; */
}
.sdp-timeline-readmore span{
	vertical-align: middle;
    display: inline-block;
    transform: translateX(0px);
	transition: all .3s ease;
}
.sdp-timeline-readmore:hover span{
	transform: translateX(5px);
}
.sdp-timeline-readmore.cont-anim-sec.m-moveup.content-view{
	/* transition: none; */
}
/* .sdp-timeline-readmore::after {
    content: '';
    width: 15px;
    position: absolute;
    height: 2px;
    background: #2082e8;
    bottom: 7px;
    margin-left: 5px;
}
.sdp-timeline-readmore::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #007FFF;
    border-right: 2px solid #007FFF;
    right: -20px;
    margin-top: -4px;
    transform: rotate(45deg);
} */
.sdp-recap-table a{
	padding-left: 13px;
	color: #0067ff;
	text-decoration: none;
	position: relative;
}
.sdp-recap-table a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background: #0067ff;
    left: 3px;
    bottom: -3px;
    transition: 0.4s ease-in;
}
.sdp-recap-table a:hover::after{
	width: 100%;
}
.sdp-recap-table a:hover{
	text-decoration: none;
}
.sdp-recap-table a::before {
    /* position: absolute;
    margin-top: 13px;
    margin-left: -12px;
    content: '';
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #0067ff; */
}
.sdp-recap-table a::before {
	position: absolute;
    margin-top: 5px;
    margin-left: -17px;
    content: '';
	background: url(../images/play-icon-recap.svg) no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
}
/* =========================== Sprite images start =========================== */
.sdp-sprite-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(../images/recap-sprite.png) no-repeat center center;
    background-position: -1280px -104px;
}

/* =========================== Sprite images END =========================== */

/*
   Progress Bar
*/
.sdp-progree-bar{
    height: 3px;
    background: #79D68F;
    left: 0;
    transition: all .5s ease-in;
	position: relative;
	margin-top: -0.97px;
	width: 0;
}
.sdp-progree-bar::before, .sdp-progree-bar::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #79D68F;
    right: -2px;
    transform: rotate(34deg);
    bottom: 6px;
	display: none;
}
.sdp-progree-bar::after {
    bottom: -6px;
    transform: rotate(318deg);
    right: -3px;
}
.sdp-progress-video-bg.sdp-progree-bar::before, .sdp-progress-video-bg.sdp-progree-bar::after , .sdp-progress-video-bg.sdp-progree-bar{
	background: #1d82e8;
}
/* .sdp-progress-video-bg.sdp-progree-bar{
	height: 2px;
} */

.sdp-main-sec{
	/* transform: translateY(1200px); */
    /* transition: 1s ease-in-out; */
}
.sdp-main-sec.sdp-s-active{
	/* transform: translateY(0px); */
}
#ftrgetstd{display: none;}

@keyframes tabanimation {
	0%{
		transform: translateX(-100px);
	}
	100%{
		transform: translateX(0px);
	}
}
.tab-click-main ul{
	display: flex;
}
.sdp-click{
	padding: 10px 30px;
}

.sdp-tab-content{
	display: none;
	transition: .6s ease-in;
}
.sdp-tab-content.tab-active{
	display: block;
	animation: tabanimation .4s ease-in;
	transition: 1s all;
}
.sdp-recap-img-mobile{
	display: none;
}
/**/ 
/* BODY BG COLOR START */

/* body.sec-bg-features{
	background-color: #e5f2ff;
}
body.sec-bg-report, body.sec-bg-report .sdp-sec-heading-block {
    background: #fff1d5;
	transition: background-color .01s ease;
}
body.sec-bg-resource, body.sec-bg-resource .sdp-sec-heading-block, body.sec-bg-resource .sdp-videos-sec{
	background: linear-gradient(88deg, #E4FFDD,#E0FFE7);
}
body.sec-bg-enterprises, body.sec-bg-enterprises .sdp-sec-heading-block, body.sec-bg-enterprises .sdp-videos-sec, 
body.sec-bg-enterprises .sdp-videos-sec .sdp-horizontal-menu-list{
	background: linear-gradient(88deg, #FFE9DD,#FFCFB5);
}
body.sec-bg-videos, body.sec-bg-videos .sdp-new-enterprises, body.sec-bg-videos .sdp-new-enterprises .sdp-sec-heading-block,
body.sec-bg-videos .sdp-miscellaneous, body.sec-bg-videos .sdp-miscellaneous .sdp-sec-heading-block
{
	background: linear-gradient(88deg, #E5F2FF,#D6EBFF);
}
body.sec-bg-miscellaneous, body.sec-bg-miscellaneous .sdp-videos-sec, body.sec-bg-miscellaneous .sdp-sec-heading-block,
body.sec-bg-miscellaneous .sdp-videos-sec .sdp-horizontal-menu-list{
	background: linear-gradient(88deg, #FFF4DD,#FFF1D3);
} */
.sdp-f-sticky {
    position: relative;
}
.sdp-hide-before-dot h3::before {
    display: none;
}
.sdp-title-mobile-only {
    font-size: 23px;
    /* color: #78d68f; */
    font-family: 'Zoho_Puvi_BoldItalic';
    padding-bottom: 10px;
    margin-top: 0;
	color: #56aa69;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-left: 60px;
	/* display: none; */
}
/* BODY BG COLOR END */

.sdp-tab-single-line{
	display: flex;
}
.sdp-tab-single-line .sdp-sec-heading-h2{
	width: 20%;
}
.sdp-tab-single-line .sdp-single-tab{
	width: 70%;
}
.sdp-tab-single-line .sdp-sec-heading-nav{
	width: 10%;
}
.sdp-tab-single-line .sdp-cust-nav{
	top: -15px;
}
.sdp-move-features{
	border: solid #8ec5ff;
    border-width: 0 1px 1px 0px;
    transform: rotate(44deg);
}
@keyframes movingleftright {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(50px, 0);
	}
  }
/**/
.progress-circle {
	position: fixed;
	top: 200px;
	right: 170px;
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
  }
  
  .progress-circle svg {
	width: 100%;
	height: 100%;
  }
  
  .progress-circle path {
	fill: none;
	stroke: #0072ff;
	stroke-width: 2;
  }
  
  
@media screen and (max-width: 414px){
	html{
		overflow-x: hidden;
	}
	.sdp-third-height .sdp-tl, .sdp-dark-yellowc, .sdp-f-height h2, .sd-first-height h1{
		transform: none;
	}
	.sdp-menu-list, .sdp-miscellaneous .sdp-circle-img.sdp-m-blue, .sdp-sec-heading-nav, .sdp-horizontal-menu-list{
		display: none;
	}
	.sdp-sec-heading, .sdp-two-col-main{
		flex-wrap: wrap;
	}
	.sdp-two-col-main .sdp-col-6{
		width: 100%;
	}
	.sdp-tl{
		width: auto;
		display: inherit;
	}
	.sdp-f-height h2{
		font: 80px/90px 'Zoho_Puvi_Light';
	}
	.sd-first-height h1{
		font-size: 80px !important;
		line-height: 100px !important;
	}
	.sdp-image-main{
		padding: 20px 10px;
	}
	.sdp-two-col-main .sdp-col-6:last-child{
		padding-right: inherit;
	}
	.sdp-sec-heading{
		display: block;
	}
	.sdp-sec-heading-h2, .sdp-sec-heading-nav{
		flex-basis: 0;
		flex-grow: 1;
		width: 100%;
	}

	.sdp-sec-heading-block{
		top: 82px;
	}
	.sdp-thanks .sdp-thank-year {
		font: 40px/60px 'Zoho_Puvi_Light';
	}
	.sdp-timeline-main .sdp-timeline-items::after, .sdp-timeline-items h3::before, .sdp-com-hide, .sdp-new-enterprises .sdp-e-moving.sdp-e-cart{
		display: none;
	}
	.sdp-recap-table{overflow: scroll;}
	.sdp-recap-table a{padding-left: 10px;}
}

@media screen and (max-width: 640px){
	.sdp-recap-main-block h1 {
		font: 95px/95px 'Zoho_Puvi_Bold' !important;
	}
	.sdp-recap-main-block h2 {
		font: 75px/75px 'Zoho_Puvi_Light';
	}
	.sdp-timeline-items{
		padding-left: 0;
	}
	.sdp-new-enterprises .sdp-e-moving.sdp-e-coin{
		animation: unset;
	}
	.sdp-new-features .sdp-sticky img{
		width: 90%;
	}
	.sdp-new-enterprises .sdp-sticky img, .sdp-videos-sec .sdp-sticky img{
		width: 90%;
	}
	.sdp-recap-main-block h3{
		font-size: 26px;
		margin-top: 0;
	}
	.sdp-sec-heading-h2 h2 {
		/* font: 35px/40px 'Zoho_Puvi_Bold' !important; */
	}
	.sdp-resource-sec .sdp-two-col-main .sdp-horiz-block-cont, .sdp-videos-sec .sdp-two-col-main .sdp-horiz-block-cont {
		padding-bottom: 0px;
	}
	.sdp-two-col-main{
		padding: 0px;
	}
	.sdp-title-mobile-only{
		display: block;
		padding-left: 0px;
	}
	.sdp-video-title-p{
		padding-left: 0;
	}
	.sdp-sec-heading-h2{
		padding: 6px 0;
	}
	.sdp-sec-heading-block:not(.sdp-space-top) h2{
		margin-top: 10px;
	}
	.sd-report-arrow-img{
		width: 30px;
		height: 30px;
		bottom: 150px;
	}
	.sdp-title-mobile-only{
		/* font-size: 30px; */
	}
	.sdp-move-features{display: none;}
	.sdp-more-last{width: 90%;}
	.sdp-sec-heading-h2, .sdp-sec-heading-nav{
		width: 100%;
	}
	.sdp-recap-main-block p{padding-right: 0;}
	.sdp-recap-main-block-wrap{
		padding: 10px 0;
	}
	.sdp-timeline-items.sdp-hide-line.cs-hide-after-cont h3{
		padding-bottom: 10px;
	}
	.cs-hide-after-cont + p, .sdp-pad-left{
		padding-left: 0;
	}
	.sdp-link-list{
		padding-left: 20px;
	}
	.sdp-more-last p {
		font: 25px/35px 'Zoho_Puvi_SemiBold';
	}
	.sdp-recap-table table {
		width: 600px !important;
		overflow-x: scroll;
	}
}

@media screen and (max-width: 820px){
	.sdp-f-sticky{text-align: center;padding: 80px 0;}
	.sdp-container{
		padding: 0;
	}
	.sdp-sticy-sec .sd-first-height, .sdp-sticy-sec .sdp-f-height, .sdp-sticy-sec .sdp-third-height{
		height: auto;
		position: unset;
	}
	.sd-first-height h1, .sdp-f-height h2, .sdp-third-height .sdp-tl{
		transform: unset;
	}
	.sdp-cont-inner{
		padding: 10px 20px;
	}
	.sdp-f-sticky{
		padding-left: 20;
		padding-right: 20px;
	}
	.sdp-sec-heading-block{
		top: 83px;
	}
	.sdp-sec-heading-h2 h2 {
		/* font: 40px/45px 'Zoho_Puvi_Bold'; */
	}
	.sdp-recap-menu, .sdp-progree-bar{
		display: none;
	}
	.sdp-section-padding{
		padding: 50px 0;
	}
	.sdp-thanks .sdp-th-txt{width: 95%;}
	.sdp-thanks .sdp-th-txt p{
		width: 90%;
	}
	/* .sdp-thanks{
		height: calc(100vh - 400px);
	} */
	.sdp-horizontal-menu-list ul li{
		font: 20px/24px 'Zoho_Puvi_Regular';
	}
	/* .sdp-new-enterprises .sdp-sec-heading-block {
		background: linear-gradient(88deg, #ffe6d8,#fed0b6);
	} */
	.sdp-tl p{
		padding-right: inherit;
	}
	.sdp-timeline-items h3 {
		font: 22px/30px 'Zoho_Puvi_Bold';
	}
	.sdp-new-report .sdp-sticky img, .sdp-resource-sec .sdp-sticky img{
		/* width: 85%; */
		padding-bottom: 50px;
	}
	.sdp-f-circle-pink-img.sdp-f-circle-three, .sdp-miscellaneous .sdp-f-circle-pink-img.sdp-f-circle-three, .sdp-miscellaneous .sdp-circle-img.sdp-m-blue{
		right: 0;
	}
	.sdp-sec-heading, .sdp-two-col-main{
		flex-wrap: wrap;
	}
	.sdp-two-col-main .sdp-col-6{
		width: 100%;
	}
	.sdp-recap-main-block-wrap{
		padding: 25px 0;
	}
	/* .sdp-recap-main-block h1 {
		font: 130px/140px 'Zoho_Puvi_Bold' !important;
	}
	.sdp-recap-main-block h2 {
		font: 100px/93px 'Zoho_Puvi_Light';
	} */
	.sdp-cust-nav {
		right: 10px;
	}
	.sd-report-arrow-img{
		animation: unset;
		width: 30px;
		height: 30px;
		bottom: 150px;
	}
	.sdp-new-enterprises .sdp-sticky img{
		/* margin-bottom: 50px; */
	}
	.sdp-timeline-items.sdp-hide-line.cs-hide-after-cont{
		padding-bottom: 20px;
	}
	/* .sdp-timeline-items.sdp-hide-line.cs-hide-after-cont h3{
		font-size: 30px;
	} */
	.recap-more-links{
		padding: 70px 0;
	}
	.sdp-single-tab{
		display: none;
	}
	.sdp-tab-single-line .sdp-sec-heading-h2, .sdp-tab-single-line .sdp-sec-heading-nav{
		width: calc(100% / 2);
	}
}
@media screen and (min-width: 768px) and (max-width: 820px){
	.sdp-resource-sec .sdp-sticky img, .sdp-new-features .sdp-sticky img, .sdp-new-report .sdp-sticky img{
		width: 65%;
		padding-bottom: 50px;
	}
	.sd-report-arrow-img {
		animation: unset;
		width: 50px;
		height: 50px;
		bottom: 150px;
		right: 150px;
		bottom: 220px;
	}
	.sdp-new-enterprises .sdp-sticky img {
		width: 70%;
	}
	.sdp-videos-sec .sdp-sticky img, .sdp-miscellaneous .sdp-sticky img{
		width: 80%;
	}
	.sdp-more-last {
		width: 80%;
	}
	.sdp-timeline-items.sdp-hide-line.cs-hide-after-cont h3{
		/* font-size: 35px; */
	}
	.sdp-recap-main-block h3{
		margin-top: 0px;
	}
	.sdp-recap-main-block p{
		padding-right: 0;
	}
	
}
@media screen and (max-width: 1024px) {
	.sdp-flex-col-parent{
		flex-wrap: wrap;
		justify-content: unset;
	}
	.sdp-recap-main-block{
		padding: 50px 20px 0;
	}
	.sdp-flex-col-parent .sdp-flex-child{width: 100% !important; padding: 20px;}
	.sdp-recap-img-mobile{
		display: block;
	}
	.sdp-recap-img-desktop, .sdp-com-hide{
		display: none;
	}
	.sdp-cont-inner{
		padding: 0 15px;
	}
	.sdp-sec-heading-block{
		top: 80px;
	}
	.sdp-sticky, .sdp-image-main{
		top: 220px;
	}
	.sdp-resource-sec .sdp-sticky, .sdp-new-enterprises .sdp-image-main{
		top: 265px;
	}
	.sdp-new-features .sdp-sticky, .sdp-new-features .sdp-image-main{
		top: 250px;
	}
	.sdp-recap-menu{display: none;}
	.sdp-flex-col-parent{
		height: 100%;
	}
	.sdp-res-book-img {
		width: 210px;
	}
	.sd-report-arrow-img{
		animation: unset;
	}
	.sdp-tab-single-line .sdp-single-tab{
		padding-left: 30px;
	}
	.sdptable-two table tr th:first-child, .sd-tbl tr th:first-child{
		width: 35%;
	}
	.sdp-arr .sdp-move-features{
		bottom: 10px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
	.sdp-recap-main-block h1 {
		font: 110px/110px 'Zoho_Puvi_Bold' !important;
	}
	.sdp-recap-main-block h2 {
		font: 90px/90px 'Zoho_Puvi_Light';
	}
	.sdp-recap-main-block-wrap{
		padding: 40px 0;
	}
	.sdp-recap-main-block-wrap h3{
		margin-top: 0px;
	}
	.sdp-resource-sec .sdp-sticky img{
		width: 95%;
	}
	.sdp-new-enterprises .sdp-sticky img{
		width: 75%;
	}
	/* .sdp-sticky, .sdp-image-main{
		top: 300px;
	}
	.sdp-new-features .sdp-sticky, .sdp-new-features .sdp-image-main{
		top: 330px;
	} */
	.sdp-sec-heading-h2 h2 {
		/* font: 40px/45px 'Zoho_Puvi_Bold'; */
		margin-bottom: 20px;
	}
	.sdp-horizontal-menu-list ul li {
		/* font: 25px/30px 'Zoho_Puvi_Regular'; */
	}
	.sdp-videos-sec .sdp-sticky img{
		width: 80%;
		margin-top: 35px;
	}
	.sdp-new-report .sdp-sticky img, .sdp-miscellaneous .sdp-sticky img{
		width: 85%;
	}
	.sd-report-arrow-img{
		animation: none;
		width: 30px;
		height: 30px;
		right: 85px;
	}
	.sdp-first-arrow-down {
		width: 45px;
		height: 45px;
		animation: unset;
		background-size: contain;
	}
	.recap-more-links{
		padding: 70px;
	}
	.sdp-more-last{width: 90%;}
	.sdp-sec-heading-h2 h2 {
		font: 30px/35px 'Zoho_Puvi_Bold';
	}

}
@media screen and (min-width: 1024px) and (max-width: 1440px){
	.sdp-miscellaneous .sdp-f-circle-pink-img.sdp-f-circle-three,
	.sdp-f-circle-pink-img.sdp-f-circle-three{
		right: 0px;
	}
	.sdp-menu-close{
		right: 10%;
	}
	.sdp-cust-nav{
		right: 17px;
	}
}  
/* .sdp-f-sticky{
	height: 4000px;
} */