.scrolled .navigation-link {
  color: #151515 !important;
}

.scrolled .navigation-link path {
  fill: #001a3b !important;
}

.scrolled .brochure-btn-border {
  border: 0.5px solid #fff !important;
}

.scrolled .navbar-brand {
  color: #fff !important;
}

.scrolled .navbar-brand path {
  fill: #001a3b !important;
}

.landing-section {
  padding-top: 80px;
}

.detail-page-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #001A3B;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
}

@media (min-width: 576px) {
  .detail-page-title {
    font-size: calc(0.92592593vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .detail-page-title {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .detail-page-title {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .detail-page-title {
    line-height: 40px;
  }
}

.detail-page-author {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #001A3B;
  font-weight: 400;
}

.article-detail-section-para {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #505050;
  font-weight: 400;
  font-family: "Gilroy", sans-serif !important;
}

@media (min-width: 576px) {
  .article-detail-section-para {
    font-size: calc(0vw + 20px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-para {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .article-detail-section-para {
    line-height: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-para {
    line-height: 30px;
  }
}

.article-detail-section-para p, .article-detail-section-para span, .article-detail-section-para h1, .article-detail-section-para h2, .article-detail-section-para h3, .article-detail-section-para h4, .article-detail-section-para h5, .article-detail-section-para h6 {
  font-family: "Gilroy", sans-serif !important;
}

.article-detail-section-para span {
  width: auto !important;
}

.article-detail-section-para span img {
  max-width: 100%;
  height: auto;
}

.article-like-title {
  font-size: 30px;
  line-height: 40px;
  color: #001A3B;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}

@media (min-width: 576px) {
  .article-like-title {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-like-title {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .article-like-title {
    line-height: calc(1.73611111vw + 30px);
  }
}

@media (min-width: 1440px) {
  .article-like-title {
    line-height: 55px;
  }
}

.share-on {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #303030;
  font-weight: 400;
}

.social-icons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}

.social-icon {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.social-icon,
.share {
  cursor: pointer;
}

.social-icon:hover path,
.share:hover path {
  fill: #091B34;
}

.truncation {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncation-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-title {
  font-size: 22px;
  line-height: 30px;
  color: #001A3B;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Gilroy", sans-serif;
}

@media (min-width: 576px) {
  .card-title {
    font-size: calc(0.34722222vw + 20px);
  }
}

@media (min-width: 1440px) {
  .card-title {
    font-size: 25px;
  }
}

@media (min-width: 576px) {
  .card-title {
    line-height: calc(0.34722222vw + 28px);
  }
}

@media (min-width: 1440px) {
  .card-title {
    line-height: 33px;
  }
}

.card-img {
  width: 340px;
}

.card-description {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #001A3B;
  font-family: "Gilroy", sans-serif;
}

.detail-page-img {
  width: 100%;
}

.top-row {
  display: block;
}

.mob-border {
  border-style: none;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}

.stick-mob-icons {
  position: sticky;
  position: -webkit-sticky;
  top: 80vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 100;
}

.clap {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clap .clap--count {
  position: absolute;
  top: -20.625px;
  left: 8.25px;
  font-size: .8rem;
  color: #000;
  padding: 4px 7px;
  line-height: 16.5px;
  border-radius: 30px;
  opacity: 1;
  z-index: 1000;
}

.stick-mob-icons-container {
  position: relative;
}

.stick-mob-icons-container .share {
  position: absolute;
  right: 0;
}

.stick-mob-icons-container .share {
  top: 50px;
}

.article-bottom-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-detail-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.article-detail-section-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 30px 0px 30px 0px;
  color: #505050;
}

@media (min-width: 576px) {
  .article-detail-section-heading {
    font-size: calc(0.92592593vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .article-detail-section-heading {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-heading {
    line-height: 40px;
  }
}

.article-detail-section-smallimg {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #505050;
  font-size: 14px;
  line-height: 17px;
}

.article-detail-section-smallpara {
  display: inline-block;
  width: 40%;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #505050;
  font-size: 14px;
  line-height: 17px;
}

.article-detail-section-smallpara1 {
  margin-bottom: 5px !important;
}

.article-detail-section-icon-group {
  color: #828282;
  padding-top: 30px;
}

.article-detail-section-icons {
  padding-right: 20px;
}

.article-detail-section-para {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #505050;
}

@media (min-width: 576px) {
  .article-detail-section-para {
    font-size: calc(0.23148148vw + 18.66666667px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-para {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .article-detail-section-para {
    line-height: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .article-detail-section-para {
    line-height: 30px;
  }
}

.article-detail-section-horizonal-line {
  margin: 40px 0px 0px 0px;
}

.article-detail-heading-section {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #505050;
  padding: 40px 0px 40px 0px;
}

@media (min-width: 576px) {
  .article-detail-heading-section {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-detail-heading-section {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .article-detail-heading-section {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-detail-heading-section {
    line-height: 30px;
  }
}

.article-detail-content-section {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #505050;
  padding: 40px 0px 40px 0px;
}

@media (min-width: 576px) {
  .article-detail-content-section {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-detail-content-section {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .article-detail-content-section {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-detail-content-section {
    line-height: 30px;
  }
}

.clap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 47px;
  width: 47px;
}

.sticky-div {
  padding: 0 0 0 30px;
  position: sticky;
  top: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 150px;
  z-index: 50;
}

.sticky-div .sticky-icon {
  width: 47px;
  height: 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-div-container {
  padding-top: 45px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

@media (min-width: 768px) {
  .landing-section {
    padding-top: 120px;
  }
  .top-row {
    display: none;
  }
  .mob-border {
    border-style: none;
    padding-bottom: 0px;
  }
  .card-img {
    width: 570px !important;
  }
  .detail-page-img {
    width: 50%;
  }
  .article-detail-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-detail-section-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-detail-section-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .article-detail-section-horizonal-line {
    display: none;
  }
}
