
/* Blog Listing Page */


.blog-header {
    background-image: url(../images/pheader-bg.webp);
}
.grid-item{
    float: left;
}

.border-radius-10 {
    border-radius: 10px;
}
.post-card-1 {
    border: 1px solid #001e92;
    z-index: 12;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    position: relative;
    background: #fff;
    border-bottom: 10px solid #001e92;
}
.post-card-1::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    left: 10px;
    border-radius: 10px;
    box-shadow: var(--box-shadow-normal), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    z-index: -1;
}
.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
    overflow: hidden;
}
.post-card-1 .thumb-overlay {
    min-height: 220px;
    border-radius: 10px 10px 0 0;
}
.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-hover), 0 0 0 transparent;
}
.thumb-overlay::before {
    /*position: absolute;*/
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.thumb-overlay img {
    height: 100%;
    object-fit: cover;
}
.top-left-icon, .top-right-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    z-index: 3;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}
.top-right-icon {
    left: unset;
    right: 30px;
}
.post-card-1 .top-right-icon {
    top: 20px;
    right: 20px;
}
.social-share {
    height: 0;
    transition-duration: 0.2s;
}
.post-thumb .social-share {
    position: absolute;
    float: left;
    overflow: hidden;
    padding-left: 0;
    bottom: 10px;
    right: 10px;
    margin: 0;
    z-index: 200;
}
.post-thumb:hover .social-share {
    height: 30px;
    transition-duration: 0.2s;
}
.post-thumb .social-share li {
    width: 100%;
    text-align: center;
    max-width: 0px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
    margin-left: 5px;
}
.post-thumb .social-share li:first-child {
    max-width: 24px;
    opacity: 1;
    pointer-events: none;
}
.post-thumb .social-share li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
.post-thumb .social-share li a {
    background: #b56cad;
}
.post-thumb .social-share:hover li:nth-child(1) {
    opacity: 0;
    max-width: 0;
}
.post-thumb .social-share:hover li {
    opacity: 1;
    max-width: 28px;
}
.post-card-1 .post-content {
    background: #fcfcfc;
    border-radius: 0 0 10px 10px;
}
.post-thumb .social-share li a.fb, .header-social-network .list-inline-item a.fb {
    background: #3b5999;
}
.post-thumb .social-share li a.tw, .header-social-network .list-inline-item a.tw {
    background: #55acee;
}
.post-thumb .social-share li a.pt, .header-social-network .list-inline-item a.pt {
    background: #bd081c;
}
.p-30 {
    padding: 30px !important;
}
.entry-meta {
    line-height: 1;
    color: #666;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.font-x-small {
    font-size: 10px;
}
.font-small {
    font-size: 12px;
}
.entry-meta.meta-0 span.post-cat {
    padding-right: 7px;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
}
.post-card-1 .post-content h5.post-title a {
    color: #001e92;
}
.post-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 115px;
}
.entry-meta.meta-1 span {
    margin-right: 10px;
}
.entry-meta span {
    position: relative;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}
span.has-dot::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: -3px;
    border-radius: 50%;
}
.post-card-content .post-title a:hover{
    color: #5f1a59;
}
.post-thumb .social-share li a:hover{
    background: #5f1a59;
}
.pagination-area .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination-area .page-item {
    margin: 0;
}
.pagination-area .page-item:first-child {
    margin: 0;
}
.pagination-area .page-link, #scrollUp {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px hsla(0,0%,42.4%,0.2), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 50% !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #001e92;
    border-color: #001e92;
}
.pagination-area .page-item.active .page-link {
    color: #fff !important;
}
.pagination-area .page-link:hover{
    background-color: #001e92;
    color: #fff;
}


.tj-page-blogdetails {
    padding-top: 50px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.blogdetails_header {
    position: relative;
}
.blogdetails_header .tp-header-main {
    background: #f8f8f8;
}


.blog_details .entry-header-style-1 .entry-title {
    font-size: 3em;
    color: #001e92;
}
.entry-meta .author-avatar {
    float: left;
    margin: -3px 15px 0 0;
}
.entry-meta .author-avatar img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    background-color: #ddd;
    object-fit: cover;
}
.img-circle {
    border-radius: 50%;
}
.entry-meta.meta-2 .author-name {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px;
}
.mr-10 {
    margin-right: 10px !important;
}
.header-social-network {
    line-height: 1;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.header-social-network .list-inline-item a {
    background: #999;
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #fff !important;
}
.blogdetails_featureimg img {
 
    max-width: 100%;
}
.entry-main-content h2, .entry-main-content h3, .entry-main-content h4, .entry-main-content h5{
    color: #001e92;
}
ul.about_list li {
    line-height: 26px;
    padding-bottom: 10px;
    font-size: 16px;
    list-style: disc;
    list-style-position: inside;
    font-weight: 300;
}
.trackrecode_section{
	padding: 100px 0;
}
.member_section{
	padding-bottom: 150px;
}
.member-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 15px;
}
.member-card {
  min-width: 260px;
  background: #f6f9ff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 1px 4px 1px #e2e2e2;
  margin-bottom: 30px;
}
.member-card h4 {
  margin: 0 0 6px;
  font-size: 24px;
    letter-spacing: -1px;
    font-style: italic;
}

.member-card .role {
  color: #001e92;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.member-card .qualification {
  font-size: 14px;
  color: #555;
}

.tp-main-menu ul li.active a.nav-link {
    color: #001e92;
}
/* .blog_section a.global_btn {
    background: #001e92;
    color: #fff;
} */
.footer_newsletter input.global_btn {
    padding: 15px 40px;
    background: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
}
.footer_newsletter input.global_btn:hover {
    background: #001e92;
    color: #fff;
    border: 2px solid #fff;
}
.envelope {
    padding: 13px 15px;
    height: 54px;
}
.wpcf7-response-output {
    background: #fff;
}
.contact_right_box textarea.form-control {
    height: 150px;
}

.career_section .glass-form {
    height: 100%;
    background: #e9ecef;
    backdrop-filter: blur(12px);
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 0 20px -3px rgb(0 0 0 / 27%);
}

.custom-input {
    background: #e9ecef;
    height: auto;
    padding: 12px 10px;
}

.brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 18px 28px;
    border-radius: 60px;
    background: linear-gradient(135deg, #0a3d62, #1e6fa8);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(10, 61, 98, 0.35);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.brochure-btn .icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.brochure-btn .text {
    text-align: left;
    line-height: 1.3;
}

.brochure-btn strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.brochure-btn small {
    font-size: 13px;
    opacity: 0.85;
}

.brochure-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.brochure-btn:hover::after {
    transform: translateX(100%);
}

.brochure-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(10, 61, 98, 0.45);
    color: #fff;
}

.course_section{
    padding-bottom: 100px;
}