/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Gilroy-Bold';
  src: local('Gilroy-Bold'), url(../fonts/Gilroy-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: local('Gilroy-Medium'), url(../fonts/Gilroy-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Gilroy-Light';
  src: local('Gilroy-Light'), url(../fonts/Gilroy-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: local('Gilroy-Regular'), url(../fonts/Gilroy-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Gilroy-Thin';
  src: local('Gilroy-Thin'), url(../fonts/Gilroy-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Gilroy-UltraLight';
  src: local('Gilroy-Light'), url(../fonts/Gilroy-UltraLight.ttf) format('truetype');
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #111112 !important;
}
.circle1{
  width: 600px;
  height: 600px;
  border-radius: 90%;
  border: 1px solid #555555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.circle2{
  width: 500px;
  height: 500px;
  border-radius: 90%;
  border: 1px solid #555555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.circle3{
  width: 400px;
  height: 400px;
  border-radius: 90%;
  border: 1px dashed rgb(255 0 245 / 64%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
html,
body {
  height: 100%;
  font-family: 'Gilroy-light', sans-serif;
}

a:focus {
  outline: 0px solid;
}
.lineHR{
  width: 70%;
  margin: 0 auto;
  height: 3px;
  opacity: 1;
  filter: blur(2px);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(255 255 255 / 75%), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
.lineHR.ProductLineHR{
  width: 80%;
}
img {
  max-width: 100%;
  height: auto;
}


p {
  margin: 0 0 15px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Bold", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  color: #444;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}
.spanErrorClass{
  color: #a7313c;
  position: absolute;
  bottom: -25px;
  font-size: 12px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}


#brandCard .card{
  height: 300px;
  background: linear-gradient(to bottom, #bd11fac9 -60%, #042C54 120%), url(../img/additive/stratasys.webp);
  background-position: 100%;
  background-size: cover;
  border-bottom: 0;
  width: 90%;
  overflow: hidden; 
  position: relative; 
}
#brandCard .card.intectCard{
  background: linear-gradient(to bottom, #bd11fac9 -60%, #042C54 120%), url(../img/additive/intech.webp);
  background-position: 100%;
  background-size: cover;
}
#brandCard .card.polygaCard{
  background: linear-gradient(to bottom, #bd11fac9 -60%, #042C54 120%), url(../img/additive/polyga.webp);
  background-position: 100%;
  background-size: cover;
}
#brandCard .card .card-body ul li{
  margin-bottom: 10px;
}
#brandCard .card .card-body ul li a{
  color: #fff;
  letter-spacing: 1.95px;
}
#brandCard .card .productList{
  display: none;
  position: absolute;
  top: 40px; /* Position the product list at the bottom */
  left: 0; /* Align the product list to the left */
  width: 100%; /* Ensure the product list spans the entire width */
  padding-left: 50px; /* Add some padding to align with the card's content */

}
#brandCard .card.stratasysCard:hover .productList{
  display: block;
}
/* animation duration and fill mode */
.cssanimation {
  animation-duration: .8s;
  animation-fill-mode: both;
  display: inline-block;
}
.stratasysCard:hover .stratasysmoveFromTop
{ animation-name: stratasysmoveFromTop }

.intectCard:hover .intechmoveFromTop
{ animation-name: intechmoveFromTop }

.polygaCard:hover .polygamoveFromTop
{ animation-name: polygamoveFromTop }
/* moveFromTop animation keyframes */
@keyframes stratasysmoveFromTop {
  to{ transform: translateY(120%) }
    from { transform: translateY(-20%) }
}
@keyframes intechmoveFromTop {
  to{ transform: translateY(90%) }
    from { transform: translateY(-20%) }
}
@keyframes polygamoveFromTop {
  to{ transform: translateY(35%) }
    from { transform: translateY(-20%) }
}
.stratasysCard:hover{
  background: transparent linear-gradient(315deg, #BD11FA 0%, #46C2FF 100%) 0% 0% no-repeat padding-box !important;
}
.intectCard:hover{
  background: linear-gradient(315deg, #cfc000db 0%, #c0c52de8 100%), url(../img/additive/intech.webp) !important;
    background-position: 100% !important;
    background-size: cover !important;
  }
.polygaCard:hover{
  background: transparent linear-gradient(315deg, #1CAA8F 0%, #79BF43 100%) 0% 0% no-repeat padding-box !important;
}

.verticalTabs{
  position: sticky;
  top: 260px;
  margin-top: 100px;
  right: 5%;
  float: right;
}
.verticalTabs .navbar ul{
flex-direction: column;
gap: 110px;
}
.verticalTabs .navbar li{
  /* transform: rotate(90deg); */
  letter-spacing: 2.2px;
  transform: matrix(0, 1, -1, 0, 0, -30);
}
.verticalTabs .navbar .stratasysActiveBtn a:hover, .verticalTabs .navbar .stratasysActiveBtn .active, .verticalTabs .navbar .stratasysActiveBtn .active:focus, .verticalTabs .navbar li.stratasysActiveBtn:hover>a {
    border-bottom: none;
    background: transparent linear-gradient(220deg, #BD11FA 0%, #AD29FB 25%, #46C2FF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.verticalTabs .navbar .intechActiveBtn a:hover, .verticalTabs .navbar .intechActiveBtn .active, .verticalTabs .navbar .intechActiveBtn .active:focus, .verticalTabs .navbar li.intechActiveBtn:hover>a {
  border-bottom: none;
  background: transparent linear-gradient(220deg, #FF7600 0%, #FF8300 32%, #FFEC00 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.verticalTabs .navbar .polygaActiveBtn a:hover, .verticalTabs .navbar .polygaActiveBtn .active, .verticalTabs .navbar .polygaActiveBtn .active:focus, .verticalTabs .navbar li.polygaActiveBtn:hover>a {
  border-bottom: none;
  background: transparent linear-gradient(90deg, #79BF43 0%, #0DC694 48%, #00C79E 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.verticalTabs .navbar a, .verticalTabs .navbar a:focus{
  font-size: 24px;
}
.verticalTabs .navbar a:hover, .verticalTabs .navbar .active, .verticalTabs .navbar .active:focus, .verticalTabs .navbar li:hover>a {
  color: unset;
}
hr.hrLine {
  width: 50%;
  margin: 0 auto;
  opacity: .9;
}
.brandsContactUsBtn{
  margin-top: 60px;
}
a.printedLink{
  color: #3EC1D5;
}
a.printedLink:hover{
  color: #0086b7;
}
a.polygaPrintedLink{
color: #00C79E;
}
a.intechPrintedLink{
color: #FDD30E;
}
a.intechPrintedLink:hover{
  color: #ffc000;

}
a.polygaPrintedLink:hover{
  color: #79BF43;
}
@media (max-width: 992px) {
  #brandCard .col-md-4.col-sm-4.col-xs-12{
    margin-bottom: 20px;
  }
  .area-padding {
    padding: 40px 0px 40px;
  }
  .circle1,.circle2,.circle3{
    display: none;
  }
  .brandsContactUsBtn{
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
  padding-right: 0 !important;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  height: 80px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
i.bi.bi-chevron-down {
  display: none;
}
#header  nav#navbar {
  margin-right: 160px;
}
.carousel-indicators {
  position: absolute;
    right: 5%;
    bottom: 42%;
    left: auto;
    z-index: 2;
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-right: 1%;
    margin-bottom: 0;
    margin-left: 1%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: .3;
    transition: opacity .6s ease;
    border-radius: 56px;
}
.carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
@media (max-width: 992px) {
  #header {
    height: 64px;
    background: rgba(0, 0, 0, 0.8);
  }

  #header .logo h1 {
    font-size: 28px;
  }
  #header .logo img{
    max-height: 40px;
  }
  i.bi.bi-chevron-down {
    display: inline-block;
  }
  #header nav#navbar {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 120px;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  text-transform: uppercase;
}

.navbar a,
.navbar a:focus {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3ec1d5;
  border-bottom: 1px solid #3ec1d5;
}

.navbar .dropdown ul {
  display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #111112;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: auto;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #6c757d;
    display: block;
    border-bottom: 0;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3ec1d5;
  border-bottom: none;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0d2529;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.productsDetails{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .productsDetails{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-mobile ul{
    background-color: #212529;
  }
  .navbar-mobile a, .navbar-mobile a:focus{
    color: #fff;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a{
    border-bottom: none;
  }
  .navbar-mobile .dropdown ul{
    margin: 0px 20px;
    padding: 0px 0;
    background: #212529;
    box-shadow: none;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #111112;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  #hero {
    height: 100%;
  }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#hero .carousel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
  padding: 0 50px;
}

#hero .container {
  text-align: left;
  width: 50%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 992px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  #hero .container{
    width: auto;
    order: 2;
    text-align: center;
    padding: 0 20px !important;
  }
  #hero .carousel-container{
    bottom: 0;
    top: 100px;
    left: 0;
    right: 0;
    padding: 0;
    position: relative;
  }
  .carousel-indicators{
    display: none;
  }
}

#hero p {
  width: 80%;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Gilroy-Bold';
  letter-spacing: 2.5px;
  padding-right: 10px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.hero-productImage {
  text-align: center;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-productImageBox{
  width: 560px;
  height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hero-productImage.intechProductImage .hero-productImageBox{
  width: 650px;
  height: 650px;
}
.hero-productImageBox img{
  max-width: 100%;
  max-height: 100%;
}
.heroProductHeading{
  position: absolute;
    top: 50%;
    right: 8px;
    transform: matrix(0, 1, -1, 0, 0, 0);
    margin-bottom: 0;
    color: #25d6ff;
    font-size: 48px;
}
.heroProductHeading.intech{
  color: #FDD30E;
  right: -65px;
}
.heroProductHeading.polyga{
  color: #1CAA8F;
  right: 52px;
  top: 49%;
}
div#specSheetModal {
  padding-right: 0 !important;
}
/* header#header {
  padding-right: 0 !important;
} */
@media (max-width: 992px) {
  .hero-productImage{
    order: 1;
    margin-bottom: 20px;
    width: 70%;
  }
  .hero-productImage.j55ProductImage{
    width: 65%;
  }
  .hero-productImage.intechProductImage{
    width: 100%;
  }
  .hero-productImage.intechProductImage .hero-productImageBox{
    height: auto;
  }
  #hero p {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 40px;
  }
  .hero-productImageBox{
    width: 100%;
    height: auto;
  }
  .heroProductHeading{
    top: 40%;
    right: -40px;
    font-size: 28px;
  }
  .heroProductHeading.intech{
    top: 42%;
        right: -56px;
  }
  .hero-productImageBox.polygaImageBox {
    width: auto;
    height: auto;
  }
  .heroProductHeading.polyga {
    right: 24px;
        top: 52%;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  display: none;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}
.btnSec .btn-get-started {
  margin-right: 20px;
}
.btn-get-started {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.5s;
  /* margin: 10px; */
  color: #fff;
  background: transparent linear-gradient(294deg, #BD11FA 0%, #46C2FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #822EFF;
  opacity: 1;
}

.btn-get-started:hover {
  background: transparent linear-gradient(294deg, #BD11FA 0%, #46C2FF 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 30px #822EFF;
  color: #fff;
}
img.j55triangle {
  width: 15%;
  position: absolute;
  top: 40px;
  left: 0;
}
img.j55circle {
  position: absolute;
  width: 40%;
  bottom: -18%;
  right: -35%;
}
.intechcircle{
  position: absolute;
  width: 40%;
    top: -5%;
    left: -1%;
}
.intechtriangle{
  position: absolute;
  width: 10%;
  bottom: -5%;
  right: 0%;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  /* background-color: #f9f9f9; */
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #fff;
  text-align: center;
  letter-spacing: 18.9px;
  text-transform: uppercase;
}
.brand-well-heading{
  font-family: 'Gilroy-Light';
  color: #25D6FF;
  letter-spacing: 6.15px;
  font-size: 92px;
  opacity: .3;
}
.brand-well-content{
  letter-spacing: 0.56px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 22px;
}
#pointsSec .card{
  background: 
  radial-gradient(circle at top left, #3f51b591, transparent 100px), radial-gradient(circle at bottom right, #3f51b596, transparent 100px), radial-gradient(at bottom left, rgb(4 44 84), transparent 400px), radial-gradient(at top right, rgb(4 44 84), transparent 400px);
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}
#pointsSec .card p{
  font-size: 18px;
    letter-spacing: .9px;
    line-height: 28px;
}

@media (max-width: 992px) {
  #about .row.py-5.believeContent {
    padding: 0 10px !important;
}
  .single-well p {
    letter-spacing: 5.9px;
    font-size: 24px;
    line-height: 36px;
}
.brand-well-heading{
  font-size: 68px;
}
.brand-well-content{
  width: 100%;
  font-size: 16px;
}

#pointsSec .card{
  width: auto;
  height: 150px;
  margin-bottom: 20px;
}
#pointsSec .card p{
  font-size: 24px;
  margin-bottom: 0;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  display: inline-flex;
}
img.j55triangle, img.j55circle, .intechcircle, .intechtriangle{
  display: none;
}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}
.stratasysProductHeading h2{
  color: #25D6FF;
  font-weight: 100;
  font-size: 92px;
  letter-spacing: 0px;
  margin-top: 20px;
  font-family: 'Gilroy-UltraLight';
}
.intechProductHeading h2{
  color: #FDD30E;
} 
.polygaProductHeading h2{
  color: #00C79E;
} 
.polygaProductHeading p, .stratasysProductHeading p{
  line-height: 60px;
  margin: 35px 0;
  letter-spacing: 1.68px;
  font-family: 'Gilroy-Bold';
  font-size: 48px;
}
.products-image{
  width: auto;
  height: 500px;
}

.products-image img{
  max-width: 100%;
  max-height: 100%;
}
.text-center.stratasysProductContent {
  width: 920px;
}
.stratasysProductContent p{
  letter-spacing: 0.9px;
  margin-bottom: 0;
  line-height: 38px;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}
@media (max-width: 992px) {
  .stratasysProductHeading h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.polygaProductHeading p, .stratasysProductHeading p{
  line-height: 32px;
  font-size: 32px;
  margin: 20px 0;
}
.stratasysProductContent p{
  line-height: 21px;
  font-size: 14px;
  text-align: justify;
  margin-top: 10px !important;
  text-align-last: center;
}
.btn-get-started{
    padding: 10px 20px;
    margin-right: 10px;
    font-size:12px
}
.products-image{
  height: 300px;
  display: flex;
  align-items: center;
}
.polyga-images-Box{
  height: 194px;
  justify-content: center;
  gap: 30px;
}
}

.active>h3 {
  /* background: #f5f5f5 none repeat scroll 0 0; */
  color: #fff;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/background/slider-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.7); */
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
  margin: 10px 0 20px 0;
  color: #fff;
  letter-spacing: 0.9px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #eee;
  font-size: 20px;
  letter-spacing: 0.9px;
}

.testimonials .swiper-pagination {
  margin-top: 60px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ec1d5;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
  
}

/*--------------------------------------------------------------
  FAQ
  --------------------------------------------------------------*/
  #faqSec{
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 85%) -100%, #000 120%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #faqSec h2{
    font-family: 'Gilroy-Bold';
      line-height: 44px;
      letter-spacing: 2px;
  }

  .content input{
    display: none;
  }

  .content{
    display: flex;
    justify-content: space-between;
  }

  .content .list{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 20%;
    margin-right: 50px;
    padding-left: 10px;
  }

  .content .list label{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    transition: all 0.5s ease;
    z-index: 10;
  }

  #AboutARK:checked ~ .list label.AboutARK,
  #Stratasys:checked ~ .list label.Stratasys,
  #Intech:checked ~ .list label.Intech,
  #Polyga:checked ~ .list label.Polyga{
    color: #3ec1d5;
    position: relative;
  }
  #AboutARK:checked ~ .list label.AboutARK:before, 
  #Stratasys:checked ~ .list label.Stratasys:before, 
  #Intech:checked ~ .list label.Intech:before, 
  #Polyga:checked ~ .list label.Polyga:before{
    display: block;
      content: "";
      z-index: 1;
      background: #3ec1d5;
      position: absolute;
      width: 10%;
      height: 2px;
      top: 50%;
      left: -3%;
  }
  .content .slider{
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.5s ease;
    
    background: #3ec1d5;
  }
  #AboutARK:checked ~ .list .slider{
    top: 0;
  }
  #Stratasys:checked ~ .list .slider{
    top: 60;
  }

  #Intech:checked ~ .list .slider{
    top: 120px;
  }

  #Polyga:checked ~ .list .slider{
    top: 180px;
  }
  .content .text-content{
    width: 80%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
  }
  .content .text{
    display: none;
  }

  .content .text .title{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .container .text p{
    text-align: justify;
  }

  .content .text-content .AboutARK {
    display: block;
  }
  #AboutARK:checked ~ .text-content .AboutARK,
  #Stratasys:checked ~ .text-content .Stratasys,
  #Intech:checked ~ .text-content .Intech,
  #Polyga:checked ~ .text-content .Polyga{
    display: block;
  }

  #Stratasys:checked ~ .text-content .Stratasys,
  #Intech:checked ~ .text-content .Intech,
  #Polyga:checked ~ .text-content .Polyga{
    display: block;
  }

  #Stratasys:checked ~ .text-content .AboutARK,#Intech:checked ~ .text-content .Stratasys,#Intech:checked ~ .text-content .AboutARK,
  #Polyga:checked ~ .text-content .Stratasys,#Polyga:checked ~ .text-content .AboutARK{
    display: none;
  }

  .content .list label:hover{
    color: #3ec1d5;
  }

  ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
  }
  ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #171719;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #171719;
    border-radius: 5px;
    cursor: pointer;
  }
  ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
  }
  ul.accordion-list li h3 {
    font-family: 'Gilroy-Medium';
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.9px;
    cursor: pointer;
    color: #CFD3D7;
  }
  ul.accordion-list li h3:after {
    content: "\2b";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #3ec0d4;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
  }
  ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 60px 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #CFD3D7;
    letter-spacing: 0.9px;
  }

  @media (max-width: 992px) {
    #faqSec h2{
      font-size: 28px;
      line-height: 32px;
      text-align: center;
    }
    .content{
      flex-wrap: wrap;
    }
    .content .list{
      flex-direction: row;
      justify-content: center;
      width: 100%;
      gap: 20px;
      margin-right: 0;
      padding-left: 0;
    }
    .content .text-content{
      width: 100%;
    }
    #AboutARK:checked ~ .list label.AboutARK:before, 
    #Stratasys:checked ~ .list label.Stratasys:before, 
    #Intech:checked ~ .list label.Intech:before, 
    #Polyga:checked ~ .list label.Polyga:before {
      display: none;
    }
    ul.accordion-list li h3 {
      padding: 0 20px 0 0;
      font-size: 16px;
      line-height: 22px;
    }
    ul.accordion-list li div.answer p{
      padding: 10px 0px 0 0;
      font-size: 14px;
    }
    .content .list label{
      font-size: 14px;
      padding-left: 0;
      line-height: 20px;
      height: 40px;
    }
  }
/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer-area {
    padding: 40px 0;
    background: #f9f9f9;
  }
  .footer-area-bottom {
    background: #111112 none repeat scroll 0 0;
    padding: 15px 0;
  }


  .copyright>p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .9px;
  }

  .copyright a,
  .credits a {
    color: #3EC1D5;
    font-size: 12px;
  }

  .credits {
    padding-top: 5px;
    text-align: center;
  }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }


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

}

/* small mobile :320px. */
@media (max-width: 767px) {

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

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

  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .page-area .slider-content {
    padding: 500px 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}


  /* Product Image View Section */
  .imageView.bg-light {
    margin-bottom: 60px;
    padding: 50px;
    width: 95%;
    display: none;
    position: relative;
  }
  a.closePrintedBox {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: x-large;
    color: red;
}
  .gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 1rem;
    padding: 2rem 0 0;
  }
  .section_hero.gradient-bg-home {
    background-size: 650px;
    position: relative;
}
.grey-layer {
  /* background-color: rgba(20, 18, 25, .7); */
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
  .gradient-bg-home {
    background-position: 300px 100px;
    background-repeat: no-repeat;
    background-size: 596px;
}
  .OriginOne.gallery,.iFUSION150.gallery, .iFUSION325.gallery{
    column-count: 5;
    --webkit-column-count: 5;
    --moz-column-count: 5;
  }
  .iFUSION450.gallery,.polyga.gallery{
    column-count: 6;
    --webkit-column-count: 6;
    --moz-column-count: 6;
  }
  .polyga.gallery .image {
    width: auto;
    height: 155px;
}
.polyga.gallery .image img {
  margin-bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
  div#origin1, div#n450, div#polyH3 {
    margin-top: 60px;
    margin-bottom: 0;
}
  
  .image img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
  }
  
  /* Responsive-ness for different screen-sizes */
  @media screen and (max-width: 810px) {
    .gallery {
      column-count: 3;
      --webkit-column-count: 3;
      --moz-column-count: 3;
    }
  }
  
  @media screen and (max-width: 500px) {
    .gallery {
      column-count: 2;
      --webkit-column-count: 2;
      --moz-column-count: 2;
    }
  }
  
  @media screen and (max-width: 400px) {
    .gallery {
      column-count: 1;
      --webkit-column-count: 1;
      --moz-column-count: 1;
    }
  }
  @media (max-width: 992px) {
    .OriginOne.gallery, .iFUSION150.gallery, .iFUSION325.gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
    .iFUSION450.gallery, .polyga.gallery {
      column-count: 2;
      --webkit-column-count: 2;
      --moz-column-count: 2;
  }
  .polyga.gallery .image {
    width: auto;
    height: auto;
}
.polyga.gallery .image img {
  margin-bottom: 10px;
}
    }

  /* Industry Section */
  .industrySec{
    position: relative;
  }
  .industryImgBox{
    width: 815px;
    height: 325px;
  }
  .industryImgBox img{
    max-width: 100%;
    max-height: 100%;
  }
  .industryInfo{
    position: absolute;
      top: 50%;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      background: #000000bd;
      left: 50%;
      justify-content: center;
      transform: translate(-50%, -50%);
  }

  @media (max-width: 992px) {
    .testimonials {
      padding: 40px 0;
    }
    .testimonials .testimonial-item h3 {
      font-size: 24px;
        margin-bottom: 10px;
        line-height: 24px;
    }
      .testimonials .testimonial-item p{
        font-size: 16px;
        line-height: 20px;
      }
      .industryInfo{
        width: 100%;
      }
      .testimonials .swiper-pagination {
        margin-top: 40px;
    }
    .imageView.bg-light{
      padding: 30px;
      width: 100%;
    }
    .imageView h3 {
      font-size: 24px;
      line-height: 24px;
  }
  .industryImgBox{
    width: auto;
    height: auto;
  }
  }
  /* modal css */
  .modal.show#specSheetModal .modal-dialog {
    transform: translate(0%, 50%);
  }
  .modal.show#contactUsModal .modal-dialog {
    transform: translate(0%, 15%);
  }
  .modal-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(35px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgb(0 0 0 / 25%);
  }
  .modal.show#specSheetModal .modal-dialog .btn-close {
    background: url(../img/additive/close.svg);
    width: 0;
    height: 0;
    background-repeat: no-repeat;
  }
  .modal.show#contactUsModal .modal-dialog .btn-close {
    background: url(../img/additive/close.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
      height: 5px;
      width: 5px;
      top: 15px;
      z-index: 9;
  }
  .form-select{
    background: url(../img/additive/DownArrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
    background-size: 15px !important;
    cursor: pointer;
  }
  .modal-content .form-control, .modal-content .form-select{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(35px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 80px rgb(0 0 0 / 25%);
    color: #fff;
  }
  option, optgroup{
    background: #48484e;
    border: 2px solid #2c2c30;
    box-shadow: 0 0 80px #00000040;
  }
  .modal-content .modal-header {
    color: #fff;
    border: 0 !important;
  }
  .modal-content .modal-header h5{
    color: #fff;
  }
  .modal-body .form-group {
    margin-bottom: 30px;
    position: relative;
  }
  .modal-content input::placeholder,
  .modal-content textarea::placeholder {
    color: #fff;
  }
  .modal-content button.btn {
    background: #32C8FF;
    border-color: #32C8FF;
    color: #000;
  }
  .modal-content button.btn:hover {
    background: #0086b7;
    border-color: #0086b7;
    color: #0e0e0e;
  }
  body.bg-dark.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll !important;
  }

  @media (max-width: 992px) {
    .modal-body.p-5.pb-2 {
      padding: 40px 20px 0 !important;
  }
  .modal-content .text-center.mb-4 {
    margin-bottom: 15px !important;
  }
}