/* Progress Indicator */
.progress-bar {
  position: fixed;
  background-color: #0045e6;
  height: 6px;
  top: 78px;
  left: 0;
  transition: all linear 0.1s;
  z-index: 501;
}
.admin-bar .progress-bar {
  top: 111px;
}
@media screen and (max-width: 960px) {
  .progress-bar {
    top: 50px;
  }
}

@media screen and (max-width: 960px) {
  .admin-bar .progress-bar {
    top: 82px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .progress-bar {
    top: 50px;
  }
}
/* Custom Style for Tags And Sharing */
.section--black {
  margin-bottom: 80px;
  margin-top: 60px;
}
.section--white {
  background-color: transparent;
}
.post__tags {
  flex: 0 0 70%;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .post__tags {
    flex-basis: 65%;
  }
}
@media (max-width: 750px) {
  .post__tags {
    flex-basis: 60%;
  }
}
@media (max-width: 640px) {
  .post__tags {
    flex-basis: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.post__tags .tag-item {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.post__share {
  align-self: stretch;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 160px;
  padding: 30px;
}
@media (max-width: 1440px) {
  .post__share {
    min-height: 130px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .post__share {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.post__share-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1440px) {
  .post__share-title {
    font-size: 18px;
  }
}
.post__share .social {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.post__share .social__item {
  margin-right: 0;
}
.post__share .social__link {
  background-color: #fff;
}
@media (max-width: 1440px) {
  .post__share .social__link {
    height: 45px;
    width: 45px;
  }
}
.post__share .social__link svg {
  fill: #1e1d28;
  transition: fill 300ms;
}
.post__share .social__link:hover {
  background-color: #0045cf;
}
.post__share .social__link:hover svg {
  fill: #fff;
}
#tags-share .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  #tags-share .row {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#tags-share .container {
  max-width: 1070px;
}
#tags-share .container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1440px) {
  #tags-share .container {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  #tags-share .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section--black {
  background-color: #1e1d28;
}
.row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tag-item {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  vertical-align: middle;
}
.btn--blue,
.tag-item {
  color: #fff;
}
.btn,
.tag-item {
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
}
.lang__item,
.tag-item {
  text-transform: uppercase;
}
.gradient1 {
  background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}
.social {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
}
.social__item {
  margin-right: 20px;
}
.social {
  list-style: none;
}
.social__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1d28;
  border-radius: 50%;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* Author Style CSS */
.so-widget-post-author-style.so-widget-post-author-style .author-info {
  align-items: center;
  display: flex;
  max-width: 50%;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 560px) {
  .so-widget-post-author-style.so-widget-post-author-style .author-info {
    max-width: 100%;
  }
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-infoWrap
  .container {
  max-width: 1070px;
}
@media (max-width: 1440px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-infoWrap
    .container {
    max-width: 970px;
  }
}
.so-widget-post-author-style.so-widget-post-author-style .author-infoInner {
  border-top: 1px solid #ccd3de;
  display: flex;
  margin-top: 50px;
  padding-top: 18px;
  justify-content: space-between;
  /*@media (max-width: 1100px) {
                    align-items: center;
                }*/
}
@media (max-width: 560px) {
  .so-widget-post-author-style.so-widget-post-author-style .author-infoInner {
    display: block;
  }
}
.so-widget-post-author-style.so-widget-post-author-style .author-info__image {
  flex: 0 0 80px;
  margin-right: 25px;
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-info__image
  img {
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
  vertical-align: top;
  width: 80px;
}
.so-widget-post-author-style.so-widget-post-author-style .author-info__name {
  color: #1e1d28;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-info__position {
  font-family: "Poppins Regular", sans-serif !important;
  color: #1e1d28;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-info__published {
  margin-left: 36px;
  color: #838383;
  font-size: 14px;
  margin-top: 18px;
}
@media (max-width: 860px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-info__published {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-info__published {
    margin-left: 105px;
  }
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-info__publishedWrap {
  display: flex;
}
@media (max-width: 860px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-info__publishedWrap {
    display: block;
    margin-top: 12px;
    text-align: right;
  }
}
@media (max-width: 560px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-info__publishedWrap {
    margin-top: 0;
    text-align: left;
  }
}
.so-widget-post-author-style.so-widget-post-author-style
  .author-info__published
  strong {
  color: #1e1d28;
  font-weight: 600;
}
@media (max-width: 860px) {
  .so-widget-post-author-style.so-widget-post-author-style
    .author-info__published
    + .author-info__published {
    margin-top: 5px;
  }
}

/* Particular Post Banner Category */
.section__type {
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #000000 !important;
  margin-bottom: 26px;
  padding: 4px 20px;
  text-transform: uppercase;
}
.block-quote.quote-1::before,
.block-quote.quote-2::before {
  content: "\f10d" !important;
  color: #e8e8e8;
}
/* === Related Posts === */
#related-post {
  max-width: 1980px;
  margin: 0 auto;
}
#related-post .slick-slide,
#related-post .slick-slide a {
  outline: 0;
}
#related-post .slick-next,
#related-post .slick-prev {
  background: 0 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
}
#related-post .slick-next:focus,
#related-post .slick-next:hover,
#related-post .slick-prev:focus,
#related-post .slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: 0;
}
#related-post .slick-next:focus:before,
#related-post .slick-next:hover:before,
#related-post .slick-prev:focus:before,
#related-post .slick-prev:hover:before {
  opacity: 1;
}
#related-post .slick-next.slick-disabled:before,
#related-post .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
#related-post .slick-next:before,
#related-post .slick-prev:before {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
#related-post .slick-prev {
  left: -25px;
}
[dir="rtl"] #related-post .slick-prev {
  left: auto;
  right: -25px;
}
#related-post .slick-prev:before {
  content: "←";
}
#related-post .slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
#related-post .slick-next {
  right: -25px;
}
[dir="rtl"] #related-post .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] #related-post .slick-next:before {
  content: "←";
}
#related-post .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#related-post .slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
#related-post .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
#related-post .slick-dots li button,
.video {
  display: block;
  cursor: pointer;
}
#related-post .slick-dots li button:after,
#related-post .slick-dots li button:before {
  position: absolute;
  top: 50%;
  content: "";
}
#related-post .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  outline: 0;
  padding: 5px;
  width: 22px;
}
#related-post .slick-dots li button:focus,
#related-post .slick-dots li button:hover {
  outline: 0;
}
#related-post .slick-dots li button:focus:before,
#related-post .slick-dots li button:hover:before {
  opacity: 0.7;
}
#related-post .slick-dots li button:before {
  border-radius: 50%;
  height: 10px;
  left: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 10px;
}
#related-post .slick-dots li button:after {
  border: 1px solid;
  border-radius: 50%;
  height: 120%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  width: 120%;
}
#related-post .slick-dots li.slick-active button:before {
  opacity: 1;
}
#related-post .slick-dots li.slick-active button:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.6, 0.01, 0, 1.38);
  transition: -webkit-transform 0.45s cubic-bezier(0.6, 0.01, 0, 1.38);
  transition: transform 0.45s cubic-bezier(0.6, 0.01, 0, 1.38);
  transition: transform 0.45s cubic-bezier(0.6, 0.01, 0, 1.38),
    -webkit-transform 0.45s cubic-bezier(0.6, 0.01, 0, 1.38);
}
#related-post .dots--white .slick-dots li button:before {
  background-color: #fff;
}
#related-post .dots--white .slick-dots li.slick-active button:after {
  border-color: #fff;
}
#related-post .dots--black .slick-dots li button:before {
  background-color: #000;
}
#related-post .dots--black .slick-dots li.slick-active button:after {
  border-color: #000;
}
#related-post .dots--top .slick-dots {
  bottom: auto;
  top: 0;
}
#related-post .so-widget-featured-content-style .news {
  margin: 0 25px;
}
@media (max-width: 960px) {
  #related-post .so-widget-featured-content-style .news {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#related-post .so-widget-featured-content-style .news-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: -25px;
  margin-right: -25px;
}
#related-post .so-widget-featured-content-style .news-list.slick-initialized {
  display: block;
}
@media (max-width: 960px) {
  #related-post .so-widget-featured-content-style .news-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#related-post
  .so-widget-featured-content-style
  .news-list.slick-slider.slick-dotted {
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 960px) {
  #related-post
    .so-widget-featured-content-style
    .news-list.slick-slider.slick-dotted {
    margin-top: 60px;
  }
}
#related-post .so-widget-featured-content-style .news-list .slick-dots {
  bottom: auto;
  top: -85px;
}
@media (max-width: 960px) {
  #related-post .so-widget-featured-content-style .news-list .slick-dots {
    top: -50px;
  }
}
#related-post .so-widget-featured-content-style .news__link {
  border-radius: 6px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
#related-post .so-widget-featured-content-style .news__image {
  background-color: #d8d8d8;
  background-image: radial-gradient(
    circle at 48% 50%,
    #ffffff,
    rgba(0, 0, 0, 0.1)
  );
  border-radius: 6px;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: transform 300ms;
  width: 100%;
}
#related-post .so-widget-featured-content-style .news__title {
  color: #1e1d28;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 25px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  #related-post .so-widget-featured-content-style .news__title {
    font-size: 18px;
  }
}
#related-post .so-widget-featured-content-style .news.whitepapers .news__image {
  padding: 30px;
  object-fit: contain;
}
#related-post .so-widget-featured-content-style .news.case-studies .news__link {
  height: 250px;
}
#related-post
  .so-widget-featured-content-style
  .news.case-studies
  .news__image {
  background: transparent;
  height: 100%;
  margin-left: auto;
  object-fit: inherit;
  padding: 15px 0 15px 15px;
  width: auto;
}
#related-post .so-widget-featured-content-style .news:hover .news__image {
  transform: scale(1.1);
}
#related-post
  .so-widget-featured-content-style
  .section--ar
  .news.case-studies
  .news__image {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
}
#related-post .section.pt0 {
  padding-top: 0;
}
#related-post .container--full {
  padding-left: 100px;
  padding-right: 100px;
}
.blog__item-type {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 7px 15px 6px;
  color: #1e1d28;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  #related-post .container--full {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  #related-post .container--full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#related-post .subtitle,
#related-post .title {
  line-height: 54px;
  font-weight: 600;
}
#related-post .subtitle {
  color: #1e1d28;
  font-size: 46px;
  margin: 0 0 30px;
}
@media (max-width: 1440px), (max-height: 768px) {
  #related-post .subtitle {
    font-size: 46px;
    margin-bottom: 22px;
  }
}
@media (max-width: 960px) {
  #related-post .subtitle br,
  #related-post .title br {
    display: none;
  }
}
@media (max-width: 640px) {
  #related-post .subtitle {
    font-size: 28px;
  }
}
#related-post .subtitle--white {
  color: #fff;
}
#related-post .subtitle--small {
  font-size: 40px;
  line-height: 20px;
}
@media (max-width: 1440px) {
  #related-post .subtitle--small {
    font-size: 34px;
  }
}
#related-post .description,
#related-post .subtitle--center {
  text-align: center;
}

/* Featured Image */

/* Particular Post Banner Category */
.section__type {
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #000000 !important;
  margin-bottom: 26px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.section__back {
  position: relative;
  right: 50%;
  top: 50px;
  margin-right: 100px;
  padding: 0;
  max-width: 1310px;
}
.section__back.link:hover .link__icon {
  border-color: #fff;
}
@media (max-width: 1300px) {
  .section__back {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .section__back {
    display: none !important;
  }
}
.link {
  -webkit-box-align: center;
  align-items: center;
  display: inline-flex;
  outline: 0;
}
.link__icon {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 70px;
  transition: border-color 300ms;
  width: 70px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.link__icon::after {
  border-color: #fff !important;
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  border-left: 1px solid #1e1d28;
  border-top: 1px solid #1e1d28;
  position: absolute;
  content: "";
}
.link__icon::after,
.link__icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
}

.header-title.full-screen-title {
  max-height: 65vh;
}

.banner-img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 350px;
  z-index: -10;
  object-fit: cover;
  object-position: center center;
  max-height: 65vh;
}

@media (min-width: 960px) {
  .banner-img,
  .header-title.full-screen-title {
    min-height: 570px;
  }
}
.full-screen-title .overlaybox {
  margin-top: 0 !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full-screen-title .overlaybox {
  top: 50%;
  position: relative;
  width: 100%;
}
.title-base {
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .header-title .container {
    width: 80% !important;
    max-width: 1170px !important;
  }
  .title-base {
    max-width: 900px !important;
    width: 10 0% !important;
  }
}
.header-title,
.header-animation {
  text-align: center;
  height: 350px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.header-slider,
.header-video,
.header-title {
  overflow: hidden;
  position: relative;
}
.entry-content dl,
.entry-content ol,
.entry-content ul {
  margin-bottom: 2rem;
}
.entry-content li {
  line-height: 1.75rem;
  margin-bottom: 1.75rem;
}
.entry-title {
  font-family: "Poppins Regular";
  font-weight: 600;
  font-size: 3.5rem;
  color: #fff;
}
@media (max-width: 994px) {
  .entry-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.entry-content {
  margin: 0 auto;
  padding: 80px 100px;
  width: 70%;
  max-width: 1070px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 32px;
}
.entry-content p {
  margin: 0 0 32px;
}
.entry-content .wp-block-image {
  margin: 4em 0;
}
.entry-content .wp-block-image img {
  height: 100%;
}
@media (max-width: 1200px) {
  .entry-content {
    margin: 0 auto;
    padding: 80px 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .entry-content {
    padding: 80px 20px;
  }
}
