#ad-tabs-list{
    margin-top: 50px;
}
.ad-nav-item{
    display: flex;
    justify-content: center;
}
.ad-nav-item li{
    height: 72px;
    font-size: 28px;
    font-weight: 700;
    font-family:"Poppins";
}
.nav-tabs{
    border: none;
    z-index: 4;
    position: relative;
    bottom: -1px;
}
.ad-nav-item a{
    text-decoration: none;
    color: #aaabb7;
    height: 72px;
    padding: 12px 110px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Poppins";
    bottom: -20px;
    position: relative;
}
.ad-nav-item a:hover{
    color: #124ba8;
}
.ad-tabs-list h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.ad-nav-item .active{
    background: #f2f3f5;
    color: #131529;
    box-shadow: 0px -4px 6px 0px rgb(173 173 173 / 20%), inset -1px 0px 0px 0px rgb(232 232 235 / 0%), inset 1px 0px 0px 0px rgb(232 232 235 / 0%), inset 0px 1px 0px 0px rgb(232 232 235 / 0%);
    z-index: 1;
    border: 1px solid #e1e1e6;
    border-bottom: 0;
    z-index: 1;
}
.ad-nav-item .active  a{
    color:#124ba8;
}
.ad-tab-content{
    border-top: 1px solid #e1e1e6 !important;
    background-color:#f2f3f5 ;
    z-index: 1;
    padding:30px;
}

/* Post */
.post-content {
    top: 0;
    padding: 14px 20px;
    font-family: "Poppins";
}
.post-content .category-name {
    margin-bottom: 5px !important;
}
.post-item{
    border:1px solid #e8e8eb;
    background: white;
}
.post-item .post-title {
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 12px;
}
.post-item .post-title h4 {
    font-size: 20px;
    line-height: 27px;
}
.post-item .post-excerpt {
    margin-top: 0;
}
.post-image {
    width: 100%;
    height: auto;
}
.post-title{
    color: #131529;
    text-decoration: none;
    font-weight: 700;
}
.post-title:hover{
    color: #124ba8;
}
.category-name a{
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #124ba8;
    text-decoration: none;
}

.modal-description{
    height: 500px;
    overflow: visible;
    max-width: 80% !important;
}
.modal-container{
    text-align: center;
}
.modal-image{
    height: 120px;
    width: auto;
}
.modal-text{
    overflow-y: scroll;
    height: 200px;
}
.modal-wide{
    height: -webkit-fill-available;
    overflow-y: scroll;
    overflow-x: hidden;
}
.navbar{
    z-index:5;
}


/* Shining Effect */
.image-wrapper {
	 /* height: 12rem; */
	 /* width: 12rem; */
	 border-radius: 6px;
	 /* background-color: #ccc; */
	 /* display: flex; */
	 /* align-items: center; */
	 text-align: center;
	 line-height: 1.6;
}
 .image-wrapper img {
	 height: auto;
	 max-width: 100%;
}
 .shine {
	 position: relative;
	 overflow: hidden;
}
 .shine::before {
	 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	 content: "";
	 display: block;
	 height: 100%;
	 left: -75%;
	 position: absolute;
	 top: 0;
	 transform: skewX(-25deg);
	 width: 50%;
	 z-index: 2;
}
 .shine:hover::before, .shine:focus::before {
	 animation: shine 0.85s;
}
 @keyframes shine {
	 100% {
		 left: 125%;
	}
}


.blocker{
	z-index:6 !important;
}