.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
}

.entry-content.tw-news-details-content footer.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.entry-content.tw-news-details-content footer.wp-block-latest-comments__comment-meta:hover {
  color: #FFF826;
}
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author:hover{
  color: #FFF826;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: #FFF826;
}

.entry-content.tw-news-details-content ul.wp-block-archives-list.wp-block-archives li a{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.entry-content.tw-news-details-content ul.wp-block-categories-list.wp-block-categories li a{
 color: #fff;
  font-size: 18px;
  font-weight: 400;
}

ul.wp-block-archives-list.wp-block-archives li a:hover{
  color: #FFF826;
}
ul.wp-block-categories-list.wp-block-categories li a:hover{
  color: #FFF826;
}
 

.wp-person a:focus,
.wp-person a:focus .gravatar,
.wp-person a:focus .media-icon img,
.wp-person a:focus .plugin-icon {
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.blog-single-content-wrap .entry-content.tw-news-details-content .span.entry-date.published.updated {
  color: #fff;
}
 

.tw-news-details-wrapper .tw-news-details-content .tw-list{
  padding-left: 0px;
}

.tw-news-details-wrapper .tw-news-details-content .tw-list li{
  padding-left: 0px;
}

.comments-area .comment-reply-title {
  margin-bottom: 40px;
}

.comments-area .form-submit .btn-primary:hover {
 background-color: #FFF826;
}
  
.comment-reply-title small a:hover{
  color: #FFF826; 
}
.comment-respond .logged-in-as a:hover{
  color: #FFF826;
}

/* Blog single breadcrumb title (smaller to avoid design break) */
.breadcrumb-post-title .page-title {
  font-size: 80px;
  line-height: 1.2;
}


.breadcrumb__menu  .scroll-down h6 a{
  gap: 10px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  align-items: center;
  transition: all 0.3s;
  color: #fff;
}

.breadcrumb__menu  .scroll-down h6 a:hover{
 color: #FFF826;
}

.breadcrumb-content  .page-list li a:hover{
 color: #FFF826;
}
.tw-news-content .tw-date-list li a:hover{
  color: #FFF826;
}

.entry-content.tw-news-details-content ul{
 padding-left: 0px;
 margin-left: 0px;

}
.entry-content.tw-news-details-content li{
  /*color: #fff;*/
  padding-left: 0px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}


.blog-details-footer h5.title {
    font-size: 20px;
    font-weight: 600;
    margin-right: 8px;
    color: var(--white);
}

.blog-details-footer .left {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

 .entry-content.tw-news-details-content .wp-block-calendar .wp-calendar-nav-prev{
  color: #fff;
  font-size: 16px;
}
.entry-content.tw-news-details-content .wp-block-calendar .wp-calendar-nav-prev:hover{
 color: #FFF826;
}
.wp-block-rss li a{
  color: #fff;
}
.wp-block-rss li a:hover{
   color: #FFF826;
}
.entry-content.tw-news-details-content  .wp-block-social-links li{
  font-size: 20px !important;
}
.wp-block-file:not(.wp-element-button){
  font-size: 16px;
  padding: 10px 0px;
}
.wp-block-file__button {
  background-color: #FFF826;
  color: #000;
  padding: 10px;
}
.wp-block-file__button:hover {
 color: #fff;
}
.wp-block-table :where(figcaption) {
  color: #fff;
  font-size: 16px;
}

figcaption {
  color: #fff !important;
  font-size: 16px !important;
}


.main-sideber ul li a{
  font-weight: 400;
  font-size: 16px ;
}

.main-sideber .widget_rss a.rsswidget {
    font-weight: 700;
    text-decoration: underline;
}


.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .btn-primary:hover{
 color: #000;
}

.blog-pagination ul li span.current {
  background-color: #FFF826;
  color: #000;
}

.thumbnail.tw-news-image  {
  display: inline-block;
}

.tw-news-details-wrapper .thumbnail.tw-details-image{
  display: inline-block;
}


/* Rajib Css Added */
.comments-area .comment-list li ul.children li {
  border-top: 1px solid #ffffff1f;
  padding-top: 30px;
  border-bottom: none;
}
.comments-area .comment-list li.comment {
  border-bottom: 1px solid #ffffff1f;
}
.blog-details-footer .left .tags li a {
  margin: 5px;
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
  border-radius: 2px;
}
.comments-area .comment-list li .single-comment-wrap .content {
  width: calc(100% - 80px) !important;
  max-width: 100%;
}



.quote-post-type.style-01 .title{
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

.navbar.navbar-area  .btn-wrap  a:hover{
  color: #000000;
}


.content-area ul.tw-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.content-area .tw-date-list {
  padding-left: 0px !important;
}

.content-area .tw-date-list li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
}

.content-area .tw-date-list li i {
  margin-right: 10px;
}
form.post-password-form p {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}
.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: #FFF826;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pochakra petch;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-password-form input[type=submit]:hover {
  color: #000;
  background-color: #FFF826;
}

.blog-single-content-wrap .entry-content h1.wp-block-site-title {
  font-size: 100px;
}
.wp-block-post-title, 
h2.wp-block-comments-title {
  font-size: 100px;
}
.wp-block-comments .comment-form .comment-form-comment  textarea#comment{

  border: 0;
  padding: 10px 20px;
  padding-right: 35px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff !important;
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.wp-block-post-comments-form :where(input[type=submit]) {
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 14px 30px;
  position: relative;
  color: #000;
  border-radius: 90px;
  display: inline-block;
  background-color:  #fff;
}
.wp-block-post-comments-form :where(input[type=submit]):hover {
  background-color: #FFF826;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {

  padding: 10px 20px;
  padding-right: 35px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff !important;
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(5px);
  border-radius: 10px;
}

/* Submit button after converting input → button */
button.submit {
 z-index: 1;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    line-height: 28px;
    padding: 14px 30px;
    padding-left: 48px;
    position: relative;
    color: var(--black);
    border-radius: 90px;
    display: inline-block;
    background-color: var(--white);
}
button.submit:hover {
  background-color: #FFF826;
}
button.submit::before {
      content: "";
    top: 50%;
    left: 30px;
    width: 8px;
    height: 8px;
    position: absolute;
    transition: all 0.5s;
    border-radius: 500px;
    background-color: var(--black);
    transform: translate(0px, -50%);
}
button.submit::after {
  content: "";
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 500px;
  transition: all 0.5s;
  background-color: #FFF826;
}

.widget-area .widget.widget_archive ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.widget-area .widget.widget_categories ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;

}
.widget.widget_categories ul li ul {
  padding-left: 10px !important;
  margin-left: 0px;
}

.widget.widget_categories ul li ul {
  flex: 0 0 100%;
}


.musk-page-content-area .entry-content h1,
.musk-page-content-area .entry-content h2,
.musk-page-content-area .entry-content h3,
.musk-page-content-area .entry-content h4 {
  font-size: 100px;
}


.single-post-navigation .title-with-link span {
  color: #fff;
}
/*----------Widget Development Css for Developement---------*/



.main-menu ul.dp-menu {
  padding: 18px 0px !important;
  
}
 

.hero-title br:nth-of-type(2) {
  margin-bottom: 40px;
  display: block;
  content: "";
}

.hero-video__wrapper .popup-video span{
  color: #212529;
}

.counter__item p {
  color:  #000;

}

.title-slider__title img {
  border-radius: 90px !important;
  max-width: 190px !important;
}

.services__content .title a{
  color: #000 !important;
}


.services__media img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 10px;
  transition: height 0.5s ease;
}


.services__item:hover .services__media img {
  height: 370px !important;;
}

.portfolio__item .thumb .tags {
  gap: 10px;
  top: 35px;
  right: 35px;
  padding: 6px 25px !important;
  position: absolute;
  align-items: center;
  border-radius: 90px;
  display: inline-flex;
  background: var(--white);
}


.portfolio__item .content .date {
  color: #212529;
}

.testimonial__prev, .testimonial__next {
  color: #000;
}

.blog-meta__list li span  a{
  cursor: default;
}
.blog-meta__list li span  a:hover{
  color: #aaaaaa;
}

.blog-5__item .content .meta-list li span {

  color: #000000;
}
.blog-5__item .content .meta-list li  {
  color: #000000;
}
.blog-5__item .content .meta-date .user a{
  color: #000000;
}
.blog-5__item .content .meta-date li{
  color: #000000;
}

.hero-7__featured .popup-video .icon i{
  color: #000000;
} 
.testimonial-section-7__arrow i {
  color: #000000;
  transition: color 0.3s ease;
}

.testimonial-section-7__swiper-button-next:hover i,
.testimonial-section-7__swiper-button-prev:hover i {
  color: #ffffff;
}

.specialization-section-7__info .specialization-section-7__button {
  padding: 19px 44px;
  border-radius: 6px;
  background: #e3572b;
  margin-top: 25px !important;
  color: var(--white);
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

ul.specialization-section-7__list {
  margin-bottom: 25px;
}


.specialization-section-7__info .specialization-section-7__button:hover {
  color: var(--white);

}


.services-section-7__thumb img {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px!important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.services-section-7__thumb-one img {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px!important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


.footer-section-7__area .footer-tp-seaven{
  margin-top: 0px !important;
}

.footer-section-7__area .footer-bottom__list a:hover i{
  color: #fff;
}

.latest-work-8__item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}


.our-services__media .content .tags li{
  color: #212529;
}

.featured-product__item .thumb .tags {
  padding: 6px 25px !important;
}
.featured-product__item .thumb .tags li{
  padding: 0px;
  margin: 0px;
}

.cta__content {
  max-width: 904px;
}

.portfolio__item .thumb .tags {
  gap: 0px 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  
}


.breadcrumb__menu ul li:last-child:after {
  content: none;
}

.services-3__btn .btn-wrapper .btn-text {
  color: #000;
}

.blog-sidebar-custom{
  padding: 0px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;

}


body.single-post .bread-title {
  font-size: 68px;
  line-height: 70px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  body.single-post .bread-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  body.single-post .bread-title {
    font-size: 42px;
    line-height: 48px;
	margin-bottom: 20px;
  }
}



.header-area__inner .main-menu .menu-primary-menu dd, li {
  margin-bottom: 0px;
}

.digital-media-two img {
  height: 100% !important;
  object-fit: cover !important;
}


a.popup-video.has--play {
  color: #000000;
}

.get-in-touch__btn .btn-text {
  color: #000000;
}

.btn-wrapper .btn-circle {
  color: #000000;
}

.custom-bottom-padding {
	padding-bottom: 120px;
}

.custom-top-padding {
	padding-top: 120px;
}

/* max-width: 1399px */
@media only screen and (max-width: 1399px) {
	.custom-bottom-padding {
		padding-bottom: 100px;
	}
	.custom-top-padding {
		padding-top: 100px;
	}
}

/* max-width: 1199px */
@media only screen and (max-width: 1199px) {
	.custom-bottom-padding {
		padding-bottom: 80px;
	}
	.custom-top-padding {
		padding-top: 80px;
	}
}

/* max-width: 991px */
@media only screen and (max-width: 991px) {
	.custom-bottom-padding {
		padding-bottom: 60px;
	}
	.custom-top-padding {
		padding-top: 60px;
	}
}


.feature-works-3-btn .btn-big{
  color: #000;
}

.footer-widget-box.content .btn-wrapper .btn-text {
  color: #000;
}
.about-us-5__top__media img {
  height: 100% !important;
  object-fit: cover;

}

.custom-pt{
  padding-top: 60px;
}

.blog-sidebar-custom .news-widget-categories ul li:hover a{
  color: #FFF826 !important;
}
.blog-sidebar-custom .news-widget-categories ul li:hover span{
  color: #FFF826 !important;
}

/* Recent Post Sidebar: uniform thumbnail size */

.blog-sidebar-custom .recent-post-area .recent-thumb {
  width: 80px !important;
  height: 80px !important;
  flex-shrink: 0;
  overflow: hidden !important;
  border-radius: 5px;
   
}

.blog-sidebar-custom .recent-post-area .recent-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


.mean-container .mean-nav {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 404 Search Form: Center & 50% Width */
.error-404 .search-form {
  width: 60% !important;
  margin: 36px auto 0 !important;  
}

.error-404 .search-form .form-control {
  width: 100% !important;  
}


@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 150px;
    line-height: 170px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 140px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 120px;
    line-height: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 100px;
    line-height: 110px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 60px;
    line-height: 75px;
  }
}

.blog-8__item .media .meta-date {
  right: 15px;
  bottom: 15px;
}

@media (max-width: 575px) {
  .testimonial .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}

.creative-journey-3__inner {
    overflow: hidden;
    position: relative;
    margin-top: -20px;
}

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
    box-shadow: none;
    outline:none;
}



/* Desktop */
@media (min-width: 1024px) {
    .blog-8__item .media img {
        width: 479px;
        height: 280px;  
		border-radius:10px;
    }
}

/* Tablet & Mobile */
@media (max-width: 1023px) {
    .blog-8__item .media img {
        width: 100%;
        height: auto;    
		border-radius:10px;
    }
}
.blog-5__item .media img {
    width: 452px;
    height: auto;
}
.why-choose-us-6__thumb img {
    max-width: none !important;
    width: auto;
    height: auto;
    display: block;
}

@media (max-width: 1199px) {
    .why-choose-us-6__thumb img {
        max-width: 100% !important;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .why-choose-us-6__thumb img {
        width: 100%;
        height: auto;
    }
}


.video-services .popup-video{
	color: #000;
}


/* ---Demo organized css for developement serve---*/

.featured-product__item .thumb {
  width: 100%;
  max-width: 1776px;
  margin: 0 auto;
  overflow: hidden;
}

.featured-product__item .thumb img {
  width: 1776px;
  height: 800px;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .featured-product__item .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.feature-works-3__item .media {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}



.feature-works-3__item .media img {
  width: auto;
  height: 540px;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .feature-works-3__item .media img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .feature-works-3__item .media img {
    width: 100%;
    height: 255px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
    .hero-section-6__badge-holder {
        top: 0px;
    }
}


.portfolio-4__thumb {
    overflow: hidden;
}

.portfolio-4__thumb img {
    height: 594px !important;
    max-width: none !important;
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .portfolio-4__thumb img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

.about-us-6__author__thumb img{
	max-width: none !Important;
}

.hero-7__featured {
    z-index: 9999;
   
}

.blog-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .breadcrumb__menu ul {
		gap: 15px 36px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
    .blog-details-footer {
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
		flex-wrap: wrap;
		gap: 17px;
	}
}

.single-post-navigation .single-post-navigation-center-grid a {
  color: var(--main-color-one);
  color: white;
}

@media (max-width: 575px) {
  .single-post-navigation {
		flex-direction: column;
		gap: 10px;
	}
}

p.logged-in-as {
  margin-bottom: 12px;
}

.hero-7__bg img {
  height: 100% !important;
  object-fit: cover;
}
.blog-8__item .media {
  display: block;
}
.cta-bg {
  background-color: #E5E0D0;
}
@media (max-width: 575px) {
  .hero-3__media img {
    max-width: 300px !important;
  }
}

.hero-5.background {
   overflow: hidden;
}
section.choose-us-5.theme-bg-soft-gray {
    overflow: hidden;
}

.about-us-3__client .media img {
    max-width: none !IMPORTANT;
}

.blog__item h4.blog-title.rr-title-anim {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* finishing unit hover color */


.entry-content a:hover{
  color: #FFF826;
}

.content.blog-content h2.title a:hover {
  color: #FFF826 !important; 
}
.wp-link-pages .post-page-numbers:hover {
  background-color: #FFF826;
  color: #000;
}
.wp-block-group.has-background {
  background-color: #3b4eff !important;
}
.wp-block-file__button:hover {
  color: #000 !important;
}
.wp-block-tag-cloud a:hover {
  color: #000 !important;
}