
body {background:#ffffff;}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.btn {
    cursor: pointer;
    display: inline-flex !important;
 align-items: center; 
     justify-content: center;
}
@media (max-width: 991.98px) {
.landing-nav-menu {
        background-color: #fff;
    }
	.tuecus-index-page .landing-nav-menu {
        background-color: #585858;
    }
}

.navbar-nav .nav-link.active {
    color: #696cff !important;
}
.cms-blog-nav .nav-item a{font-size: 16px;
    line-height: 26px;
	padding: .5rem .625rem;
    margin-inline-end: .625rem
	}
.cms-main-nav{background:#fff;height: auto;}
/*--------------------------------------------------------------
# social links-topbar
--------------------------------------------------------------*/
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
/*--------------------------------------------------------------
# social links-topbar
--------------------------------------------------------------*/
.topbar {
  
    padding: 15px 0;
    font-size: 14px;
    transition: all 0.5s;
	background:#1a1c1e;
	
	
}
.topbar  .social-links{}
 .topbar .social-links a {
    color:#e9e9e9;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
.topbar .contact-info i{color: #ffffff;}
.topbar .contact-info  a {
    line-height: 0;
	color: #ffffff;
    
}
 .topbar .contact-info span {
    padding-left: 5px;
    color: #ffffff;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	    box-shadow: 0 2px 50px rgba(0, 0, 0, .05);

}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


/*--------------------------------------------------------------
# blog details start
--------------------------------------------------------------*/
.tuecus-blog-title-block{text-align:center; background:#fffefb; padding:20px 0;}

.tuecus-blog-details-title h1{
	font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px;
	
}
.tuecus-blog-title-block .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.tuecus-blog-title-block .breadcrumbs ul li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color:#b9b9b9;
}

.tuecus-blog-title-block .breadcrumbs ul li+li {
    padding-left: 10px;
}



/*--------------------------------------------------------------
# testimonials Section
--------------------------------------------------------------*/

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #ef6603;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

/***********blog new add css***/

/*****index page************/




/*--------------------------------------------------------------
# Blog main Section
--------------------------------------------------------------*/
.blog-main {
  
}


.blog-main .blog-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
   transition: transform 0.3s ease-in-out;
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.blog-main .blog-item:hover {
  transform: translateY(-5px);
}

.blog-main .blog-item:hover img {
  transform: scale(1.05);
}

.blog-main .blog-item:hover .blog-content {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}



.blog-main .blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.blog-main .blog-item .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  transition: background 0.3s ease-in-out;

}

.blog-main .blog-item .post-card {
  display: flex;
  gap: 1rem;
  /* margin-bottom: 0.5rem;
  font-size: 0.875rem; */

}
.blog-main .blog-item .post-card{font-size:13px;}
.blog-main .blog-item .post-card .date,
.blog-main .blog-item .post-card .category {
  display: flex;
  align-items: center;
}

.blog-main .blog-item .post-title {
  margin: 0;
  
}

.blog-main .blog-item .post-title a {
   color: #fff;
  text-decoration: none;
}

.blog-main .blog-item .post-title a:hover {
  color: #fff;
}

.main-post-tags{
	color: #fff;
}
.main-post-tags a{
	color: #fff;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  position: relative;
}

 .footer-top {
  padding-top: 50px;
  border-top: 1px solid #f1f1f1;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #333;
  
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
 text-decoration: none;
  font-size: 16px;
  color: #212529;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color:#f75815;

}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
    color: #212529;
  display: inline-block;
   text-decoration: none;
  line-height: 1;
  font-weight:400;
}

.footer .footer-links ul a:hover {
 color:#f75815;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 15px 0;
  
}

.footer .copyright p {
  margin-bottom: 0;
}




/***********blog home***/
.section-title h2{
	text-align: left;
    padding-bottom: 20px;
    position: relative;
}
/* .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #cc5419;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background:#444444;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}*/
a {
    color: #333;
	text-decoration:none;
}
.post-item .post-title a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.post-item .post-title a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.post-title a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.blog-grid article {
  
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    /* height: 100%; */
    border-radius: 10px;
    overflow: hidden;
}

.image-holder {
    max-height: 280px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}


.post-item .post-meta {
    font-size: 0.8rem;
    line-height: 1;
}
.post-item p
{
    font-size: 14px;
}


.blog_details p{line-height: 26px;
    font-size: 14px;}
/**blog sidebar***/

.image-holder {}
/* .image-holder img{    background: #F9F9F9;
    border-radius: 12px;
    text-align: center;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;} */

.card-item {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 5px;
}
.search-card form {
    background: #ffffff;
    border: 1px solid
 color-mix(in srgb, #212529, transparent 75%);
    padding: 3px 10px;
    position: relative;
    border-radius: 50px;
    transition: 0.3s;
}

.search-card form input[type=text] {
    border: 0;
    padding: 4px 10px;
    border-radius: 4px;
    width: calc(100% - 40px);
   
}
.search-card form button {
    background: none;
    color: #212529;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 16px;
    transition: 0.3s;
    line-height: 0;
}

.card-title {
    color: #2d465e;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 0 0px;
    margin: 0 0 20px 0;
   
}
.categories-card ul li  {
    padding:10px 0;
}
.categories-card ul li a {
    color: #212529;
    transition: 0.3s;
	text-transform:capitalize;
}

.recent-posts-card .post-item {
    display: flex;
    margin-bottom: 15px;
}
.recent-posts-card .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recent-posts-card .post-item h4 a {
    color: #212529;
    transition: 0.3s;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.recent-posts-card .post-item img {
    height: 60px;
    margin-right: 15px;
}
.recent-posts-card .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color:#adb0b3; 

}

.card-tag{
    color: #333;
    font-size: 14px;
	background-color: #f5f2f2;
    margin-bottom: 5px;
    padding: 8px 15px;}
	.card-tag:hover{
    color: #fff !important;
    font-size: 14px;
	background-color: #ffc366;
    margin-bottom: 5px;
    padding: 8px 15px;}
