@font-face {
  font-family: "Whitney-Book";
  src: url("../fonts/whitney-book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitney-book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
  url("../fonts/whitney-book.otf") format("opentype"),
    /* Open Type Font */
  url("../fonts/whitney-book.svg") format("svg"),
    /* Legacy iOS */
  url("../fonts/whitney-book.ttf") format("truetype"),
    /* Safari, Android, iOS */
  url("../fonts/whitney-book.woff") format("woff"),
    /* Modern Browsers */
  url("../fonts/whitney-book.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Whitney-Bold";
  src: url("../fonts/whitney-bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitney-bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
  url("../fonts/whitney-bold.otf") format("opentype"),
    /* Open Type Font */
  url("../fonts/whitney-bold.svg") format("svg"),
    /* Legacy iOS */
  url("../fonts/whitney-bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
  url("../fonts/whitney-bold.woff") format("woff"),
    /* Modern Browsers */
  url("../fonts/whitney-bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Whitney-Medium";
  src: url("../fonts/whitney-medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitney-medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
  url("../fonts/whitney-medium.otf") format("opentype"),
    /* Open Type Font */
  url("../fonts/whitney-medium.svg") format("svg"),
    /* Legacy iOS */
  url("../fonts/whitney-medium.ttf") format("truetype"),
    /* Safari, Android, iOS */
  url("../fonts/whitney-medium.woff") format("woff"),
    /* Modern Browsers */
  url("../fonts/whitney-medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Whitney-Semibold";
  src: url("../fonts/whitney-semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitney-semibold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
  url("../fonts/whitney-semibold.otf") format("opentype"),
    /* Open Type Font */
  url("../fonts/whitney-semibold.svg") format("svg"),
    /* Legacy iOS */
  url("../fonts/whitney-semibold.ttf") format("truetype"),
    /* Safari, Android, iOS */
  url("../fonts/whitney-semibold.woff") format("woff"),
    /* Modern Browsers */
  url("../fonts/whitney-semibold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?7lar9m");
  src: url("../fonts/icomoon.eot?7lar9m#iefix") format("embedded-opentype"),
  url("../fonts/icomoon.ttf?7lar9m") format("truetype"),
  url("../fonts/icomoon.woff?7lar9m") format("woff"),
  url("../fonts/icomoon.svg?7lar9m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Civil-Materials-Testing:before {
  content: "\e900";
}

.icon-Environmental-Monitoring:before {
  content: "\e901";
}

.icon-General-Laboratory-Testing:before {
  content: "\e902";
}

.icon-Geotechnical-Testing:before {
  content: "\e903";
}

.icon-Industrial-Materials-Testing:before {
  content: "\e904";
}

.icon-Light-Construction:before {
  content: "\e905";
}

.icon-Material-Analysis:before {
  content: "\e906";
}

.icon-Molecular-Spectroscopy:before {
  content: "\e907";
}

.icon-Nano-Analytical:before {
  content: "\e908";
}

.icon-NDT-ConcreteMetal:before {
  content: "\e909";
}

.icon-NDT-Inspection:before {
  content: "\e90a";
}

.icon-Positioning:before {
  content: "\e90b";
}

.icon-Power-Generation:before {
  content: "\e90c";
}

.icon-Utility-LocationInspection:before {
  content: "\e90d";
}

.icon-Visual-Inspection:before {
  content: "\e90e";
}

.icon-clicker:before {
  content: "\e90f";
}

.icon-down-arrow:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-left-arrow:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-right-arrow:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
}

.icon-pdf:before {
  content: "\e918";
}

body {
  font-family: "Whitney-Book", sans-serif;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Whitney-Semibold";
}

a,
button {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a {
  color: #0c152b;
}

a:hover {
  color: #ec3a34;
}

p {
  font-size: 22px;
  line-height: 30px;
}

.grey-bg {
  background-color: #e3e3e3;
}

.dark-blue-bg {
  background-color: #0c152b;
}

.black-bg {
  background-color: #3e5992;
}

.sub-heading {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "Whitney-Bold";
  margin-bottom: 40px;
}

h3 .sub-heading {
  font-family: "Whitney-Semibold";
}

.bootstrap-select .dropdown-menu {
  padding: 0;
  max-height: 300px;
  z-index: 10;
}

.bootstrap-select .dropdown-menu li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #d1d1d1;
}

.bootstrap-select .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.bootstrap-select .dropdown-menu li a {
  outline: none;
}

.bootstrap-select.show-tick .dropdown-menu li a span.check-mark {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0 8px 3px #dad4d4;
  display: inline-block;
  border-radius: 3px;
}

.bootstrap-select .bs-ok-default:after {
  display: none;
}

.bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default:after {
  display: inline-block;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: static;
}

.btn-whitebg {
  background: #fff;
  padding: 10px 46px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  color: #0f0e0e;
  text-decoration: none;
  font-family: "Whitney-Bold";
}

.btn-whitebg:hover {
  background-color: #cd2f31;
  color: #fff;
  text-decoration: none;
}

/*

.row {
  padding-left: 172px;
  padding-right: 172px;
}

.row .row{padding-left: 0px; padding-right: 0;}

*/

.underline-btn {
  font-size: 16px;
  color: #cd2f31;
  font-family: "Whitney-Bold";
  border-bottom: 1px solid #cd2f31;
  padding-bottom: 9px;
  text-decoration: none;
  display: inline-block;
}

.underline-btn:hover {
  color: #010104;
  text-decoration: none;
  border-color: #010104;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: inherit;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 4px 8px;
}

.btn {
  font-size: 18px;
  padding: 10px 16px;
}

.btn-primary {
  color: #fff;
  background-color: #ec3a34;
  border-color: #ec3a34;
  border-radius: 0;
}

.btn-outline-primary {
  border-color: #ec3a34;
  color: #ec3a34;
}

.btn-primary:hover {
  color: #fff;
  border-color: rgb(195, 21, 16);
  background: rgb(195, 21, 16);
}

.btn-outline-secondary,
.btn-secondary {
  border-radius: 0;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  border-color: rgb(195, 21, 16) !important;
  background: rgb(195, 21, 16) !important;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(213 214 215 / 0%) !important;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(213 214 215 / 0%) !important;
}

.btn-outline-secondary {
  color: #010104;
  border-color: #b8b8b8;
}

.slide-arrow.next-arrow {
  right: 54px;
}

.slide-arrow.prev-arrow {
  left: 54px;
}

.slick-arrow {
  position: absolute;
  bottom: 50%;
  z-index: 9;
  width: 80px;
  height: 80px;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 50%;
  border: 0;
  margin-bottom: -40px;
  font-size: 22px;
  color: #fff;
  outline: none;
  padding: 25px 0;
}

button:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.dropdown-toggle::after {
  font-family: "icomoon";
  border: 0;
  content: "";
  color: #000;
}

.dropup .dropdown-toggle::after {
  font-family: "icomoon";
  border: 0;
  content: "";
  /*\e910*/
  color: #000;
  transform: rotate(180deg);
}

.search-category .dropdown-toggle::after {
  color: #fff;
}

.brochure-select button {
  color: #010104 !important;
  background: #fff;
  outline: none;
  border: 0;
  padding-left: 50px;
  border-radius: 0;
}

.brochure-select {
  color: #010104;
  border-color: #b8b8b8;
  padding: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 240px;
}

.brochure-select .dropdown-toggle::after {
  font-size: 14px;
  margin-left: 20px;
}

.brochure-select i {
  font-size: 23px;
  position: absolute;
  top: 12px;
  z-index: 9;
  left: 15px;
}

/* preloader */

.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.remove-image-temp {
  display: none;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3a3a3a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.active-layer-tools {
  display: none;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

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

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

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

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

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

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  font-size: 20px;
}

/* .tab-content > .active, .pill-content > .pill-pane {
  height: auto !important;
  visibility: visible !important;
}

 .tab-content > .tab-pane, .pill-content > .pill-pane  {
  display: block !important;
  height: 0;
  visibility: hidden;
}   */

.nav-tabs .nav-link {
  font-size: 24px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #000;
  padding: 0 24px;
  line-height: 24px;
  background: none;
  color: #010104;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: "Whitney-Semibold";
  color: #010104;
  background: inherit;
  border-color: #000;
}

.nav-tabs {
  border-bottom: 0;
}

.transparent-heading {
  font-size: 95px;
  color: #e5e5e5;
  font-family: "Whitney-Bold";
}

.nav-tabs li:first-child .nav-link {
  padding-left: 0;
}

.nav-tabs li:last-child .nav-link {
  padding-right: 0;
  border: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #000;
  color: #ec3a34;
}

.bg-red {
  background-color: #ec3a34;
  color: #fff;
}

.modal-content,
.modal-header,
.modal-footer {
  border-radius: 0;
  border: 0;
}

button.close,
.modal-header .close {
  color: #fff;
  text-shadow: inherit;
  opacity: 1;
  position: relative;
  top: -39px;
  padding: 0;
  font-weight: normal;
}

.modal-header .close i {
  margin-right: 8px;
}

::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}

:-moz-placeholder {
  color: #495057;
  opacity: 1;
}

::-moz-placeholder {
  color: #495057;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b2b2b3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(225 226 226 / 25%);
}

.custom-control-label::before {
  width: 20px;
  height: 20px;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0 8px 3px #dad4d4;
}

.slick-dots li button {
  font-size: 0px;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 50%;
  background: #b2b2b2;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li.slick-active button {
  background: #ec3532;
}

.slick-dots {
  text-align: center;
  margin-top: 52px;
  padding: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.main-nav,
.main-nav * {
  /*! margin: 0; */
  /*! padding: 0; */
  list-style: none;
}

.main-nav ul {
  margin: 4px auto 8px;
  display: flex;
  gap: 10px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  border-bottom: 3px solid rgb(0 0 0 / 0%);
  margin: 20px 0px 0 20px;
  transition: 0.3s;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Whitney-Medium", sans-serif;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  text-decoration: none;
  border-color: #fff;
}

.main-nav .drop-down ul {
  display: none;
  position: absolute;
  left: 20px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  margin: 0;
}

.drop-down {
  position: relative;
}

.main-nav .drop-down:hover>ul {
  display: block;
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav ul {
  margin: 4px auto 8px;
  display: flex;
  gap: 10px;
}

.main-nav .drop-down li {
  min-width: 180px;
  max-width: 180px;
  position: relative;
  white-space: normal;
}

.main-nav .drop-down .drop-down li {
  min-width: 250px;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  border-width: 1px;
}

.main-nav .drop-down ul a:hover {
  color: #ec3a34;
  background: #eee;
}

.main-nav .drop-down>a:after {
  padding-left: 10px;
  font-family: "icomoon";
  content: "\e910";
  font-size: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  height: 350px;
  overflow-x: hidden;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
  margin: 0;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\e910";
  position: absolute;
  right: 15px;
  transform: rotate(270deg);
  font-size: 12px;
  padding-left: 0;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1b1b1b;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav li {
  border-bottom: 1px solid #494949;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #ec3a34;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f105";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #2f2f2f;
}

.mobile-nav .drop-down li ul li {
  padding-left: 20px;
  border-bottom: 1px solid #494949;
}

.mobile-nav .drop-down li ul li:first-child {
  border-top: 1px solid #494949;
}

.mobile-nav li ul li a {
  padding-left: 40px;
}

.mobile-nav .drop-down li ul li:last-child {
  border-bottom: 0;
}

.mobile-nav-toggle {
  position: fixed;
  right: 12px;
  top: 0;
  z-index: 10;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0;
}

.mobile-nav-toggle i {
  margin: 33px 0;
}

.sticky .mobile-nav-toggle i {
  margin: 26px 0;
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(0 0 0 / 80%);
  overflow: hidden;
  display: none;
}

.slick-arrow:hover,
.featured-products-slider .slick-arrow:hover,
.brand-home-slider .slide-arrow:hover {
  background-color: #c5c3c3;
}

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

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Header section
--------------------------------------------------------------*/

.logo-black {
  display: none;
}

header {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #ec3a34;
}

header.sticky {
  position: fixed;
  box-shadow: -1px 3px 3px 0px rgb(153 153 153 /40%);
  top: 0;
}

header .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #ec3a34;
  font-weight: 600;
}

.main-nav a {
  margin-top: 9px;
}

header.sticky .navigation {
  /*! padding-top: 18px; */
  /*! padding-bottom: 10px; */
}

header.sticky .main-nav a {
  /*! color: #000; */
}

header.sticky .logo-black {
  display: inline-block;
}

header.sticky .logo-white {
  display: none;
}

.header-top-bar .btn {
  text-transform: uppercase;
  padding: 6px 30px;
  font-family: "Whitney-Medium", sans-serif;
  font-size: 20px;
  border-radius: 30px;
}

.header-top-bar {
  background: #e9e9e9;
  height: 79px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-bar>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-bar i {
  color: #ec3a34;
  font-size: 20px;
  padding-right: 14px;
}

.call-btn {
  font-size: 18px;
  font-family: "Whitney-Semibold";
  color: #000;
  letter-spacing: 1px;
}

.call-btn:hover {
  color: #ec3a34;
  text-decoration: none;
}

.home-banner {
  margin-top: 0px;
}

.row.home-banner {
  padding: 0;
}

.banner-image {
  height: 430px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}



.navigation .logo {
  margin-right: auto;
}

.navigation {
  /*! padding-top: 28px; */
  display: flex;
  align-items: center;
  justify-content: right;

}

.navigation .btn {
  /*! float: right; */
  /*! text-transform: uppercase; */
  padding: 6px 20px;
  margin-left: 10px;
}


.main-nav {
  margin-right: 5px;
  display: flex;
  justify-content: center;
}

.banner-caption {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 349px;
  flex-direction: column;
  padding-bottom: 97px;
}

.banner-caption .big-head {
  font-size: 49px;
  font-family: "Whitney-Semibold";
  line-height: 54px;
  margin-bottom: 24px;
  max-width: 500px;
  width: 500px;
  min-width: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.banner-caption .big-head h1,
.banner-caption .big-head h2,
.banner-caption .big-head h3,
.banner-caption .big-head p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
  background: transparent !important;
}

.banner-caption p {
  font-size: 20px;
  line-height: 24px;
  width: 470px;
}

.search-form>div>div {
  background: #e5e1e1;
  margin-top: -42px;
  height: 84px;
  border: 5px solid #fff;
}

.search-category {
  float: right;
  width: 439px;
  border-left: 5px solid #fff;
  height: 100%;
}

.search-category button,
.search-category>div {
  height: 100%;
  border-radius: 0;
  outline: none;
}

.search-category button {
  background: rgb(195, 21, 16);
  background: linear-gradient(180deg,
  rgba(195, 21, 16, 1) 0%,
  rgba(234, 57, 51, 1) 100%);
  padding: 0 30px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: rgb(195, 21, 16);
  background: linear-gradient(180deg,
  rgba(195, 21, 16, 1) 0%,
  rgba(234, 57, 51, 1) 100%);
  outline: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #dfdfdf;
}

.bootstrap-select .bs-ok-default:after {
  width: 0.4em;
  height: 0.8em;
  border-width: 0 0.1em 0.1em 0;
  margin-left: 6px;
  position: relative;
  top: -3px;
}

.search-category .filter-option-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.search-category .filter-option-inner {
  height: 100%;
}

.search-field {
  float: left;
  width: calc(100% - 439px);
  height: 100%;
}

.search-field button {
  float: right;
  width: 70px;
  height: 100%;
  border: 0;
  background: #e9e9e9;
  font-size: 34px;
}

.search-field button:hover {
  background-color: #ec3a34;
  color: #fff;
}

.search-field input {
  width: calc(100% - 70px);
  background: #e9e9e9;
  height: 100%;
  padding: 0 27px;
  font-size: 25px;
  color: #010104;
  outline: none;
  border: 0;
  box-shadow: inherit;
}

.featured-products .transparent-heading {
  margin-top: 53px;
  margin-bottom: 30px;
}

.nav-tabs.filtertab .nav-link {
  position: relative;
}

.nav-tabs.filtertab .nav-link::after {
  content: "";
  width: calc(100% - 48px);
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: 0px auto;
}

.nav-tabs.filtertab li:first-child .nav-link::after {
  margin-left: 0;
  width: calc(100% - 24px);
}

.nav-tabs.filtertab li:last-child .nav-link::after {
  margin-right: 0;
  width: calc(100% - 24px);
}

.nav-tabs.filtertab .nav-item.show .nav-link::after,
.nav-tabs.filtertab .nav-link.active::after {
  background-color: #ec3a34;
}

.fitertab-main {
  margin-top: 60px;
}

.products-card {
  border: 1px solid #dfdada;
  width: 100%;
  min-height: auto;
  padding: 0 0 10px;
  margin-bottom: 15px;
  box-shadow: 2px 5px 9px 0px rgb(153 153 153 / 0%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}

.products-card:hover {
  box-shadow: 2px 5px 9px 0px rgb(153 153 153 / 56%);
}

.featured-products-slider .slick-slide {
  margin: 0 10px;
}

.featured-products-slider .slick-slide>div {
  padding: 10px;
}

.featured-products-slider .slick-track {
  margin: 0 -10px;
}

.brand-logo {
  text-align: right;
  width: 100%;
  display: inline-block;
  margin: 10px 0 5px;
}

.brand-logo img {
  width: 115px;
  height: 40px;
  object-fit: contain;
  float: right;
  margin-right: 10px;
}

.products-img {
  text-align: center;
  margin-bottom: 8px;
}


.products-img img {
  width: 100%;
  margin: 0px auto;
  max-height: 216px;
  min-height: 216px;
  object-fit: contain;
  padding: 0 10px;
}

.products-title {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
  font-family: "Whitney-Medium";
  padding: 0 10px;
  margin-bottom: 0;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.products-btns {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.products-btns i {
  font-size: 15px;
}

.products-btns .btn {
  font-size: 18px;
  line-height: 24px;
  border-radius: 0px;
  margin: 0 10px;
  width: 100%;
}

.products-btns .btn-outline-secondary {
  margin-right: 0;
  padding: 10px 16px;
}

.products-btns .btn-primary {
  padding: 10px 16px;
}

.featured-products-slider .slide-arrow.prev-arrow,
.brand-home-slider .slide-arrow.prev-arrow {
  left: -120px;
}

.featured-products-slider .slide-arrow.next-arrow,
.brand-home-slider .slide-arrow.next-arrow {
  right: -120px;
}

.featured-products-slider .slick-arrow,
.brand-home-slider .slide-arrow {
  background-color: #ededed;
}

.modal-heading {
  font-size: 30px;
  color: #06060a;
  line-height: 34px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.brochure-modal input {
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  font-size: 16px;
}

.brochure-list {
  padding: 0;
  background: #f7f7f7;
  border-top: 1px solid #b2b2b2;
  margin-top: 30px;
}

.brochure-list li {
  list-style: none;
  font-size: 18px;
  padding: 20px 20px;
  border-bottom: 1px solid #d7d7d7;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

.custom-control-label::after {
  width: 20px;
  height: 20px;
}

ul.brochure-list li i {
  margin: 0 10px;
  font-size: 22px;
}

.our-services .sub-heading {
  margin-bottom: 45px;
}

.service-item>a.title {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-height: 260px;
  margin-bottom: 18px;
}

/* .service-item a.title:hover img{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */
.service-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.service-item h3 {
  font-size: 24px;
  font-family: "Whitney-Bold";
  margin-bottom: 15px;
}

.industry-page .service-item h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  overflow: hidden;
}

.service-item p {
  font-size: 18px;
  color: #5c5c5c;
  line-height: 24px;
  margin-right: 50px;
  margin-bottom: 0;
}

.service-item ul,
.service-item ol {
  padding: 0 17px;
  margin-bottom: 0;
}

.service-item li {
  color: #5c5c5c;
  font-size: 18px;
}

.industry-page .service-item p {
  display: none !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-item {
  width: 100%;
  padding-right: 13px;
  margin-bottom: 0px;
}

.industry-page .service-item {
  margin-bottom: 30px;
}

.industry-page .service-item>a.title,
.industry-page .service-item img {
  max-height: 200px;
  margin-bottom: 10px;
}

.industry-page [class^="col"] {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.media-heading .sub-heading {
  float: left;
  padding-right: 116px;
}

.media-heading p {
  font-size: 18px;
  line-height: 30px;
  float: left;
}

.media-heading .underline-btn {
  float: right;
}

.media-heading {
  margin-bottom: 30px;
}

.media-img {
  min-height: 534px;
  max-height: 534px;
  height: 534px;
  overflow: hidden;
  margin-bottom: 12px;
  margin-right: 12px;
  position: relative;
}

.media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-img.img-half {
  min-height: 261px;
  max-height: 261px;
  height: 261px;
  margin-right: 0;
}

.media-img.img-half::before {
  opacity: 0;
}

.media-img.img-half:hover::before {
  opacity: 1;
}

.media-img::before {
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  bottom: 0;
  background-image: linear-gradient(180deg,
  rgb(255 255 255 / 0%) 10%,
  #000000 100%);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.media-details {
  position: absolute;
  left: 41px;
  right: 30px;
  bottom: 52px;
}

.media-details h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Whitney-Bold";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.media-details p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 38px;
}

.media-img.img-half .media-details {
  bottom: 19px;
  left: 24px;
}

.media-img.img-half .media-details a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.media-img.img-half .media-details p {
  margin-bottom: 4px;
}

.media-img.img-half .media-details small {
  color: #fff;
  font-size: 14px;
}

.media-img.img-half .media-details {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.media-img.img-half:hover .media-details {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.media-img.img-half span {
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-top: 19px;
}

.media-img.img-half a:hover span {
  color: #fff;
  background-color: #cd2f31;
}

.testimonial-card {
  margin-top: 30px;
  padding: 37px;
  background: #fff;
}

img.quote-img {
  width: 50px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 18px;
  color: #0c152b;
  line-height: 31px;
  min-height: 193px;
  max-height: 193px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-img {
  width: 57px;
  height: 57px;
  background: #9b9b9b;
  border-radius: 50px;
  float: left;
  color: #fff;
  font-family: "Whitney-Bold";
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.testimonial-details h4 {
  font-family: "Whitney-Bold";
  font-size: 23px;
  margin-bottom: 3px;
}

.testimonial-details span {
  font-size: 16px;
  color: #cd2f31;
  min-height: 52px;
  max-height: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial .media-heading {
  margin-bottom: 0;
}

.book-service>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.round-btn {
  border-radius: 30px;
}

.book-service {
  min-height: 144px;
  display: none;
}

.book-service p {
  margin-bottom: 0px;
}

.book-service .btn {
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 20px;
}

footer {
  padding: 46px 19px 41px;
}

.footer-head {
  font-size: 24px;
  color: #0c152b;
  margin-bottom: 15px;
  font-family: "Whitney-Medium";
}

.footer-links {
  padding: 0;
}

.footer-links li {
  list-style: none;
  line-height: 30px;
}

.footer-links li a {
  color: #0c152b;
  font-size: 18px;
}

footer p,
footer a {
  color: #0c152b;
  font-size: 18px;
  line-height: 25px;
}

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

a.footer-logo img {
  width: 120px;
}

.footer-sub-head {
  font-size: 14px;
  text-transform: uppercase;
  color: #858586;
  margin-bottom: 25px;
}

ul.social-media {
  padding: 0;
}

ul.social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

ul.social-media li a {
  font-size: 20px;
}

.sub-footer>div {
  display: flex;
  justify-content: space-between;
}

.subscribe-email input {
  border: 0;
  background: #f7f7f7;
  border-radius: 30px 0px 0 30px;
  height: 56px;
  width: calc(100% - 60px);
  padding: 0 30px;
  outline: none;
}

.subscribe-email button {
  border: 0;
  background: #f7f7f7;
  border-radius: 0 30px 30px 0;
  float: right;
  height: 56px;
  width: 60px;
  color: #ec3a34;
}

.subscribe-email button:hover {
  background: #ec3a34;
  color: #fff;
}

.subscribe-email {
  width: 300px;
}

.sub-footer {
  margin-bottom: 20px;
  margin-top: 20px;
}

.copy-right {
  border-top: 1px solid #999;
  padding-top: 41px;
}

.copy-right p {
  color: #0c152b;
  font-size: 18px;
  margin-bottom: 0px;
}

.copy-right>div {
  display: flex;
  justify-content: space-between;
}

.copy-right p span {
  padding: 0 15px;
}

/* Inner pages */
ul.aboutus-menu.fixed {
  position: fixed;
  top: 85px;
  background: #fff;
  left: 0;
  z-index: 9;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 187px;
}

ul.aboutus-menu {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
}

ul.aboutus-menu li span {
  padding: 0 23px;
}

ul.aboutus-menu li a,
ul.aboutus-menu li span,
ul.aboutus-menu li {
  font-size: 20px;
  line-height: 24px;
  color: #010104;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumb {
  background: none;
  padding-left: 0;
}

ol.breadcrumb a {
  color: #010104;
  text-decoration: none;
}

.breadcrumb-item.active,
ol.breadcrumb a:hover {
  color: #ec3a34;
}

dl,
ol,
ul {
  font-size: 22px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.inner-banner {
  margin-top: 0px;
  height: 553px;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  padding-bottom: 65px;
}

.inner-heading {
  font-size: 48px;
  font-family: "Whitney-Semibold";
}

.overview-img {
  float: right;
  width: 750px;
  height: 350px;
  margin-left: 120px;
  margin-bottom: 40px;
  object-fit: cover;
}

.overview-img.careers-img {
  height: 480px;
}

img.title-img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 55px;
  object-position: 100%;
}

.team-management {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  padding: 0;
}

ul.team-management li {
  list-style: none;
  width: 240px;
  float: left;
  margin-right: 78px;
}

ul.team-management span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

ul.team-management a {
  display: inline-block;
  background: #f0f0f0;
  line-height: 30px;
  padding: 0px 25px 0px 0px;
  height: 37px;
}

.btn-round {
  border-radius: 30px;
}

.teamimg {
  margin-bottom: 10px;
}

ul.team-management small {
  color: #cd2f31;
  margin-bottom: 18px;
  display: block;
}

ul.team-management a i {
  width: 37px;
  height: 37px;
  background: #0074b2;
  color: #fff;
  float: left;
  margin-right: 25px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.team-management a small {
  float: left;
  margin-bottom: 0;
  padding: 4px 0 0;
  font-size: 18px;
  color: #010101;
}

ul.team-management a:hover small {
  color: #fff;
}

ul.team-management a:hover {
  background: #0074b2;
}

.teamimg img {
  border-radius: 17px;
  height: 244px;
  border: 1px solid #999;
}

ul.team-management li:last-child {
  margin-right: 0;
}

ul.aboutus-menu li a {
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  text-decoration: none;
}

ul.aboutus-menu li a:hover,
ul.aboutus-menu li.active a {
  text-decoration: none;
  border-color: #ec3a34;
}

form .row {
  padding: 0;
}

.brand-item {
  border: 1px solid #dfdada;
  box-shadow: 2px 5px 9px 0px rgb(153 153 153 / 0%);
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-item:hover {
  box-shadow: 2px 5px 9px 0px rgb(193 193 193 / 56%);
  /* cursor: pointer; */
}

.select-arrow {
  position: relative;
}
.select-arrow .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  font-size: 0.9rem;
  pointer-events: none;
}

#launcher {
  bottom: 30px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #495057;
}

.search-category .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #fff;
}

.paginations {
  float: right;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.paginations p,
.paginations a {
  color: #999;
  margin-bottom: 0;
}

.pagination-btns a {
  background: #ec3a34;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  float: left;
}

.pagination-btns {
  margin-left: 15px;
}

.pagination-btns a:hover {
  background: rgb(195, 21, 16);
}

.all-products>div {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.all-products {
  margin: 0 -15px;
}

.all-products .products-card {
  margin-bottom: 30px;
}

.product-details {
  border: 1px solid #999;
  padding: 30px;
  position: relative;
}

.product-details-slider img {
  margin: 0px auto;
  max-width: calc(100% - 540px);
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.product-details-slider-nav {
  margin: 0 230px;
}

.product-details-slider-nav img {
  width: 100%;
  height: 119px;
  object-fit: cover;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-details-slider-nav img:hover {
  opacity: 0.6;
}

.product-details-slider-nav .slick-slide {
  padding: 0 5px;
}

.product-details-slider-nav .slick-arrow {
  color: #000;
  background: #fff;
  border-radius: 0;
  font-size: 30px;
  line-height: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: -25px;
  padding: 0;
}

.product-details-slider-nav .slide-arrow.prev-arrow {
  left: -50px;
}

.product-details-slider-nav .slide-arrow.next-arrow {
  right: -50px;
}

.product-details-slider-nav .slick-slide.slick-current.slick-active img {
  border-color: #ec3a34;
}

.product-brand {
  width: 265px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.product-brand img {
  width: 100%;
  object-fit: contain;
}

.more-details {
  border: 1px solid #999;
  padding: 30px 70px;
  margin-top: 50px;
}

.more-details .nav-tabs .nav-link {
  color: #06060a;
  text-transform: inherit;
  padding: 15px 20px !important;
  display: inline-block;
  border: 1px solid #999 !important;
  background: linear-gradient(180deg,
  rgb(246 245 245) 0%,
  rgb(211 211 211) 100%);
  font-size: 20px;
}

.more-details ul.nav {
  margin-top: -60px;
  margin-bottom: 20px;
  padding-left: 0;
}

.more-details .nav-tabs .nav-item.show .nav-link,
.more-details .nav-tabs .nav-link.active,
.more-details .nav-tabs .nav-link:hover {
  color: #fff;
  background: #ec3a34;
  border-color: #ec3a34 !important;
  font-family: "Whitney-Book", sans-serif;
}

.more-details p {
  font-size: 20px;
  line-height: 24px;
  padding-right: 160px;
}

.more-details .nav-tabs .nav-item {
  background-color: #fff;
}

.more-right-details small {
  display: block;
  color: #ec3a34;
  font-size: 18px;
  line-height: 28px;
}

.more-right-details span {
  font-size: 20px;
  color: #06060a;
  line-height: 24px;
}

.more-right-details div {
  margin-bottom: 40px;
}

.more-right-details div:last-child {
  margin-bottom: 0;
}

.more-right-details {
  padding-left: 70px;
}

.more-details .tab-content {
  display: inline-block;
  width: 100%;
}

.more-details ul {
  margin-bottom: 0;
  padding-left: 20px;
}

a.video-modal-btn {
  display: inline-block;
  height: 260px;
  width: 100%;
  position: relative;
}

a.video-modal-btn img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

a.video-modal-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.video-modal-btn:hover {
  opacity: 0.6;
}

.video-details span {
  font-family: "Whitney-Medium", sans-serif;
  display: block;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.video-details .btn i {
  font-size: 28px;
  color: #ec3a34;
  padding-right: 11px;
}

.video-details .btn:hover i {
  color: #fff;
}

.video-details .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}

.grey-bg .slick-arrow {
  background-color: rgb(190 190 190);
}

.brands-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
}

.brands-list .brand-item {
  width: 14%;
  margin: 1%;
  background-color: #fff;
}

.applications-list .brand-item {
  height: 76px;
  margin: 0.5%;
  width: 19%;
  justify-content: flex-start;
}

.applications-list .brand-item:hover span {
  color: #ec3a34;
}

.applications-list .brand-item span {
  font-size: 18px;
  font-family: "Whitney-Medium";
  display: flex;
  align-items: center;
  line-height: 20px;
}

.applications-list .brand-item span i {
  font-size: 23px;
  margin-right: 16px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.applications-list .brand-item span img {
  width: 33px;
  margin-right: 16px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.applications-list .brand-item:hover i,
.applications-list .brand-item:hover img {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #ec3a34;
}

.brands-list.applications-list {
  padding: 0 0.5%;
  width: 100%;
}

.light-bg figure {
  position: absolute;
  left: -15px;
  right: -15px;
  top: -33px;
  bottom: 0;
  z-index: -1;
}

.light-bg {
  position: relative;
}

.light-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brands-list.brand-home-slider {
  display: block;
}

.brand-home-slider .slick-slide>div {
  padding: 0 10px;
}

a.btn.btn-primary.overlap {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.contact-form .form-control,
.contact-form .bootstrap-select button {
  border: 0;
  border-bottom: 1px solid #6d6d6d;
  border-radius: 0px;
  font-size: 16px;
  margin-bottom: 40px;
  background: #fff !important;
  padding: 15px 0;
}

.contact-form textarea {
  width: 100%;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #6d6d6d;
}

.contact-form textarea:focus-visible {
  outline: none;
}

#book_service textarea {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
}

#book_service .bootstrap-select {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
}

.contact-form form {
  margin-top: 40px;
}

.contact-details h1 {
  font-size: 48px;
  margin-bottom: 80px;
  font-family: "Whitney-Bold";
}

.contact-details h2 {
  font-size: 26px;
  font-family: "Whitney-Bold";
  margin-bottom: 20px;
  margin-top: 50px;
}

.map iframe {
  width: 100%;
  height: 583px;
}

.map {
  box-shadow: -1px -3px 11px 0px rgb(132 132 132 / 31%);
}

.paginations input {
  width: 40px;
  height: 30px;
  box-shadow: inset 0 0 8px 3px #dad4d4;
  border: 0;
  text-align: center;
  color: #999;
  margin: 0 5px;
  outline: none;
}

.paginations p,
.nu-of-di-prdts p {
  font-size: 16px;
}

.nu-of-di-prdts {
  display: flex;
  color: #999;
  align-items: center;
}

.nu-of-di-prdts .dropdown {
  width: 80px !important;
}

.nu-of-di-prdts .btn {
  font-size: 14px;
  padding: 5px 8px;
}

.nu-of-di-prdts p {
  margin-bottom: 0;
  margin-right: 15px;
}

.paginations input[type="number"]::-webkit-inner-spin-button,
.paginations input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.brands-slider img {
  width: 120px;
}

.brands-slider img {
  width: 150px;
  height: 80px;
  object-fit: contain;
}

.share-thispost {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.share-thispost ul {
  padding: 0;
  display: flex;
  margin-bottom: 0;
}

.share-thispost ul li {
  list-style: none;
}

.share-thispost span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #999;
  padding-right: 30px;
  margin-right: 30px;
}

.share-thispost ul li a i {
  font-size: 25px;
  padding-right: 10px;
}

.share-thispost ul li a .la-twitter {
  color: #32ccfe;
}

.share-thispost ul li a .la-facebook-f {
  color: #3c5b9a;
}

.share-thispost ul li a .la-whatsapp {
  color: #75fb8d;
}

.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after {
  position: static;
  font-weight: 900;
  font-family: "Line Awesome Free";
  color: #ec3a34;
  overflow: inherit;
  clip: inherit;
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "\f101";
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "\f100";
}

.datepicker table * {
  border: 1px solid #fff;
  padding: 15px 10px;
  background: #e5e5e5;
  font-family: "Whitney-Bold";
}

.datepicker table tr td:nth-child(even),
.datepicker table tr th:nth-child(even) {
  background: #d9d9d9;
}

.datepicker table tr td:nth-child(6),
.datepicker table tr th:nth-child(6) {
  background: #eaf4d9;
}

.datepicker table thead tr:first-child th {
  background: #fff;
  padding: 17px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.datepicker table thead tr:first-child th span {
  display: none;
}

.datepicker .picker-switch {
  pointer-events: none;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ec3a34 !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #ec3a34;
}

.categories-media ul li {
  list-style: none;
}

.categories-media ul {
  padding: 0;
}

.categories-media ul li a {
  font-size: 23px;
  border-bottom: 1px solid #c3c3c3;
  display: block;
  padding: 9px 0;
}

.more-details .nav-tabs .btn {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.more-details .nav-tabs .btn:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}

.more-details .nav-tabs .float-right {
  margin-left: 21%;
}

/* .applications-list.details-page-list .brand-item a {
  pointer-events: none;
  cursor: inherit;
} */

.modal-dialog {
  margin: 2.75rem auto;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #ccc !important;
  border-color: #ccc !important;
}

.brands-list .brand-item.bg-less {
  background: none;
  border: 0;
}

.margin_0 {
  margin: 0 !important;
}

.header-top {
  background-color: #ec3a33;
  color: #fff;
  padding: 8px;
  margin: 0 -15px;
}

.header-top a {
  color: #fff;
  text-transform: uppercase;
}

.promotional_banner a {
  text-transform: uppercase;
  width: 30%;
}

/*** //SMH-LandingPage-19082021// ***/
.select-sortBy {
  float: left;
}

.sort_selectBox .btn {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-family: "Whitney-Bold";
  color: #000 !important;
  font-weight: bold;
  background: none;
  border: inherit;
  padding-left: 0;
  box-shadow: inherit;
}

.select-sortBy .bootstrap-select>.dropdown-toggle:after {
  font-family: inherit;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #ce1f19;
  margin-left: 18px;
  margin-top: 1px;
}

.select-sortBy .btn-light:not(:disabled):not(.disabled).active,
.select-sortBy .btn-light:not(:disabled):not(.disabled):active,
.select-sortBy .show>.btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: inherit;
}

.knowledge figure {
  min-height: 180px;
  overflow: hidden;
}

.landList_item {
  border: 1px solid #bdbdbd;
  margin-bottom: 30px;
}

.landList_item .title::after {
  content: '';
  box-shadow: inset 0 65px 23px -15px rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
}

.landList_item img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: 187px;
  object-fit: cover;
}

.landList_item .title {
  border-top: 6px solid #ec3a34;
  display: block;
  position: relative;
}

.landList_item .landSort {
  position: absolute;
  top: 15px;
  left: 35px;
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
  font-size: 15px;
}

.landList_item h3 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-family: "Whitney-Medium";
  padding: 0;
  margin-bottom: 0;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.landList_item p {
  font-size: 18px;
  color: #5c5c5c;
  line-height: 24px;
  margin-bottom: 10px;
  min-height: 50px;
  max-height: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landList_item .landList_cont {
  padding: 25px 30px 20px;
}

.landList_cont .btn {
  text-transform: capitalize;
  padding: 6px 16px;
}

.land_video .title::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0.5;
}

.land_video .title i {
  position: absolute;
  color: #fff;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 0;
  right: 0;
  top: 40%;
  font-size: 55px;
}

.landList_item .title:hover i {
  color: #ec3a34;
}

.landing_dts_wrap .landDts_details {
  /*border: 1px solid #bdbdbd;*/
  border: none;
  margin-bottom: 30px;
}

.landDts_bnr img {
  max-width: 100%;
  border-top: 6px solid #ec3a34;
  border-bottom: 1px solid #bdbdbd;
}

.landDts_box {
  /*padding: 30px;*/
  padding: 0px;
  padding-top: 30px;
}

.landDts_box .land_date {
  color: #ec3a34;
  text-transform: uppercase;
  font-size: 15px;
}

.land_head {
  font-size: 24px;
  line-height: 28px;
  font-family: "Whitney-Medium";
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 2px;
}

.land_p,
.landDts_section li {
  font-size: 18px;
  /*color: #5c5c5c;*/
  line-height: 24px;
}

.landDts_section ol {
  padding-left: 18px;
  padding-top: 15px;
}

.landDts_section li {
  padding-bottom: 5px;
  line-height: 30px;
}

.landDts_box img {
  max-width: 100%;
}


#sigmaModal .modal-dialog,
#sigmaModal02 .modal-dialog {
  max-width: 60% !important;
}

#sigmaModal .modal-body,
#sigmaModal02 .modal-body {
  padding: 6px 6px 0;
}

.modal-header {
  position: relative !important;
}

.modal-header .close i {
  font-size: 1.5rem;
}

button.close,
.modal-header .close {
  color: #fff;
  position: absolute;
  top: 25px;
  padding: 0;
  right: 25px;
  width: 38px;
  height: 38px;
  left: auto;
  float: right;
  background: #ec3a34;
  z-index: 999;
  font-size: 20px;
}

.landDts_video a::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0.5;
}

.landDts_video .title i {
  position: absolute;
  color: #fff;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 0;
  right: 0;
  top: 40%;
  font-size: 55px;
}

.landDts_video .title:hover i {
  color: #ec3a34;
}

.landDts_video .vid_popup {
  position: relative;
  margin: 10px 0;
}

.vid_popup img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.errorDisplay {
  display: none;
}

.errorColor {
  color: red;
}

.more-details .nav {
  justify-content: center;
}

.dark-background {
  background-color: #070708 !important;
}

.red-text-color {
  color: #cd2f31;
}

.sticky {
  animation: smoothScroll 0.5s forwards;
}


.home-banner-slider {
  margin: 0 -15px;
}

.home-banner-slider .slick-slide {
  position: relative;
}

.home-banner-slider .slick-slide aside {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  text-shadow: none;
  height: 100%;
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

/* CMS heading classes (dark-blue-bg, black-bg) must not paint a panel over the banner */
.home-banner-slider .slick-slide aside .col,
.home-banner-slider .slick-slide aside [class*="-bg"] {
  background: transparent !important;
}

.home-banner-slider .slick-slide aside h1,
.home-banner-slider .slick-slide aside h3,
.home-banner-slider .slick-slide aside .big-head {
  font-size: 49px;
  font-family: "Whitney-Semibold", sans-serif;
  line-height: 54px;
  margin-bottom: 24px;
  max-width: 500px;
  width: 500px;
  min-width: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
  background: transparent !important;
}

.home-banner-slider .slick-slide aside p {
  font-size: 20px;
  line-height: 24px;
  max-width: 470px;
}

.home-banner-slider .slick-slide img {
  width: 100%;
}

.home-banner-slider h3 {
  font-size: 38px;
  line-height: 43px;
  margin-bottom: 20px;
}

.home-banner-slider .prev-arrow {
  left: 20px;
}

.home-banner-slider .next-arrow {
  right: 20px;
}

.form-control::placeholder,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  color: #212529;
}

/*=================================  Responsive ===================================== */
@media (min-width: 1500px) {
  .container {
    max-width: inherit;
    padding-left: 172px;
    padding-right: 172px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: inherit;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1600px) {
  .products-img img {
    max-height: 160px;
    min-height: 160px;
  }

  /*  button.close,
    .modal-header .close {
      top: -30px;

      font-size: 17px;
    }*/

  .products-title {
    margin-bottom: 0;
    min-height: 40px;
    max-height: 40px;
  }

  .brochure-list li {
    padding: 10px 20px;
  }

  .more-details {
    padding: 30px 53px;
  }

  .more-details .nav-tabs .btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  .categories-media ul li a {
    font-size: 16px;
    padding: 4px 0;
  }

  .underline-btn {
    font-size: 14px;
    padding-bottom: 1px;
  }

  .search-field input {
    font-size: 17px;
  }

  .our-services .sub-heading {
    margin-bottom: 25px;
  }

  ul.aboutus-menu li span {
    padding: 0px 33px;
  }

  .video-details span {
    font-size: 18px;
  }

  .more-details ul.nav {
    margin-top: -53px;
  }

  .more-right-details span {
    font-size: 16px;
  }

  .more-details .nav-tabs .nav-link {
    padding: 10px 20px !important;
    font-size: 16px;
  }

  .product-brand {
    width: 165px;
  }

  .teamimg img {
    object-fit: cover;
  }

  .btn {
    font-size: 14px;
  }

  .teamimg img {
    width: 100%;
  }

  ul.team-management a small {
    font-size: 14px;
  }

  ul.team-management span {
    font-size: 18px;
  }

  ul.team-management li {
    width: 18%;
    margin-right: 20px;
  }

  .overview-img {
    width: auto;
    height: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  ul.aboutus-menu.fixed {
    padding-right: 115px;
  }

  ul.aboutus-menu li a,
  ul.aboutus-menu li span,
  ul.aboutus-menu li {
    font-size: 16px;
  }

  ul.aboutus-menu.fixed {
    top: 75px;
  }

  .featured-products-slider .slide-arrow.next-arrow,
  .brand-home-slider .slide-arrow.next-arrow {
    right: -80px;
  }

  .featured-products-slider .slide-arrow.prev-arrow,
  .brand-home-slider .slide-arrow.prev-arrow {
    left: -80px;
  }

  .underline-btn {
    font-size: 14px;
  }

  dl,
  ol,
  ul {
    font-size: 16px;
  }

  .inner-heading {
    font-size: 2.5rem;
  }

  .inner-banner {
    height: 443px;
    margin-top: 0px;
  }

  .media-img.img-half .media-details small {
    font-size: 12px;
  }

  .bootstrap-select .bs-ok-default:after {
    margin-top: 0;
  }

  .service-item p,
  .media-details p,
  .copy-right p,
  .media-heading p,
  .footer-links li a,
  footer p,
  footer a,
  p,
  .more-details p,
  .service-item li {
    font-size: 16px;
    line-height: 24px;
  }

  .slick-arrow {
    width: 60px;
    height: 60px;
    margin-bottom: -30px;
    font-size: 18px;
    padding: 18px 0;
  }

  .dropdown-toggle::after {
    font-size: 14px;
  }

  .search-category button {
    padding: 0 15px;
  }

  .bootstrap-select.show-tick .dropdown-menu li a span.text,
  .search-category .filter-option-inner-inner {
    font-size: 16px;
  }

  .search-field button {
    font-size: 24px;
  }

  ul.brochure-list li i {
    font-size: 18px;
  }

  .custom-control-label {
    font-size: 14px;
    padding: 5px 0 0;
  }

  .modal-heading {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .footer-head {
    font-size: 18px;
  }

  .book-service .btn {
    font-size: 14px;
  }

  .sub-heading {
    font-size: 24px;
  }

  img.quote-img {
    width: 40px;
  }

  .testimonial-details span {
    font-size: 14px;
  }

  .user-img {
    width: 37px;
    height: 37px;
    font-size: 14px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .testimonial-details h4 {
    font-size: 18px;
  }

  .testimonial-card p {
    min-height: 144px;
    max-height: 143px;
    font-size: 16px;
    line-height: 24px;
  }

  .slick-dots li button {
    width: 13px;
    height: 13px;
  }

  .brands-slider img {
    width: 110px;
    margin: 0px auto;
  }

  .call-btn,
  .header-top-bar i,
  .main-nav a {
    font-size: 14px;
  }

  .fitertab-main {
    margin-top: 30px;
  }

  .featured-products .transparent-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .products-card {
    padding: 0 0 10px;
  }

  .products-title {
    padding: 0px 10px;
  }

  .products-btns .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
    /* height: 40px; */
    width: 100%;
  }

  .search-form>div>div {
    height: 60px;
    margin-top: -30px;
    border-width: 2px;
  }

  .products-title {
    font-size: 16px;
    line-height: 20px;
  }

  .transparent-heading {
    font-size: 74px;
  }

  .nav-tabs .nav-link {
    font-size: 17px;
  }

  .banner-caption {
    /*padding-left: 296px;
    padding-bottom: 80px;*/
    padding-left: 103px;
    /*! padding-bottom: 18px; */

  }

  .banner-caption p {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-caption .big-head {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 24px;
    max-width: 440px;
    width: 440px;
    text-shadow: 2px 2px 4px #00000050;
  }

  .header-top-bar .btn {
    font-size: 15px;
  }

  .header-top-bar {
    height: 60px;
  }

  /*.row { padding-left: 100px;
    padding-right: 100px;}*/
  .home-banner {
    margin-top: 0px;
  }

  .banner-image {
    /*! height: 443px; */
  }

  .logo img {
    width: 120px;
    filter: brightness(0) invert(1);
  }

  .copy-right {
    padding-top: 20px;
  }

  footer {
    padding: 30px 19px 20px;
  }

  .book-service {
    min-height: 114px;
  }

  .service-item h3 {
    font-size: 20px;
  }

  header.sticky {
    top: 0px;
  }
}

@media (max-width: 1366px) {
  .products-title {
    font-size: 16px;
    line-height: 20px;
  }

  /*  .row {
    padding-left: 80px;
    padding-right: 80px;
}*/
  .products-img img {
    width: 100%;
  }
}

@media (max-width: 1250px) {
  .industry-page [class^="col"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navigation .btn {
    padding: 6px 12px;
    margin-left: 20px;
    font-size: 13px;
  }

  .main-nav a {
    margin: 8px 0px 0 13px;
  }

  .applications-list.brands-list .brand-item {
    width: 32%;
  }

  .applications-list .brand-item span {
    font-size: 14px;
  }

  .modal-header {
    min-height: 54px;
  }

  .product-details-slider-nav {
    margin: 0 30px;
  }

  .product-details-slider img {
    margin: 0px auto;
    max-width: calc(100% - 170px);
  }

  .more-details p {
    padding-right: 0;
  }

  .more-right-details {
    padding-left: 0;
  }

  .more-details {
    padding: 30px 15px;
  }

  .all-products>div {
    width: 33%;
  }

  ul.aboutus-menu li span {
    padding: 0 12px;
  }

  dl,
  ol,
  ul {
    font-size: 14px;
  }

  ul.aboutus-menu {
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    align-items: center;
    left: 0;
  }

  .overview-img {
    width: 100%;
    margin-left: 0;
    object-fit: cover;
    object-position: 100%;
  }

  ul.team-management li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  .products-img img {
    width: 230px;
  }

  .custom-control-label,
  ul.brochure-list li i {
    font-size: 14px;
    padding: 5px 0;
  }

  .modal-heading {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  button.close,
  .modal-header .close {
    top: 20px;
    right: 10px;
    font-size: 17px;
  }

  .header-top-bar .btn {
    padding: 5px 13px;
  }

  .featured-products {
    margin-bottom: 20px;
  }

  .service-item p {
    margin-right: 0px;
  }

  .transparent-heading {
    font-size: 40px;
  }

  .search-category button {
    padding: 0 15px;
  }

  .banner-caption {
    padding-left: 100px;
  }

  .search-field {
    width: calc(100% - 200px);
  }

  .search-category {
    width: 200px;
  }

  .row {
    padding-left: 100px;
    padding-right: 100px;
  }

  header .row {
    padding-left: unset;
    padding-right: unset;
  }

  .featured-products-slider .slide-arrow.next-arrow {
    right: -50px;
  }

  .featured-products-slider .slide-arrow.prev-arrow {
    left: -50px;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
    margin-bottom: -20px;
    font-size: 16px;
    padding: 10px 0;
  }

  .featured-products-slider .slide-arrow.next-arrow,
  .slide-arrow.next-arrow,
  .brand-home-slider .slide-arrow.next-arrow {
    right: 20px;
  }

  .featured-products-slider .slide-arrow.prev-arrow,
  .slide-arrow.prev-arrow,
  .brand-home-slider .slide-arrow.prev-arrow {
    left: 20px;
  }

  .brands-main {
    margin-bottom: 20px;
  }

  .slick-dots {
    margin-top: 0;
  }
}

@media (max-width:990px) {
	
	.arab-lab .slick-slide aside {
  position: relative;
  background: #eee;
  padding: 20px;
}

.arab-lab .slick-slide aside .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.arab-lab .slick-slide img {
  object-position: right;
  height: auto !important;
}

  .land_head {
    font-size: 18px;
  }

  .land_p,
  .landDts_section li {
    font-size: 16px;
  }

  .promotional_banner a {
    width: 100%;
  }

  .brands-list .brand-item {
    width: 23%;
  }

  .more-right-details div {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .contact-details h2 {
    font-size: 20px;
  }

  .contact-details h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .all-products>div {
    width: 50%;
  }

  .teamimg img {
    height: 180px;
  }

  .media-page a {
    word-break: break-all;
  }

  .home-banner-slider .slick-slide img {
    height: 200px;
    object-fit: cover;
  }

  .home-banner-slider h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .home-banner-slider .slick-slide aside p {
    display: none;
  }

  .home-banner-slider .slick-slide aside {
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
  }

  .home-banner-slider .prev-arrow,
  .home-banner-slider .next-arrow {
    bottom: 40px;
  }


}

@media (max-width: 768px) {
  .copy-right>div {
    display: inline-block;
  }

  .media-img {
    margin-right: 0;
  }

  .slick-dots {
    margin-top: 0;
  }

  .testimonial-details span {
    min-height: auto;
    max-height: initial;
  }

  .testimonial-card p {
    min-height: auto;
    max-height: initial;
    overflow: auto;
  }

  .sub-footer>div {
    display: inline-block;
  }

  .media-img {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
  }

  .service-item {
    margin-bottom: 30px;
  }

  .service-item p {
    margin-right: 0px;
    min-height: auto;
    margin-bottom: 15px;
  }

  .service-item h3 {
    min-height: auto;
  }

  .row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {

  dl,
  ol,
  ul {

    padding: 0;
    word-break: break-all;
  }

  .inner-banner {
    height: 253px;
    margin-top: 0px;
  }

  .industry-page [class^="col"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navigation .btn {
    margin-right: 6px;
    margin-left: 0;
    padding: 6px 9px;
  }

  .navigation {
    padding-right: 40px !important;
  }

  .mobile-nav-toggle i {
    margin: 28px 0;
  }

  .applications-list.brands-list .brand-item {
    width: 49%;
  }

  .brands-list .brand-item {
    width: 31%;
  }

  a.video-modal-btn i {
    font-size: 40px;
  }

  .more-details .btn {
    margin-bottom: 10px;
  }

  .more-details .btn .btn {
    margin-bottom: 0;
  }

  .brochure-select i {
    font-size: 15px;
    top: 10px;
    left: 8px;
  }

  .brochure-select button {
    padding: 0 0 0 20px;
  }

  .inner-heading {
    font-size: 1.6rem;
  }

  img.title-img {
    margin-bottom: 20px;
  }

  .sub-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }

  ul.aboutus-menu {
    flex-wrap: wrap;
  }

  ul.aboutus-menu li a {
    padding-bottom: 0px;
    border-width: 1px;
  }

  ul.aboutus-menu li span {
    padding: 0 12px;
  }

  ul.aboutus-menu li a,
  ul.aboutus-menu li span,
  ul.aboutus-menu li {
    font-size: 14px;
  }

  ul.aboutus-menu.fixed {
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 20px;
  }

  .teamimg img {
    height: 240px;
  }

  ul.team-management li {
    width: 48%;
  }

  .btn {
    font-size: 14px;
    padding: 5px 8px;
  }

  .featured-products .transparent-heading {
    text-align: center;
  }

  .filtertab {
    justify-content: center;
  }

  .filtertab .nav-item {
    margin-bottom: 10px;
  }

  .nav-tabs.filtertab .nav-link::after {
    bottom: 0;
  }

  .featured-products-slider .slick-track {
    margin: 0;
  }

  .service-item {
    padding-right: 0px;
  }

  .media-details p {
    margin-bottom: 15px;
  }

  .media-details {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .media-img {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
  }

  .service-item p,
  .media-details p,
  .copy-right p,
  .media-heading p,
  .footer-links li a,
  footer p,
  footer a,
  p,
  .service-item li {
    font-size: 14px;
    line-height: 24px;
  }

  .subscribe-email input,
  .subscribe-email button {
    height: 45px;
  }

  .copy-right p,
  .copy-right a {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .nav-tabs.filtertab .nav-link::after {
    height: 2px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .transparent-heading {
    font-size: 23px;
  }

  .products-card {
    min-height: 400px;
  }

  .media-img.img-half .media-details a {
    display: inline-block;
  }

  .search-form>div>div {
    height: 50px;
  }

  .header-top-bar .btn {
    margin-right: 30px;
  }

  header .row,
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-caption p {
    width: 100%;
  }

  .banner-caption {
    padding: 0 20px 50px;
  }

  .banner-caption p br {
    display: none;
  }

  .banner-caption .big-head {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }

  .search-field button {
    font-size: 20px;
  }

  .media-img.img-half::before,
  .media-img.img-half .media-details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .sort_selectBox .btn {
    font-size: 17px;
    line-height: 28px;
    font-family: unset;
  }

  .share-thispost {
    display: unset;
  }

  .share-thispost span {
    border: 0;
    margin-bottom: 10px;
    display: block;
  }

  .featured-products-slider .slide-arrow.next-arrow{
    right: -35px;
  }

  .featured-products-slider .slide-arrow.prev-arrow {
    left: -35px;
  }

}

@media (max-width: 479px) {
  .sticky .mobile-nav-toggle i {
    margin: 22px 0;
  }

  .overview-img.careers-img {
    height: auto;
  }

  .nu-of-di-prdts {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .brands-list .brand-item {
    width: 48%;
  }

  .more-details .nav-tabs .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .more-details .nav-tabs .float-right {
    margin-left: 0;
  }

  .more-details .nav-tabs li,
  .more-details .nav-tabs .btn {
    width: 100%;
  }

  .more-details .nav-tabs .nav-link {
    padding: 8px 6px !important;
    font-size: 16px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .more-details ul.nav {
    margin-top: 0;
  }

  .product-brand {
    width: 165px;
    position: static;
    margin: 0px auto;
    height: 50px;
  }

  .product-details-slider img {
    margin: 0px auto;
    max-width: 100%;
    object-fit: contain;
  }

  .all-products>div {
    width: 100%;
  }

  .inner-banner {
    padding-bottom: 30px;
    height: 220px;
  }

  .overview-img {
    width: 100%;

    object-fit: contain;

    height: auto;
  }

  ul.team-management li {
    width: 100%;
  }

  .nav-tabs.filtertab .nav-link::after {
    width: 100% !important;
  }

  .nav-tabs .nav-link {
    border: 0;
    padding: 1px 0px !important;
    margin: 0 10px 0;
  }

  .book-service {
    min-height: auto;
    padding: 20px 15px;
  }

  .book-service .btn {
    font-size: 14px;
    padding: 7px 20px;
    margin-top: 15px;
  }

  .book-service>div {
    display: inline-block;
  }

  .banner-slider .slide-arrow.next-arrow {
    left: 70px;
  }

  .banner-slider .slick-arrow {
    bottom: 15px;
    margin-bottom: 0;
  }

  .copy-right>div {
    display: block;
  }

  .media-heading .underline-btn {
    float: left;
    font-size: 14px;
  }

  .search-form>div>div {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
  }

  .featured-products-slider .slick-track {
    margin: 0;
  }

  .featured-products-slider .slick-slide>div {
    padding: 0;
  }

  .search-field {
    width: 100%;
  }

  .search-category {
    width: 100%;
    border: 0;
  }

  .subscribe-email {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .logo img {
    width: 100px;
  }
}





@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (min-width: 992px) { 
  .media-img.img-half {
    min-height: 165px;
    max-height: 261px;
    height: 165px;
    margin-right: 0;
}
}
