<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */
@font-face {
  font-family: valky;
  src: url(./ValkyRegular.ttf);
}
.rounded{
padding: 5px!important;
}
  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  }
  .heart {
        color: rgb(255, 0, 0)!important;
    }
  .heart.active {
        color: rgb(0, 47, 255)!important;
    }
    .justify-content-between{

      align-items: center;

    }
  
p{
    margin-bottom: 10px;
    line-height: 25px;
    margin-top: 10px;
    font-size: 1rem;
    text-align: justify;
}
.shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.6)!important;
}
th p{
  margin-bottom: 0px;
  line-height: 25px;
  margin-top: 0px;
}

td p {
  margin-bottom: 0px;
  line-height: 25px;
  margin-top: 10px;
}
@import url('https://fonts.googleapis.com/css2?family=Georgia:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/* :root{
  --default-font:"Georgia", sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Lato", sans-serif;
} */

/* Global Colors */
:root {
  --default-font: "Georgia", sans-serif;
  --heading-font: "Georgia", sans-serif;
  --nav-font: "Georgia", sans-serif;
  --background-color: #ffffff;
  --background-color-rgb: 255, 255, 255;
  --default-color: #212529;
  --default-color-rgb: 33, 37, 41;
  --accent-color: #c00000;
  --accent-color-rgb: 232, 69, 69;
  --heading-color: #32353a;
  --heading-color-rgb: 50, 53, 58;
  --contrast-color: #ffffff;
  --contrast-color-rgb: 255, 255, 255;
}

/* Nav Menu Colors */
:root {
  --nav-color: #3a3939;
  --nav-hover-color: #c00000;
  --nav-dropdown-color: #3a3939;
  --nav-dropdown-hover-color: #c00000;
  --nav-dropdown-background-color: #ffffff;
}
.text-danger{
  color: #c00000!important;
}

  .bg-banner{
    background : url('/assets/frontend/images/banners/banner.jpg');
    object-position: center;

  }
  .bg-banner::after{
    background:#000;
    opacity: 0.5;
  }
 .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255)!important;
}
.breadcrumb-item.active {
    color: rgb(255 255 255)!important;
}
.breadcrumb{
  font-size:xx-large;
}

.breadcrumb-item a{
  color:#c00000;
}
.breadcrumb-item a:hover{
  color:#c00000;
}
.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #dfdfdf!important;
    border-radius: 8px!important;
    height: 38px!important;
    padding-top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px!important;
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
.bg-lightest{
  background-color:  #f5f5f58c;
}
.bg-greyish{
  background-color: #e3e2e2;
}
.header-global{
width: 85%;
margin: auto;
}
.red-variant{
  color: #c00000;
}
.red-head{
  color: #c00000;
  font-size: 3rem;
  font-weight: 800;
}
.with-repel{
  position: relative;
}
.top-heading-home{
  font-size: calc(3vw + 6px)!important;
  font-weight: 600;
}
.with-repel i{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #c00000;
}
.with-repel i::after{
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  z-index: -99;
  content: '';
  border-radius: 50%;
}
.tab-content-wrapper{
  padding: 2.5rem;
}
.pd-container{
  width: 85%;
  margin: auto;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  /* background-color: var(--background-color); */
  background-color: #f8f6f5;
  font-family: var(--default-font);
}

.nop-logo {
  width: 175px;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
/*  transition: 0.3s;*/
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.card-inner li span{
  color:#c00000;
  font-size: 19px;
}

.grid_box_map p b{
  font-size: 23px;
}

.card-inner li{
  font-size: 16px;
}

.main-heading {
    color: #8E8E8E;
    text-transform: uppercase;
    font-weight: 400;
    display: none;
}
.sub-head {
    font-size: 45px;
    font-weight: 700;
}
.para-text {
    font-size: 20px;
    margin-top: 17px;
    color: #8E8E8E;
}


.header {
  --background-color: #d4191b;
  color: var(--default-color);
  background-color: var(--background-color);
  transition: all 0.5s;
  z-index: 99999;
}

.history table {
  margin: auto;
  width: 100%;
}
.header-text-wrap{
    padding-inline-start: 8%;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    z-index: 99;
    align-items: center;
  }

  .updated-banner-title {
    font-weight: 600;
    color: #fff;
    font-weight: 600;
    /* width: clamp(35%, 40%, 45%); */
    font-size: calc(3vw + 6px)!important;
    
}
.bg-danger{
background-color: #c00000!important;
background: #c00000!important;
}
.history table tr th,
.history table tr td {
  font-size: 16px;
  /* text-align:left; */
  padding: 10px 15px;
}

.history table tr td {
  width: 70%;
}

.history table th {
  font-weight: 700;
  text-align: center;
  color: white;
  width: 19%;
  /* height: calc(10vw + 10px); */
  font-size: 20px !important;
}

.history table tr td {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 20px 40px;
}

.history-ul li {
  margin-bottom: 10px;
}

.history table tr td ol {
  margin-bottom: 0%;
}

.history table tr:nth-child(odd) th {
  background: #c4151b77;
}

.history table tr:nth-child(even) th {
  background: #c00000;
}

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

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #c00000;
  background: #fefefe00;
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 33px;
  border: 1px solid;
  transition: 0.3s;
}
.cta-text-p{
  font-size: 18px;
  color:#000;
}
.hero picture img {
  width: 100% !important;
}

.home-banner-wrapper h2 {
  font-weight: 700;
  padding-inline-end: 1.5rem;
  font-size: calc(3vw + 6px) !important;
  color: #c00000;
}

.home-banner-wrapper .swiper-pagination {
  text-align: end;
  padding-right: 6%;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}

.home-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  padding: 4px;
  border: 1px solid transparent;
}

.home-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c00000;
  border: 1px solid #c00000;
  box-shadow: 0px 0px 7px 2px #c00000;
  height: 13px;
  width: 13px;
}

.tabClassToChangeDiv {
  cursor: pointer;
}

.productNotfound {
  color: #c00000;
  padding: 3rem;
  border: 2px solid #c00000;
}

#chartdiv,
#chartdiv2 {
  width: 100%;
  height: 500px;
}

.overlay-tabs .nav-tabs {
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  left: 45px;
  padding-block: 2rem;
  border-left: 1px solid grey;
  border-bottom: none;
}

.overlay-tabs .nav-tabs .nav-item .nav-link.active {
  position: relative;
  color: black;
  font-weight: 600;
  background: transparent;
  border: none;
}

.overlay-tabs .nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
  height: 100%;
  top: 0px;
  left: -1px;
  border-left: 3px solid #c00000;
  content: "";
  z-index: 999999;
  position: absolute;
}

.overlay-tabs .nav-tabs .nav-item .nav-link {
  color: black;
  text-decoration: none;
  outline: none;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: rgba(var(--accent-color-rgb), 0.85);
}

.primary-red{
  color:#c00000;
}
.lh-wrapper.about-sec-text p{
  line-height: 1.5em;
  margin: 10px;
}
.know-more-btn a,
button.readmore {
  display: inline-flex;
  border: 1px solid transparent;
  color: white;
  background: #c00000;
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  width: fit-content;
  font-weight: 200;
  margin-top: 27px;
  text-align: center;
  align-items: center;
  transition: 0.3s ease all;
}
button.readmore:hover{
  box-shadow: 0px 0px 9px 0px #3339;
}

.know-more-btn a span,
.know-more-btn button span {
  padding-left: 10px;
  width: 27px;
  overflow: hidden;
  display: inline-block;
}

button.readmore.profile-read-btn {
  display: block;
  margin: auto;

}
.card-shadow{
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px #9696965e;
}
.white-background{
  background-color: white;
}
.slider-thumbnail .swiper-slide img {
  height: 110px;
  aspect-ratio: 1.3;
}

.know-more-btn a span svg,
.know-more-btn button span svg {
  width: 100%;
}

.know-more-btn a:focus,
.know-more-btn a:hover,
.know-more-btn button:focus,
.know-more-btn button:hover {
  box-shadow: 0px 0px 9px 0px #3339;

}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Global Header on page scroll
------------------------------*/
.scrolled .header {
  --background-color: #ffffff;
  --heading-color: #444444;
  --nav-color: #444444;
  --nav-hover-color: #e84545;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/* Global Scroll Margin Top
------------------------------*/
section {
  scroll-margin-top: 90px;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
}

/* error div */
.error-div {
  font-size: 14px;
  top: 100%;
  right: 0;
  color: #c00000;
}

/* error div */

/* Home Page Custom Header
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: rgba(27, 26, 26, 0.515);
  --nav-hover-color: #c00000;
  --p-color: #F2994A;
}

/* Home Page Custom Header on page scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #fff;
  --heading-color: #0e0e0e;
  --nav-color: #444444;
  --nav-hover-color: #d83535;
}

.overlay-tabs {
  position: relative;
}

.overlay-tabs .tab-content {
  position: relative;
  z-index: 1;
}

.overlay-tabs .nav-tabs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  width: fit-content;
  flex-direction: column;
}

#enquireNow {
  z-index: 999999;
  padding: 0;
}

.star_mntry {
  color: #ff0000;
  height: 10px;
  line-height: 10px;
  position: relative;
  bottom: -8px;
  display: inline-block;
  font-size: 22px;
}

#enquireNow .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99999;
  color: #000;
  border: 2px solid #4b4949;
  font-size: 9px;
  border-radius: 50%;
  color: #000;
  padding: 4px;
}

#enquireNow .enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
}

#enquireNow input,
#enquireNow textarea {
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #767272;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* border-bottom: 1px solid #ccc; */
  padding: 6px .75rem;
}

#enquireNow .modal-body {
  padding: 0;
}

#enquireNow h4 {
  text-align: center;
  text-transform: capitalize;
  color: #c00000;
  font-weight: 700;
}

#enquireNow .modal-body .form-group {
  /* display: flex; */
  align-items: center;
  gap: 1px;
}

#enquireNow .modal-body .form-group label {
  font-size: 15px;
  width: 22%;
  color: white;
}

#enquireNow .modal-body .form-group input,
#enquireNow .modal-body .form-group textarea {
  font-size: 15px;
  color: #c00000;
  background-color: transparent;
  width: -webkit-fill-available;
  border: 1px solid #9d9d9d;
  padding: 8px 4px;
  border-bottom-: 1x solid #ccc;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
}

#enquireNow .modal-body .submit-btn {
  background-color: #141414;
  color: white;
  border: none;
  width: fit-content;
  outline: none;
  padding: 10px 46px;
  border-radius: 33px;
  margin: auto;
  /* width: 100%; */
}

#enquireNow .modal-body .submit-btn:hover {
  box-shadow: 0px 1px 7px 2px #3a3a3a;
}

.side-info-pop {
  padding: 22px 20px;
}

.swal2-shown .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #c00000 !important;
  color: #fff;
  font-size: 1em;
  padding: 10px 37px !important;
  border-radius: 30px !important;
}

img.logo-popup {
  margin-bottom: 15px;
  width: 130px;
}

.map-list {
  background-color: #ffe599;
  padding: 30px 10px;
  border-radius: 5px;
}

.side-info-pop .power-head {
  font-weight: 600;
  font-size: 20px;
  color: #c00000;
  text-transform: capitalize;
}

.email-pop i,
.Mobile-pop i,
.Map-pop i {
  background-color: #c00000;
  color: white;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 7px 16px;
}

.search-icon {
  cursor: pointer;
  position: relative;
  display: inline;
  margin-left: 40px;
}

.search-icon i.parent {
  color: #c00000;
  /* padding: 9px 12px; */
  border-radius: 50%;
  border: 1px solid #c00000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.search-box-container {
  position: absolute;
  top: 132%;
  right: 0;
  width: 300px;
  display: none;
  max-width: 300px;
  background: #c1c1c1cc;
  z-index: 999999;
  padding: 10px;

}



.search-box {
  width: calc(100% - 20px);
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.search-box:focus {
  /* border-color: #333; */
}

button.search {
  color: #c00000;
  border: none;
  outline: none;
  background-color: #c00000;

}

.search-box-container i {
  color: white;
}

@media(max-width:820px) {
  .hfm {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 18px 15px;
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
/*    transition: 0.3s;*/
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
/*    transition: 0.3s;*/
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover&gt;a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff!important;
  }
  .heart {
    color: #000; /* Default color */
    transition: color 0.3s; /* Smooth color transition */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.heart.active {
    color: red; /* Color when active */
}
  .navmenu .dropdown ul {
    margin: 0;
    padding: 0px;
    background: #d4191b;
    display: block;
    position: absolute;
    visibility: hidden;
    right: 25px;
    top: 130%;
    opacity: 0;
/*    transition: 0.3s;*/
    border-radius: 4px;
    z-index: 999999;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
    border-bottom: 1px solid #ffffff;
    z-index: 999;
  }

  .navmenu .dropdown ul li a:hover,
  .navmenu .dropdown ul li a:focus {
    color: #f8f6f5 !important;
    background-color: #c00000;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover&gt;a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover&gt;ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  /*.navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }*/

  .navmenu .dropdown .dropdown:hover&gt;ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(var(--default-color-rgb), 0.1);
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover&gt;a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li a.active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .megamenu:hover&gt;ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.15);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

    .header .navmenu {
        order: 0;
    }
        .search-icon {
        cursor: pointer;
        position: relative;
        display: inline;
        margin-right: 20px;
    }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(var(--accent-color-rgb), 0.1);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .overlay-tabs {
    position: relative;
  }

  .overlay-tabs .tab-content {
    position: relative;
    z-index: 1;
  }

  .overlay-tabs .nav-tabs {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    width: fit-content;
    flex-direction: column;
  }

  .navmenu .dropdown ul,
  .navmenu .megamenu ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul,
  .navmenu .megamenu ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown&gt;.dropdown-active,
  .navmenu .megamenu&gt;.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu&gt;ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    --background-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    border-top: 8px solid #c00000;
}

.footer .footer-top {
  padding-top: 50px;
}

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

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

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p,
.footer a,
.footer .footer-contact p {
  font-size: 15px!important;
  font-family: var(--heading-font);
  color: black;
}

.footer span i {
  color: #c00000;
  font-size: 20px;
  padding-right: 10px;
  transition: 0.3s ease all;

}

.footer a:hover,
.footer a:focus {
  color: #c00000;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--default-color-rgb), 0.5);
  font-size: 16px;
  color: rgba(var(--default-color-rgb), 0.5);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  color: var(--heading-color);
  font-size: 21px;
  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: rgba(var(--default-color-rgb), 0.8);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

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

.footer .links-below {
  padding-top: 25px;
  padding-bottom: 25px;

}

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

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.links-below {
  border-top: 2px solid #B7B7B7;
}

.links-below ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.links-below ul li a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: rgba(var(--accent-color-rgb), 0.8);
  color: #ffffff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .hide-for-mob {
    display: none;
  }
  .links-below ul {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  /* background-color: var(--background-color); */
  padding: 25px 0;
  overflow: clip;
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page Title &amp; Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
  color: var(--heading-color);
}

.page-title nav {
  background-color: rgba(var(--default-color-rgb), 0.05);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(var(--default-color-rgb), 0.3);
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Hero Section - Home Page
------------------------------*/
.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #ffffff;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  min-height: auto;
  position: relative;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-wrapper {
  background-color: white;
}

.hero img,
.hero picture {
  position: relative;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}


.hero .container {
  position: relative;
  z-index: 3;
}

/*.hero h2 {
  color: #000;
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
}*/

.hero p {
  color: #000;
  margin: 5px 0 0 0;
  font-size: 20px;
}

.hero .sign-up-form {
  margin-top: 20px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.hero .sign-up-form .form-control {
  border: none;
}

.hero .sign-up-form .form-control:active,
.hero .sign-up-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero .sign-up-form input[type=submit] {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  color: var(--contrast-color);
}

.hero .sign-up-form input[type=submit]:hover {
  background-color: rgba(var(--accent-color-rgb), 0.9);
}

.sec-heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-images {
    height: 250px;
    object-fit: cover;
    object-position: top;
    
}

@media(max-width:991px){
  .home-images {
    height: 150px;
    
}
.search-icon {
    cursor: pointer;
    position: relative;
    display: inline;
    margin-right: 20px;
}
.mySwiper-home-banner{
  height: 150px;
}
.home-banner-wrapper h2{
  font-size: 35px;
}
.know-more-btn a, button.readmore{
  padding: 13px 34px;

}


}
@media (max-width: 768px) {

  .certificate-slider .inner {
    padding: 3rem;
  }

  .updated-banner-title{
    width:50%;
    font-size: 26px;
  }
  .certificates .certificate-slider {
    position: relative;
  }

  .certificates .certificate-slider.navs {
    position: relative;
  }


}

/* Clients Section - Home Page
------------------------------*/
.clients {
  padding: 10px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 40px;
  max-width: 80%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
  .industry_app {
    position: relative;
    top: -20px!important;
   }
   #map {
    height: auto;
    width: 340px!important;
    margin: auto;
  }
  .know-more-btn a, button.readmore {
    
    margin-top: 8px!important;
    
}
#exampleModalsupport .btn-close-popup {
    position: absolute;
    top: -7px!important;
    right: -7px!important;
    background-color: #c00000;
    color: #fff !important;
    padding: 2px;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    box-shadow: 0px 0px 10px 0px #333;
    height: 30px;
    font-size: 13px;
    border: 2px solid #fff;
}
.search-box-container {
    position: absolute;
    top: 132%;
    right: 0;
    /* left: 0%; */
    width: 220px!important;
    display: none;
    max-width: 300px;
    background: #c1c1c1cc;
    z-index: 999999;
    padding: 10px;
}
}

/* About Section - Home Page
------------------------------*/

.image-grid-about-nop .about-image {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.image-grid-about-nop img {

  width: 100%;
  object-fit: cover;
  object-position: top;
}

.about-sec-text {
  padding-left: 45px;
  font-size: 16px;
}

.about-sec-text p {
  line-height: 1.8;
  font-size: 15px;
  color: #3A3A3A;
  letter-spacing: 0.4px;
  text-align: justify;
  font-weight: 400;
  word-spacing: 1px;
}

.no-gap {
  padding: 0 !important;
}

/* About Section - Home Page
------------------------------*/
.product-box {
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
  padding: 20px;
}

.product-box .product-img {
  width: 100%;
  object-fit: scale-down;
  height: 300px;
}

.product-box h2 {
  padding-block: 1rem;
  font-size: 1.2rem;
  height: 60px;
}

.product-box {
  margin-block: 1rem;
}

.cta-text {
  font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color:#000;
}

.bg-content {
  z-index: 999;
}

/* .product-box .query-btn span{
  padding: 4px 2px;
} */
.product-box .query-btn{
  background-color: #c00000;
  padding: 4px 6px;
  text-align: center;
  color: white;
}
.product-box .query-btn a {
  background-color: #c00000;
  color: white;
  
}

.product-box .query-btn a span{transition: 0.3s ease all;}
.product-box .query-btn a:hover span{
margin-left: 20px;
}
.product-box .query-btn svg,
.product-box .query-btn svg path {
  color: #fff;
  fill: #fff;
  margin-left: 5px;
  height: 16px;
  width: 20px;
}

.product-box .product-slider {
  padding-bottom: 1.5rem;
}

.product-box {
    background: white;
    text-align: center;
}
.featured-prod .product-slider{
  padding-bottom: 3rem;
}
.product-box .product-slider .swiper .swiper-pagination.swiper-pagination-horizontal {
  top: 98% !important;
}

.product-slider .swiper-button-next:after,
.operations .swiper-button-next:after,
.mySwiper2 .swiper-button-next:after {
  background-image: url(../images/next.svg);
  background-size: 100%;
  height: 100%;
  width: 100%;
  content: '';
  background-repeat: no-repeat;
}

.product-slider .swiper-button-prev:after,
.operations .swiper-button-prev:after,
.mySwiper2 .swiper-button-prev:after {
  background-image: url(../images/prev.svg);
  background-size: 100%;
  height: 100%;
  width: 100%;
  content: '';
  background-repeat: no-repeat;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  opacity: 0.7;
  height: 40px;
  width: 40px;
  z-index: 9999;
}

.product-slider .swiper-button-next:hover,
.product-slider .swiper-button-prev:hover {
  opacity: 1;
}

.product-slider .swiper-pagination-bullet-active {
  color: #c00000;
  background-color: #c00000 !important;
}

.product-varieties .bolt-img {
  width: 100%;
  height: 300px;
  padding: 10px 3rem;
  object-fit: contain;
  object-position: center;

}

.circular-variety {
  border-radius: 50%;
  padding: 37px;
  border: 1px solid;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  background-color: white;
  margin: auto;
  text-align: center;
  align-items: center;
  font-weight: 600;
}

.circular-variety:hover,
.circular-variety:focus {
  color: #c00000;
  border: 1px solid #c00000;
}

.sub-c-products .model {
  font-size: 18px;
  text-align: center;
  margin-block: 5px;
  text-transform: uppercase;
}

.sub-c-products .product-box {
  margin: 1rem;
}

/* Stats Section - Home Page
------------------------------*/
.stats {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  position: relative;
  padding: 120px 0;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

/*.stats:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}*/

/* Faq Section - Home Page
------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: rgba(var(--default-color-rgb), 0.7);
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px 8em;

  /* box-shadow: 0px 5px 25px 0px rgba(var(--default-color-rgb), 0.1); */
  overflow: hidden;
}

.faq .faq-container .faq-item:nth-child(odd) {
  background-color: #ededec;

}

.faqs-header p {
  font-size: 18px;
  color: black;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  padding-block: 1.3rem;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq-item.faq-active h3 {
  color: #c00000;
}

.faq-item.faq-active h3 i {
  color: #c00000;
  transform: rotate(45deg);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {

  position: absolute;
  top: 0;
  height: 35px;
  right: 0em;
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
  background: #D9D9D9;
  color: #4D4D4D;
  width: 35px;
}


.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  position: absolute;
  top: 0;
  height: 35px;
  right: 0em;
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
  background: #D9D9D9;
  color: #4D4D4D;
  width: 35px;
}

.oa-img-wrap {
  width: 100%;
  border: 1px solid #c00000;
  margin: 20px auto;
  width: fit-content;
  padding: 3rem;
  border-radius: 50%;
}

.oa-slide p {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  color: #3A3A3A;
}

.operations.navs,
.certificate-slider.navs {
  height: 70px;
  position: relative;
  transform: translateY(-172px);

}

.image-of-ceo {
  width: 25%;
  margin: 20px;
  text-align: center;
  float: left;
}

p.name-tl {
    font-size: 22px!important;
}

.image-of-ceo p {
  font-size: 20px;
  font-weight: 600;
  color: #c00000;
  margin-top: 13px;
  margin-bottom: 0 !important;
}

.ozamu-img {
  border-radius: 50%;
  border: 5px solid rgba(255, 0, 0, 0.283);
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.oz-content {
  text-align: left;
  margin-top: 25px;
}

.oz-content .name-tl {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}

.oz-content p.desig {
  color: #3A3A3A;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.oz-content .speciality {
  font-size: 18px;
  line-height: 1.5;

}

/* .swiper.operations.navs .swiper-button-next::before, .swiper.certificate-slider.navs .swiper-button-next::before{
  background-image: url(../images/next.svg);
} */
.operations.swiper .swiper-wrapper {
  width: 90%;
  padding-bottom: 3rems;

}

.operations:first-child {
  width: 85%;
}

.certificates .certificate-slider {
  width: 85% !important;
}

.certificates .certificate-slider.navs {
  width: 100% !important;
  ;
}

.certificate-slider .swiper-wrapper {
  padding-bottom: 3rem;
}

.certificate-slider .swiper-pagination-bullet-active {
  background-color: #c00000;
}

.oa-slide {
  text-align: center;
}

img.oa-image {
  width: 100px;
  height: 100px;
}

.principles {
  background-image: url(../images/company/basic-principles.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.principles p,
.principles h2 {
  color: white;
  text-align: center;
}

.white-bp-card {
  background: white;
  padding: 17px 13px;
  margin: 10px;
  font-size: 16px;
  height: 131px;
}

.mySwiper2 {
  height: 450px;
}

.product-detail-slider {
  height: 150px;
  margin-block: 23px;
}

.product-detail-slider .swiper-slide {
  overflow: hidden;
  height: auto !important;
  margin-block: 10px;
}

.product-detail-slider.swiper .swiper-slide-thumb-active {
  border: 2px solid #c00000;
}

.product-detail-slider .swiper-slide img {
  width: 100%;
  height: 150px;
  padding: 41px;
  object-position: center;
  background: white;
  object-fit: contain;
}

.share-links {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  color: #3a3a3a;
  text-transform: capitalize;
  font-weight: 700;
}

.share-links ul {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
  padding-left: 0;
}

.share-links ul li i {
  /* color: #f6f6f6; */
  color: #6c757d;
  border-radius: 50%;
  font-size: 23px;
  padding: 3px;
}

.product-wrap {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.pd-info {
  font-size: 16px;
  line-height: 28px;
  color: #3a3a3a;
  margin-block: 1rem;
}

.pd-heading {
  font-size: 27px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.pd-wrap {
  padding: 10px 38px;
}

.pd-wrap-btns .know-more-btn {
  gap: 10px;
  margin: 10px;
  display: flex;
  align-items: center;
}

.pd-wrap-btns .know-more-btn a {
  display: flex;
  border: none;
  color: white;
  background: #000;
  padding: 15px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  width: fit-content;
  font-weight: 200;
  margin-top: 27px;
  text-align: center;
  font-family: 'Georgia', sans-serif;
}

.bg-custom a {
  background-color: #6c757d !important;
}

.bg-custom a i {
  font-size: 16px;
}

.table-header {
  background-color: #c00000;
}

.table-header th {
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 27px 21px;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}

.pd-table tr td,
.pd-table tr th {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 15px;
  padding: 20px;
  /* height: 29px; */

}

.pd-table tr th {
  font-size: 16px;
  white-space: nowrap;
}

.pd-table h4 {
  padding-bottom: 10px;
}

.table-header th span {
  display: block;
  text-align: center;
}

/* .pd-table tbody tr:nth-child(even) td, .pd-table tbody tr:nth-child(even) th{
  background-color: #f5f2ee;
} */
/* Call-to-action Section - Home Page
------------------------------*/
.call-to-action {
  --default-color: #ffffff;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

/* Testimonials Section - Home Page
------------------------------*/
.testimonials {
  --background-color: #f4f4f4;
}

.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--accent-color-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--default-color-rgb), 0.15);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.contact-details {
  background: #8080803d;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form {
  background: #EDEDEC;
  padding: 23px 23px;
}

.label-form {
  color: #3A3A3A;
  font-size: 14px;
  padding-block: 6px;
}

.p-47 {
  padding: 47px 0;
}

.contact-form h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

.contact-form .know-more-btn {
  scale: 0.8;
}

.contact-form .know-more-btn a,
.contact-form .know-more-btn button {
  display: flex;
  border: 1px solid #000;
  color: white;
  background: #000;
  padding: 13px 32px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  width: fit-content;
  font-weight: 200;
  margin-top: 27px;
  text-align: center;

}

.input-div {
  display: flex;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.input-div select {
  padding: 6px 4px;
  color: grey;
  background: white;
  width: 20%;
  border: none;
  font-size: 15px;
  outline: none;
}

.input-div input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  background-color: #c4c4c4;
  padding: 5px 10px;
  color: grey;
}

.input-div textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  background-color: #c4c4c4;
  padding: 3px 10px;
}
.banner_ag{height: 505px;object-position: top;}
.distributor-details div {
  font-size: 15px;
  color: #3A3A3A;
  margin-bottom: 5px;
}
.branch_ofc li{list-style: none;}
.distributor-details h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom:25px;
}
.contact-details a{color:#111010;}
.contact-details p{margin-bottom: 0px;}
.distributor-details {
  padding: 32px 20px 32px 62px;
  background: #ffffff;
/*  height: 300px;*/
  box-shadow: 0px 0px 5px #ccc;
  /* border:12px solid;
  border-image-slice: 2;
  border-image-source: linear-gradient(to bottom, #d00, #251f21); */
}
.distributor-details.cardbox{position: relative; min-height: 450px;}
.distributor-details.cardbox:before {
  display: block;
  content: "";
  width: 100%;
  height: 48%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 10px solid #f50000;
  border-left: 10px solid #f50000;
  border-right: 10px solid #f50000;
}

.distributor-details.cardbox:after {
  display: block;
  content: "";
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  right: 0px;
  border-bottom: 10px solid #111010;
  border-left: 10px solid #111010;
  border-right: 10px solid #111010;
}
.distributor-details.cardbox ul{position: relative;z-index: 99;}
.distributor-details span{border-bottom: 2px solid #f50000;}
.distributor-details .quick-hyperlink a{color:#111010;}
.distributor-details .quick-hyperlink {margin-bottom: 5px; cursor: pointer;}
.quick-hyperlink a:hover{text-decoration: underline;}
.distributor-details p.helper-text {
  font-size: 17px;
  color: #3e3e3e;
  font-weight: 700;
}
.banner_heading_txt{font-weight: bold;}

@media (max-width: 767px) {
  .faq .faq-container .faq-item {

    padding: 20px 1em;

  }

  .sec-heading span img {
    width: 40px;
  }

  .about-sec-text {
    padding-inline: 10px;
  }

  .home-banner-wrapper h2 {
    font-size: 30px;
  }

  .know-more-btn a {
    padding: 9px 27px;
  }

  .tabClassToChangeDiv {
    padding-block: 10px;
  }

  .nop-logo {
    width: 150px;
    height: auto;
  }

  .sec-heading {
    font-size: 22px;
  }

  .input-div select {
    padding: 6px 4px;
    width: 33%;
    font-size: 12px;
    outline: none;
  }

  .input-div input {
    font-size: 13px;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
  .banner_ag {
    height: auto;
    object-position: top;
    min-height: auto;
  } 
  .banner_heading_txt {
    font-weight: 600;
    font-size: 14px;
  } 
}

.faqs-header {
  width: 85%;
  margin: auto;
}

/* Recent-posts Section - Home Page
------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: rgba(var(--default-color-rgb), 0.5);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.5);
  margin-bottom: 0;
}

/* Contact Section - Home Page
------------------------------*/
.contact .info-item {
  background: rgba(var(--default-color-rgb), 0.03);
  padding: 30px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: rgba(var(--default-color-rgb), 0.03);
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: rgba(var(--background-color-rgb), 0.5);
  border-color: rgba(var(--default-color-rgb), 0.2);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::-moz-placeholder,
.contact .php-email-form input[type=email]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details Page
--------------------------------------------------------------*/
/* Portfolio-details Section - Portfolio Details Page
------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  .updated-banner-title{
    font-size: 22px;
  }
  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: rgba(var(--default-color-rgb), 0.03);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: rgba(var(--accent-color-rgb), 0.5);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Services Details Page
--------------------------------------------------------------*/
/* Service-details Section - Services Details Page
------------------------------*/
.service-details .service-box {
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(var(--default-color-rgb), 0.12);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid rgba(var(--default-color-rgb), 0.08);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list a {
  color: rgba(var(--default-color-rgb), 0.8);
  background-color: rgba(var(--default-color-rgb), 0.04);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: rgba(var(--accent-color-rgb), 0.05);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
/* Blog Section - Blog Page
------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--accent-color);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 0;
}

.blog .pagination {
  margin-top: 30px;
  color: rgba(var(--default-color-rgb), 0.6);
}

.blog .pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .pagination li a {
  color: rgba(var(--default-color-rgb), 0.6);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .pagination li.active,
.blog .pagination li:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog .pagination li.active a,
.blog .pagination li:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
/* Blog-details Section - Blog Details Page
------------------------------*/
.blog-details .article {
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
  padding: 30px;
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--default-color-rgb), 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: rgba(var(--default-color-rgb), 0.6);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--default-color-rgb), 0.6);
}

.blog-details .meta-top a {
  color: rgba(var(--default-color-rgb), 0.6);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.blog-details .meta-bottom i {
  color: rgba(var(--default-color-rgb), 0.6);
  display: inline;
}

.blog-details .meta-bottom a {
  color: rgba(var(--default-color-rgb), 0.6);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog-details .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.blog-details .sidebar .sidebar-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.blog-details .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog-details .sidebar .search-form form {
  background: var(--background-color);
  border: 1px solid rgba(var(--default-color-rgb), 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog-details .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.blog-details .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog-details .sidebar .search-form form button {
  background: var(--accent-color);
  color: var(--background-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog-details .sidebar .search-form form button i {
  line-height: 0;
}

.blog-details .sidebar .search-form form button:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
}

.blog-details .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog-details .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog-details .sidebar .categories ul a {
  color: rgba(var(--default-color-rgb), 0.8);
  transition: 0.3s;
}

.blog-details .sidebar .categories ul a:hover {
  color: var(--accent-color);
}

.blog-details .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
}

.blog-details .sidebar .recent-posts .post-item {
  display: flex;
  margin-top: 15px;
}

.blog-details .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog-details .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog-details .sidebar .recent-posts h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.blog-details .sidebar .recent-posts h4 a:hover {
  color: var(--accent-color);
}

.blog-details .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.5);
}

.blog-details .sidebar .tags {
  margin-bottom: -10px;
}

.blog-details .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog-details .sidebar .tags ul li {
  display: inline-block;
}

.blog-details .sidebar .tags ul a {
  color: rgba(var(--default-color-rgb), 0.7);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(var(--default-color-rgb), 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog-details .sidebar .tags ul a:hover {
  color: var(--background-color);
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
}

.blog-details .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--default-color-rgb), 0.4);
  font-size: 14px;
}

.blog-details .blog-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.blog-details .blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-details .blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: rgba(var(--default-color-rgb), 0.8);
}

.blog-details .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-details .blog-author .social-links a {
  color: rgba(var(--default-color-rgb), 0.4);
  margin-right: 5px;
}

.blog-details .blog-author p {
  font-style: italic;
  color: rgba(var(--default-color-rgb), 0.7);
  margin-bottom: 0;
}

.blog-details .comments {
  margin-top: 30px;
}

.blog-details .comments .comments-count {
  font-weight: bold;
}

.blog-details .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-details .comments .comment .comment-img {
  margin-right: 14px;
}

.blog-details .comments .comment .comment-img img {
  width: 60px;
}

.blog-details .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-details .comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-details .comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-details .comments .comment h5 .reply {
  padding-left: 10px;
  color: rgba(var(--default-color-rgb), 0.8);
}

.blog-details .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-details .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 5px;
}

.blog-details .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog-details .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.blog-details .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog-details .comments .reply-form p {
  font-size: 14px;
}

.blog-details .comments .reply-form input {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid rgba(var(--default-color-rgb), 0.3);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.blog-details .comments .reply-form input:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-details .comments .reply-form textarea {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid rgba(var(--default-color-rgb), 0.3);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.blog-details .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-details .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog-details .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.blog-details .comments .reply-form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: rgba(var(--accent-color-rgb), 0.8);
}

/*homebanner*/
.home-banner-wrapper {
  padding: 0px;
  /* height: 600px; */
  position: relative;
}
.positioning-banner-text{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-inline-start: 8%;

}
/*homebanner end*/

.home-banner-wrapper .swiper-button-next:after,
.home-banner-wrapper .swiper-button-prev:after {
  display: none;
}

.home-banner-wrapper .swiper-button-prev,
.home-banner-wrapper .swiper-button-next,
.certificate-slider.navs .swiper-button-next,
.certificate-slider.navs .swiper-button-prev,
.company-slider .swiper-button-prev,
.company-slider .swiper-button-next {
  background-color: white;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.company-slider .swiper-button-prev::after,
.company-slider .swiper-button-next::after,
.certificate-slider.navs .swiper-button-next:after,
.certificate-slider.navs .swiper-button-prev:after,
.mySwiper2 .swiper-button-next:after {
  content: "";
  position: static;
}

.product-slider .product-box img {
  height: 224px;
  width: 100%;
  object-fit: contain;
}

@media(max-width:820px) {
  .product-slider .product-box img {
    object-fit: contain;
  }
}

.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: white;
}

.product_sec {
  width: 90%;
  position: relative;
  top: 12%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.product_sec img {
  width: 100%;
}

.bdr_right {
  border-right: 1px solid #ccc;
}

.product_sec p {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.side-info-pop label {
  color: #212020 !important;
}

#enquireNow .modal-body input::placeholder {
  font-size: 12px;
  color: #b8b6b6;
  padding-left: 4px;
}
@media(max-width:768px){

  .sub-head {
    font-size: 30px;
    font-weight: 700;
}

.para-text {
  font-size: 18px;
  line-height: 25px;
  margin-top: 17px;
  color: #8E8E8E;
}
.cta-text {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-padding-f-logo{

  width: 80%;
}
.text-end {
  text-align: center !important;
}
.header-global {
  width: 100%;
  margin: auto;
}
.header .navmenu {
  order: 0;
}

.header-text-wrap {
  padding-inline-start: 3%;
}

.image-of-ceo {
  width: 100%;
  margin: 0px;
  text-align: left;
}

.oz-content .text-right {
  text-align: left;
}
.products-listing .application-card {
  width: 100%!important;
}

.nop-filter_img img{
  width: 100%!important;
  object-fit: cover;
}

.products_imgs img {
  width: 100%!important;
}
.positioning-banner-text{
  width: 47%;
  padding-inline-start: 2%;
}
.top-heading-home {
  font-size: 21px;
  font-weight: 600;
}
.red-head {
  font-size: 2rem;
}
}
@media(max-width:428px){
  .home-banner-wrapper h2 {
    font-size: 15px;
    
  }
  .updated-banner-title{
    width: 50%;
    font-size: 20px;
  }
  .positioning-banner-text{
    width: 47%;
    padding-inline-start: 2%;
  }
  .home-banner-wrapper .swiper-pagination{
    padding-bottom: 0;
  }
}
/* .linear-gradient-border {
  border: 5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #5fc2a3, #3b4dbc);
} */

/*anil-new*/

.grid_box {
    background: #ffffff;
    padding: 22px 15px;min-height: 122px;
    max-height: 200px;
    border-bottom: 6px solid #c00000;
    display: flex;justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 8px 0px #e7e7e7;
}

.greed_sec .grid_box {
    background: #ffffff;
    padding: 22px 15px;
    min-height: 150px;
    max-height: 200px;
    border-bottom: 6px solid #c00000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #e7e7e7;
    transition: 0.2s ease all;
}

.greed_sec .grid_box:hover {
  transform: scale(1.05)!important;
}
.text-right{text-align:right;}
.image-of-ceo p {font-size: 12px;}
.quality .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c00000;
}
.download_certificate{
    background: #c00000;
    padding: 5px 15px;
    width: fit-content;
    color: #fff;
    border-radius: 5px;
}
.download_certificate:hover{
   color:#fff;
}

.grid_box_map {
    background: #ffffff;
    padding: 22px 24px;
    min-height: 122px;
    max-height: 200px;
    border-bottom: 6px solid #c00000;
    box-shadow: 0px 0px 8px 0px #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid_box_distributor {
    background: #ffffff;
    padding: 22px 24px;
    min-height: 122px;
    max-height: 200px;
    border-bottom: 6px solid #c00000;
    box-shadow: 0px 0px 8px 0px #e7e7e7;
}

.card-inner {
    display: flex !important;
    gap: 50px;
    margin-top: 14px;
}

.card-inner-distributor {
    display: block;
}
.card-inner-distributor li{
  width: 40%;
  margin-right: 10px;
}



.inner{
  position:relative;
}
.wrap-ripple {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
      position: absolute;
    top: 0;
    left: 43%;

}

.wrap-ripple .ripple-btn {
    background: #c00000;
    cursor: pointer;
    border: 2px solid #c00000;
    color: white;
    /* height: 30px; */
    /* width: 30px; */
    text-align: center;
    display: flex;
    flex-direction: ;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
    /* font-family: "Muli-LightItalic", Helvetica; */
    font-size: 25px;
    padding: 9px 15px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}
/*.wrap-ripple .ripple-btn:hover {
  transform: scale(1.1);
}*/
.wrap-ripple .ripple-btn:focus {
  outline: none;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

#exampleModalsupport .btn-close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #c00000;
    color: #fff !important;
    padding: 2px;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    box-shadow: 0px 0px 10px 0px #333;
    height: 30px;
    font-size: 13px;
    border: 2px solid #fff;
}
.modal-content-popup{
    border-radius: 0;
    padding: 1rem;
    box-shadow: 2px 6px 10px 2px #33333378;
}
.btn-popup-submit{
    display: flex;
    border: 1px solid #c00000;
    color: white;
    background-color: #c00000;
    padding: 13px 32px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    font-weight: 200;
    margin-top: 27px;
    text-align: center;
    transition: .3s ease all;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #c00000;
    outline: 0;
    box-shadow: 0 0 3px 1px #c0000096;
}

.application-card.app-industry {
    padding: 20px 40px;
    box-shadow: 0px 0px 13px 4px #e7e7e7;
    
    margin-top: 30px;
    border-radius: 5px;
    background-color: #fff;
  height: 95%;
  margin-bottom: 20px;
  transition: 0.2s ease all;
}
.application-card.app-industry img{
  transition: 0.2s ease all;
}
.application-card.app-industry:hover img{
  padding: 38px;
}
.application-card.app-industry:hover h5::after{
 width: 100%;
}
.application-card.app-industry h5::after{
height: 5px;
width: 0px;
background-color: #c00000;
position: absolute;
content: "";
z-index: 99;
bottom: 0;
transition: 0.2s ease all;
left: 0;

}

.application-card.app-industry h5{
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #000;
    line-height: 1.4;
    /* height: 90px; */
    display: flex;
    overflow: hidden;
    width: fit-content;
  
}

.applitn-img{
  width: 100%;
  /* height: 350px; */
  /* object-fit: cover; */
  padding: 48px;
}

.model-img {
    width: 18%;
    margin-bottom: 15px;
}

.home-about-bg{
    background-image: url(https://vibescom.co.in/working/nop/assets/frontend/images/base.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-redirect{
   position: absolute;
    bottom: 6px;
    right: 6px;
    background-color: #c00000;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.grid_box:hover .bouncing-text {
    font-weight: bold;
    animation: bounce 1.5s infinite;
    /*position: absolute;
    bottom: 6px;
    right: 6px;
    background-color: #c00000;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;*/
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); } 
    60% { transform: translateY(-5px); }
}

.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.image-philosophy{
  transition: 0.3s ease all;

}
.image-philosophy img{
  transition: 0.3s ease all;
  margin: 10px 0px;
}
.image-philosophy:hover img{
  transform:scale(1.05);
  transition: 0.3s ease all;
}
.image-philosophy:hover{
  box-shadow: 0px 0px 7px 0 #3a39397d;
}
.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
@media(max-width:1499px){
  .positioning-banner-text{
    width: 35%;
  }
}
@media(min-width:1600px){
  p{
    font-size: 18px!important;
  }
  p.top-heading-home{
    font-size: 45px!important;
  }
  .positioning-banner-text{
    width: 40%;
  }
  .nop-logo {
    width: 175px;
    height: auto;
  }
}
/* @keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
#stats {

  background-image: url(https://vibescom.co.in/working/nop/assets/frontend/images/home/cta-bg.webp);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 40s linear infinite alternate;
} */

/*.grid_box_distributor p b{
  font-size: 23px;
}*/

/*.privacy-heading-text{
  text-align: center;
}*/
.privacy-heading-text h1{
    font-size: 45px;
    font-weight: 700;
}
.privacy-contents{
  padding: 20px 0px;
}

.privacy-contents-text h3{
      font-size: 22px;
    font-weight: 600;
}

.privacy-contents-text p{
      margin-top:10px;
}

.privacy-heading{
   padding: 40px 0px 35px 0px; 
}

.specification_table p{
  padding-left: 0px!important;
    padding-right: 0px!important;
}

.industry_app{
  position: relative;
  top: -44px;
}

.branch_ofc{
  padding-left:20px;
}

 @media(max-width:676px){
.products_sec .tab-content ul{
   padding-left:30px;
}
.banner-video {
    height: auto;
    width: auto;
    position: absolute;
    /* bottom: 20px; */
    /* right: 20px; */
    display: flex;
    z-index: 999;
    left: 91%;
    border-radius: 50%;
    top: 78%;
    background: #ffffff9e;
    animation: ripple 1.5s linear infinite;
}
.wrap-ripple .ripple-btn {
    background: #c00000;
    cursor: pointer;
    border: 2px solid #c00000;
    color: white;
    /* height: 30px; */
    /* width: 30px; */
    text-align: center;
    display: flex;
    flex-direction: ;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
    /* font-family: "Muli-LightItalic", Helvetica; */
    font-size: 10px;
    padding: 6px 10px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}
.card-inner {
    display: flex !important;
    gap: 20px;
    margin-top: 14px;
}
 }

.btn-accordian-link{
  font-size: 20px;
  background-color: #e3e2e2;
  width:100%;
  padding:16px 20px;
  border-radius: 5px;
}

.btn-accordian-link a{
  display: flex;
  justify-content: space-between;
}

.btn-accordian-link a i{
  color:#000;
}

.btn-accordian-link:hover{
  background-color: #c00000;
  color:#fff;
}

.btn-accordian-link:hover a h5{
  color:#fff;
}
@media screen and (min-device-width: 766px) and (max-device-width: 1025px) { 
    .greed_sec .grid_box {
    background: #ffffff;
    padding: 22px 15px;
    min-height: 185px;
    max-height: 200px;
    border-bottom: 6px solid #c00000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #e7e7e7;
    transition: 0.2s ease all;
}
.products-listing .application-card {
    padding: 20px 40px;
    box-shadow: none;
    border-bottom: 0px solid #c00000;
    /* margin-top: 30px; */
    background: white;
    min-height: 90%;
    border-radius: 5px;
    margin: 20px 0px;
    width: 85%;
}
}
</pre></body></html>