@font-face {
	font-family: 'Arial Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
}

@font-face {
	font-family: 'Arial Bold';
	font-style: normal;
	font-weight: bold;
	src: local('Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
}

* {

	margin: 0;



	padding: 0;



	box-sizing: border-box;

}
*,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }



/*body img{


	max-height: 180px !important;
} */



body {
    /* font-family: 'Verdana'; */
    font-family: 'Arial Regular';
    font-size: 12px;
    font-weight: 400;
    color: #110e25;
    padding-top: 110px;
    max-width: 100%;
    overflow-x: hidden; 
    text-transform::first-letter: capitalize;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", sans-serif;
}



/*h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}*/

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
  text-transform: uppercase;   
}
 
/*p, span, li::first-letter {
  text-transform: capitalize;
}*/

p::first-letter,
span::first-letter,
li::first-letter {

	 text-transform: capitalize;
}


.tooltip-inner::first-letter {
  text-transform: capitalize;
}


body.no-padding {



	padding-top: 0;

}



a {

	text-decoration: none;



	-moz-transition: all 0.3s ease-in-out;



	-webkit-transition: all 0.3s ease-in-out;



	transition: all 0.3s ease-in-out;

}



a:hover {

	text-decoration: none;

}



.btn-primary {

	background-color: #100024;

	border-color: #100024;

	padding: 10px;

	font-size: 14;

	border-radius: 8px;

}



.btn-primary:hover {

	background-color: #000;

	border-color: #000;

}


.publication-card .card-title:: first-letter{
	text-transform: uppercase;
}

.single-publication-section h1:: first-letter{
	text-transform: uppercase;
}
 
 .book-card .book-card-body h5:: first-letter{
	text-transform: uppercase;
}

.btn-secondary {

	background-color: #dcdbfd;

	border-color: #dcdbfd;

	color: #100024;

	font-weight: 600;

}



.btn-secondary:hover {

	background-color: #100024;

	border-color: #100024;

	color: #ffffff;

}



.form-control {

	padding: .85rem .95rem;

}



.header {

	/* position: sticky;

	top: 0; */

	/* left: 0;

	right: 0; */

	background-color: #fff;

	z-index: 55;

}



.header {

	background-color: #fff;

	z-index: 55;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

}



.header .top-header {
    padding: 8px 0;
    background-color: #dcdbfe;
}



.header.nav-fixed {

	position: fixed;

	/* top: -136px; */

	left: 0;

	width: 100%;

	transition: transform .3s, -webkit-transform .3s;

	/* transform: translateY(136px); */

	box-shadow: 0 0 5px #b9b9b9;

}







.header .top-header .header-container {

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.header .top-left-header ul,

.header .top-right-header,

.header .top-right-header ul {

	display: flex;

	align-items: center;

	margin-bottom: 0;

}



.header .top-left-header ul,

.header .top-right-header ul {

	padding: 0;

	list-style: none;

}



.header .top-left-header ul a, 
.header .top-right-header ul a {
    color: #100024;
    font-size: 13px;
}





.header .top-right-header ul {

	gap: 13px;

}



.header .top-header .top-left-header ul a {

	border-right: 1px solid;

	padding: 0 8px;

}



.header .top-header .top-left-header ul li:last-child a {

	border-right: 0;

}



.header .top-header .top-right-header ul a {

	display: flex;

	align-items: center;

}



.header .top-header .top-right-header ul a i {

	margin-right: 8px;

}



.header .top-header .top-right-header ul a img {

	width: 12px;

	margin-right: 8px;

}



.header .top-header .top-right-header .top-social-icon {

	gap: 2px;

	margin-left: 15px;

}



.header .top-header .top-right-header .top-social-icon a {

	display: inline-flex;

	width: 25px;

	height: 25px;

	background-color: #100024;

	color: #fff;

	justify-content: center;

	align-items: center;

	font-size: 10px;

	border-radius: 50%;

}



.header .top-header .top-right-header .top-social-icon a i {

	margin-right: 0;

}



.navbar .navbar-brand img {

	width: 130px;

	max-width: 100%;

	padding: 10px 0;

}



.navbar .offcanvas-header {
	padding: 0 16px;
}

.navbar .offcanvas-body {

	justify-content: space-between !important;
	align-items: center;

}



.navbar .navbar-nav {

	gap: 10px;

}



.navbar .input-group .form-control {

	font-size: 14px;

}

.navbar .input-group .select2-container {
	flex-grow: 1;
	max-width: calc(100% - 33px);
}

.navbar .input-group .input-group-text {

	font-size: 16px;

	color: #c8c8c8;

}



.navbar .input-group .form-control::placeholder {

	color: #c8c8c8;

}




.navbar .offcanvas-bottom {

	display: none;
}

.navbar .offcanvas-bottom .btn-new-grp {
	display: flex;
	justify-content: space-between;
}

.navbar .offcanvas-bottom .btn-new-grp .btn-new-outline {
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #100024;
	width: calc(50% - 5px);
	color: #100024;
}

.navbar .offcanvas-bottom .btn-new-grp .btn-new-outline i {
	margin-right: 8px;
}

.navbar .offcanvas-bottom .login-btn-md {

	padding: 5px 16px;
}

.navbar .offcanvas-bottom .btn-theme {
	width: 100%;
	border-radius: 2px;
}

.navbar .offcanvas-bottom .social-links-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 16px;
	border-top: 1px solid #b5b5b5;
}

.navbar .offcanvas-bottom .social-links-bottom a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	color: #100024;
}

.form-control:focus {

	box-shadow: none;

	outline: none;

	border-color: #dee2e6 !important;

}



.dropdown-toggle {

	padding-right: 1rem !important;

}



.navbar-toggler {

	border: none;

	color: #100024;

}



.navbar-toggler:focus {

	box-shadow: none;

}



/* 

.dropdown-toggle::after {

	display: none;

}



.dropdown-toggle::before {

	right: 0;

	top: 50%;

	position: absolute;

	content: "\f107";

	display: var(--fa-display, inline-block);

	font-style: normal;

	font-variant: normal;

	line-height: 1;

	text-rendering: auto;

	font-weight: 900;

	font-size: 12px;

	font-family: "Font Awesome 6 Free";

	transform: translateY(-50%);

} */



.navbar .navbar-nav .nav-link {

	font-weight: 500;

	color: #100024;

	font-size: 14px;

}



.nav-item.dropdown .dropdown-menu.mega-menu .link-card {

	border-radius: 10px;

	padding: 20px 0;

	height: 100%;

	box-shadow: 0 0 3px #dcdbfe;

}

.top-right-header .dropdown-menu.mega-menu {
	width: 100vw;
	position: fixed !important;
	left: 0;
	top: 124px !important;
	z-index: 9;
	background: #fff;
	padding: 15px 0 25px;
}

.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-header {

	padding: 5px 0 5px 15px;

	border-left: 5px solid #dcdbfe;

	font-size: 16px;

	font-weight: 600;

	color: #100024;

}



.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav {

	list-style: none;

	margin: 0;

	padding-left: 20px;

}



.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav.link-card-nav-flex {

	display: flex;

	flex-wrap: wrap;

	column-gap: 10px;

}



/*.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav.link-card-nav-flex .link-card-nav-link {*/

/*	flex: 1 1 calc(50% - 10px);*/

/*}*/

.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex {
	display: block;
	column-count: 6;
}

.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav .link-card-nav-link {

	margin-bottom: 5px;

}



.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav .link-card-nav-link:last-child {

	margin-bottom: 0px;

}



.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav .link-card-nav-link a {

	color: #100024;

	font-size: 14px;

}



.nav-item.dropdown .dropdown-menu .dropdown-item {

	color: #100024;

	font-size: 14px;

}





.header .input-group .input-group-text {
	border-left: 0;
	padding: 0;
}



.input-group .input-group-text {

	background-color: #fff !important;

}

.input-group .input-group-text button {
	padding: .375rem .75rem;
	border: 0;
	background-color: #fff;
}

.header .input-group .form-control {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}



.main-banner {
    position: relative;
    padding: 70px 0 90px;
    margin-bottom: 30px;
    /* overflow: hidden; */ 
}

.main-banner.home-banner { 
    background: #100024d9;
}

.main-banner::before {

	position: absolute;

	content: "";

	width: 100%;

	height: 600px;

	max-height: 100%;

	left: 0;

	top: 0;

	background: url("../images/banner_moving_dark.jpg");

	background-repeat: repeat;

	background-position: 0 400px;

	background-size: contain;

	z-index: -1;

	animation: animate 60s linear infinite;

}



.main-banner::after {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0;

	bottom: 0;

	background: transparent;

	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#07050e", GradientType=1);

	z-index: 1;

}

.main-banner.home-banner::after {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0;

	bottom: 0;

	background: transparent;

	background: -moz-linear-gradient(0deg, rgb(255 255 255) 5%, rgb(4 4 4 / 22%) 90%, rgb(7 5 14 / 49%) 100%);

	background: -webkit-linear-gradient(0deg, rgb(255 255 255) 5%, rgb(4 4 4 / 22%) 90%, rgb(7 5 14 / 49%) 100%);

	background: linear-gradient(0deg, rgb(255 255 255) 5%, rgb(4 4 4 / 22%) 90%, rgb(7 5 14 / 49%) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#07050e", GradientType=1);

	z-index: 1;

}

.main-banner.home-banner .banner-text h1 {
    color: #fff; 
}




@keyframes animate {

	from {

		background-position: 0 600px;

	}



	to {

		background-position: 0 -600px;

	}

}





.main-banner>.container {

	position: relative;

	z-index: 2;

}



.main-banner .banner-text {

	text-align: center;

}



.main-banner .banner-text p {

	color: #534e58;

	/* line-height: 28px; */

	font-size: 18px;

	/* font-weight: 600; */

}







.section-header {

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-bottom: 50px;

}



.btn-theme {

	font-family: "Inter", sans-serif;

	display: inline-block;

	background-color: #100024;

	padding: 10px 20px;

	color: #fff;

	border-radius: 8px;

	letter-spacing: 3px;

	border: 1px solid #100024;

	font-size: 12px;

}



.btn-theme:hover {

	background-color: #000;

}



.btn-theme i {

	margin-left: 15px;

}



.btn-white {

	background-color: #fff;

	border-color: #fff;

}



.btn-white:hover {

	background-color: transparent;

	border-color: #fff;

	color: #fff;

}



.publication-section {

	padding: 0 0 50px;

	overflow-x: hidden;

}



.book-card {

	position: relative;

	height: 100%;

	display: flex;

	flex-direction: column;

}

.book-card .book-card-img {

	border-radius: 25px;

	overflow: hidden;

	border: 1px solid #d3d3d3;

	/* aspect-ratio: 5 / 6; */

}



.book-card .book-card-img img {

	width: 100%;

	height: 100%;

	aspect-ratio: 193 / 297;

	object-fit: cover;

}



.book-card .book-card-body {
	display: flex;
	align-items: stretch;
	color: #100024;
	flex: 1;
	padding-top: 15px;
	flex-direction: column;
	text-align: center;
}

.book-card .book-card-body .book-meta {
	display: flex;
	justify-content: center;
	color: #888;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 5px;
}

.book-card .book-card-body .book-meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
	line-height: 1.15;
}

.book-card .book-card-body .book-meta span:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.book-card .book-card-body .btn-theme {
	margin-top: auto;
}



.book-card .book-card-body h5 {
	font-size: 15px;
	margin-bottom: 0;
	display: -webkit-box;
	/* max-width: 400px; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: 600;
}
.book-card .book-card-body h5::first-letter {
  text-transform: uppercase;
}
.single-publication-section h1::first-letter {
  text-transform: uppercase;
}



.owl-carousel .owl-stage-outer {

	overflow: visible;

}



.book-banner-card-one {

	display: block;

	height: 100%;

	padding: 20px;

	background: url("../images/books/book-banner.jpg");

	background-position: bottom;

	background-repeat: no-repeat;

	background-size: cover;

	border-radius: 25px;

}



.book-banner-card-one h3 {
	font-size: 2.5rem;
	margin-bottom: 35px;
	line-height: 1.25;
	color: #100024;
	font-weight: 600;
}



.book-banner-card-one.pink-bg {

	background-image: url("../images/books/book-banner-pink.jpg");

}



.book-banner-card-one.pink-bg h3 b {

	color: #d9615e;

}



.card-grid {

	display: grid;

	gap: 20px;

	grid-template-columns: repeat(6, 1fr)
}



.grid-item-one {

	grid-column: 4 / span 3;

}



.book-banner-card-two {

	display: block;

	height: 100%;

	background: url("../images/books/book-banner-one.jpg");

	background-position: bottom;

	background-repeat: no-repeat;

	background-size: cover;

	padding: 60px 20px 20px;

	border-radius: 25px;

}



.book-banner-card-two .card-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
	gap: 40px;
}

.book-banner-card-two .card-inner h3 {
	font-size: 2.5rem;
	margin-bottom: 35px;
	line-height: 1.25;
	font-weight: 600;
}


.footer {

	background-color: #110e25;

	padding: 70px 0 30px;

	color: #fff;

}



.footer .form-control {
	background-color: transparent;
	color: #fff;
	padding: .375rem .95rem;
}



.footer .form-control::placeholder {

	color: #d3d0e7;

}



.footer .form-control:focus {

	box-shadow: none;

	border-color: #fff;

}



.footer-mid {

	padding: 40px 0;

	margin: 40px 0;

	border-top: 1px solid #363348;

	border-bottom: 1px solid #363348;

}



.footer-mid .footer-nav-block h5 {

	font-weight: 600;

}



.footer-mid .footer-nav-block .footer-nav {

	list-style: none;

	padding-left: 0;

	margin-bottom: 0;

}



.footer-mid .footer-nav-block .footer-nav a {
    display: inline-block;
    color: #e2e2e8;
    line-height: 2;
    border-bottom: 1.5px solid transparent;
    font-size: 13px;
    /* font-weight: 600; */
}



.footer-bottom p {

	color: #837f9d;

	font-size: 10px;

}



.footer-bottom .footer-logo {

	width: 100%;

	display: flex;

	justify-content: end;

}



.footer-bottom .footer-logo img {

	width: 100px;

}





.register-section {

	padding: 40px 0;

}



.register-section .register-form {

	padding: 45px 50px;

	background-color: #e5f1ff;

	border-radius: 15px;

}



.register-section .register-form .register-form-inner {

	padding: 30px 50px;

	background-color: #fff;

	border-radius: 15px;

}



.register-section .register-inner .logo {

	margin-bottom: 80px;

}



.register-section .register-inner h2 {

	font-weight: 600;

	margin-bottom: 30px;

}



.register-section .register-inner h2+p {

	margin-bottom: 30px;

}



.register-section .register-inner ul {

	list-style: none;

	margin: 0;

	padding: 0;

	max-width: 380px;

}



.register-section .register-inner ul li {

	position: relative;

	padding-left: 35px;

}



.register-section .register-inner ul li i {

	position: absolute;

	content: "";

	left: 0;

	top: 0;

	width: 25px;

	height: 25px;

	border-radius: 50%;

	font-size: 12px;

	color: #fff;

	background-color: #9aa8ec;

	display: flex;

	justify-content: center;

	align-items: center;

}



.register-section .register-inner ul li h4 {

	font-size: 18px;

	font-weight: 600;

}



.register-section .register-inner .input-group .input-group-text {

	padding: 0;

	border-left: 0;

}



.register-section .register-inner .input-group .form-control {

	border-right: 0;

}





.register-section .register-inner .form-control::placeholder {

	color: #dbdbdb;

	font-size: 14px;

}



.register-section .register-inner .input-group .input-group-text button {

	height: 100%;

	padding: 0 5px;

	border: 0;

	background: transparent;

	font-size: 12px;

	padding-right: 15px;

}



.register-section .register-inner p a {

	color: #100024;

	font-weight: 600;

}



.register-section .login-heading {

	font-size: 1.75rem;

}



.register-section .login-form .google-btn {

	display: flex;

	justify-content: center;

	width: 100%;

	gap: 20px;

	color: #100024;

	border: 1px solid #dee2e6;

	padding: 8px;

	border-radius: 5px;

	margin-bottom: 20px;

}



.register-section .login-form .google-text {

	color: #c5c5c5;

	text-align: center;

	margin-bottom: 24px;

}



.register-section .login-form .google-btn img {

	width: 20px;

}



.register-section .login-form {

	background-color: #fff;

	padding: 40px 30px;

	border-radius: 15px;

}



.no-result-section {

	padding: 90px 0;

}



.no-result-section img {

	max-width: 100%;

	width: 180px;

	margin: 0 auto;

	margin-bottom: 40px;

}



.no-result-section h2 {

	color: #727272;

	font-weight: 600;

	text-align: center;

}



.no-result-section p {

	color: #b0b0b0;

	text-align: center;

}



.faq-section {

	padding: 70px 0;

}



.faq-section .faq-row {

	padding-bottom: 100px;

	background: url('../images/faq-bg.png');

	background-repeat: no-repeat;

	background-position: top right;

	background-size: contain;

}



.faq-section .faq-row h2 {

	color: #3c3b41;

}



.faq-section .faq-row p {

	color: #656262;

	margin-bottom: 0;

	line-height: 1.75;

}



.faq-section .faq-tabs .nav .nav-link {

	text-align: left;

	width: 100%;

	font-size: 14px;

	border-left: 2px solid #d3dbdb;

	color: #8f8f92;

	margin-bottom: 10px;

}



.faq-section .faq-tabs .nav .nav-link.active {

	text-align: left;

	width: 100%;

	font-size: 14px;

	border-left: 2px solid #323234;

	color: #323234;

	margin-bottom: 10px;

}



.faq-section .faq-tabs .accordion {

	padding: 20px 30px;

	border: 1px solid #dee2e6;

}



.faq-section .faq-tabs .accordion .accordion-item {

	border: 0;

	border-bottom: 1px solid #dee2e6;

}



.faq-section .faq-tabs .accordion .accordion-item:last-of-type {

	border-bottom: 0;

}



.faq-section .faq-tabs .accordion-item .accordion-button {

	padding-left: 0;

	padding-right: 0;

	color: #323234;

	font-weight: 600;

}



.faq-section .faq-tabs .accordion-item:first-of-type .accordion-button {

	border-top-left-radius: 0;

	border-top-right-radius: 0;

}



.faq-section .faq-tabs .accordion-body {

	/* border-top: 1px solid #dee2e6; */

	padding-left: 0;

	padding-right: 0;

}



.faq-section .faq-tabs .accordion-body h4 {

	font-size: 16px;

	font-weight: 600;

}



.faq-section .faq-tabs .accordion-body p {

	font-size: 14px;

}



.faq-section .faq-tabs .accordion-body p:last-of-type {

	margin-bottom: 0;

}



.faq-section .faq-tabs .accordion-button:not(.collapsed) {

	background-color: transparent;

	box-shadow: none;

}



.accordion-button:focus {



	box-shadow: none;

}



.about-section {

	padding: 60px 0;

}



@media screen and (min-width: 1200px) {

	.main-banner .banner-text h1 {
		font-size: 42px;
		margin-bottom: 0;
		line-height: 1.15;
		letter-spacing: -1px;
	}



	.main-banner .banner-text h2 {

		font-size: 55px;

		margin-bottom: 24px;

	}



	/* .banner-para {

		max-width: 700px;

		margin: 0 auto;

	} */

}





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



	.navbar {

		padding: 0;

	}


	.navbar .navbar-nav .nav-link {

		padding: 25px 5px;

	}


    .dropdown-menu.mega-menu {
        width: 100vw;
        position: fixed !important;
        left: 0;
        top: 138px !important;
        z-index: 9;
        background: #fff;
        padding: 15px 0 25px;
    }



	.nav-item.dropdown:hover .dropdown-menu {

		display: block !important;

	}



}



@media screen and (min-width: 992px) and (max-width: 1199px) {

	.main-banner .banner-text h1 {

		font-size: 2.5rem;

		margin-bottom: 16px;

	}



	/* .main-banner .banner-text h2 {

		font-size: 2.5rem;

	} */



	/* .banner-para {

		max-width: 85%;

		margin: 0 auto;

	} */

}



@media screen and (max-width: 991px) {
	body {
		padding-top: 89px;
	}

	/* .navbar .offcanvas {

		height: 100vh;

	} */

	.navbar {

		padding: 0;

	}

	.navbar .navbar-collapse {

		max-height: 70vh;

		overflow-y: scroll;

		padding-bottom: 30px;

	}

	.navbar .navbar-nav {
		gap: 0;
	}

	.navbar .offcanvas-bottom {

		display: block;
	}

	/*.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex .link-card-nav-link {*/
	/*    flex: 0 1 calc(50% - 10px) !important;*/
	/*}*/

	.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex {
		column-count: 2;
	}

	.navbar .top-right-header .nav-item a {

		font-size: 20px;

	}

	.navbar .offcanvas-body .search-form {

		display: none;

	}

	.navbar .input-group {

		margin-top: 15px;

	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #b5b5b5;
	}

	.header .top-header .top-right-header .top-social-icon {
		display: none;
	}

	.header .top-header {
		padding: 2px 0;
		background-color: #dcdbfe;
	}

	.top-right-header .dropdown-menu.mega-menu {
		top: 86px !important;
	}

	.nav-fixed .top-right-header .dropdown-menu.mega-menu {
		top: 58px !important;
	}
}

.navbar .navbar-nav .nav-link.dropdown-toggle {
	position: relative;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


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

	.header .top-header .top-right-header ul:first-of-type li {

		display: none;

	}



	.header .top-header .top-right-header ul:first-of-type li:last-child {

		display: list-item;

	}

	.header .select2-container {
		flex-grow: 1;
		max-width: calc(100% - 33px);
	}

	.header .top-right-header .dropdown-toggle::after {
		display: none;
	}

	.header .top-right-header .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 40px;
	}

	/*.header .top-right-header .select2-container--default .select2-selection--single .select2-selection__arrow,*/
	/*.header .top-right-header .select2-container .select2-selection--single,*/
	/*.header .top-right-header .input-group .input-group-text {*/
	/*	height: 40px !important;*/
	/*}*/

	.book-banner-card-one {

		padding-bottom: 280px;

	}



	.card-grid {

		grid-template-columns: repeat(3, 1fr)
	}



	.grid-item-one {

		grid-column: 1 / span 3;

		min-height: 180px;

	}



	.book-banner-card-two {

		padding: 30px 20px 20px;

	}



	.book-banner-card-two .card-inner {

		flex-wrap: wrap;

	}

}



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

	.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex {
		column-count: 2;
	}




	.select2-container {
		flex-grow: 1;
	}

	body {
		padding-top: 88px;
	}

	/*.header .top-header .header-container {*/

	/*	flex-direction: column;*/

	/*}*/

	.main-banner.single-focus-banner::before {
		background-size: cover !important;
		background-position: center !important;
	}

	.main-banner .banner-text h1 {
		font-size: 1.75rem;
	}

	.btn-theme {
		padding: 10px 10px;
		font-size: 10px;
	}

	.book-card .book-card-body .btn-theme i {
		margin-left: 0px;
	}

	.book-banner-card-one {

		padding-bottom: 200px;

	}



	.book-banner-card-one h3 {

		font-size: 2.5rem;

	}



	.footer-bottom .footer-logo {

		justify-content: start;

	}



	.faq-section .faq-tabs .nav {

		flex-wrap: nowrap;

		white-space: nowrap;

		overflow: auto;

	}



	.faq-section .faq-tabs .nav .nav-item {

		padding-right: 10px;

	}



	.faq-section .faq-tabs .nav .nav-link {

		border-left: 0;

		border-bottom: 1px solid;

		margin-bottom: 0;

		padding: 5px 10px;

	}



	.faq-section .faq-tabs .nav .nav-link.active {

		border-left: 0;

		border-bottom: 1px solid;

	}



	.faq-section .faq-tabs .nav-sticky {

		position: sticky;

		top: 86px;

		background: #fff;

		z-index: 5;

		margin-bottom: 20px;

	}



	.faq-section .faq-row {

		padding-bottom: 40px;

	}

}



@media screen and (max-width: 574px) {
	/*.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex .link-card-nav-link {*/
	/*    flex: 0 1 100% !important;*/
	/*}*/

	.nav-item.dropdown .dropdown-menu.mega-menu .link-card.link-card-lg .link-card-nav.link-card-nav-flex {
		column-count: 1;
	}

	.main-banner .banner-text h1 {
		font-size: 1.15rem;
	}

	.section-header h3 {

		font-size: 1.25rem;

	}

	.header .top-header .top-left-header ul a {
		font-weight: 600;
	}

	.section-header .btn-theme {

		padding: 8px 10px;

		color: #fff;

		letter-spacing: 0px;

		font-size: 14px;

	}



	.card-grid {

		grid-template-columns: repeat(2, 1fr)
	}



	.book-card .book-card-body h5 {

		font-size: 14px;

	}



	.grid-item-one {

		grid-column: 1 / span 2;

	}



	.book-banner-card-two {

		padding: 30px 20px 140px;

	}



	.header .top-header .top-right-header {

		flex-wrap: wrap;

		justify-content: center;

		gap: 5px;

	}

	.header .top-header .top-right-header ul {
		row-gap: 5px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.header .top-header .top-right-header .top-social-icon {

		gap: 5px;

		margin-left: 0;

	}



	.nav-item.dropdown .dropdown-menu.mega-menu .link-card .link-card-nav.link-card-nav-flex .link-card-nav-link {

		flex: 1 1 100%;

	}

}



.popular-section .book-card {

	height: 100%;

}



.popular-section .book-card .book-card-img {

	aspect-ratio: unset;

	height: 100%;

}







.about-section {

	padding: 60px 0;

}





/***22 April***/





.aboutbottombox {

	border-left: solid 3px #e1e1e1;

	padding: 0 40px;

}



.aboutbottombox h2 {

	color: #110e25;

	font-size: 23px;

	font-weight: 700;

}



.aboutbottombg {

	display: flex;

	padding: 40px 0;

}



.specializedbg h2 {

	color: #110e25;

	font-size: 30px;

	font-weight: 700;

}



.specializedbg p {

	text-align: justify;

}



.timelineslide {

	padding: 80px 0;

	text-align: center;

}





#timeline {

	max-width: 1320px;

	margin: 0 auto;

	padding: 0 20px;

	overflow: hidden;

	position: relative;

}



#dates {

	overflow: hidden;

	white-space: nowrap;

	width: 100%;

	padding: 0 !important;

	position: relative;

	margin-bottom: 40px;

}



#dates::after {

	content: "";

	background: #eeeeee;

	height: 2px;

	position: absolute;

	left: 0;

	top: 16px;

	z-index: -9;

	width: 100%;

}



#dates li {

	list-style: none;

	display: inline-block;

	width: 130px;

	font-size: 24px;

	text-align: center;

}



#dates a {

	text-align: center;

	padding-bottom: 10px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



#dates a span {

	display: inline-block;

	background: #eeeeee;

	width: 35px;

	height: 35px;

	border-radius: 50%;

}



#dates a h4 {

	color: #110e25;

	font-size: 15px;

	margin: 10px 0 0 0;

	font-weight: 700;

}



#dates .selected {

	font-size: 38px;

}



#issues {

	overflow: hidden;

	margin-bottom: 60px;

	width: 1300px;

}



#issues li {

	text-align: center;

	width: 1300px;

	list-style: none;

	float: left;

}



.timelinetext h2 {

	color: #110e25;

	font-size: 30px;

	font-weight: 700;

	margin-bottom: 30px;

}



.selected span {

	background: #222222 !important;

}



#next,

#prev {

	width: 55px;

	height: 55px;

	display: inline-block;

	text-align: center;

	line-height: 55px;

	font-size: 20px;

	margin: 5px;

	background: #eeeeee;

	color: #222222;

	border-radius: 50%;

}



#next:hover,

#prev:hover {

	background: #222222;

	color: #fff;

}



#next.disabled,

#prev.disabled {

	opacity: 0.2;

}



.timelinetext {

	width: 50%;

	margin: 0 auto;

}



@media only screen and (min-width: 1151px) and (max-width: 1300px) {

	#timeline {

		max-width: 1151px;

		padding: 0;

	}



	#issues {

		width: 1151px;

		padding: 0;

	}



	#issues li {

		width: 1151px;

	}



	#dates li {

		width: 80px;

	}

}



@media only screen and (min-width: 992px) and (max-width: 1150px) {

	#timeline {

		max-width: 992px;

		padding: 0;

	}



	#issues {

		width: 992px;

		padding: 0;

	}



	#issues li {

		width: 992px;

	}



	#dates li {

		width: 80px;

	}

}



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

	#timeline {

		max-width: 768px;

		padding: 0;

	}



	#issues {

		width: 768px;

		padding: 0;

	}



	#issues li {

		width: 768px;

	}



	.timelinetext {

		width: 100%;

	}



	#dates li {

		width: 80px;

	}

}



@media only screen and (min-width: 600px) and (max-width: 767px) {

	#timeline {

		max-width: 600px;

		padding: 0;

	}



	#issues {

		width: 600px;

		padding: 0;

	}



	#issues li {

		width: 600px;

	}



	.timelinetext {

		width: 100%;

	}



	#dates li {

		width: 80px;

	}

}



@media only screen and (min-width: 480px) and (max-width: 599px) {

	#timeline {

		max-width: 480px;

		padding: 0;

	}



	#issues {

		width: 480px;

		padding: 0;

	}



	#issues li {

		width: 480px;

	}



	.timelinetext {

		width: 100%;

	}



	#dates li {

		width: 80px;

	}

}



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

	#timeline {

		max-width: 320px;

		padding: 0;

	}



	#issues {

		width: 320px;

		padding: 0;

	}



	#issues li {

		width: 320px;

	}



	.timelinetext {

		width: 100%;

	}



	#dates li {

		width: 80px;

	}

}







/* 07 June */



.main-banner.single-focus-banner::before {
	animation: none;
	background: url(../images/bannerimg-inner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 100%;
}



.main-banner.single-focus-banner::after {

	background: transparent;

	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(7, 5, 14, 0) 40%, rgba(7, 5, 14, 0) 100%);

}



.main-banner.single-focus-banner h1 {

	margin-bottom: 16px;

}



.main-banner.single-focus-banner p {

	font-size: 18px;

	font-weight: 600;

}



.single-publication-section {

	padding: 50px 0;

}



.single-publication-section h1 {
	font-size: 1.75rem;
	font-weight: 600;
}



.single-publication-section .single-left h4 {
	position: relative;
	display: inline;
	background-color: #fff;
	color: #110e25;
	font-size: 20px;
	font-weight: 600;
	z-index: 5;
	padding-right: 10px;
}

.single-publication-section .single-left .underline-hr {
	margin-top: -13px;
	border-color: #e1e1e1;
	opacity: 1;
}




.single-publication-section .single-left p {

	text-align: justify;

}




.single-publication-section .author-right h3 {
	font-size: 18px;
	font-weight: 600;
}

.single-publication-section .author-right hr {
	margin: 0.75rem 0;
}

.single-publication-section .action-btns a {

	color: #222222;

	display: inline-flex;

	flex-direction: column;

	align-items: center;

	font-size: 16px;

	margin-right: 15px;

}


.single-publication-section .action-btns span:last-child {
	font-size: 12px;
}

.single-publication-section .action-btns a i {

	font-size: 30px;

}



.single-publication-section .publication-author h2 {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 2px;
}

.single-publication-section .publication-author p {
	font-weight: 500;
	/*font-size: 15px;*/
	margin-bottom: 8px;
}



.single-publication-section .publication-author .publication-img-inner {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
}



.publication-list-section {

	padding-bottom: 50px;

}



.card {

	border: 1px solid #e7e7e7;

}



.publication-card {

	padding: 20px;

	border-radius: 10px;

	margin-bottom: 20px;

}



.publication-card .card-body {

	padding-top: 0;

	padding-bottom: 0;

}



.publication-card img {
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}



/*.publication-card:last-of-type {*/

/*	margin-bottom: 0;*/

/*}*/



.publication-card .card-title,

.publication-card .card-subtitle,

.publication-card p {

	margin-bottom: 12px;

}



.publication-card .card-title {

	font-weight: 600;

}



.publication-card .card-subtitle {

	font-size: 20px;

}



.publication-right {

	height: 100%;

	display: flex;

	flex-direction: column;

	align-items: flex-end;

	margin-top: 20px;

}



.publication-card .card-btn-grp {

	display: flex;

	align-items: center;

	gap: 12px;

	margin-bottom: 10px;

}


.publication-card .card-btn-grp a {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	color: #110e25;

}


.publication-card .card-btn-grp a span:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #d3d3d3;
	font-size: 18px;
}

.publication-card .card-btn-grp a span:last-child {
	font-size: 11px;
}

.publication-card .card-btn-grp a:hover span:first-child {

	color: #ffffff;

	background-color: #110e25;

	border-color: #110e25;

}



.publication-card .btn-theme {

	padding: 10px 14px;

	font-size: 10px;

}





.filter-box {

	margin-bottom: 16px;

}



.filter-box h6 {

	margin-bottom: 16px;

}



.contact-section .contact-left,

.contact-section .contact-right {

	position: relative;

	padding-top: 50px;

	padding-bottom: 50px;

}



.contact-section .contact-right {

	padding-left: 40px;

}



.contact-section .contact-left::before {

	position: absolute;

	content: "";

	width: 100vw;

	height: 100%;

	background-color: #f7f7f7;

	right: 0;

	top: 0;

	z-index: -1;

}



.contact-section h1 {

	font-size: 54px;

}



.contact-info-outer {

	margin-top: 20px;

}



.contact-info {

	display: flex;

	gap: 10px;

	margin-bottom: 12px;

}



.contact-info i {

	color: #8794d6;

	font-size: 24px;

}



.contact-info .contact-info-heading {

	font-size: 18px;

	font-weight: 600;

}



.contact-info p {

	margin-bottom: 0;

}



.contact-info a {

	color: inherit;

}



.scrollspy-example-2 {

	height: 500px;

	margin-top: .5rem;

	overflow: auto;

}



.scrollspy-example-2::-webkit-scrollbar {

	display: none;

}

#scrollDown {
	display: none;
}

@media screen and (min-width: 1200px) {

	.main-banner.single-focus-banner .banner-para {

		max-width: 990px;

	}

}

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

	.single-publication-section .single-left {
		padding-right: 15px;
	}

	.single-publication-section .author-right {
		border-left: 1px solid #ebebeb;
		padding-left: 22px;
	}

	.single-publication-section .col-lg-5 {
		padding-left: 38px;
	}


}





@media screen and (min-width: 768px) {



	.border-md-0 {

		border-left: 0;

	}



}



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

	.header.nav-fixed .top-header {

		display: none;

	}

	.publication-card .card-body {
		padding: 0;
	}

	.publication-card .card-btn-grp {
		gap: 5px;
	}

	.publication-card .card-btn-grp a span:first-child {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.publication-card img {
		width: 100%;
		aspect-ratio: 193 / 297;
		display: block;
		margin-bottom: 20px;
		border-radius: 8px;
	}

	.publication-right {
		align-items: flex-start;
	}

	.publication-card .card-title {
		font-size: 16px;
		margin-bottom: 0;
		height: 36.8px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.publication-card .card-text {
		display: none;
	}

	.publication-card {
		padding: 0;
		border-radius: 10px;
		margin-bottom: 20px;
		border: 0;
	}

	.contact-section .contact-left::before {

		right: 50%;

		transform: translateX(50%);

	}



	.contact-section .contact-left,

	.contact-section .contact-right {

		padding-top: 20px;

		padding-bottom: 20px;

	}



	.contact-section .contact-right {

		padding-left: 12px;

		padding-right: 12px;

	}



	.aboutbottombox {

		padding: 0 15px;

	}



	.faq-section .faq-row {

		padding-bottom: 40px;

		background: none;

	}

	.single-publication-section .publication-img {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

}



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

	#scrollDown {
		display: inline-flex;
		border: 1px solid #100024;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #100024;
		margin-top: 50px;
	}

	.aboutbottombg {

		flex-direction: column;

	}



	.hide-sm {

		display: none;

	}



	.scrollspy-example-2 {

		height: auto;

	}



	.publication-card img {
		width: 100%;
		aspect-ratio: 193 / 297;
		max-width: 300px;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
		border-radius: 8px;
	}

	.publication-card .card-btn-grp {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.publication-card .btn-theme {
		padding: 8px 10px;
		font-size: 10px;
		border-radius: 6px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.publication-card .card-body {

		padding: 0;

	}

	.publication-right {
		align-items: flex-start;
		margin-top: 5px;
	}

}



@media screen and (min-width: 575px) and (max-width: 767px) {

	.single-publication-section .publication-author p {

		font-size: 14px;

	}

}



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



	.section-header {

		flex-wrap: wrap;

	}

	.main-banner.single-focus-banner p {
		font-size: 13px;
		font-weight: 50;
	}

}

#dates {

	position: relative;

	display: flex;

	justify-content: center;

}



#dates li {

	min-width: 130px;

}

.link-card .link-card-header a {
	color: black !important;
}

/*.search-form .input-group { 
    flex-wrap: no-wrap; 
}*/

.search-form .input-group {
	flex-wrap: nowrap !important;
}



.navbar-nav .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
}

#EmailModal .form-group {
	margin-bottom: 16px;
}

#EmailModal .form-group:last-child {
	margin-bottom: 8px;
}

#EmailModal .form-group label {
	margin-bottom: 5px;
}

#EmailModal .modal-header {
	background-color: #dcdbfe;
}

#EmailModal .close {
	border: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	background-color: #100024;
}

.card.filter-box-card {
	position: -webkit-sticky;
	position: sticky;
	top: 155px;
	z-index: 3;
	max-height: calc(100vh - 170px);
	overflow: auto;
}

.card.filter-box-card .accordion-button:not(.collapsed) {
	background-color: #ffffff;
}

.card.filter-box-card .card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.card.filter-box-card .accordion-item {
	border: 0;
	border-bottom: 1px solid #dee2e6;
}

.card.filter-box-card .form-check-label {
	font-size: 14px;
}

.card.filter-box-card .form-check-input:checked {
	background-color: #100024;
	border-color: #100024;
}

.card.filter-box-card .form-check-input {
	margin-top: .15em;
}

.card.filter-box-card .accordion-button {
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 700 !important;
}

.card.filter-box-card .accordion-body {
	padding: 12px 0px;
}

.card.filter-box-card .accordion {
	--bs-accordion-btn-icon-width: 14px;
}

.card.filter-box-card::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

.card.filter-box-card::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.card.filter-box-card::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 10px;
	border: 3px solid #f1f1f1;
}

.card.filter-box-card::-webkit-scrollbar-thumb:hover {
	background-color: #888;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #c1c1c1 #f1f1f1;
}

.form-check-input[type=checkbox] {
	border-radius: 2px;
	border-color: #212529;
}

.filters {
	padding: 10px 0;
	max-height: 150px;
	overflow: auto;
}

.filters-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.filters-top p {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.filters-top button {
	padding: 0;
	border: 0;
	font-size: 14px;
	background-color: transparent;
	color: #100024;
	font-weight: 600;
}

.filter-tag {
	background-color: #dcdbfe;
	font-size: 10px;
	padding: 6px 12px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

.filter-tag .remove-filter {
	margin-left: 5px;
	font-weight: 600;
}

#showResult,
.filter-bottom-md {
	display: none;
}

@media screen and (max-width: 991px) {
	.filter-outer {
		display: none;
		position: fixed;
		height: 100vh;
		width: 100vw;
		z-index: 5555;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0;
		padding: 0;
	}

	.filter-outer .card.filter-box-card {
		position: static;
		max-height: calc(100vh - 47px);
		overflow: auto;
	}

	.filter-bottom-md {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 3;
		background: #fff;
		border-top: 1px solid #aeaeae;
		width: 100vw;
	}

	.filters {
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100vw;
		border-top: 1px solid #aeaeae;
		background-color: #fff;
		z-index: 5;
	}

	.filters.d-none {
		display: block !important;
	}

	.filter-bottom-md #showFilter {
		width: 100%;
		display: block;
		border: 0;
		padding: 10px;
		background-color: #fff;
		font-size: 18px;
	}

	.filters .filters-top p {
		display: none;
	}

	.filters .filters-body {
		display: none;
	}

	.filters-top {
		margin-bottom: 0px;
	}

	.filters-top button {
		font-size: 18px;
		padding: 10px 0;
		flex: 1 1 50%;
		font-weight: 400;
	}

	#showResult {
		display: block;
		background-color: #100024;
		color: #fff;
	}
}

.suggestions-container {
	position: relative;
	flex: 1;
}

.main-banner .suggestions-container .form-control {
	box-shadow: 0px 4px 5.88px 1.12px rgba(0, 0, 0, 0.1);
	border: 0;
}

.main-banner .banner-text .btn-theme {
	text-transform: uppercase;
}

.suggestion-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	z-index: 1;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
}

.suggestion-content>div {
	padding: 8px 12px;
	cursor: pointer;
	text-align: left;
}

.suggestion-content>div:hover {
	background-color: #fff;
}

.suggestion-content.show {
	display: block;
}

@media screen and (min-width: 992px) {
	.banner-text .select2-container {
		flex: 1;
	}

	.banner-text .select2-container .select2-selection--single {
		height: 46px;
		box-shadow: 0px 4px 5.88px 1.12px rgba(0, 0, 0, 0.1);
		border: 0;
	}

	.banner-text .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 46px;
		text-align: left;
	}

	.banner-text .select2-container--default .select2-selection--single .select2-selection__arrow {
		display: none;
	}
}
.publication-card-meta {
    display: flex;
    margin-bottom: 8px;
}
.publication-card-meta .card-text{
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #c3c3c3;
    margin-bottom: 0;
}
.publication-card-meta .card-text:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

h6
{
	font-size: 12px !important;
	font-weight: bold !important;
}
