

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Floating & Alignment
  2.3 Forms
  2.4 Lists
  2.5 Code
  2.6 Tables
  2.7 Spacing
  2.8 Utilities
  2.9 Misc
    - Row Border
    - Zoom Effect
  2.10 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns
  2.11 Section
    - Hero Section
    - Section Title
    - Section Paddings
    - Section Margins
    - Section Bg Colors
    - Content Colors
    - Content Borders

3. EXTENDED TYPOGRAPHY
  3.1 Blockquote / Pullquote
  3.2 Text Highlights

4. CONTENT ELEMENTS
  4.1 Tabs
  4.2 Accordions
  4.3 Brand Carousel
  4.4 Category Carousel

5. BLOG STYLES
  5.1 Blog Single Post
  5.2 About Author
  5.3 Comments List
  5.4 Comments Form3

6. SITE STRUCTURE
  6.1 Header
    - Header Menu
    - Nav Sidebar
  6.10 Footer
    - Footer Top
    - Footer Bottom

7. OTHER PAGES
  7.1 Product detail
  7.2 Shop page

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --primary-color: #007BFF;
  --light-primary-color: #E2F3F0;
  --secondary-color: #007BFF;
  --light-secondary-color: #007BFF;
  --tertiary-color: #FFEED3;
  --dark-color: #31333A;
  --light-color: #FFFFFF;
  --grey-color: #BBC7D4;
  --light-dark-color: #727272;
  --light-grey-color: #f5f5f5;
}

/* Fonts */
:root {
  --body-font: 'Montserrat', sans-serif;
  --heading-font: 'Syne', sans-serif;
}

body {

  --bs-link-color: var(--dark-color);
  --bs-link-hover-color: var(--dark-color);

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: var(var(--body-font));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3rem;
  --bs-body-color: var(--dark-color);

  --bs-primary: #4CC082;
  --bs-primary-rgb: 76, 192, 130;
  --bs-primary-bg-subtle: #E2F3F0;

  --bs-border-color: #F7F7F7;

  --bs-secondary: #EC6C5A;
  --bs-secondary-rgb: 0,123,255;
  --bs-secondary-bg-subtle: #FFE9E5;

  --bs-tertiary: #f8be60;
  --bs-tertiary-bg-subtle: #FFEED3;

}

.btn {
  --bs-btn-font-family: var(--heading-font);
}

.btn-primary {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--light-color);
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #46ad76;
  --bs-btn-hover-border-color: #46ad76;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--light-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--light-color);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--primary-color);
}

.btn-outline-primary {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--primary-color);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}

.btn-outline-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.btn-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--dark-color);
  --bs-btn-border-color: var(--dark-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--dark-color);
  --bs-btn-active-border-color: var(--dark-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--dark-color);
  --bs-btn-disabled-border-color: var(--dark-color);
}

/* body {
  letter-spacing: 0.01625rem;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-body-color);
  font-weight: 700;
  text-transform: capitalize;
}

body {
  font-family: Montserrat;
}

a {
  text-decoration: none;
}

.breadcrumb {
  --bs-breadcrumb-item-active-color: var(--dark-color);
}

.form-control {
  border: 1px solid #e4e3e3;
}

.form-control:focus {
  border-color: #949494;
  outline: 0;
  box-shadow: none;
}

.padding-large {
  padding-top: 18rem;
  padding-bottom: 14rem;
}

.padding-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-medium-2 {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .padding-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-medium-2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}


/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--primary-color);
  }

  40% {
    box-shadow: 0 2em 0 0 var(--primary-color);
  }
}


@media screen and (max-width: 991px) {

  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }

  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }

}



/*----- Nav Section Style -------------------------*/
/* nav bar style  */
.navbar-nav .nav-link.active{
  color: #333;
  background: #EBEBEB;
  padding: 15px 30px;
  border-radius: 80px;
}

/*.nav-link {
  color: var(--dark-color);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}*/

/* dropdown style */
.dropdown-item {
/*  text-transform: uppercase;
  font-weight: 700;*/
  padding: 0.5rem 1rem;

}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--body-text-color);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--light-grey-color);
}


.dropdown-menu.show a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #292D32;
  padding: 6px auto 6px 5px;
}
.dropdown-item {
}
.dropdown-menu.show a:hover {
  background: transparent;
}
.dropdown-menu.show {
}
.dropdown-menu.show .cls-has-child {
  position: relative;
}

.cls-has-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 20px;
}

.cls-nf-b .dropdown-item.dd-item-link {
  border-bottom: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  padding-top: 0px;
  padding: 19px 15px;
}
.dd-mc-items.cls-nf-b {
  /*! height: auto; */
  /*! background: red; */
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: initial;
  /*! align-items: center; */
  padding: 0;
}
.dropdown-item.dd-withicon {
  display: flex;
  justify-content: space-between;
  padding-right: 0px;
  align-items: center;
}
.cls-last-item a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.dropdown-menu.show {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Zoom Effect*/
.zoom-effect {
  position: relative;
  overflow: hidden;
}

.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}
.cm-secondm2, .cm-secondm{
  padding-bottom: 5px;
}



/*--------------------------------------------------------------
Styles page style start
--------------------------------------------------------------*/
.chocolat-wrapper {
  z-index: 9999;
}





/*--------------------------------------------------------------
Blog page style start
--------------------------------------------------------------*/

/* ------ Pagination ------*/
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--light-color);
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--light-color);
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--light-color);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-primary-color);
  --bs-pagination-disabled-bg: var(--bs-primary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}



/*--------------------------------------------------------------
Single Product page style start
--------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-body-color);
  background-color: var(--primary-color);
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 660px;
}






/*---- video section style start ----*/

/* color box style */
div#cboxOverlay {
  opacity: 0.8 !important;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

iconify-icon.video-icon {
  font-size: 30px;
  color: var(--bs-light);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease-in-out;
}

iconify-icon.video-icon:hover {
  font-size: 35px;
}



/* header code */

.container-top-promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tn-cls-leftarea {
  display: flex;
  padding: 21px 0px;
}
.tn-noteheading b {
}
.tn-noteheading b {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 5px;
}
.tn-noteheading {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.tn-cls-separator {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 200;
  font-family: Montserrat;
}

.tn-sociallinks a {
  padding-left: 14px;
}
.nav-link {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}


.tx-contact-uso {
  padding: 20px 30px !important;
  background: #007BFF;
  color: #fff;
  border-radius: 5px;
  opacity: 0.8;
  /*! font-family: Montserrat; */
  font-weight: 600;
  font-size: 18px;
  /*! line-height: 100%; */
  letter-spacing: 0%;
}
.main-menu-tphead {
  padding: 24px;
}

.menu-list li a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-menu li {
  margin: 10px;
}
.dropdown-item {
  padding-bottom: 17px;
  border-bottom: 1px solid #dedede;
}

.dropdown-menu.show {
  top: 67px;
  min-width: 250px;
}
.dropdown-menu-child {
  display: none;
}
@media (min-width: 992px) {
.navbar-expand-lg .offcanvas .offcanvas-body {
  
  align-items: center;
}
}

/* header code ends */


.cls-marq-text {
  padding-left: 7px;
}

.cls-action-vid {
  position: absolute;
  right: 0px;
  bottom: 70px;
  cursor: pointer;
}
.cls-position-content {
  position: absolute;
  right: 0;
  bottom: 68%;
}
.cls-position-content {
  cursor: pointer;
}
.c-pointer {
  cursor: pointer;
}
.cls-dns {
  display: none;
}

/* home code starts */
#hero {
  height: 873px;
}
.display-1 {
  font-family: Syne;
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
    text-transform: initial;
}

.cls-text-sl {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.hero-section {
  background-image: url('../images/slider-static.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 873px;
  position: relative;
  overflow: hidden;
}

.hero-video {
  z-index: 0;
}

.hero-section .container {
  z-index: 2;
}

.content-wrapper {
  margin-bottom: 70px;
}

/* Marq section */

.cls-news-element ,.cls-news-element2{
  list-style: none;
  padding: 30px 0px;
  background: #e4f0fd;
}
.cls-news-element li {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  /*! line-height: 100%; */
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0176F4;
  padding-right: 15px;
}
 .cls-marquee-wrapper,.cls-marquee-wrapper2 {
    overflow: hidden;
    position: relative;
    height: 90px; 
  }
  .cls-news-element, .cls-news-element2 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    list-style: none;
  }
  .cls-news-element li, .cls-news-element2 li {
    display: flex;
    align-items: center;
    margin-right: 0px;
    white-space: nowrap;
  }

/* Marq section ends */

/* product section */

.clspos-act {
  position: absolute;
  padding-top: 13px;
  z-index: -1;
}
.cls-text-content p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
}
.cls-section-plant-left {
  padding-top: 75px;
  padding-bottom: 20px;
}
.cls-highlight-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4%;
}
.btn-custom-theme {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 80px;
    background:#0176F4;
  border-radius: 5px;
}

/* product section ends */

/* about us section */

 .cls-about-section {
      padding: 24px 15px 100px;
      background-color: #fff;
      position: relative;
    }
    .cls-about-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    .cls-image-box {
      position: relative;
      max-width: 500px;
    }

    .cls-text-box {
      max-width: 600px;
    }
    .cls-section-heading {
      font-size: 1rem;
      font-weight: 500;
      color: #007bff;
      margin-bottom: 10px;
    }
.cls-section-title {
  /* font-size: 1.75rem; */
  font-weight: 600;
  margin-bottom: 20px;
  color: #434851;
  font-family: Syne;
  /* font-weight: 600; */
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 5%;
  text-transform: full-size-kana;
}
    .cls-section-desc {
      font-size: 1rem;
      color: #6c757d;
    }
    .cls-stats-row {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }
    .cls-info-box {
      flex: 1;
      min-width: 100px;
    }
  
.cls-info-box p {
  margin: 0;
  font-size: 1rem;
  color: #6c757d;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #434851;
}

.cls-star1 {
  position: absolute;
  right: 50.1%;
  text-align: right;
  top: 10px;
}

.cls-about-section::before {
  content: '';
  height: 63%;
  width: 46%;
  display: block;
  background: #F6F7F9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.col-lg-6.cls-image-box.position-relative.mb-4.mb-lg-0 {
  position: relative;
  z-index: 99;
}

.cls-vertical-label {
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: left center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #007bff;
  white-space:
nowrap;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: 0;
  right: -27px;
  transform: rotate(-90deg) translateY(-50%);
  font-weight: 700;
  font-size: 1.25rem;
  color: #007bff;
  white-space:
nowrap;
  transform-origin: right center;
}

.cls-vertical-label {
position: absolute;
  top: 0;
  right: -27px;
  transform: rotate(-90deg) translateY(-50%);
  font-weight: 700;
  font-size: 1.25rem;
  color: #007bff;
  white-space:
nowrap;
  transform-origin: right center;
}
.cls-star2 {
  position: absolute;
  width: 45.2%;
  top: 67%;
  text-align: right;
}
.cls-about-section .container {
  position: relative;
}


.clsol {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2%;
  color: #5C5C65;
}
.cls-vertical-label {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 44px;
  line-height: 40px;
  letter-spacing: 2%;
  margin-left: 40px;
  margin-right: -35px;
}
.cls-about-txt {
  /*! font-family: Montserrat; */
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  /*! border: 1px solid #0176F4; */
  color: transparent;
  -webkit-text-stroke: 1px #0176F4;
  text-stroke: 1px #000;
  font-family: arial;
  margin-bottom: -25px;
  margin-right: 1;
  margin-left: 30px;
}

.cls-description {
  color: #5C5C65CC;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
}
.cls-info-box h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 5%;
    color: #0176F4;
    margin-bottom: 5px;
  }

.cls-stats-row {
  border-top: 2px solid #ebebeb;
  /*! margin-top: 30px; */
  padding-top: 30px;
}
.cls-info-box.br-custom-1 {
  border-right: 2px solid #ebebeb;
}
.cls-info-box.br-no-1 p {
  max-width: 150px;
}

.clspos-act2 {
  position: absolute;
  right: 0;
  top: 0;
}
.splide__slide.cls-img-part {
  margin-right: 0px !important;
}

/* about us section ends */

/* slider section starts */

.cls-client-slider {
      background-color: #fff;
    }
    .cls-client-logo {
      padding: 20px;
      filter: grayscale(100%);
      opacity: 0.8;
      transition: all 0.3s ease-in-out;
      height: 144px;
  
      object-fit: contain;
    }
    .cls-client-logo:hover {
      filter: none;
      opacity: 1;
    }
    .carousel-item {
      display: flex;
      justify-content: center;
      gap: 40px;

    }


.cls-img-part {
  padding: 20px 70px;
  border: 2px solid #ededed;
  float: left;
  border-right: 0px;
  width: 25%;
  text-align: center;
}

    @media (max-width: 768px) {
      .carousel-item {
        flex-wrap: wrap;
        gap: 20px;
      }
    }


/* slider section ends */

/* industries section starts */

.cls-section-industries {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.cls-position-left-x {
  position: absolute;
}
.cls-section-container {
      padding: 60px 15px;
      background-color: #f8f9fa;
    }
    .cls-section-plant-left {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .cls-text-content {
      max-width: 600px;
    }
    .cls-highlight-title {
      color: #0176F4;
      font-weight: 500;
      margin-bottom: 10px;
    }
.cls-heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #212529;
  font-family: Syne;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 5%;
  text-transform: inherit;
}
.btn.btn-primary.btn-custom-theme {
  text-transform:initial ;
}
    .cls-description {
      font-size: 1rem;
      color: #000;
      margin-top: 15px;
    }
    .cls-button-wrapper {
      margin-top: 30px;
    }
    .cls-image-wrapper {
      
    }
    .cls-custom-image {
      width: 100%;
    }


.cls-section-slign-d {
  display: flex;
}
.text-70-plus {
  padding-left: 50px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 5%;
  color: #0176F4;
  margin-top: 50px;
}
.span-normal-xsx {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #434851;
  display: block;
}
.cls-overlay-vdx {
  max-width: 450px;
  margin: 0 auto;
  margin-right: 30px;
  margin-top: -90px;
  border: 9px solid #fff;
  border-radius: 39px;
}
.cls-overlay-vdx img {
  border-radius: 30px !important;
}

.cls-img-mini {
  height: 176px;
  border-radius: 25px !important;
  /*! display: ; */
}
.d-flex.gap-3.dip-img-aligned {
}
.cls-img-mini-1 {
  margin-left: 40px;
}
.cls-industries-right .cls-description {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
}
.cls-btn-wrap-2 {
  margin-top: 15px;
}

/* industries section ends */

/* Priscon & plant starts */
 .custom-wrapper {
      background-color: #f5f7fa;
      border-radius: 20px;
    }

    .priscon-box {
  background-color: #F6F7F9;
  border-radius: 20px;
}

    .priscon-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    
.priscon-left {
  padding-left: 20px;
  padding-right: 20px;
}

#idPrisconHome {
  margin-bottom: 100px;
}

    .priscon-logo {
      /* width: 180px; */
      margin-bottom: 30px;
    }
    .cls-industries-right .cls-description {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
}

    .priscon-heading {
      font-size: 20px;
      font-weight: 600;
    }

   .priscon-subtext {
  /* font-size: 14px; */
  color: #555;
  /* margin-bottom: 20px; */
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  padding-bottom: 20px;
}
.img-fluid-ujh {
  height: 432px;
}

    .priscon-btn {
      background-color: #007bff;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
    }

    .priscon-image {
      max-width: 45%;
      border-radius: 15px;
    }

    .samco-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .samco-left {
      max-width: 50%;
    }

    .samco-title {
      font-size: 24px;
      font-weight: 600;
    }

    .samco-description {
      font-size: 14px;
      color: #333;
    }

    .samco-button {
      background-color: #007bff;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
    }

    .samco-image {
      max-width: 45%;
      border-radius: 15px;
    }



.container-ol.cnt-fili {
  position: relative;
}
.cls-imleft {
  position: absolute;
}
.samco-description {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
}
.samco-title {
  font-family: Syne;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 5%;
  max-width: 500px;
}
.samco-button {
  margin-top: 55px;
  display: table;
  margin-bottom: 100px;
}
.mt-spacing {
  margin-bottom: 80px;
}
/* Priscon & plant starts  */


/* home code ends */



/* footer code ends */

footer a:hover {
  text-decoration: underline;
}

footer img {
  max-width: 100%;
  height: auto;
}

.cls-fs-1 h5 {
  font-family: Syne;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0px;
    text-transform: initial;
}
.footer-cls.bg-light {
  background:  #e4f0fd !important;
  padding-top: 30px;
}
.footer-cls {
  border-top: 20px solid #0176F4;
}
.btn-custom-1 {
  text-transform: capitalize;
  padding: 20px 50px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 0px;
  background: #0176F4;
  color: #fff;
  border: 2px solid #0176F4;
}
.btn-custom-2 {

  border: 2px solid #434851;
   text-transform: capitalize;
  padding: 20px 50px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 0px;
}


.cls-fs-1 {
  padding-bottom: 64px;
}
.cls-fs-2 {
  border: 2px solid #0176F4;
  opacity: 50%;
}
.cls-fs-2-35 {
  border: 2px solid #0176F4;
  opacity: 50%;
}
.cls-fs-3 {
  padding-top: 50px;
}
.cls-fs-3-2-2 {
  display: none;
}

.cls-fs-3-2 h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: initial;
}


.row.cls-fs-3-2-row {
  display: flex;
  justify-content: space-between;
}

.cls-fs-3-1.col-md-3 {
  margin-top: 5px;
}
.cls-fs-3-2.col-md-9 {
  margin-top: 15px;
}
.cls-fs-3-1-2 {
  margin-top: 30px;
  color: #000 !important;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}


.cls-fs-3-2-end p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: 80%;
}
.cls-fs-3-2-end h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.smicons {
  margin-top: -2px;
  margin-right: 5px;
}


.smicons {
  margin-top: -2px;
  margin-right: 5px;
}
.cls-fs-5 p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: 80%;
}
.cls-fs-5 p {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cls-fs-3-1 {
  margin-top: 0px;
}


.modal-content-custom {
  border-radius: 1rem;
}

/*.btn-custom-2 {
  background-color: #0066ff;
  color: #fff;
  border-radius: 0.5rem;
}*/

.btn-custom-2:hover {
  background-color: #004ccf;
  color: #fff;
  text-decoration: navajowhite;
}
.btn.btn-custom-1:hover {
  background-color: #004ccf;
  color: #fff;
  text-decoration: navajowhite;
}
/*textarea.form-control {
  resize: none;
}*/
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
  inset: 1rem 0.575rem;
}
#quoteModal .modal-dialog {
  max-width: 650px;
}
.btn-modal-submit {
  width: 360px;
}
.btn.btn-custom-theme:hover {
  background: #0057b5;
}

#quoteModalLabel {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: inherit;
}
#quoteModal .modal-content {
  padding: 25px 40px;
}
.btn-close {
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 7px;
  font-weight: bold;
  opacity: 2;
}
#quoteModal .modal-header {
  border-bottom: 1px solid #EBEBEB !important;
  padding: 0px;
  padding-bottom: 20px;
}
#quoteModal .modal-body {
  padding-top: 30px !important;
  padding: 30px 0px !important;
}
#quoteModal .modal-body label {
  color: #a0a6af;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  /*! opacity: 70%; */
}

#quoteModal .modal-body label,#quoteModal .modal-body input, #quoteModal .modal-body textarea {
  padding-top: 20px;
  padding-left: 26px;
}
 #quoteModal .modal-body input, #quoteModal .modal-body textarea {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#quoteModal .modal-body input, #quoteModal .modal-body textarea {
  padding-left: 16px;
  color: #616870;
  margin-top: ;
  padding-top: 26px;
}
/* footer code ends */




.tbxm-dk {
 display: block;
}
.tbxm-mb {
  display: none;
}
.cls-star2-mobile,.cls-star1-mobile {
  display: none;
}
.nav-link.ml-2.tx-contact-uso.tbxm-dk:hover {
  background: #0057b5;
  color: #fff;
  opacity: 1;
}
.cls-scrl-rn {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  display: block;
  padding-top: p;
  position: absolute;
  bottom: 50%;
  left: -69%;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
.cls-left-con {
    padding-right: 10%;
}
.cls-vertical-label {
    right: 32px;
}
.cls-star1 svg, .cls-star2 svg {
    max-width: 100px;
}
.cls-star2 {
    width: 46%;
    top: 73%;
}
.cls-about-section::before {
    width: 46%;
    height: 68%;
}
}
@media screen and (max-width: 1199px) and (min-width: 1100px) {
.cls-left-con {
    padding-right: 25%;
}
.cls-vertical-label {
    right: 95px;
}
.cls-star1 svg, .cls-star2 svg {
    max-width: 100px;
}
.cls-star2 {
    width: 46%;
    top: 67%;
}
.cls-about-section::before {
    width: 46%;
    height: 62%;
}
    
.cls-vertical-label {
    font-size: 30px;
}
.cls-about-txt {
    font-size: 65px;
    margin-bottom: -19px;
}
.clsol {
    font-size: 20px;
}
}
@media screen and (max-width: 1099px) and (min-width: 992px) {
.cls-left-con {
    padding-right: 25%;
}
.cls-vertical-label {
    right: 95px;
}
.cls-star1 svg, .cls-star2 svg {
    max-width: 100px;
}
.cls-star2 {
    width: 46%;
    top: 67%;
}
.cls-about-section::before {
    width: 46%;
    height: 62%;
}
    
.cls-vertical-label {
    font-size: 30px;
}
.cls-about-txt {
    font-size: 65px;
    margin-bottom: -19px;
}
.clsol {
    font-size: 20px;
}
} 

@media screen and (min-width: 992px) {
  .dropdown-menu {
  position: relative;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 4px 6px 40px 0px #051B281A;
}

/* Arrow shadow (behind the white arrow) */
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -19px; /* Slightly higher for shadow offset */
  left: 82%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgba(5, 27, 40, 0.1) transparent; /* Shadow color */
  z-index: 0;
}

/* Arrow actual (white triangle) */
.dropdown-menu::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 82%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  z-index: 1;
}

.dropdown-menu.show {
  top: 48px;
  left: -90%;
}
  .dropdown-menu.show .cls-has-child:hover ul{
  display: block;
  position: absolute;
  background: #fff;
  width: 215px;
  /*! text-decoration: navajowhite; */
  list-style: none;
  padding-left: 0px;
  top: -11px;
  right: -100%;
  border-radius: 5px;
}
.hide-desktop {
  display: none;
}
}



  /*  @media (max-width: 767px) {
      .cls-vertical-label {
        display: none;
      }
    }
    */
@media screen and (max-width: 992px) {
  .tbxm-dk {
 display: none;
}
.tbxm-mb {
  display: block;
}
  .container-top-promo {
    display: none;
  }

.container.container-tp {
  padding: 0;
}
.main-menu-tphead {
  padding: 19px 16px;
}

.navbar-toggler.shadow-none {
  border: 1px solid #A3ADC14A;
  border-radius: 14px;
  padding: 11px;
}

.cls-fs-1 h5 {
  font-family: Syne;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 5%;
  text-align: center;
}
.footer-cls.bg-light.text-dark.pt-5.pb-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 16px;
  padding-right: 16px;
}
.cls-fs-1.text-center {
}
 .cls-fs-1 .btn {
    width: 75%;
    font-size: 12px;
    font-weight: 600;
    max-width: 343px;
  }
.cls-fs-1 {
  padding-bottom: 0px;
}
.cls-fs-2 {
  margin-top: 35px;
}
.cls-fs-3-2 {
  margin-top: 25px;
}

.cls-fs-3-2-end.px-4 {
  padding-left: 0px !important;
}
.cls-fs-2.cls-fs-4 {
  margin-top: 30px;
}
.cls-fs-3-2 h6 {
  font-size: 16px;
}
.align-right-c .cls-fs-3-2-end h6 {
  /*! font-size: 14px; */
}
.align-right-c {
}
.cls-fs-3-2-end h6 {
  font-size: 14px;
}
.cls-fs-3-2-end p {
  font-size: 14px;
}
.cls-fs-3-2-end {
  width: 50%;
  padding-right: ;
}
.d-flex.justify-content-end.align-right-c {
  text-align: left;
}
.cls-fs-3.row.gy-4 {
  text-align: left;
}

.cls-fs-5 p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  /*! width: 80%; */
  /*! text-align: left; */
  /*! margin-left: 0; */
  padding-top: 20px;
      padding-bottom: 22px;
}
.cls-fs-5.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center {
  width: 80%;
  text-align: left;
}
.cls-fs-5.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center div {
  text-align: left;
  /*! align-items: flex-start !important; */
  /*! margin: 0px !important; */
}
.cls-fs-5.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center {
  width: 80%;
  text-align: left;
  align-items: flex-start !important;
}
.display-1.text-nocase {
  font-size: 28px;
      line-height: 100%;
}
.cls-fs-3-1-2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
    margin-top: 15px;
}
.cls-text-sl {
  font-size: 14px !important;
  line-height: 20px;
}
#hero .content-wrapper {
  margin-bottom: 37px;
}
/* mobile optim */
#hero {
  height: 62vh;
}
.cls-position-content,.cls-position-content2 {
  display: none;
}
.cls-section-plant-left,.samco-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cls-text-content,.samco-left {
  order: 2;
}
.cls-image-wrapper,.samco-image {
  order: 1;
}
.cls-section-plant-left {
  padding-top: 50px;
}

.cls-imleft {
  z-index: -1;
}

.samco-image {
  width: 100%;
  max-width: initial;
  margin-bottom: 30px;
}
.cls-heading,.cls-section-title,.priscon-heading,.samco-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 95%;
      color: #434851;
}
.cls-text-content p.cls-description ,.cls-text-box p.cls-description,.cls-description.cls-desc-d1,p.priscon-subtext,.samco-description{
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
      color: #6c757d;
}
.cls-text-content,.col-lg-6.cls-industries-left, .col-lg-6.cls-industries-right,#idPrisconHome,#idPrisconHome,.container.samco-section{
  padding-left: 16px;
  padding-right: 16px;
}
.footer-cls .container.text-center.text-md-start {
  padding-left: 0px;
  padding-right: 0px;
}
.cls-mb-nopad {
  padding-left: 0px;
  padding-right: 0px;
}

.cls-info-box h4 {
  font-size: 24px;
}
.cls-info-box p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  white-space: break-spaces;
  max-width: 65px;
}
.cls-stats-row {
  display: flex;
}
.cls-info-box {
  min-width: auto;
  /*! width: 33%; */
}
.cls-stats-row {
  padding-top: 20px;
}
.cls-about-section {
  padding-bottom: 50px;
}
.cls-img-part {
  padding:0px;
}
.cls-position-left-x {
  z-index: -1;
}
.splide__slide img {
  height: 70px;
  padding: 0;
  width: auto;
  object-fit: contain;
  margin: 20px;
}

.cls-img-top {
  height: 132px;
  border-radius: 25px !important;
}
.text-70-plus {
  margin-top: 8px;
  padding-left: 10px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 27.52px;
  line-height: 26.21px;
  letter-spacing: 5%;
}
.span-normal-xsx {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 22.94px;
  letter-spacing: 0%;
}
.cls-overlay-vdx {
  /*! height: 180px; */
  margin-top: -72px;
  margin-right: 0px;
  width: 80%;
}
.img-fluid.rounded.cls-img-bottom.align-self-end {
  /*! object-fit: contain; */
}

.cls-industries-right {
  padding-top: 27px;
}
.cls-img-mini-1 {
  margin-left: 0px;
}
.cls-img-mini {
  height: auto;
  width: 50%;
}
.cls-description.cls-desc-d1 {
}
.cls-description.cls-desc-d1 {
  margin-top: 30px;
}
.cls-industries-right .btn.btn-primary.btn-custom-theme,.samco-section  .btn.btn-primary.btn-custom-theme{
  padding-left: 5px;
  padding-right: 5px;
  width: 280px;
}
.btn-modal-submit {
  width: 100%;
}
.cls-section-industries {
  padding-bottom: 50px;
  padding-top: 50px;
}
.samco-description {
  font-size: 14px;
  color: #6c757d;
}

.img-fluid-ujh {
  height: auto;
  width: 100%;
}
.priscon-image {
  max-width: initial;
}
.priscon-logo {
  width: auto;
  height: 40px;
}
.priscon-left {
  padding-bottom: 40px;
}
#idPrisconHome {
  margin-bottom: 50px;
}
.samco-left {
  width: auto;
  max-width: initial;
}


.cls-about-txt {
  /*! font-family: Montserrat; */
  font-weight: 700;
  font-size: 40.55px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: -13px;
}
.col-lg-6.cls-image-box.position-relative.mb-4.mb-lg-0 {
}
.cls-image-box {
  max-width: 280px;
}
.col-lg-6.cls-image-box.position-relative.mb-4.mb-lg-0 {
  padding-left: 0;
}
.clsol {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 18.02px;
  letter-spacing: 2%;
}
.cls-vertical-label {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 18.02px;
  letter-spacing: 2%;
}


.offcanvas-header.mt-3 {
  position: absolute;
  right: 15px;
  top: -8px;
  margin-top: 0px;
}
#offcanvasNavbar .main-logo img {
  height: 35px;
}
#offcanvasNavbar .main-logo {
  padding-top: 29px !important; 
  padding-bottom: 29px;
  padding-left: 18px;
  padding-top: 15px;
  background: #fff;
}

#offcanvasNavbar .offcanvas-header.mt-3 .btn-close.shadow-none {
  padding: 14px;
  border-radius: 25px !important;
}
#offcanvasNavbar .offcanvas-body.justify-content-between {
  padding: 0;
}

#offcanvasNavbar .cls-bg-withpd {
 
  background: #ebebeb;
  padding: 30px 18px;
  padding-right: 0;
}

#offcanvasNavbar .cls-bg-withpd .nav-link {
  padding: 20px 0px !important;
  margin-left: 0px !important;
}
#offcanvasNavbar .clsmn-haschild {
  justify-content: space-between;
  display: flex;
  padding-right: ;
}
#pages svg {
  padding-right: ;
}
#offcanvasNavbar .dropdown-menu.show {
  background: right;
}
#offcanvasNavbar .dropdown-menu.show a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  border-bottom: 0px;
  color: #292D32;
  padding-right: 15px;
}

#offcanvasNavbar .clsmn-haschild {
  padding-right: 15px;
}
#offcanvasNavbar #pages {
  padding-right: 26px;
}
body #offcanvasNavbar .clsmn-haschild {
  padding-right: 10px !important;
}
#offcanvasNavbar .nav-item.dropdown {
}
#offcanvasNavbar .cls-bg-withpd .nav-link {
  padding-right: 20px !important;
}
#offcanvasNavbar .offcanvas-header.mt-3 .btn-close.shadow-none {
}
#offcanvasNavbar .cls-bg-withpd .nav-link.tx-contact-uso.tbxm-mb {
  background: #0176F4;
  text-align: center;
  padding: 24px 72px !important;
  /*! display: inline; */
  width: fit-content;
  margin-top: 45px;
}

#offcanvasNavbar .main-logo {
  position: relative;
}


.cls-image-box {
  width: 100%;
  max-width: 100%;
}
.cls-star2 {
  display: none;
}
.cls-star1 {
  display: none;
}
.cls-about-section::before {
  display: none;
}
.cls-image-box:after {
  content: '';
  height: 75%;
  width: 90%;
  display: block;
  background: #F6F7F9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.cls-left-con {
  position: relative;
  z-index: 99;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 100px;
}
.col-lg-6.cls-image-box.position-relative.mb-4.mb-lg-0 {
  margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
}
.cls-star1-mobile {
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
}
.cls-star2-mobile {
  position: absolute;
  left: 0;
  top: 65%;
  width: 90%;
  text-align: right;
}
.cls-vertical-label {
  right: 12%;
  margin: 0;
  top: 20px;
}
.clspos-act2 {
  display: none;
}
.col-lg-6.cls-image-box.position-relative.mb-4.mb-lg-0 {
  overflow: hidden;
}
.cls-star2-mobile svg, .cls-star1-mobile svg {
  max-width: 80px;
}
.clspos-act {
  display: none;
}
.cls-position-left-x,.cls-imleft {
  display: none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}

.dropdown-menu-child.shownested {
  text-decoration: none;
  padding-left: 0px;
  list-style: none;
}
.dropdown-menu-child.shownested li {
  border-bottom: 1px solid #dedede;
}
#offcanvasNavbar {
  background: #ebebeb;
}
.shownested .dd-mc-items.cls-nf-b {
  border-top: 1px solid #dedede;
  /* padding-top: 10px; */
  margin-top: 20px;
}
.dd-mc-items.cls-bb-b.cls-last-item.cm-secondm {
  padding-bottom: 16px;
}
.cls-firstle-m {
   border-top: 1px solid #dedede;
   margin-top: 20px;
}
.cls-star2-mobile, .cls-star1-mobile {
  display: block;
}
.dropdown-menu.show .cls-has-child:hover ul {
    position: inherit;
    width: auto;
    top: 0;
    right: inherit;
    background: transparent;
}
.clsmn-haschild svg {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.clsmn-haschild.show svg {
  transform: rotate(0deg);
}
.cls-has-child svg {
  transform: rotate(0deg);
}
.cls-has-child.activemenu svg {
  transform: rotate(90deg);
}

.cls-has-child ul.dropdown-menu-child {
  display: none;
}
.cls-has-child.activemenu ul.dropdown-menu-child{
  display: block;
}
ul.dropdown-menu-child.shownested li a {
    padding-left: 35px!important;
}
.cls-firstle-m a {
    padding-top: 15px;
}
a.nav-link.ml-2.tx-contact-uso.tbxm-mb {
    color: #fff;
}

a.nav-link.ml-2.tx-contact-uso.tbxm-mb:hover,a.nav-link.ml-2.tx-contact-uso.tbxm-mb:active {
    background: #0057b5;
}
}




@media screen and (max-width: 400px) {
  .cls-image-box::after {
  
  height: 80%;
}
  #offcanvasNavbar .main-logo img {
  height: auto;
  width: 160px;
}
.offcanvas-header.mt-3 {
  position: absolute;
  right: 15px;
  top: -3px;
  margin-top: 0px;
}
 .cls-fs-3-2-end p {
  font-size: 12px;
}
#offcanvasNavbar {
  width: 75%;
}
}

@media screen and (max-width: 360px) {
  .main-logo.d-lg-none img {
  width: 160px;
}
  .cls-about-txt {
     margin-left: 10px;
  font-size: 35.55px;
}
.clsol {
  
  font-size: 11px;
  line-height: 17px;
}
.cls-vertical-label {
  right: 12%;
}
.cls-left-con {
 
  padding-right: 70px;
}
 .cls-fs-3-2-end p {
  font-size: 10px;
}
}




/* ABOUT US SECTION */

.page-header {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;

}
.cls-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(270deg, rgba(7, 8, 14, 0) 0%, #07080E 73.5%);
}
.cls-heading-pages {
  font-family: Syne;
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
  letter-spacing: 0%;
  color: #fff;
}
.cls-content-pages {
  color: #FEFEFE99;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  max-width: 50%;
}
.breadcrumb {
  margin-bottom: 30px;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4%;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb a.active {
  color: #007BFF;
}

.cls-content-lr-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeline {
  position: relative;
  padding-left: 0px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 1px;
  background-color: #D6D9DE;
  z-index: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-icon {
  /* width: 40px; */
  /* height: 40px; */
  background: #fff;
  border: 1px solid #a3adc1;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  margin-right: 1rem;
  z-index: 1;
  position: relative;
  /* padding: 10px 18px; */
  border-radius: 25px;
  height: 72px;
  min-width: 72px;
  padding-top: 15px;
}

.timeline-content {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.8rem;
}

.timeline-item:last-child .timeline-content {
  border-bottom: none;
}
.container.container-sxf5 {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cls-heading-h5 {
  color: #3B4048;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.cls-heading-h5 svg {
  height: 25px;
  margin-top: -4px;
}
.timeline-content p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
}

/*#idSectionPageBeg::before {
  content: '';
  height: 15%;
  width: 48%;
  display: block;
  background: #F6F7F9;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -9;
}*/
#idSectionPageBeg {
  position: relative;
}

.cls-custom-image.cls-img-leftsm {
  width: auto;
  text-align: left;
}

/* test */
/* Background shape, replaces ::before */
.bg-shape {
  /* height: 20%; */
  /* width: 100%; */
  background: #F6F7F9;
  position: absolute;
  /* top: 10%; */
  left: -100%;
  z-index: -1;
  width: 192%;
  top: 20%;
  height: 88%;
}

/* Sticky container styling */
.fixed-left-img {
  position: fixed !important;
  top: 100px;
  z-index: 2;
}

.relative-left-img {
  position: relative !important;
}

/*.sticky-image-wrapper {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}*/

.sticky-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.sticky-image-wrapper.fixed-left-img {
  z-index: -1;
}
.cls-custom-image.cls-img-leftsm {
  width: 85%;
  text-align: left;
}
.sticky-image-wrapper {
  position: relative;
}

/* infra page */

.row.infra-header {
  padding-top: 60px;
}
.row.infra-header {
}
.row.infra-header .cls-description,.cls-description.infra-description {
  margin-top: 0;
  margin-bottom: 0px;
}
.infra-title {
  width: ;
  max-width: 450px;
}
.row.infra-content {
  padding-top: 60px;
}

.row.infra-image-row {
  padding-top: 60px;
}
.infra-main-img {
  width: 100%;
}
.infra-sub-img {
  width: 100%;
}
.cls-mb-10.cls-heading-h5.h5-2x {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0%;
  text-transform: initial;
}
.h5-2x a {
  color: #007BFF;
}

.cls-section-slider {
  margin-top: 60px;
  margin-bottom: 100px;
}
.clients-subtitle {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #3B4048;
  max-width: 550px;
  margin-bottom: 40px;
}
.cls-section-slider .cls-highlight-title {
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
.cls-highlight-title.cls-bord-right {
}
.cls-bord-right::before {
  position: absolute;
  content: "";
  top: 14px;
  /* left: 0; */
  right: 0;
  bottom: 0;
  height: 1px;
  width: 84%;
  background: #f2e5e5;
}
.client-logo {
  height: 40px;
}
.infra-fh-image img {
  height: 380px;
}
.id-infra2 {
  padding-top: 30px;
}
.cls-description.cls-subheading-content {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}
.cls-h6-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0%;
  color: #3B4048;
  text-transform: inherit;
}
.desk-pt-30 {
  padding-top: 30px;
}
.gm-content {
  padding-top: 30px;
}
.cls-fe-ff {
  padding-top: 0px;
}
.cls-fe-ff {
  padding-bottom: 30px;
}
.cls-le-fl.desk-pt-30 {
  padding-top: 0px;
}
.cls-overlayimage {
  position: absolute;
  z-index: -1;
  top: -58px;
}
/* infra page ends */

/* contact page */
.form-group-custom {
      position: relative;
      margin-bottom: 2rem;
    }

    .form-input-c {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      padding: 10px 0;
      width: 100%;
      font-size: 16px;
      background-color: transparent;
    }

    .form-input-c:focus {
      outline: none;
      border-color: #000;
    }

    .form-label-custom {
      position: absolute;
      top: 10px;
      left: 12px;
      font-size: 16px;
      color: #888;
      pointer-events: none;
      transition: all 0.2s ease;
    }

    .form-input-c:focus + .form-label-custom,
    .form-input-c:not(:placeholder-shown) + .form-label-custom {
      top: -10px;
      font-size: 12px;
      color: #000;
    }

    .btn-custom {
      border-radius: 30px;
      padding: 10px 30px;
      border: 1px solid #000;
      background-color: #fff;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #000;
      color: #fff;
    }

.contact-form h2 {
  color: #434851;
  font-family: Syne;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: initial;
  padding-bottom: 28px;
}
.form-label-custom.frm-textarea {
  left: 0;
}
.cls-cp-heading {
  font-family: Syne;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}
.cls-cp-heading {
}
.cls-cp-heading .cls-brkword {
  font-family: Syne;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  text-transform: initial;
}
.cls-contact-fcontainer {
  padding-top: 90px;
}
.cls-cp-desc {
  padding-top: 15px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}
.cls-cp-l-addr h5 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.cls-cp-l-addr p {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.cls-adddressrows {
  display: flex;
  justify-content: space-between;
}
.anc {
  color: #3395FF;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 7%;
  text-decoration-skip-ink: auto;
  padding-top: 40px;
}
.cls-phone-theme {
  padding-top: 20px;
}
.row.rowframe {
  margin-top: 50px;
  margin-bottom: 60px;
}


.btn.btn-custom {
  border: 1px solid #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  border-radius: 40px;
}

.clp-left {
  padding-right: 30px;
}
.cls-adddressrows {
  padding-top: 55px;
}
/* contact page */   


/* products css */
.custom-container {
  padding-top: 50px;
  padding-bottom: 100px;
}

.product-card {
  background-color: #F6F7F9;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  transition: transform 0.5s;
  height: 100%;
}

.product-card img {
  width: 175px;
  height: auto;
  transition: transform 0.5s;
}

.product-card:hover img {
  transform: rotate(10deg);
}

.form-control.rounded-pill {
  padding: 15px 35px;
  width: 380px;
}

.cls-shheading {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #88888e;
}

.form-control.rounded-pill::placeholder {
color: #88888e;
}

.product-title {
  color: #434851;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 15px;
}



.top-bar {
  padding-bottom: 40px;
}
.cls-bn-section {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 50px;
}

/* products css ends */

/* single product page */


.cls-hpg {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #59606E;
}
.cls-head-sc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  align-items: center;
}

.cls-section-container-fsingle {

  border-radius: 5px;
}
.cls-tspace-100 {
  padding-top: 60px;
}
.product-card {
  border: 1px solid #3333331A;
  background: #F6F7F9;
}
.cls-whitebox {
  padding: 25px;
  background: #fff;
  box-shadow: 10px 10px 204px 0px #3333331A;
  border-radius: 5px;
}
#thumbnail-slider .splide__slide img {
  width: 100%;
  object-fit: contain;
}
.img-md-slider {
  background: #fff;
}

#thumbnail-slider .splide__slide.splide-custom-csl {
  background: #fff !important;
  
}


#thumbnail-slider .splide__slide.splide-custom-csl img {
 
  border-radius: 5px !important;
}
.modal-content.bg-transparent {
  border: 0px !important;
}

#thumbnail-slider .splide__slide img {
  display: block !important;
}
#thumbnail-slider .splide__slide.is-active {
  border: 6px solid #007BFF;
}
/* single product page ends */
/* Modal full screen background fix */
#imageGalleryModal .modal-content.bg-transparent {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  box-shadow: none;
}

/* Close button */
.btn-scm-mj {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  filter: invert(1);
}

/* Main image wrapper */
.main-image-wrapper {
  width: 100%;
  max-width: 680px;
  height: 600px;
  margin: 0 auto 2rem auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#mainImageWrapper {
  text-align: center;
  background: #fff;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}


/* Thumbnail wrapper (Splide list center aligned) */
#thumbnail-slider .splide__list {
  justify-content: center !important;
  gap: 15px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* Thumbnail slide box */
#thumbnail-slider .splide__slide {
  width: 100px !important;
  height: 100px !important;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color 0.2s ease;
}

/* Thumbnail image */
#thumbnail-slider .splide__slide img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

/* Active thumbnail border */
#mainImageProduct {
  max-height: 500px;
}

.btn-close-cns {
  font-size:20px;
}

/* news css starts */

.cls-news-sectionc .sidebar-wrapper {
    width: 100%;
}

.cls-news-sectionc .search-box-wrapper {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.cls-news-sectionc .search-form {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.cls-news-sectionc .search-input {
    border: none;
    font-size: 14px;
    height: 45px;
}

.cls-news-sectionc .search-input:focus {
    box-shadow: none;
}

.cls-news-sectionc .search-btn {
    background-color: #007bff;
    border: none;
    width: 45px;
    height: 45px;
}

.cls-news-sectionc .recent-news-wrapper {
    margin-bottom: 2rem;
}



.cls-news-sectionc .news-item {
    gap: 12px;
    margin-bottom: 1.cls-news-sectionc .5rem;
}

.cls-news-sectionc .news-thumb {
  object-fit: cover;
  border-radius: 6px;
  height: 170px;
  width: 100%;
}

.cls-news-sectionc .news-content {
    flex: 1;
}

.cls-news-sectionc .news-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #31373E;
}

.cls-news-sectionc .news-meta {
    font-size: 12px;
    color: #888;
}

.cls-news-sectionc .news-desc {
  font-size: 14px;
  color: #555;
  margin: 4px 0;
  font-family: Montserrat;
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 25px;
  letter-spacing: 0px;
}

.cls-news-sectionc .read-more-link {
  font-size: 13px;
  color: #007bff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  /* font-size: 16px; */
  line-height: 30px;
  letter-spacing: 0px;
}

.cls-news-sectionc .categories-wrapper {
    margin-top: 2rem;
}



.cls-news-sectionc .categories-list .category-item {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  color: #818992;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01px;
}

.post-card-image-wrapper {
    position: relative;
}

.post-card-image {
    width: 100%;
    height: auto;
    display: block;
}

.post-card-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
}

.post-card-content {
    padding: 16px 0px;
}

.post-card-meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.post-card-meta {
    font-size: 0.85rem;
    color: #aaa;
}



.cls-news-sectionc .search-box-wrapper {
  padding: 25px 25px;
  background-color: #f7f7f7;
  /*! opacity: 30%; */
}
.form-control.search-input::placeholder,.form-control.search-input {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.01px;
  border-radius: 0px;
}
.cls-news-sectionc .search-btn {
  padding: 0px 25px;
  height: 45px;
  width: auto;
  border-radius: 0px;
}
.cls-news-sectionc .search-form {
  border-radius: 3px;
}
.recent-news-wrapper {
  padding: 25px;
  background: #f7f7f7;
}
.recent-news-title {
  font-family: Syne;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.news-img {
  width: 50%;
}
.news-content {
  width: 50%;
}

.news-item {
  padding-bottom: 20px;
}

.post-card-description {
    font-size: 0.95rem;
    color: #bbb;
}

.post-card-icons a {
  display: inline-block;

  background-color: #cbe4ff;
  border-radius: 4px;
  margin-left: 2px;
}


.container.news-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.post-card-image {
  width: 100%;
  max-height: 350px;
  display: block;
}
.post-card-container {
  background: transparent;
}
.post-card-meta.m-0 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #31373E;
}
.post-card-icon {
  background: #cbe4ff;
  padding: 6px;
  height: auto;
}
.post-card-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.post-card-description {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #31373E;
}

.post-card-label {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 10px 26px;
}
.post-card-container {
  margin-bottom: 15px;
}
.ullist-page {
  list-style: none;
  padding-left: 0px;
  display: flex;
}
.ullist-page li a {
  /*! background: ; */
  /*! color: #fff; */
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  border: ;
  border: 1px solid #3333331A;
  text-align: center;
    font-weight: 700;
}
.ullist-page li.activeli a {
  background: #007BFF;
  color: #fff;
  font-weight: 700;
}

body li.cls-last-page a {
  padding: 0px;
  padding-top: 7px;
}
body li.cls-last-page a svg {
  height: 26px;
  width: 26px;
}

.related-news-section {
    padding-top: 15px;
    padding-bottom: 40px;
}

.related-news-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.custom-splide-arrow {
    background: transparent;
    color: #000;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 12px;
    transition: all 0.2s ease-in-out;
}

.custom-splide-arrow:hover {
    color: #007bff;
}
.post-card-label-x{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  padding:10px 26px;
  background-color: #007bff;
  color: #fff;
}

.container.container-clsx-x {
}
.container.container-clsx-x {
  padding-top: 60px;
  padding-bottom: 60px;
}
.init-top-nr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-r-sb .post-card-title {
  max-width: 60%;
  background: transparent;
}
.post-card-icons.section-r-sb.d-flex {
  justify-content: space-between;
}
.section-r-sb .post-card-title a {
  background: transparent;
}
.cls-next-news-section {
  margin-top: 60px;
  position: relative;
}
.cls-next-news-section .cls-highlight-title.cls-bord-right {
  position: relative;
  font-weight: bold;
  padding-top: 5px;
}
.cls-next-news-section {
}
.related-news-title {
  color: #3B4048;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 52px;
  letter-spacing: 0%;
}
.related-news-section .container {
  padding: 0;
}
#related-news-slider {
}
#related-news-slider .post-card-image {
  height: 250px;
}
#related-news-slider .post-card-icons.d-flex {
  display: none !important;
}
#related-news-slider .post-card-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
}
.related-slider-controls.d-flex.align-items-center {
}
.post-card-icons.section-r-sb.d-flex {
  padding-top: 5px;
}

.row.infra-content.fbox-nospace {
  padding-top: 24px;
}
.related-news-title {
  text-transform: inherit;
}


.related-news-header {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.related-slider-controls.d-flex.align-items-center {
  position: relative;
  width: 100px;
}
#custom-next {
  /* right: 0px; */
  font-size: 45px;
  left: auto;
  text-align: right;
  right: -25px;
}
#custom-prev {
  right: 49px;
  left: auto;
  font-size: 45px;
}
/* news css ends */



/* priscon css */

.section-mission {
  background: #F9F9FB;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ms-section-number {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B4048;
}
.ms-section-title {
  padding-top: 60px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3b404b;
}
.ms-section-description {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  padding-top: 16px;
}
.ms-section-block {
}

.row.rw-customflex {
  justify-content: center;
  align-items: center;
}
.ms-section-img-blank {
  min-height: 100px;
  border-bottom:1px solid #A3ADC1;
  margin-bottom: 50px;
}

.ms-section-all {
  /*! background: red; */
  padding: 20px;
}
.ms-section-all img {
  width: 100%;
}
  
.img-fluid.img-str-rotate {
  max-width: 90%;
}
.row.row-chooseus {
  margin-top: 80px;
}

.cls-flex-items-m {
  display: flex;
}
.cls-leftspace-mg {
  margin-right: 26px;
  font-size: 60px !important;
  padding-top: 8px;
}

.post-card-container.cls-services-element {
  border: 1px solid #A3ADC199;
  border-radius: 25px;
  padding: 30px;
}
.post-card-container.cls-services-element {
}
.cls-services-element .post-card-image-wrapper {
  height: 80px;
  width: 80px;
  background: #007BFF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#related-news-slider .cls-services-element .post-card-image {
  height: 40px;
  width: 40px;
}

#related-news-slider {
}
.container-spec-container .cls-readmore-bn {
  color: #545D6C;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  padding-top: 30px;
  display: block;
}
.container-spec-container ul {
  padding-left: 14px;
  list-style: ;
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
}
.container-spec-container ul.cls-listicons li a {
  color: #000;
}
.post-card-container.cls-services-element .post-card-title {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.cls-featured-product img {
  width: 100%;
}
.cls-featured-product {
  border: 1px solid #A3ADC199;
  border-radius: 25px;
}

.rw-row-1 {
  border: 1px solid #A3ADC1;
  border-left: 0;
  border-top: 0;
  border-right: 0px;
}
.row.rw-customflex.rw-row-2 {
}
.row.rw-customflex.rw-row-2 .col-sm-6:first-child {
  border-right: 1px solid #A3ADC1;
  /*! height: 100%; */
}
.col-sm-4.rw-row-3 {
  border-left: 1px solid #A3ADC1;
  padding-left: 0;
}
.row.rw-customflex.rw-row-1 .col-sm-6:last-child {
  border-left: 1px solid #A3ADC1;
}

.cls-exp-text {
  padding: 12px;
  border: 1px solid #A3ADC199;
  border-radius: 40px;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 0%;
}
.cls-more-explore {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
  position: relative;
}
.cls-more-explore::after {
  position: absolute;
  border-top: 1px solid #A3ADC199;
  width: 100%;
  content: "";
  top: 50%;
  z-index: -1;
}
.cls-productpagelink {
  color: #0180ED;
  text-decoration: underline;
}

.col-sm-4.rw-row-3 {
  position: relative;
}
.cls-overlayimage.cls-ovrly-inner {
  position: absolute;
  bottom: 10%;
  z-index: 11;
  top: auto;
}
.cls-overlayimage.cls-ovrly-inner svg {
  width: 100%;
}

.cls-section-blackwhite .cls-news-element2 {
  background: transparent;
}
.cls-section-blackwhite  .cls-marq-text {
  color: #494D57;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.cls-marq-text.cls-marq-tran {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke:
1px #000;
  text-stroke: 1px #000;
  font-family: arial;

  /*! border: 1px solid #494D57; */
}
.relativediv {
  overflow: hidden;

  position: relative;
}
.cls-overlayimage-cbig {
  position: absolute;
  bottom: 21%;
  left: 20%;
  z-index: -1;
  right: 0px;
}

.cls-highlight-title.cls-bord-right.cls-specialities-1::before {
  width: 82%;
}
/* priscon css ends */
#contactSuccess {
  border: 1px solid #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  border-radius: 40px;
  text-align: center;
}

.cls-highlight-title.cls-bord-right a {
  color: #006CEA;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4%;
}

.row.infra-content.fbox-nospace img {
  max-width: 100%;
}
/* Responsive height for main image */
@media (max-width: 1024px) {
  .main-image-wrapper {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .main-image-wrapper {
    height: 300px;
  }
}
@media (max-width: 360px) {
  .main-image-wrapper {
    height: 250px;
  }
}
@media (max-width: 280px) {
  .main-image-wrapper {
    height: 200px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1250px) {
.ms-section-description {
  
  font-size: 18px;
}
.nav-link.ml-2.tx-contact-uso.tbxm-dk {
  padding: 15px !important;

  white-space: pre;
}
}

@media screen and (max-width: 992px) {


.container.news-container {
  padding-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
.post-card-title {
  font-size: 20px;
}
.post-card-description {
  font-size: 15px;
}
.post-card-label {
  font-size: 14px;
}
.post-card-meta.m-0 {
  font-size: 15px;
}
.sidebar-wrapper {
  margin-top: 25px;
}
.post-card-content {
  padding: 10px 0px;
}
.recent-news-title {
  font-size: 26px;
}

.btnct-product {
  padding-left: 15px;
  padding-right: 15px;
}
.cls-hpg {
  font-size: 20px;
}
#mainImageProduct {
  width: auto;
}

#mainImage {
  width: 100%;
}
.cls-heading-pages {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 95%;
  /*! color: #434851; */
}
.cls-content-pages {
  font-size: 14px;
  max-width: 100%;
}
nav {
}
.breadcrumb-item a {
  font-size: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 15px;
}
.page-header {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cls-content-lr-1 {
    display: flex;
    flex-direction: row;
  }

  .cls-content-lr-1 .cls-image-wrapper {
    order: 1;
  }

  .cls-content-lr-1 .cls-text-content-common {
    order: 2;
  }
  .cls-content-lr-1 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.cls-text-content-common {
  margin-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.cls-content-pages {
  margin-bottom: 0px;
}
.row.cls-content-lr-1 {
  padding-top: 50px;
  padding-bottom: 0px;
}
.cls-text-content-common {
  margin-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

.timeline-content p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;

}
.container.container-sxf5 {
  padding-top: 35px;
  padding-bottom: 0;
}


.mb-t-space {
  padding-top: 20px;
}
.id-infra2 {
  padding-top: 15px;
}
.row.infra-content {
  padding-top: 15px;
}
.row.infra-image-row {
  padding-top: 30px;
}
.cls-mb-10.cls-heading-h5.h5-2x {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  /*! width: 95%; */
  color: #434851;
}
.clients-subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 95%;
  color: #434851;
}
.cls-bord-right::before {
  width: 72%;
}
.mb-mt-space2 {
  margin-top: 15px;
}
.infra-main-img.mb-mt-space3 {
  margin-top: 15px;
}

.mb-mt-space2 {
  margin-top: 15px;
}
.infra-main-img.mb-mt-space3 {
  margin-top: 15px;
}
.cls-section-slider {
  margin-top: 40px;
  margin-bottom: 80px;
}
#clients-slider-slide03 {
}
.client-logo {
  width: 100% !important;
  padding: 10px 20px 0px !important;
  height: auto !important;
}

#clients-slider .splide__slide img {
    margin: 0;
}
.row.gm-content {
  padding-top: 15px;
  /* padding-bottom: 15px; */
}
.para-1 {
  padding-top: 15px;
}
.cls-fe-ff {
  padding-bottom: 15px;
}
.container-mb-space {
  margin-left: ;
  padding-left: 16px;
  padding-right: 16px;
}
.page-header .container {
  padding-left: 16px;
  padding-right: 16px;
  /* margin-left: 0px; */
}
.cls-overlayimage svg {
  width: 100%;

}


.top-bar.d-flex.justify-content-between.align-items-center {
  display: block !important;
}
.form-control.rounded-pill {
  width: 100%;
}
.cls-shheading {
  text-align: center;
  padding-bottom: 10px;
}

#idSectionTopProduct {
  padding-left: 16px;
  padding-right: 16px;
}

.cls-cp-l-addr p {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
}
.cls-adddressrows p {
  font-size: 1rem;
  color: #6c757d;
  margin-top: 15px;
}

.anc {
  padding-top: 20px;
}
.cls-phone-theme {
  padding-top: 10px;
}

.cls-contact-fcontainer {
  padding-top: 50px;
}
.cls-adddressrows {
  padding-top: 25px;
}
.cls-adddressrows p {
  font-size: 1rem;
  color: #6c757d;
  margin-top: 15px;
}
.clp-left {
  padding-right: 0px;
}
.contact-form h2 {
  padding-top: 50px;
  padding-bottom: 5px;
}
.cls-cp-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 95%;
  color: #434851;
}

.contact-form h2 {
  font-size: 33px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 95%;
  color: #434851;
  margin-top: 15px;
}
.cls-cp-heading .cls-brkword {
  font-size: 40px;
}


.cls-contact-fcontainer .row {
  display: block;
}
.cls-contact-fcontainer .row .col-sm-6 {
  width: 100%;
}

.row.rowfullwidthtab {
  display: block;
}
.row.rowfullwidthtab .col-sm-6.colfullwidthtab {
  width: 100%;
}
.container.container-clsx-x {
  padding-top: 50px;
  padding-bottom: 0px;
}
.cls-next-news-section {
  margin-top: 50px;
  position: relative;
}
#related-news-slider .post-card-image {

  margin-top: 0px;
}
.related-news-title {
 
  margin-bottom: -10px;
}
  #related-news-slider-list .post-card-label {
  top: 20px;
}
#related-news-slider .post-card-image {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-left: 0;
}
.related-news-title {
  font-size: 25px;
}
#custom-prev {
  right: 40px;
  left: auto;
  font-size: 36px;
}
#custom-next {
  /* right: 0px; */
  font-size: 36px;
  left: auto;
  text-align: right;
  right: -16px;
}

.post-card-icons.section-r-sb.d-flex {
  display: block !important;
}

.section-r-sb .post-card-title {
  max-width: 100%;
}
.cls-description.infra-description.mb-t-space {
  padding-top: 0px;
}





.row.row-chooseus {
  margin-top: 50px;
}
.img-fluid.img-str-rotate {
  padding-bottom: 25px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
}
.col-lg-6.cls-text-box {
  /*! padding: 16px; */
}
.relativediv .col-lg-6.cls-text-content {
  padding: 0px;
}
.relativediv .col-lg-6 {
  padding: 0px;
}
.row.infra-header {
}
.row.infra-header {
}
.row.infra-header {
}
.row.infra-header {
}
.row.infra-header {
}
.cls-chooseus-section {
  padding-left: 16px;
  padding-right: 16px;
}
.cls-chooseus-section .cls-leftspace-mg {
  font-size: 30px !important;
  margin-right: 7px;
  padding-top: 0px;
}
.cls-chooseus-section .cls-info-box.br-custom-1.cls-flex-items-m {
  border-right: 0px;
}
.cls-news-element2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container-spec-container .cls-next-news-section {
  margin-top: 0px;
}
.cls-specialities-slider .related-news-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cls-exp-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cls-more-explore::after {
}
.cls-more-explore {
  margin-bottom: 40px;
}
.ms-section-number {
  font-size: 55px;
}
.ms-section-title {
  padding-top: 30px;
}
.ms-section-description {
  font-size: 15px;
}
.section-mission {
  padding-left: 16px;
  padding-right: 16px;
}
.row.rw-customflex.rw-row-1 .col-sm-6:last-child {
  border: 0;
  padding: 0;
}
.row.rw-customflex.rw-row-1 .col-sm-6 {
  padding: 0px;
}
.ms-section-text.ms-section-all.ms-section-f {
  padding-top: 0px;
}
.ms-section-img.ms-section-all.ms-section-s {
  padding-top: 0px;
}
.cls-overlayimage.cls-ovrly-inner {
  display: none;
}
.ms-section-block {
  border: 0px;
}
.section-mission {
  padding-bottom: 0px;
}
.cls-bord-right::before {
  width: calc(100% - 170px);
}
.ms-section-img-blank {
}
.col-sm-4.rw-row-3 {
  border: 0px;
}
.ms-section-img-blank {
  min-height: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.row.rw-customflex.rw-row-2 .col-sm-6 {
  padding: 0px;
}
.row.rw-customflex.rw-row-2 .col-sm-6:first-child {
  border-radius: ;
  border-right: 0px;
}


.relativediv .cls-custom-image {
  margin-bottom: 15px;
}
.relativediv .row.infra-header {
  padding-top: 40px;
}
.cls-highlight-title.cls-bord-right.cls-specialities-1 {
  margin-top: 50px;
}

.relatedspecs .related-news-title {
  line-height: ;
  margin-bottom: 0;
}
.post-card-container.cls-services-element {
  padding: 20px;
}
.cls-featured-product {
  margin-bottom: 15px;
}
.related-news-section {
}
.container.container-spec-container {
}
.container.container-spec-container .related-news-section {
  padding-bottom: 0px;
}
.ms-section-all {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 15px;
}
.row.rw-customflex.rw-row-2 {
  display: flex;
  flex-direction: column-reverse;
}
#idSectionMarquee2 {
  margin-top: 50px;
}
.cls-listicons li a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #6c757d;
}
.cls-specialities-slider .cls-bord-right.cls-specialities-1::before {
    width: calc(100% - 220px)!important;
  }
  .cls-specialities-slider .cls-bord-right::before {
  width: calc(100% - 200px);
}
.container.container-spec-container {
  padding: 0px;
}

.col-sm-8.row-mis-col {
  width: 100%;
}
.col-sm-8.row-mis-col .col-sm-6 {
  width: 100%;
}
.col-sm-4.rw-row-3.row-mis2 {
  width: 100%;
}
.cls-section-slider.cls-ls-section {
}
}

/*@media screen and (max-width: 768px) {
.cls-bord-right::before {
  width: 62%;
}
}*/

@media screen and (max-width: 550px) {

  #related-news-slider .post-card-image {
  
  margin-bottom: 0px;
}
  #related-news-slider .post-card-image {
  height: 250px;
  width: 100%;
  margin-left: 0px;
}

.container.container-clsx-x {
  padding-top: 50px;
}
.post-card-icons.section-r-sb.d-flex {
  display: block !important;
}
.section-r-sb .post-card-title {
  max-width: 100%;
}
.cls-description.infra-description.mb-t-space {
  padding-top: 0px;
}
.related-news-title {
  font-size: 22px;
  line-height: 33px;
  max-width: 70%;
}
/*.cls-bord-right::before {
  width: 52%;
}*/
.cls-h6-heading {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 5%;
  width: 100%;
  color: #434851;
  margin-top: 25px;
}
/*#offcanvasNavbar {
  width: 38%;
}*/
.cls-shheading {
  font-size: 15px;
}

.form-control.rounded-pill {
  padding: 12px 35px;
  width: 380px;
}
.top-bar {
  padding-bottom: 30px;
}
.cls-bn-section {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 35px;
}
}


@media screen and (max-width: 450px) {
  .cls-hpg {
  font-size: 16px;
}
.btnct-product {
  padding: 15px 8px;
}
/*#offcanvasNavbar {
  width: 30%;
}*/

.news-item.d-flex {
  display: block!important;
}
.news-img {
  width: 100%;
}
.cls-news-sectionc .news-thumb {
  height: auto;
}
.news-content {
  width: auto;
}
.news-heading {
  margin-top: 10px;
}
  
}

@media screen and (max-width: 380px) {
  

.clients-subtitle {
 
  width: 100%;
}
/*#offcanvasNavbar {
  width: 26%;
}*/
}
/* ABOUT US SECTION ENDS */
.table.table-bordered.align-middle {
  border-color: #000;
}
.cls-about-section-1.cls-section-plant-left {
  position: relative;
}
.anc-im svg {
  margin-top: -5px;
}
.cls-fs-3-2 .col-sm-2-custom {
  margin-bottom: 10px;
}




@media (max-width: 1400px) {
.cls-fs-3-2-end svg,.cls-fs-3-2 svg {
  height: 20px;
  width: 20px;
}
.cls-fs-3-2-end.px-4 {
  padding: 0px 5px !important;
}
.d-flex.justify-content-end.align-right-c {
  justify-content: space-between !important;
}
.cls-fs-3-2 h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: initial;
}
.cls-fs-3-2-end p {
  font-size: 14px;
}

}

@media (max-width: 1100px) {
  .align-right-c {
    flex-wrap: wrap; /* allow items to wrap to next line */
    justify-content: flex-start !important; /* optional: align left instead of right */
  }

  .align-right-c > .cls-fs-3-2-end {
    flex: 1 1 45%; /* roughly 2 per row */
    max-width: 48%;
    margin-bottom: 15px;
  }

  .align-right-c > .cls-fs-3-2-end.pxlast-0 {
    flex: 1 1 100%; /* force email to full width on new line */
    max-width: 100%;
  }

  /* optional spacing tweaks */
  .align-right-c .px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .align-right-c .px-4 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cls-fs-3.row.gy-4 {
  display: block;
}
.cls-fs-3-1,.cls-fs-3-2 {
  width: 100%;
}
.cls-fs-3-2-end p {
  font-size: 15px;
}
.cls-fs-2.cls-fs-4 {
  margin-top: 15px;
}

.cls-fs-3-3-row .d-flex.justify-content-end.align-right-c {
  display: block !important;
}
.cls-fs-3-2-end {
  width: 100%;
  background: ;
  margin-bottom: 24px;
}
.cls-fs-3-2-end.px-4.pxlast-0 {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
.cls-fs-5 p {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cls-fs-2-35.hide-desktop {
  margin-top: 0px;
}
}