*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



:root{
    --primary-color: #ff2a0d; 
    --dark: #000;
    --light: #fff;
}




/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--light);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
    /* background-color: var(--primary-color); */
  background-color: var(--dark);
  }

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.topbar .top-info .text-secondary{
    color: var(--light) !important;
}
.topbar .top-link .text-secondary{
    color: var(--light) !important;
}


.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--light) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--light) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
    font-weight: 600;
    color: var(--dark) ;
}

.navbar {
    padding: 0 !important;
    /* height: 100px; */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .belux-logo{
    width: 180px !important;
}

 
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.fixed-top .bg-primary{
    background-color: var(--primary-color) !important;
}
.fixed-top a{
    text-decoration: none;
    font-size: 14px;
}
.fixed-top i{
    color: var(--primary-color) !important ;
    font-size: 18px;

}

.fixed-top .navbar i{
    color: var(--dark) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--primary-color);
    color: var(--light);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}


@media (max-width:600px) {
  .navbar .belux-logo{
    width: 130px !important;
}
.footer .footer-logo {
    max-width: 227px;
}
}



/*** Navbar End ***/








/* about us section start here */

    .about-section {   
      background-color: #080707a9; 
      color: white;   
    }

    .main-frame {
      border: 2px solid #fff;
      margin: 30px;
      padding: 30px;
      position: relative;
      
    }

    .about-banner {
      background-color: #c8242c;
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
      padding: 10px 0;
      position: absolute;
      top: -66px;
      left: 50%;
      transform: translateX(-50%);
      width: 250px;
      border-radius: 4px;
    }
    .about-section .applications-section h2 , .about-section .applications-section h3{
      font-size: 25px;
    }

    .left-image {
      border: 2px solid #fff;
      padding: 5px;
    }

    .left-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .section-text {
      font-size: 1rem;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .icon-circle {
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px auto;
      color: #0f9ad6;
      font-size: 1.5rem;
    }

    .icon-text {
      font-size: 0.95rem;
      color: white;
      text-align: center;
    }

    @media(max-width: 768px) {
      .section-title {
        text-align: center;
      }
    }
    

.icon-square {
  background-color: #888;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
  font-size: 1.5rem;
  color: white;
}

.app-box small {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.2;
}


@media (max-width:900px) {
  .about-banner {
      background-color: #c8242c;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      color: white;
      padding: 10px 0;
      position: absolute;
      top: -36px;
      left: 50%;
      transform: translateX(-50%);
      width: 120px;
      border-radius: 4px;
    }
    .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
}

/* about us section end here */




/* product section start here */

     .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
    }
     .section-header2 {
      display: flex;
      flex-direction: column;
       align-items: start;
      margin-bottom: 25px;
    }
     .section-header h2{
      font-size: 28px;
     }

    .section-header h2 , .section-header2 {
      position: relative;
      font-weight: bold;
    }
     .section-header2 h3{
      letter-spacing: 2px;
      color: rgba(114, 114, 114, 0.833);
     }

    .section-header h2::before {
      content: "";
      position: absolute;
      left: -20px;
      top: 12px;
      width: 15px;
      height: 3px;
      background-color: red;
    }

    .section-header2 h2::before {
      content: "";
      position: absolute;
      left: -20px;
      top: 12px;
      width: 15px;
      height: 3px;
      background-color: red;
    }

    .view-all {
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
    }

    .product-box {
      background: #f9f9f9;
      border-radius: 10px;
      text-align: center;
      padding: 20px 10px;
      transition: 0.3s;
      height: 100%;
    }

    .product-box img {
      /* height: 100px; */
      object-fit: cover;
      margin-bottom: 10px;
    }

    .product-name {
      font-weight: 500;
      font-size: 0.9rem;
      color: #000;
    }

    .product-name i {
      margin-left: 5px;
      font-size: 0.8rem;
    }

    .promo-box {
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      height: 100%;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .promo-overlay {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.4);
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: 12px;
    }

    .promo-text {
      position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 2;
      font-size: 1.25rem;
      font-weight: 600;
      max-width: 80%;
    }

    @media(max-width: 991px) {
      .promo-text {
        font-size: 1rem;
      }
       
      
    }

    .product-box  .product-name a{
  text-decoration: none;
  color: black;

}

/* product section end here */








/* contact us section start here */
/********* Contact CSS *********/

.contact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}


.contact .col-md-6.contact-info-sec {
  background:#fff !important;
  color: #000 !important;
}

.contact .col-md-6:last-child {
  
  background: var(--primary-color);
}

.contact .contact-info {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.contact .contact-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start !important;
  flex-direction: row !important;
  border: 1px solid #000 !important;
}

.contact .contact-item::before {
  margin: 0;
  color:var(--light);
  font-size: 40px;
}

.contact .contact-text {
  position: relative;
  width: auto;
  padding-left: 20px;
  
}

.contact .contact-text h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.contact .contact-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
}

.contact .contact-item:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  position: relative;
  padding: 0 15px;
}

.contact .contact-form input {
  color: #ffffff;
  height: 56px;
  border-radius: 0;
  border-width: 1px;
  border-color: rgba(256, 256, 256, .4);
  background: transparent;
}

.contact .contact-form textarea {
  color: #fff;
  height: 85px;
  width: 100%;
  border-radius: 0;
  border-width: 1px;
  border-color: rgba(256, 256, 256, .4);
  background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
  box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
color: #ffffff;
/* opacity: 1; */
}

.contact .contact-form .form-control::-ms-input-placeholder {
color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
color: #ffffff;
}

.contact .contact-form .btn {
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: var(--light);
  border: none;
  border-radius: 0;
  transition: .3s;
}

.contact .contact-form .btn:hover {
  color: #000 !important;
  background: var(--primary-color);
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.contact .contact-form textarea::placeholder {
  color: #fff;
}

.contact .contact-form input::placeholder {
  color: #ffffff;
}



/* captcha new design start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url(../images/index-img/capt-img.jpeg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 22px;
  padding: 10px;
  height: 100%;
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}


@media screen and (max-width:600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 3px;
  }


}

.bg-danger22{
  background-color: var(--red) !important;
}


.form-box-sec  .send-btn{
  background-color: var(--primary-color);
  color: var(--light);
}
.form-box-sec  .send-btn:hover{
  background-color: var(--dark);
  color: var(--primary-color);
}


@media(max-width:425px){
  .contact .contact-item {
    position: relative;
    margin-bottom: 30px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    border: 1px solid rgba(256, 256, 256, .2);
  }
  .contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 0px;
}
.contact .contact-text p {
  padding-left: 10px;
}
.contact .contact-text h2 {
 
 padding-left: 10px;
}
}

@media(min-width:280px){
  .contact .contact-item {

    display: flex;
    flex-direction: column;
    align-items: flex-start ; 
    border: 1px solid rgba(256, 256, 256, .2);
}
.contact .contact-text p {
  padding-left: 10px;
}
.contact .contact-text h2 {
 
 padding-left: 10px;
}
}

/* contact us section end here */


    /* client section  */
 .partner-section {
      background-color: #fff;
      border: 1px solid #dee2e6;
      padding: 40px 20px;
    }

    .partner-text h2 {
      font-weight: 700; 
      font-size: 25px;
    }

    .partner-text p {
      font-size: 1rem;
      color: #666;
      margin: 15px 0 15px;
    }

    .partner-text .btn {
      padding: 8px 20px;
      font-weight: 500;
      border-radius: 25px;
      background-color: var(--primary-color);
      border: none;
    }

    .logo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background-color: #dee2e6;
    }

    .logo-item {
      background-color: white;
      padding: 20px;
      text-align: center;
      min-height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-item img {
      max-width: 100%;
      max-height: 120px;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .logo-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 576px) {
      .logo-grid {
        grid-template-columns: repeat(1, 1fr);
      }
    }

    /* client section  */





/* enquiry section css start here */
.product-image {
      width: 100%;
      max-height: 300px;
      object-fit: contain;
      border: 1px solid #ccc;
      padding: 10px;
      background-color: #fff;
    }
    .thumbnail-img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin: 5px;
      border: 1px solid #ccc;
      cursor: pointer;
    }
    .spec-table th, .spec-table td {
      padding: 8px 12px;
      border: 1px solid #ccc;
    }
    .spec-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      }


      .btns a{
        background-color: var(--primary-color);
        color: var(--light);
        padding: 5px 9px;
      }
      .btns a:hover{
        background-color: var(--primary-color);
        color: var(--dark);
      }
       

   .cpatcha-div{
  color: var(--light);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-image: linear-gradient(#00000079,#00000070),url("../image/card-image/capt-img.jpeg");
}




/* enquiry section css end here */




/* sub-page-banner styling start */
.sub-page-banner {
  background: url(../images/banner/sub-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0px;
  color: var(--dark);
  display: flex;
  align-items: start;
  justify-content: start;
  border-bottom: 3px solid #FF4342 ;
  border-top: 3px solid #FF4342 ;
  /* border: 3px solid #FF4342 ; */
}

.sub-banner { 
  color: var(--dark);
  text-align: start;
  padding: 10px 50px;
}

.sub-page-banner p {
  color: var(--dark);
  font-size: 40px;
  font-weight: 600;
}

.sub-page-banner a {
  text-decoration: none;
  color: var(--dark);
  font-size: 18px;
}



@media(max-width:768px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
  }
}

@media(max-width:520px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;

    background-position: center;

    padding: 5px 0px;
  }

  .sub-page-banner p {

    color: var(--dark);
    font-size: 18px;
    margin: 0px;
  }

  .sub-banner {
    background-color: #00000047;
    color: var(--dark);
    text-align: center;
    padding: 5px 10px;
  }

  .sub-page-banner a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 12px;
  }
}


 





/* handling section start here */

    .category-title {
      font-size: 1.8rem;
      font-weight: 600;
    }

    .category-subtitle {
      color: #6c757d;
      font-size: 16px;
    }

    .equipment-card {
      border: 2px solid gainsboro;
      transition: all 0.3s ease;
      border-radius: 12px;
      padding: 20px 15px;
      background-color: #fff;
      text-align: center;
      height: 100%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      cursor: pointer;
      transform: translateY(0);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      
    }

    .equipment-card:hover {
        border: 2px solid var(--primary-color);
      overflow: hidden !important;

      box-shadow: 0 10px 20px rgba(13, 110, 253, 0.15);
      /* transform: translateY(-5px);  */

    }

    .equipment-card img {
      overflow: hidden;
      object-fit: contain;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .equipment-card:hover img {
      transform: scale(1.08); 
    }

    .equipment-card h3 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 12px;
      text-transform: capitalize;
      transition: color 0.3s ease;
    }

    .equipment-card:hover h3 {
      color: var(--primary-color);
    }

    .view-more {
      display: inline-block;
      font-size: 0.9rem;
      padding: 6px 14px;
      color: var(--gray);
      background-color: var(--blue);
      border-radius: 7px;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .view-more:hover {
      background-color: #343A40;
      color: #fff;
      text-decoration: none;
    }
/* handling section end here */





    /* industry used section start here */
    .lighting-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      border: 2px solid gainsboro;
    }

    .lighting-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .lighting-image {
      overflow: hidden;
    }

    .lighting-image img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .lighting-card:hover .lighting-image img {
      transform: scale(1.05);
    }

    .lighting-content {
      padding: 20px;
    }

    .lighting-title {
      font-weight: 700;
      font-size: 1.1rem;
      color: #1b1b1b;
      text-align: center;
      margin-bottom: 15px;
    }

    .lighting-text {
      font-size: 0.95rem;
      color: #555;
      text-align: justify;
    }

    @media (max-width: 576px) {
      .lighting-image img {
        height: 180px;
      }
    }
    /* industry used section end here */




/* blogs start */
.blogs .blog-card {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #444444; 
}
.blogs .blog-card .img {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid gainsboro;
}
.blogs .blog-card .blog-content p {
  text-align: justify;
}
.blogs .blog-card .blog-content a {
  text-decoration: none;
  color: #d92519;
  font-weight: 500;
  transition: 0.5s ease;
}
.blogs .blog-card .blog-content a:hover {
  letter-spacing: 3px;
}
.blogs  .display-6{
  font-size: 29px !important;
  letter-spacing: 3px;
  color: gray;
}

/* blogs end */


 /* certificate section start here */
  .certificate-box {
    position: relative;
 
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .certificate-card{
    margin: 10px;
  }
  .certificate-box img {
  
    transition: transform 0.5s ease;
  }

  .certificate-box:hover img {
    transform: scale(1.1);
  }

  .certificate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 15px;
  }

  .certificate-box:hover .certificate-overlay {
    opacity: 1;
  }

@media (max-width:600px) {
  .certificate-card{
    margin: 10px 5px;
  }
  
}


  /* certificate section end here */



/* footer section start here */
 
    .footer {
      background-color: #111;
      padding: 20px 0;
    }
    .footer .social a{
       margin-right: 6px;
       font-size: 24px;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .footer a:hover {
      color: #ccc;
    }
    .footer .logo {
      color: var(--primary-color);
      font-weight: bold;
      font-size: 1.8rem;
    }
    .footer .footer-logo{
      width: 320px;
    }
    .footer-bottom {
      background-color: #0b0b0b;
      padding: 10px 0;
      text-align: center;
      font-size: 14px;
      border-top: 1px solid #333;
    }
    .footer ul {
      padding-left: 0;
      list-style: none;
    }
    .footer ul li {
      /* display: inline-block; */
      margin-right: 10px;
    }
    .footer .foot-lo{
        display: flex;
         align-items: center;
        justify-content: space-evenly;
    }
    .footer .links-page ul {
      display: flex; 
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
    .support-box {
      background-color: white;
      color: var(--primary-color);
      border-radius: 12px;
      padding: 20px;
      max-width: 260px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      font-family: 'Segoe UI', sans-serif;
    }
    .support-box .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
    }
    .support-box .contact-item i {
      font-size: 22px;
      margin-right: 15px;
    }
    .support-box .contact-label {
      font-size: 14px;
      opacity: 0.8;
    }
    .support-box .contact-number {
      font-weight: bold;
      font-size: 16px;
    }
    .support-box a{
      text-decoration: none;
      color: var(--primary-color);
    }
    @media (max-width:768px) {
        .footer .foot-lo{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    }
/* footer section end here */








/* why choose us section start here  */
 .why-choose-section {
      padding: 60px 0;
      text-align: center;
    }

    .why-choose-title {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 40px;
    }

    .info-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: left;
      position: relative;
    }

      .info-card h3{
        font-size: 19px;
      }

    .info-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 8px;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }

    .card-1::before { background-color: #183b63; }
    .card-2::before { background-color: #3e5752; }
    .card-3::before { background-color: var(--primary-color); }
    .card-4::before { background-color: #839093; }

    .center-icon-box {
      background: white;
      border-radius: 20px;
      padding: 13px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      width: 200px;
      height: 200px;
      margin: auto;
    }

    .icon-box {
      background-color: #f0f0f0;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
    }

    .icon-box:nth-child(1) { background-color: #183b63; }
    .icon-box:nth-child(2) { background-color: #3e5752; }
    .icon-box:nth-child(3) { background-color: var(--primary-color); }
    .icon-box:nth-child(4) { background-color: #839093; }

    .icon-box i {
      color: white;
      font-size: 24px;
    }
/* why choose us section end here  */








/* blog -detail start here */
  .blog-detail h2 {
    font-size: 23px !important;
}

.blog-detail h3 {
    font-size: 19px !important;
}
  
/* blog-details-start */
    /* related blog-style-start */
    .related-blog {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 5px;
      border-bottom: 1px solid #000;
      margin-bottom: 15px;
  }

  .related-blog a {
      text-decoration: none;


  }

  .related-blog .realted-img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;

  }

  .related-blog .realted-img img {
      height: 100%;
      width: 100%;
  }

  .related-blog .related-blog-content {
      padding: 5px 5px 5px 0px;
  }

  .related-blog .related-blog-content h2 {
      font-size: 16px;
      color: #000;
  }

  .related-blog .related-blog-content p {
      color: #000;
  }

  /* related blog-style-end */


  .blog-detail {
      padding: 50px 0px;
  }


  .blog-image-banner .blog-date p {
      margin-bottom: 0px;
      color: #fff;
  }
  .blog-content-para h1{
    font-size: 26px;
  }

  .blog-content-para p {
      text-align: justify;
      font-size: 18px;
  }
/* blog-details-end */

/* responsive section start */
@media(max-width: 768px){
 .blog-detail {
      padding: 30px 0px;
  }
}
/* responsive section end */

/* blog -detail end here */