html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: font;
    letter-spacing: 0.5px;
}

body {
    margin: 0;
    padding: 0;
}

.nav-link{
  outline: none;
}

.addShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.noBorder {
    border: none;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.borderBtn {
    border: 2px solid transparent;
    background-color: white;
    color: #343a40;
    padding: 10px 22px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 700;
    height: 47px;
    letter-spacing: 2px;
    box-shadow: 0 0 0 1pt #343a40;
}

.borderBtn:hover {
    border: 2px solid #343a40;
    box-shadow: 0 0 0 1pt transparent;
    background-color: white;
    color: #343a40;
    padding: 10px 22px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 700;
}

.filledBtn {
    /* border: 2px solid #343a40; */
    border: none;
    background-color: #8264ff;
    color: white;
    padding: 18px 22px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in;
    -moz-transition: border .2s ease-in;
    -o-transition: border .2s ease-in;
    transition: border .2s ease-in;
}

.filledBtn:hover {
    background-color: #b1a0ff;
}

li {
    list-style-type: none;
    padding-left: none;
    margin-top: 8px;
}

.navLi {
    list-style-type: none;
    margin: 0vw 1vw;
    font-size: 3vh;
    margin-top: 4vh;
}

.navLink {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: black;
    font-family: monospace;
}

.navLink:hover {
    text-decoration: none;
    border-bottom: 1px solid #1d1d1d;
    color: black;
}
@media only screen and (max-width: 600px) {
  .navUl {
      flex-direction: column;
  }
  .navLi {
      margin: 0;
  }
  .navLink {
      display: block;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-menu-main a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdown-menu-main a:hover {
  background-color: #1264a3;
  color: white;
}

a:hover {
  color: #1264a3;
}

.dropdown:hover .dropdown-menu-main {
  display: block;
}
.w-1 {
  font-weight: 700;
}

.w-2 {
  font-weight: 400;
}
.sticky {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
.navbar.is-sticky {
  position: fixed!important;
  width: 90%;
  top:0;
  height: 90px;
  margin-right: 13.5vw;
  z-index: 701;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity = 97);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

a {
  text-decoration: none;
  color: #1d1d1d;
}

a:hover {
  text-decoration: none;
  color: #1264a3;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.head li {
  font-size: 13px;
}

.image-1{
  height: auto;
  width: 40vw;
}

.subhead{
  font-size: 20px;
}
.head1{
  font-size: 54px;
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.socials {
  position: absolute;
  bottom: -55px;
  right: 0;
}
.socials li{
  padding: 0.5rem;
}

.btn-next-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background-color: #f2f3f6;
  left: 1rem;
  position: absolute;
  color: #7d808e;
  font-weight: 600;
  transition: all .3s ease-in-out 0s;
  height: 4rem;
  width: 6rem;
  border: none;
  bottom: -4rem;
  font-size: 1rem;
}

.block-1 *{
  color: white;
}

.bottomPadding{
  padding-bottom: 10rem;
}
.lastItem{
  background-color: #8264ff;
  color: white;
  height: 5.4rem;
  width: 12rem;
  border-radius: 0px;
  font-size: 1rem;
  margin-right: 0rem;
}

body{
  background-color: #f2f3f6;
}

.part-1{
  background-color: #f2f3f6;
}

.navbar{
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.head li {
  font-size: 13px;
}

.subhead{
  font-size: 20px;
}

.head1{
  font-size: 54px;
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.socials {
  position: absolute;
  bottom: -55px;
  right: 0;
}
.socials li{
  padding: 0.5rem;
}

.btn-next-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background-color: #f2f3f6;
  left: 1rem;
  position: absolute;
  color: #7d808e;
  font-weight: 600;
  transition: all .3s ease-in-out 0s;
  height: 4rem;
  width: 6rem;
  border: none;
  bottom: -3.5rem;
  font-size: 1rem;
}

.block-1 *{
  color: white;
}

.block__item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  max-width: 70%;
}
.block__item {
    width: 24vw;
    height: 401px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    margin: 0 20px 0 0;
}

.block__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaebef;
    transition: .3s ease;
}

.slick-dots{
  display: none!important;
}

.slider-prev:hover, .slider-next:hover {
  border-color: #8264ff;
  transition: .3s ease;
}

.slider-prev, .slider-next {
  position: relative;
  width: 71px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #b1a0ff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: .3s ease;
  color: #b1a0ff;
}

.slider-prev.inverted, .slider-next.inverted {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.slider-prev.inverted i, .slider-next.inverted i {
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noBorder{
  border: none;
  border-radius: 0;
}

.contentChange .description{
  display: none;
}

.contentChange >.active> .description{
  display: block;
}

.content{
  margin-top: 4rem;
}

.leftMargin{
  margin-left: 4rem;
}
#border1,
#border2,
#border3{
  margin-left: 0;
}

#border1{
  border-left:3px solid #8264ff;
}

.titleHover:hover{
  cursor: pointer;
  color: #8264ff;
}

.border-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg,transparent,transparent 50%,#F2F3F6 50%,#F2F3F6 100%),linear-gradient(90deg,#8264ff,#38d996);
  background-size: 6px 1.5px,100% 1.5px;
  border: none;
}

.border-bottom {
  position: absolute;
  top: 326px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg,transparent,transparent 50%,#F2F3F6 50%,#F2F3F6 100%),linear-gradient(90deg,#8264ff,#38d996);
  background-size: 6px 1.5px,100% 1.5px;
  border: none;
}

.special-dashed-box{
  border-left: 2px dashed #8264ff; 
  height: 328px;
  border-right: 2px dashed #38d996;
  margin-top: 6rem; 
  padding-bottom: 8rem;
}

.arrow{
  margin-top: -4.5rem;
}

.arrow-box{
  height: 3rem;
  width: 3rem;
}

.first{
  height:100%;
  position:absolute;
}
.second{
 height:100%;
position: relative;
 top: 315px;
}

#research-section li{
  font-weight: 700;
  margin-bottom: 2rem;
}

.active, .topic:hover {
  color: #8264ff;
}

.podcast-img{
  object-fit: cover; 
  height: 100%; 
  width: 100%;
}

.podcast-card{
  width: 90%;
}

.btn-slider-prev:after, .btn-slider-next:after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
  transition: .3s ease;
}

.btn-slider-prev:after{
  transform: scale(-1);
}

.inverted .btn-slider-prev:after, 
.inverted .btn-slider-next:after,
.btn-slider-prev.inverted:after,
.btn-slider-next.inverted:after {
  background-color: #ffffff;
}

.why-Innovation{
  background-color: #f2f3f6; 
  margin-top: -3rem; 
  height: 35rem;
}

.desktop-content{
  height: auto;
  display: block;
}

.mobile-content,
.research-section-mobile-content{
  display: none;
}

.image-2{
  height: auto;
}
#exampleFormControlSelect1{
  border: 1px solid blue;
}

#exampleFormControlSelect1 *{
  letter-spacing: 2px;
  font-weight: 600;
  color: #8264ff!important;
}

.form-control:focus {
  /* border-color: #66afe9; */
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.process-left-card1{
  border: 1px solid #8264ff; 
  border-radius: 0;
}
.process-left-card2{
  border: 1px solid #8264ff; 
  border-radius: 0;
  border-top: none;
}

.process-right-card1{
  border: 1px solid #38d996; 
  border-radius: 0;
}

.process-right-card2{
  border: 1px solid #38d996; 
  border-radius: 0;
  border-top: none;
}

.webinar-card{
  width: 25rem; 
  height: 34rem;
}

.dark-background-for-webinar-card{
  /* top: -27rem; */
  position: absolute;
  margin-top: 7.4rem;
  background-color: #0a0a23; 
  height: 450px; 
  width: 99%; 
  z-index: 10;
}

.subscibe-letter{
  /* top: -27rem; */
  z-index: 10;
}

.article-card{
  width: 90%; 
  height:auto;
}

.process-mobile-content{
  display: none;
}
.process-desktop-content{
  display: block;
}
.margin-lr{
  margin-left: 8vw;
  margin-right: 8vw;
}

.process-content{
  height: 900px;
}

.hide-in-515{
  display: block;
}

.no-slick-on-mobile{
  display: none;
}


/* -------------------------Blog page---------------------*/
/* .blog{
  margin-left: 15vw;
}
.tags{
  margin-left: 15vw;
}
.blog-subscribe-form{
  margin-left: 12vw;
} */
.promo__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  z-index: 2;
  background: rgba(9,0,49,.65);
  pointer-events: none;
}

.banner-item__img-wrap.compat-object-fit, .innovation-identifies__item-img-wrapper.compat-object-fit, .promo__bg-img-wrapper.compat-object-fit, .process-img__img-wrap.compat-object-fit, .grid-links__item-img-wrap.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.promo__bg-img-wrapper {
  position: absolute;
  width: 100%;
  height: 40rem;
  left: 0;
  top: 0;
  background: #0a0a23;
  z-index: 1;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.promo-content {
  margin-top: 12rem;
  z-index: 100; 
  position: relative;
}
.socials-blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -2rem;
}

.socials-blog {
  bottom: 10px;
  right: 0;
}
.socials-blog li{
  padding: 0.4rem;
}
.socials-blog li a{
  padding: 5px;
  background: white;
  border-radius: 50px;
}

.bullet-list li::before {content: "•"; color: black;
  display: inline-block; width: 2em;
  margin-left: -1em
}

.blog strong {
  font-weight: 900;
}

.article-card a{
  color: #8264ff;
}
.tag-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #0a0a23;
  background-color: #b1a0ff;
  padding: 5px 12px 7px 13px;
  margin: 0 7px 7px 0;
  cursor: pointer;
}



.blog-page-head{ 
  font-size: 4rem;
}

.author-img{
  width: 50px!important;
  float: right;
}

.maincontainer{
  margin-top:4.5rem;
}

.blog-content{
  padding-top: 10rem;
}

.remove-col12-in-420{
  width: 100%;
}