html {
  scroll-behavior: smooth;
}
::selection {
  background-color: #000;
  color: #5ecb2a;
}
::-moz-selection {
  background-color: #000;
  color: #5ecb2a;
}
a {
  text-decoration: none !important;
}
.transition {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/* preloader */
.preloader {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: white;
	z-index: 9999;
}



/* override */
.overflow-hidden {
  overflow: hidden !important;
}



/* styles */
.dfe-box-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.dfe-box-shadow:hover {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.dfe-box-shadow-2 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-box-shadow-2:hover {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.06);
}
.dfe-box-glow {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-box-glow:hover {
  -webkit-box-shadow: 0 0 15px #fff;
  box-shadow: 0 0 15px #fff;
}
.dfe-box-scale {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-box-scale:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.dfe-box-scale-2 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-box-scale-2:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.dfe-text-black {
  color: #000;
}
.dfe-text-shadow {
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.dfe-text-glow {
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff;
}
.dfe-hoveropacity {
  -webkit-filter: opacity(30%);
  filter: opacity(30%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-hoveropacity:hover {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}



/* logo(s) */
.logo-dfe-main {
  height: 80px;
}
.logo-wrapper {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo-wrapper:hover {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}
.logo-wrapper img:hover {
  border: 1px solid #5ecb2a;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
/* logo-product(s) */
.logo-products {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo-products:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}



/* icon(s) */
.icons-social-fb {
  opacity: 0.5;
  background-image: url("../img/icon-fb.png");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.icons-social-fb:hover {
  opacity: 1;
  background-image: url("../img/icon-fb-black.png");
  background-position: center center;
  background-size: cover;
}
.icons-social-in {
  opacity: 0.5;
  background-image: url("../img/icon-in.png");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.icons-social-in:hover {
  opacity: 1;
  background-image: url("../img/icon-in-black.png");
  background-position: center center;
  background-size: cover;
}
.icons-social-yt {
  opacity: 0.5;
  background-image: url("../img/icon-yt.png");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.icons-social-yt:hover {
  opacity: 1;
  background-image: url("../img/icon-yt-black.png");
  background-position: center center;
  background-size: cover;
}
.icons-social-tt {
  opacity: 0.5;
  background-image: url("../img/icon-tt.png");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.icons-social-tt:hover {
  opacity: 1;
  background-image: url("../img/icon-tt-black.png");
  background-position: center center;
  background-size: cover;
}


/* max-width */
.mw-dfe-1 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.mw-dfe-2 {
  max-width: 1130px;
  margin: auto auto;
}
.mw-dfe-3 {
  max-width: 1130px;
  margin: auto auto;
}
.mw-dfe-4 {
  max-width: 960px;
  margin: auto auto;
}
.mw-dfe-5 {
  max-width: 900px;
  margin: auto auto;
}
.mw-dfe-6 {
  max-width: 600px;
  margin: auto auto;
}
.mw-dfe-7 {
  max-width: 400px;
  margin: auto auto;
}
.mw-dfe-8 {
  max-width: 250px;
}



/* dfe-display */
.dfe-display-1 {
  font-family: 'Teko', sans-serif;
  font-size: 6rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}



/* dfe-title */
.dfe-title-1 {
  font-family: 'Teko', sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  color: #000;
}
.dfe-title-1-small {
  font-family: 'Teko', sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-title-2 {
  font-family: 'Teko', sans-serif;
  font-size: 2.75rem;
  text-transform: uppercase;
  color: #000;
}



/* dfe-text */
.dfe-color {
  color: #5ecb2a;
}
.dfe-text {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-text-product {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-text-product:hover {
  color: #5ecb2a;
}
.dfe-text-small {
  font-size: 0.8rem;
  color: #666;
}
.dfe-quote {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}



/* dfe-link */
.dfe-link {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  font-size: 1.5rem;
  bottom: 2rem;
  color: #5ecb2a;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-link:hover {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
}



.dfe-subtitle {
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  color: #5ecb2a;
}



/* dfe-display-hero */
.dfe-content-hero:hover .dfe-display-hero {
  color: #fff;
  text-shadow: 0 15px 15px rgba(0, 0, 0, 0.6);
}
.dfe-content-hero:hover .dfe-subtitle-hero {
  color: #5ecb2a;
}
.dfe-content-hero:hover .dfe-text-hero {
  color: #fff;
}
.dfe-display-hero {
  font-family: 'Teko', sans-serif;
  font-size: 6rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.2), 0 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.dfe-subtitle-hero {
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.2), 0 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.dfe-text-hero {
  font-family: 'Kanit', sans-serif;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.05);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}



/* navbar-button */
.navbtn-bordered {
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px 20px!important;
  margin: 10px 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.navbtn-bordered:hover {
  color: #5ecb2a;
  border: 2px solid #5ecb2a;
  background-color: #fff;
}
.navbtn {
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.navbtn:hover {
  color: #5ecb2a;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}



/* subnavs */
.subnav-btn {
  border: none;
  outline: none;
  background: none;
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-btn:hover {
  color: #5ecb2a;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.subnav-wrapper {
  position: absolute;
  display: none;
  background-color: #222;
  color: white;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 20;
}
.subnav-toggle:hover .subnav-wrapper {
  display: block;
}
/* subnav single */
.subnav-container-single {
  max-width: 300px;
}
.subnav-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-container-single {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-container-single:hover {
  color: #5ecb2a;
}
.subnav-container-single:hover .subnav-text {
  color: #fff;
  font-size: 1rem;
}
/* subnav multiple */
.subnav-container-multiple {
  max-width: 80%;
}
.subnav-container-multiple img {
  max-width: 95%;
}
.subnav-product-list {
  height: 1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-product-list a {
  color: rgba(0, 0, 0, 0);
}
.subnav-product-toggle h2 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-product-toggle:hover .subnav-product-list {
  height: auto;
}
.subnav-product-toggle:hover h2 {
  color: #5ecb2a;
}
.subnav-product {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-product-toggle:hover .subnav-product {
  font-size: 1rem;
  color: #fff;
}
.subnav-product:hover {
  color: #5ecb2a!important;
}
/* subnav-double */
.subnav-container-double {
  max-width: 800px;
}
.subnav-service-toggle {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.subnav-service-toggle img{
  max-width: 90%;
}
.subnav-service-toggle:hover .subnav-text {
  color: #fff;
  font-size: 1rem;
}



/* heros */
.hero {
  height: 800px;
}
.hero-about {
  height: 800px;
}
.hero-about-screenicons {
  padding-top: 200px;
}
.hero-products {
  height: 600px;
}
.hero-news {
  height: 500px;
}



/* button-submit */
.btnsubmit {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #999;
  border: 2px solid #ccc;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 0.5rem 2.5rem!important;
  margin: 0.5rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btnsubmit:hover {
  color: #5ecb2a;
  border: 2px solid #5ecb2a;
  background-color: #fff;
}



/* button-hero */
.btnhero-1 {
  width: 240px;
  display: inline-block;
  position: relative;
  padding: 16px 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  border: 2px #5ecb2a solid;
  /* border-radius: 4px; */
  /* border-bottom: 5px solid #56ae2c; */
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  background-color: #5ecb2a;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.btnhero-1:hover {
  border: 2px #fff solid;
  color: #5ecb2a;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
}
.btnhero-1:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.btnhero-1:hover:before {
  top: 0;
}
.btnhero-2 {
  width: 240px;
  display: inline-block;
  position: relative;
  padding: 16px 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  border: 2px #fff solid;
  /* border-radius: 4px; */
  /* border-bottom: 5px solid #56ae2c; */
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.btnhero-2:hover {
  text-decoration: none;
  border: 2px #5ecb2a solid;
  color: #5ecb2a;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
}



/* button-dfe */
.btn-dfe {
  display: inline-block;
  position: relative;
  padding: 12px 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
  /* border: 2px #000 solid; */
  /* border-radius: 4px; */
  border-bottom: 5px solid #56ae2c;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
}
.btn-dfe:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.btn-dfe:before {
  content: "";
  position: absolute;
  background: #56ae2c;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.btn-dfe:hover:before {
  top: 0;
}



/* button-download */
.btn-download-default {
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
.btn-download {
  width: 240px;
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  font-weight: bold;
  color: #5ecb2a;
  border: 1px solid #5ecb2a;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  background-color: #fff;
  /* -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-download:hover {
  border: 1px solid #5ecb2a;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.btn-download:before {
  content: "";
  position: absolute;
  background: #5ecb2a;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.btn-download:hover:before {
  top: 0;
}



/* banner-home */
.banner-diagonal-left {
  float: left;
  width: 50%;
}
.banner-intro-left {
  position: relative;
  margin: 0 0 0 -160px;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  overflow: hidden;
}
.banner-intro-left a {
  display: block;
}
.banner-intro-left img {
  position: relative;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-intro-left img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.banner-diagonal-right {
  float: right;
  width: 50%;
}
.banner-intro-right {
  margin: 0 -160px 0 0;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  overflow: hidden;
  position: relative;
}
.banner-intro-right a {
  display: block;
}
.banner-intro-right img {
  position: relative;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-intro-right img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.banner-left-title {
  position: absolute;
  width: 103%;
  padding-right: 80px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: right;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.banner-right-title {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 100%;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
/* mobile banner */
.mobile-bg-about {
  background-image: url("../img/home-about-dfetech.jpg");
  background-position: center center;
  background-size: 1100px;
}
.mobile-bg-industries {
  background-image: url("../img/home-about-industries.jpg");
  background-position: center center;
  background-size: 1000px;
}
.mobile-bg-height {
  min-height: 400px;
}



/* statistic */
.justify-content-statistic {
  justify-content: space-between;
  flex-wrap: wrap;
} 
.display-statistic {
  font-size: 5rem;
  margin: 0 0;
  padding: 0 0;
}
.span-statistic {
  font-size: 4rem;
}
.justify-content-statistic div {
  flex-grow: 1;
}



/* item-home-service-wrapper */
.item-software-wrapper {
  position: relative;
  background-position: top center;
  height: 500px;
  margin: 1rem 1.5rem;
  border: 1px solid #5ecb2a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-software-wrapper:hover {
  background-image: url("../img/home-services-software.jpg");
  background-position: center center;
}
.item-analysis-wrapper {
  position: relative;
  background-position: top center;
  height: 500px;
  margin: 1rem 1.5rem;
  border: 1px solid #5ecb2a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-analysis-wrapper:hover {
  background-image: url("../img/home-services-analysis.jpg");
  background-position: center center;
}
.item-training-wrapper {
  position: relative;
  background-position: top center;
  height: 500px;
  margin: 1rem 1.5rem;
  border: 1px solid #5ecb2a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-training-wrapper:hover {
  background-image: url("../img/home-services-training.jpg");
  background-position: center center;
}

/* item-home-service */
.item-home-services {
  position: relative;
  height: 498px; 
  background-color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  padding: 2rem 2.5rem;
}
.item-home-services:hover {
  background-color: rgba(0, 0, 0, 0);
}
.item-home-services:hover .dfe-title-1-small {
  color: #fff;
}
.item-home-services:hover .dfe-text {
  color: #fff;
}



/* item-about-about */
.item-about-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-about {
  height: 60px;
}
.item-about-wrapper .dfe-title-1-small {
  text-align: center;
}
.item-about-wrapper .dfe-text {
  font-size: 0.01rem;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-about-wrapper:hover {
  border: 1px solid #5ecb2a;
  background-color: #fff;
}
.item-about-wrapper:hover .item-about {
  height: auto;
}
.item-about-wrapper:hover .dfe-text {
  font-size: 1rem;
  color: #000;
  padding-bottom: 0.5rem;
}



/* item-about-team */
.item-team {
  margin: 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-team:hover {
  border: 1px solid #5ecb2a;
}
.item-team-portrait {
  padding: 1rem 1rem;
}



/* item-industries */
.height-bg-industries {
  min-height: 700px;
}
.text-industries {
  padding: 0 3rem;
}



/* item-consulting */
.item-consulting-outer {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-consulting-outer:hover {
  border: 1px solid #5ecb2a;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.item-consulting-sheetstamping-bg {
  background-image: url("../img/consulting/consulting-sheetstamping.jpg");
  background-position: center center;
  background-size: 100%;
  height: 500px;
}
.item-consulting-analysis-bg {
  background-image: url("../img/consulting/consulting-analysis.jpg");
  background-position: center center;
  background-size: 100%;
  height: 500px;
}
.item-consulting {
  padding: 2rem 2rem;
}
/* item-training */
.item-training-bg {
  background-image: url("../img/training/training.jpg");
  background-position: center center;
  background-size: 105%;
  height: 650px;
}
.item-training {
  padding: 3rem 2rem;
}



/* item-products */
.product-item {
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.product-item:hover {
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  color: #5ecb2a;
}
.product-item-link {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-item:hover .product-item-link {
  color: #000;
  font-size: 1rem;
}
.product-item-link:hover {
  color: #5ecb2a!important;
}
.product-item-link-wrapper {
  height: 1rem;
}
.product-item:hover .product-item-link-wrapper {
  height: auto;
}



/* item-product-feature-link */
.item-feature-link-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-position: top center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-feature-link-wrapper:hover {
  border: 1px solid #5ecb2a;
  color: #5ecb2a;
}
.item-feature-link {
  width: 100%;
  padding: 25px 0;
  margin: auto;
  background-color: #fff;
}
.item-feature-link p {
  padding-left: 15px;
  padding-right: 15px;
}
/* .item-feature-link h4 {
  color: #5ecb2a;
} */


/* item-feature-hoverdrop */
.item-feature-hoverdrop-wrapper {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.item-feature-hoverdrop-wrapper li {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.item-feature-hoverdrop-wrapper:hover .item-feature-hoverdrop-text {
  color: #666;
  font-size: 1rem;
}
.item-feature-hoverdrop {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-feature-hoverdrop:hover {
  border: 1px solid #5ecb2a;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.item-feature-hoverdrop-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 1.5rem;
}



/* item-eta-inventium */
.item-inventium-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: auto auto;
  padding: 1.2rem 1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-inventium-wrapper:hover {
  border: 1px solid #5ecb2a;
  max-width: 1020px;
  padding: 2rem 1rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.item-inventium-wrapper:hover .item-inventium-text {
  color: #666;
  font-size: 1rem;
}
.item-inventium-wrapper:hover .item-inventium-link-fake {
  color: rgba(0, 0, 0, 0);
}
.item-inventium-wrapper:hover .item-inventium-link {
  color: #5ecb2a;
  font-size: 1.5rem;
}
.item-inventium {
  position: relative;
}
.item-inventium-text {
  position: relative;
  font-size: 0.01rem;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-inventium-link-fake {
  color: #5ecb2a;
  width: 100%;
  position: absolute;
  padding-right: 2rem;
  text-align: right;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-inventium-link {
  position: relative;
  font-size: 0.01rem;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/* item-inventium-dynaform(outer*=wrapper*) */
.item-dynaform-outer {
  position: relative;
  height: 100px;
  max-width: 30%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.item-dynaform-outer:hover {
  height: auto;
  max-width: 100%;
}
.item-dynaform-outer:hover .item-dynaform-toggle {
  font-size: 0.01rem;
  color: rgba(0, 0, 0, 0);
}
.item-dynaform-outer:hover .item-dynaform-title {
  color: #000;
  font-size: 1.2rem;
}
.item-dynaform-outer:hover .item-dynaform-text {
  color: #000;
  font-size: 1rem;
}
.item-dynaform-outer:hover .item-dynaform {
  border: 1px solid #5ecb2a;
  padding: 1.5rem 1.5rem;
}
.item-dynaform-toggle {
  position: absolute;
  font-size: 1.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.item-dynaform {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.item-dynaform-title {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.item-dynaform-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}



/* item-kisssoft(icon-hoverdrop) */
.item-kisssoft {
  position: relative;
}
.item-kisssoft img {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-kisssoft:hover img {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.item-kisssoft:hover .item-kisssoft-text {
  color: #000;
  font-size: 1rem;
}
.item-kisssoft-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/* item-hoverdrop-simple */
.item-hoverdrop {
  position: relative;
}
.item-hoverdrop:hover .item-hoverdrop-text {
  color: #000;
  font-size: 1rem;
}
.item-hoverdrop:hover img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.item-hoverdrop img {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-hoverdrop-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/* item-hoverdrop-news */
.item-hoverdrop-news {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1rem 1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-hoverdrop-news:hover {
  border: 1px solid #5ecb2a;
  background-color: white;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.item-hoverdrop-news:hover .item-hoverdrop-news-text {
  color: #000;
  font-size: 1rem;
}
.item-hoverdrop-news-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btn-hoverdrop-news {
  border: none;
  padding: 0;
  cursor: alias;
}
.mw-dfe-modal {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}



/* item-visualdoc */
.item-visualdoc {
  position: relative;
}
.item-visualdoc img {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.item-visualdoc:hover img {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.item-visualdoc:hover .item-visualdoc-text {
  color: #000;
  font-size: 1rem;
}
.item-visualdoc-text {
  color: rgba(0, 0, 0, 0);
  font-size: 0.01rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/* footer */
.navbar-footer {
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  position: relative;
  list-style: none;
  padding-left: 0;
}
.navbtn-footer {
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.navbtn-footer:hover {
  color: #5ecb2a;
}



/* bg */
.bg-gradient-white-transp {
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0))
}
.bg-gradient-white-transp-95 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0))
}
.bg-gradient-white-transp-97 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0))
}
.bg-red {
  background-color: rgba(255, 0, 0, 0.2);
}
.bg-blue {
  background-color: rgba(0, 0, 255, 0.2);
}
.bg-green {
  background-color: rgba(0, 255, 0, 0.2);
}
.bg-yellow {
  background-color: rgba(255, 255, 0, 0.2);
}
.bg-black {
  background-color: black;
}
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-black-03 {
  background-color: rgba(0, 0, 0, 0.03);
}
.bg-black-02 {
  background-color: rgba(0, 0, 0, 0.02);
}
.bg-white {
  background-color: #fff;
}
.bg-white-97 {
  background-color: rgba(255, 255, 255, 0.97);
}
.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}



/* backgrounds-home */
.bg-home-hero {
  background-image: url("../img/home-bg-hero.jpg");
	background-attachment: fixed;
  background-position: center center;
}
.bg-home-services {
  background-image: url("../img/about/about-bg-about.jpg");
  background-position: center center;
  filter: opacity(90%);
}
.bg-contact-1 {
  background-image: url("../img/bg-contact-1.jpg");
  background-position: center center;
}
.bg-contact-2 {
  background-image: url("../img/bg-contact-2.jpg");
  background-position: bottom center;
}
.bg-contact-3 {
  background-image: url("../img/bg-contact-3.jpg");
  background-position: center center;
}

/* backgrounds-about */
.bg-about-hero {
  background-image: url("../img/about/about-bg-hero.jpg");
  background-attachment: fixed;
  background-position: center center;
}
.bg-about-about {
  background-image: url("../img/about/about-bg-about.jpg");
  background-position: top center;
}
.bg-about-philosophy {
  background-image: url("../img/about/about-bg-philosophy.jpg");
  background-position: center center;
}

/* backgrounds-industries */
.bg-industries-automotive {
  background-image: url("../img/industries/industries-automotive.jpg");
  background-position: center center;
}
.bg-industries-aerospace {
  background-image: url("../img/industries/industries-aerospace.jpg");
  background-position: center center;
}
.bg-industries-sporting {
  background-image: url("../img/industries/industries-sporting.jpg");
  background-position: center center;
}
.bg-industries-research {
  background-image: url("../img/industries/industries-research.jpg");
  background-position: center center;
}
.bg-industries-defense {
  background-image: url("../img/industries/industries-defense.jpg");
  background-position: center center;
}
.bg-industries-electronics {
  background-image: url("../img/industries/industries-electronics.jpg");
  background-position: center center;
}
.bg-industries-oilgas {
  background-image: url("../img/industries/industries-oilgas.jpg");
  background-position: center center;
}
.bg-industries-biomedical {
  background-image: url("../img/industries/industries-biomedical.jpg");
  background-position: center center;
}
.bg-industries-civil {
  background-image: url("../img/industries/industries-civil.jpg");
  background-position: center center;
}
.bg-industries-manufacturing {
  background-image: url("../img/industries/industries-manufacturing.jpg");
  background-position: center center;
}

/* backgrounds-consulting */
.bg-consulting-hero {
  background-image: url("../img/consulting/consulting-bg-hero.jpg");
  background-position: top center;
  background-attachment: fixed;
}
.bg-consulting {
  background-image: url("../img/about/about-bg-about.jpg");
  background-position: center center;
  background-attachment: fixed;
}

/* backgrounds-training */
.bg-training-hero {
  background-image: url("../img/training/training-bg-hero.jpg");
  background-position: center center;
  background-attachment: fixed;
}
.bg-training {
  background-image: url("../img/about/about-bg-about.jpg");
  background-position: center center;
  background-attachment: fixed;
}

/* background-product(s) */
.bg-product-hero {
  background-image: url("../img/products/product-bg-hero.jpg");
  background-position: bottom center;
}

/* background download */
.bg-download-hero {
  background-image: url("../img/download/download-bg-hero.jpg");
  background-position: center center;
}


/* video */
.vid-wrapper {
  overflow: hidden;
}
.vid-hero {
  top: -50px;
  z-index: -1001;
  display: block;
  position: fixed;
  text-align: center;
  min-width: 100%;
}
.vid-hero-product {
  z-index: -1001;
  display: block;
  position: fixed;
  text-align: center;
  min-width: 100%;
  top: -120px;
}
.vid-hero-news {
  z-index: -1001;
  display: block;
  position: fixed;
  text-align: center;
  min-width: 100%;
  top: -160px;
}



/* form-contact */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
textarea {
  width: 100%;
}
.dfe-textarea {
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  padding: 0.5rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.dfe-textarea:hover {
  border-bottom: 2px solid #5ecb2a;
}
input[type=text], input[type=number] {
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  padding: 0.5rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
input[type=text]:hover, input[type=number]:hover {
  border-bottom: 2px solid #5ecb2a;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-error {
  color: red;
}
.sent-success {
  color: #5ecb2a;
}



/* side-pagenavigator */
.side-nav-wrapper {
  position: fixed;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  overflow-x: hidden;
}
.side-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side-nav:hover .side-nav-text {
  font-size: 1.25rem;
  /* color: rgba(0, 0, 0, 0.5); */
  color: #5ecb2a;
}
.side-nav:hover .side-nav-bullet {
  width: 20px;
  height: 20px;
  background-color: #5ecb2a;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #5ecb2a;
  box-shadow: 0px 0px 0px 1px #5ecb2a;
}
.side-nav-text {
  margin: 0 0.25rem;
  margin-bottom: 0.15rem;
  font-size: 0.01rem;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side-nav-bullet {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #5ecb2a;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.0);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.0);
  width: 12px;
  height: 12px;
  border-radius: 20px;
  margin: 0.5rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


/* youtube iframe */
.youtube-iframe-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
}


/* calendar */
.calendar-wrapper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 30px 0px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.calendar-wrapper:hover {
  border: 1px solid #5ecb2a;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.03, 1.03);
}
.calendar {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0px 0px 25px 0px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.calendar-wrapper:hover .calendar-list {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.calendar-date {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  margin: 10px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 0;
}
.calendar-text {
  font-size: 0.75rem;
}
.text-gray {
  color: rgba(0, 0, 0, 0.15);
}

.img-ansys:hover .dfe-text-hover {
  color: #5ecb2a!important;
}