/* Var starts */
:root {
    --blue: #414589;
    --bcaj-heading: #303133;
    --bcaj-bg-1: #E0CDB0;
    --bcaj-bg-2: #E4E8E7;
    --bcaj-bg-3: #F8F8F8;
    --border-color: #eee;
    --orange: #f7a90b;
}

/* Var ends */

/*Progress bar css starts*/
#page-progress-bar {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px; /* Adjust the height as needed */
   background-color: #d5dfe942; /* Background color of the progress bar */
   z-index: 9999; /* Adjust the z-index if necessary */
}

#progress-indicator {
   height: 100%;
   width: 0;
   background-color: var(--orange); /* Color of the progress indicator */
   transition: width 0.2s ease; /* Smooth transition effect */
}

/*Progress bar css ends*/

/*Share btn css starts*/
.custom-share-button {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}

.share-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    /*background-color: #007bff; */
    color: var(--blue);
    border-radius: 5px;
}

.share-link .icon {
    margin-right: 5px; /* Adjust as needed */
}
/*Share btn css ends*/

/**/
.addwidth{
    width: 50%;
}
/**/

/* Common css starts */
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: var(--textColor);
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    color: var(--blue);
}

.text-orange {
    color : var(--orange);
}

.text-blue {
    color: var(--blue);
}

.cta-btn,
.cta-btn:hover {
    color: #fff;
    background-color: var(--main-color);
    padding: 10px 15px;
    border-radius: 20px;
}

.navbar {
    position: relative;
    z-index: 9999;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}


.navbar input:focus {
    border: none;
    inset-inline: 0px;
}

input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px red;
}

.bcaj-heading {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.bcaj-bg-1 {
    background-color: var(--bcaj-bg-1);
}

.bcaj-bg-2 {
    background-color: var(--bcaj-bg-2);
}

.bcaj-bg-3 {
    background-color: var(--bcaj-bg-3);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-orange {
    background-color: var(--orange);
}

/* Common css ends */

/* Font size css starts */
.fs-14 {
    font-size: 0.9rem;
}

.fs-15 {
    font-size: 1rem;
}

/* Font size css ends */

/* Header css starts */
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: var(--main-color);
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: var(--main-color);
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a,
.login-cta-btn {
    color: var(--main-color);
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
    background: var(--main-color);
}

.searchform .search span {
    font-size: 16px;
    color: #000;
}

.searchform .search {
    width: 50px;
    height: 50px;
    background: #ff000000 !important;
}

.navbar-brand {
    margin-bottom: 0px;
}

.sub-cta-btn {
    background-color: var(--main-color);
    color: #fff !important;
    max-height: 40px;
}

.searchform {
    width: 2rem;
}

.site-logo img {
    max-width: 184px;
    max-height: 84px;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #000;
}

.ftco-navbar-light {
    background: #ffffff !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 3;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.dropdown-menu {
    padding: 0px;
}

.navbar ul li.submenu a.learnMoreBtn {
    padding: 5px 35px 5px 25px !important;
}

/* Header css ends */

/*Home css starts*/
.email-field {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #aaa;
    text-align: left;
    padding: 5px 15px;
}

.fa-envelope-o {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.bt-2 {
    border-top: 1px solid #aaa;
}

.search-btn, .ctaButton {
    padding: 5px 15px;
    border: 1px solid var(--orange);
    border-radius: 20px;
    background: var(--orange);
    color: #fff;
    display: table;
}
.search-btn:hover, .ctaButton:hover {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.slideImgCont .overlay {
    color: #fff;
}
.slideImgCont .overlay a:hover {
    color: #fff;
}
.presmsg .testiBox{
    height: 100%;
}
.message_text{
    text-align: justify;
}
.journalMainimg {
    border: 1px solid #0A4994;
    padding: 15px;
}
/*Home css ends*/
/* Blog detail page css starts */
.post-main-title {
    border-bottom: 2px solid var(--border-color);
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.post-entry-title {
    font-size: .875rem;
    margin-bottom: 5px;
    line-height: 1.3;
}

.blog-border-bottom {
    border-bottom: 1px dashed var(--border-color);
}

.fa-facebook {
    background: #999;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.reading-time {
    /*background: #eee;*/
    background: #0d3464;
    color: #fff;
    padding: 5px 15px;
    line-height: 25px;
}

.full-border {
    padding: 24px;
    /*box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);*/
    /*border-radius: 5px;*/
}
.card-border{
     padding: 24px;
     height: 100%;
    /*box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);*/
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.card-border:hover {
    border: 1px solid transparent;
    background: #fffbf2;
    transform: scale(1.02);
}

.post-pagination a {
    text-transform: uppercase;
}

.form-control {
    background-color: #fff !important;
    border-radius: 20px;
    border: 1px solid #000;
}

textarea.form-control {
    height: 150px !important;
}

.input:focus,
.input:active {
    border-color: #000 !important;
}

.latpost{
    height: 5.5rem;
}

/* Blog detail page css ends */
/*Archive css starts*/
.categoryName{
    font-size: 18px;  
}
h4 {
    color: var(--blue);
}
/*.post-content h2 {*/
/*    color: #f7a90b;*/
/*    font-size: 22px;*/
/*}*/

.post-content{
    text-align: justify;
}
.post-content h4, .post-content h3 {
    color: #f7a90b;
    /*font-size: 22px;*/
    
}
.post-content strong, .journal-content strong{
    color: var(--blue);
}

#profile-description .show-more:hover {
    color: #fff;
}

.post-content a {
    color: var(--blue);
} 
/*Archive css ends*/

/* Header sub menu css starts */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    position: absolute !important;
    /* top: 95px;
    left: 162px; */
    display: none !important;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
}

/* Header sub menu css ends */
/*Filter page css starts*/
.filterSliderCont .authorName {
    font-size: 12px;
    color: #696969;
    font-weight: 500;
}
.boxMatter p{
    font-size: 15px;
    font-weight: bold;
    color: #0d3464;
}
/*Filter page css ends*/
/* Footer Css starts */
.footer-1 a,
.footer-1 a:hover {
    color: #000;
    display: block;
    font-size: 0.8rem;
}

.footer-1 a:hover {
    font-weight: bold;
}

.footer-3 h6 {
    font-weight: bold;
    color: #000;
    font-size: 0.9rem;
    text-align: center;
}

.footer-3 a,
.footer-3 p {
    font-size: 0.8rem;
    color: #000;
}

a,
a>span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

a:before,
a:after,
a>span:before,
a>span:after {
    content: '';
    /* position: absolute; */
    transition: transform .5s ease;
    font-weight: bold;
}

.cta-hover {
    display: inline-flex;
    overflow: hidden;
}

.cta-hover:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--main-color);
    transform: translateX(-100%);
}

.cta-hover:hover:before {
    transform: translateX(0);
}

.copyright a:hover {
    color: var(--orange);
}

/* Footer css ends */

/*Introduction css starts*/
.justifyText p{
    text-align: justify;
}
.testiBox h4{
    font-size: 1.1rem;
}
.testiBox {
    transition: all 0.2s ease-in-out;
}
.testiBox:hover {
    border: 1px solid transparent;
    background: #fffbf2;
    transform: scale(1.02);
}
/*Introduction css ends*/

/*Interview css starts*/
.interviewColoumn {
    /*width: auto;*/
    /*margin: 0px 20px 30px 0px;*/
}

.interviewColoumn .imgBox {
    position: relative;
    margin-bottom: 2.7rem;
    width: 100%;
    height: auto;
}

.interviewColoumn .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.interviewColoumn .imgBox::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    background: #DAE4EE;
}
.top-head h2{
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
    text-transform: uppercase;
}
.head.active{
    color: var(--orange);
}
/*Interview css ends*/
/*Brieficles-listing css starts*/

.table__head{
color: #FFF;
font-weight: 700;
background: var(--blue);
white-space: nowrap;
}
.table__head th, .winner__table td{
  padding: 15px;  
}
.table-bordered td, .table-bordered th{
border: 2px solid #dee2e6;
}
.winner__table{
    white-space: nowrap;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #eef9ff;
    color: var(--bs-table-striped-color);
}

.table-paganation a{
    padding: 10px 20px;
    background : #eef9ff;
    border: 2px solid #eee;
}

.table-paganation .active{
    background: #fff;
}

.table-paganation a:hover{
    background: #fff;
}
/**/
/*Archive css starts*/
.paginbtn a{
    background: var(--orange);
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
        display: block;
    margin-bottom: 10px;
}
.paginbtn a:hover{
    background: var(--blue);
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}
/*Archive css ends*/

/*Contact us css starts*/
.callDirectly p {
    margin-bottom: 0px;
}

.contactMap {
    height: 250px;
}
/*Contact us css ends*/

/*Testimonials css starts*/
.testi-list .ebookBox {
    /*background: var(--blue);*/
    color: #fff;
    padding: 15px;
}
.testi-list .eventDetails p {
  color: #fff;  
}
.testi-list .eventButtons {
    display: flex;
    justify-content: center;
}
.testi-list .eventButtons a:hover, .eventButtons button:hover {
    background: var(--blue);
    border: 2px solid #fff;
    color: var(--white);
}
.testi-card {
    position: relative;
}
.testi-card .overlay {
    position: absolute;
    background: #0a498cd9;
    width: calc(100% - (var(--bs-gutter-x) * 1));
    height: 100%;
    display: flex;
    z-index: 9;
    left: calc(var(--bs-gutter-x) * 0.5);
    flex-direction: column;
    justify-content: center;
}
/*.testi-card .ebookBox:hover {*/
/*    border: 8px solid #0a498cd9;*/
    /* height: 100%; */
/*    transform: scale(1.05);*/
/*}*/
/*Testimonials css ends*/

/******************************************************************************************************/
/*Bhikhi Css starts*/
.pageHeading {
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--yellow);
    font-weight: 500;
}


.accordionHead {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 15px 15px 0px;
    border-bottom: dashed 1px var(--blue);
    transition: all 0.2s linear;
}

.accordionHead.active {
    background: var(--blue);
    color: var(--white);
    padding-left: 20px;
}

.accorContentBlock {
    padding-left: 12%;
    font-weight: 500;
}

.accorContentListBox {
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 20px 0px;
}

.accorContentListBox p{
    color: var(--blue);
}

.accorContentListBox strong{
    color: #000;
}

.accorContentListBox>span {
    position: absolute;
    left: 6%;
    top: auto;
}

.accorContentListBox:hover {
    background: #fffbf3;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    transform: scale(1.02);
}

.accorContentListBox h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.accorContentListBox:hover h6 {
    font-weight: 700;
}

.accorContentListBox p {
    margin-bottom: 0px;
}

.blueColor {
    color: var(--blue);
}

.tab_drawer_heading {
    display: none;
}
/*****************************************************************************************************/



/* advertisement */
.techData div {
    background-color: #f9f9f9;
    padding: 15px 12px;
}

.techData div:first-child {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    border-right: solid 2px #d4d5d6;
}

.techDataTable {
    background-color: #eef8ff;
    text-transform: capitalize;
    width: 100%;
}

.techDataTable tr:not(:last-child) td:first-child {
    width: 72%;
}

.techDataTable tr:not(:last-child) td:last-child {
    width: 28%;
    background: #959595;
    color: #fff;
    text-align: center;
}

.techDataTable tr {
    border: solid 1px #d4d5d6;
}

.techDataTable td {
    padding: 15px 12px;
}

.noteContent p {
    margin-bottom: 25px;
}

.whiteBox,
.blueBox {
    border: solid 1px #e7e7e7;
    padding: 20px;
}

.whiteBox h5 {
    color: var(--yellow);
    margin-bottom: 10px;
}

.contactblueBox {
    background-color: var(--blue);
    color: #fff;
    padding: 20px;
}

.contactblueBox h4{
    color: #fff;
}
 
@media (max-width: 768px) {

    .verticalTabs {
        display: none;
    }
    .accordionHead{
        padding: 12px 15px 12px 0px;
    }
    .accorContentListBox {
        margin-left: 0px;
    }

    .accorContentBlock {
        padding-left: 0px;
        padding: 20px 15px;
    }

    .accorContentListBox>span {

        left: 3%;
    }

    .tab_drawer_heading {
        display: block;
        cursor: pointer;
    }
}

/* members page */
.memberFormsSection {
    border-right: 1px dashed #789bc4;
}

.formTabs {
    display: flex;
    justify-content: space-between;
}

.formTabs li {
    width: 48%;
    text-align: center;
    border: none;
    background-color: #f7f7f7;
}

.formTabs li.active {
    padding-left: 0px;
}

.contactBox img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.contactBox a {
    color: var(--yellow);
}

.memberForm img {
    width: 130px;
    margin-bottom: 40px;
}

.memberForm .col-md-6 {
    width: 48%;
}

.memberForm .form-field {
    position: relative;
    margin-bottom: 30px;
}

.memberForm .form-control {
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
    box-shadow: none !important;
    padding: 10px 0px;
}

.memberForm label {
    /*position: absolute;*/
    top: 10px;
    z-index: 1;
    left: 0;
    color: #333;
    transition: all 0.2s linear;
}

.memberForm .form-control:focus+label,
.memberForm .form-control:valid+label,
.memberForm .form-control:not(:placeholder-shown)+label {
    top: -10px;
    font-size: 0.8rem;
}

/* hide input number controls */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.ctaButton {
    padding: 5px 15px;
    border-radius: 20px;
    border-color: transparent;
    background: var(--yellow);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    width: auto;
    transition: all 0.1s ease-out;
}
.ctaButton:hover{
    background-color: var(--blue);
    box-shadow: 0px 5px 5px 0px #aaa;
}
/*Bhikhi Css ends*/
/*********************************************************************************************************/



@media screen and (max-width: 567px) {

    .winner__table{
    font-size: 12px;
    }    
}
/*Brieficles-listing css ends*/
/* Media Query Start */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .sub-cta-btn {
        max-width: 7rem;
    }

    .border-right {
        border-right: none !important;
    }
    
    .archive-filter .filter-1, .archive-filter .filter-2 {
        margin: 0px 0px 20px;
    }
    .boxData {
        margin-bottom: 15px;
    }
}

/*  */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .border-right {
        border-right: none !important;
    }
    .archive-filter .filter-1, .archive-filter .filter-2 {
        margin: 0px 0px 20px;
    }
    .boxData {
        margin-bottom: 15px;
    }
}

/*  */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/*  */
@media only screen and (max-width: 992px) {

    .post-img {
        max-width: 100px;
    }
}

/*  */
@media only screen and (min-width: 992px) {

    .footer-4 .cta-btn,
    .footer-4 .cta-btn:hover {
        font-size: 13px;
    }
    
.interview .eBook {
    width: 35%;
    max-width: 275px;
}
}

/* Common media query */
@media only screen and (max-width: 768px) {
    .ftco-navbar-light .navbar-toggler {
        color: #000 !important;
        margin-left: auto;
    }

    .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
        background: #fff;
    }

    .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
        color: #000;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #000;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #000;
    }

    .ftco-navbar-light .navbar-nav {
        padding: 0rem 1rem;
    }

    .mob-aln-view {
        display: flex;
    }

    .dropdown-submenu .dropdown-menu {
        position: absolute !important;
        top: 35px;
        left: 0px;
        width: 100%;
        display: none !important;
    }

    .dropdown-submenu a::after {
        transform: rotate(0deg);
    }
}
.accorContentListBox a{
        padding: 10px;
    display: block;
}
.accorContentListBox a h5{
    margin-bottom: 0px;
}
.gptBtn{
    background: #0a4a94;
    padding: 4px 20px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
}

.social.share--vertical {
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-bottom: 60px;
        display: flex;
}
.social a {
    display: inline-block;
    margin-right: 10px;
}
.social a img{
    width: 35px; 
}
.mainContentContainer{
    position: relative;
}
.goldenCard a{
    color:#fff;
}