* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
}

img {
  max-width: 100%;
}

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

* {
  box-sizing: border-box;
}

.imgContainer {
  overflow: hidden;
}
.imgContainer img {
  width: 100%;
  transition: 2s ease;
}
.imgContainer img:hover {
  transform: scale(1.1);
}

.position-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.uk-mb-1 {
  margin-bottom: 0.5rem !important;
}

.uk-mb-2 {
  margin-bottom: 1rem !important;
}

.uk-mb-3 {
  margin-bottom: 1.5rem !important;
}

.uk-mb-4 {
  margin-bottom: 2rem !important;
}

.uk-mb-5 {
  margin-bottom: 3rem !important;
}

.uk-mb-6 {
  margin-bottom: 4rem !important;
}

.uk-mb-7 {
  margin-bottom: 5rem !important;
}

.uk-mb-8 {
  margin-bottom: 6rem !important;
}

.uk-mb-9 {
  margin-bottom: 8rem !important;
}

.uk-mt-1 {
  margin-top: 0.5rem !important;
}

.uk-mt-2 {
  margin-top: 1rem !important;
}

.uk-mt-3 {
  margin-top: 1.5rem !important;
}

.uk-mt-4 {
  margin-top: 2rem !important;
}

.uk-mt-5 {
  margin-top: 3rem !important;
}

.uk-mt-6 {
  margin-top: 4rem !important;
}

.uk-mt-7 {
  margin-top: 5rem !important;
}

.uk-mt-8 {
  margin-top: 6rem !important;
}

.uk-mt-9 {
  margin-top: 8rem !important;
}

.uk-pb-1 {
  padding-bottom: 0.5rem !important;
}

.uk-pb-2 {
  padding-bottom: 1rem !important;
}

.uk-pb-3 {
  padding-bottom: 1.5rem !important;
}

.uk-pb-4 {
  padding-bottom: 2rem !important;
}

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

.uk-pb-6 {
  padding-bottom: 4rem !important;
}

.uk-pb-7 {
  padding-bottom: 5rem !important;
}

.uk-pb-8 {
  padding-bottom: 6rem !important;
}

.uk-pb-9 {
  padding-bottom: 8rem !important;
}

.uk-pt-1 {
  padding-top: 0.5rem !important;
}

.uk-pt-2 {
  padding-top: 1rem !important;
}

.uk-pt-3 {
  padding-top: 1.5rem !important;
}

.uk-pt-4 {
  padding-top: 2rem !important;
}

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

.uk-pt-6 {
  padding-top: 4rem !important;
}

.uk-pt-7 {
  padding-top: 5rem !important;
}

.uk-pt-8 {
  padding-top: 6rem !important;
}

.uk-pt-9 {
  padding-top: 8rem !important;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.grayText {
  color: #878787;
}

.greenText {
  color: #3fe58a;
}

.blueText {
  color: #0b41d9;
}

.lightBlueText {
  color: #3cddf9;
}

.whiteText {
  color: #fff;
}

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

.redText {
  color: red;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.blueBackground {
  background-color: #0b41d9;
}

.grayBackground {
  background-color: #F9F9F9;
}

.whiteBackground {
  background-color: #fff;
}

.bbGray {
  border-bottom: 1px solid #D5D5D5;
}

.lightBlueButton {
  background-color: #3cddf9;
  border: 1px solid #3cddf9;
  padding: 8px 10px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}
.lightBlueButton:hover {
  background-color: #fff;
  color: #3cddf9;
}

.rowList > *:last-child {
  margin-right: 0;
}

.columnList > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.wline, .hline {
  position: absolute;
  background: linear-gradient(to top, #8ed6e7, #8ed6e7);
  position: absolute;
  content: "";
  transition: 0.5s ease;
}

.hline {
  left: 5vw;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-animation: h0to100 3s;
          animation: h0to100 3s;
}

.wline {
  top: 5vw;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-animation: w0to100 3s;
          animation: w0to100 3s;
}

@media (max-width: 960px) {
  main {
    margin-top: 50px;
  }
}
main .searchBox {
  background-color: #fff;
  padding: 20px 0 50px;
}
main .searchBox h2 {
  color: #5f259f;
  font-size: 24px;
  font-weight: bold;
}
main .searchBox .searchForm {
  display: flex;
}
@media (max-width: 960px) {
  main .searchBox .searchForm {
    flex-wrap: wrap;
  }
}
main .searchBox .searchForm input[type=text] {
  border: 0;
  border-bottom: 1px solid #aaa;
  width: 20%;
  margin-right: 8px;
  text-align: left;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 960px) {
  main .searchBox .searchForm input[type=text] {
    width: 50%;
    flex: 1;
  }
}
@media (max-width: 550px) {
  main .searchBox .searchForm input[type=text] {
    width: 100%;
  }
}
main .searchBox .searchForm .selectDiv {
  border-bottom: 1px solid #aaa;
  width: 25%;
  position: relative;
}
@media (max-width: 960px) {
  main .searchBox .searchForm .selectDiv {
    width: 50%;
  }
}
@media (max-width: 550px) {
  main .searchBox .searchForm .selectDiv {
    width: 100%;
  }
}
main .searchBox .searchForm .selectDiv.selectBR {
  border-right: 1px solid #aaa;
}
@media (max-width: 550px) {
  main .searchBox .searchForm .selectDiv.selectBR {
    border-right: none;
  }
}
main .searchBox .searchForm .selectDiv::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  content: "";
  top: 50%;
  right: 10px;
}
main .searchBox .searchForm .selectDiv .selectTitle {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 100%;
  pointer-events: none;
  font-size: 12px;
}
main .searchBox .searchForm .selectDiv select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  padding: 30px 6px 6px;
}
main .searchBox .searchForm .selectDiv select:focus {
  outline: none;
  box-shadow: none;
}
main .searchBox .searchForm input[type=submit] {
  width: 20%;
  background-color: #5f259f;
  margin-left: 8px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 15px 0;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .searchBox .searchForm input[type=submit] {
    width: 50%;
    flex: 1;
    margin-top: 10px;
  }
}
main .searchBox .searchForm input[type=submit]:hover {
  opacity: 0.8;
}
main .resultBox {
  margin-bottom: 40px;
}
main .resultBox .resultContent {
  display: block;
}
main .resultBox .resultContent img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 550px) {
  main .resultBox .resultContent img {
    height: 200px;
  }
}
main .resultBox .resultContent .resultText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s ease;
  opacity: 0;
}
@media (max-width: 1025px) {
  main .resultBox .resultContent .resultText {
    opacity: 1;
  }
}
main .resultBox .resultContent .resultText h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 6px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 550px) {
  main .resultBox .resultContent .resultText h4 {
    font-size: 20px;
  }
}
main .resultBox .resultContent .resultText h6 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 550px) {
  main .resultBox .resultContent .resultText h6 {
    font-size: 12px;
  }
}
main .resultBox .resultContent:hover .resultText {
  opacity: 1;
}
main .resultBox .blueButton {
  background-color: #5f259f;
  border: 1px solid #5f259f;
  color: #fff;
  padding: 10px 50px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  transition: 0.5s ease;
}
main .resultBox .blueButton:hover {
  background-color: #fff;
  color: #5f259f;
}
main .product-item-wrapper .product-item__image {
  transition: 0.5s ease;
}
@media (max-width: 1025px) {
  main .product-item-wrapper .product-item__image {
    display: block;
    opacity: 1 !important;
  }
}
main .product-item-wrapper:hover .product-item__image {
  opacity: 1 !important;
}
main .clients {
  padding: 60px 0;
}
@media (max-width: 960px) {
  main .clients {
    padding-top: 30px;
  }
}
main .clients h2 {
  font-size: 50px;
  text-align: center;
  margin: 20px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  main .clients h2 {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  main .clients h2 {
    font-size: 24px;
  }
}
main .clients h2 span {
  color: #5f259f;
  font-weight: bold;
}
main .clients a {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 6px 0;
}
main .clients .clientLogos {
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media (max-width: 960px) {
  main .clients .clientLogos {
    margin-bottom: 0;
  }
}
main .clients .clientLogos .clientBox {
  border-right: 1px solid #eee;
  border-bottom: 2px solid transparent;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  margin: 0;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .clients .clientLogos .clientBox {
    padding-left: 30px !important;
    border-right: none;
  }
}
main .clients .clientLogos .clientBox img {
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  transition: 0.5s ease;
}
main .clients .clientLogos .clientBox:hover {
  border-bottom-color: #5f259f;
}
main .pageTop {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  main .pageTop {
    padding-top: 30px;
  }
}
main .pageTop .uk-breadcrumb a {
  color: #b3b3b3;
}
main .pageTop .uk-breadcrumb span {
  color: #111;
}
main .pageTop h1 {
  font-size: 56px;
  font-weight: bold;
  color: #111111;
  margin: 50px 0;
  width: 700px;
  max-width: 100%;
  line-height: 70px;
}
@media (max-width: 960px) {
  main .pageTop h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
  }
}
main .pageTop p {
  width: 50%;
}
@media (max-width: 960px) {
  main .pageTop p {
    width: 100%;
  }
}
main .newsListFirst {
  position: relative;
  margin-bottom: 50px;
}
main .newsListFirst.after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #5f259f;
  z-index: -1;
}
main .newsListFirst .newsListFirstBox {
  position: relative;
}
main .newsListFirst .newsListFirstBox .newsListFirstLeft {
  width: 70%;
}
@media (max-width: 960px) {
  main .newsListFirst .newsListFirstBox .newsListFirstLeft {
    width: 100%;
  }
}
main .newsListFirst .newsListFirstBox .newsListFirstLeft .date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #090145;
}
main .newsListFirst .newsListFirstBox .newsListFirstRight {
  background-color: #fff;
  padding: 5vw;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  main .newsListFirst .newsListFirstBox .newsListFirstRight {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
}
main .newsListFirst .newsListFirstBox .newsListFirstRight h3 {
  line-height: 40px;
}
main .newsList {
  background: white;
  background: linear-gradient(0deg, #f8f8f8 100%, white 0%);
  padding-bottom: 30px;
  padding-top: 50px;
  border-bottom: 1px solid #cfcfcf;
}
main .newsList .newsListBox {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 960px) {
  main .newsList .newsListBox {
    margin-bottom: 50px;
  }
}
main .newsList .newsListBox .date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #090145;
}
main .newsList .newsListBox .floatingIntro {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  position: absolute;
  font-weight: 100;
  left: 1vw;
  top: 0;
  font-size: 12px;
  color: #9e9f9e;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  main .newsList .newsListBox .floatingIntro {
    -ms-writing-mode: initial;
        writing-mode: initial;
    -webkit-text-orientation: initial;
            text-orientation: initial;
    transform: rotate(0deg);
    position: static;
    font-size: 16px;
  }
}
main .newsList .newsListBox h4 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}
main .newsList .newsListBox h6 {
  font-size: 20px;
  margin: 0;
  color: #000;
  text-transform: initial;
}
main .newsList .newsListBox .more {
  padding: 50px;
  color: #fff;
  background-color: #5f259f;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  opacity: 0;
  transition: 0.5s ease;
}
main .newsList .newsListBox:hover .more {
  opacity: 1;
}
main .newsList .loadMore {
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  padding: 10px 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .newsList .loadMore {
    margin: 20px auto 30px;
    font-size: 18px;
  }
}
main .newsList .loadMore:hover {
  background-color: #000;
  color: #fff;
}
main .subscription .downBox {
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .subscription form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 960px) {
  main .subscription form {
    flex-direction: column;
    padding: 50px 0;
    align-items: flex-start;
  }
}
main .subscription form .signup h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
  line-height: 32px;
}
main .subscription form .formBody {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
@media (max-width: 960px) {
  main .subscription form .formBody {
    flex-wrap: wrap;
    width: 100%;
  }
}
main .subscription form .formBody input {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  color: #000;
  flex: 1 1 auto;
  background-color: transparent;
  margin-right: 10px;
  text-align: left;
  font-size: 18px;
  box-shadow: none;
}
@media (max-width: 960px) {
  main .subscription form .formBody input {
    margin-top: 20px;
  }
}
main .subscription form .formBody button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcfcf;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .subscription form .formBody button {
    margin-top: 40px;
    margin-left: auto;
  }
}
main .subscription form .formBody button:hover .arrowSubmit i {
  transform: translateX(60px);
}
main .subscription form .formBody button .arrowSubmit {
  padding: 15px 30px;
  border-right: 1px solid #cfcfcf;
}
main .subscription form .formBody button .arrowSubmit i {
  transition: 0.5s ease;
}
main .subscription form .formBody button .submitText {
  padding: 15px 20px;
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
main .noPMTop {
  padding-bottom: 20px;
  margin-bottom: 0;
}
main .newsInnerContent .date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #090145;
}
main .newsInnerContent .newsInnerWorkBy h4 {
  font-weight: bold;
  color: #111111;
  line-height: 28px;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 20px;
}
main .newsInnerContent .newsInnerContainer {
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
  line-height: 32px;
  font-size: 18px;
}
main .related {
  margin-top: 100px;
  letter-spacing: 1px;
}
main .related h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px !important;
  line-height: 50px;
}
@media (max-width: 960px) {
  main .related h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px !important;
  }
}
main .normalText {
  font-weight: normal;
  display: block;
  letter-spacing: 0;
  color: #5f259f;
}
main .RDList .RDScroll {
  padding-bottom: 15px;
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
  color: #ebebeb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  main .RDList .RDScroll {
    margin-top: 20px;
  }
}
main .RDList .RDScroll li a {
  margin-right: 5vw;
  font-weight: bold;
  transition: 0.5s ease;
}
main .RDList .RDScroll li a:hover {
  color: #000;
}
main .RDList .RDListLeft h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0;
}
main .RDList .RDListLeft p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 20px;
}
main .RDList .RDListLeft, main .RDList .RDListRight {
  margin-bottom: 40px;
}
main .boldTitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 30px;
}
main .upcomingTech {
  margin-top: 80px;
  margin-bottom: 80px;
}
main .upcomingTech .upcomingTechBox {
  border: 1px solid #cfcfcf;
  margin: 20px 0;
  padding: 10px 4px;
}
main .upcomingTech .upcomingTechBox img {
  height: 70px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
main .learnMore {
  display: flex;
  align-items: center;
  font-weight: 100;
  color: #4d4d4d;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  transition: 0.5s ease;
}
main .learnMore span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4d4d4d;
  margin-right: 10px;
}
main .learnMore i {
  transition: 0.5s ease;
}
main .learnMore:hover i {
  transform: translateX(10px);
}
main .pageBanner img {
  width: 100%;
}
main .contact h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px !important;
}
main .contact .contactForm:first-child {
  border-bottom: 1px solid #cfcfcf;
}
main .contact .contactForm label {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
main .contact .contactForm input[type=text], main .contact .contactForm input[type=email], main .contact .contactForm select {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  color: #cacaca;
  flex: 1 1 auto;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
  box-shadow: none;
  padding-top: 0;
  outline: none;
  padding: 1rem;
  width: 100%;
}
@media (max-width: 960px) {
  main .contact .contactForm input[type=text], main .contact .contactForm input[type=email], main .contact .contactForm select {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
main .contact .contactForm button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcfcf;
  margin-left: auto;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .contact .contactForm button {
    margin-top: 40px;
    margin-left: auto;
  }
}
main .contact .contactForm button:hover .arrowSubmit i {
  transform: translateX(80px);
}
main .contact .contactForm button .arrowSubmit {
  padding: 15px 30px;
  border-right: 1px solid #cfcfcf;
}
main .contact .contactForm button .arrowSubmit i {
  transition: 0.5s ease;
  font-size: 28px;
  color: #d1d1d1;
}
main .contact .contactForm button .submitText {
  padding: 15px 20px;
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
main .aboutArticle .aboutTab {
  padding-bottom: 15px;
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
  color: #6d6d6d;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  main .aboutArticle .aboutTab {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
main .aboutArticle .aboutTab ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main .aboutArticle .aboutTab ul li a {
  margin-right: 2vw;
  font-weight: bold;
  font-size: 18px;
  border-bottom: none !important;
  color: #b7b7b7;
  transition: 0.5s ease;
}
main .aboutArticle .aboutTab ul li a:hover {
  color: #000;
  border-bottom: none !important;
}
main .aboutArticle #about-switcher .aboutTabContent {
  margin-bottom: 30px;
}
main .aboutHeart {
  background-color: #f8f8f8;
}
main .aboutHeart h3 span {
  color: #5f259f;
}
main .aboutHeart .aboutHeartBox {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
main .aboutHeart .aboutHeartBox h4 {
  font-weight: bold;
  font-size: 18px;
}
main .techTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px 0 !important;
}
@media (max-width: 550px) {
  main .techTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .techTitle h1 {
  width: initial;
  flex: auto;
  margin: 0;
}
main .techTitle h1 span {
  color: #5f259f;
}
main .techTitle img {
  max-width: 250px;
}
@media (max-width: 550px) {
  main .techTitle img {
    max-width: 100%;
  }
}
main .techBanner img {
  display: block;
  margin: 0 auto;
  width: 1280px;
  height: auto;
  max-width: 100%;
}
main .techInfo {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
main .techInfo .techInfoBox {
  margin-bottom: 30px;
}
main .techInfo .techInfoBox h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}
main .techInfo .techInfoBox span {
  font-size: 20px;
}
main .techList .techListBox {
  margin-bottom: 60px;
}
main .techList .techListBox .techListBoxContent {
  padding-left: 60px;
}
@media (max-width: 960px) {
  main .techList .techListBox .techListBoxContent {
    padding-left: 0;
  }
}
main .techList .techListBox .techListBoxContent ul {
  padding-left: 20px;
}
main .techList .techListBox .techListBoxContent ul li {
  list-style: disc;
  font-size: 18px;
  font-family: Roboto, sans-serif;
}
main .techListTitle {
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  main .techListTitle {
    padding-left: 0;
    font-size: 28px;
  }
}
main .techListTitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 5px);
  width: 40px;
  height: 10px;
  background-color: #5f259f;
}
@media (max-width: 960px) {
  main .techListTitle::before {
    opacity: 0;
  }
}
main .techListSlider {
  margin: 80px 0;
}
@media (max-width: 960px) {
  main .techListSlider {
    margin: 40px 0;
  }
}
main .techListSlider ul > li a {
  display: block;
  background-color: #fbfbfb;
}
main .techListSlider ul > li a img {
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  main .techListSlider ul > li a img {
    height: auto;
  }
}
main .techListSlider .techListSliderNav {
  padding: 20px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 960px) {
  main .techListSlider .techListSliderNav {
    zoom: 0.7;
  }
}
main .tectDownloadButtonList {
  padding-left: 60px;
}
@media (max-width: 960px) {
  main .tectDownloadButtonList {
    padding-left: 0;
  }
}
main .tectDownloadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcfcf;
  margin-right: 60px;
  transition: 0.5s ease;
}
@media (max-width: 960px) {
  main .tectDownloadButton {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 20px;
  }
}
main .tectDownloadButton:hover {
  background-color: #5f259f;
  color: #fff;
}
main .tectDownloadButton:hover .arrowSubmit i {
  -webkit-animation: downloadArrow 2s linear;
          animation: downloadArrow 2s linear;
  color: #fff;
}
main .tectDownloadButton .arrowSubmit {
  border-right: 1px solid #cfcfcf;
  padding: 2px 15px;
}
main .tectDownloadButton .arrowSubmit i {
  transition: 0.5s ease;
  font-size: 20px;
  line-height: 1.6;
  color: #d1d1d1;
}
main .tectDownloadButton .submitText {
  padding: 8px 25px;
  font-weight: bold;
  text-transform: uppercase;
}
main .developTeam {
  background-color: #f8f8f8;
  margin-bottom: 10rem;
  padding: 8rem 0;
}
@media (max-width: 960px) {
  main .developTeam {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
}
main .developTeam .developTeamImg img {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 960px) {
  main .developTeam .developTeamImg img {
    position: static;
    top: 0;
  }
}
main .techEnquiry {
  margin-top: 6rem;
}
@media (max-width: 960px) {
  main .techEnquiry {
    margin-top: 0;
  }
}
main .techEnquiry .techEnquiryBox {
  background-color: #5f259f;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px;
  margin-left: auto;
}
main .techEnquiry .techEnquiryBox h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
}
main .techEnquiry .techEnquiryBox .techEnquiryInfo {
  margin-top: 40px;
}
main .techEnquiry .techEnquiryBox .techEnquiryInfo h5 {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
main .techEnquiry .techEnquiryBox .techEnquiryInfo h6 {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
main .twoRelated .relatedBox {
  position: relative;
  overflow: hidden;
}
main .twoRelated .relatedBox h5 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  line-height: 1.8;
  max-width: 80%;
  transition: 0.5s ease;
}
main .twoRelated .relatedBox:hover h5 {
  opacity: 1;
}
main .twoRelated .relatedBox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .techSearchBox {
  position: relative;
  padding: 20px 40px 50px;
  top: 60px;
}
@media (max-width: 550px) {
  main .techSearchBox {
    padding: 20px 15px 50px;
    position: static;
  }
}
main .technologyList {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 550px) {
  main .technologyList {
    padding-top: 40px;
  }
}

@-webkit-keyframes downloadArrow {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes downloadArrow {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1025px) {
  footer {
    padding-bottom: 50px;
  }
}
footer .right-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .right-link a {
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}

.uk-lightbox-toolbar-icon svg line {
  stroke: #fff !important;
}

.uk-lightbox-button svg polyline {
  stroke: #fff !important;
}/*# sourceMappingURL=all.css.map */