.banner {
    position: relative;
}

.deskBanner {
    width: 100%;
}

.mobBanner {
    display: none;
}

.bannerHeading {
    color: var(--white);
    font-weight: 700;
    position: absolute;
    min-width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.floatNews {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    z-index: 9991;
    width: 18%;
    height: calc(100% - 200px);
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
    transition: all 0.2s ease-in-out;
}

.innerFloatNews {
    height: calc(100% - 100px);
}

/* width */
.floatNews::-webkit-scrollbar,
.twitFrame::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.floatNews::-webkit-scrollbar-track,
.twitFrame::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
.floatNews::-webkit-scrollbar-thumb,
.twitFrame::-webkit-scrollbar-thumb {
    background: var(--blue);
}

/* Handle on hover */
.floatNews::-webkit-scrollbar-thumb:hover,
.twitFrame::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.newsHead {
    color: var(--black);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.newsList p {
    color: var(--blue);
    font-size: 1.1rem;
}

.newsList .date {
    font-size: 1rem;
}

.newsList li {
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.7rem;
}

.newsClose {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 999;
    width: auto;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.banner .swiper-pagination span {
    color: var(--white);
    display: inline-block;
    margin: 0px 10px !important;
    font-size: 1rem;
}

.banner .swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet {
    width: auto !important;
    background: none !important;
    height: auto !important;
}

.bannerHeading .smallHead {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sliderContainer {
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    z-index: 9;
    left: -60px;
}

.arrowContainer {
    position: relative;
    z-index: 9;
    width: 100%;
    padding-left: 100px;
    margin-bottom: 1.7rem;
}

.arrowContainer>div {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-right: 10px;
}

.arrowContainer>div img {
    width: 100%;
    height: auto;
}

.bannerHeading .mainHead {
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 2px 2px #333333;
}

.banner .prev,
.banner .next {
    color: var(--white);
    position: absolute;
    bottom: 13px;
    z-index: 999;
    font-size: 1.2rem;
}

.banner .prev {
    left: 40%;
}

.banner .next {
    right: 40%;
}

.whiteBtn {
    background: var(--white);
    color: var(--blue);
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 1.3rem;
}

.whiteBtn:hover {
    background: var(--orange);
    color: var(--white);
}

h1 {
    text-transform: capitalize;
}

.author img {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.authorName {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--black);
}

.authorName span {
    display: block;
}

.counters h1 {
    text-align: center;
    color: #f7a90b;
}

.counters h1 strong {
    font-weight: 600;

}

.counters h1 span {
    display: block;
    color: var(--black);
    font-size: 14px;
    padding-top: 10px;
}

/********************************************/

.squarePattern {
    background: #dae4ee url(../images/square_pattern.jpg);
}

.squarePattern h1 {
    margin-bottom: 0px;
}

/*************************/

.choice {
    padding: 1rem 8rem 1rem 3rem;
}

@media(min-width:992px) {
    .choice {
        min-height: 268px;
    }
}

.accordion .head {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.accordion .head span {
    font-size: 1.5rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

.accordion .matter {
    border-bottom: 1px solid #383838;
    padding-bottom: 20px;
    display: none;
}

/***********************************/

.keepUpdated h1 {
    margin-bottom: 0px;
}

.authorName,
.date {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.newsContent {
    font-weight: bold;
    color: var(--blue);
    line-height: 20px;
}

.imgWrapper {
    position: relative;
}

.vidIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
}

.vidIcon span {
    background: var(--black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.vidIcon span i {
    transform: translateX(12px);
    display: table;
}

.vidIcon:hover span {
    background: var(--blue);
}

.navigateBox {
    height: 100%;
    padding: 0px 0px;
    /* border: 1px solid var(--black); */
}

.navigateBox .head {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.navigateBox li {
    /* margin-bottom: 20px; */
    font-size: 1.05rem;
}

.navigateBox li:last-child {
    margin-bottom: 0px;
}

.navigateBox li.active {
    color: var(--black);
}

.blueBox {
    padding: 13px 15px;
    /* border: 1px solid var(--blue); */
    margin-bottom: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.blueBox:hover {
    border: 1px solid transparent;
    background: #fffbf2;
}

.blueBox:hover .heading {
    color: #f7a90b;
}

.blueBox:last-child {
    margin-bottom: 0px;
}

.blueBox .col-12 strong {
    color: var(--orange);
}

.blueSmallHeading {
    color: var(--blue);
    font-size: 1.6rem;
}

.blueBox .heading {
    font-size: 1.1rem;
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 22px;
}

.blueBox .location {
    color: var(--black);
}

.location .address {
    color: var(--black);
    font-size: 0.9rem;
    line-height: 18px;
}

.blueBoxCont {
    padding: 0px 8px;
}

.leadingSociety h1 {
    margin-bottom: 0px;
}

.stepBox {
    position: relative;
    text-align: center;
}

@media(min-width:1300px) {
    .stepBox {
        min-width: 170px;
    }
}

.stepBox::before {
    content: '';
    width: 80px;
    height: 30px;
    display: block;
    position: absolute;
    top: 30px;
    right: -50px;
    background: url(../images/steps/Arrow.png) no-repeat;
    background-size: 100% auto;
}

@media(min-width:1366px) {
    .stepBox::before {
        right: -40px;
    }
}

.stepBox:last-child::before {
    display: none;
}

.stepBox img {
    width: auto;
    height: 50px;
    margin: 0px auto 10px;
    display: block;
}

.stepBox p {
    font-weight: 700;
}

.threeSimpleSteps h1 {
    text-align: center;
}

.threeSimpleSteps .title {
    background: var(--white);
    color: var(--blue);
    position: absolute;
    padding: 5px 10px;
    box-shadow: 0px 3px 3px #ccc;
    bottom: -12px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
}

.faqCont .blueButton {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.faqCont .rightBorder {
    border-right: 1px dashed #789bc4;
}

.faqCont img {
    display: block;
}

.faqCont .p_bottom {
    padding-bottom: 5rem;
}

.news-pagination,
.article-pagination,
.logoslider-pagination {
    text-align: center;
    padding-top: 10px;
    bottom: 0px;
}

.articleSlider .overlay {
    padding: 10px 15px;
    color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(10 73 140 / 65%);
}

.readNow {
    color: var(--white);
}

.articleSlider .overlay label {
    padding: 5px 7px;
    display: table;
    background: rgba(10, 73, 140, 0.55);
    margin-bottom: 15px;
}

.articleSlider p {
    font-size: 1.3rem;
}

.articleSlider a:hover {
    color: var(--orange);
}

@media screen and (min-width:1200px) {
    .logoSlider {
        min-height: 44%;
        /*min-height: 79%;*/
    }

    .logoslider-pagination {
        position: absolute;
    }
}


/* .leadingSociety h1 {
    text-align: center;
} */

.msgIcon,
.floatSocialIcons {
    position: fixed;
    right: -2px;
    top: 50%;
    width: 50px;

    text-align: center;
    transform: translateY(-50%);
    background: #eef8ff;
    /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; */
    /* box-shadow: -1px 1px 2px #f1f1f1; */
    z-index: 999;
}

.msgIcon {
    transform: translateY(150px);
    display: flex;
    height: 50px;
}

.msgIcon img {
    width: 70%;
    height: auto;
    margin: auto;
}

.floatSocialIcons img {
    width: 50%;
    height: auto;
    margin: auto;
}

.floatSocialIcons a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}


.fbFrame {
    text-align: center;
}

.fbFrame iframe {
    width: 350px;
    margin: 0 auto;
    height: 260px;
}

.twitFrame {
    height: 260px;
    overflow: auto;
}

.navigateTab {
    display: none;
    border: 1px solid var(--blue);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navigateTab#upcomingEvents {
    display: block;

}

.tabNavigation li {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 10px;
    background: rgba(10, 73, 148, 0.15);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.tabNavigation li.active {
    background: #0A4994;
    color: var(--white);
}

.tabNavigation li.active::after {
    display: none;
    position: absolute;
    right: 0px;
    top: 2px;
    content: "\f138";
    font-family: bootstrap-icons;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media(max-width:1440px) {
    .newsHead {
        font-size: 1.4rem;
    }

    .newsList p {
        font-size: 1.03rem;
    }
}

@media(max-width:1300px) {
    .squarePattern h1 {
        margin-bottom: 1rem;
    }

    .stepBox::before {
        display: none;
    }
}

@media(max-width:991px) {
    .navigateBox {
        padding: 10px 0px 0px;
    }

    .navigateBox li {
        margin-bottom: 10px;
    }

    .blueBox:last-child {
        margin-bottom: 15px;
    }

    .newsClose {
        display: none;
    }

    .leadingSociety h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .arrowContainer {
        padding-left: 0px;
        margin-top: 1.7rem;
    }

    .choice {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }

    .sliderContainer {
        position: relative;
        left: inherit;
        width: 100%;
        height: auto;
    }

    .bannerHeading .mainHead {
        font-size: 2rem;
    }

    .bannerHeading .mainHead br {
        display: none;
    }

    .floatNews {
        position: relative;
        width: 100%;
        height: 150px;
        left: inherit;
        top: inherit;
        transform: translateY(0%);
        overflow: auto;
        background: #f1f1f1;
    }

    .bannerHeading {
        top: 50px;
        transform: translate(-50%, 0%);
    }

    .bannerHeading .smallHead {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 1.8rem;
    }
}

@media(max-width:768px) {
    .bannerHeading {
        top: 30px;
        transform: translate(-50%, 0%);
    }

    h1 {
        font-size: 1.5rem;
    }
}

@media(max-width:576px) {
    .fbFrame iframe {
        width: 100%;
    }

    .msgIcon,
    .floatSocialIcons a {
        width: 35px;
        height: 35px;
    }

    .floatSocialIcons {
        width: 35px;
    }

    h1 {
        font-size: 1.4rem;
    }

    .bannerHeading .smallHead {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .bannerHeading .mainHead {
        font-size: 2rem;
    }

    .deskBanner {
        display: none;
    }

    .mobBanner {
        display: block;
    }
}
.secTitle{
    color: var(--yellow);
}
#profile-description .authorName{
        font-size: 16px;
} 
.reading-time {
    display: inline-block;
}
.imageWrap {
        max-width: 500px;
    margin: 0 auto;
}
.imageWrap img{
        width: 100%;
}
.homeArticleList .reading-time{
    padding: 0px 7px;
    font-size: 12px;
}