@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*font-family: 'Poppins', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css");
@import url("");
@import url("font.css");
@import url("root.css");
:root {
    --Primary: #34388a;
    --Secondary:#34388a;
    --Tertiary: #FFDF2C;
    --white: #ffffff;
    --lightblue: #00326342;
    --black: #000000;
    --gray_1: #EEF2F6;
    --gray_2: #F7F7F7;
    --body-color: #333333;
    --primary-font: 'Inter', 'sans-serif';
    --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    --me-display: calc(-30px -((100vw - 100%) / 2) + 0px);
}
@font-face {
    font-family: 'Lucidasans';
    src: url(../fonts/LSANS.TTF)
}

@font-face {
  font-family: 'Copperplate Gothic Bold Regular';
  src: url('https://static.wfonts.com/data/2014/12/29/copperplate-gothic-bold/Copperplate Gothic Bold Regular.ttf') format('ttf');
  font-display: swap;
}


body {
    font-family: 'Lucidasans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--body-color);
}

* {
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420)));
    /* Calculation */
}


/* Global css */

* {
    margin: 0;
    padding: 0;
}

p {
    line-height: 30px;
    font-family: Lucidasans;
    font-size: 14px;
}

principal {
        text-align: center; 
        font-size: 12px;
		font-weight: bold;
		margin: 0px;
    }

.main-content p,
.main-content ul li {
    text-align: justify;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {
    transition: all 0.3s ease;
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:focus,
button:focus {
    outline: none;
}

:focus {
    outline: none;
    box-shadow: none;
}

.form-control {
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: Lucidasans;
    letter-spacing: .32px;
    color: #858585;
}

.form-control:focus {
    box-shadow: none;
}

label {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.custom-select {
    position: relative;
}

.custom-select::after {
    content: "\f282";
    font-family: bootstrap-icons!important;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 0px 35px;
    font-weight: 500;
    height: 38px;
    line-height: 36px;
    transition-duration: 0.4s;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.btn-large {
    min-width: 360px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 500;
}

.btn-yellow {
    background: #F1D00A;
}

.btn-red {
    background: var(--Primary);
    color: #fff;
}

.btn-red:hover {
    background: var(--black);
    color: #fff;
}

.btn-white {
    background: var(--white);
    color: var(--Primary);
}

.btn-white:hover {
    background: var(--black);
    color: var(--white);
}

.btn-blue {
    background: var(--Secondary);
    color: #fff;
}

.btn-blue:hover {
    background: var(--black);
    color: #fff;
}

.btn-lightblue {
    background: var(--lightblue);
    color: var(--Primary);
}

.btn-lightblue:hover {
    background: var(--black);
    color: #fff;
}


/*Headings*/

h1 {
    font-family: Lucidasans;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

h2 {
    --max-font: 33.8;
    --min-font: 25;
    font-family: Lucidasans;
    /*font-size: var(--responsive);*/
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 100%;
}

h3 {
    --max-font: 30;
    --min-font: 25;
    font-family: Lucidasans;
    font-size: var(--responsive);
    margin-bottom: 50px;
    z-index: 2;
    font-weight: 700;
}

.title1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    font-family: Lucidasans;
}

.title2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    font-family: Lucidasans;
}

.subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 26px;
}

.title_box {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.section {
    padding: 60px 0;
    position: relative;
}

.blue_bg {
    background: #0866ff;
}

.red_bg {
    background: var(--Secondary)
}

.gray_bg {
    background: var(--gray_1);
}


/* Header mode */
.logoarea {border-top:10px solid #34388a;}
.logoarea h1 {font-size: 19px;text-align: center;color: #34388a; margin-top: 10px; margin-bottom: 5px;}
.logoarea h3 {font-size: 15px;text-align: center;color: #34388a; margin: 0px;}  
.logoarea h5 {font-size: 12px;color:red;}
.topbar {border-bottom:1px solid #333;}

.mode-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 7px;
}

.header-mode {
    display: flex;
}

.header-mode a {
    color: var(--white);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 500;
    background: var(--Primary);
    border-radius: 3px;
}

.header-mode a:last-child {
    margin-right: 0;
}

.header-mode a.active,
.header-mode a:hover {
    background: var(--Secondary);
    color: var(--white);
}

.header-links {
    color: #fff;
    margin-left: auto;
}

.header-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    border-right: 1.5px solid #fff;
    line-height: 12px;
    display: inline-block;
}

.home {
    background: transparent !important;
    font-size: 22px !important;
}

.home:hover {
    color: var(--Primary) !important;
}


/*Main Navigation*/

.navbar {
    background: transparent;
    padding: 0;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    font-size: 15px;
    text-transform: capitalize;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    /* content: "\e900"; */
    border: none;
    font-size: 10px;
    margin-top: 0px;
    
}

.navbar-toggler {
    background: var(--Primary);
    position: relative;
    padding: 0.1rem 0.3rem;
    margin: 5px 0;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'Line Awesome Free' !important;
    color: #fff;
    position: relative;
    font-size: 26px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-weight: 900;
}

.main-navbar .navbar-nav .nav-link:focus,
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
    color: #F1D00A;
    transition: all .3s ease;
}

.main-navbar {
    position: relative;
    width: 100%;
    padding: 0 0 0;
    border-bottom: 1px solid gray;
}

.navbar {
    justify-content: space-between;
    align-items: flex-start;
}

.navbar-nav {
    display: flex;
    width: 100%;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    border: none;
    border-radius: 0;
    min-width: 220px;
}

.main-navbar .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.main-navbar .dropdown-menu li a:hover {
    background: #fff;
    color: #C15A2E;
}


/* nav */

.navouter {
    background: var(--Primary);
}

.main-navbar .navbar-dark {
    padding: 0;
}

.main-navbar .navbar-dark .navbar-nav {
    height: 50px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    background: maroon;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 18px 6px;
    line-height: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: 6px;
    font-size: 9px;
    margin-top: 3px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.main-navbar .navbar-dark .navbar-nav .nav-link:focus,
.main-navbar .navbar-dark .navbar-nav .nav-link:hover,
.main-navbar .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: transparent;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .btn {
    min-width: 145px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    top: calc(100% - 1px);
    min-width: 200px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover {
    background: maroon;
    /*color: var(--Secondary);*/
	color: #fff;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul {
    display: block;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu {
    position: relative;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle::after {
    margin-left: 10px;
    font-size: 9px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul li:hover>ul {
    display: block;
}

.navbar-brand {
    max-width: 420px;
}


/*Banner*/


/* .banner{position:relative;min-height:calc(100vh - 0px);}
 .banner .item img{object-fit:cover;height:100vh;} */

.banner .item {
    position: relative;
    aspect-ratio: 96/35;
}

.banner .item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
    top: 0;
    left: 0;
}

.marki {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0;
    background: var(--Primary);
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
}
    .marki h4 {
    font-size: 16px;
    width: 300px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    background-color: maroon;
    line-height: 46px;
}

/* .marki{position:absolute;z-index:1;bottom:0px;left:0;background:var(--Primary);width:100%;min-height:50px;display:flex;align-items:center;} */

.marki ul {
    width: 100%;
    color: #fff;
}

.marki ul li {
    display: inline-block;
    list-style: circle !important;
    padding: 0 10px;
    color: var(--white);
}


/*Notice*/

.nocies_events_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.box-body {
    margin-bottom: 30px;
}

.main-sec {
    position: relative;
    z-index: 1;
}

.list-with-date li {
    /* display: flex; */
    margin: 0;
    padding: 6px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-left: 4px solid var(--white);
    margin-bottom: 5px;
}

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

.card-date-col {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-left: solid 4px #DD1C1A;
    padding-left: 10px;
}

.card-date-col p {
    color: var(--white);
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 32px;
    margin-bottom: 5px;
    font-family: Lucidasans;
    text-align: center;
}

.card-date-col span {
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
}

.card-detail-col {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.card-detail-col a {
    line-height: 22px;
    padding-bottom: 0;
    margin: 0;
    color: var(--white);
    margin-left: 15px;
}

.card-detail-col a:hover a {
    color: #B26700;
}

.principal-wrap {
    display: grid;
    grid-column-gap: 30px;
    background: var(--gray_1);
    padding: 10px 25px 40px 25px;
    /* margin-bottom: -50px; */
}

.principal-wrap h5 {
    font-weight: 600;
    font-size: 18px;
}

.principal-wrap img {
    width: 200px;
    margin: 20px auto 20px auto;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.btn_sec {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
}


/*Useful Links*/

.curv {
    position: absolute;
    bottom: calc(100% - 1px);
    width: 100%;
}

.useful {
    margin-top: 20px;
    position: relative;
}

.useful-text {
    font-weight: 500;
    line-height: 110%;
    font-size: 15px;
    color: #000;
}

.useful-img {
    height: 85px;
    margin-bottom: 10px;
}

.useful-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 38px;
}

.useful-item {
    background: #fff;
    border-radius: 7%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: flex-start;
    min-height: 144px;
    position: relative;
    text-align: center;
    padding: 20px;
    height: 100%;
    box-shadow: var(--box-shadow);
    border: 3px solid #34388a;
}

.useful-item:hover {
    transition: all 0.25s linear;
    box-shadow: 0 20px 20px rgb(100 100 100 / 30%);
	/*background-color: maroon;*/
	background-color: #e1b7b7;
}

.useful-item:hover .useful-text {
    color: var(--Secondary);
}

.blue_bg {
    background: var(--Secondary);
}


/*Welcome*/

.number-item {
    border-right: solid 1px #fff;
    text-align: center;
}

.stack-numbers-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 0px;
    padding: 50px 0;
    justify-content: center;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.number {
    font-size: 36px;
    font-weight: 800;
    font-family: Lucidasans;
}

.number-text {
    font-weight: 600;
    line-height: normal;
    padding-top: 15px;
    margin-top: 0px;
    font-size: 18px;
}

.number-text span {
    display: block;
}

.number-item:last-child {
    border-right: none;
}


/* Events */

.event_info {
    background: var(--white);
    padding: 15px;
}

.event-cal {
    margin-top: 15px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.evnt-dtl {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.Event_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    gap: 10px;
    margin-bottom: 30px;
}

.Event_tabs .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    border: none;
}

.Event_tabs .nav-link:hover {
    color: #003263;
    border-radius: 5px;
    background: #00326342;
}

.Event_tabs .nav-link.active {
    color: #003263;
    border-radius: 5px;
    background: #00326342;
}


/* Gallery */

.gallery-item {
    position: relative;
    display: block;
    aspect-ratio: 4/5;
}

.pic-dtl {
    border-radius: 0px 0px 15px 15px;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: var(--white);
}

.gallery-item img {
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
}


/* Footer */

footer {
    background: var(--gray_2);
}

.footer-menu {
    margin-bottom: 50px;
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu ul li a {
    line-height: 100%;
    border-right: solid 1px #333;
    padding: 0 15px;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--Primary);
}

.footer-menu ul li:last-child a {
    border-right: none;
}

footer a {
    color: #000;
}

.mail_tel {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 1rem;
}

.vistor-counter {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.vistor-counter dl {
    margin: 0;
}

.vistor-counter dt {
    font-size: 30px;
    font-weight: 800;
}

.footer-visitor {
    display: flex;
    align-items: center;
}

ul.vcounter {
    display: flex;
    margin-left: 5px;
}

ul.vcounter li {
    padding: 0 1px;
    font-size: 23px;
    font-weight: 600;
}

.copyright {
    background: var(--Primary);
    color: var(--white);
    text-align: center;
    padding: 14px 0;
}

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

.copyright a:hover {
    color: rgba(255, 255, 255, 0.7);
}


/* Floting social icons */

.floating-icons {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-icons a {
    height: 40px;
    width: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    white-space: nowrap;
    color: var(--white);
    padding: 0;
}

.floating-icons a span {
    flex-shrink: 0;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-icons a:hover {
    width: 100%;
    background: var(--Primary);
}

.floating-icons a i {
    color: var(--white);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.floating-icons a img {
    text-align: center;
    margin: 0 auto;
}

.floating-icons a:hover {
    width: 70px;
}


/* .floating-icons a:nth-child(2):hover{width: 166px;}
.floating-icons a:nth-child(3):hover{width: 107px;}
.floating-icons a:nth-child(4):hover{width: 189px;}
.floating-icons a:nth-child(5):hover{width: 138px;} */

.facebook {
    background: #337FFF;
}

.twitter {
    background: #000;
}

.linked {
    background: #DA3A8D;
}

.youtube {
    background: #D72A2A;
}

.web {
    background: #D7A72A;
}


/*  */

.accesibility {
    position: fixed;
    right: 10px;
    top: 90%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex-direction: row;
}

.accesibility a {
    width: 50px;
    height: 50px;
    background: #d72a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--white);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}

.accesibility a:hover {
    color: var(--white);
    background: var(--black);
}

.accesibility a span {
    animation: tilt-shaking 0.5s infinite;
}

.accesibility a.new-update {
    position: relative;
}

.accesibility a.new-update span::after {
    background-color: red;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* OWL */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: none !important;
    background: var(--Primary);
    color: #fff;
    font-size: 22px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}


/*Banner Inner*/

.inside-banner {
    min-height: 270px;
    max-height: 270px;
    background: var(--Blue);
    position: relative;
    display: none;
}

.inside-banner img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}

.inside-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 50%);
    left: 0;
}

.inside-banner.no-overlay::before {
    background: none !important;
}

.page-heading {
    position: absolute;
    z-index: 1;
    height: 100%;
    display: grid;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
    padding-bottom: 3rem;
    left: 16%;
    display: none;
}

.page-heading h2 {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 32px;
    padding: 0;
    font-family: Lucidasans;
    font-weight: 600;
    letter-spacing: 0.07rem;
}

.main-content {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 5%);
}

.page-title {
    font-size: 22px;
    background: #EFEFEF;
    padding: 7px 20px;
    margin-bottom: 2rem;
    font-weight: 600;
    border-left: solid 5px #ac0d0d;
}

.heading-title {
    border-bottom: solid 1px var(--Primary);
    padding: 0;
    margin-bottom: 15px;
}

.heading-title span {
    background: var(--Primary);
    color: #fff;
    padding: 7px 20px 8px;
    display: inline-block;
    line-height: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.in_bg {
    background: #EEEEEE;
}


/*Side Menu*/

.side-header {
    background: var(--Primary);
    padding: 15px 15px;
    border-radius: 7px 7px 0 0;
}

.side-header span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-menu {
    padding: 1rem;
    border-radius: 0px 0px 7px 7px;
    background: #ffffff;
}

.side-nav ul li a {
    padding: 12px 0;
    display: block;
    font-weight: 500;
    color: #444941;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.side-nav ul li a:hover {
    color: var(--Primary);
    padding-left: 5px;
    transition: all 0.2s linear;
}

.side-nav ul li a.active {
    color: var(--Primary);
    padding-left: 5px;
    transition: all 0.2s linear;
    font-weight: 600;
}

.side-nav ul li {
    border-bottom: 1px solid #EEEEEE;
}

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


/*Styles */

.custom-list {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.ul {
    list-style-type: disc !important;
}

.box {
    list-style-type: square;
}

.circle {
    list-style-type: circle;
}

.ol {
    list-style-type: decimal;
}

.lalpha {
    list-style-type: lower-alpha;
}

.ua {
    list-style-type: upper-alpha;
}

.ur {
    list-style: upper-roman;
}

.custom-list li::marker {
    font-weight: 600;
}

.main-content ul {
    list-style-type: circle !important;
}

.main-content ul li {
    margin-left: 15px;
    padding-bottom: 10px;
}


/* Custom Table */

.table .thead-dark th {
    color: #fff;
    background-color: var(--Secondary);
    border-color: #0c1e2b;
    padding: 10px 10px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 22px;
}

.table tbody td {
    padding: 8px 10px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 22px;
}

.table-responsive table tbody tr td a {
    color: var(--Primary);
}

.table-responsive table tbody tr td a.btn {
    color: var(--white);
    min-width: auto;
}

.table-responsive table .btn {
    font-size: 14px;
    padding: 0px 15px;
    height: 34px;
    line-height: 33px;
}


/*  */

.mvce-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #B4B4B3;
    margin-bottom: 10px;
    gap: 10px;
    list-style: none;
}

.mvce-tabs .nav-item {
    padding-bottom: 0;
    margin: 0;
    list-style: none;
}

.mvce-tabs .nav-link {
    border: 1px solid #B4B4B3;
    background: #B4B4B3;
    color: #333;
    text-align: center;
    font-weight: 700;
    min-width: 130px;
    max-width: 100%;
    padding: 8px 10px;
    border-bottom: transparent;
}

.mvce-tabs .nav-link.active {
    background: var(--Primary);
    color: #fff;
    border-color: var(--Primary);
}

.title-custom h3 {
    background: #00326342;
    padding: 6px 15px 5px 15px;
    color: var(--Primary);
    font-size: 20px;
    margin-bottom: 15px;
}

.page-error {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-error-thumb {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page-error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-error-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}

.member-card-col {
    background: #f7f7f7;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.member-thumb {
    width: 110px;
    flex-shrink: 0;
    height: 135px;
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    margin-right: 0;
}

.member-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-cont {
    width: 100%;
}

.member-cont h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.member-cont h4 a {
    color: #000;
}

.member-card-col ul {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0;
}

.member-card-col ul li {
    margin-bottom: 0;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    line-height: 21px;
}

.image-block {
    margin-bottom: 10px;
}

.image-block img {
    border: 1px solid #ddd;
    padding: 5px;
}

.activity-col {
    position: relative;
    margin-bottom: 20px;
}

.activity-col h5 {
    position: absolute;
    left: 5px;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    width: calc(100% - 10px);
}

.activity-col img {
    width: 100%;
}

.alumni-col {
    display: flex;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 20px;
}

.alumni-thumb {
    width: 120px;
    flex-shrink: 0;
}

.alumni-thumb img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5/6;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.alumni-cont {
    padding-left: 15px;
}

.alumni-cont h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.alumni-cont h4 {
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
}

.alumni-cont p {
    line-height: normal;
    font-size: 13px;
    letter-spacing: normal;
    text-align: left;
}

.image-block-multiple .image-block img {
    aspect-ratio: 5/3;
    width: 100%;
    object-fit: cover;
}

.socities-card-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.societies-card {
    width: 100%;
    background-color: #fafafa;
    padding: 15px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.soc-thumb {
    width: 30%;
    margin-right: 15px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc-thumb img {
    max-width: 90%;
    max-height: 90%;
}

.soc-cont {
    width: 100%;
}

.soc-cont h3 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #333;
}

.soc-cont h3 a {
    color: #333;
}

.soc-cont p {
    padding-bottom: 5px;
    font-size: 13px;
}

span.correctEmailAddress {
    text-align: center;
}

.card-date-col {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 0px;
    display: flex;
    margin-right: 15px;
    flex-direction: inherit;
    justify-content: left;
    text-align: center;
    border-left: 4px solid var(--Primary);
    font-family: Lucidasans;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #222;
}

.card-date-col p {
    color: #222;
    font-weight: bold;
    line-height: 100%;
    margin-right: 3px;
    padding: 0;
    font-size: 16px;
    margin-bottom: -3px;
    font-family: Lucidasans;
    text-align: center;
}

.card-date-col span {
    color: #222;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 2px;
    margin-top: 4px;
}

.main-notice .card-date-col p,
.main-notice .card-date-col span {
    color: #fff;
}

.main-notice .card-date-col {
    /* border-left: 4px solid var(--white); */
}

.card-custom2 {
    background: #F2F2F2;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-custom2 .card-thumb {
    position: relative;
}

.card-thumb img {
    width: 100%;
    aspect-ratio: 5/3.4;
}

.card-custom2 .card-thumb img+a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-custom2 .card-thumb img+a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-thumb-det {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-thumb-det h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.card-thumb-det p {
    padding-bottom: 8px;
    text-align: inherit;
    margin-bottom: 0;
}

.album-row [class^="col-"] {
    margin-bottom: 30px;
}

.album-col {
    position: relative;
}

.album-col .album-title {
    background: var(--primary);
    padding: 15px 40px 15px 15px;
    text-align: left;
    position: relative;
}

.album-col .album-title .download-img-zip {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.album-col .album-title h3 {
    font-size: 16px;
    color: #fff;
}

.gallery-album-col {
    position: relative;
}

.gallery-album-col a {
    display: block;
}

.gallery-album-col a img {
    object-fit: cover;
    aspect-ratio: 5/3;
}

.album-col .album-title {
    background: #222;
    padding: 15px 40px 15px 15px;
    text-align: left;
    position: relative;
}

.album-col .album-title .download-img-zip {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.album-col .album-title {
    background: #112b3c;
    padding: 15px 40px 15px 15px;
    text-align: left;
    position: relative;
}

.album-col .album-title .download-img-zip {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.album-col .album-title h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-listing .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    top: inherit;
}

.owl-theme.mediagalleryalbum .owl-nav button i {
    /* background: #fff; */
    border-radius: 3px;
    padding: 5px;
}

.accordion-custom .accordion-button {
    background: #00235c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0 !important;
    border: none;
}

.accordion-custom .accordion-button::after {
    color: #fff !important;
}

.accordion-custom .accordion-button:focus {
    box-shadow: none !important;
}


/* Google translate */

.translator {
    display: inline-block;
    margin-left: 15px;
}

#google_translate_element .skiptranslate.goog-te-gadget span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    background: #f7f7f7;
    outline: none;
    border: solid 1px #ddd;
    padding: 4px 8px;
    color: #212529;
    display: flex;
    align-items: center;
}

.goog-te-gadget .goog-te-combo option {
    font-family: Lucidasans;
}

.goog-te-gadget {
    height: 32px;
    overflow: hidden;
}

.goog-te-gadget .goog-te-combo option {
    order: 1;
}

.font-resize {
    padding-top: 6px;
}

.google-map {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 15px;
}

.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd !important;
}

.custom-collapse-col {
    margin-bottom: 5px;
}

.custom-collapse-col .collapse-title {
    background: var(--lightblue);
    display: block;
    padding: 5px 40px 5px 15px;
    color: var(--Primary);
    font-weight: 500;
    position: relative;
}

.custom-collapse-col .collapse-title i,
.custom-collapse-col .collapse-title svg {
    position: absolute;
    right: 15px;
    top: 8px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cust-collapse-inner {
    padding: 15px;
    background: #f7f7f7;
}

.events_section .tab-content .event_item img {
    width: 100%;
    /*aspect-ratio: 5/3.4;*/
}


/* .nav.nav-tabs{margin-bottom: 0 !important; border-bottom: none !important;} */

.nav-tabs .nav-link {
    background: var(--lightblue);
    color: var(--Primary);
    margin-right: 2px;
    border-color: var(--lightblue);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: var(--Primary);
    color: var(--white);
    border-color: var(--Primary);
}

.achievment-col {
    display: flex;
    padding: 10px;
    border: 1px solid #ddd;
    flex-direction: column;
    margin-bottom: 20px;
    height: 100%;
    background-color: #f7f7f7;
}

.ach-thumb {
    width: 100%;
    margin-bottom: 15px;
}

.ach-thumb img {
    background: #fff;
    padding: 3px;
    border: 1px solid #ddd;
    width: 100%;
    aspect-ratio: 5/3.4;
    -webkit-aspect-ratio: 5/3.4;
    object-fit: cover;
}

.ach-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
}

.ach-content h3 a {
    color: #222;
}

.ach-content p {
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 0;
}

h5 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.header-mode.lang-btns {
    margin-left: 7px;
}

.lang-btns a {
    display: block;
    padding: 0 10px;
    width: auto;
    line-height: 24px;
}

body.lang-en lang[type="en"] {
    display: contents;
}

body.lang-en lang[type="hi"] {
    display: none;
}

body.lang-hi lang[type="hi"] {
    display: contents;
}

body.lang-hi lang[type="en"] {
    display: none;
}

body.lang-hi .btn-en {
    display: block;
}

body.lang-en .btn-en {
    display: none;
}

body.lang-en .btn-hi {
    display: block;
}

body.lang-hi .btn-hi {
    display: none;
}

.btn.btn-cv {
    font-size: 12px;
    height: 35px;
    line-height: 33px;
    padding: 0px 20px;
}

.login-btn .btn {
    min-width: auto;
    padding: 0 25px;
    background: #0866ff;
    color: #fff;
}

.login-outer .dropdown-menu li a {
    background: #0866ff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.login-outer .dropdown-menu li a:hover {
    background: #003263;
    color: #fff;
}


/* Sidenotificaton */

.sidenotification {
    position: fixed;
    right: -100%;
    bottom: 110px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    border-radius: 5px;
    overflow: hidden;
    z-index: 11;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 350px;
}

body.notification-open .sidenotification {
    right: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.side_noti_head {
    background: #003263;
}

.side_noti_head h3 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
}

.side_noti_body {}

.side_noti_body ul li {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    display: flex;
}

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

.side_noti_body ul li:hover {
    background-color: #f7f7f7;
}

.side_noti_body ul li>a {
    display: flex;
}

.side_noti_body ul li.new .card-noti-area {
    position: relative;
}

.side_noti_body ul li.new .card-noti-area::after {
    background-image: url('../images/new.gif');
    width: 27px;
    height: 27px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    background-size: 27px;
}

.side_noti_body ul li .card-noti-area p {
    margin-bottom: 0;
    line-height: normal;
    color: #000;
}

.side_noti_body ul li .card-noti-area p+small {
    color: #666;
}

.slidercaption {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 0 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.slidercaption h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: 600;
}

.single-person-card {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.single-person-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-person-card-inner img {
    width: 240PX;
    border: 1px solid #ddd;
    padding: 5px;
}

.single-person-card-inner h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

/* search section */
 .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .customnav {
    display: none;
  }
  
  .customnav.searchOpen {
    display: block;
  }

  .overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .custom-search-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .custom-autocomplete-outer {
    width: 60%;
  }
  
  .custom-autocomplete-outer input {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 45px;
    height: 60px;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 40px;
    color: #fff;
  }
  
  .custom-autocomplete-outer ul {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  .custom-autocomplete-outer ul li {
    border-bottom: none;
  }
  
  .custom-autocomplete-outer ul li a {
    color: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    border-bottom: none;
    display: block;
    padding: 9px 0;
    line-height: normal;
  }
  
  
  .custom-autocomplete-outer ul li:last-child a {
    
    border-bottom: 1px solid #ddd;
  }
  /* search section end*/

  .searchbtn {
    font-size: 24px;
    width: 100%;
    display: flex;
    place-content: center;
    color: #fff;
    background: #003263;
    height: 100%;
    border-radius: 5px;
  }
  .searchbar {
    width: 38px;
    height: 38px;
    display: flex;
    place-content: center;
    margin-right: 15px;
  }

  /*footer*/




/*---------footer---------*/
footer {
    /*background: url(../images/background-effect-3.jpg);*/
    background: var(--Primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-color: #222023;*/
    color: #fff;
    padding: 19px 0px 0px 0px;
    font-size: 17px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2px;
}
.about-footer li i {
    position: absolute;
    left: 0;
}
.about-footer li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}

.about-footer ul {
    margin-top: 40px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ed1b24;
}
.footer-title {
    border-bottom: 2px solid #a61f2d;
    padding-bottom: 11px;
    margin-bottom: 19px;
}

ul.footer-social {
    float: right;
}

ul.footer-social li {
    display: inline;
    margin-right: 16px;
}

ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}

ul.footer-social li:last-child {
    margin-right: 0px;
}

ul.footer-social i:hover {
    background: #ed1b24;
    color: #fff;
}

.page-more-info li {
    margin-bottom: 11px;
}


footer hr {
    border-color: #9294a0;
}

.footer-bottom p {
    text-align: right;
}
.footer-bottom {
    margin-top: 30px;
}
.open-hours hr {
    margin: 30px 0;
}
.footer-top .table {
    --bs-table-color: #f9f9f9;
}

.img-radious {border-radius: 15px; margin: 15px;}
.image-align {text-align: center;}
.img-heightset {max-height: 100%;border-radius: 0px;position: absolute;bottom: 0;top: 0;width: 100%;height: 100%;}
.main-notice {
    width: 100%;
    position: relative;
    left: 24px;
}
button, .login {
    background-color: #337fff;
    line-height: 47px;
    border: none;
    color: #fff;
    padding: 2px 13px;
    font-size: 16px;
}
.accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: gray;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: gray;
}
.accordion-button h5 {padding:0px; margin:0px;}
.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--primary-text);
  margin-right: 13px;
}
.accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */


.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}