.about-section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiva-common-banner {
  /* background-image: url("../images/main-banner.png"); */
  height: 100%;
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tiva-common-banner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #002367;
  line-height: 1.1;
  letter-spacing: -1px;
}

.banner-section {
	display: flex;
	align-items: center;
}
.about-section-1 {
	display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
  .about-section-1 {
    display: flex;
    flex-direction: column;
  }
  }


.tiva-common-banner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #002367;
  line-height: 1.1;
  letter-spacing: -1px;
}
.about-section-1 h4 {
  color: #002367;
  font-weight: 500;
  /* margin: 0; */
  font-size: 22px;
}
.feature-ul ul{
  padding: 0;
  margin: 0;
}
.feature-ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #cfddf9;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  background: #dae7ff;
}
.feature-ul li a {
  color: #696d6f;
}
 .main-btn {
  font-size: 15px;
  font-family: 'AktivGroteskW06', sans-serif;
  line-height: 30px;
  border-radius: 40px;
  font-weight: 400;
  padding: 10px 42px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 148px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(0, 75, 255);
}
.main-btn:hover {
  text-decoration: none;
  color: #c2c2c2;
  outline: 0 !important;
}
.tiva-common-banner.about-section-1.blog-color-banner {
  background: aliceblue;
}
.blog-img img {
  width: 100%;
  border-radius: 8px;
}
.blog-img{
  margin-top: 50px;
  padding-bottom: 50px;
}
.tiva-tag ul{
  padding: 0;
  margin: 0;
}
.tiva-tag ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 42px;


}
.tiva-tag ul li a {
  color: #7185b1;
  background: #e5eaf5;
  padding: 12px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
/* .tiva-tag ul li.active {
  background: #0833ea;
  color: white !important;
} */
.tiva-tag .active a {
  background: #002367;
  color: #ffffff !important;
}
.topic-tag ul{
  padding: 0;
  margin: 0;
}
.topic-tag ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 42px;
}
.topic-tag ul li a {
  color: #6b6b6b;
  background: #e5f5ea;
  padding: 12px 16px;
  border-radius: 50px;
}
.topic-tag .active a {
  background: #002367;
  color: #ffffff !important;
}
/* .topic-tag ul li.active {
  background: #0833ea;
  color: white !important;
} */
.topic-tag .active a {
  background: #002367;
  color: #ffffff !important;
}
.tag-blog h3{
  font-size: 20px;
    font-weight: 500;
  margin-bottom: 42px;
}
.thumb-area {
  min-height: 400px;
  border: 1px solid rgb(231, 231, 231);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 50px;
  transition: .3s;

}
.thumb-area:hover {
  box-shadow: 0 1px 24px -8px rgb(0 0 0 / 15%);
    transform: translate(0,-3px);
}
.thumb-img {
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

.blog-link-footer {
  width: 100%;
  align-self: flex-end;
}
.blog-link-footer a {
  font-weight: 500;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 24px;
  color: #535353;
}
.thumb-area-tag{}
.thumb-area-tag ul{
  padding: 0;
  margin: 0;
}
.thumb-area-tag li {
  list-style: none;
  display: inline-block;
}
.thumb-area-tag ul li a {
  color: #6b6b6b;
  background: #e5f5ea;
  padding: 7px 12px;
  border-radius: 50px;
}
.thumb-area-tag ul li a {
  color: #6b6b6b;
  background: #d8e9ff;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 14px;
}
.thumb-area-tag a.active {
  background: blue !important;
  color: white !important;
}

.p-tag-3 {
	margin: 0 auto;
	font-weight: normal;
	margin-bottom: 80px;
}
.sidebarThumb {
  max-width: 94px;
  margin-right: 18px;
  border-radius: 3px;
  min-height: 60px;
  object-fit: cover;
  object-position: center;
}
.sidebardesc a {
  font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: black;
}
.latest-block-header{
  color: black;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.newPageSidebar{
  overflow: auto;
  position: sticky;
}

.category-pill .nav-pills>li>a {
  border-radius: 4px;
  color: #6b6b6b;
  background: #e5f5ea;
  padding: 6px 20px;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 30px;
}
.category-pill .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #002367;
}

.tiva-main-header {
  font-family: 'AktivGroteskW06', sans-serif;
  font-size: 38px;
  color: #484747;
  /* text-align: center; */
  padding-bottom: 20px;
  padding-top: 90px;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  /* font-weight: 700; */
  font-size: 41px;
  line-height: 45px;
  color: #05264E;
}
.navbar li.blog-nav-tittle {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 10px;
  font-weight: 400;
}
@media screen and (min-width: 380px) and (max-width: 767px){
  .navbar li.blog-nav-tittle {
    font-size: 25px;
    padding-left: 14px;
    padding-top: 10px;
  }
}
.newPageSidebar {
  overflow: auto;
  position: sticky;
  top: 15%;
}

html, body {
    overflow-x: inherit;
}