
html, body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

p, li, blockquote, label, input, button, a, span, div {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

a{text-decoration: none;}

.banner {
	position: relative;
	height: 350px;
  }
  .banner .banner-img {
	object-fit: cover;
	width: 100%;
	height: 350px;
	filter: brightness(0.7);
  }
  .banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .card-blue {
	background: #122083;
	border: none;
  }
  
  .card-lightblue {
	background: #5e97f6;
	border: none;
  }
  
  .card-green {
	background: #aee9c6;
	color: #254d32 !important;
	border: none;
  }
  
  .card-yellow {
	background: #ffe36a;
	color: #ab7100 !important;
	border: none;
  }
  
  .card h5.card-title {
	font-weight: bold;
	text-transform: uppercase;
  }
  
  @media (max-width: 767px) {
	.banner {
	  height: 180px;
	}
	.banner .banner-img {
	  height: 180px;
	}
  }
  
/* Custom Animated Cursor */
#custom-cursor {
  position: fixed;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border: 2px solid #122083;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition: background 0.2s, border 0.2s, transform 0.1s;
  background: rgba(18,32,131,0.08);
}

.font-18{font-size: 20px; line-height: 28px;}

header nav.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: none;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 14px;
}
.navbar-brand IMG{height: 50px;}
.gallery-head-wrapper, .border-forheader{border-top: 2px solid #dbdbff;}
.btn-hoa {
  background-color: #5a5aff;
  height: 38px;
  font-size: 13px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 80px;
  color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}
.header-gap{
  display: flex;
  width: 100%;
  margin-top: 66px;
}
header nav.navbar.innerNav{padding: 0; background-color: #fff;}
header nav.navbar.innerNav .loginBtn img{filter: brightness(0) invert(0);}
header nav.navbar.innerNav .menu-btn-nav i{color: #000;}

header nav.navbar.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.loginBtn{
  border: 0;
}
.loginBtn img{
  width: 34px;
}
header nav.navbar.scrolled .loginBtn img{
  filter: brightness(0) invert(0);
}

header nav.navbar.scrolled .menu-btn-nav i{
color: #000;
}

/* AOS section spacing */
[data-aos] { opacity: 0; transition-property: opacity, transform; }
[data-aos].aos-animate { opacity: 1; }

/* Card and icon enhancements */
.card .bi { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08)); }
.card a, .btn, .accordion-button { cursor: pointer !important; }
.card a:hover, .btn:hover, .accordion-button:hover {
  filter: brightness(0.95);
  text-decoration: underline;
}
.accordion-section .accordion-item{border: 0; border-bottom: 1px solid #5a5aff;border-radius: 0;}
.accordion-section .accordion-body{padding-left: 0; padding-right: 0;}
.accordion-section .accordion-item .accordion-button{
  box-shadow: none !important;background: transparent !important;padding-left: 0; padding-right: 0;
  color: #5a5aff !important;
  font-size: 18px;
  font-weight: 500;
}

.accordion-section .accordion-item .accordion-body{
  color: #5f6069;
  font-weight: 300;
}

/* Testimonials */
.testimonials-section{
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 90px;
  background-image: url(../images/testimonial-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.content-text{
  padding-right: 20%;
}
.card blockquote { font-size: 1.1rem; font-style: italic; color: #122083; }
.card .blockquote-footer { color: #5a5aff; }
.advance-content-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advance-content-wrapper a.see-all{
  background-color: #fff;
  height: 38px;
  font-size: 13px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 80px;
  color: #5a5aff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}
.advance-content-wrapper a.see-all:hover, a.hyper-link:hover{
  background-color: #5a5aff;
  color: #fff;
}
a.hyper-link{
  height: 42px;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
    border-radius: 80px;
    color: #5a5aff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #5a5aff;
    transition: ease-in-out 0.3s;
}

.advance-content-wrapper .title{
  text-align: left;
  color: #5a5aff;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.testimonials-section .card .blockquote{
  color: #5f6069;
  font-weight: 300;
  margin-bottom: 8px;
}
.testimonials-section .card i{
  color: #00db9f !important;
  font-size: 70px;
}

.card .blockquote-footer{margin: 0 !important;}
.card .blockquote-footer cite{padding-left: 8px;font-weight: 600;font-style: normal; color: #2f2fb1;}

/* Blog cards */
.card-img-top { object-fit: cover; height: 180px; }

/* Footer */
.footer-section a.text-white:hover { color: #ffe36a !important; }
.footer-section{background-color: #5a5aff !important;color: #fff !important;}
.footer-section .footer-title{
  color: #b0b0ff;
  font-size: 22px;
}
.footer-section a{color: #fff !important;}
.footer-section .newsletter-form input.field-area{background: white;border: 1px solid #b0b0ff; height: 52px; width: 350px; color: #5a5aff;}

.footer-section .newsletter-form label, .copy-right{color: #fff;}
input.field-area::placeholder {
  color: #ffffff;
}

input.field-area::-webkit-input-placeholder {
  color: #ffffff;
}

input.field-area:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-section .newsletter-form input.field-area::placeholder{
  color: #5a5aff;
  opacity: 1;
}
input.field-area::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.custom-input:-ms-input-placeholder {
  color: #ffffff;
}

/* Footer Styles */
footer {
  font-family: inherit;
  background: #fff;
  color: #0b0b78;
}
footer .footer-link {
  color: #0b0b78;
  text-decoration: underline;
  transition: color 0.2s, text-decoration 0.2s;
  cursor: pointer;
}
footer .footer-link:hover, footer .footer-link:focus {
  color: #5e97f6;
  text-decoration: none;
}
footer .footer-link img, .footer-section .list-unstyled li img{width: 20px; filter: brightness(0) invert(1);}
footer .form-control {
  border: 1px solid #0b0b78;
  color: #0b0b78;
  font-family: inherit;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border-color 0.2s;
}
footer .form-control:focus {
  border-color: #5e97f6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(94,151,246,0.15);
}
footer .btn-outline-primary {
  border: 1px solid #0b0b78;
  color: #0b0b78;
  background: #fff;
  font-family: inherit;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
}
footer .btn-outline-primary:hover, footer .btn-outline-primary:focus {
  background: #0b0b78;
  color: #fff;
  border-color: #0b0b78;
}
footer .form-check-input:checked {
  background-color: #0b0b78;
  border-color: #0b0b78;
}
footer .form-check-input:focus {
  border-color: #5e97f6;
  box-shadow: 0 0 0 2px rgba(94,151,246,0.15);
}
footer .form-check-label {
  color: #0b0b78;
}
@media (max-width: 767px) {
  footer .row > [class^='col-'] {
    margin-bottom: 2rem;
  }
}

/* Responsive tweaks for new sections */
.hero-banner-section .carousel-inner .carousel-item img{
  width: 100%;
  height: auto;
  border-radius: 12px;
}
  

/* info about menu */
.menu-btn-nav i{
    font-size: 32px;
    color: #fff;
}
.headerMenuSlide{
  background-color: rgba(000, 000, 000, 0.9);
  z-index: 99999;
}
.offcanvas-body ul{
  padding: 0;
  list-style-type: none;
}
.offcanvas-body ul li{
  
  border-bottom: 1px solid;
  border-color: #2b2b3a;
  float: left;
    width: 100%;
}
.offcanvas-body ul li p{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.offcanvas-body ul li:last-child{
  border-bottom: 0;
}
.offcanvas-body ul li a{
  padding: 8px 16px;
  color: #5a5aff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
}

.offcanvas-header button.btnClose-menu{
  background: transparent;
  box-shadow: none;
  border: 0;
}
.offcanvas-header button i{
  font-size: 32px;
  color: #fff;
}
.info-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.info-section .info-card {
  position: relative;
  flex: 1 1 25%;
  min-height: 300px;
  color: white;
  text-align: left;
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
}

.info-section .info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 1;
}

.info-section .info-content {
  position: relative;
  z-index: 2;
  color: #000;
}

.border-quicklik{
  border-top: 6px solid #5a5aff;
  border-bottom: 6px solid #5a5aff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  border-radius: 12px;
}

.info-section .info-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.info-section .info-text {
  font-size: 1rem;
  margin-bottom: 10px;
}

.info-section .info-arrow {
  font-size: 1.5rem;
  display: inline-block;
  transform: translateY(2px);
}
.info-section .overlay-1 { background-color: rgba(36, 44, 187, 0.85); }
.info-section .overlay-2 { background-color: rgba(70, 143, 255, 0.85); }
.info-section .overlay-3 { background-color: rgba(154, 211, 135, 0.85); }
.info-section .overlay-4 { background-color: rgba(215, 69, 27, 0.85); }
.user-blog .rounded-circle img{width: 33px;}
.blog-section .card{border: 0;}
.blog-section .card-body{padding-left: 0 !important; padding-right: 0 !important;}
.blog-card-image {
  height: 225px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.blog-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; 
}
.info-section .info-content .info-arrow img{
  height: 24px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.info-section a:hover .info-content .info-arrow img{transform: translateX(100px); opacity: 0;}
.info-section a{
  text-decoration: none;
}


/* mission section */
.mission-section .position-according-content{
  margin-top: -100px;
}
.mission-section .card-section {
  background-color: #fff;
  padding: 60px 0;
}
.mission-section .info-card {
  background: rgba(255, 255, 255, 0.85);;
  padding: 30px 24px;
  border-top: 6px solid #5a5aff;
  border-bottom: 6px solid #5a5aff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -50px;
  width: 250px;
  left: 75px;
  position: absolute;
  top: 50px;
}

.mission-section .mission-card-head{padding-right: 46%;}
.mission-section .mission-card-head h2{color: #5a5aff;}

.mission-section .mission-card:first-child .info-card{
  left: 0;
  top: 175px;
}
.mission-section .info-card h3 {
  font-weight: 600;
  color: #000;
}
.mission-section .info-card p {
  color: #000;
  font-weight: 300;
}
.mission-section .info-card a {
  font-weight: 600;
  color: #5a5aff;
  text-decoration: none;
}
.mission-section .img-box {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding-top: 100px;
  
}
.mission-section .img-box img {
  display: block;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
footer .btn-outline-primary.subscribe-btn{
  height: 42px;
  border: 1px solid;
  border-color: #fff;
  background-color: #2f2fb1;
  color: white;
}
footer .btn-outline-primary.subscribe-btn:hover{
  background-color: #2f2fb1;
  color: #fff;
  border-color: #2f2fb1;
  text-decoration: none;
}

/* announcement? */
.announcement-section{
  overflow: hidden;
  display: flex;
  width: 100%;
}

.announcement-section .wrapper{
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.announcement-section .circle {
  position: absolute;
  width: 400px;
  height: 400px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: -225px;
  transform: translateY(-50%);
}
.content-anouncement{
  padding: 0;
  display: flex;
  flex-direction: column;
}
.announcement-section .wrapper .frameMic{height: 400px; z-index: 9; position: relative;display: flex; align-items: center;}
.announcement-section .wrapper .frameMic img{width: auto; height: 200px;}
.image-vestival{height: 200px; overflow: hidden; position: relative; border-radius: 12px; width: 70%;}
.image-vestival img{height: 100%;width: 100%;object-fit: cover; object-position: center;}
.content-anouncement .content-descibe{width: 100%; padding-right: 40px;}
.content-descibe .title-head{ 
      display: inline-flex;
      padding: 8px 19px;
      margin-bottom: 20px;
      background-color: #5a5aff;
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      border-radius: 8px;
      border-bottom: 6px solid;
      border-color: rgba(2, 2, 51, 0.55);
}

.content-descibe .description{
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  margin-bottom: 12px;
}
.content-descibe a, .blog-card a{
  color: #5a5aff;
  text-decoration: none;
}
.blog-card a {
  margin-top: 20px;
  display: inline-block;
}
.content-descibe a img, .blog-card a img{
  padding-left: 6px;
  height: 18px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.content-descibe a:hover img, .blog-card a:hover img{
  transform: translateX(100px); opacity: 0;
}

.membership-section{
  display: flex;
  width: 100%;
  padding: 80px 0 40px;
}

/* temasm css */
.card-container {
  position: relative;
  width: 300px;
  height: 400px;
}

.background-card {
  background: #2f2fb1;
  border-radius: 20px;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.person-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.person-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.person-image p{
  color: white;
}
.person-image p.design-mmbr{font-size: 18px;}
.person-image p.name-mmbr{font-weight: 300;}
.member-row{display: flex; align-items: center;}
.member-row .content-text p{font-size: 18px; line-height: 26px; font-weight: 300;}
.content-text img.signature{
  height: 60px;
  margin-top: 20px;
}

/* Login Css */
.login-wrapper .form-area {
  width: 50%;
  padding: 0 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-area h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.form-area p {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}
.input-group input, .input-group select {
  width: 100% !important;
  padding: 10px 16px;
  border-radius: 8px !important;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 48px;
}
.iconPasswrd {
  top: 12px;
  right: 16px;
}
.login-wrapper{
  overflow: hidden;
    display: flex;
    width: 100%;
}

.login-wrapper .left-content {
  width: 50%;
  height: calc(100vh - 62px);
  background: linear-gradient(135deg, #7a7aed, #2f2fb1);
  position: relative;
  padding: 40px 80px;
}
.login-wrapper .left-content img{
  width: 80%;
  height: auto;
}
.body-gap-header{
  margin-top: 62px;
}
.signup-link {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.signup-link a {
  font-weight: 600;
}
.forgotPasswrd a, .signup-link a { color: #5a5aff; text-decoration: none;}
.btn-signin {
  background-color: #5a5aff;
  color: white;
  font-weight: 600;
  padding: 14px;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #5a5aff;
}
.btn-signin.outline-btn {
  background-color: #fff;
  color: #5a5aff;
}
.ontentnHeading-login{
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  margin-bottom:0;
  background-color: rgba(000, 000, 000, 0.35);
  color: #fff;
  border-radius: 8px;
  border-bottom: 6px solid;
  border-color: rgba(000, 000, 000, 0.55);
}
.ontentnHeading-login h1{
  font-size: 24px;
  text-transform: uppercase;margin-bottom: 20px;
}

.ontentnHeading-login p{
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.about-us-banner, .service-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.masking-bg {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  float: left;
  width: 100%;
}

.about-us-banner h1, .service-banner h1 {
  margin: 0px 0 0 0;
  padding: 70px 0px 70px 0px;
  color: #5a5aff;
  font-weight: 600;
  font-size: 36px;
}

.marque-column{
  padding-top: 0;
  border-left: 2px solid #dbdbff;
}
.marque-column-border{
  border-left: 2px solid #dbdbff;
}

.marque-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}
.imag-marque img{width: 100%; border-radius: 4px;}
.marque-box .imag-marque{
  width: 125px;
}

.marquee-container h2.title{
  font-size: 24px;
  padding-left: 16px;
  color: #5a5aff;
}
.marquee-container .description-content{
  padding-left: 16px;
}
.marquee-container .description-content p.title {
  font-size: 16px;
  color: #000;
  font-weight:500;
  margin-bottom: 8px;
  line-height: 20px;
  overflow: hidden;
  }
  .marquee-container .marque-box:hover .description-content p.title{
    color: #7a7aed;
    text-decoration: none;
  }
  .marquee-container a.marque-box{text-decoration: none;}
  .marquee-container a.marque-box.blogMarque{padding-top: 0; margin-bottom: 16px;}
.marquee-container .description-content p {
font-size: 14px;
color: #454545;
font-weight:300;
margin-bottom: 0;
text-decoration: none;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

.marque-box {
  padding: 1rem;
}

.marquee-wrapper .marque-box:last-child{
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blogMarque .blog-card-image {
  height: auto;
  width: 35%;
  border-radius: 0;
  padding-right: 15px;
}
a.blogMarque .card-title{
  color: #000;
}
a.blogMarque:hover .card-title{color: #7a7aed;}
.blogMarque .blog-card-image img{
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.blogMarque .card-body{
  width: 65%;
  padding-left: 12px;
}
.blogMarque .card-title{
  margin: 0 0 8px!important;
  font-size: 16px;
  line-height: 20px;
}
.blogMarque p.card-text{
  font-size: 14px !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-body .card-text{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.announcement-wrapper{
  padding: 60px 0;
}

/* image gallery css */
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
.blogCard-list .blog-card{border: 0 !important;}
.blogCard-list .card-body{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blogCard-list .card-title{
  font-size: 20px;
}
.blogCard-list .card-text{font-size: 16px !important; font-weight: 300;}
.blogCard-list a:hover .card-title{color: #5a5aff;}
.blogCard-list .card-body img{width: 22px;}
.blogCard-list a{text-decoration: none;}
.blogCard-list a:hover .card-text{color: #000 !important;}
.detialsContent-blog h1{font-size: 28px; line-height: 36px; margin-bottom: 8px;}
.detialsContent-blog .user-blog img{width: 24px;}
.detialsContent-blog img.main-imageBLog{width: 100%; height: auto; border-radius: 12px;}
.detailsMain-blogContent h1, .detailsMain-blogContent h2, .detailsMain-blogContent h3, .detailsMain-blogContent h4, .detailsMain-blogContent h5, .detailsMain-blogContent h6{font-size: 22px !important;margin-bottom: 12px !important;}
.detailsMain-blogContent p, .detailsMain-blogContent span{font-weight: 300 !important;}
.detailsMain-blogContent strong{font-weight: 600 !important;}
.detialsList-side p{font-size: 24px; line-height: 32px; color: #5a5aff;}
.detialsList-side ul{list-style-type: none; padding-left: 0;}
.detialsList-side ul li{
  float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detialsList-side ul li img{
  height: 18px;
  opacity: 0.65;

}
.detialsList-side ul li a{color: #000; font-size: 17px;}
.detialsList-side ul li a:hover{
  color: #5a5aff;
}
.detialsList-side ul li:hover img{
  opacity: 1;
}
.detialsList-side{position: sticky;top: 100px;}
.eventList-card .overlay-eventBg{
  background-color: #00061e33;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-left: 30px;
    transition: all .3s;
    display: flex;
    position: absolute;
    inset: 0%;
}
.eventList-card .blog-card{border: 0;}
.overlay-eventBg p{font-size: 18px; color: #fff; line-height: 20px; margin-bottom: 0;}
.eventlistCard-box{
  display: flex;
  flex-wrap: wrap;
}

.eventlistCard-box .eventList-card{
  margin-bottom: 12px;
  width: 49%;
  display: block;
  margin-right: 2%;
}
.eventlistCard-box .eventList-card:nth-child(2n+1){
  margin-right: 0;
}
.eventlistCard-box .eventList-card:first-child{width: 100%; margin: 0;margin-bottom: 12px;}
.eventWrapper .eventlistCard-box .eventList-card:first-child .blog-card-image{height:400px;}
.eventWrapper .eventlistCard-box .eventList-card:first-child .overlay-eventBg p{font-size: 26px; color: #fff; line-height: 38px;}
.section-heading p{
  font-size: 40px;
  line-height: 52px;
  color: #5a5aff;
  margin: 0;
  font-weight: 600;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-heading .line {
  flex-grow: 1;
  height: 2px;
  background-color: #2f2fb1;
}
  



@media (max-width: 992px) {
  .info-section .info-card {
    flex: 1 1 50%;
  }
}

@media (max-width: 576px) {
  .info-section .info-card {
    flex: 1 1 100%;
  }
}

  