@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


body {
  margin: 0;
  padding: 0;
   font-family: "Nunito Sans", sans-serif;
}

.oragnge {
  color: #0e0094;
}

.header-logo {
  position: relative;
  z-index: 1;
  top: 0;
}

.header-logo img {}

.header-top ul {
  margin: 0;
  padding: 0;
}

.header-top ul li {
  display: inline-block;
  padding: 5px 15px;
}

.header-top ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  top: 3px;
}
.header-top ul li a:hover {
  color: #0e0094; 
}

.mainheader {
  background: #fff;
}

/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */

/*.header-top::before {
  content: '';
  background: linear-gradient(45deg, #ffffff 32%, #0e0094 32%, #0e0094 32%);
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  right: 0;
}*/

section {
  padding: 50px 0px;
}

.stellarnav>ul>li>a:hover {
  color: #0e0094;
}

/*---------------------------------main-section-start---------------------------------*/

.stellarnav.light li a {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

.section-title {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}


.client-diagram {
  background-image: url(../images/livfast-chart-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  overflow: inherit !important;
  background-attachment: fixed;
}


/* .client-diagram {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-diagram .container {
  position: relative;
  z-index: 2;
}

.dot-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 20px);
  grid-template-rows: repeat(auto-fill, 20px);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dot-grid span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0e0094;
  opacity: 0.2;
  animation: blink 2s infinite ease-in-out;
  animation-delay: calc(var(--i) * 0.1s);
}

.dot-grid span:nth-child(1) { --i: 1; }
.dot-grid span:nth-child(2) { --i: 2; }
.dot-grid span:nth-child(3) { --i: 3; }
.dot-grid span:nth-child(4) { --i: 4; }
.dot-grid span:nth-child(5) { --i: 5; } */
/* ...repeat for more dots or use JS for many dots */

/* @keyframes blink {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
} */


.about-section {
  text-align: center;
  background-image: url(../images/welcome-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section h2 {
     font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
}
.about-section h2 span {
     font-weight: 700;
}

.about-section h2 span.shortTitle {
    font-size: 1.2rem;
    color: #868686;
    display: inline-block;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 7px 20px 7px 30px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.about-section h2 span.shortTitle:before {
    content: '';
    border-radius: 100px;
    background-color: #fc7510;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 14px;
    top: 15px;
}

.about-section h3 {
    border-radius: 50px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    color: #0e0095;
    font-weight: 700;
    position: relative;
    font-size: 1rem;
    line-height: 24px;
}

.online-class {
  background: #fff;
}

.online-class a {
  font-size: 1rem;
  text-decoration: none;
}

.rounded { border-radius: 15px !important;}
.rounded img { border-radius: 15px;}

.service-title {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-btn {
    padding: 10px 30px;
    font-size: 1.1rem;
    color: #ffffff;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #0e0095;
    border-radius: 50px;
}

.common-btn:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 600;
  position: absolute;
  left: 79%;
  top: 32%;
  right: 5%;
  bottom: 0;
  opacity: 0;
}

.common-btn:hover {
  background: #0e009a;
  transition: all 0.5s;
  padding: 10px 3.5rem 10px 3.5rem;
  color: #fff;
}

.common-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.main {
  background-color: #fff;
}

.register-as-dealer {
  background-color: #ff6729;
}

.register-col,
.livfast-col {
  border: #000 solid 2px;
  background-color: #fff;
  font-weight: 500;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.register-as-dealer h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.register-col:before {
  content: '';
  background-image: url('../images/register-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 143px;
  position: absolute;
  left: -82px;
  top: 40px;
}

.livfast-col:before {
  content: '';
  background-image: url('../images/register-icon2.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 143px;
  position: absolute;
  left: -82px;
  top: 40px;
}

/****** Portfolio ******/

.pro-RangeBox p {
  margin: 0;
  padding: 0;
}

.portfolio {
  background-image: url(../images/portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.pro-box {
  margin-top: -50px;
}

.pro-box-gradient {
  background: linear-gradient(45deg, #0e0095 49%, #ffffff 49%, #ffffff 49%);
  transition: all 0.5s ease-in-out
}

.pro-box:hover {
  background: #fff;
}

.pro-RangeBox a {
  color: #000;
  text-decoration: none;
}

.pro-box-content h2 {
      font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
}

.pro-box-content .fa-long-arrow-right {
  color: #0e0094;
  font-weight: 600;
}

.social-media-section {
  background-color: #f2f4f7;
}

.pro-box .zoom-effect {
  transition: 0.5s all ease-in-out;
  position: relative;
}

.pro-box:hover .zoom-effect {
  transform: scale(1.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: inherit;
}

.nav-pills .nav-link.facebook-icon {
  background-color: #325193;
}

.nav-pills .nav-link.instagram-icon {
  background-color: #ce0076;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  padding: 15px 50px;
  min-height: 67px;
  margin: 0px 3px;
}

.nav.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

/********** Search *******/

#search-section form {
  border: 1px solid black;
  border-radius: 50px;
  background-color: white;
  height: 50px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, .13);
  padding-left: 15px;
}

.outbox {
  height: 500px;
}

.form-control:active,
.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#search-section form .btn-primary {
  margin-right: 8px;
  background-color: #0e0094;
  border-color: #0e0094;
  border-radius: 50px;
  padding: 7px 40px;
}

#search-section form .form-control {
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-image: url(../images/footerbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0rem 6rem rgba(0, 0, 0, .175) !important;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .footer-top .footer-links img {
  margin-top: -30px;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ef4036;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  background-color: #e7e3e3;
  padding: 10px;
  color: #000;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

.footerbot-link {
  background-color: #0e0094;
  color: #fff;
}

.footer-links address {
  color: #fff;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
}

.footer-links address .bx {
  position: absolute;
  left: 0;
  top: 5px;
}

.footerbot-link {
  margin: 0;
  padding: 10px;
}

.footerbot-link li {
  display: inline-block;
  list-style: none;
}

.footerbot-link li a {
  color: #fff;
  border-right: #000 solid 1px;
  padding: 0px 15px;
}

.footerbot-link li:last-child a {
  border: none;
}

.footer-address {
  position: relative;
}

.footer-address::before {
  content: "\f041";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 30px;
}

@media(min-width:768px){
  .client-diagram img {
  max-width: 800px;
}

}


@media (max-width:767px) {

  .header {
    text-align: center;
  }

  .header-logo img {
    width: 150px;
    padding-bottom: 10px;
  }

  .subscription-section {
    padding:0px 25px;
  }

 .stellarnav {
        text-align: right;
    }

 .about-section h2 {
    font-size: 30px;
}

.section-title {
  font-size: 30px;
}

.pro-RangeBox {
    margin-bottom: 75px !important;
}

.product-section { padding-bottom: 0 !important;}

.register-col, .livfast-col {
    border-radius: 10px !important;
    margin-bottom: 25px;
    max-width: 329px;
    float: right;
}

.portfolio {
  padding-bottom: 0px !important;
}

.nav-pills .nav-link { padding: 15px 30px;}

}

@media (min-width:768px) and (Max-width:991px){
 .header-logo img {
    max-width: 170px;
    padding-bottom: 15px;
}
.mainmenu { text-align: right;}
.header-top { text-align: right;}

.about-section span.oragnge br { display: none;}

    .client-diagram img {
        max-width: 600px;
    }

}

@media(min-width:1024px) and (max-width:1199px) {
  .stellarnav.light li a {
    font-size: 0.8rem;
}
}

/*---------------------------------main-section-stop---------------------------------*/


.image-hover {
  position: relative;
  overflow: hidden;
}

/* Image effect */
.image-hover img {
  transition: 0.5s ease;
}

/* Black overlay background */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease;
}

/* Text inside overlay */
.overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  transform: translateY(20px);
  transition: 0.4s ease;
}

/* Hover effects */
.image-hover:hover img {
  transform: scale(1.1);
}

.image-hover:hover .portfolio-overlay {
  opacity: 1;
}

.image-hover:hover .overlay-text {
  transform: translateY(0);
}


.testimonial-slide {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 35px rgba(0,0,0,0.08);
}
.testimonial-slide img {
  width: 90px;
  height: 90px;
}
.comment {
  font-style: italic;
  color: #444;
  margin: 20px 0;
  line-height: 1.6;
  font-size: 18px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.carousel-indicators button {
  background-color: #000 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/*** Internal Pages ***/

h1.page-title {     
	position: absolute;
    top: 45%;
    z-index: 9;
    left: 10%;
    color: #0d0098;
    font-weight: 600;
	}

  @media(max-width:767px){
    .header-logo img {         width: 90px;
        text-align: left;
        float: left; }
  }
.contact-page .contact-details {
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.contact-page .contact-details h2 {
    color: #0e0095;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
}
.contact-page .contact-details p {
    font-size: 18px;
    display: flex;
    color: #5a5959;
    font-weight: 600;
}
.contact-details .title {
    font-weight: 600;
    font-size: 23px;
}

.contact-page .contact-form {
    background: #0e0095;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.contact-page .contact-form h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
}
.contact-page .form-control {
    padding: 0.675rem .85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    border-radius: 25px;
}
.contact-page .wpcf7-submit {
    border-radius: 25px;
    background: #000;
    padding: 8px 40px;
    border: 1px solid #000;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: flex;
    margin-top: 35px;
    color: #fff;
}
.form-control.wpcf7-textarea {
    height: 150px;
}
.social-links {
	display: flex;
}
.contact-page .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0e0095;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.contact-page .social-links a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.contact-page .fa-solid {
    font-size: 25px;
    color: #0e0095;
    margin-top: 1px;
	padding-right: 15px;
}
.about-page h2 {
	color:#000;
}



.letter-spacing-1 {
  letter-spacing: 1.5px;
}

/* Process Box */
.process-box {
  background: #99733a;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 35px 20px;
  transition: all 0.3s ease;
}

.process-box:hover {

  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Number */
.process-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(0 0 0 / 10%);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Text */
.process-box h5 {
  font-weight: 600;
  color: #fff;
}

.process-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .row > .col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*-------------------------services-page-start-----------------------------------------------*/

.services-section {
  background: #fffdf8;
  overflow: hidden;
}

.service-badge {
  display: inline-block;
  background: #ededed;
  color: #0e0095;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
}

.services-section h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.service-list {
    display: block;
    padding-left: 15px;
}

.service-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.doodle-btn {
  background: #0e0095;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #0e0095;
  transition: all 0.3s ease;
}

.doodle-btn:hover {
  background: #3c2ae3;
  color: #fff;
  transform: translateY(-3px);
}

.doodle-image {
  position: relative;
}

.doodle-image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 3px dashed #ffd166;
  border-radius: 30px;
  top: 10px;
  left: 10px;
  z-index: -1;
}


section {
    padding: 50px 0px;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.punchline {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 32px;
}
.internal-page span {
    color: #13195e;
    font-size: 1.3rem;
}
.white-bg.rounded {
    border-radius: 15px !important;
}
.zoom-effect {
    transition: 0.5s all ease-in-out;
    position: relative;
    overflow: hidden;
}
.callto-action {
    background-color: #f0af17;
    padding: 25px;
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 0;
}
.icon-rounded {
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px;
    width: 78px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.callto-action a {
    display: flex;
    color: #fff !important;
    justify-content: start;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    flex-direction: column;
}
.callto-action a span {
    color: #fff;
}

.internal-page span {
    color: #13195e;
    font-size: 1.3rem;
}
.mid-content {
    max-height: 530px;
}
.mid-content {
    color: #1a1a1a;
}
h2.section-ptitle {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
}
h2.section-ptitle {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
}
.col-width {
    background: #fff;
    padding: 40px;
    position: relative;
    transition: 0.3s;
    border-right: 1px solid #F1F1F1;
    box-shadow: 0 15px 62px rgba(0, 0, 0, .04);
    height: 100%;
}
.icon-1 {
    height: 108px;
    width: 108px;
    border: 2px dotted #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.icon-1 img {
    width: 55px;
}
.icon-1:after {
    position: absolute;
    content: "";
    height: 88px;
    width: 88px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    transition: 0.3s;
}
h5.title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 30px;
	font-weight:700;
}
.icon {
    position: absolute;
    bottom: -26px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-box {}
.cta-btn {
    background-color: #f0af17;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 16px 36px 16px 18px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(240, 175, 23, 0.35);
    transition: all 0.35s ease;
}
.cta-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.internal-page span {
    color: #13195e;
    font-size: 1.3rem;
}
.internal-page span {
    color: #13195e;
    font-size: 1.3rem;
}
.cta-text {
    padding-right: 10px;
}

.border-design {
    color: #000000;
    background: #ffff;
    padding: 25px;
    border-left: #f0af17 solid 5px;
}
p:empty{ display:none; }

.smart-boxes .fas, .smart-boxes .fa, .smart-boxes i { color: #f0af17; font-size: 30px; }

@media(max-width:767px){
	.callto-action {
    padding: 10px;
    position: relative;
    bottom: 0;
}
.callto-action a {
    font-size: 20px;
}
.mid-content {
    color: #1a1a1a;
    padding: 18px;
    max-height: inherit;
}
	.icon { display:none; }

}


.newsItem-box {
    color: #1A1A1A;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    transition: all 0.5s;
    margin-bottom: 25px;
    min-height: 515px;
}

.newsItem-box a:hover, .newsItem-box a {
    text-decoration: none;
}

.newsItem-box a {
    color: #1A1A1A;
    display: block;
    position: relative;
}

.newsItem-box .captionBox {
    padding: 40px 40px;
}
.newsItem-box .captionBox h5 {
    padding: 0px 0px;
    font-weight: 500;
    color: #1B162D;
    margin-bottom: 24px;
	font-size: 17px;
}
.newsItem-box .captionBox .shortInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1599.98px) {
	
.newsItem-box .captionBox { padding: 25px 20px; }

}

.accordion-button::after { display:none !important; }

.category-sidebar .category-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding-right: 10px;
}

.category-child-list,
.grandchild-list {
    list-style: none;
    padding-left: 15px;
}

.category-child-list li a,
.grandchild-list li a {
    display: block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
}

.active-cat {
    font-weight: bold;
    color: #0d0195 !important;
}

.toggle-icon {
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
}

.newsItem-box {
    height: 290px;
    display: flex;
    flex-direction: column;
}

.img-post {
    height: 220px;           /* fixed image height */
    overflow: hidden;
}

.img-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* auto crop / auto fit */
    object-position: center;  /* center crop */
}

.captionBox {
    padding: 10px 0;
}


.sticky-image {
    position: sticky;
    top: 20px; /* distance from top while scrolling */
}