@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
}

h2,
h3,
h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cb-ft_btn {
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  border: 2px solid rgb(178, 33, 38);
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 768px) {
  .cb-ft_btn {
    padding: 0.6rem 1rem;
  }
}

.cb-primary-btn {
  background-color: rgb(178, 33, 38);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.cb-primary-btn:hover {
  background-color: rgb(160, 30, 34);
}
.cb-primary-btn:hover .cb-btn-icon {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.cb-primary-btn:active {
  background-color: rgb(142, 26, 30);
}

.cb-primary-outline-btn {
  color: rgb(178, 33, 38);
  border: 2px solid rgb(178, 33, 38);
  background-color: transparent;
}

.cb-btn-icon {
  font-size: 1rem;
  margin-left: 0.6rem;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cb-hero__section {
  background-color: #f4f6f7;
  padding: 10rem 0 5rem 0;
}
.cb-hero__section a:hover, .cb-slider__container a:hover
{
    text-decoration : none;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cb-hero__header {
  font-size: 48px;
  font-weight: bold;
}
@media(max-width:768px)
{
    .cb-hero__header {
        font-size: 32px;
    }
}
.cb-hero_sub-text {
  font-size: 19px;
}
@media(min-width:992px)
{
    .cb-hero_sub-text {
  width: 80%;
}
    }

.cb-slider__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 5rem 0;
  gap: 1.2rem;
}
.cb-slider__container a{ text-decoration:none}
.cb-slider__container a:hover{ text-decoration:none;color:#000}
@media (max-width: 992px) {
  .cb-slider__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cb-slider__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.cb-slider_card {
  overflow: hidden;
}

.cb-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cb-slider__img-container {
  width: 100%;
  overflow: hidden;
}

.cb-slider-option_container {
  position: relative;
  background-color: #e9ecef;
}
.cb-slider_details h2
{
    margin-top:0px;
}

.cb-slider_detail--header {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: #1a1718;
  line-height: 140%;
  font-weight: bold;
}

.cb-slider_detail-content {
  font-size:14px;;
  line-height: 160%;
  color: #525354;
}

.cb-flex-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

.cb-slides_module-name {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 24px;
  background-color: #f4f6f7;
  border-radius: 6px;
}
.cb-slides_module-name:hover {
  background-color: #e9ecef;
}

.cb-view_slides-link {
  position: relative;
  font-size: 14px;
  color: rgb(178, 33, 38);
  font-weight: 500;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  padding-right: 1.2rem;
}
.cb-view_slides-link::after {
  position: absolute;
  content: "\f8ce";
  font-family: "Material Symbols Outlined";
  right: 1;
  bottom: -3px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cb-slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.cb-slider-loadmore {
  position: relative;
}
.cb-slider-loadmore .cb-loadmore-icon {
  font-size: 0.9rem;
  padding-left: 0.2rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cb-slider-loadmore:hover .cb-loadmore-icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.blog-post-date 
{
    display:flex;
    align-items:center;
  margin: 1rem 0;
}
.blog-post-date a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.cb-blog_detail-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cb-blog_detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cb-blog_detail-title {
  font-weight: 600;
  font-size: 32px;
  text-align: left;
  color: #000;
  margin: 1rem 0;
}

.cb-blog_detail_content {
  color: #424242;
  font-size: 19px;
  line-height: 32px;
}

.cb-blog_detail-subhead {
  font-weight: 600;
  font-size: 19px;
}

.cb-blog_detail_subcontent .cb-blog_tab {
  padding: 0.8rem 1rem;
}

.cb-related_post-img {
  width: 100%;
  min-height: 70px;
}
.cb-related_post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cb-related_content {
  margin: 1rem 0;
}

.cb-related-post_title {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  line-height: 18px;
}
.cb-related-post_title:hover
{
    text-decoration:none;
    color:#333;
    }
@media (max-width: 768px) {
  .cb-related-post_title {
    font-size: 20px;
    margin-top: 1rem;
    display: block;
  }
}

.cb-related_post {
  padding-right: 0px;
  padding-left: 0px;
}

.cb-slider_img-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cb-slider_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease-in-out;
}

.cb-slider_img-slider-container:hover .cb-slider_img {
  -webkit-animation: var(--hover-animation) ease-in-out infinite;
          animation: var(--hover-animation) ease-in-out infinite;
}

.cb-blog_tab {
  display: block;
  padding: 0.8rem 2rem;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(178, 33, 38, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(178, 33, 38, 0.1);
  border: 1px solid #dfdfdf;
}
.cb-blog_tab:hover {
  color: rgb(160, 30, 34);
  text-decoration:none;
}
.cb-blog_tab.active {
  color: #fff;
  background-color: rgb(178, 33, 38);
}
.cb-blogtab_container {
  max-width: 60%;
  overflow-y: auto;
}
@media (max-width: 768px) {
    .cb-blogtab_container 
    {
        width:100%;
      max-width: 100% !important;
    }
}
.cb-blogtab_container::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cb-blogtab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}

.cb-blogtab_container {
  max-width: 55%;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.cb-blogtab_container::-webkit-scrollbar {
  display: none;
}

.scroll-btn {
  background-color: #dfdfdf;
  border: none;
  padding: 5px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #000;
}
.scroll-btn svg {
  width: 25px;
}

.scroll-btn:hover {
  background-color: #bbb;
}

.left-btn {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.right-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cb-blog_detail
{
    margin:0px 25px;
}
@media(min-width:992px)
{
    .cb-blog_detail
    {
        margin:0px 125px;
    }
}
.dropdown-item:hover{text-decoration:none;color:#B22126 !important;}
.dropdown-item:active{background-color:#B22126 !important;color:#B22126 !important}
.pagination-controllor 
{
    display: flex;
    justify-content:center;
    margin: 4rem 0;
    gap: 6px;
    align-items: baseline;
}

.pagination-controllor a
{
     color: #373737;
     border: 1px solid #e9e9e9;
     padding: 4px 10px;
     border-radius: 4px;
     font-size: 14px;
     text-decoration:none;
}

.pagination-controllor .active
{
    background-color: #B22126;
    color: #fff;
}

.pagination-controllor a:hover
{
    background-color: #fff1f2;
    color: #b22126;
    text-decoration:none;
}
    
.pagination-controllor a:hover svg
{
    stroke: #b22126;
}
.pagination-controllor #btnPreviousPageSet
{
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 4px 10px;
}
.pagination-controllor #btnPreviousPageSet span, svg
{
    vertical-align: middle;
}
    
.pagination-controllor #btnPreviousPageSet span
{
    padding-right: 4px; 
}
.pagination-controllor #btnFirstPage
{
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 4px 10px;
}
     
.pagination-controllor  #btnNextPageSet
{
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 4px 10px;
}
    
.pagination-controllor  #btnLastPage
{
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 4px 10px;
}
.pagination-controllor  #btnLastPage svg, span
{
    vertical-align: middle;
}
            
.pagination-controllor  #btnLastPage span 
{
    padding-left: 4px;
}
.cb-blog-post-date
{
    padding: 20px 0 4px 0;
    background: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 30px;}        
#Blog_PostDate
{
    color: #000;
    font-weight: 400;
    text-transform: capitalize !important;
}

/*.rdbox
{
        display: flex;
    margin: -10px;
    flex-flow: wrap;
    }
    
    .rdbox.unset
{
        display: unset;
    margin: inherit;
    flex-flow: unset;
    }*/
    .rdbox .rdboxsec
    {
           display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
        }
           
    .rdbox .rdboxsec .sec
    {
        width: 400px;
    height: 400px;

        }    
        
         .rdbox .rdboxsec .sec .img
         {
                     border-radius: 10px;
    overflow: hidden;
    height: 100%;
    
             }
             
              .rdbox .rdboxsec .sec .img img
         {
                width: 100%;
 
    
             }
             .rdbox .rdboxsec .sec span
             {
             position: absolute;
    z-index: 9;
    inset: 0;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    background: #b22126;
    padding: 12px;
    border-radius: 50%;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
                 }
                  .rdbox .rdboxsec .sec span svg
                  {
                      filter: brightness(0) invert(1);
                      }
                                          
             
              .rdbox .rdboxsec h5
              {
                      color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: left;
                  }
             .rdbox .rdboxsec p
             {
                     font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 28px;
    text-align: left;
                 
                 }
                 
                 
                 
                  .rdbox .rdboxsec .con
                  {
                         padding: 13px 15px;
                         flex: 1 0;
                      }
                     
         
                
                

    .rdbox
    {
            margin: 0 50px;
        }
              
                  .read-more-button {
    color: #b22126;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
}
.read-more-button:hover {
    color: #8a171a;
}
    
      .read-more-content {
    display: none;
  }
  
 
        
        
        
        
      
.rdbox .rdboxsec.video .sec {
    width: 600px;
    height: 340px;
}


@media(max-width: 1199px)
{
    .rdbox .rdboxsec
    {
            display: grid;

        }
         .rdbox .rdboxsec.video .sec {
        width: 100%;
            height: 500px;
    }
    .rdbox .rdboxsec .con
                  {
                        
                             text-align: center;
                      }
                      .rdbox .rdboxsec .sec {
    width: 300px;
    height: 300px;
    margin: auto;
    
}
.rdbox .rdboxsec h5, .rdbox .rdboxsec p
{
    text-align: center;
    }
  
}

 @media(max-width: 991px){
  
 .rdbox .rdboxsec.video .sec {
        width: 100%;
            height: 300px;
    }
.rdbox
{
    margin: 0;
}
      }
      
      
      .rdbox .rdboxsec.video .sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rdbox .rdboxsec.video .sec
{
        position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    
    }
    

        
        
        @media(max-width: 575px)
        {
                .rdbox .rdboxsec.video .sec {
        
        height: 250px;
    }
    .swiper-button-next, .swiper-button-prev {    
            top: 14rem !important;
    }

            }
        
        
        