.All_Blogs_Page .shortBanMain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.All_Blogs_Page .heading {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  font-family: var(--o1Font);
  color: var(--headingColorW1);
  margin-bottom: 10px;
}
.All_Blogs_Page .linksPara {
  font-size: 15px;
  color: var(--paragraphColorWhite);
}
.All_Blogs_Page .linksPara span {
  margin: 0px 10px;
}
.All_Blogs_Page .linksPara a {
  transition: 0.3s;
}
.All_Blogs_Page .linksPara a:hover {
  color: var(--themeColor1);
}
.All_Blogs_Page .blogsV2 {
  padding: 10px;
  background-color: var(--themeUltraLight);
}
.All_Blogs_Page .navigations {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #00000019;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
.All_Blogs_Page .activeNav {
  background-color: var(--btnColor);
  color: var(--btnColorText);
}
.All_Blogs_Page .navigationArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.All_Blogs_Page .allHeading {
  font-size: 30px;
  padding: 20px 0 0 0;
  font-weight: 600;
}
.All_Blogs_Page .allPara {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .All_Blogs_Page {
    background-attachment: scroll;
  }
}
