:root {
  --white: #FFFFFF;
  --brand-blue: #103876;
}

.add-radius {
  border-radius: 10px;
  border: 1px solid rgb(125, 125, 125);
}

.advertise {
  max-width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
.advertise .addText-box {
  height: 366px;
}
.advertise .addText-box .add-text {
  text-align: right;
  padding-right: 20px;
}
.advertise .addFirst .swiper-wrapper .swiper-slide {
  display: grid;
  place-content: center;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-left {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-right {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-top {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-bottom {
  background-image: none;
}

.advertise-bottom {
  padding-top: 0;
}

.ads-skeleton {
  margin: auto;
  width: 97%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.section-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 40.95px;
  text-align: left;
  color: #151515;
  border-left: 6px solid #ff5b23;
  word-spacing: 0.5px;
  padding: 1px 13px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 49.95px;
  }
}

.floating-share-btn {
  position: sticky;
  left: 20px;
  bottom: 60px;
  z-index: 9;
}

.gap-top {
  margin-top: 20px;
}

.related-category {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: black;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .related-category {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 1440px) {
  .related-category {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .related-category {
    line-height: calc(-0.2314814815vw + 25.3333333333px);
  }
}
@media (min-width: 1440px) {
  .related-category {
    line-height: 22px;
  }
}

.related-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (min-width: 576px) {
  .related-title {
    font-size: calc(0vw + 14px);
  }
}
@media (min-width: 1440px) {
  .related-title {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .related-title {
    line-height: calc(-0.3472222222vw + 24px);
  }
}
@media (min-width: 1440px) {
  .related-title {
    line-height: 19px;
  }
}

.related-article {
  position: relative;
  height: 270px;
  width: 370px;
  border-radius: 10px;
}
.related-article img {
  border-radius: 10px;
}
.related-article::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.comment-form {
  position: relative;
}

.comments-send {
  position: absolute;
  top: 3px;
  right: 4px;
  border: none;
}
.comments-send svg path {
  transition: all 0.3s ease;
}
.comments-send:hover svg path {
  fill: #0796D6;
}

.comments-send:focus {
  border: none;
  box-shadow: none;
}
.comments-send:focus svg path {
  fill: #0796D6;
}

.category-title {
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.redirect-page {
  position: relative;
}

.styled-dots .slick-dots {
  bottom: 0;
  text-align: left;
}
.styled-dots .slick-dots li {
  transition: 0.4s ease;
  width: 16px;
  width: 10px;
  height: 4px;
}
.styled-dots .slick-dots li button {
  background: #000000;
  opacity: 0.5;
  width: 14px;
  height: 5px;
  padding: 2px;
  border-radius: 5px;
  transition: 0.4s ease;
}
.styled-dots .slick-dots li button:before {
  display: none;
}
.styled-dots .slick-dots li.slick-active {
  width: 18px;
}
.styled-dots .slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
}

.text-on-img {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%);
}

.page-title {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #fff;
}

.published-date {
  font-size: 14px;
  line-height: 14.63px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #00314D;
  background: #CDDA89;
  padding: 6px 16px;
  border-radius: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .published-date {
    font-size: calc(0vw + 14px);
  }
}
@media (min-width: 1440px) {
  .published-date {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .published-date {
    line-height: calc(0.2743055556vw + 13.05px);
  }
}
@media (min-width: 1440px) {
  .published-date {
    line-height: 17px;
  }
}

.article-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #505050;
}
@media (min-width: 576px) {
  .article-title {
    font-size: calc(0.5787037037vw + 21.6666666667px);
  }
}
@media (min-width: 1440px) {
  .article-title {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .article-title {
    line-height: calc(0.5787037037vw + 31.6666666667px);
  }
}
@media (min-width: 1440px) {
  .article-title {
    line-height: 40px;
  }
}

.social-icon {
  margin-right: 20px;
}

.social-icon svg path {
  transition: all 0.3s ease;
}

.facebook-icon:hover svg path {
  fill: rgb(66, 103, 178);
}

.twitter-icon:hover svg path {
  fill: #1D9BF0;
}

.linkdin-icon:hover svg path {
  fill: #0A66C2;
}

.whatsapp-icon:hover svg path {
  fill: #25D366;
}

.clap-icon:hover svg path {
  fill: #0796D6;
  stroke: #0796D6;
}

.article-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #505050;
  max-width: 770px;
}
@media (min-width: 576px) {
  .article-content {
    font-size: calc(0.462962963vw + 11.3333333333px);
  }
}
@media (min-width: 1440px) {
  .article-content {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .article-content {
    line-height: calc(0.6944444444vw + 20px);
  }
}
@media (min-width: 1440px) {
  .article-content {
    line-height: 30px;
  }
}

.article-content li,
.article-content p,
.article-content span {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.01em !important;
  font-weight: 400;
  color: #505050 !important;
}

.sticky-icon {
  cursor: pointer;
}

.clap {
  position: relative;
  transition: 0.5s;
}
.clap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.clap:hover {
  cursor: pointer;
}
.clap:hover:after {
  animation: shockwave 1s ease-in infinite;
}
.clap .clap--count {
  position: absolute;
  top: -20px;
  left: 8px;
  font-size: 0.8rem;
  color: black;
  background: white;
  padding: 4px 7px;
  line-height: 17px;
  border-radius: 30px;
  opacity: 0;
  z-index: 1000;
}
.clap.black-clap .clap--count {
  background: #000000;
  color: #ffffff;
}

@keyframes shockwave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.add-margin {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #505050;
}
.add-margin .comment-time {
  font-weight: 400;
  font-size: 13px;
}

.share-more {
  padding: 25px 0;
}

.comment-top-line {
  margin: 0;
  padding: 0;
  margin-bottom: 11.5px;
  margin-top: 10px;
}

.sticky-icon:hover svg path {
  transition: all 0.3s ease;
}

.sticky-icon:hover svg path {
  fill: #0796D6;
  stroke: #0796D6;
}

.share-icon:hover svg path {
  fill: #0796D6;
}

.commit-icon:hover svg path {
  fill: #0796D6;
}

.hightlight svg path {
  fill: #0796D6;
}

.comment-box-hide {
  display: none !important;
}

.comments-wrapper .user-intro:nth-child(3n-2) .avtarUser {
  background-color: #28a745;
}
.comments-wrapper .user-intro:nth-child(4n-1) .avtarUser {
  background-color: #223471;
}
.comments-wrapper .user-intro:nth-child(3n-3) .avtarUser {
  background-color: #199fbc;
}
.comments-wrapper .user-intro:nth-child(5n-3) .avtarUser {
  background-color: #8adff2;
}
.comments-wrapper .user-intro .user-comment-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #505050;
}

.comment-input-box {
  min-width: 300px;
  width: auto !important;
}
.comment-input-box .comment-form {
  flex: 3;
}

.avtarUser {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #103977;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 0 black;
  cursor: pointer;
}
.avtarUser .avtarInitial {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  padding: 0;
  transition: all 0.5s ease;
}
.avtarUser:hover .avtarInitial {
  scale: 1.3;
}

.comment-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 20px;
  padding-right: 50px;
  border-radius: 40px;
  float: right;
  color: #828282;
  border: 0.5px solid #0796D6;
}

.show-more-box .show-more-btn {
  border: 0.5px solid #0796D6;
  width: 100%;
  background: transparent;
  padding: 10px;
  color: #828282;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.show-more-box .show-more-btn:hover {
  color: #5d5d5d;
}
.show-more-box .show-more-btn:hover svg path {
  fill: #5d5d5d;
}
.show-more-box span {
  padding-right: 10px;
}

.bottom-related-slider {
  margin: 0;
  padding: 0;
  width: 100%;
}

.more-article-heading {
  margin-left: 10px;
}

.relatedArticleSlider {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.relatedArticleSlider .swiper-pagination {
  display: flex;
  bottom: 0;
  top: unset;
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}
.relatedArticleSlider .swiper-pagination-bullet {
  height: 4px;
  border-radius: 3px;
  width: 10px;
  transition: all 0.3s ease;
  background: rgba(80, 80, 80, 0.9254901961);
}
.relatedArticleSlider .swiper-pagination-bullet-active {
  background: #505050;
  height: 4px;
  width: 20px;
}

.swiper-slide {
  transition: all 1s ease;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-blog-slide {
  border-radius: 10px;
  width: 300px;
}
.related-blog-slide .image-wrapper {
  overflow: hidden;
}

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

.related-img-box {
  height: 100%;
  width: 100%;
}
.related-img-box .publish-wrapper {
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.02em;
  color: #505050;
  display: flex;
  justify-content: space-between;
}
.related-img-box .publish-wrapper span {
  color: #8B81D0;
}
.related-img-box .related-blog-img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.545/1;
  height: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.related-img-box .text-box {
  bottom: 0;
  z-index: 2;
}
.related-img-box .text-box .readTime {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #1D1D1D;
}
.related-img-box .text-box .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1D1D1D;
}

.news-landing {
  border-radius: 10px;
}

.news-source {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #818181;
}

.news-link {
  color: #0796D6;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.news-link:hover {
  color: #014c6f;
}

@media (min-width: 576px) {
  .bottom-related-slider {
    padding: none;
    margin: auto;
    width: auto;
  }
  .more-article-heading {
    margin-left: 10px;
  }
  .sticky-div-container {
    transform: translateX(90px);
  }
  .sticky-container {
    position: sticky;
    top: 270px;
    bottom: 150px;
    z-index: 50;
  }
}
@media (min-width: 768px) {
  .advertise .addText-box {
    height: 170px;
  }
  .advertise .addText-box .add-text {
    text-align: right;
    padding-right: 14px;
  }
}
@media (min-width: 992px) {
  .article-content li,
  .article-content p,
  .article-content span {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 400;
    letter-spacing: 0.01em !important;
    color: #505050;
  }
  .first-ads {
    padding-top: 119px;
  }
  .advertise .addText-box {
    height: 250px;
  }
  .advertise .addText-box .add-text {
    text-align: right;
    padding-right: 14px;
    margin-top: -15px;
  }
  .small-container {
    max-width: 970px !important;
  }
  .relatedArticleSlider .swiper-pagination {
    display: none;
  }
  .swiper-slide-active .related-blog-slide {
    box-shadow: none;
  }
  .related-blog-slide:hover .related-blog-img {
    scale: 1.05;
  }
  .related-blog-slide {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .first-ads {
    padding-top: 75px;
  }
  .advertise .addText-box {
    height: 270px;
  }
  .advertise .addText-box .add-text {
    margin-top: 0px;
  }
  .related-blog-slide {
    height: auto;
  }
}
.select-share {
  background: #ffffff;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  opacity: 0;
  padding: 5px 10px;
  box-shadow: 5px 6px 18px 3px lightgrey;
}
.select-share .fa {
  padding: 4px 7px;
  color: #ffffff;
  font-size: 24px;
  font-family: FontAwesome !important;
  color: #7D93B0;
  transition: 0.5s;
}
.select-share .fa:hover {
  transform: scale(1.1) translateY(-3px);
}
.select-share a {
  color: white;
}
.select-share:after {
  border-color: #ffffff;
  border-style: solid;
  border-width: 15px 7px 0;
  bottom: -6px;
  content: "";
  display: block;
  left: 8px;
  position: absolute;
  width: 0;
  transform: rotate(50deg);
}
