@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
body {
	line-height: 1;
	font: 17px/1.66 'Zoho_Puvi_Regular', sans-serif;
	color: #000;
	background-color: #FFF5E0;
	box-sizing: border-box;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sdp-center {
  align-items: center;
}
/**/
.sdp-container-breadcrum {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
}
.sd-bread-crumb .sdp-cmn-breadcrum {
  position: relative;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: #000;
  position: relative;
  font: 15px/1.4 'Zoho_Puvi_Regular';
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #000;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #000;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: #000;
  position: relative;
  font: 15px/1.4 'Zoho_Puvi_Regular';
}
.sdp-before-title {
  color: #5D4100;
  font: 20px / 1.6 'Zoho_Puvi_Bold', sans-serif;
  position: relative;
  margin-left: 25px;
}
.sdp-before-title::before {
  content: '';
  position: absolute;
  background: url(../images/btn-border.svg) no-repeat center;
  width: 170px;
  height: 70px;
  top: -19px;
  left: -29px;
}
.sdp-left-content .sdp-desc-title {
  font: 20px / 1.6 'Zoho_Puvi_Regular', sans-serif;
  padding: 25px 0;
  max-width: 500px;
}
/**/
.sdp-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.sdp-container-banner {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
h1 {
  font: 48px/1.25 'Zoho_Puvi_ExtraBold';
}
h2 {
  font: 34px/1.3 'Zoho_Puvi_ExtraBold';
  margin: 0 0 30px 0;
}
h3 {
  font: 24px/1.3 'Zoho_Puvi_SemiBold';
  margin: 0 0 30px 0;
}
p {
  font: 19px/1.46 'Zoho_Puvi_Regular', sans-serif;
  margin: 0 0 20px 0;
}
.sdp-vpad-lg {
  padding: 70px 0;
}
img {
  width: 100%;
}
.sdp-banner-main {
  background: url("../images/cyber-bg.jpg") no-repeat center;
  background-size: cover;
  margin: 30px;
  border-radius: 20px;
  overflow-x: hidden;
}
.sdp-top-section {
  padding: 0px 0 100px;
}
.sdp-banner-col-main {
  display: flex;
  padding: 60px 0;
}
.sdp-two-col-item {
  flex: 1;
}
.sdp-banner-arrow {
  content: '';
  position: absolute;
  width: 100px;
  height: 60px;
  background: url(../images/curve-banner.png) no-repeat;
  background-size: cover;
  margin-top: -57px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.sdp-arrow-img {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/cyber-essentials-icon.svg) no-repeat;
  background-size: 180px;
  background-position: -19px -23px;
  margin-top: 25px;
  left: 33%;
  animation: bounce 3.4s infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* BANNER ANIMATION START */
@keyframes slidein {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sdp-left-content h1,
.sdp-left-content .sdp-before-title,
.sdp-left-content .sdp-desc-title {
  transform: translateX(-1000px);
  width: 570px;
  animation: slidein 1s ease forwards;
  opacity: 0;
}
.sdp-left-content h1 {
  animation-delay: 1s;
}
.sdp-left-content .sdp-before-title {
  animation-delay: 0.3s;
}
.sdp-left-content .sdp-desc-title {
  animation-delay: 1.5s;
}
.sdp-banner-right {
  position: relative;
}
.sdp-banner-right .form-container {
  transform: translateX(1000px);
  animation: slidein 1s ease forwards;
  opacity: 0;
}
.sdp-banner-right .formfild,
.sdp-banner-right .sdp-check-bold,
.sdp-banner-right .prvcy-plicy,
.sdp-banner-right .submission {
  transform: translateY(-570px);
  animation: slideDown 1s ease forwards;
  opacity: 0;
}
.sdp-banner-right .formfild {
  animation-delay: 0.5s;
}
.sdp-banner-right .sdp-check-bold {
  animation-delay: 0.7s;
}
.sdp-banner-right .prvcy-plicy {
  animation-delay: 1s;
}
.sdp-banner-right .submission {
  animation-delay: 1.3s;
}
/* BANNER ANIMATION END */
/* FORM STYLE START */
.sdp-form-outline::before {
  width: 140px;
  content: '';
  position: absolute;
  height: 140px;
  right: -20px;
  top: -20px;
  border: 1.5px solid #FFC54C;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 0 25px;
}
.form-outline-dot::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffc54b;
  display: inline-block;
  right: 21%;
  top: -21px;
  border-radius: 100px;
}
.form-outline-dot::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffc54b;
  display: inline-block;
  right: -22px;
  top: 21%;
  border-radius: 100px;
}
.sdp-form-btm-outline::after {
  width: 140px;
  content: '';
  position: absolute;
  height: 140px;
  left: 115px;
  bottom: -25px;
  border: 1.5px solid #FFC54C;
  border-right-width: 0;
  border-top-width: 0;
  border-radius: 0 0 0 25px;
}
.form-btm-outline-dot::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffc54b;
  display: inline-block;
  left: 113.3px;
  bottom: 20.5%;
  border-radius: 100px;
}
.form-btm-outline-dot::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffc54b;
  display: inline-block;
  left: 45%;
  bottom: -27px;
  border-radius: 100px;
}
.form-container {
  background: #FFF7E7;
  padding: 40px;
  max-width: 320px;
  border-radius: 20px;
  margin-left: auto;
  position: relative;
  box-shadow: 0px 8px 20px 0px #0000001C;
  z-index: 10;
}
.sdp-margin-top {
  margin-bottom: 0;
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
  overflow: hidden;
}
h3.form-title {
  font: 20px/1.4 'Zoho_Puvi_SemiBold';
  color: #000;
  margin: 0 auto 30px auto;
  text-align: center;
}
.formfild.input-effect {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  position: relative;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #F2D7A1;
  height: 40px;
  border-radius: 10px;
  margin-top: 0px;
  color: #000;
  z-index: 10;
  background: #fff;
  /* margin-bottom: 10px;*/
}
input[type="text"] {
  border: none !important;
  padding-left: 20px;
}
span.errormsg {
  position: absolute;
  margin-top: 5px !important;
  font-size: 13px;
  color: #efcb7b;
  display: block;
  margin-bottom: 0;
  text-align: left;
  left: 0px;
  bottom: -25px;
}
.formfild {
  position: relative;
  margin-top: 15px;
}
input#emailID {
  border: none !important;
}
select#MECountryListing,
select#designation,
select#country_state,
select#alternatproduct {
  border: 1px solid #F2D7A1;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 0px;
  color: #000000;
}
.ukcountry_region {
  border: 1px solid #F2D7A1;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  color: #000000;
}
select#country_state {
  margin-top: 15px;
}
input[type="submit"] {
  font-family: 'Zoho_Puvi_Bold';
  background: #FF1800;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  letter-spacing: 1px;
}
.apiform input[type="submit"]:hover {
  background: #e9152b;
}
.apiform input[type="submit"]:focus {
  outline: none !important;
}
.form-container input:focus {
  outline: none !important;
}
input[type="text"]::placeholder {
  color: #000;
}
input[type="radio"]:checked {
  color: red;
}
.sdp-check-bold p {
  font-family: 'Zoho_Puvi_Medium';
}
input#sendmemail {
  width: 20px !important;
  height: auto !important;
}
label#sendmemailcheck {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
.prvcy-plicy,
#meGDPRMessage label {
  font-family: 'Zoho_Puvi_Regular';
  font-size: 11px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
}
.prvcy-plicy strong {
  font-weight: 600;
}
.prvcy-plicy a {
  font-family: 'Zoho_Puvi_Regular';
  font-size: 11px;
  color: #0086ff;
  text-decoration: none;
  border-bottom: 1px solid #0086ff;
}
.radio-button label {
  cursor: pointer;
  margin-left: 3px;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.check p {
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  font-size: 13px;
  margin: 20px 0px 0px 0px;
  color: #000;
  max-width: 100%;
}
.radio-button {
  font-family: 'Zoho_Puvi_SemiBold';
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  font-size: 14px;
  height: 30px;
  margin: 0 0 20px 0;
}
#meGDPRMessage {
  font-size: 13px;
  line-height: 1.5;
  margin: 20px auto 10px;
  color: #000;
  width: 100%;
}
#meGDPRMessage a {
  color: #000;
  border-bottom: 1px solid #000;
}
#meGDPRMessage a:hover {
  text-decoration: none;
}
.product-alternate {
  display: none;
  margin-bottom: 30px;
}
.product-alternate.show-field {
  display: block;
}
.sdp-others {
  display: none;
}
/*form style ends here*/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #3ab54a;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0px auto 20px auto;
  box-shadow: inset 0px 0px 0px #3ab54a;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #3ab54a;
  }
}
.success-msg {
  display: none;
  text-align: center;
}
.success-msg h3 {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #000;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #000;
  max-width: 75%;
  margin: 0 auto 20px auto;
}
.success-msg a {
  color: #000;
  text-decoration: underline;
}
.thanks-bg {
  padding: 100px 0px;
  display: none;
}
.thanks {
  text-align: center;
}
.thanks h2 {
  max-width: 50%;
  margin: 0 auto 30px auto;
}
.thanks p {
  margin: 15px auto 30px auto;
  font: 20px/1.5 "Zoho_Puvi_Regular";
  color: #000;
  max-width: 50%;
}
.label-animation {
  border: 1px solid #ccc;
  transition: 0.4s;
  background: transparent;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.label-animation ~ .focus-border:before,
.label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4D9DF3;
  transition: 0.3s;
}
.label-animation ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.label-animation ~ .focus-border i:before,
.label-animation ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #4D9DF3;
  transition: 0.4s;
  border-radius: 10px;
}
.label-animation ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.label-animation:focus ~ .focus-border:before,
.label-animation:focus ~ .focus-border:after,
.has-content.label-animation ~ .focus-border:before,
.has-content.label-animation ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.label-animation:focus ~ .focus-border i:before,
.label-animation:focus ~ .focus-border i:after,
.has-content.label-animation ~ .focus-border i:before,
.has-content.label-animation ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
.label-animation ~ label {
  font-family: 'Zoho_Puvi_Regular';
  position: absolute;
  left: 20px;
  width: 100%;
  top: 12px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
}
.label-animation:focus ~ label,
.has-content.label-animation ~ label {
  top: -22px;
  left: 0;
  font-size: 13px;
  color: #000;
  transition: 0.3s;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #C29640;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-top: 0;
}
input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #C29640;
  border-radius: 50%;
}
.sdp-banner-main .label-animation ~ .focus-border i:before,
.sdp-banner-main .label-animation ~ .focus-border i:after {
  background-color: #2e6abf;
  width: 1.5px;
}
.sdp-banner-main .label-animation ~ .focus-border:before,
.sdp-banner-main .label-animation ~ .focus-border:after {
  background-color: #2e6abf;
  height: 1.5px;
}
.sdp-banner-main .sdp-arrow:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 19px;
  margin-top: -3px;
  z-index: 999;
  cursor: pointer;
  pointer-events: none;
  border: solid #c29640;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  background: none;
}
.sdp-banner-main select#MECountryListing,
.sdp-banner-main select#designation,
.sdp-banner-main select#country_state,
.sdp-banner-main select#alternatproduct,
.sdp-banner-main select#ukcountry_region {
  padding: 0 36px;
}
.sdp-banner-main .label-animation ~ label {
  width: auto;
  top: 7px;
}
.sdp-banner-main .label-animation:focus ~ label,
.sdp-banner-main .has-content.label-animation ~ label {
  top: -10px;
  left: 14px;
  color: #000;
  z-index: 1;
  padding: 0;
  font-size: 13px;
  background: none;
  background-image: linear-gradient(#ffffff00 42%, #ffffff 24%, #fff);
}
.fomr-lable-val {
  top: 8px;
  position: absolute;
  left: 30px;
  font-size: 14px;
  transition: 0.2s ease-in;
  pointer-events: none;
  background: #fff;
}
.sdp-banner-main .zc-Country:focus,
.sdp-banner-main .zc-Country:not([value=""]):valid {
  padding: 12px;
  outline: none;
}
/*
.zc-Country~.fomr-lable-val, #country_state~.fomr-lable-val, .zc-Country~.fomr-lable-val, #ukcountry_region~.fomr-lable-val {
    opacity: 0;
}
*/
.zc-Country:focus ~ .fomr-lable-val,
.zc-Country:not([value=""]):valid ~ .fomr-lable-val,
#alternatproduct:focus ~ .fomr-lable-val,
#alternatproduct:not([value=""]):valid ~ .fomr-lable-val,
#designation:focus ~ .fomr-lable-val,
#designation:not([value=""]):valid ~ .fomr-lable-val {
  top: -9px;
  background: none;
  background-image: linear-gradient(#ffffff00 42%, #ffffff 24%, #fff);
  left: 14px;
  padding: 0 5px;
  font-size: 13px;
  opacity: 1;
  color: #000;
}
.sdp-banner-main select#MECountryListing,
.sdp-banner-main select#designation,
.sdp-banner-main select#country_state,
.sdp-banner-main select#alternatproduct {
  font-size: 15px;
}
.sdp-banner-main input[type="text"]:focus,
.sdp-banner-main input[type="text"]:not([value=""]):valid {
  padding: 0 22px;
  outline: none;
}
#alternatproduct ~ .fomr-lable-val {
  opacity: 0;
}
.sdp-banner-main .label-animation ~ label {
  left: 38px;
}
.sdp-banner-main .sdp-form-icon {
  height: 22px;
  width: 25px;
  top: 10px;
  position: absolute;
  left: 5px;
  display: inline-block;
  background: url(../images/cyber-essentials-icon.svg) no-repeat;
  background-size: 175px;
  background-position: 4px 1px;
  z-index: 22;
}
.sdp-form-icon.sdp-it-country {
  background-position: 3px -1px;
}
.sdp-country-only {
  position: relative;
}
.sdp-country-only .sdp-form-icon.sdp-it-country {
  top: 27px;
}
.sdp-banner-main .sdp-form-icon.sdp-business {
  background-position: -45px -2px;
}
.sdp-form-icon.sdp-designation {
  background-position: -21px -1px;
}
#alternatproduct:not([value=""]):valid ~ .fomr-lable-val {
  top: -10px;
}
#email_err_msg {
  position: absolute;
  left: 0;
  color: red;
  font-size: 12px;
}
.sdp-banner-main .formfild {
  margin-top: 20px;
}
.sdp-banner-main .fomr-lable-val {
  left: 38px;
}
.form-container::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../images/form-outline.svg) no-repeat;
  top: -22px;
  right: -22px;
  background-size: contain;
  z-index: 9999;
}
.form-container::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../images/form-outline.svg) no-repeat;
  bottom: -21px;
  left: -20px;
  background-size: contain;
  z-index: 9;
  transform: rotate(180deg);
}
/* FORM STYLE END */
@keyframes slideright {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sdp-section-two img {
/*  max-width: 420px;*/
}
.sdp-section-two.animate-in .sdp-content-right p {
  transform: translateX(1000px);
  animation: slideright 0.9s ease forwards;
  opacity: 0;
}
.sdp-section-two.animate-in .sdp-content-right p:first-child {
  animation-delay: 0.3s;
}
.sdp-section-two.animate-in .sdp-content-right p:nth-child(2) {
  animation-delay: 0.6s;
}
.sdp-section-two.animate-in .sdp-content-right p:last-child {
  animation-delay: 0.9s;
}
.sdp-third-sec.animate-in .sdp-three-item,
.sdp-third-sec.animate-in .sdp-three-col-item,
.sdp-third-sec.animate-in .sdp-footer-cta-main {
  transform: translateY(100px);
  animation: fromBottom 0.5s ease forwards;
  opacity: 0;
}
.sdp-third-sec.animate-in .sdp-three-item:first-child,
.sdp-third-sec.animate-in .sdp-three-col-item:first-child,
.sdp-third-sec.animate-in .sdp-footer-cta-main:first-child {
  animation-delay: 0.3s;
}
.sdp-third-sec.animate-in .sdp-three-item:nth-child(2),
.sdp-third-sec.animate-in .sdp-three-col-item:nth-child(2),
.sdp-third-sec.animate-in .sdp-footer-cta-main:nth-child(2) {
  animation-delay: 0.6s;
}
.sdp-third-sec.animate-in .sdp-three-item:last-child,
.sdp-third-sec.animate-in .sdp-three-col-item:last-child,
.sdp-third-sec.animate-in .sdp-footer-cta-main:last-child {
  animation-delay: 0.9s;
}
.sdp-section-two.animate-in .sdp-e-book-main-img {
  transform: translateX(-200px);
  animation: slidein .6s ease forwards;
  opacity: 0;
}
.sdp-e-book-main-img video {
/*  max-width: 420px;*/
  	position: relative;
	transform: translateX(-150px) scale(1.2);
	transition: .5s ease-in;
}
.sdp-e-book-main-img.animate-in .sdp-circle {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg);
  width: 50px;
  height: 43px;
  background-position: -115px -5px;
  background-size: 250px;
  transform: translate(0px, 0px);
  animation: firstSlide 0.9s ease-in forwards;
  opacity: 0;
  animation-delay: 0.6s;
}
.sdp-e-book-main-img.animate-in .sdp-up-arrow {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg) no-repeat;
  width: 35px;
  height: 70px;
  background-position: 0 0;
  background-size: 270px;
  transform: translate(0px, 0px);
  right: 0;
  animation: slideTwo 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 0.7s;
}
.sdp-e-book-main-img.animate-in .sdp-up-horizontal {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg) no-repeat;
  width: 70px;
  height: 40px;
  background-position: -39px -3px;
  background-size: 270px;
  transform: translate(-100px, -4px);
  bottom: 34px;
  animation: slidefour 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 0.8s;
  z-index: -1;
}
.sdp-e-book-main-img.animate-in .sdp-up-vertical-arrow {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg) no-repeat;
  height: 120px;
  width: 20px;
  background-position: -303px -6px;
  background-size: 315px;
  transform: translate(-35px, 39%);
  top: 29%;
  z-index: -1;
  animation: slideThree 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 0.9s;
}
.sdp-e-book-main-img.animate-in .sdp-up-bottom-arrow {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg) no-repeat;
  height: 200px;
  width: 18px;
  background-position: -303px -6px;
  background-size: 315px;
  transform: rotate(270deg);
  bottom: 0px;
  display: inline-block;
  right: -5px;
  animation: slideSix 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 1s;
  z-index: -1;
}
.sdp-e-book-main-img.animate-in .sdp-up-left-dot {
  content: '';
  position: absolute;
  background: url(../images/ebook-outer.svg) no-repeat;
  height: 100px;
  width: 80px;
  background-position: -223px -1px;
  background-size: 315px;
  bottom: 80px;
  display: inline-block;
  left: -23px;
  z-index: -1;
  animation: slideFive 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 1.2s;
  transform: translate(40px, 43px);
}
@keyframes firstSlide {
  to {
    transform: translate(-52px, -17px);
    opacity: 1;
  }
}
@keyframes slideTwo {
  to {
    transform: translate(35px, 0px);
    opacity: 1;
  }
}
@keyframes slideThree {
  to {
    transform: translate(0%, 39%);
    opacity: 1;
  }
}
@keyframes slidefour {
  to {
    transform: translate(-14px, -4px);
    opacity: 1;
  }
}
@keyframes slideFive {
  to {
    transform: translate(0px, 43px);
    opacity: 1;
  }
}
@keyframes slideSix {
  to {
    bottom: -80px;
    opacity: 1;
  }
}
.sdp-three-main {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.sdp-three-item {
  background: #FFF9EE;
  padding: 35px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px #f0e0c1;
  flex: 1 0;
  margin: 0 30px;
  transition: 0.5s ease-in;
}
.sdp-three-item:hover {
  background: #fff;
  box-shadow: 0px 6px 0px 0px #FFEABE, 0px -4px 0px 0px #FFEABE;
}
.sdp-three-item h3 {
  font: 19px / 1.43 'Zoho_Puvi_Medium';
  margin: 35px 0 0;
}
.sdp-e-book-icon {
  background: url(../images/cyber-essentials-icon.svg) no-repeat;
  width: 100px;
  height: 100px;
  background-size: 765px;
  background-position: -675px -4px;
  margin: 0 auto;
}
.sdp-accelerate {
  background-position: -476px -4px;
}
.sdp-essentials {
  background-position: -575px -4px;
}
.sdp-three-grid-main {
  background: #FFEDC6;
  padding-top: 90px;
}
.sdp-three-col-list {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.sdp-three-col-item {
  background-image: linear-gradient(180deg, #FFF7E7, #FFFFFF);
  padding: 45px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  flex: 1 0;
  margin: 0 15px;
}
.sdp-three-col-item h3 {
  margin-top: 20px;
}
ul.sdp-e-book-list {
  position: relative;
  text-align: left;
  margin-top: 35px;
}
.sdp-e-book-list li {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
}
ul.sdp-e-book-list li::before {
  content: '';
  position: absolute;
  background: url(../images/cyber-essentials-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 150px;
  margin-left: -27px;
  background-position: 3px -20px;
  margin-top: 4px;
}
.sdp-essentials-icon {
  background: url(../images/essentials.svg) no-repeat;
  width: 100px;
  height: 100px;
  background-size: 300px;
  background-position: -90px 0px;
  margin: 0 auto;
}
.sdp-governance {
  background-position: 18px 0;
  background-size: 340px;
}
.sdp-standardized {
  background-position: -238px 0px;
  background-size: 330px;
}
.sdp-footer-cta-main {
  padding: 80px;
  background-size: cover;
  margin: 100px auto;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(180deg, #007FBA 0%, #12335F 100%);
}
.sdp-footer-cta-main::before {
  content: '';
  position: absolute;
  background-image: url(../images/footer-cta-bg.svg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.sdp-footer-cta-main h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 44px;
}
.sdp-footer-cta-main p {
  color: #50BCFF;
  font-size: 20px;
  padding-bottom: 20px;
}
.sdp-cta-btn {
  font-family: 'Zoho_Puvi_Bold';
  background: #FCB512;
  color: #002065;
  padding: 15px 30px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.8s;
  border: none;
  letter-spacing: 0.5px;
}
.cta-arrow {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in;
  transform: translateX(0);
}
.sdp-cta-btn:hover {
  text-decoration: none;
}
.sdp-cta-btn:hover .cta-arrow {
  transform: translateX(5px);
}
.e-book-ani-main {
  animation: moveLeft 1.3s forwards;
  position: relative;
  animation-delay: 1s;
}
.e-book-ani-main .sdp-book-inner {
  display: flex;
}
.e-book-ani-main .sdp-book-inner .ebook-left,
.e-book-ani-main .sdp-book-inner .ebook-right {
  width: 50%;
  position: relative;
}
.e-book-ani-main .ebook-left {
  transform-origin: right;
  animation: bookFlip 1s ease-in forwards;
  z-index: 2;
}
.e-book-ani-main .ebook-left img {
  width: 280px;
  height: 350px;
  transform: translateX(10px);
}
@keyframes bookFlip {
  from {
    transform: rotateY(360deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200px);
  }
}
.prd-nav {
  display: flex;
  justify-content: center;
}
.ebook-left.closed-img {
  transform: rotateY(140deg);
  transform-style: preserve-3d;
  transform-origin: right;
  z-index: 9999;
  transition: 0.5s ease-in;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .sdp-container-banner {
    width: 90%;
  }
  .sdp-left-content h1,
  .sdp-left-content .sdp-before-title,
  .sdp-left-content .sdp-desc-title {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .sdp-left-content h1,
  .sdp-left-content .sdp-before-title,
  .sdp-left-content .sdp-desc-title {
    width: auto;
  }
  h1 {
    font: 38px/1.2 'Zoho_Puvi_ExtraBold';
  }
  .form-container {
    max-width: 300px;
  }
  .sdp-banner-main {
    margin-top: 50px;
  }
  .sdp-vpad-lg {
    padding: 40px 0;
  }
  .sdp-three-col-item h3 {
    font: 18px/1.3 'Zoho_Puvi_SemiBold';
  }
  .sdp-footer-cta-main h2 {
    font-size: 36px;
  }
  .sdp-footer-cta-main {
    margin: 50px 0;
  }
  #form::after {
    left: 50px;
  }
	.sdp-e-book-main-img{
		transform: translateX(-50px);
	}
}
@media screen and (max-width: 768px) {
  .sdp-container-banner {
    width: 100%;
  }
  .sdp-three-main,
  .sdp-banner-col-main,
  .sdp-three-col-list {
    display: block;
  }
  .form-container {
    margin: 0 auto;
  }
  h2 br,
  .form-title br {
    display: none;
  }
  .sdp-three-item,
  .sdp-three-col-item {
    margin: 40px 0;
  }
  .sdp-banner-main {
    overflow: visible;
  }
  .sdp-container-breadcrum {
    padding: 20px 0;
  }
  .sdp-three-main {
    padding-top: 20px;
  }
  .sdp-three-col-item:first-child {
    margin-top: 0;
  }
  .sdp-three-col-item h3 {
    font: 24px / 1.3 'Zoho_Puvi_SemiBold';
  }
  .sdp-footer-cta-main {
    padding: 50px;
  }
  .sdp-footer-cta-main h2 {
    font-size: 32px;
  }
  img {
    width: 100%;
  }
  .sdp-form-btm-outline,
  .sdp-form-outline {
    display: none;
  }
  .form-container {
    max-width: 400px;
  }
  #form::after,
  #form::before {
    display: none;
  }
  .sdp-footer-cta-main {
    border-radius: 30px;
  }
  .sdp-three-item:last-child,
  .sdp-three-col-item:last-child {
    margin-bottom: 0;
  }
  .sdp-e-book-main-img {
    margin: 10px auto;
	  transform: translateX(0);
  }
  .sdp-left-content .sdp-desc-title {
    max-width: 100%;
  }
  .sdp-banner-col-main {
    padding: 30px 0;
  }
  .sdp-content-right {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .sdp-footer-cta-main {
    padding: 50px 20px;
  }
  .sdp-footer-cta-main h2 {
    font-size: 24px;
  }
  .sdp-footer-cta-main p {
    font-size: 16px;
  }
  .sdp-three-grid-main h2 {
    font-size: 26px;
  }
  .sdp-banner-main {
    margin: 50px 10px 0;
  }
  h1 {
    font: 30px / 1.3 'Zoho_Puvi_ExtraBold';
  }
  .sdp-left-content .sdp-desc-title {
    font: 17px / 1.6 'Zoho_Puvi_Regular', sans-serif;
  }
  .form-container {
    padding: 20px;
  }
  input[type="submit"] {
    padding: 15px;
    font-size: 14px;
  }
  .form-container {
    max-width: 300px;
  }
  .sdp-footer-cta-main {
    border-radius: 20px;
  }
  .sdp-three-col-item {
    padding: 35px;
  }
  .sdp-cta-btn {
    letter-spacing: 0;
  }
  .sdp-third-sec h2 {
    font-size: 26px;
  }
  .sdp-three-col-list {
    padding: 40px 0;
  }
  .sdp-three-grid-main {
    padding-top: 80px;
  }
  .sdp-cta-btn {
    padding: 15px;
  }
}
