body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: Assistant;
  color: #2a2c32;
  background-color: white !important;
}

.apply-btn {
  width: 260px;
  border-radius: 3px;
  padding: 5px;
}
.hero-1{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-1 .overlay-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  /* text-align: left; */
  z-index: 1;
  max-width: 1320px;
  flex-direction: column;
  padding-top: 40px;
}

.bannerP-1 {
    color: #fff;
    text-align: left;
    /* text-shadow: 0 1px 6px rgba(0, 0, 0, 0.76); */
    font-size: 38px;
    text-wrap: wrap;
    /* padding: 0px 85px; */
    margin-bottom: 0px;
    line-height: 1.26;
    padding-top: 20px;
    width: 945px;
    background: rgba(47, 48, 50, 0.3);
    padding: 12px 10px 10px 20px;
}



.bannerP-2 {
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.76) 0px 1px 6px;
  font-size: 38px;
  margin-bottom: 0px;
  line-height: 1.26;
  text-wrap: wrap;
  padding: 20px 85px 0px;
}

.hero-text-1{
position: relative;
left: -20px;
max-height: 99px;
}

@media (min-width:768px) and (max-width:1025px) {
	.height-content{
		margin-top:52px;
	}
}


.hero-2 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-2 .overlay-2{
position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 1;
    max-width: 1320px;
    flex-direction: column;
    padding-bottom: 200px;
}
.overlay-2 img {
  max-height: 99px;
}

.site-banner {
  background-image: url("./group-63.png");
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: Assistant;
}

body {
  background-color: #322b2b;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 50px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 50s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: auto;
  padding: 0px 20px;
}

.custom-logo-1{
  width: 100px;
}
.custom-logo-2{
  width: 130px;
}
.custom-logo-3{
  width: 180px;
}
.custom-logo-4{
  width: 150px;
}

.video-triangle {
  position: absolute;
  bottom: 5%;
  right: 0%;
}
@media (max-width: 767px){
  .video-triangle{
    width: 15%;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .hero-1{
    height: unset;
  }
  .video-triangle{
    width: 15%;
  }
  .bannerP-1{
    width: 341px;
  }
  .hero-text-1 {
    width: 60%;
    padding-left: 15px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px){
  .bannerP-1{
    font-size: 18px;
  }
}

.hero-video {
  pointer-events: none;
  user-select: none;
}

.arrow {
  top: 68%;
  left: 32%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid #0b304f;
  border-right: 5px solid #0b304f;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/* Hide the arrow when collapse is active */
.arrow.hide {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .arrow {
    top: 50%;
    left: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .arrow {
    top: 57%;
    left: 30%;
  }
}

.custom-close{
  justify-content: space-between !important;
}

.custom-head-title{
  font-weight: 700;
  
}

p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: Assistant;
}

.categories-list a:hover {
  color: #0099a7 !important;
}

.banner-heading {
  padding: 0px 300px;
  font-family: Assistant;
}

.site-content .ast-container {
  display: block;
}

.foot1-space {
  padding: 0px 20px;
}

.read-icon {
  color: #0099a7;
  cursor: grab;
}

.home-back {
  background-color: #f1f9fa;
}

.home-back1 {
  background-color: #ffffff;
}

.home-back1.active {
  background-color: #f1f9fa;
}

.banner-content p {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.76);
  font-size: 38px;
  text-wrap: wrap;
  padding: 0px 85px;
  margin-bottom: 0px;
  line-height: 1.26;
}

.secone-title {
  color: #0b304f;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  display: none !important;
}

.ast-container {
  max-width: 100% !important;
  padding: 0px !important;
}

.secone-content {
  color: #222222;
  text-align: center;
  padding: 0px 150px;
  line-height: 1.6;
  font-family: Assistant;
}

.icon2 {
  margin-left: 3px;
}

.bg-color {
  background-color: #f5f5f5 !important;
}

.footer {
  background-color: #2d323e;
}

.section1 {
  padding: 40px 0px;
}

.section2 {
  background-color: #232938;
}

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

.gtranslate_wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/wp-content/uploads/2024/11/angle-down-solid.png") no-repeat center right 12px !important;
  background-size: 10.6px !important;
  background-position: center right 15px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  outline: none;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-weight: 600;
  background-color: #ffffff;
  color: #0b304f;
  line-height: normal;
  border-radius: 20px;
  font-family: Assistant;
}

h4.site-title {
  font-size: 24px;
  font-weight: 700;
  color: #0b304f;
  margin-bottom: 20px;
  font-family: Assistant;
}

h6.title {
  font-size: 36px;
  font-weight: 800;
  color: #0b304f;
  margin-bottom: 30px;
  font-family: Assistant;
}

.bg-color {
  background-color: rgba(121, 180, 186, 0.12);
}

.section {
  padding: 80px 0px;
}

.section3 {
  padding: 60px 0px;
}

.site-header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  color: #2a2c32;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: Assistant;
}

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

.nav {
  padding: 0 1rem;
}

.nav-btn {
  display: none;
  width: 25px;
  height: 30px;
  position: relative;
}

.nav-btn label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(105, 105, 105);
  margin: 6px 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.nav-btn span:nth-child(1) {
  top: 0;
}

foot-icon img {
  margin: 0 0px 0.1px 0;
  object-fit: contain;
}

.email_phone img {
  width: 21.1px;
  height: 15.3px;
  margin: 4px 9.9px 3.7px 0;
  object-fit: contain;
}

.email_phone a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;
  text-align: left;
  color: #aaa;
}

.phone_email img {
  width: 21.6px;
  height: 18.6px;
  margin: 2px 12.1px 2.4px 0;
  object-fit: contain;
}

.phone_email a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;
  text-align: left;
  color: #aaa;
}

.foot-text {
  margin-bottom: 15px;
}

/* .foot-icon {
  margin-top: 21px;
} */

.foot-size .list-unstyled {
  line-height: 1.56;
}

.long_list {
  margin-top: 40px;
}

.long_list {
  font-family: Assistant;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
}

.email_phone a:hover {
  color: #fff;
}

.phone_email a:hover {
  color: #fff;
}

.icon2 {
  margin-top: -1px;
}

.phone_email svg {
  margin-top: 5px;
}

.email_phone svg {
  margin-top: 5px;
}

.nav-btn span:nth-child(2) {
  top: 12px;
}

.nav-btn span:nth-child(3) {
  top: 24px;
}

#nav-check {
  display: none;
}

#nav-check:checked+label span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}

#nav-check:checked+label span:nth-child(2) {
  opacity: 0;
}

#nav-check:checked+label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

.nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li {
  list-style: none;
}

.nav-list a {
  color: #2a2c32;
  display: block;
  padding: 37px 20px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: none !important;
  margin-right: 0px !important;
}

.nav-list .google-translator {
  padding: 30px 15px;
}

.gt_selector {
  border: 1px solid #0b304f;
  color: #ffffff;
  font-size: 14px;
  background: #0b304f;
  font-weight: 600;
  border-radius: 5px;
  width: auto;
}

.nav-list li:hover a {
  background-color: #f1f1f1;
  color: #0066cc;
}

.form-label.form-label-top {
  margin-bottom: 10px !important;
}

.foot-icon {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
  /* margin-top: 15px; */
}

.icon-home {
  margin-top: 2rem;
}

.site-banner .banner-title {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 48px;
  right: 160px;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  font-weight: bold;
  font-family: Assistant;
}

.container {
  padding: 0px !important;
}

.icon-head {
  color: #0b304f !important;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 26px;
  font-family: Assistant;
}

.icon-content {
  font-size: 18px;
  font-weight: 500;
  font-family: Assistant;
}

.icon1 {
  margin-top: 53px;
  margin-bottom: 1rem;
  font-family: Assistant;
}

.icon-head1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #0b304f !important;
  font-family: Assistant;
  margin-bottom: 25px !important;
}

.flsImgCon {
  padding-left: 75px;
}

@media (max-width: 767px) {
  .flsImgCon {
    padding-left: 12px;
  }
}

.icon-head2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #0b304f !important;
  font-family: Assistant;
  margin-bottom: 17px !important;
}

.img-icon3 {
  margin-bottom: 25px;
}

.icon-img3 {
  margin-bottom: 0px !important;
}

icon-img3 p {
  margin-bottom: 0px !important;
}

.new-btn{
  border-radius: 25px ;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08) ;
  background-color: #0b304f ;
  border: none ;
  font-size: 18px ;
  transition: none ;
  font-family: Assistant ;
  font-weight: bold ;
}

.new-btn:hover {
  background-color: #0b304f;
}

.new-btn:focus,
.new-btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #0b304f !important;
  border-color: #0b304f !important;
}

.btn {
  padding: 10px 23px;
  border-radius: 25px ;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08) ;
  background-color: #0b304f ;
  border: none ;
  font-size: 18px ;
  transition: none ;
  font-family: Assistant ;
  font-weight: bold ;
}

.btn:hover {
  background-color: #0b304f;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #0b304f !important;
  border-color: #0b304f !important;
}

.img-group {
  padding: 0px 80px;
}

.foot-text {
  color: #0099a7;
  font-weight: bold;
  font-size: 22px;
  font-family: Assistant;
}

.foot-icon a:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.email_phone svg:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.phone_email svg:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sign-bt {
  font-size: 18px;
  font-weight: bold;
  font-family: Assistant;
}

.list-unstyled li a {
  color: #aaa;
  text-decoration: none !important;
  font-size: 18px !important;
  font-family: Assistant;
}

.list-unstyled {
  margin-left: 0px !important;
  font-family: Assistant;
}

address {
  color: #aaa !important;
  font-family: Assistant;
}

.btn1 {
  border-radius: 23px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #2c689a;
  border: none;
  padding: 10px 20px;
  margin-top: 1rem;
  font-family: Assistant;
}

.btn1:hover {
  background-color: #2c689a;
}

.btn1:focus,
.btn1:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #2c689a !important;
  border-color: #2c689a !important;
}

.foot-text1 {
  color: #aaa;
  text-decoration: none !important;
  font-size: 18px;
  font-family: Assistant;
}

.foot-text1:hover {
  color: #aaa !important;
}

.foot-text1:focus,
.foot-text1:active .foot-text1:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: #aaa !important;
}

.product_infor {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .hero-1{
    height: unset;
  }
  .bannerP-1{
    width: 185px;
  }
  .hero-text-1 {
    padding-left: 30px;
    width: 50%;
  }
  .hero-1 .overlay-1{
    padding-top: 20px;
  }
  .banner-content p {
    padding: 10px !important;
    font-size: 16px !important;
    line-height: 1.2;
  }

  .arrow {
    top: 42% !important;
    left: 52% !important;
    transform: rotate(0deg);
  }

  .foot-text {
    margin-top: 10px !important;
  }

  .solutionsContainer .heading p {
    width: 100% !important;
  }

  .icon2 {
    margin-left: 6px !important;
    margin-bottom: 3px !important;
  }

  .icon-content1 {
    margin-bottom: 50px !important;
    font-size: 14px !important;
  }

  .img-icon3 {
    margin-bottom: 0px !important;
  }

  .icon-head1 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  .icon-head2 {
    font-size: 20px !important;
  }

  .sign-bt {
    font-size: 14px;
  }

  .banner-heading {
    padding: 0px 50px;
    margin-bottom: 10px;
    text-align: center;
  }

  .icon-head {
    font-size: 20px;
  }

  .section {
    padding: 30px 20px !important;
  }

  .section3 {
    padding: 30px 20px !important;
  }

  .secone-title {
    font-size: 22px;
  }

  p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }

  .secone-content {
    font-size: 14px !important;
    line-height: 1.8 !important;
    font-weight: normal !important;
    padding: 0px !important;
  }

  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .icon-img1 {
    margin-top: 0px !important;
  }

  .icon-img2 {
    margin-top: 0px !important;
  }

  .icon-img3 .mb-0 {
    margin-bottom: 1.5rem !important;
  }

  .icon-img3 .mb-5 {
    margin-bottom: 1rem !important;
  }

  .site-banner {
    height: 280px !important;
  }

  .list-unstyled li a {
    font-size: 14px !important;
  }

  .icon1 {
    margin-top: 0px !important;
  }

  .sec-inno p {
    margin-bottom: 20px !important;
  }

  .sec-inno h4 {
    margin-bottom: 20px !important;
  }

  .sec-inno .mb-4 {
    margin-bottom: 0px !important;
  }

  .img-group {
    padding: 0px !important;
  }

  .btn {
    font-size: 14px !important;
  }

  .btn1 {
    font-size: 14px !important;
    padding: 6px !important;
  }

  .foot-text h5 {
    font-size: 18px !important;
  }

  address span {
    font-size: 14px !important;
  }

  .foot-text1 {
    font-size: 12px !important;
  }

  .foot-text2 {
    margin-bottom: 10px !important;
  }
  
}

@media (max-width: 991px) {
  .nav-btn {
    display: block;
  }

  .nav {
    padding: 0.5rem 10px;
  }

  .nav-list {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    overflow: hidden;
    transition: height 0.3s ease-in;
    flex-direction: column;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li a {
    padding: 15px 20px;
  }

  #nav-check:checked~.nav-list {
    height: calc(100vh - 80px);
  }

  #nav-check:not(:checked)~.nav-list {
    height: 0;
  }

  .google-translator .gtranslate_wrapper {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .banner-heading {
    padding: 0px 150px !important;
  }

  .banner-content p {
    padding: 0px 85px !important;
  }

  .solutionsItem {
    margin: 0px 25px 25px 25px !important;
  }

  .icon-head1 {
    font-size: 30px !important;
  }

  .icon-head2 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  .banner-content p {
    padding: 0px 50px;
  }

  .site-banner {
    height: 400px;
  }

  .secone-content {
    padding: 0px 50px;
  }

  .icon2 {
    margin-left: 5px !important;
  }

  .container {
    padding: 0px 15px !important;
  }
  
  .icon-img1 {
    margin-top: -27px !important;
  }

  .banner-heading {
    padding: 0px 200px;
  }

  .sign-bt {
    font-size: 14px;
  }

  .icon-head1 {
    font-size: 26px !important;
  }

  .icon-head2 {
    font-size: 26px !important;
  }

  .solutionsItem {
    margin: 0px !important;
  }

  .foot-text1 {
    margin: 0px !important;
  }

  .solutionsContainer .heading p {
    width: 90% !important;
  }

  .img-group {
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  .banner-heading {
    margin-bottom: 10px;
  }

  .logos:before, .logos:after {
    background: none;
  }

  .banner-content p {
    line-height: 20px !important;
  }

  .solutionsContainer .heading p {
    width: 100% !important;
  }

  .icon-head1 {
    font-size: 20px;
  }

  .icon-head2 {
    font-size: 20px;
  }

  .icon-content1 p {
    margin-bottom: 50px !important;
  }
}

/*Satheesh*/
.solutionsContainer {
  background: #fff;
}

.solutionsContainer .heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Assistant;
}

.solutionsContainer .heading p {
  margin: 0px auto;
  font-family: Assistant;
}

.solutionsItem {
  text-align: center;
  margin: 0px 50px 50px 50px;
  font-family: Assistant;
}

.icon-content1 p {
  margin-bottom: 0px;
}

.icon-content2 p {
  margin-bottom: 0px !important;
  font-family: Assistant;
}

a:focus {
  outline: none;
}

.icon-content p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #222;
}

.icon-content1 p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #222;
}

.icon-content2 p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #222;
}

solutionsContainer .heading p {
  width: fit-content !important;
}

.icon6-content {
  margin-bottom: 30px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .icon-content {
    font-size: 14px !important;
  }

  .icon-content1 p {
    font-size: 14px !important;
  }
  .chartRecordersProducts .Parent1{
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-space {
    margin-bottom: 10px !important;
  }

  .space {
    margin-bottom: 7px !important;
  }

  .icon-content p {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .icon-content1 p {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .icon-content2 p {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .item-space {
    margin-bottom: 30px !important;
  }
}

.download-image-container img {
  transition: 0.5s;
}

.icons-secfoot {
  margin-top: 0px !important;
}

.btn.btn-primary {
  transition: 0.5s;
}

.btn.btn-primary:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.list-unstyled a:hover {
  color: #fff !important;
}

.foot-text1 a:hover {
  color: #fff !important;
}

.download-image-container img,
.res-title1,
.res-title2,
.res-title3 {
  transition: 0.5s;
}

.download-image-container:hover img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.download-image-container:hover p {
  color: #0099a7 !important;
}

.resource-cards :hover img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.resource-cards :hover .res-title1 {
  color: #0099a7 !important;
}

.resource-cards :hover .res-title2 {
  color: #0099a7 !important;
}

.resource-cards :hover .res-title3 {
  color: #0099a7 !important;
}

.down-image:hover img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.flashover:hover a {
  color: #0099a7 !important;
}

.circle:hover {
  /* Slightly enlarge the image on hover */
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
  /* Add a shadow effect */
}

.width-274 a:hover a .menuHeading {
  color: #0099a7 !important;
}

.width-274:hover .menuHeading a {
  color: #0099a7 !important;
}

.Logger-Model-Name span {
  font-weight: bold;
}

.archive-product-container:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.Rectangle-3233:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.Rectangle-3233:hover .Rectangle-3233 .Logger-Model-Name {
  color: #0099a7 !important;
}

.read-more-link:hover {
  color: #39bfcb !important;
}

.test-sec1:hover a {
  color: #39bfcb !important;
}

.part-card a:hover {
  color: #39bfcb !important;
}

.contact-submit-button:hover {
  background-color: #12446d;
}

.video-thumbnail:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.card.custom-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.banner_heading_con {
  margin: 0px auto;
  width: 100%;
  max-width: 1320px;
}

/* additional css */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

body {
  overflow-x: hidden !important;
  font-family: "Assistant", serif !important;
}

.hfeed.site {
  min-height: fit-content !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Assistant !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.entry-title.ast-blog-single-element a {
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #0b304f !important;
  margin: 0px !important;
}

.ast-excerpt-container.ast-blog-single-element p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
}

.ast-container {
  margin-top: 70px;
}

.carousel-indicators button {
  border: none !important;
}

.content-area.primary.ast-grid-3.ast-blog-layout-4-grid .site-main {
  max-width: 1120px;
  margin: 0px auto;
}

.ast-blog-layout-4-grid .ast-article-post {
  max-width: 30.33333% !important;
}

.ast-separate-container.ast-desktop .ast-blog-layout-4-grid .ast-row {
  justify-content: space-between !important;
}

.ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
  padding: 0;
}

.post-thumb-img-content.post-thumb a {
  /* width: 200px; */
  width: 100% !important;
  height: 200px !important;
  display: block;
}

.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.solution-container text,
.timeline_content a {
  text-transform: uppercase;
}

p {
  font-family: "Assistant", serif;
}

.pum-content.popmake-content p,
.contact-submit-button {
  font-family: "Assistant", serif;
}

.products-Container-Top img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: unset !important;
  height: unset !important;
}

.menuList a {
  color: #000;
}

.menuList a:hover {
  color: #0099a7;
}

.wpcf7-response-output {
  display: none;
}

.carousel-indicators button {
  background-color: #d3d3d3;
  /* Set the color for the inactive dots */
  width: 6px;
  /* Smaller size for the dots */
  height: 6px;
  /* Smaller size for the dots */
  border-radius: 50%;
  /* Ensures the dots are round */
  transition: background-color 0.3s ease;
  /* Smooth transition for color change */
}

.carousel-indicators .active {
  background-color: #1b8ddb;
  /* Set the color for the active dot */
}

.Rectangle-3233 {
  height: 100% !important;
  margin: 0px !important;
  position: relative;
}

.menu_main_con .container {
  height: L unset !important;
}

.solutions-banner {
  position: relative;
}

.solutions-banner img {
  height: 100%;
  max-width: unset;
  max-height: unset;
}

.solutions-banner-1{
  position: relative;
}

.blue-banner{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #fcfafa;
  position: absolute;
  top: 35%;
  right: 40%;
}

@media (max-width: 1024px) {
  .menu_main_con .container {
    height: unset !important;
  }
}

.products-Container-Top {
  max-width: 1320px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding-top: 35px;
}

.products-Container-Top a {
  text-decoration: none;
}

.userGuide {
  text-align: center;
  display: block;
  float: none;
}

.mainProDesc span {
  font-size: 18px !important;
}

.userGuide .userGuideBtn {
  border-radius: 12px;
  padding: 20px 30px;
  font-weight: bold !important;
  font-size: 110%;
  display: inline-block;
  margin: 10px 5% 10px;
  max-width: 90%;
  color: #0099a8 !important;
  width: 300px;
}

.social-share-buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.userGuideBtn svg {
  width: 240px !important;
}

.proTitle {
  max-width: 1000px;
}

.support-link {
  text-align: center;
  width: 290px;
  margin: 0 auto 20px auto !important;
  background: #ddd;
  padding: 20px 10px;
  border-radius: 15px;
  border: 1px solid #bbb;
  font-size: 110%;
  font-weight: 500;
}

.support-link a {
  color: #0099a9 !important;
  font-weight: bold !important;
}

.support-link span {
  font-size: 80%;
  color: #666;
  display: inline-block;
  line-height: 1.2em;
  padding: 0.3em 1em 1em;
  font-weight: 400;
}

.small.radius.button {
  background-image: none;
  border-radius: 10px 0px;
  background-color: #00699e;
  border-color: #0080c1;
  color: white !important;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #00699e;
  border-color: #0080c1;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
}

.Rectangle-3233 {
  width: 293px;
  height: auto;
  margin: 0 21px 20px 30px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.attachment-woocommerce_thumbnail {
  width: auto !important;
}

.P-1 {
  width: 100%;
  height: 221px;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}

.testimonial-section {
  background-color: #fff;
  /* Light background */
  padding: 3rem 30px;
}

.testimonial-heading {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b304f;
}

.carousel.slide {
  padding-bottom: 50px;
}

.testimonial-quote {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

.quote-icon {
  font-size: 3rem;
  color: #d3d3d3;
  display: block;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
}

.carousel-indicators button {
  background-color: #d3d3d3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #1b8ddb;
}

.con_container .testimonial-content {
  max-width: 775px !important;
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #2a2c32;
  padding-bottom: 30px !important;
}

.testimonial-name {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 8px !important;
}

.con_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-company,
.testimonial-position {
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.94 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #0099a7 !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  background-color: #0099a7 !important;
}

.P-1 div {
  width: 290px !important;
  height: 230px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.Logger-Model {
  padding: 10px 15px;
}

.Logger-Model-Name {
  font-family: "Assistant", serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  margin: 0px;
}

.product_description {
  font-family: "Assistant", serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
}

.description_strong {
  font-family: "Assistant", serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}

.menu_main_con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

.hfeed.site {
  top: 66px;
}

.temperature-parent-con {
  width: full;
  display: flex;
  justify-content: center;
}

.temperature-slider {
  width: fit-content;
}

.temperature_container {
  display: flex;
  justify-content: space-around;
  top: 13px;
  position: relative;
}

.temp_con_down {
  top: -3px !important;
}

.bottom_con {
  top: 0px !important;
}

.temperature_bar {
  width: 251px;
  height: 12px;
  margin: 8px 0 0;
  border-radius: 6px;
  background-image: linear-gradient(to right,
      #00d8ff,
      #678efc 36%,
      #fdb92d 68%,
      #ff4d2c);
}

.polygonup {
  left: 30px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}

.polygondown {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.pd1 {
  border-top: 11px solid #50a3fc;
}

.pd2 {
  border-top: 11px solid #fea22f;
}

.pol1 {
  border-bottom: 10px solid #50a3fc;
}

.pol2 {
  border-bottom: 10px solid #fea22f;
}

.temperature_value {
  width: fit-content;
  font-family: Assistant;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  margin-bottom: 2px;
}

.temperature-slider-Con {
  display: flex !important;
  justify-content: center !important;
  max-height: 140px !important;
}

.View-Details-Cus {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0px;
}

.products-Container-Top a {
  width: fit-content;
}

.Product-Short_description .heading5 {
  margin-top: 12px;
}

.e-con-inner {
  max-width: 1240px !important;
  padding-left: 20px !important;
}

.Product-Short_description li {
  list-style-type: disc !important;
  margin-left: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.Product-Short_description li::marker {
  color: #0099a7;
}

.e-con-inner,
.e-con-inner {
  max-width: 1320px !important;
  padding-left: 0px !important;
}

.e-con-inner p {
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2c32;
}

.View-Details-Cus {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0px;
}

.ast-container {
  display: grid !important;
}

.chart-recorders-products {
  max-width: 1320px;
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0px 35px;
  margin-bottom: 80px;
}

.productCon .ProDelImgCon {
  display: flex !important;
  flex-direction: column !important;
  align-items: centern !important;
  justify-content: center !important;
}

.shopengine-archive-mode-grid .temperature-slider {
  height: 130px !important;
}

.literature_image_link {
  height: unset !important;
  display: block !important;
}

.literaturePDFLink {
  height: 300px !important;
}

.tab-pane p {
  height: fit-content !important;
}

.ProDelImgCon img {
  height: auto !important;
  max-height: 572px !important;
}

.swiper-pagination-bullet-active {
  background: #0099a7 !important;
}

.product_description {
  margin-bottom: 12px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.measurementange {
  height: unset !important;
}

.productCon.container {
  margin-bottom: 60px;
}

.filter_img {
  width: 15px !important;
  height: 15px !important;
}

.filterP {
  top: 0px !important;
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #000 !important;
}

.elementor-heading-title {
  margin-bottom: 11px !important;
}

.product_cat-iot-devices a {
  height: 100% !important;
}

.Rectangle-3233 .temperature-slider-con {
  display: flex;
  justify-content: center;
}

.shopengine-widget .shopengine-grid ul.columns-4.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shopengine-archive-mode-grid .woocommerce-loop-product__title {
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #0b304f !important;
}

.proResBtnCon {
  margin-top: 20px;
}

.ProDelImgCon .proImage {
  max-width: 100%;
  max-height: 100%;
  width: unset !important;
  height: unset !important;
}

.solImgCon .solImg {
  height: 100% !important;
}


.temperature-parent-con .temperature-slider {
  width: fit-content;
  height: 130px !important;
}

.softImgCon {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}

.proImgCon .heading5 {
  margin-top: 35px !important;
}

.temperature-parent-con {
  margin-top: 0px !important;
}

.proResBtn a {
  background-color: #fff;
  width: fit-content;
  font-family: Assistant;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
  text-decoration: none;
}

.product_type_simple {
  display: none !important;
}

.shopengine-archive-mode-grid {
  height: 100%;
  box-shadow: -2px 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.elementor-83 {
  background: #fcfafa;
}

.wpc-posts-found p {
  display: none;
}

.elementor-83 .elementor-element.elementor-element-426f33f .shopengine-archive-products.shopengine-hover-disable .products .product {
  align-items: start !important;
}

.attachment-woocommerce_thumbnail {
  height: 160px !important;
  border-bottom: 1px solid #ebebeb !important;
  padding: 10px;
}

.shopengine-archive-products__left-image {
  width: 293px !important;
  height: 160px !important;
  overflow: hidden !important;
  /* Ensures that any overflow beyond the container isn't displayed */
}

.shopengine-archive-products__left-image img {
  width: auto !important;
  height: 100% !important;
  object-fit: contain !important;
  /* Ensures the image fits within the container without cropping */
  display: block !important;
  margin: 0 auto !important;
  /* Centers the image horizontally if it's narrower than the container */
}

.woocommerce-loop-product__title {
  width: 100% !important;
  padding-bottom: 0px !important;
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.29 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #0099a7 !important;
}

.Product-Short_description {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  margin: 0px 3px !important;
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.58 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #797979 !important;
  padding-bottom: 40px;
}

.description_strong {
  margin-right: 3px !important;
  height: 100%;
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  text-wrap: nowrap;
}

.shopengine-archive-mode-grid .shopengine-product-excerpt {
  padding-top: 12px !important;
  border-width: 0px 15px !important;
}

.description_strong.measurementange {
  font-weight: bold;
}

.shopengine-product-excerpt {
  border-width: 4px 11px 0px 11px !important;
  padding-bottom: 0px !important;
}

.details-con {
  justify-content: center;
  display: flex;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.details-btn {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
}

.elementor-element-1fbc721 {
  height: fit-content !important;
  padding-bottom: 10px !important;
}

.elementor-element-1fbc721 {
  gap: 0px !important;
}

/* temperature */
.temperature-parent-con {
  width: full;
  display: flex;
  justify-content: center;
}

.temperature-slider {
  width: fit-content;
}

.temperature_container {
  display: flex;
  justify-content: space-around;
  top: 13px;
  position: relative;
}

.temp_con_down {
  top: -3px !important;
}

.bottom_con {
  top: 0px !important;
}

.temperature_bar {
  width: 251px;
  height: 12px;
  margin: 8px 0 0;
  border-radius: 6px;
  background-image: linear-gradient(to right,
      #00d8ff,
      #678efc 36%,
      #fdb92d 68%,
      #ff4d2c);
}

.polygonup {
  left: 30px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}

.polygondown {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.pd1 {
  border-top: 11px solid #50a3fc;
}

.pd2 {
  border-top: 11px solid #fea22f;
}

.pol1 {
  border-bottom: 10px solid #50a3fc;
}

.pol2 {
  border-bottom: 10px solid #fea22f;
}

.temperature_value {
  width: fit-content;
  font-family: Assistant;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  margin-bottom: 2px;
}

/* temperature */

/* filter */
.wpc-filter-title {
  font-family: Assistant;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  text-transform: uppercase;
  padding: 8px 15px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 0px;
}

.wpc-filters-widget-wrapper {
  margin-top: 20px;
}

.wpc-filters-ul-list {
  padding: 11.8px 15px 15px 15px !important;
  margin-bottom: 0px !important;
}

.page-numbers {
  margin-top: 30px !important;
}

.wpc-filters-main-wrap input[type="checkbox"]:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.wpc-filters-main-wrap input[type="checkbox"]:checked {
  border-color: #038ed3;
  background: #038ed3;
  border-radius: 2px;
}

.wpc-term-item-content-wrapper label {
  width: 100% !important;
  justify-content: space-between !important;
}

.wpc-term-item-content-wrapper a {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #313131;
}

.wpc-term-count-value {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #313131;
}

.filter-chip-compo {
  display: none !important;
}

.shopengine-archive-products .wpc-custom-selected-terms {
  display: none;
}

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

.wpc-filters-section {
  margin-bottom: 0px !important;
  overflow: hidden;
}

.wpc-filters-section .wpc-filters-section.collapsed {
  margin-bottom: 12px;
}

.wpc-filter-header {
  cursor: pointer;
}

.wpc-filter-content {
  height: auto;
  transition: height 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

.wpc-filter-arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}

.measurementange {
  margin: 15px 0px 0px 14px;
}

.products {
  gap: 21px !important;
}

.archive-product-container {
  margin-bottom: 0px !important;
}

input[type="checkbox"]:checked {
  background-color: #038ed3 !important;
  /* Change background color */
  border-color: #038ed3 !important;
  /* Change border color */
}

.wpc-filters-main-wrap input[type="radio"]:hover,
.wpc-filters-main-wrap input[type="checkbox"]:hover {
  border-color: #038ed3 !important;
}

.wpc-filter-chips-105-1 {
  margin-bottom: 0px !important;
}

.wpc-term-item-content-wrapper label {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #313131;
}

/* filter */

.shopengine-archive-mode-grid .shipping-taxable {
  min-height: 655px !important;
}

.shopengine-archive-mode-grid .shipping-taxable .woocommerce-LoopProduct-link {
  min-height: 655px !important;
  display: flex !important;
  flex-direction: column !important;
}

/* media tab */

@media (min-width: 600px) and (max-width: 1024px) {
  .woocommerce .shopengine-widget .shopengine-grid ul.products li.product img {
    margin-bottom: 0px !important;
  }

  .temperature_bar {
    width: 100% !important;
  }

  .temperature-slider {
    width: 80% !important;
  }
}

.woocommerce .shopengine-widget .shopengine-grid ul.products li.product img {
  margin-bottom: 0px !important;
}

/* media tab */

/* media mobile */

@media (max-width: 600px) {
  .shopengine-widget .shopengine-grid ul.columns-4.products {
    grid-template-columns: auto !important;
  }

  .elementor-element-82856dc {
    padding: 0px 0px 0px 0px !important;
  }
}

/* media mobile */

.site-header {
  display: none;
}

.width-unset {
  width: unset !important;
}

.logo {
  width: 220px !important;
}

.flsDropD .container {
  padding-bottom: 70px !important;
}

.flsDropD,
.solDropD,
.proDropD {
  border-top: 1px solid #b4b4b4;
}

.flsDropD .pt-5 {
  padding-top: 3rem !important;
}

ul {
  margin-bottom: 0px !important;
  padding: 0px;
}

.solDropD .pb-5 {
  padding-bottom: 3rem !important;
}

.solDropD .pt-5 {
  padding-top: 3rem !important;
}

.width-274 .menuContent {
  margin-bottom: 0px !important;
}

.solContCon {
  height: fit-content;
}

.solContCon .width-274 {
  max-width: 274px;
  height: fit-content !important;
  margin-bottom: 10px;
}
.about-menu{
  margin-bottom: 10px !important;
}

.width-243 {
  padding-bottom: 30px !important;
}

.banner_arrow {
  position: absolute !important;
}

.ps-1 {
  margin-bottom: 0px !important;
}

.nav-item .nav-link {
  cursor: pointer;
  font-family: Assistant;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none;
  display: flex !important;
  justify-content: space-between;
}

.nav-item:hover .nav-link {
  color: #0099a7 !important;
}

.wpc-term-disabled input,
.wpc-term-disabled a,
.wpc-term-disabled span {
  cursor: pointer !important;
}

.submenu-item a {
  width: 100% !important;
  background: #fff !important;
  color: #0b304f !important;
  text-align: left !important;
  border: none !important;
  cursor: pointern !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
}

.menuList,
.submenu-item a {
  text-decoration: none;
}

/* bread-crumps css*/

.video-thumbnails-container {
  gap: 35px !important;
}

.breadcrumbs:hover a {
  text-decoration: underline;
}

.breadcrumbs a {
  color: #0b304f !important;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumbs a:active {
  color: #0099a7;
}

.breadcrumbs svg {
  height: 10px;
  width: 15px;
  margin: 0px 9px 0px 10px;
}

.breadcrumbs {
  margin: 30px 0px;
}

.current-breadcrumb {
  font-size: 14px;
  color: #0099a7;
}

/* products */

.tab-pane.fade.pt-4.packingP p {
  text-align: left !important;
}

body {
  font-family: Arial, sans-serif !important;
}

table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-color: #fff !important;
}

th,
td {
  padding: 10px !important;
  text-align: left !important;
}

th {
  background-color: #f0f0f0 !important;
  font-weight: bold !important;
}

tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

.note {
  font-size: 0.9em !important;
  color: #1a82d2 !important;
  text-align: center !important;
  padding-top: 10px !important;
  font-weight: bold !important;
}

.highlight {
  color: #1a82d2 !important;
}

.protabImg {
  max-height: 425px !important;
}

.heading5,
.tab-pane a {
  font-family: Assistant !important;
  font-size: 14px;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 2 !important;
  letter-spacing: normal !important;
  color: #0b304f !important;
}

.proDisc li,
.heading5 p,
.mainProDesc p,
.softCon .proDesc {
  font-family: Assistant !important;
  font-size: 18px;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.56 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #000 !important;
}

.sec-inno {
  margin-top: 66px !important;
}

.proDisc li::marker {
  color: #0099a7 !important;
}

.proCellCover {
  padding: 10px 14px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  background-color: #0099a7 !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
}

.nav-tabs .nav-link.active {
  background-color: #0099a7 !important;
  color: #fff !important;
}

.nav-link.active:hover {
  background-color: #0099a7 !important;
  color: #fff !important;
}

.nav-link {
  padding: 11px 16px 10px 16px !important;
  border-radius: 5px !important;
  border: solid 1px #eaeaea !important;
  background-color: #fff !important;
  color: #0b304f !important;
}

.nav-link:hover {
  color: #0099a7 !important;
}

.tab-content {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16) !important;
  padding: 25px 20px 22px;
  min-width: 520px;
}

.note {
  color: #0099a7 !important;
}

.nav {
  justify-content: unset !important;
  padding: 0px !important;
}

.nav-item {
  padding: 0px !important;
}

.productCon .proTitle {
  font-family: Assistant;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  margin-right: auto;
}

.ProDelImgCon {
  width: 634px !important;
  height: 572px !important;
  border-radius: 7px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
}

.proImgCon {
  height: unset !important;
  margin-right: 0px !important;
}

.heading5 {
  margin-bottom: 20px;
}

.proDisc {
  margin-bottom: 30px !important;
  padding-left: 11px !important;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin: 0px !important;
}

.proDisc li {
  list-style-type: disc;
}

.application,
.tab-pane .proDesc {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.menuContent a:hover {
  color: #0099a7 !important;
}

#profileTabContent .author_position,
#profileTabContent .author_biography {
  text-align: left !important;
}

.tab-pane a,
.tab-pane p {
  font-family: Assistant !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.56 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #000 !important;
  text-decoration: none !important;
  margin-top: 20px !important;
}

.package_product p{
	font-family: Assistant !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.56 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #000 !important;
    text-decoration: none !important;
}

.tab-panea:hover .tab-pane p {
  color: #0099a7 !important;
}

.proH5 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2c32;
}

.temperature-parent-con {
  display: flex !important;
  align-items: center !important;
  margin-top: 38px;
}

.temperature-parent-con .heading5 {
  text-align: center;
}

.proMainCon2 {
  background: #f7f7f7;
  padding: 60px 0px;
  margin-top: 0px !important;
}

.tab-content,
th {
  background: #ffff !important;
}

.packingP .proDesc {
  text-align: left !important;
}

/* products */

/* testimonials */

.productCon.container.testMainCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
  max-width: 1450px !important;
  margin-top: 60px !important;
}

.testimonial-slider {
  width: 100%;
  /* Ensures it fills the parent container */
  margin-top: 34px;
}

.swiper-container {
  padding: 0px;
  background: #fff;
  border-radius: 10px;
  max-width: 100%;
  /* Ensures it doesn’t exceed the testimonial-slider container width */
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.testimonial-content {
  max-width: 80%;
  text-align: center !important;
}

.nav.nav-tabs {
  border: none;
}

.testimonial-content h5 {
  font-size: 1.2em;
  margin-top: 10px;
  color: #333;
}

.swiper-pagination {
  bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.testimonial-content {
  text-align: center;
  padding-bottom: 80px !important;
}

.swiper-pagination {
  margin-bottom: 45px !important;
}

.testimonials {
  font-family: Assistant;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  text-align: center;
  margin-bottom: 0px;
}

.testiCon {
  font-family: Assistant !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.56 !important;
  letter-spacing: normal !important;
  text-align: cente !important;
  color: #2a2c32 !important;
  margin-bottom: 30px !important;
  max-width: 900px !important;
}

.testiAuthor {
  font-family: Assistant !important;
  font-size: 22px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.59 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #000 !important;
}

.testiComp {
  font-family: Assistant !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.94 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #0099a7 !important;
}

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

.swiper-backface-hidden .swiper-slide {
  padding: 0px;
}

.attachment-woocommerce_thumbnail {
  border: none !important;
}

.flashImg {
  width: unset !important;
  height: unset !important;
  max-height: 100%;
  max-width: 92%;
}

th {
  text-transform: uppercase;
}

/* testimonials */

@media (min-width: 1024px) and (max-width: 1399px) {
  .chart-recorders-products {
    grid-template-columns: auto auto auto;
  }

  .view-port-container {
    margin-bottom: 0px;
  }

  .solutions-banner {
    /* height: 111px; */
    font-size: 28px;
  }

  .solution-disc {
    font-size: 1.6vw !important;
  }

  .solution-container text {
    font-size: 22px;
  }

  .proChildCon2 {
    flex-direction: column;
  }

  .productCon .mainProDesc {
    width: 66%;
    font-size: 18px !important;
  }

  .logo {
    width: 130px !important;
    height: auto !important;
  }

  .admin-bar #page {
    min-height: unset !important;
    top: unset !important;
  }

  #page {
    min-height: unset !important;
  }

  .view-port-container {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .chart-recorders-products {
    grid-template-columns: auto auto;
  }

  .solution-container {
    max-width: 90vw;
  }

  .view-port-container {
    margin-bottom: 0px;
  }

  .solutions-banner {
    /* height: 111px; */
    font-size: 28px;
  }

  .solution-container text {
    font-size: 22px;
  }

  .admin-bar #page {
    min-height: unset !important;
  }

  #page {
    min-height: unset !important;
  }

  .proChildCon2 {
    flex-direction: column;
  }

  .mainProDesc {
    width: 100% !important;
  }

  .proImgCon {
    padding-bottom: 30px !important;
  }

  .logo {
    width: 130px !important;
    height: auto !important;
  }

  .admin-bar #page {
    min-height: unset !important;
  }

  #page {
    min-height: unset !important;
  }
}

@media (max-width: 767px) {
  .chart-recorders-products {
    grid-template-columns: auto;
  }

  .view-port-container {
    margin-bottom: 0px;
  }

  .proChildCon2 {
    flex-direction: column;
  }

  .proMainCon2 {
    padding-bottom: 10px !important;
  }

  .admin-bar #page {
    min-height: unset !important;
  }

  #page {
    min-height: unset !important;
  }

  .mainProDesc {
    width: 100% !important;
  }

  .testimonial-section {
    width: 100dvw !important;
    background: #fff !important;
  }

  .testimonial-content {
    max-width: 100% !important;
  }

  .tab-content,
  .single-con-1,
  .proMainCon2 {
    width: 100dvw !important;
    min-width: unset !important;
  }

  .ProDelImgCon {
    width: 300px !important;
    height: 250px !important;
  }

  .proImgCon {
    padding-bottom: 30px !important;
  }

  .proTitle {
    font-size: 16px !important;
  }

  .proDisc li,
  .application {
    font-size: 15px !important;
  }

  .mainProDesc,
  .proTitle,
  .proH5,
  .single-con-1,
  .nav-tabs {
    padding: 0px 20px !important;
  }

  html {
    margin: 0px !important;
  }

  .logo {
    width: 130px !important;
    height: auto !important;
  }

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

  .proH5 {
    padding-bottom: 100px !important;
  }

  .hfeed.site {
    top: 0px !important;
  }
}

.job-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* apply-now-button */

.apply-btn {
  width: 116px;
  border-radius: 3px;
  padding: 5px;
}

.main-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.user-name {
  width: 47%;
}

.user-email {
  width: 47%;
}

.user-phone {
  width: 47%;
}

.user-company {
  width: 47%;
}

/* .popup-model {
  margin-top: 15%;
} */

.popup-model .modal-title {
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.popup-model .modal-body p {
  font-family: Assistant, sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  padding-top: 0px !important;
}

.popup-model .modal-header {
  border-bottom: none !important;
  padding: 0px !important;
  margin-top: 20px;
}

.white-h .modal-header{
  margin-right: 16px;
}

.popup-width {
  max-width: unset;
  width: 50%;
}

.wpcf7-form input {
  margin: 5px 0 0;
  border-radius: 2px !important;
  border: solid 1px #d1d1d1;
}

.popup-model .modal-header h5 {
  padding: 0px;
  margin-left: 16px;
}

.required {
  color: #ff0000;
}

.modal-header .btn-close {
  margin: -0.5rem 0.5rem -0.5rem auto;
}

.upload label {
  max-width: unset;
  width: 100%;
}

.custom-file-upload {
  padding: 0px 33%;
  border: 1px dashed #b4b4b4;
  background-color: #fcfcfc;
  margin-top: 5px !important;
  text-align: center;
}

label {
  width: 100%;
}

.upload .wpcf7-form-control {
  display: none;
}

.file-type {
  font-size: 10px;
  color: #797979;
  line-height: 19px;
}

.drag-file {
  color: #797979;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700px;
}

.submit .wpcf7-form-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px !important;
  padding: 0px !important;
  background-color: #0b304f;
  border-radius: 4px !important;
  height: 35px;
}

.submit .wpcf7-form-control:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #0b304f !important;
  border-color: #0b304f !important;
}

.submit .wpcf7-form-control:hover{
  background-color: #0b304f;
}


.submit {
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
}

.wpcf7 textarea.wpcf7-form-control{
  height: 120px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .popup-width {
    width: 96% !important;
  }

  label {
    max-width: unset;
    width: 100% !important;
  }

  .user-name {
    width: 100% !important;
  }

  .user-phone {
    width: 100% !important;
  }

  .user-email {
    width: 100% !important;
  }

  .user-company {
    width: 100% !important;
  }
}

/*Carrer_detail_page*/

@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

body {
  margin: 0;
  font-family: Assistant, sans-serif;
  background-color: #f4f7f6;
  padding: 0;
}

.careers-landingpage {
  padding: 0px !important;
}

.content-area {
  margin: 0px !important;
}

.carrer {
  margin-top: 0px !important;
}

.custom {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.first_one_this {
  margin-top: 30px;
  padding-right: 55px;
}

.first_one_this h3 {
  font-family: Assistant;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-3 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #0b304f;
}

.part-2 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #0b304f;
}

.part-1 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #0b304f;
}

.part-4 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #0b304f;
}

.part-4 ul {
  list-style-type: none;
  padding-left: 0;
}

.part-4 ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}

.part-3 ul {
  list-style-type: none;
  padding-left: 0;
}

.part-3 ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}

.part-2 ul {
  list-style-type: none;
  padding-left: 0;
}

.part-2 ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}

.navigation {
  display: none !important;
}

.custom-gap {
  display: flex;
  gap: 10px;
}

.part-1 h3 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-2 h3 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-3 h3 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-4 h3 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-5 h3 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.part-1,
.part-2,
.part-3,
.part-4 {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-right: 55px;
}

.part-5 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.carrer {
  font-family: Assistant;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.topest {
  font-family: Assistant;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b304f;
}

.director {
  margin-top: 12px;
}

.first_one_this p {
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.part-1 p {
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-top: 25px;
}

.part-2 ul {
  margin-top: 25px;
}

.part-3 ul {
  margin-top: 25px;
}

.part-4 ul {
  margin-top: 25px;
}

.what_is_this {
  margin-top: 25px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .reports-5 {
    display: flex;
    flex-wrap: wrap !important;
  }

  .button {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .part-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .part-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .reports {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .first_one_this {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .educ {
    font-size: 14px !important;
  }

  .education {
    padding: 7px 15px !important;
    font-size: 14px !important;
  }

  .Vice {
    padding: 7px 15px !important;
    font-size: 14px !important;
  }

  .department {
    padding: 7px 15px !important;
    font-size: 14px !important;
  }

  .director {
    padding-left: 15px !important;
  }

  .part-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .part-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .part-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .topest {
    font-family: Assistant;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0b304f;
  }

  .three p {
    font-family: Assistant;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
  }

  .buttons {
    font-size: 10px !important;
    padding: 4px 13px !important;
  }

  .button {
    padding: 5px 9px !important;

    font-size: 11px !important;
  }

  .reports {
    margin-top: 10px !important;
  }

  .Apply-btn {
    margin-top: 10px !important;
  }
}

.flex-title {
  display: flex;
  gap: 10px;
}

.flex-card {
  display: flex;
}

.three {
  display: flex;
  flex-wrap: wrap;
}

.director {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button {
  padding: 10px 15px;
  border-radius: 5px;
  border: solid 1px #2199a7;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #0b304f;
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.vp-video .vp-preview.vp-preview-cover {
  border-radius: 5px;
}

.execute {
  padding: 5px 10px;
  border-radius: 5px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-left: 10px;
  color: #0b304f;
  background-color: #d9eaec;
  border: solid 4px #d9eaec;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
}

.menuList a {
  color: #0b304f;
}

.menuList a:hover {
  color: #0099a7 !important;
}

.timeline_content a {
  font-weight: bold !important;
}

.three {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-top: 11px;
}

.education {
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 0.5px #129aa8;
  background-color: #fff;
  padding: 12px 15px;
}

.Vice {
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 0.5px #129aa8;
  background-color: #fff;
  padding: 12px 15px;
}

.department {
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 0.5px #129aa8;
  background-color: #fff;
  padding: 12px 15px;
}

.three p {
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.81; */
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 0 !important;
}

.remote {
  /* height : 29px; */
  padding: 2px 15px;
  border-radius: 14.5px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f5;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 23px;            */
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.years {
  /* height: 29px; */
  padding: 2px 15px;
  border-radius: 14.5px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f5;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .reports-5 {
    display: flex;
    flex-wrap: wrap !important;
  }
}

.educ {
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
}

.new_one {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.next_one {
  margin: 4px !important;
}

.time {
  /* height: 29px; */
  padding: 2px 15px;
  border-radius: 14.5px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f5;
}

.buttons {
  padding: 6px 13px;
  border-radius: 5px;
  border: solid 1px #2199a7;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #0b304f;
  font-family: Assistant;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  background-color: #d9eaec;
  /* opacity: 0.12; */
  border: solid 2px #d9eaec;
}

.entry-content p {
  margin-bottom: 0px !important;
}

.entry-header {
  display: none;
}

.part-2 ul {
  margin-bottom: 20px !important;
}

.part-2 ul li {
  font-family: Assistant;
  font-size: 16px;
}

.part-3 ul li {
  font-family: Assistant;
  font-size: 16px;
}

.part-4 ul li {
  font-family: Assistant;
  font-size: 16px;
}

.strategic_lead {
  font-family: Assistant;
  font-weight: 500;
}

.leader_shi {
  font-family: Assistant;
  font-weight: 500;
}

/* news detail page*/

.news-and-insights {
  padding: 0px !important;
}

.Published_details {
  display: flex;
  justify-content: left;
  align-items: center;
}

.Published_details img {
  width: 15px;
  margin-bottom: 5px;
}

.news-detail-header p {
  font-family: Assistant;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  margin-bottom: 12px;
}

.date {
  margin: 0 0 5px 6px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

.mainpara p {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-bottom: 25px !important;
}

.mainpara {
  margin-top: 25px !important;
  font-size: 18px;
}

.submain .paraheader {
  font-family: Assistant;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  margin-bottom: 25px !important;
}

.submain p {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-bottom: 25px !important;
}

.contact-det p {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.newscontact {
  margin-top: 25px !important;
}

.player .vp-video-wrapper .vp-preview {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity 0.25s;
}

.player.right-content-area-supported {
  overflow: hidden;
}

.detflex {
  display: flex;
  font-size: 18px;
}

.News-image {
  width: 350px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.News-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: unset !important;
  height: unset !important;
  min-width: unset !important;
  min-height: unset !important;
}

.detflex2 {
  display: flex;
  gap: 30px;
  padding: 25px;
  background-color: #f5f5f5 !important;
}

.det2para {
  align-content: center;
}

.detflex p {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.det2para p {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-bottom: 25px !important;
}

/* Styles for when the search bar is active */
.search-active .flsDropD,
.search-active .solDropD,
.search-active .proDropD {
  top: 155px !important;
}

.search-active .ast-container {
  margin-top: 70px !important;
}

/* Styles for the default state */
.flsDropD,
.solDropD,
.proDropD {
  top: 89px !important;
}

.ast-container {
  margin-top: 0px !important;
}

@media (min-width: 0px) and (max-width: 912px) {
  .detflex {
    flex-wrap: wrap;
  }

  .news-detail-header {
    padding: 0px 25px !important;
  }

  .Published_details {
    padding: 0px 25px !important;
  }

  .detflex {
    padding: 0px 25px !important;
  }

  .mainpara {
    padding: 0px 25px !important;
  }
}

/* Apply the same styling to text area if needed */

.category_phone,
.first_name,
.last_name,
.address_first,
.company_cls,
.quantity_phone,
.zip_code,
.country_cls,
.state_cls,
.city_loc,
.address_second {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.main-form label {
  font-size: 14px;
  /*  color: white; Make label text visible */
  margin-bottom: 5px;
}

.main-form input[type="submit"]:hover {
  background-color: #45a049;
}

.name-row,
.address-row,
.city-row,
.country-row,
.cate-row {
  display: flex;
  gap: 20px;
  margin-top: -30px;
}

.name-row .first_name,
.name-row .last_name,
.address-row .address_first,
.address-row .address_second,
.city-row .city_loc,
.city-row .state_cls,
.country-row .country_cls,
.country-row .zip_code,
.cate-row .category_phone,
.cate-row .quantity_phone {
  flex: 1;
}

.Register-heading h2 {
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

@media (max-width: 768px) {
  .main-form {
    width: 100%;
    height: auto;
  }

  .name-row,
  .address-row,
  .city-row,
  .country-row,
  .cate-row {
    flex-direction: column;
    /* Stack fields vertically on smaller screens */
  }

  .main-form input[type="text"],
  .main-form input[type="email"],
  .main-form select,
  .main-form textarea {
    width: 100%;
    /* Ensure inputs take up full width in smaller views */
  }
}

/* Apply the specified styles to the City field */
.city-row .city_loc {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* Apply these styles to the input field inside the .city_loc div */
.city-row .city_loc input[type="text"] {
  border-radius: 2px;
  border: solid 1px #d1d1d1;
  background-color: #fff;
  padding: 5px;
  /* Optional: Add padding inside inputs */
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.new_company {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.submit_btn {
  display: flex;
  justify-content: center;
}

.tab-content {
  width: 100% !important;
}

.btn_submit {
  height: 35px;
  border-radius: 4px;
  background-color: #0b304f;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.36;
  letter-spacing: normal;
  text-align: left;
  color: #fcfafa;
}

.btn_submit:hover {
  background-color: #0b304f;
}

.btn_submit:active {
  background-color: #0b304f;
  box-shadow: none !important;
}

.btn_submit:focus {
  background-color: #0b304f;
  box-shadow: none !important;
}

/* registration_form */

.product_infor {
  font-family: Assistant;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #0099a7;
}

.pro_ser {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;

  background-color: #fff;
}

.compan_para {
  width: 49%;
}

.company_cls {
  font-family: Assistant;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #0099a7;
}

.naming_row {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;

  background-color: #fff;
}

.addresing_row {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;
  background-color: #fff;
}

/* .woocommerce img,
.woocommerce-page img {
  height: unset !important;
} */

.literaturePDFLink .literature_image_link {
  height: 100% !important;
}

.literaturePDFLink img {
  max-height: 100% !important;
}

.stat_city {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;

  background-color: #fff;
}

.countr_cls {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;

  background-color: #fff;
}

.email_cls {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;

  background-color: #fff;
}

.model_cls {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.pur_from {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  border-radius: 2px;
}

.quotes_testimonial {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.testimonial-company,
.testimonial-position {
  text-wrap: nowrap;
}

.mainProDesc {
  width: 59.9% !important;
}

@media (max-width: 767px) {
  .main-form {
    width: 100%;
    height: auto;
  }

  .mainProDesc {
    width: 100% !important;
  }

  .company {
    width: 300px !important;
  }

  .quotes_testimonial {
    width: 30px !important;
    height: 30px !important;
  }

  .name_and_company {
    flex-direction: column;
  }

  .testimonial-position.comma {
    display: none;
  }

  .tab-pane .d-flex.pt-4 {
    flex-direction: column !important;
    align-items: center;
    gap: 40px;
  }

  .company-heading {
    margin-bottom: 10px;
  }

  .company_cls {
    margin-top: 20px;
  }

  .compan_para {
    width: 100%;
  }

  .email_cls-row,
  .countr_cls-row,
  .stat_city,
  .addresing_row,
  .naming_row,
  .pro_ser {
    flex-direction: column;
  }
}

.product-model {
  width: 50%;
}

.serial-number {
  width: 50%;
}

.purchased-date {
  width: 50%;
}

.purchased-from {
  width: 50%;
}

.first-name {
  width: 50%;
}

.last-name {
  width: 50%;
}

.address-first {
  width: 50%;
}

.address-second {
  width: 50%;
}

.city {
  width: 50%;
}

.state {
  width: 50%;
}

.country {
  width: 50%;
}

.zip-code {
  width: 50%;
}

.email {
  width: 50%;
}

.work-phone {
  width: 50%;
}

/* marititime */
@media (min-width: 769px) and (max-width: 915px) {
  .eimpowerin {
    display: flex;
    gap: 20px;
    margin-left: 15px;
    margin-right: 15px;
    /* flex-wrap: wrap; */
  }
}

@media (min-width: 830px) and (max-width: 930px) {
  .vimeo-embed {
    width: 350px;
    height: 310px;
  }

  @media (min-width: 1000px) and (max-width: 1030px) {
    .maritine-main-container {
      display: flex;
      flex-direction: column;
    }
  }

  @media (min-width: 988px) and (max-width: 1024px) {
    .percentage img {
      height: auto;
      max-width: 45px !important;
    }
  }

  @media (min-width: 0px) and (max-width: 768px) {
    .flas_director {
      margin-left: 44px;
      margin-right: 48px;
      align-items: center;
      margin-top: 25px;
      margin-bottom: 0px !important;
    }
  }
}

.warranty_btn {
  padding: 10px 23px;
  border-radius: 5px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #0b304f;
  border: none;
  font-size: 18px;
  transition: none;
  font-family: Assistant;
  font-weight: bold;
  margin-top: 15px;
}

.warranty_btn:hover {
  background-color: #0b304f;
}


.register_btn {
  padding: 10px 23px;
  border-radius: 5px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #0b304f;
  border: none;
  font-size: 18px;
  transition: none;
  font-family: Assistant;
  font-weight: bold;
  margin-top: 15px;
}

.register_btn:hover {
  background-color: #0b304f;
}


.phone_num p {
  margin-bottom: 10px !important;
}

.visit_button:hover {
  background-color: #0b304f;
}

.white-link:hover {
  color: #fff;
}

.register_btn {
  padding: 10px 23px;
  border-radius: 8px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
  background-color: #0b304f;
  border: none;
  font-size: 18px;
  transition: none;
  font-family: Assistant;
  font-weight: bold;
}

.register_btn:hover {
  background-color: #0b304f;
}

@media (min-width: 0px) and (max-width: 768px) {
  .gogreenj_omg {
    padding: 21px 0 !important;
  }

  .new_support_omg {
    padding: 20px 0 !important;
  }

  .vaccanc_img {
    padding: 20px 0 !important;
  }

  .support_omg {
    padding: 20px 0 !important;
  }

  .vaccan_img {
    justify-content: center;
    margin-left: 15px;
  }

  .submit_btn {
    margin-top: 15px;
  }
}

@media (min-width: 830px) and (max-width: 932px) {
  .percentage img {
    height: auto;
    max-width: 66px;
  }
}

.delta_gover {
  font-size: 28px;
}

@media (min-width: 1024px) and (max-width: 1234px) {
  .compan_para {
    width: 41% !important;
  }
}

.company {
  width: 49% !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .padding-RL-19 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .menuList {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .menu_main_con {
    display: none;
  }

  .mobileMenu {
    display: block;
  }

  .hfeed.site {
    top: 0px;
  }

  .Careers-header {
    font-size: 30px;
  }
}

@media (min-width: 820px) and (max-width: 1180px) {
  .view-port-container .solution-container {
    width: 94vw !important;
    max-width: 100vw !important;
  }

  .section.container-fluid.bg-color.sec-inno {
    margin-top: 27px !important;
  }
}

.events_iframe img {
  width: 100% !important;
}

.user-modal-page {
  max-width: 100% !important;
}

.author_image {
  width: 107px;
  height: 96px;
}

.author-img-con {
  width: fit-content;
}

.author_name {
  font-size: 18px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  margin: 0px;
}

.author_name span {
  color: #0b304f !important;
}

#profileTab {
  margin-top: 50px;
}

.tab-heading {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
}

.article_arrow {
  width: 6.4px;
  height: 9px;
}

.author_articles_list .author_articles {
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.61 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #0099a7 !important;
  margin-left: 9.6px;
}

.author_profile_tab_content {
  padding: 25px !important;
}

.author_biography {
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.56 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #222 !important;
}

#biography p {
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.56 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #222 !important;
}

.newest_pro_card a {
  display: flex !important;
}

@media (min-width: 1400px) {
  .proChildCon2 .mainProDesc {
    width: 50% !important;
  }
}

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 1;
  max-width: 1320px;
  flex-direction: column;
}

.overlay img {
  max-height: 99px;
}

.hero h1 {
  font-size: 3rem;
  margin: 0;
}

.bannerP {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.76);
  font-size: 38px;
  text-wrap: wrap;
  padding: 0px 85px;
  margin-bottom: 0px;
  line-height: 1.26;
  padding-top: 20px;
}

.whole-form label {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 0px;
}

.upload label {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.partnerBox {
  width: 64px;
  height: 50px;
  margin: 0px 4px;
  background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2025/01/logos-assoc-2.webp) no-repeat scroll 0 0;
  cursor: pointer;
}

.partnersIcons {
  display: flex;
  justify-content: center;
  padding: 60px 0px;
  flex-wrap: wrap;
}

.ami {
  background-position: -121px 0px;
}

.ami:hover {
  background-position: -121px -50px;
}

.ift {
  background-position: -190px 0px;
}

.ift:hover {
  background-position: -190px -50px;
}

.ifpa {
  background-position: -880px 0px;
  width: 100px !important;
}

.ifpa:hover {
  background-position: -880px -50px;
}

.cpma {
  background-position: -247px 0px;
  width: 120px !important;
}

.cpma:hover {
  background-position: -247px -50px;
  width: 120px !important;
}

.sampe {
  background-position: -418px 0px;
}

.sampe:hover {
  background-position: -418px -50px;
}

.pda {
  background-position: -468px 0px;
}

.pda:hover {
  background-position: -468px -50px;
}

.iafp {
  background-position: -530px 0px;
  width: 120px !important;
}

.iafp:hover {
  background-position: -530px -50px;
  width: 120px !important;
}

.neha {
  background-position: -648px 0px;
  width: 80px !important;
}

.neha:hover {
  background-position: -648px -50px;
}

.aabb {
  background-position: -724px 0px;
  width: 65px !important;
}

.aabb:hover {
  background-position: -724px -50px;
}

.ariba {
  background-position: -788px 0px;
  width: 100px !important;
}

.ariba:hover {
  background-position: -788px -50px;
  width: 100px !important;
}

.whole-form label {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 0px;
}

.consideratio_cls {
  margin-top: 20px;
}

.upload label {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}


.listed_environ ul {
  font-size: 18px;
}


@media (min-width: 0px) and (max-width:768px) {
  .listed_environ ul {
    font-size: 14px;
  }

}

.part .carrer {
  font-size: 38px;
}

/* Popup styles */
.video-popup,
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.video-popup iframe,
.image-popup img {
  width: 80%;
  height: 80%;
  max-height: 80%;
}

.video-popup .close-popup,
.image-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.address {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  text-wrap: wrap;
  padding-top: 12px;
}

.modal .modal-dialog {
  width: fit-content;
}

@media (max-width:768px) {
  .sec-inno {
    margin-top: 27px !important;
  }
}

.video_quality iframe {
  border-radius: 12px !important;
}


.submit p {
  display: flex;
  align-items: center;
}


.upload_form {
  margin-bottom: 15px;
}


.submit p{
  display: block;
  margin-bottom: -20px;
}


.country_cls label{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

@media (min-width: 0px) and (max-width:767px) {
  .company{
    width: 100% !important;
  }
  .first_name{
    width: 100% !important;
    margin-top: 10px;
  }
  .name-row{
    gap: 0px;
  }
  .last_name{
    margin-top: -16px;
  }
  .address_first{
    margin-top: 10px;
  }
  .addresing_row{
    gap: 0px;
  }
  .address_second{
    margin-top: -16px;
  }
  .city_loc{
    margin-top: 10px;
  }
  .city-row{
    gap: 0px;
  }
  .state_cls{
    margin-top: -16px;
  }
  .country-row{
    gap: 0px;
  }
  .country_cls{
    margin-top: 8px;
  }
  .zip_code{
    margin-top: 8px;
  }
  .cate-row{
    gap: 0px;
  }
  .category_phone{
    margin-top: 10px;
  }
  .quantity_phone{
    margin-top: -16px;
  }

}


.resourcees_img_container {
  margin-top: 24px;;
}

@media (min-width: 0px) and (max-width:992px) {
.resourcees_img_container{
  margin-top: 0px !important;
}
}

.resourcees_img_container,
.resourcees_img_containerss,
.resourcees_img_containerssss {
  position: relative; 
  text-align: center; 
}

.resourcees_img img,
.resourcees_imgss img,
.resourcees_imgsss img {
  width: 100%; 
  height: auto;
  display: block; 
}

.resource_text,
.resource_textss,
.resource_textsss {
  position: absolute;
  top: 50%; 
  left: 48%; 
  transform: translate(-50%, -50%); 
  font-weight: bold;
  color: white; 
}

@media (min-width: 0px) and (max-width:370px) {
  .resource_textss{
    left: 46%; 
  }
}

.resource_text {
  font-size: 38px; /* desktop font */
}

.resource_textss {
  font-size: 24px; 
}

.resource_textsss {
  font-size: 30px; 
}

/* Default visibility */
.mobile-only,
.tab-only {
  display: none;
}

.desktop-only {
  display: block;
}


@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}

/* Desktop: >1024px */
@media screen and (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
}
/* .resourcees_img img {
  width: 100%; 
  height: auto;
  display: block; 
} */

/* .resource_text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  font-size: 38px;
  font-weight: bold;
  color: white; 
 
}

@media (min-width:0px) and (max-width:540px) {
  .resource_text {
    font-size: 16px;  
  }
}   

@media (min-width:541px) and (max-width:890px) {
  .resource_text {   
    font-size: 30px;  
  }
} */

.upload .resume-upload{
  text-align: left;
}

.post-thumb-img-content .post-thumb{
  max-height: 100%;
  max-width: 100%;
}


.post-thumb{
  max-height: 100%;
  max-width: 100%;
}

.email_phones svg:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.email_phones a{
  display: flex;
}

.email_phones img {
  width: 21.1px;
  height: 15.3px;
  margin: 4px 9.9px 3.7px 0;
  object-fit: contain;
}

.email_phones a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  margin-bottom: 8px;
}

.email_phones a:hover {
  color: #fff;
}

.email_phones svg {
  margin-right: 10px;
  margin-top: 6px;
}

.phones_email img {
  width: 21.6px;
  height: 18.6px;
  margin: 2px 12.1px 2.4px 0;
  object-fit: contain;
}

.phones_email a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;
  text-align: left;
  color: #aaa;
}

.phones_email a:hover {
  color: #fff;
}

.phones_email svg {
  margin-top: 3px;
  margin-right: 10px;
}

.phone_emails svg {
  margin-top: 3px;
  margin-right: 10px;
}


.phones_email svg:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.phone_emails svg:hover{
  transform: scale(1.1);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.phones_email a{
  display: flex;
  margin-top: -3px;
}

.phones_email p{
  margin-bottom: 0px;
  font-size: 18px;
}

.phones_emails svg{
  margin-top: 3px;
  margin-right: 10px;
}

.phone_emails a{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  display: flex;
  margin-top: -15px;
  margin-right: 3px;

}

.email_phone p{
  margin-bottom: 0px;
  font-size: 18px;
}

.phone p{
  
  font-size: 18px;
}

.phone_emails{
  margin-right: 10px;
  margin-bottom: 0px;
}


.email_phones p{
  margin-bottom: 0px;
  font-size: 17px;

}

.phone_emails p{
  margin-bottom: 0px;
}

.director .Apply-btn{
  margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .hfeed.site {
    top: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .logos .logo_items:nth-of-type(2) {
      display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .logos .logo_items:nth-of-type(2) {
      display: none;
  }
}




.product-image-container {
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  display: none; 
  z-index: 10; 
}

.enlarged .popup-image {
  
  display: block; 
}

.enlarged {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 1000 !important;
}

.submit input:focus{
	background-color: #0b304f;
    border-color: #0b304f;
}
.submit-tech-1 input:focus{
	background-color: #0b304f;
    border-color: #0b304f;
}
.submit-tech-1 input:hover{
	background-color: #0b304f;
    border-color: #0b304f;
}

address span{
	font-size:18px;
} 

.email_phone a{
	margin-top:10px;
}
.phone_email a{
	margin-top:10px;
}

.modal-content{
	width:660px;
}

@media (max-width: 768px) {
    .modal-content {
        width:unset !important;
        margin-top: 75px;
    }
    .foot-icon{
      margin-top:20px !important;
    }
    .maritime_number{
      display: contents;
    }
}

@media (min-width: 768px) and (max-width: 817px) {
  .modal-content {
    width:unset !important;
    
}
}
@media (min-width: 818px) and (max-width: 1024px) {
  .modal-content {
    margin-top: 99px;
  }
}

@media (min-width:768px) and (max-width:1025px){
  .foot-size{
width: 50% !important;
margin-bottom: 20px !important
}
.section1 .foot-icon{
  margin-top: 20px !important;
}
}

@media (min-width: 600px) and (max-width:789px) {
	.glo-paid{
		max-height: 700px !important;
	}
}

@media (min-width: 790px) and (max-width:1024px) {
	.glo-paid{
		max-height: 830px !important;
	}
}





@media (min-width:0px) and (max-width:767px){
  .ast-blog-layout-4-grid .ast-article-post {
      max-width: 100% !important;
  }
  .ast-separate-container .site-main>.ast-row {
      margin-left: 20px;
      margin-right: 20px;
  }
  .user-post .post-3588{
		display:none;
	}
}


@media (min-width:768px) and (max-width:840px){
  .ast-blog-layout-4-grid .ast-article-post {
      max-width: 47.33% !important;
  }
  .ast-separate-container .site-main>.ast-row {
      margin-left: 20px;
      margin-right: 0px;
      gap:20px;
  }
}


@media (min-width:841px) and (max-width:1024px){
  .ast-separate-container.ast-desktop .ast-blog-layout-4-grid .ast-row {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 80px;
  }
}

@media (min-width: 819px) and (max-width: 1021px) {
	.global-content{
		margin-left:30px;
		margin-right:30px;
	}
}

@media (max-width: 767px) {
	.video-thumbnails-container{
		padding: 30px 20px !important;
	}
}


.form_2_modal_flash {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .modal .form_2_modal_flash {
      width: unset !important;
      margin: 20px !important;
  }
}


.model_search a{
  font-size: 18px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: normal;
   letter-spacing: normal;
    text-align: left;
   color: #2a2c32;
}

/* .model_search{
 text-align: center;
} */

.model_search{
 margin-bottom: 5px;
}

.product-description-features{
 color: #2a2c32;
   font-weight: normal;
}

.bdetail-title:hover{
  color: #0099a7 !important;
}



.blog-hover {
  transition: background-color 0.3s ease;
  padding: 20px;
  border-radius: 5px;
}

.blog-hover:hover {
  background-color: #fbfbfb;
}
.elementor-83 .elementor-element.elementor-element-426f33f .shopengine-archive-products:not(.shopengine-archive-products--view-list) .product > a {
  display: none;
}