.logoMenu {
}
#image_gallery .imageColumn,
.cat-block,
.category-banner,
.contactUs-col,
.customBtn,
.custom_banner_one {
  position: relative;
}
.close-btn,
.customBtn,
.device,
.dot {
  cursor: pointer;
}
.dot:before,
.tooltip,
svg {
  pointer-events: none;
}
.ledr-box p,
.project_heading {
  font-family: Poppins, sans-serif;
}
.product-main-image2,
.seacrModal .modal.active,
.seacrModal .modal.active .content {
  opacity: 1;
  visibility: visible;
}
.btn-red,
.customsingleBtn,
.get_quote,
.seacrModal .searchbtn {
  text-transform: uppercase;
}
#image_gallery .img,
.single-table-col {
  vertical-align: middle;
}
.maincat img,
.menuImg img,
.subCat img {
  width: 100%;
  height: auto;
}
.filter-title {
  border-bottom: 1px solid #dddee0;
  font-size: 20px;
  font-weight: 400;
  padding-left: 50px;
  height: 75px;
  line-height: 78px;
  background: url(./assets/img/icon_filter.png) left center no-repeat;
}
.cat-block {
  background: #f8f8f8;
  padding: 10px 0 40px;
}
.cat-block .container {
  background: #fff;
  margin: 20px auto;
}
.Category-Des.grey-block {
  background: #f5f5f5;
}
.Category-Des.grey-block .category-description {
  background: #fff;
  margin: 40px 0;
  padding: 10px 20px;
  color: #424242;
}
.Category-Des.grey-block .category-description p {
  text-align: justify;
  line-height: 28px;
}
.category-page .page-title-wrapper {
  text-align: center;
  line-height: 27px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background-color: #04303a;
  background-image: url("../images/bg-page-section.png");
  margin-left: -5px;
  margin-right: -5px;
}
.product-list .image_box {
  width: 100%;
  height: 260px;
  display: block;
  text-align: center;
}
.product-card a {
  margin: 0;
  display: inline-block;
}
.product-card img {
  object-fit: contain;
  max-width: 260px;
  margin: 0 auto;
  max-height: 260px;
  width: 260px;
  height: 260px;
}
.description,
a.product-name {
  line-height: 23px;
  margin: 10px 0;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-list .col-lg-3.col-md-4.col-sm-6 {
    padding: 0 5px;
  }
}
.product-list .product-card {
  margin: 5px 0;
  padding: 20px 10px;
  transition: 0.2s linear;
}
.product-card:hover {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  transform: scale(1.06);
}
.product-card:after {
  content: " ";
  background-image: url("./assets/img/shadow.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10%;
  height: 90%;
  max-height: 80%;
  width: 3px;
  background-size: 6px 100%;
}
.col-lg-4.col-6:nth-child(3n + 0) > .product-card:after,
.product-card:hover:after,
.slide-mobile {
  display: none;
}
a.product-name {
  font-size: 15px;
  height: 47px;
  display: block;
}
.description {
  font-size: 14px;
  height: 70px;
  display: block;
}
.category-banner img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
#topHeader,
single-product-details .main-layout {
  background: #f2f2f2;
  padding: 7px 0px 7px 0px;
}
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.accordion-item:last-of-type {
  border-bottom: 0;
}
.customBtn {
  margin-top: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 8px 100px;
  border-radius: 30px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  text-decoration: none;
  display: block;
  max-width: 100%;
  text-align: center;
  height: 45px;
  background: #000;
  color: #fff;
  margin: 0;
}
.customBtn:hover {
  background: 0 0;
  color: #000;
}
.cateview {
  max-width: 60%;
  border: 1px solid #9e9e9e;
}
.sticky_top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
.main-product,
.product-main-image {
  transform: translate(-50%, -50%);
  z-index: 10;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.template_padding {
  padding-top: 5em;
  padding-bottom: 5em;
}
.template_padding h2 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 2.5em;
  font-weight: 700;
}
.template_padding h4 {
  font-size: 1.2em;
  font-weight: 300;
  color: #555;
}
.card-default {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 40px;
}
.card-body p {
  font-size: 1em;
}
.card-title {
  -ms-flex-preferred-size: 30%;
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  padding: 0.5em 0 !important;
  display: -webkit-box !important;
  height: 92.2px !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 34px !important;
}
.custom_tab {
  font-size: 2.5em !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.nav-tabs .custom_tab.active {
  border-color: red;
}
.Tabsection {
  padding: 40px 0;
  background-color: #fff;
}
.custom-tab-content {
  background: #f7f7f7;
}
.customsingleBtn {
  font-size: 0.9rem;
  padding: 0.4rem 2rem;
  letter-spacing: 0;
  border-radius: 0;
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  max-width: 71%;
}
.card-media {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#bloginfo,
#brand_slider,
.main-layout,
.second-block,
.single-wrapper {
  background-color: #fff;
}
#logo_part,
.seacrModal,
.single-product-details {
  display: flex;
  align-items: center;
}
.single-product-details h1 {
  font-size: 2.85rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
.single-product-details h2 {
  font-size: 24px;
  margin: 0.5em 0;
  color: #000;
}
.features {
  background: url(./assets/img/IFP52-ViewBoard-bg1.webp) 0 0 / cover;
  padding: 10vh 0;
}
#feature1 h3 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
}
#feature1 h2 {
  font-size: 72px;
  font-weight: 100;
  font-style: italic;
  margin: 15px auto;
  color: #000;
}
.tagline-row {
  margin-top: 2em;
}
.tagline-row li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tagline-row ul {
  list-style: none;
}
.tagline-row li:before {
  content: "\e907";
  font-family: icomoon !important;
  font-size: 0.9rem;
  color: #db0025;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.overview-callout {
  background-color: #333;
  color: #fff;
}
.ecommerce-gallery .ecommerce-gallery-main-img.active {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 450px;
}
.ecommerce-gallery
  img:not(.ecommerce-disabled):not(.ecommerce-gallery-main-img) {
  width: 50%;
}
.first-block,
.second-block {
  background-color: rgba(46, 92, 165, 0.1);
  padding: 80px 0;
}
.first-block-title,
.second-block-title {
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 42px;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3em;
}
.second-block-title {
  margin: 0 0 15px;
}
.second-block-text {
  text-align: center;
}
.checkmaricon-list {
  list-style: none;
  padding: 0 0 0 100px;
}
.list-item {
  padding-bottom: calc(6px / 2);
}
.list-item span:first-child {
  color: #01aeb7;
  transition: color 0.3s;
  padding-right: 10px;
  font-size: 22px;
}
.list-item span:nth-child(2) {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}
.productImage .custom-circle {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.product-main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  padding: 147px;
  min-height: 190px;
  width: 240px;
  height: 240px;
  border: 6px solid #f5f3ff;
  background: #fff;
}
.device,
.product-main-image3 {
  border-radius: 50%;
  position: absolute;
}
.product-main-image2 {
  position: absolute;
  top: 50.5px;
  bottom: 72.5px;
  left: 54.5px;
  right: 72.5px;
  display: block;
  padding: 99px;
  background: #fff;
}
.product-main-image3 {
  top: -23.5px;
  bottom: 61.5px;
  left: -26.5px;
  right: 72.5px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 240px;
  padding: 42px;
  background: #fff;
  -webkit-box-shadow: 0 5px 40px rgba(131, 100, 196, 0.2);
  box-shadow: 0 5px 40px rgba(131, 100, 196, 0.2);
  width: 240px;
}
.image-block img,
.img-wrap img,
.main-product {
  height: auto;
  object-fit: cover;
}
.main-product {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: a;
  border-radius: 45%;
  padding: 24px;
  background: #fff;
}
.device,
line {
  background: rgba(63, 44, 204, 0.78);
}
.device {
  width: 120px;
  height: 120px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  z-index: 20;
  transition: transform 0.5s;
}
.device:hover .image-overlay-container,
.image-overlay-container {
  background: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  z-index: 999999;
  display: block;
  text-align: center;
}
.device.show,
.dot-wrapper:hover .tooltip {
  opacity: 1;
}
.device img {
  max-width: 80px;
}
.device:hover {
  transform: translateY(-5%);
  background: #f5f3ff;
  transition: 0.5s ease-out;
}
.image-overlay-container {
  align-items: baseline;
  justify-content: center;
  -ms-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.overlay-image {
  margin-top: 10px;
}
.image-overlay-container span {
  margin-top: 18px;
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5em;
}
.overlay-text {
  margin-top: 0;
  color: #4d4d4d;
  font-size: 10px;
  line-height: 1.5em;
}
.close-btn,
.dot,
.fifth-block .single-heading,
.fifth-block .single-subheading,
.seacrModal .material-icons,
.tooltip {
  color: #fff;
}
.device:hover .image-overlay-container {
  align-items: baseline;
  justify-content: center;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tooltip,
.tooltip-arrow {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.tooltip {
  bottom: 112%;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(63, 44, 204, 0.78);
}
.device:hover .tooltip {
  opacity: 1;
  transition: 0.5s ease-out;
}
.tooltip .tooltip-arrow {
  display: block !important;
}
.tooltip-arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #695ad7;
  display: block;
}
.modal,
svg {
  top: 0;
  left: 0;
}
svg {
  position: absolute;
  z-index: 5;
}
line {
  stroke: rgba(63, 44, 204, 0.3);
  stroke-width: 4.5px;
  stroke-dashoffset: 500;
  animation: 2s forwards draw;
  height: 5px;
  width: 72.5px;
  -ms-transform: translateY(-50%);
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.modal-backdrop.fade {
  opacity: 0;
  z-index: 0;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.dot-wrapper,
.img-wrap {
  position: relative;
  display: inline-block;
}
.modal-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
}
.close-btn {
  margin-top: 15px;
  background: #007bff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}
.close-btn:hover {
  background: #0056b3;
}
.dot,
.dot:before {
  background-color: rgba(63, 44, 204, 0.78);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .device {
    width: 80px;
    height: 80px;
  }
  .device img {
    max-width: 40px;
  }
  .main-product {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .device {
    width: 70px;
    height: 70px;
  }
  .tooltip {
    font-size: 11px;
    top: -30px;
  }
  .modal-content {
    padding: 15px;
  }
  .main-product {
    width: 150px;
  }
}
.img-wrap img {
  width: 100%;
}
.dot-wrapper {
  margin: 0;
}
.dot,
.img-wrapper img,
.single-shape svg,
p {
  display: block;
}
.dot-wrapper-1 {
  left: 45.4%;
  transform: translate(0, -8.4%);
  top: 8.4%;
  position: absolute;
}
.dot-wrapper-2 {
  left: 59.5%;
  transform: translate(0, -47.7%);
  top: 47.7%;
  position: absolute;
}
.dot-wrapper-3 {
  left: 69.7%;
  transform: translate(0, -19.9%);
  top: 19.9%;
  position: absolute;
}
.dot-wrapper-4 {
  left: 74.7%;
  transform: translate(0, -68.8%);
  top: 68.8%;
  position: absolute;
}
.dot {
  width: 20px;
  height: 20px;
  min-width: 2em;
  min-height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.95;
  padding: 4px;
}
.btn-red,
.download_link {
  min-width: 152px !important;
}
.fourth-block,
.third-block {
  padding: 80px 0;
}
.dot:before {
  content: "";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: 2s infinite uael-hotspot-pulse;
  animation: 2s infinite uael-hotspot-pulse;
  z-index: -1;
}
.dot::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@keyframes uael-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.third-block {
  background-color: #f4f4f4;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.background-overlay {
  background-image: url("https://cdn-dflng.nitrocdn.com/xvNlKkpnlXqajMLgIGyABpSzvlOmgVwg/assets/images/optimized/rev-a123c9f/www.daosafe.com/wp-content/uploads/2019/08/bg-overlay-01.png");
  background-position: center center;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.productparameter-heading,
.single-heading {
  margin: 0 0 15px;
  text-align: center;
  color: #3a3a3a;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}
.productparameter-heading {
  margin-bottom: 40px;
}
.single-table {
  border-spacing: 0;
  margin: 0 auto;
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 80%;
}
.single-table tbody tr:nth-child(odd) {
  background: #eaeaea;
}
.single-table-row th {
  border: 1px solid #bbb;
  color: #fff;
}
.single-table-col {
  border: none;
}
.single-table__text {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.custom_button_one,
.image-block,
.single-subheading,
td .single-table__text {
  text-align: center;
}
th {
  font-weight: 600;
}
td.single-table-col {
  border: 1px solid #bbb;
  text-align: center;
}
td,
th {
  padding: 0.7em 1em;
  border-width: 0 1px 1px 0;
}
.fifth-block {
  background-color: #54595f;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0;
  position: relative;
}
.shape-bottom {
  bottom: -1px;
}
.single-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.content-wrapper .title,
.post__title {
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  line-height: 34px !important;
}
.single-shape svg {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.single-shape .single-shape-fill {
  fill: #fff;
  transform: rotateY(0);
  transform-origin: center;
}
.single-subheading {
  font-size: 18px;
  margin: 15px 0 0;
}
.image-block img {
  width: 100%;
  max-height: 1308px;
  max-width: 70%;
}
.image-block {
  margin-top: 80px;
}
#sliderContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
}
.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slider,
.slider::before {
  left: 50%;
  background: #fff;
  position: absolute;
}
.img-wrapper img {
  width: 100%;
  height: 100%;

	
}
.after-img {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 50ms;
}
.slider {
  top: 0;
  bottom: 0;
  width: 4px;
  cursor: ew-resize;
  z-index: 2;
  transform: translateX(-2px);
}
.slider::before {
  content: "";
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#homePageReadMoreLessOne a,
#mainMegaMenuPagesRightColumn a,
#megaMenuPages a {
  color: #0c10f4;
}
#homePageReadMoreLessOne a:hover,
#mainMegaMenuPagesRightColumn a:hover,
#megaMenuPages a:hover {
  text-decoration: none;
  color: #a71d2a;
}
.btn_custom_one {
  color: #40435d;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50px;
  padding: 13px 32px;
}
.btn_custom_one:hover,
.btn_custom_one:hover a {
  color: #dc3545;
}
.btn_custom_one a {
  color: #40435d;
}
.ledr-box p {
  font-size: 14px;
}
.project_heading {
  font-size: 18px;
}
p {
  clear: both;
}


.mb-4_3 {
  margin-bottom: 2rem !important;
}
.mb-4_7 {
  margin-bottom: 2.5rem !important;
}
.mt-4_3 {
  margin-top: 2rem !important;
}
.mt-4_7 {
  margin-top: 2.5rem !important;
}
.pt-4_3 {
  padding-top: 2rem !important;
}
.custom_list_unstyled {
  padding: 0 0 0 35px;
}
.hide_overflow {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.image_zoom {
  -ms-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.custom_button_for_mega_menu_main_page a,
.custom_button_one {
  transition: 0.3s ease-in-out;
  font-weight: 500;
  width: auto;
  cursor: pointer;
  outline: 0;
  font-size: 15px;
}
.image_zoom:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.for_WP_block_center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
}
.custom_button_one {
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #48b1db;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 12px;
}
.custom_button_one:hover {
  background-color: #fff;
  color: #a71d2a;
}
.custom_button_for_mega_menu_main_page a {
  color: #fff !important;
  background-color: #337ab7 !important;
  border: 1px solid #337ab7 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 12px 10px;
}
.custom_button_for_mega_menu_main_page a:hover {
  background-color: #fff !important;
  color: #a71d2a !important;
}
#bloginfo a,
.Services_Column_card a,
.btn-more a {
  margin: 0;
}
.custom_image {
  width: 100%;
  height: auto;
  min-height: 227px;
  object-fit: fill;
  background: #fff;
  border-radius: 6px;
}
.gfg,
.swiper .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
.btn-more {
  font-size: 14px;
  font-weight: 400;
}
.btn-more span {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more:hover span {
  margin-left: 20px;
}
#topHeader .phoneMailAndSocialMedia {
  display: flex;
  justify-content: space-between;
}
#topHeader .phoneMail,
#topHeader .socialMedia {
  display: flex;
  height: 100%;
  padding: 0px 0;
  align-items: center;
  margin: 0;
}
#topHeader .phoneMail li,
#topHeader .socialMedia li {
  list-style: none;
  padding: 0 6px;
}
#topHeader .socialMedia li:not(:first-child) {
  list-style: none;
  padding-left: 0;
}
#topHeader .socialMedia li a {
  color: #000;
  padding: 2px 7px;
  border: 1px solid #c8d1f7;
}
#topHeader .socialMedia li a.fb {
  color: #1877f2;
}
#topHeader .socialMedia li a.tw {
  color: #1da1f2;
}
#topHeader .socialMedia li a.yt,
.navbar-expand-lg .navbar-nav .nav .nav-link:hover {
  color: red;
}
#topHeader .socialMedia li a.linkedin {
  color: #0a66c2;
}
#topHeader .socialMedia li a.pinterest {
  color: #e60023;
}
#topHeader .phoneMail li,
#topHeader .phoneMail li a {
  color: #6d6d6d;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 8px;
}
#topHeader .phoneMail li a i,
.header__sub-menu-item .bodyRow {
  margin-right: 5px;
}
@media (max-width: 991px) {
  #topHeader ul.phoneMail {
    display: flex;
    flex-direction: column;
  }
}
#topHeader .phoneMail li img {
  padding-right: 5px;
}
#all_footer ul li a:hover,
body #topHeader a:hover {
  color: #e47911;
}
@media screen and (min-width: 768px) {
  .fixedElement {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 991px) {
  #logo_part {
    justify-content: center;
  }
}
#logo_part img {
  height: 25px;
}
.logoMenu .logo {
  position: relative;
  z-index: 9999;
  max-width: 60%;
}
.contact_Option {
  display: flex;
  justify-content: end;
  align-items: center;
}
.contactUsLink {
  color: #000;
  margin-right: 15px;
  position: relative;
}
.nav-pills .nav-link {
  background-color: #fff;
  margin-left: 75px;
  text-align: left;
  padding-left: 30px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  margin-left: 75px;
  text-align: left;
  background-color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 20px;
    color: #3d3b3b;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .dropdown {
    position: static !important;
  }
}
@media (max-width: 767px) {
  #topHeader .socialMedia {
    justify-content: space-around;
  }
  #topHeader .socialMedia li:not(: first-child) {
    list-style: none;
    padding-left: 10px;
  }
  .dropdown {
    position: relative !important;
  }
}
.nav-pills .nav-link::after {
  content: "\e907";
  position: absolute;
  font-family: icomoon;
  font-weight: 900;
  right: 0;
  margin-right: 23px;
}
.tab_left {
  box-shadow: rgba(0, 0, 0, 0.15) 9px 7px 113px;
}
.submeTitle {
  font-size: 14px;
  margin-bottom: 0;
}
.submenuText {
  padding-left: 0;
}
.padding {
  border-left: 1px solid #2e61d0;
  padding-left: 25px;
}
.submeContent {
  font-size: 11.5px;
  color: #a7a6a6;
  text-decoration: none;
  margin-bottom: 0;
}
.header__sub-menu-item:hover .bodyRow {
  background: #f0f3ff;
  border-radius: 5px;
}
.header__sub-menu-item:hover > .bodyRow .submeTitle {
  color: #004ce6 !important;
}
.featured {
  color: #667085;
  font-size: 10px;
  font-weight: 600;
}
.mega-dropdown-content .dropdown-header {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  white-space: normal;
  text-transform: uppercase;
  color: #212529;
  padding: 0.5rem 1.5rem;
  display: block;
}
.colContainer {
  width: 168px;
  height: 126px;
  background-color: #f7f7f7;
  position: relative;
}
.gfg,
.seacrModal .searchbtn:hover:after {
  width: 100%;
}
.contactSaleIcon,
.question_mark {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  color: #484848;
}
.question_mark {
  border: 1px solid #6a6666;
  font-size: 37px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.pro_support_link,
.salseHead {
  color: #484848;
}
.condition,
.condition2 {
  font-size: 12px;
}
.contactSaleIcon {
  font-size: 37px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.vs-read-more .Feedback {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.btn-red {
  color: #fff;
  background: red;
  padding: 0.5em 2em;
  display: block;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 0;
  transition: border 0.5s, color 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
}
.btn-red:hover {
  background-color: #c8102e;
  border-color: #c8102e;
  color: #fff;
}
.vs-read-more a span i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vs-read-more a:hover span i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.download_link {
  padding: 8px 6px !important;
}
.btn-white:hover,
.download_link:hover,
.more_btn_link a:hover {
  background-color: #777;
  border-color: #777;
  color: #fff;
}
.get_quote {
  border: 1px solid #333;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  letter-spacing: 0;
}
#search-form:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  font-family: icomoon !important;
  content: "\e917";
  content: "\e904";
  color: #000;
  font-weight: 800;
}
.icon-search {
  margin-top: 0;
  display: block;
}
.seacrModal button i,
[data-toggle="modal"] {
  position: absolute;
  top: 13px;
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 23px;
}
.seacrModal button {
  position: relative;
  padding: 0;
  border: none;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  color: #000;
}
[data-toggle="modal"] {
  transition: 0.3s;
}
.seacrModal .modal [data-dismiss="modal"] i,
[data-toggle="modal"] i {
  font-size: 2rem;
}
.seacrModal .modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: translateY(1rem) translateZ(0);
  transition: 0.3s;
  height: 7%;
  margin-top: 44px;
}
.seacrModal .modal.active {
  transform: translateY(0) translateZ(0);
  z-index: 999;
}
.seacrModal .searchbtn {
  position: absolute;
  height: 30px;
  top: 0;
  right: 11rem;
  color: #fff;
  background: #809cd0;
  display: inline;
  width: 132px;
  white-space: nowrap;
  transition: 0.3s;
  transform: skewX(-12deg);
  overflow: hidden;
  margin-top: 7px;
}
.seacrModal .searchbtn:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  background: #fff;
  left: 0;
}
.seacrModal .searchbtn:hover {
  color: #9c0;
}
.seacrModal .modal [data-dismiss="modal"] {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: -23px;
  right: 6rem;
  margin-top: 10px;
}
.seacrModal .modal [data-dismiss="modal"]:focus i {
  color: #0288d1;
}
.seacrModal .modal [data-dismiss="modal"] span {
  display: block;
  color: #666;
  font-size: 30px;
  transform: translateY(1.1rem);
}
.seacrModal .modal .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 8px 140px 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s 0.3s;
  max-width: 65%;
}
.seacrModal .modal .content > div {
  position: absolute;
  width: 100%;
  top: 8rem;
  left: 0;
  transition: 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}
.seacrModal .modal input {
  display: block;
  width: 100%;
  background: #eee;
  border: 1px solid #0288d1;
  border-width: 0 0 1px;
  color: #000;
  font-weight: 100;
  margin-right: 17px;
  padding-left: 28px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  font-size: 15px;
}
.seacrModal .modal input:focus {
  outline: 0;
}
.seacrModal .modal .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.seacrModal .modal .back i {
  font-size: 1.5rem;
}
.seacrModal .modal ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 100;
  font-family: Roboto;
}
.seacrModal .modal :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 100;
  font-family: Roboto;
}
.seacrModal .modal ::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 100;
  font-family: Roboto;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  margin: 0 18px;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
}
.swiper .swiper-slide img {
  width: 100%;
}
.header-wrapper {
  overflow: hidden;
  width: 400px;
  height: 200px;
  text-align: center;
}
.uk-transform-origin-center-left img {
  transform-origin: 0 50%;
}
.uk-animation-reverse img {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
[class*="uk-animation-"] {
  animation: 0.5s ease-out both;
}
#image_gallery .img-fluid {
  max-width: 100%;
  height: auto;
  max-height: 255px;
  border-radius: 6px;
}
#image_gallery .for_hover_effect:hover {
  transform: scale(1.2);
}
#image_gallery .imageContent {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
}
#image_gallery .imageContent p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.swiper-container {
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide img {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.image-container {
  height: 241px;
  overflow: hidden;
}
.Services_Column {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px;
  background-color: #fff;
  color: #666;
}
.Services_Column_card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  min-height: 420px;
}
.services_Content {
  padding: 10px 40px;
  min-height: 180px;
  height: 100%;
}
.services-card-body h3.card-title {
  max-height: 74px !important;
  min-height: 40px !important;
  height: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 10px 0;
}
.more_btn_link a {
  border: 1px solid #707070;
  padding: 8px 50px;
}
.product_btn_link a {
  border: 1px solid #707070;
  padding: 8px 24px;
  font-size: 19px !important;
}
.btn-more p {
  float: left;
}
#productSlider {
  background-color: #fff;
  padding: 60px 0;
}
#productSlider .swiper-slide .productSliderImg img,
#singleproductSlider .swiper-slide .productSliderImg img {
  height: 473px;
  object-fit: fill;
  border-radius: 6px;
}
.article-wrap {
  position: relative;
  border-radius: 5px;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.article-image {
  overflow: hidden;
  transform: translate(0, 0);
  width: 100%;
  border-radius: inherit;
  transition: 0.8s;
}
.article-image img {
  transform-origin: right;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
  min-height: 340px;
  object-fit: contain;
}
.content-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.17, 0.73, 0.66, 0.99);
  padding: 10px;
}
.post__thumbnail img,
.post__thumbnail__link {
  transition: 0.8s !important;
  display: block;
  width: 100%;
}
.rivax-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  top: 75%;
}
.content-wrapper a {
  color: #383838;
}
.content-wrapper .title {
  margin: 0.2em 0 0.7em;
  word-wrap: break-word;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  padding: 0.5em 0 !important;
  display: -webkit-box !important;
  height: 81.2px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 38px 9px;
}
.article-wrap:hover .article-image img {
  transform: scale(1.1);
}
.post__thumbnail__link {
  margin-bottom: 25px;
  position: relative;
}
.post__thumbnail {
  padding-bottom: calc(0.6 * 100%);
  border-radius: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  min-height: 270px;
}
.post__excerpt,
.post__title {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
}
.post__thumbnail img {
  max-height: none;
  max-width: none;
  min-height: 258px;
  object-fit: cover;
  height: 100%;
  left: calc(50% + 1px);
  position: absolute;
  top: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}
.post__thumbnail__link:hover img {
  scale: 1.1;
}
.post__text {
  position: relative;
  width: 100%;
}
.post__title {
  margin-top: 10px !important;
  margin-bottom: 6px;
  text-transform: inherit !important;
  padding: 0.5em 0 !important;
  height: 50.2px !important;
  color: #222;
}
.post__title a {
  text-transform: capitalize;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
#all_footer h3,
.notfound a,
.notfound h2 {
  text-transform: uppercase;
}
.meta-data,
.post__excerpt p {
  font-weight: 400;
  font-size: 14px;
}
.meta-data {
  position: absolute;
  top: 0;
  margin-top: -23px;
}
.post__excerpt {
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.post__excerpt p {
  color: #636363;
  line-height: 1.5em;
  margin: 0 0 15px;
}
.read-more {
  font-size: 16px;
  font-weight: 700;
  color: #0056b3;
}
#all_footer {
  background: 0 0, #f7f7f7;
  padding: 45px 0 0;
}
#all_footer h3 {
  color: #000;
  display: block;
  font-size: 18px;
  padding: 0 0 25px;
  margin: 0;
  font-weight: 700;
}
#all_footer .logo {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #all_footer h3 {
    padding: 0;
  }
}
#all_footer ul {
  padding: 0;
}
#all_footer ul li,
#all_footer ul li a {
  color: #000;
  list-style: none;
  font-size: 14px;
  line-height: 40px;
}
#all_footer ul li a::before {
  content: "\e91f";
  padding-right: 5px;
  font-family: icomoon;
  color: #000;
}
#all_footer ul li a.logo::before {
  content: "";
  padding-right: 0;
}
#all_footer ul li p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
#all_footer .footer_contact_us {
  padding-left: 65px;
}
.footer_contact_us .alpha::before {
  content: "";
  position: absolute;
  font-family: icomoon;
  left: 20px;
  width: 40px;
  height: 25px;
  border-right: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.footer_contact_us p.phone.alpha::before {
  content: "\e905";
  position: absolute;
  top: 53px;
}
.footer_contact_us p.email.alpha::before {
  content: "\e90e";
}
.footer_contact_us p.address.alpha::before {
  content: "\e910";
}
#all_footer .sub_footer {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #000;
  text-align: center;
}
#breadcrumbs {
  list-style: none;
  background: #f0f0f0;
  margin: 0;
  color: #333;
  padding: 8px 28px;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  color: #333;
  padding: 8px 0;
}
#breadcrumbs li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 0;
}
#breadcrumbs li a:visited {
  color: #0963c4;
}
.bootstrap_pagination div.pagination {
  justify-content: center;
}
#StarRating {
  background: #094f94;
  color: #fff;
}
#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}
.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}
.notfound .notfound-404 h1 {
  font-family: Montserrat, sans-serif;
  font-size: 230px;
  margin: 0;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}
.notfound h2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
.notfound a,
.notfound p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.notfound p {
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.notfound a {
  text-decoration: none;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 15px -5px #0046d5;
  box-shadow: 0 4px 15px -5px #0046d5;
}
@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }
  .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: 1s ease-in-out fade-in;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.block-content {
  background: #fff;
  padding: 20px;
}
.cat-list {
  padding: 0;
  list-style: none;
  height: 385px;
  overflow: auto;
}
.cat-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1540px) {
  .mySwiper {
    min-height: 610px;
  }
  #brand_slider {
    min-height: 106px;
  }
}
@media all and (max-width: 1400px) {
  .mySwiper {
    min-height: 450px;
  }
  #brand_slider {
    min-height: 106px;
  }
}
@media all and (max-width: 1300px) {
  .mySwiper {
    min-height: 510px;
  }
  #brand_slider {
    min-height: 106px;
  }
}
@media all and (max-width: 1200px) {
  .mySwiper {
    min-height: 410px;
  }
  #brand_slider {
    min-height: 106px;
  }
}
@media all and (max-width: 992px) {
  #brand_slider {
    min-height: 106px;
  }
  .mySwiper {
    min-height: 300px;
  }
}
@media all and (max-width: 767px) {
  .btn-white,
  .maincat {
    text-align: center;
  }
  #topHeader .phoneMailAndSocialMedia {
    display: inline-block;
  }
  #topHeader .phoneMail,
  #topHeader .socialMedia {
    display: flex;
    height: auto;
    padding: 6px 0;
    align-items: center;
    margin: 0 0 15px;
  }
  .customNav {
    padding-bottom: 15px !important;
  }
  .contact_Option {
    display: none;
  }
  .nav-pills .nav-link,
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    margin-left: 10px;
  }
  .customBtn {
    margin-top: 0;
    padding: 2px 5px 5px;
    font-size: 12px;
    min-width: 122px;
    height: 29px;
  }
  .maincat img {
    max-width: 50%;
  }
  .btn-white {
    min-width: 163px;
  }
  #productSlider .swiper-slide .productSliderImg img,
  #singleproductSlider .swiper-slide .productSliderImg img {
    height: auto;
  }
}
.slide-desktop {
  display: block;
}
@media (max-width: 768px) {
  #brand_slider {
    min-height: 110px;
    display: none;
  }
  .image-container {
    height: 164px;
    overflow: hidden;
  }
  .more_btn_link a {
    border: 1px solid #707070;
    padding: 8px 10px;
  }
  .Services_Column_card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-in-out;
    min-height: 370px;
  }
  .mySwiper {
    min-width: 250px;
    min-height: 336px;
  }
  .logoMenu {
    min-height: 32px;
    width: 70%;
  }
}
    /*  @media (min-width:1360px){.container{width:1320px;max-width:1320px;}}
        @media (min-width:1460px){.container{width:1420px;max-width:1420px;}}
     @media (min-width:1560px){.container{width:1520px;max-width:1520px;}}
        @media (min-width:1660px){.container{width:1620px;max-width:1620px;}}
        @media (min-width:1760px){.container{width:1720px;max-width:1720px;}}*/