@charset "UTF-8";
/* CSS Document */
body {}
.prd-nav li {
  width: 32%;
}
img {
  max-width: 100%;
}
p {
  font: 17px/1.6 "Zoho_Puvi_Regular";
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
}
.row .col {
  flex-grow: 1;
  flex-basis: 0;
}
.top-bottom-space {
  padding: 100px 0px;
}
/*breadcrumb style starts here*/
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: #fff;
  position: relative;
  font: 15px / 1.4 Zoho_Puvi_Regular;
  text-decoration: none;
}
span.sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #fff;
}
span.sdp-root-page {
  color: #fff;
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
/*breadcrumb style ends here*/
/*banner style starts here*/
.banner-bg {
  background: url(../images/banner-bg.png);
  background-size: cover;
  padding: 25px 0px 75px 0px;
}
.banner {
  padding-top: 25px;
}
.banner .row {
  align-items: center;
}
.banner h1 {
  font: 48px / 1.1 Zoho_Puvi_ExtraBold;
  color: #fff;
  max-width: 500px;
}
.banner p {
  font: 20px / 1.5 "Zoho_Puvi_Regular";
  color: #fff;
  max-width: 500px;
  margin: 10px 0px 30px 0px;
}
.banner a {
  display: inline-block;
  background: #F1402E;
  color: #fff;
  font: 18px / 1.5 Zoho_Puvi_Bold;
  padding: 12px 40px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}
.banner img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
/*banner style ends here*/
/*take away section style starts here*/
.takeaway-bg {
  background: #F7FCFF;
}
.takeaway .row {
  align-items: center;
}
.takeaway img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
.takeaway p {
  margin-bottom: 40px;
}
ul.list-items li {
  position: relative;
  font: 17px / 1.6 "Zoho_Puvi_Regular";
  padding: 0px 0px 0px 30px;
}
ul.list-items li:not(:last-child) {
  margin: 0px 0px 13px 0px
}
ul.list-items li:before {
  content: "";
  position: absolute;
  background: url(../images/list-tick.png) no-repeat;
  display: block;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
}
/*take away section style ends here*/
/*testimonials section style starts here*/
.testimonials-bg {
  margin-left: calc((100% - 1200px) / 2);
  padding: 100px 0px;
  display: none;
}
p.gradient-header {
  font: 14px / 1.5 Zoho_Puvi_Regular;
  background: linear-gradient(90deg, #0663EA 0%, #1096F3 100%);
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  border-radius: 50px;
  margin: 0px;
}
.section-heading {
  font: 34px / 1.2 "Zoho_Puvi_Bold";
  color: #000;
  max-width: 600px;
  margin: 20px 0px 50px 0px;
}
.testimonial-headshot-authorinfo {
  display: flex;
  margin: 0px 0px 20px 0px;
  align-items: center;
}
.testimonial-item {
  border: 1px solid #9FD3F2;
  border-radius: 15px;
  margin: 50px 12px 12px 12px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  border-image:
    url(../images/border-image.png);
  border-image-slice: 120;
  border-image-width: 70px 72px 92px 78px;
  border-image-outset: 0px;
}
/*.testimonial-item:after {
    content: "";
    background: url("../images/blockquote.png") no-repeat;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 96px;
    height: 65px;
	
}*/
/*.testimonial-item:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 1px;
    background: #fff;
    bottom: -1px;
    right: 35px;
}
.testimonial-item:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 1px;
    background: red;
    bottom: -1px;
    right: 55px;
}*/
.testimonial-authorinfo h4 {
  font: 16px / 1.3 Zoho_Puvi_SemiBold;
  margin: 0px 0px 0px 0px;
  color: #000;
}
.testimonial-authorinfo p {
  margin: 0;
  font: 14px / 1.6 Zoho_Puvi_Regular;
}
.testimonial-headshot {
  margin: 0px 10px 0px 0px;
}
.testimonial-headshot img {
  width: 90%;
}
.testimonial-content p {
  font: 17px / 1.5 "ZOho_Puvi_Regular";
  color: #000;
}
.testimonial-content img {
  position: absolute;
  right: 28px;
  bottom: 0;
}
.testimonials .testimonial-item:nth-child(even) {
  background: #F0F9FF;
}
/*testimonials section style ends here*/
/*testimonials slick slider arrow styles starts here*/
.testimonials .slick-prev {
  right: 195px;
  left: auto;
  top: -20px;
}
.testimonials .slick-prev:before {
  top: 10px;
  left: 10px;
}
.testimonials .slick-next {
  right: 155px;
  left: auto;
  top: -20px;
}
.testimonials .slick-next:before {
  top: 10px;
  right: 10px;
}
.testimonials .slick-next:after, .testimonials .slick-next:before, .testimonials .slick-prev:after, .testimonials .slick-prev:before {
  background: #201F29;
  height: 12px;
}
/*testimonials slick slider arrow styles ends here*/
/*video archives section starts*/
a.popup-button {
  display: inline-block;
  padding: 15px;
  text-decoration: none !important;
}
.mc-videos-bg {
  background: #FAFDFF;
  padding: 100px 0px;
}
.mc-video-item {
  background: #fff;
  margin-top: 50px !important;
  border-radius: 14px;
  box-shadow: 0px 0px 10px 0px #D4D4D44D;
  min-height: 421px;
}
.mc-video-item:not(:last-child) {
  margin: 0px 10px 30px 10px;
}
/*.mc-video-item:hover {
  transform: scale(1.05) !important;
  transition: transform .25s;
  transition-timing-function: cubic-bezier(0.25, 0.57, 0.67, 1.53);
  perspective: 1000px;
}*/
.mc-video-item > img {
  border-radius: 10px;
}
.mc-video-item h3 {
  font: 15px/1.3 Zoho_Puvi_SemiBold;
  color: #000;
  min-height: 60px;
}
.episode-number-duration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.episode-number-duration {
  display: flex;
  align-items: center;
}
.episode-number-duration p {
  font-size: 13px;
  margin: 0px 0px 0px 5px;
  color: #000;
}
p.mc-tags {
  font-size: 14px;
  color: #008DD6;
  line-height: 1.5;
  padding: 0px 15px 20px 15px;
  margin: 0px;
}
.mc-tags a {
  font-size: 12px;
  color: #008DD6;
  text-decoration: none !important;
}
.mc-videos .section-heading {
  margin: 20px 0px 0px 0px;
}
p.section-para {
  font-size: 19px;
  margin: 10px 0px 50px 0px;
}
/*video archives section ends*/
/*videos slick slider arrow styles starts here*/
.video-wrapper-sec .slick-prev {
  right: 50px;
  left: auto;
  top: -20px;
}
.video-wrapper-sec .slick-prev:before {
  top: 10px;
  left: 10px;
}
.video-wrapper-sec .slick-next {
  right: 0px;
  left: auto;
  top: -20px;
}
.video-wrapper-sec .slick-next:before {
  top: 10px;
  right: 10px;
}
.video-wrapper-sec .slick-next:after, .video-wrapper-sec .slick-next:before, .video-wrapper-sec .slick-prev:after, .video-wrapper-sec .slick-prev:before {
  background: #201F29;
  height: 12px;
}
/*videos slick slider arrow styles ends here*/
/*mc registration styles starts here*/
.registration-bg {
  background: linear-gradient(180deg, #031926 0%, #072D44 50%, #031926 100%);
  padding: 100px 0px;
}
.registration {
  align-items: center;
}
.registration h2 {
  font: 34px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  max-width: 375px;
  margin: 0px;
}
.registration p {
  color: #fff;
  max-width: 460px;
  margin: 10px 0px 30px 0px;
}
.registration a {
  font: 20px / 1.5 Zoho_Puvi_SemiBold;
  display: inline-block;
  background: #FFC530;
  color: #000;
  padding: 12px 50px;
  border-radius: 3px;
  text-decoration: none;
}
.registration img {
  max-width: 85%;
}
/*mc registration styles ends here*/
/*footer style starts here*/
.footer-sec-bg {
  margin: 0px 0px 100px 0px;
}
.footer-sec {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0px;
  border-radius: 25px;
}
.footer-sec h3 {
  font: 34px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px;
}
.footer-sec p {
  color: #fff;
  margin: 5px 0px 40px 0px;
  font-size: 19px;
}
ul.footer-ctas {
  display: flex;
  justify-content: center;
}
ul.footer-ctas li a {
  display: inline-block;
  background: #F83529;
  color: #fff;
}
ul.footer-ctas li a {
  font: 18px / 1.5 Zoho_Puvi_SemiBold;
  display: inline-block;
  background: #F83529;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  margin: 0px 10px;
  min-width: 100px;
  text-decoration: none;
  cursor: pointer;
}
/*footer style ends here*/
span.sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
  vertical-align: middle;
}
/*animation style starts here*/
span.sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
  vertical-align: middle;
}
a.cta:hover .sdp-cta-arrow, .related-items a:hover .sdp-cta-arrow, .section-cta a:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
.fadein {
  transform: translateY(10rem);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}
.active-anim .fadein {
  transform: translateY(0);
  opacity: 1;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.delay1 {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 3s;
  -webkit-transition: all ease 3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
/*animation style ends here*/
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .testimonials-bg {
    padding: 100px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .testimonials .slick-next {
    right: 0px;
  }
  .testimonials .slick-prev {
    right: 50px;
  }
  .footer-sec {
    border-radius: 0px;
  }
}
@media only screen and (max-width:768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .banner {
    text-align: center;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
  .banner h1, .banner p {
    max-width: 100%;
  }
  .banner img {
    margin: 30px auto 15px auto;
    max-width: 75%;
  }
  .takeaway img {
    margin: 0 auto 20px auto;
    max-width: 70%;
  }
  p.gradient-header {
    display: block;
    padding: 5px 25px;
    margin: 0px auto;
    text-align: center;
    max-width: 80px;
  }
  .section-heading {
    max-width: 100%;
    margin: 20px auto 50px auto;
    text-align: center;
  }
  p.section-para {
    text-align: center;
  }
  .registration {
    text-align: center;
    flex-direction: column-reverse;
  }
  .registration img {
    max-width: 70%;
  }
  .registration h2, .registration p {
    max-width: 100%;
  }
}
@media only screen and (max-width:414px) {
  .banner h1 {
    font: 38px / 1.1 Zoho_Puvi_ExtraBold;
  }
  .registration a {
    font: 17px / 1.5 Zoho_Puvi_SemiBold;
    padding: 12px 15px;
  }
  ul.footer-ctas {
    display: block;
    justify-content: center;
  }
  .footer-sec p {
    margin: 5px 0px 20px 0px;
  }
  ul.footer-ctas li a {
    margin: 7px;
    min-width: 120px;
  }
}
@media only screen and (max-width:375px) {
  .banner h1 {
    font: 34px / 1.1 Zoho_Puvi_ExtraBold;
  }
  .banner p {
    font: 18px / 1.5 "Zoho_Puvi_Regular";
  }
  .registration h2 {
    font: 30px / 1.3 Zoho_Puvi_Bold;
  }
  .registration a {
    font: 16px / 1.5 Zoho_Puvi_SemiBold;
    padding: 12px;
  }
  .section-heading {
    font: 32px / 1.2 "Zoho_Puvi_Bold";
  }
  .footer-sec h3 {
    font: 32px / 1.3 Zoho_Puvi_Bold;
    color: #fff;
    margin: 0px;
  }
}
@media only screen and (max-width:320px) {
  .banner a {
    padding: 12px 30px;
  }
}