/* @font-face {
    font-family: 'TAU-Marutham';
    src: url('/public/assets/fonts/TAU-Marutham.eot');
    src: local('TAU-Marutham'),
        url('/public/assets/fonts/TAU-Marutham.eot?#iefix') format('embedded-opentype'),
        url('/public/assets/fonts/TAU-Marutham.woff2') format('woff2'),
        url('/public/assets/fonts/TAU-Marutham.woff') format('woff'),
        url('/public/assets/fonts/TAU-Marutham.ttf') format('truetype'),
        url('/public/assets/fonts/TAU-Marutham.svg#TAU-Marutham') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'mukta_malarregular';
    src: url('/public/assets/fonts/muktamalar-regular-webfont.woff') format('woff2'),
         url('/public/assets/fonts/muktamalar-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

} */

@font-face {
    font-family: 'MaruthamRegular';
    src: url('../fonts/TAU-Marutham.eot')/* IE9 Compat Modes */
    , url('../fonts/TAU-Marutham.eot?#iefix') format('embedded-opentype')/* IE6-IE8 */
    , url('../fonts/TAU-Marutham.woff') format('woff')/* Modern Browsers */
    , url('../fonts/TAU-Marutham.woff2') format('woff2')/* Modern Browsers */
    , url('../fonts/TAU-Marutham.otf') format('opentype')/* Modern Browsers */
    , url('../fonts/TAU-Marutham.ttf') format('truetype')/* Safari, Android, iOS */
    , url('../fonts/TAU-Marutham.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MaruthamRegularNew';
    src: url('../fonts/TAU-Maruthamnew.eot')/* IE9 Compat Modes */
    , url('../fonts/TAU-Maruthamnew.eot?#iefix') format('embedded-opentype')/* IE6-IE8 */
    , url('../fonts/TAU-Maruthamnew.woff') format('woff')/* Modern Browsers */
    , url('../fonts/TAU-Maruthamnew.woff2') format('woff2')/* Modern Browsers */
    , url('../fonts/TAU-Maruthamnew.otf') format('opentype')/* Modern Browsers */
    , url('../fonts/TAU-Maruthamnew.ttf') format('truetype')/* Safari, Android, iOS */
    , url('../fonts/TAU-Maruthamnew.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}


/* @font-face {
    font-family: 'Mukta Malar';
    src: url('../fonts/MuktaMalar-Bold.eot');
    src: url('../fonts/MuktaMalar-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuktaMalar-Bold.woff2') format('woff2'),
        url('../fonts/MuktaMalar-Bold.woff') format('woff'),
        url('../fonts/MuktaMalar-Bold.ttf') format('truetype'),
        url('../fonts/MuktaMalar-Bold.svg#MuktaMalar-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

* {
    list-style-type: none;
    font-family: 'MaruthamRegular' !important;
}

.font-marutham {
    font-family: 'MaruthamRegular';
}

.title_font,
.menu-font {
    /* font-family: 'Mukta Malar'; */
    /* font-family: 'Mukta Malar', sans-serif; */
}

a.en,
p.en,
h1.en,
h2.en,
h3.en,
h4.en,
h5.en,
h6.en,
li.en,
ul.en,
.btn.en,
input.en,
span.en,
td.en,
ul.en li,
button.en {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.en .select2-selection__placeholder {
    font-family: 'Be Vietnam Pro', sans-serif;
}

a:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a {
    color: #2c2c2c;
}

a:hover {
    color: #004141;
}

html {
    font-size: 0.78125vw;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

.thin_100 {
    font-weight: 100;
    /* font-size: 3.714em; */
}

.regular_400,
p {
    font-weight: 400;
    /* font-size: 1em;
    line-height: 35px;
    text-align: justify; */
}

.medium_500 {
    font-weight: 500;
    /* font-size: 1.571em; */
}

.bold_700 {
    font-weight: 700;
    /* font-size: 3.428em; */
}

.nav-link {
    font-size: 1.3em;
    font-weight: 400;
    color: #d7d7d7;
}


/* .nav-link.active {
    position: relative;
}

.nav-link.active::after {
    content: '';
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: #004141;
} */

a {
    text-decoration: none;
}

.bg-primary {
    background-color: #040074 !important;
}

.btn-primary-outline {
    background-color: transparent !important;
    border: 1px solid #040074;
    color: #040074;
}

.bg-secondary {
    background-color: #79AF00 !important;
}

.text-primary {
    color: #040074 !important;
}

.text-secondary {
    color: #79AF00 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #bbb7c3;
}

input.cust_input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #1b0056;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #ffffff;
}

.top-bar .nav-item {
    margin-right: 1rem;
}

.primary-header .nav-link,
.secondary-header .nav-link {
    color: #3a3c40 !important;
}

.primary-header .nav-link.active,
.secondary-header .nav-link.active,
.primary-header .nav-link.show,
.secondary-header .nav-link.show {
    color: #004141;
}

.secondary-header .nav-item {
    margin: 0px 2rem;
    padding: 0.4rem 0px;
}

.secondary-header {
    background: #fff;
    box-shadow: 0px 5px 10px #00414130;
}

.marq-info {
    border-right: #E0A200 5px solid;
}

.footer_bg {
    background: linear-gradient(#040074, #030053);
    color: #fff;
}

.footer_bg a {
    color: #ffffff70;
    /* line-height: 40px;
    transition: all ease-in-out 0.7s; */
    display: inline-block;
    /* margin-left: -18px; */
    padding-left: 10px;
}

.fs-footer dl dd {
    color: #ffffff70;
}

.footer_bg a::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f101";
    margin-right: 0.3rem;
    visibility: hidden;
    transition: all ease-in-out 0.7s;
    color: #ffffff70;
    position: absolute;
    top: 13px;
    left: -16px;
}

.footer_bg a:hover {
    /* transform: translateX(18px); */
    cursor: pointer;
    color: #ffffff;
}

.footer_bg .navbar-brand:hover {
    transform: translateX(0px);
}

.footer_link_title {
    color: #f5e285;
}

.front_ui .top_gigw .nav-link {
    color: #d7d7d7 !important;
    font-size: 1.3rem;
}

.shadow-50 {
    box-shadow: 0 .2rem 0.4rem rgba(0, 0, 0, .10) !important;
}

.body_bg {
    background: #f2f5f6;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #006363;
    background-color: #F6FBFB;
    position: relative;
}

.nav-tabs.tabActiveStyle2 .nav-link.active,
.nav-tabs.tabActiveStyle2 .show>.nav-link {
    border-radius: 0;
    border-left: 0;
}

.nav-tabs.tabActiveStyle2 .nav-link.active::before {
    content: '';
    width: 5px;
    height: 100%;
    background: #006363;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 4px 4px 0;
}

#custom_side_bar .nav-item {
    margin-bottom: 1.5rem;
}

.nav-tabs .nav-link {
    border: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #1B0056 !important;
}

.nav-tabs .nav-link img {
    margin-right: 0.5rem;
}

.nav-tabs .nav-link.active img,
.nav-link.active img {
    filter: invert(25%) sepia(57%) saturate(1830%) hue-rotate(151deg) brightness(30%) contrast(100%);
}

.nav-tabs .nav-link.active {
    border-left: 5px solid;
}

.form-control:focus {
    /* background-color: #cccccc00; */
}

.book_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 310px;
    width: 250px;
}

.book_card_overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: transparent linear-gradient(0deg, #000000DB 0%, #002121C9 59%, #0046467D 100%) 0% 0% no-repeat padding-box;
    padding: 0.5rem;
    color: #fff;
}

.book_card_overlay p {
    line-height: 19px;
    text-align: left;
    color: #fff;
}

li a.page-link {
    border: 0;
}

.page-link {
    color: #3a3c40;
}

.active .page-link {
    color: #fff;
}

.book_options span {
    cursor: pointer;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #040074 !important;
}

.book_thumbnail {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-50 {
    border-radius: 50px;
}

.fixed_title {
    /* width: 80%; */
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.fixed_title::before {
    content: '';
    background: url(../img/site/title_handle.png) no-repeat;
    position: absolute;
    width: 33px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6px;
    background-size: contain;
}

.fixed_title::after {
    content: '';
    background: url(../img/site/title_handle.png) no-repeat;
    transform: rotate(180deg);
    position: absolute;
    width: 33px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6px;
    background-size: contain;
}

.fixed_title_inner {
    background: #002f2f;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}

.accordNoActive .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
}

.accordNoActive .accordion-button::after {
    content: none;
}

.toggle-off,
.collapsed .toggle-on {
    display: none;
}

.collapsed .toggle-off {
    display: block;
}

.object-cover {
    object-fit: cover;
}

.accordion-button {
    color: #969696;
}

.calendarCard header .icons span {
    cursor: pointer;
    text-align: center;
    top: 50%;
    left: -20px;
    transform: translateY(-50%)
}

.calendarCard header .icons span#next {
    right: -20px;
    left: auto;
}

.calendarCard header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.days li.inactive {
    color: #5D5D5D;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 48%;
    height: 25px;
    width: 25px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: linear-gradient(to bottom, #004141, #006A6A);
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #F1F8F8;
}

.table-striped>tbody>tr>td {
    padding: 1rem 0.5rem;
}

.publish_page .flex-stack {
    justify-content: center;
}

.grid-container.list-view .row>[class*=col-] {
    max-width: 100%;
    flex: 0 0 50%;
}

.grid-container.list-view .card {
    flex-direction: row;
}

@media (max-width: 575.98px) {
    .grid-container.list-view .card {
        flex-direction: column;
    }
}

.grid-container.list-view .card>.card-img-top {
    width: auto;
}

.grid-container.list-view .card .card-body {
    display: inline-block;
}

.grid-container.list-view .book_card img,
.grid-container.list-view .book_card .book_card_overlay .book_options {
    display: none !important;
}

.grid-container.list-view .book_card .book_card_overlay {
    background: none;
    padding: 0.5rem;
    color: #424040;
    position: unset;
}

.grid-container.list-view .book_card {
    position: unset;
    height: auto;
}

.grid-container.list-view .book_card .book_card_overlay p {
    position: relative;
    padding-left: 25px;
    color: #000;
}

.grid-container.list-view .book_card .book_card_overlay p::before {
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../img/site/arrow_ico.svg) no-repeat;
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(30%) contrast(101%);
}

.svg-primary {
    filter: invert(13%) sepia(26%) saturate(5896%) hue-rotate(200deg) brightness(40%) contrast(168%);
}

.svg-secondary {
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(30%) contrast(3%);
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    display: inline-block;
    font-size: 1rem;
    color: #757575;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb li a.current {
    color: #006363 !important;
}

.btn.btn-active-primary.active {
    color: #fff !important;
}

.bg-light {
    background: #efefef !important;
}

.badge-primary-outline {
    padding: calc(.4rem + 1px) calc(0.8rem + 1px) !important;
    border: #040074 1px solid !important;
    outline: 0 !important;
    background: #e9e8f7 !important;
}


/******************************************** Ratings ***********************************************/

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example .rating__icon--star {
    color: orange;
    font-size: 1.5rem;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.alphabets ul {
    background: #ffffff;
    padding: 0;
    text-align: center;
}

.alphabets ul li {
    border-bottom: #F2F5F6 2px solid;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
}

#inner-tab .nav-link.active img {
    filter: invert(25%) sepia(57%) saturate(0%) hue-rotate(151deg) brightness(140%) contrast(120%);
}

.img-wrapper img {
    object-fit: contain;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.bg-primary-gradient {
    /* background: transparent linear-gradient(100deg, #1B7B51 0%, #178161 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(#040074, #030053);
}

.card-header-radius {
    border-radius: 11px 11px 0px 0px;
}

.text-yellow {
    color: #DBA74C;
}

.list-style1 li,
.sub-arrow li {
    background: url(../img/site/list_arrow.svg) no-repeat left 10px / 9px;
    padding-left: 15px;
}

.sub-arrow li {
    padding-right: 15px;
}

.arrow_right img,
.arrow_left img {
    display: inline-block;
    transition: 0.1s ease-in;
}

.arrow_right:hover img {
    transform: translateX(25%);
}

.arrow_left img {
    transform: rotate(180deg);
}

.arrow_left:hover img {
    transform: translateX(-25%) rotate(180deg);
}

.thiru_section {
    background-color: #F2F2F8;
}

.thiru_text {
    background-color: #006363;
}

.fixed_title.title_handle2::before {
    background: url(../img/site/title_handle2.svg) no-repeat;
    transform: rotate(0deg);
    height: 24px;
    left: 1px;
    width: 40px;
}

.fixed_title.title_handle2::after {
    background: url(../img/site/title_handle2.svg) no-repeat;
    transform: rotate(180deg);
    height: 24px;
    right: -19px;
    width: 40px;
}

.grid-1 {
    grid-template-columns: 1fr;
}

.banner_h {
    height: 500px;
}

.banner_1 {
    background-image: linear-gradient(to right, #6ACBA710, #226151), url(../img/site/banner_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed_title.banner1_title::before {
    background: url(../img/site/banner_title.svg) no-repeat;
    transform: rotate(0deg);
    height: 100px;
    left: 0;
    width: 100%;
    background-size: 100%;
    top: -150px;
}

.fixed_title.banner1_title::after {
    background: url(../img/site/banner_title.svg) no-repeat;
    transform: rotate(180deg);
    height: 100px;
    left: 0;
    width: 100%;
    background-size: 100%;
    bottom: -150px;
}

.banner_2 {
    background-image: linear-gradient(to right, #231C1CA6, #041734DB), url(../img/site/banner_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_3 {
    background: url(../img/site/banner_3.jpg) no-repeat;
    background-size: cover;
}

.bg-yellow-gradient {
    background-image: linear-gradient(to right, #FFFFFF, #FCF5E8);
    background: url(../img/site/thajore_temple.svg);
}

.banner_3_1 {
    background: url(../img/site/banner3_1.jpg) no-repeat right;
}

.banner_4 {
    background: url(../img/site/banner_4.jpg) no-repeat;
    background-size: cover;
}

.banner_4_1 {
    background: url(../img/site/banner4_1.png) no-repeat right;
    background-size: 30%;
    background-position: right bottom;
}

.border-yellow {
    border-color: #DBA74C !important;
}

.bg-yellow {
    background: #678D12;
}

.landingSearch {
    top: -20px;
}

.border-last li {
    border-bottom: #DCDCDC 1px solid;
}

.border-last li:last-child {
    border-bottom: none;
}

.btn-card .badge-primary-outline {
    padding: calc(.090rem + 1px) calc(0.5rem + 1px) !important;
}

.search-btn {
    background-color: #79AF00;
    border: none;
}

.search-btn:hover {
    background-color: #77a515;
}

.landing-prev.carousel-control-prev,
.landing-next.carousel-control-next {
    width: auto;
    opacity: 1;
    left: 40px;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px;
}

.landing-prev .carousel-control-prev-icon {
    background: url(../img/site/next_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    rotate: 180deg;
}

.landing-next .carousel-control-next-icon {
    background: url(../img/site/next_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.landing-next.carousel-control-next {
    right: 40px;
    left: auto;
    background: transparent;
}

header .dropdown {
    /* position: static; */
}

header .dropdown-menu li {
    float: left;
    margin: 5px 0;
    break-inside: avoid;
}

header .dropdown-menu li li {
    /*float: none;*/
}

header .dropdown-item {
    /* white-space: normal; */
    color: #9E9E9E;
    padding-left: 5px;
}

.filterOpen {
    display: none;
}

.dropdown-item:active {
    background-color: transparent;
}

.fs-nav,
.fs-sub-title {
    font-size: 1.1em;
}

.fs-sub-nav li {
    font-size: 1.20em;
}

.fs-para,
.para {
    font-size: 1.3em;
}

.fs-time_date {
    font-size: .75em;
}

.fs-new {
    font-size: .75em;
}

.fs-author {
    font-size: .95em;
}

.fs-thiru {
    font-size: 1.1em;
}

.fs-footer li,
.fs-footer dl dt,
.fs-footer dl dd {
    font-size: 1.25em;
}

.fs-footer a.en {
    font-size: .80em;
}

.fs-footer dl dt {
    font-size: 1.1em;
}


/******************************************** search result page ***********************************************/

body {
    min-height: 100%;
    position: relative;
}

#topbar {
    height: 64px;
    width: 100%;
}

#searchbarimage {
    height: 30px;
    padding: 0px 28px 10px 30px;
    cursor: pointer;
}

html,
body {
    margin: 0;
    padding: 0;
    /* height: auto; */
}

#searchbarmic {
    height: 45px;
    width: 35px;
    margin-left: auto;
    background-color: white;
}

#searchbarmic img {
    height: 25px;
}

#searchbarbutton {
    width: auto;
    position: relative;
    margin-right: -2px;
    background-color: white;
}

#searchbarbutton svg {
    height: 25px;
    width: 35px;
    position: relative;
    left: -3px;
}

#searchbarbutton svg path {
    fill: #4285F4
}

#searchbar {
    /* width: 625px; */
    border-radius: 100px;
    border-color: lightgray;
    font-size: 16px;
    bottom: 5px;
    overflow: hidden;
    z-index: 100;
}

#searchbar:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#searchbar>input {
    border-style: none;
    font-size: 16px;
    padding-left: 20px;
    flex: 1;
}

#searchbar>input:focus {
    outline: none;
}

#searchbar button {
    border: none;
    cursor: pointer;
}

#searchbar button:focus {
    outline: none;
}

#boxesicon {
    width: 25px;
    height: 25px;
    background-image: url('images/boxes.png');
    opacity: 0.6;
    background-size: 26px;
    position: absolute;
    right: 130px;
    bottom: 14px;
}

#optionsmenuactive::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #4285F4;
    left: 5px;
    bottom: 0px;
}

#optionsmenu2 {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    margin-left: 100px;
}

#optionsmenu2 li {
    padding: 0px 10px 15px 20px;
}


/* #searchresultsarea {
    margin-left: 150px;
    
} */

#searchresultsnumber {
    font-size: 0.8rem;
    color: gray;
}

.searchresult {
    margin-left: 8px;
}

.searchresult h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: #1a0dab;
    margin-bottom: 0px;
    margin-top: 25px;
    transition-property: transform;
    transition: 0.25s ease;
    display: inline-block;
}

.searchresult h2::after {
    content: '';
    border-top: 1px solid #1a0dab;
    width: 100%;
    position: absolute;
    display: block;
    transform: rotateY(90deg);
    transition: transform 0.25s linear;
}

.searchresult h2:hover {
    transform: scale(1);
}

.searchresult h2:hover::after {
    transform: rotate(0deg);
}

.searchresult a {
    font-size: 14px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
}

.searchresult button {
    font-size: 10px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
    padding: 0px;
    border-width: 0px;
    background-color: white;
}

#bellicon {
    width: 20px;
    height: 20px;
    background-color: rgb(105, 105, 105);
    background-image: url('images/bell.png');
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: absolute;
    right: 90px;
    bottom: 18px;
}

#profileimage {
    border-radius: 50px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 40px;
    bottom: 12px;
}

#optionsbar {
    width: 100%;
    height: 50px;
    border-width: 0px;
    border-bottom: 1px;
    border-color: lightgray;
    border-style: solid;
    display: flex;
    align-items: flex-end;
    font-family: 'Arial';
    font-size: 13px;
    color: rgb(112, 112, 112);
    padding-top: 64px;
}

#optionsmenu1 {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    margin-left: 150px;
}

#optionsmenu1 li {
    padding: 0px 10px 15px 20px;
}

#optionsmenuactive {
    color: #4285F4;
    font-weight: bold;
    position: relative;
    z-index: -1;
}

.searchresult p {
    /* width: 625px; */
    font-size: 14px;
    margin-top: 0px;
    color: rgb(82, 82, 82);
}

.relatedsearches h3 {
    font-weight: normal;
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.relatedlists ul {
    list-style: none;
    color: rgb(29, 1, 189);
    padding-left: 0px;
    font-size: 14px;
    margin-bottom: 50px;
}

.relatedlists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 300px;
}

.relatedlists ul li {
    margin-bottom: 8px;
}

.pagelist {
    list-style: none;
    color: rgb(29, 135, 255);
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: 100px;
}

.pagelistprevious::before {
    content: '<';
    display: block;
    position: absolute;
    right: 12px;
    top: -35px;
    color: rgb(29, 135, 255);
    font-size: 20px;
    transform: scale(0.7, 1.2);
}

.pagelistprevious::after {
    content: '';
    display: block;
    position: absolute;
    right: -40px;
    top: -35px;
    width: 40px;
    height: 40px;
    background-image: url('images/g.png');
    background-repeat: no-repeat;
    background-size: 28px;
}

.pagelistfirst {
    margin-left: 20px;
    font-size: 13px;
}

.pagelistnumber::before,
.pagelistfirst::before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: -21px;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background-color: white;
    z-index: 3;
}

.pagelistnumber::after {
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: -25px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    background-color: rgb(255, 196, 0);
    z-index: 2;
}

.pagelistfirst::after {
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: -25px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    background-color: red;
    z-index: 2;
}

.pagelist li {
    margin-right: 15px;
    position: relative;
}

.pagelistnext {
    margin-left: 40px;
    font-size: 13px;
}

.pagelistnext::before {
    content: '>';
    display: block;
    position: absolute;
    left: 5px;
    top: -35px;
    color: rgb(29, 135, 255);
    font-size: 20px;
    transform: scale(0.7, 1.2);
}

.pagelistnext::after {
    content: '';
    display: block;
    position: absolute;
    left: -55px;
    top: -37px;
    width: 50px;
    height: 50px;
    background-image: url('images/gle.png');
    background-repeat: no-repeat;
    background-size: 48px;
}

#footer {
    background-color: rgb(238, 238, 238);
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 13px;
    font-family: 'arial';
    color: rgb(85, 85, 85);
}

#footermenu {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-left: 135px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#footermenu li {
    padding-right: 30px;
}

#footerlocation {
    display: flex;
    direction: row;
    margin-left: 175px;
    position: relative;
    top: -5px;
}

#footerlocation p:nth-of-type(1) {
    font-weight: bold;
}


/******************************************** search result page ***********************************************/

header .dropdown:hover .dropdown-menu {
    display: flex;
    right: 0;
    left: auto;
    /* top: 65px; */
    white-space: nowrap;
}


/*header .dropdown .dropdown .dropdown-menu {
    display: none;
    position: static;
}
header .dropdown .dropdown:hover .dropdown-menu {
    display: block;
}*/

.menu_end {
    position: static;
}

.menu_end .dropdown-menu {
    width: 100%;
}

.dropdown .dropdown .dropdown-menu li {
    background-image: none;
}

.sub-arrow li li:first-child {
    background: none;
}

header .dropdown-menu li li {
    padding: 5px 0;
}

header .dropdown-menu li li a {
    font-weight: 300;
}

.publish_page {
    flex-grow: 1;
}


/******************************************** Start Marquee ***********************************************/

.breaking-news-ticker {
    min-height: 50px;
}


/******************************************** End Marquee ***********************************************/

.event .nav-link,
.event .nav-link {
    color: #ffffff !important;
}

.announcements {
    transform: rotate(-90deg) translateY(-50%);
    z-index: 1;
    right: -85px;
    top: 50%;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.announcements_ico {
    transform: rotate(90deg);
}

.offcanvas.offcanvas-end {
    width: 500px;
}


/******************************************** Landing page article carousel ***********************************************/

.article-slide .carousel-control-next {
    right: 40px;
    top: auto;
    width: 20px;
    height: 20px;
    bottom: -5px;
}

.article-slide .carousel-control-prev-icon {
    background-size: 60% 60%;
}

.article-slide .carousel-control-next-icon {
    background-size: 60% 60%;
}

.article-slide .carousel-control-prev {
    background-color: #707070;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: auto;
    transform: translateY(-50%);
    left: 40px;
    bottom: -5px;
}

.article-slide .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #474646;
}

.article-slide .carousel-item {
    padding-bottom: 20px;
}


/******************************************** Landing page article carousel ***********************************************/

.tabViewStyle .nav-link {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    position: relative;
    color: #040074;
}

.tabViewStyle .nav-link.active {
    color: #fff !important;
    background-color: #040074;
    border-left: none;
}

.tabViewStyle .nav-link.active::after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #040074;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.eventThumgImg {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

.contactCenter .contPerson {
    border-left: 5px solid #ffffff80;
}

.contactCenter .select2-container--bootstrap5 .select2-selection--single {
    background-color: #fff;
    border-color: #e3e3e3;
}

.contactCenter .card {
    transition: 0.2s;
}

.contactCenter .card:hover {
    border-color: #040074 !important;
}

.contactCenter .form-control:focus {
    border-color: #b5b5c3;
}

.badge {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.grid-col-1 {
    grid-template-columns: 1fr;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.pdf-link {}

@media screen and (min-width:575px) {
    .grid-col-sm-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:768px) {
    .grid-col-md-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:992px) {
    .grid-col-lg-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-col-lg-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.ql-editor a {
    color: #272394;
    }

    .text-start {
        text-align: left !important;
      }