/* Define the font using @font-face */
@font-face {
    font-family: 'Tiro Bangla';
    src: url('../fonts/bangla/TiroBangla-Regular.ttf') format('truetype');
}

/* Apply the font-family to the desired elements */
body {
    font-family: 'Tiro Bangla', sans-serif;
}

.custom-font {
    font-family: 'Tiro Bangla', sans-serif;
}
/* colors */
.bg-lightgrey{
    background-color: #F5F8FA;
}
.bg-dgreen{
  background-color: #2b6777;
}
.bg-graygreen{
  background-color: #c8d8e4; 
}
.bg-green{
  background-color: #05C46B;
}
.bg-lgreeen{
  background-color: #52ab98;
}
.bg-limegreen{
  background-color: #007C64;
}

.bg-ash{
  background-color: #f8f9fa;
}
.mb-1 {
  border-color: #347a1e  !important; /* Change to your desired border color */
}

/* sidebar  */
.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  /* font-weight: 600; */
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}


/*** Team ***/
.team-item {
  transition: .5s;
}

/* .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.team-item:hover {
  box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
  background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
  transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
  transform: scale(1.15);
} */


/* Add this CSS to make the image container fixed width and height and center it */
.team-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px; /* Adjust the width as per your requirement */
  height: 140px; /* Adjust the height as per your requirement */
  margin: 0 auto; /* Add this to horizontally center the image container */
}

/* Add this CSS to make the image responsive while keeping its aspect ratio */
.team-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

/* Add this CSS to align text and image vertically */
.text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* #news_ticker_start# */

.ticker {
  /* width: 500px; */
  margin: 0px;
  /* font-size: 1rem; */
}
/* The HTML list gets replaced with a single div,
  which contains the active ticker item, so you
  can easily style that as well */
.ticker div {
  display: inline-block;
  word-wrap: break-word;
  color: black;
  /* font-weight: bold; */
  }
.ticker p{
display: inline-block;
/* background-color: #1d9bf0; */
margin-bottom: 0px;
/* padding: 0.219rem .25rem; */
border-right: 1px solid #ffffff !important;


}


/* carousel image height  */

.carousel-inner {
  /* Set the height you want for the carousel */
  height: auto; /* Adjust the value as per your requirement */
  display: flex;
  align-items: center;
}

.carousel-item {
  text-align: center; /* Center the image horizontally within the carousel item */
}

.carousel-image {
  /* Set the height of the images to auto to maintain their original aspect ratio */
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: inline-block; /* Prevent extra spacing that may appear around the image */
}



/* owl next previous icon */
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-prev,
.owl-next {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}

.owl-prev:before,
.owl-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  /* background-color: #333; */
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #198754;
  color: #f2f2f2;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 1;
}
.carousel-image {
  position: relative;
  width: 100%;
  height: auto;
  
}

.carousel-caption {
  position: absolute;
  /* top: 70%; */
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(149 136 136 / 24%);
  color: white;
  padding: 10px;
}

   /* Customize the carousel control icons */
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
     display: none; /* Hide default icons */
   }
   
   /* Set both prev and next buttons to the same dark color */
   .carousel-control-prev,
   .carousel-control-next {
     font-size: 24px;
     color: #333; /* Adjust the color as needed */
   }

   /* Custom styles */
   .owl-carousel {
    position: relative;
  }

  /* Align prev button to the left corner and vertically centered */
  .owl-prev {
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-290%);
    font-size: 24px;
  }

  /* Align next button to the right corner and vertically centered */
  .owl-next {
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateY(-290%);
    font-size: 24px;
  }

/* end */
/* card */
.card {
  width: 300px;
  display: inline-block;
  /* margin: 1rem; */
  border-radius: 4px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.card:hover, .card.hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.card:hover .card-content, .card.hover .card-content {
  box-shadow: inset 0 3px 0 0 #198754;
  border-color: #198754;
}
.card:hover .card-img .overlay, .card.hover .card-img .overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}
.card-img {
  position: relative;
  height: 150px;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.card-img .overlay .overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}
.card-img .overlay .overlay-content a:hover, .card-img .overlay .overlay-content a.hover {
  background: #198754;
  border-color: #198754;
}
.card-content {
  width: 100%;
  min-height: 104px;
  background-color: #f8f9fa;
  border-top: 1px solid #E9E9EB;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1rem 2rem;
  transition: all 0.2s ease;
}
.card-content a {
  text-decoration: none;
  color: #202927;
}
.card-content h2, .card-content a h2 {
  font-size: 1rem;
  font-weight: 500;
}
.card-content p, .card-content a p {
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);
}

/* card end */

/*** Roadmap ***/
.roadmap-carousel {
  position: relative;
}

.roadmap-carousel::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 20px;
  left: 0;
  border-top: 2px dashed gray;
}

.roadmap-carousel .roadmap-item .roadmap-point {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 50%;
  margin-left: -15px;
  background: #FFFFFF;
  border: 2px solid #999999;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
  display: block;
  width: 18px;
  height: 18px;
  background: #198754;
}

.roadmap-carousel .roadmap-item {
  position: relative;
  padding-top: 150px;
  text-align: center;
}

.roadmap-carousel .roadmap-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 115px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-right: 2px dashed #999999;
}

.roadmap-carousel .roadmap-item::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 111px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(45deg);
  background: #198754;
}

.roadmap-carousel .owl-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  color: #198754;
  background: #f2f2f2;
  transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
  color: var(--primary);
  background: var(--dark);
}

/* roadmap end  */


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}



/*===============================
	Events CSS 
=================================*/
.events{
	background:#F8F8F8;
}
.event-img, .coming-event {
	margin-top: 24px;
}
.coming-event {
	padding-left: 35px;
}
.events .single-event {
	background: #fff;
	position: relative;
	margin-left: 0;
	padding: 30px 20px 30px 60px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.events .single-event:last-child{
	margin:0;
}
.events .event-date {
	position: absolute;
	left: -35px;
	width: 70px;
	text-align: center;
	top: 50%;
	margin-top: -35px;
	/* padding: 10px 0; */
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.events .single-event:hover .event-date {
	border-radius:100%;
}
.events .event-date p {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.events .single-event:hover .event-date p{
	font-size:25px;
}
.events .event-date p span {
	display: block;
	font-size: 14px;
	font-weight:500;
}
.events .event-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.events .event-title a {
	font-weight: 700;
	color: #252525;
}
.events .entry-date-time {
	color: #555;
	margin-top: 5px;
	display: block;
}
/* Events Archive */

.events.archive .single-event {
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.events.archive .event-image{
	position: relative;
	overflow:hidden;
}
.events.archive .event-image img{
	width: 100%;
	height: 100%;
}
.events.archive .single-event:hover .event-image img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.events.archive .event-date {
	top: 5px;
	margin: 0;
	left: 5px;
}
.events.archive .event-content{
	margin-top: 20px;
}
/*===============================
	End Events CSS 
=================================*/

/* event color  */
.topbar .single-widget::before,.topbar .single-widget p i,.topbar .social li:hover a,.topbar .login-register li a i,.header .logo a,.header .nav li:hover a, .header .nav li.active a,.header .nav li .dropdown li:hover a,.header .nav li .dropdown li .dropdown.submenu li:hover a,.home-slider .owl-carousel .owl-nav div:hover,.course-search .form-group i,.courses .course-body .c-title:hover a,.courses .rattings li,.courses .course-info span:hover,.features .single-feature:hover .f-title,.register-today .cdown span,.register-today .form-group i,.register-today .nice-select i,.register-today .nice-select:hover,.fun-facts .icon,.teachers .social li a:hover,.teachers .teacher-content h4 span,.events .single-event:hover .event-title a,.events .entry-date-time i,.single-events .owl-carousel .owl-nav div:hover,.cta .text-content h2 span,.latest-news .news-title a:hover,.latest-news .news-title a:hover,.latest-news .news-meta span a:hover,.latest-news .news-meta span a i,.courses.single .owl-carousel .owl-nav div:hover,.courses.single .c-title a:hover,.courses.single .single-info i,.courses.single .teacher-content h4 span,.course-sidebar .course-price p,.course-sidebar .single-feature .value,.news-single .news-title a:hover,.news-single .meta span i,.news-single .form-group i,.main-sidebar .single-sidebar ul li a:hover,.main-sidebar .single-sidebar.s-course h4 a:hover,.main-sidebar .single-sidebar.s-course .meta span i,.main-sidebar .news-info a:hover,.main-sidebar .news-info span i,.main-sidebar .subscribe button:hover,.about-us .about-title span,.skill-main .circle strong span,.error-page .error-inner h2 span,.error-page .social li a:hover,.contact .form-head .form-group i,.contact .contact-info:hover .icon i,.breadcrumbs ul li a:hover,.pricing .single-table:hover .bg-icon i,.footer .list li a:hover,.footer .copyright a {
  color: #05C46B;
}

.header .nav li a::before,.header .nav li a::after,.header .search-form button,.home-slider .slider-title,.home-slider .owl-carousel .owl-nav div,.course-search .list li:hover,.courses .teacher-info .title,.courses .price,.courses .owl-controls .owl-nav div:hover,.features .icon-img:before,.image-gallery #gallery-menu li.active,.image-gallery #gallery-menu li:hover,.image-gallery .gallery-nav li.active .cbp-filter-counter,.image-gallery .gallery-nav li:hover .cbp-filter-counter,.register-today .list li:hover,.fun-facts .single-fact:hover .icon,.teachers .social,.teachers .teacher-content:hover,.teachers .owl-controls .owl-nav div:hover,.testimonials .owl-controls .owl-dot.active span,.testimonials .owl-controls .owl-dot:hover span,.testimonials .video-box.overlay::before,.events .event-date,.single-events .social li:hover a,.single-events .project-info .single-info b,.latest-news .owl-controls .owl-nav div:hover,.courses.single .nav-tabs li a.active,.courses.single .nav-tabs li a:hover,.courses.single .course-required li:hover span,.courses.single .social li a:hover,.course-sidebar .course-feature h4::before,.news-single blockquote::before,.news-single .prev-next li a:hover,.news-single .single-comments a,.news-single .form-group .button,.main-sidebar .widget-title:before,.main-sidebar .widget-title i,.main-sidebar .subscribe:before,.main-sidebar .tags ul li a:hover,.about-us .btn.video-popup:hover,.faqs .panel.active .faq-title a,.contact .contact-info .icon i,.clients,.clients::before,#scrollUp,#scrollUp:hover,.breadcrumbs ul li.active a,.pricing .bg-icon i,.footer .social li:hover a,.footer .social li.active a,.footer .opening-times .list li .value.off,.footer .newsletter .button {
  background: #05C46B;
}

.header .nav li .dropdown,.header .nav li .dropdown.submenu,.course-search .form-group .list,.register-today .form-group .list {
  border-top-color: #05C46B;
}

.course-search .nice-select:hover:after,.courses .single-course .teacher-info:hover img,.testimonials .single-testimonial:hover img,.testimonials .owl-controls .owl-dot span,.news-single .meta-left .author img,.news-single .prev-next li a,.pricing .single-table:hover .bg-icon i {
  border-color: #05C46B;
}

.courses .teacher-info .title::before {
  border-bottom-color: #05C46B
}

.register-today .form-group input:hover, .register-today .nice-select:hover, .register-today .form-group textarea:hover {
  border-bottom-color: #05C46B;
}

.fun-facts .single-fact:hover .icon::after {
  border-left-color: #05C46B;
}

/*********************************
12. News
*********************************/

.news
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.news_row
{
	margin-top: 55px;
}
.news_post_large_container
{
	padding-right: 30px;
}
.news_post_large
{
	width: 100%;
}
.news_post_image
{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.news_post_image img
{
	max-width: 100%;
}
.news_post_large_title
{
	margin-top: 23px;
}
.news_post_large_title a
{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	line-height: 1.4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_large_title a:hover
{
	color: #14bdee;
}
.news_post_meta
{
	margin-top: 11px;
}
.news_post_meta ul li
{
	display: inline-block;
	position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after
{
	display: inline-block;
	position: relative;
	content: '|';
	margin-left: 14px;
	margin-right: 11px;
}
.news_post_meta ul li a
{
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
	color: #14bdee;
}
.news_post_text
{
	margin-top: 13px;
}
.news_post_link
{
	margin-top: 19px;
}
.news_post_link a
{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #384158;
	text-decoration: underline;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_link a:hover
{
	color: #05C46B;
}
.news_posts_small
{
	margin-top: -6px;
}
.news_post_small:not(:last-child)
{
	padding-bottom: 12px;
	border-bottom: solid 1px #e5e5e5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.news_post_small:not(:first-child)
{
	padding-top: 29px;
  padding-bottom: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.news_post_small_title a
{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_small_title a:hover
{
	color: #05C46B;
}





/* Section title */
.section{
	padding-top:90px;
	padding-bottom:90px;
}
.section-title {
	text-align: center;
	margin-bottom: 20px;
}
.section-title .icon {
	position: relative;
	margin-top: 15px;
}
.section-title.text-left{
	padding:0;
}
.section-title .icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	background: #05C46B;
	color: #fff;
	top: 0;
	position: relative;
	z-index: 4;
}
.section-title .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	height: 2px;
	background: #05C46B;
	left: 50%;
	margin-left: -50px;
	margin-top: -1px;
}
.section-title h2 {
	font-size: 34px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 10px;
}
.section-title p {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	line-height: 22px;
}
.section-title h2 span {
	font-weight: 300;
}



.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #283779;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23283779'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23283779'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 21px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #283779;
  background-clip: padding-box;
  border: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.2rem;
  /* left: 15%; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFEFE;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.text-justify {
  text-align: justify;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Adjust the number of lines to show before truncating */
  -webkit-box-orient: vertical;
}


.smalltext{
  font-size: 0.9rem !important;
}