/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<meta name="viewport" content="width=device-width, initial-scale=1.0">


span.blogs-article-tag-lateast {
    opacity: 100%;
    text-transform: capitalize;
    font-size: 1rem;
    font-family: Eurostile LT Std !important;
    color: rgb(88, 88, 88);
    text-transform: capitalize;
}
 .blog-article {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 28px;
    margin-bottom: 10%;
}  
  h2.h5_text {
    line-height: 40px;
}
  
.blog-disc1.truncate-3-lines1:hover {
    text-decoration: underline;
}
span.RM-underline:hover {
    text-decoration: underline;
}

h2.h5_text:hover {
    text-decoration: underline;
}
.body1 {
  width: 100%;
  background: #000;
}

.blog-article {
    /* opacity: 50%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    padding: 0;
    line-height: 22px;
    font-weight: 300;
}
li[role="presentation"] {
    height: 50px;
    width: 50px;
    border-radius: 50px !important;
cursor: pointer;
}
.qut_arrow_btn.prev.slick-arrow,.qut_arrow_btn.next.slick-arrow {
    display: block !important;
}

 li[role="presentation"] button  {
    border-radius: 50%;
    background: white;
    border: none;
    color:white;
   cursor: pointer;
}
li.slick-active button {
  background-color: #d22930 !important;
  color: #d22930 !important;
}
.blog-title1 {
   
    opacity: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.heading1 {
 margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title1 {
  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  font-family: Eurostile LT Std !important;
  display: inline-block;
}
.see-all1 {
  color: #fff;
  font-family: sans-serif;
  font-size: 2rem;
  margin-left: 4px;
}
.title-right-heading1 {
  float: right;
  font-size: 7rem;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
  text-shadow: none;
}
.multiple-items1 {
  width: 92%;
  margin: auto;
}

.qut-arrow-prev1 {
    position: absolute;
    z-index: 999;
    top: -4%;
    left: 97%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 30px;
    transform: translate(-97%, 4%);
  
}
.qut-arrow-next1 {
  position: absolute;
  top: -4%;
  z-index: 999;
  right: 0%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 30px;
  transform: translate( -0%, 4%);
 
}
.qut-arrow-next1 img {
  width: 55%;
  height: 40%;
}
.qut-arrow-prev1 img {
  width: 55%;
  height: 40%;
}
.blog-title1 {
  color: whitesmoke;
  opacity: 50%;
}
.blog-disc1 {
  color: whitesmoke;
  font-family: "Poppins";
}
.date1 {
  color: whitesmoke;
  opacity: 50%;
}
.truncate-3-lines1 {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3; 
    line-clamp: 3;
    max-height: 3 * 1.2em;
  /* padding: 0 0.5rem; */
}





.center1 {
  color: white;
}
.blog-detail1 {
  width: 100%;
  background-color: #000;
}
.wrapper {
  /* display: flex; */
  gap: 1.5rem;
}
.left-contant {
  width: 70%;
  display: inline-block;
  border: 1px solid black;
}

.left-contant img {
    width: 100%;
    object-fit: cover !important;
    height: auto !important;
    margin: 0 auto !important;
    border: 1px grey !important;
    aspect-ratio: 818 / 460 !important;
}
 .slide_img2 {
    width: 100%;
    object-fit: cover !important;
    height: auto !important;
    margin: 0 auto !important;
    border: 1px grey !important;
    aspect-ratio: 400 / 225 !important;
}
.right-contant {
  width: 30%;
  text-align: left;
}

.right-contant {
    color: #f5f5f5;
    font-family: Poppins;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    justify-content: space-between;
}
#detail {
  color: whitesmoke;
  font-family: "Poppins";
  margin-top: 30px;
  opacity: 90%;
  font-size: small;
}
#auther {
  color: white;
  margin-top: 30px;
  opacity: 50%;
}
.h5_text{
  margin: 7% auto;
  line-height: 35px;
}

@media screen and (max-width: 525px) {
   .blog-article {
    margin-bottom: 3% !important;
   }
  .h5_text {
    margin: 2% auto !important;
    line-height: 29px !important;
   }
  .qut-arrow-next1 {
    position: absolute;
    top: -3%;
    z-index: 999;
    right: 0%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 30px;
    transform: translate(-0%, 3%);
    
}
.qut-arrow-prev1 {
    position: absolute;
    z-index: 999;
    top: -3%;
    left: 90%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 30px;
    transform: translate(-90%, 3%);
    
}
  #auther {
    color: #fff;
    margin: 0;
    opacity: 50%;
}
}



