
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  height: 100vh;
  font-family: "Poppins" !important;
  scroll-behavior: smooth;
}

.p {
  margin-bottom: 0 !important;
}

.wrapper {
  width: 100% !important;
  height: 100%;
}

.wrapper1 {
  width: 100% !important;
  height: 100%;
  overflow-y: hidden;
  animation: pagefadeinup 1s ease-out;
}

/*=======spinner===========*/

.load-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  letter-spacing: normal;
  display: flex;

  align-items: center;
  justify-content: center;
}

.linespinner {
  width: 10px;
  height: 30px;
  background: #74a4ff;
  position: relative;
  animation: linespinner 1s ease-in-out infinite;
  animation-delay: 0.4s;
  border-radius: 8px;
  margin: 24px;
}

.linespinner:after,
.linespinner:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background: #74a4ff;
  animation: linespinner 1s ease-in-out infinite;
}

.linespinner:before {
  right: 18px;
  animation-delay: 0.15s;
}

.linespinner:after {
  left: 18px;
  animation-delay: 0.6s;
}

@keyframes linespinner {
  0%,
  100% {
    background-color: #74a4ff;
    box-shadow: 0 0 0 #74a4ff, 0 0 0 #74a4ff;
  }

  50% {
    background-color: #0052ec;
    box-shadow: 0 -15px 0 #0052ec, 0 15px 0 #0052ec;
  }
}

.brand {
  width: 250px;
}

/*===============================Topbar===========================*/

.navbar {
  width: 100%;
  background: transparent;
  box-shadow: none;
  position: fixed !important;
  z-index: 999;
  transition: all 0.5s ease-in;
}

.navbar-nav .nav-item a {
  display: flex;
  /* justify-content: center; */
  align-items: center;

  font-size: 16px;
  color: #888;
  padding: 3% 7%;
  font-weight: 400;
  cursor: pointer;
}

.navbar-nav .nav-item:hover {
  color: #1495d6 !important;
}
/* .navbar-nav .nav-item.active {
  color: #1495d6 !important;
} */

.navbar-nav .nav-item a:active {
  color: #1495d6 !important;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #213455;
  padding: 17px;
  font-size: 16px;
  font-weight: 600;
  width: max-content;
}
.navbar-brand .nav-link{
  padding: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #1495d6 !important;
}
.dropdown-menu .dropdown-item.activeDropdown a {
  color: #1495d6 !important;
}
.navbar-light .navbar-nav .nav-link {
  padding: 0;
}

.logo {
  width: 150px;
}

.dropdown-item {
  background-color: #fff !important;
}

.dropdown-menu {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  min-width: 16rem !important;
  max-width: 20rem;
}

.dropdown-divider {
  margin: 0.1rem 0 !important;
  border-top: 1px solid #c6c4c4;
}

.offcanvas-title {
  display: flex !important;
}

.offcanvas-body {
  padding-left: 5% !important;
}

.offcanvas-start {
  width: 270px !important;
}

.logoInAugray {
  width: 37%;
  margin: 4% 0;
}
/*BACKTOTOP*/
#button {
  display: inline-block;
  color: #6c757d;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#button i {
  color: #1495d6;
  font-size: 45px;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
}

/*main*/

/*img animations*/
.main-container,
.main-container2,
.main-container3,
.main-container4 {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.mainimg {
  position: relative;
}

.img1 {
  width: 100%;
}

.img2 {
  width: 40%;
  position: absolute;
  bottom: 25%;
  left: 55%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.img3 {
  width: 37%;
  top: 22%;
  position: absolute;
  left: 65%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.img1-2 {
  width: 100%;
}

.img2-2 {
  width: 35%;
  position: absolute;
  top: 25%;
  left: 0%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.img3-2 {
  width: 35%;
  top: 25%;
  position: absolute;
  left: 70%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.img1-3 {
  width: 100%;
}

.img2-3 {
  width: 35%;
  position: absolute;
  bottom: 30%;
  left: 18%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.img1-4 {
  width: 100%;
}

.img2-4 {
  width: 35%;
  position: absolute;
  bottom: 28%;
  left: 28%;
  cursor: pointer;
  animation: rotate 1.5s linear, shake 4s linear infinite;
}

.fadein {
  animation: fadeinup 1.5s;
}

.fadeout {
  animation: fadeOut 1s ease-in alternate-reverse;
  animation-delay: 4s;
}

.rotatein {
  animation: rotate 1s ease-in alternate;
}
@keyframes rotate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shakein {
  animation: shake 3s linear infinite;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
  }
}
@keyframes pagefadeinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake {
  from {
    transform: rotate(0deg) translate3d(15px, 0, 0) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate3d(15px, 0, 0) rotate(-360deg);
  }
}
@keyframes shakeLeft {
  from {
    transform: rotate(360deg) translate3d(25px, 0, 0) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate3d(25px, 0, 0) rotate(0deg);
  }
}


.main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.homeimg1 {
  width: 70%;
  height: auto;
}

.main h1 {
  z-index: 11;
  font-family: Poppins;
  color: rgb(20, 149, 214);
  text-decoration: none;
  line-height: 34px;
  letter-spacing: -1.46px;
  font-weight: 600;
  font-size: 39px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  margin-bottom: 6%;
}

.main h4 {
  z-index: 9;
  font-family: Poppins;
  color: rgb(33, 52, 85);
  text-decoration: none;
  text-align: left;
  line-height: 30px;
  font-weight: 500;
  font-size: 20px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

@media only screen and (max-width: 576px) {
  .main h1 {
    font-size: 36px;
  }

  .main h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 992px) {
  .main .row {
    margin-top: 25%;
  }
  .main h1 {
    text-align: center;
  }
}

.main .row {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  /* padding-top: 3%; */
}

/*products*/
.products {
  margin-top: 5%;
  margin-bottom: 7%;
}

.products h2 {
  color: #777;
  margin: 0 0 28px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.products h1 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.pro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-prop {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-prop hr {
  width: 35%;
  opacity: 1;
  color: #7f7f7f;
}

.auto-slide {
  margin-top: 4%;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .auto-slide .carousel {
    width: 100% !important;
    margin: 0px auto;
  }

  .content-prop {
    width: 90%;
  }

  .products h2 {
    color: #777;
    margin: 0 0 28px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.9px;
  }

  .products h3 {
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 992px) {
  .products {
    margin-top: 15%;
    margin-bottom: 15%;
  }
}

.auto-slide .carousel {
  width: 85%;
  margin: 0px auto;
}

.auto-slide .card-header {
  border-bottom: none;
}

.auto-slide .slick-slide img {
  width: 150px;
}

.auto-slide .card-header {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}

.slick-dots {
  position: static !important;
}

.auto-slide .card {
  border: 1px solid #00000045;
  /* box-shadow: 1px 1px 15px #ccc; */
  width: 100%;
  min-height: 510px;
  border-radius: 10px;
  margin: 0 8px;
}

.auto-slide .card-body {
  background: #fff;
  padding: 15px;
  vertical-align: top;
  border-radius: 5%;
}

.auto-slide .card-content {
  text-align: center;
  color: #333;
}

.auto-slide .card-title {
  font-size: 28px;
  font-weight: 700;
}

.auto-slide .card-text {
  font-size: 13px;
  color: #353535;
}
.auto-slide .card-text strong {
  color: #000;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .auto-slide .card-text {
    font-size: 14px;
  }
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

/*benefits*/
.benefits {
  background-color: black;
  align-items: center;
  width: 100%;
  height: auto;

  padding-left: 10%;
}

.benefits .col-lg-3 {
  display: flex;
  justify-content: center;
}

.benefits h1 {
  color: white;
  font-size: 32px;
  font-weight: 600;
  padding-top: 2%;
  text-align: center;
}

.benefits h5 {
  color: #93c47d;
  font-weight: 600;
  padding-top: 2%;
  text-align: center;
}

.benefits .marquee .carousel {
  width: 85%;
  margin: 0px auto;
}


.benefits .marquee .slick-slide img {
  width: 150px;
}

.benefits .marquee .carousel img {
  width: 80px;
  height: auto;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.icon-para {
  color: #fff;
}

/*products and solution*/
.fadeIN {
  animation: fadeIn 0.3s ease-in backwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.solution {
  margin-top: 3%;
}

/* .solution2 {
  height: 875px;
} */

.sol-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sol-content .p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #414141;
}

.sol-content h3 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 3% 0 6%;
}

.sol-content h2 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #414141;
  letter-spacing: -0.9px;
}

@media only screen and (max-width: 576px) {
  .sol-content .p {
    font-size: 20px;
  }

  .sol-content h3 {
    font-size: 34px;
  }

  .sol-content h2 {
    font-size: 24px;
  }
}

.solution .sol-content .p:before,
.p:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}

.solution .sol-content .p:before {
  right: 0.5em;
  margin-left: -50%;
}

.solution .sol-content .p:after {
  left: 0.5em;
  margin-right: -50%;
}

.solution .row .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productSolution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.solution .btn-container {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 0 3%;
}

.solution .btn-container button {
  width: auto;
  height: 150px;
  font-size: 42px;
  background-color: #213455;
  border: 5px solid #213455;
  color: #fff;
  padding-left: 40px;
}

.solution .btn-container button h3 {
  font-size: 18px;
  text-align: left;
  font-weight: 100;
  color: #1495d6;
}

.solution .btn-container button h1 {
  font-size: 26px;
  text-align: left;
  font-weight: 400;
}

.solution .btn-container .button-1 {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.solution .btn-container .button-5 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.solution .btn-container button:hover {
  background-color: #fff;
  color: #213455;
}

.solution .row {
  margin: 3% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 80vh; */
}

.solution .col-lg-6 img {
  width: 500px;
}

.solutionTabContent {
  padding: 3% 6%;
  height: 900px;
}
.solutionTabContent img {
  width: 85% !important;
}
.active-btn {
  background-color: #fff !important;
  color: #213455 !important;
}

.hide {
  display: none;
}

.solution .col-lg-6 {
  padding: 3%;
  height: 800px;
}

.solution .col-lg-6 .card,
.solution2 .card {
  width: 85px;
  height: auto;
  border-radius: 17px;
  border: 2px solid black;
  padding-top: 5px;
  margin-top: 20px;
  text-align: center;
}

.solution .col-lg-6 .card h6 {
  font-size: 15px;
  color: black;
  font-weight: 700;
}

.pro-btn {
  font-size: 19px;
  padding: 1.5% 7%;
  border: none;
  background-color: #1495d6;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  transition: 0.2s ease-in forwards;
}
.pro-btn i::before {
  font-weight: bold !important;
  font-size: 27px !important;
  vertical-align: -0.25em !important;
}

.pro-btn:hover {
  background-color: #213455;
}

.pro-h2 {
  font-size: 29px;
  font-weight: 700;
  margin-top: 2%;
  margin-bottom: 3%;
}

.pro-p {
  font-size: 17px;
  margin-bottom: 5%;
  color: #353535;
  line-height: 28px;
}
.pro-p strong {
  color: #000;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .solution .row {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .solution2 {
    display: none;
  }
}

/*videopanel*/
.video-panel {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  background-color: #213455e5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
  margin-top: 5%;
}

.v-content {
  text-align: center;
}
.v-content span {
  padding: 8px 20px;
  background-color: transparent;
  background-image: linear-gradient(182deg, #1494d6 32%, #213456 96%);
  border-radius: 19px 19px 0 0;
  color: #fff;
}
.v-content h6 {
  font-size: 16px;
  color: #1495d6;
  text-align: center;
  margin: 5px;
}

.v-content h1 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 2% 0 6%;
  padding: 0 28%;
}

.video video {
  width: 88%;
}

.video {
  display: flex;
  justify-content: center;
}
.polarCircleBackground {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

/*companies*/

.company .com-marquee .carousel {
  width: 70%;
  margin: 0px auto;
}

.company .com-marquee .slick-slide {
  display: flex;
  justify-content: center;
  /* margin: 2px; */
}

.company .com-marquee .slick-slide img {
  width: 400px;
}

.company .com-marquee .carousel img {
  width: 180px;
  height: auto;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}

.com-content h5 {
  font-size: 32px;
  color: #1495d6;
  text-align: center;
  font-weight: 700;
}

.com-content h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  color: #213456;
  letter-spacing: -1px;
}

.com-marquee {
  margin: 5% 0 5% 0;
}

/*exploring*/
.exploring {
  background-repeat: no-repeat;
  background-color: #213455e0;
  background-position: center center;
  opacity: 1;
  mix-blend-mode: multiply;
  width: 100%;
  margin-top: 5%;
  padding-top: 3%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exploring .row {
  width: 100%;
  margin: 0;
}
.expoBtnDiv {
  margin-top: 3%;
}
.expoBtnDiv a {
  text-decoration: none;
}
.expoBtnDiv a:hover {
  color: #fff !important;
}
.expoBtnDiv i::before {
  font-size: 24px;
  font-weight: 900 !important;
}
.exploring .expo-btn {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  padding: 3% 6% 3.4%;
  border: none;
  background-color: #1495d6;
  border-radius: 40px;
  color: #fff;
}

.expo-btn i::before {
  font-size: 24px;
  font-weight: 900 !important;
  vertical-align: -0.25em !important;
}
.exploring .expo-h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}

.exploring .expo-h3 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 8%;
  text-align: left;
  font-weight: 400;
}

.expo-col {
  padding: 3% 0% 3% 6%;
}

.expo-col2 {
  display: flex;
  justify-content: center;
  padding: 2% 0 0 0;
}

.expo-col2 img {
  width: 100%;
  height: auto;
}
.webVirtualExpo h3 {
  color: #213456 !important;
  margin: 3% 15% 3% 0 !important;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.2em;
}
.webVirtualExpo img {
  position: absolute !important;
  width: 50% !important;
  bottom: unset !important;
}
.webVirtualExpo p {
  color: #213455f2 !important;
  font-size: 18px;
}
.kioskExpoImg {
  width: 35% !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
}
.kioskExpo_P {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: #000000d9;
}

.footer .row .col-lg-2 {
  display: flex;
  flex-direction: column;
}

.footer .row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 20px 20px 10px;
}

.footer {
  margin-top: 1%;
}

.footer .row a {
  text-decoration: none;
  color: #555;
  font-weight: 300;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 0;
}

.footer-brand img {
  width: 200px;
  margin-top: 1%;
}

.footer-p h4 {
  font-size: 16px;
  margin-top: 6%;
  color: #777;
  font-weight: 400;
}

.footer-clogo img {
  width: 150px;
  margin-top: 8%;
}

.footer-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1%;
}

.footer-logos {
  margin-top: 2%;
  width: 100%;
  text-align: center;
  margin-bottom: 1%;
}

.footer-logos i {
  font-size: 16px;
  border: 1px solid #edf0ff;
  padding: .5% .6%;
  border-radius: 50%;
  margin: 0 1%;
}

.logo1 {
  color: #0072b1;
}

.logo2 {
  color: #ff0000;
}

.logo3 {
  color: #4267b2;
}

.logo4 {
  color: #ff0066;
}

.copyright {
  margin-top: 1%;
  padding-bottom: 0%;
}

.copyright h4 {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin: 3% 0;
}

.copyright h4 b {
  color: #213455;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .benefits h1 {
    font-size: 26px;
  }

  .com-content h2 {
    font-size: 34px;
  }

  .exploring .expo-h3 {
    font-size: 12px;
  }

  .exploring .expo-h4 {
    font-size: 18px;
  }
}

/*-=================request-demo-page==================================-*/

.request-mainpage {
  background: #213455;
  background-color: transparent;
  background-image: linear-gradient(180deg, #213455 0%, #1495d6 100%);
}

.request-mainpage .row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
}

.req-head {
  padding: 9% 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.requestLine {
  opacity: 1;
  margin: 0 0 0 5%;
}
.req-demo {
  color: #fff;
}
.arr_none input::-webkit-outer-spin-button,
.arr_none input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arr_none input[type="number"] {
  -moz-appearance: textfield;
}

.req-demo h3 {
  font-size: 31px;
  font-weight: 600;
  padding-left: 5%;
}

.req-demo p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 3% 3% 5% 6%;
}

.request-mainpage .req-demo img {
  width: 130px;
}

.request-mainpage .req-demo .req-carousel {
  width: 95%;
  background-color: #fff;
  margin-left: 5%;
  border-radius: 3px;
}

.req-work {
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.14) !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 30px 15px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.f-star {
  font-weight: 600;
  font-size: 6px;
  color: red;
}
.pro-checkbox {
  margin-right: 10px;
}
#selectCountry {
  height: 50px;
}
.req-work span {
  color: #213455;
  font-size: 40px;
  font-weight: 700;
}

.req-work form .form-control {
  line-height: 2.5 !important;
  background-color: #fbfbfb;
}
.req-work form label {
  font-size: 20px;
  font-weight: 800;
  color: #777;
  margin-bottom: 4%;
}
.req-work form label b {
  color: red;
}
.selectProductRow label {
  font-size: 16px !important;
}

.selectProductRow ul label {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.selectProductRow ul input {
  width: 20px;
  height: 20px;
}

.fadeindown {
  animation: fadeinDown 0.8s ease-in;
}

@keyframes fadeinDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }

  to {
  }
}
.requiredIns {
  color: #888;
  font-size: 17px;
  font-weight: 300;
}
.requiredIns b {
  color: red;
}

/*==============================products=============================================*-/

/*ar-vr main*/
.virtual_main {
  width: 100%;
  background-image: url("../images/virtualshowroom-images/virtual-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.print_ar_main {
  width: 100%;
  background-image: url("../images/printar/print_ar_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.kiosk_main {
  width: 100%;
  background-image: url("../images/kiosk-images/kiosk_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ar-vr-main {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.lens_main {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ar-vr-main img,
.virtual_main img,
.print_ar_main img,
.lens_main img {
  width: 100%;
  height: auto;
}
.kiosk_main img {
  width: 90%;
  height: auto;
  margin-top: 8%;
}
.ar-vr-main h1 {
  color: #213455;
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 40px;
}

.virtual_main h1,
.kiosk_main h1,
.print_ar_main h1 {
  color: rgb(20, 149, 214);
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 40px;
}

.lens_main h1 {
  color: #fff;
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 600;
  font-size: 33px;
}
.ar-vr-main h2 {
  color: rgb(20, 149, 214);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
.virtual_main h2 {
  color: #213455;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6%;
}

.kiosk_main h2 {
  color: #213455;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}

.print_ar_main h2 {
  color: #213455;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.lens_main h2 {
  color: #1495d6;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.kiosk_main p {
  text-align: left;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 19px;
  color: #777;
  max-width: 450px;
  margin-bottom: 0;
}

.ar-vr-main p,
.print_ar_main p {
  text-align: left;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  color: #787878;
}

.virtual_main p {
  text-align: left;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 19px;
  color: #444;
}
.ar-vr-main p {
  color: #213455f2;
  font-size: 18px;
  font-weight: 500;
  padding-right: 8%;
}
.lens_main p {
  text-align: left;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  max-width: 450px;
}

.kiosk_main h1{
  line-height: 40px !important;
  font-size: 35px;
}
.kiosk_main h2{
  font-size: 28px !important;
}

@media only screen and (max-width: 586px) {
  .ar-vr-main h1,
  .virtual_main h1,
  .kiosk_main h1,
  .print_ar_main h1,
  .lens_main h1 {
    font-size: 36px;
  }

  .ar-vr-main p,
  .virtual_main p,
  .kiosk_main p,
  .print_ar_main p,
  .lens_main p {
    font-size: 16px;
  }

  .ar-vr-main img,
  .virtual_main img,
  .kiosk_main img,
  .print_ar_main img,
  .lens_main img {
    width: 100%;
    height: auto;
  }
}

.ar-vr-main .row,
.virtual_main .row,
.kiosk_main .row,
.print_ar_main .row,
.lens_main .row {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.ar-vr-main .col-lg-5,
.virtual_main .col-lg-5,
.kiosk_main .col-lg-5,
.print_ar_main .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding-top: 3%;
}
.lens_main .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding-top: 3%;
}

/*benefits*/

.benefits {
  background-color: black;
  align-items: center;
  width: 100%;
  height: auto;

  padding-left: 10%;
}

.benefits .col-lg-3 {
  display: flex;
  justify-content: center;
}

.benefits h1 {
  color: white;
  font-size: 32px;
  font-weight: 600;
  padding-top: 2%;
}

.benefits .carousel {
  width: 85%;
  margin: 0px auto;
}


.benefits .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits .slick-slide img {
  width: 70px;
}

.benefits .carousel img {
  width: 100px;
  height: auto;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.icon-para {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}

/*ar-vr-produts*/

.ar-vr-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.content-row1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ar-vr-products .content1 {
  width: 70%;
  text-align: center;
}

.ar-vr-products .content1 h3 {
  color: #1495d6;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px 0;
}

.ar-vr-products .content1 h2 {
  color: #101010;
  margin: 0 0 0 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.kioskContent h2 {
  color: #333;
  /* margin: 0 10%; */
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}
.printContent1 h2 {
  color: #414141;
  margin: 0 18%;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.printContent1 h2 strong {
  color: #000;
}
.ar-vr-products .card-row h1 {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 5%;
}
.ar-vr-products .card-row p {
  font-size: 120%;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 0;
  color: #777;
  font-weight: 300;
}

.ar-vr-products .content1 p {
  color: #444;
  font-size: 112%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.card-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.pro-img {
  width: 200px;
}

.card-content h1 {
  /* color: #1C1C1C; */
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 5%;
}

.card-content p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 0;
  color: #777;
}

.card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ar_vr_solutionCol p {
  font-size: 107%;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 0;
  color: #777;
}
.ar_vr_solutionCol p b {
  font-weight: 600 !important;
}
.ar_vr_solutionCol h1 {
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 5%;
}

/*horizontal-line*/

.horizontal-container {
  color: black;
}

/*ar-vr-solution*/
.ar-vr-solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  overflow-x: hidden;
}

.content-row2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ar-vr-solution .content2 {
  width: 90%;
}

.ar-vr-solution .content2 h3 {
  color: #1495d6;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px 0;
}

.ar-vr-solution .content2 h1 {
  color: #101010;
  margin: 0 0 0 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
}
.kioskSolutions .content2 h1 {
  color: #101010;
  margin: 0 20%;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}
.webVirtualSolution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  overflow-x: hidden;
}
.webVirtualSolution h1 {
  color: #101010;
  margin: 5% 17% 1%;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}

.solution-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  width: 100%;
}

.solution-row .text-column .card {
  width: 20%;
  /* height: auto; */
  border-radius: 16px;
  border: 1px solid #0000008c;
  padding: 1.5% 3%;
  margin-top: 15px;
  text-align: center;
}
.solution-row .text-column .card h6 {
  font-size: 13px;
  margin-bottom: 0;
}

.solution-row .text-column .pro-h2 {
  font-size: 29px;
  font-weight: 700;
  margin-top: 2%;
  margin-bottom: 5%;
}

.solution-row .text-column .pro-p {
  font-size: 19px;
  margin-bottom: 5%;
  color: #1a1a1a;
  font-weight: 300;
}
.solution-row .text-column .pro-p b {
  font-weight: 500 !important;
}
.solution-row .text-column .pro-p strong {
  font-weight: 500 !important;
}

.solution-row .text-column {
  padding: 5%;
}



.kioskSolutionRow .text-column .pro-h2 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 2%;
  margin-bottom: 2%;
}

.ani-images {
  width: 550px;
  transition: all ease-in;
}

.solution-row .img-column {
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*contact-expo*/
.lens-contact-expo .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 1%;
  margin-left: 0;
}

.contact-expo .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 5%;
  margin-left: 0;
}

.contact-expo h3 {
  color: #000;
  margin: 10px 51px 25px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.lens-contact-expo h3 {
  color: #fff;
  margin: 2% 9% 8% 0%;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2em;
}

.contact-expo h4 {
  font-size: 18px;
}

.lens-contact-expo h4 {
  color: #1495d6;
  font-size: 20px;
  margin-top: 3%;
  font-weight: 800;
}

.contact-expo p {
  color: #000;
  margin-bottom: 10px;
}

.lens-contact-expo p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
}

.contact-expo a,
.lens-contact-expo a {
  width: 72%;
  height: auto;
  font-size: 17px;
  font-weight: 600;
  /* padding: 5% 9% 6%; */
  padding: 3% 3% 3%;
  border: none;
  background-color: #1495d6;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  margin-top: 5%;
}

.contact-expo .row .col-12,
.lens-contact-expo .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3%;
  margin-top: 3%;
  text-align: left;
}

.contact-expo .row .col-lg-6,
.lens-contact-expo .row .col-lg-6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-expo .row .col-12 p i,
.lens-contact-expo .row .col-12 p i {
  color: #1495d6;
  margin-right: 10px;
  font-size: 20px;
}

.contact-expo img {
  position: absolute;
  bottom: -200px;
  width: 510px;
}
.printArExpoImg {
  position: absolute;
  width: 36% !important;
  bottom: 0 !important;
  left: 5%;
}
.lens-contact-expo img {
  position: absolute;
  width: 100%;
}

.ar_vr_expo h4 {
  font-size: 31px;
  font-weight: 800;
  color: #213455;
}
.ar_vr_expo h3 {
  font-size: 44px;
  margin-right: 14%;
}
.ar_vr_expo p {
  font-size: 18px;
}
.ar_vr_expo img {
  width: 100%;
  position: unset;
}
.ar_vr_expo .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0%;
  margin-top: 0%;
  text-align: left;
  padding: 2%;
}

.ar-vr-expo-content {
  display: flex;
}
.ar-vr-expo-content i {
  padding: 1% 2%;
  color: #1495d6;
}
.ar-vr-expo-content i::before {
  font-size: 24px;
  font-weight: 900 !important;
}
@media only screen and (min-width: 526px) and (max-width: 990px) {
  .contact-expo img {
    position: unset;
    width: 520px;
  }

  .lens-contact-expo img {
    position: unset;
    width: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 525px) {
  .contact-expo img {
    position: unset;
    width: 300px;
  }

  .lens-contact-expo img {
    position: unset;
    width: 300px;
  }
}

/*------------------------------lens-------------------------------*/

.goals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.lensAssistance span h2 {
  font-weight: 900;
}
.lensAssistance:hover span {
  opacity: 0;
}

.goals .container,
.onexr-meet .container {
  color: #414141;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.lensMeetSlider .slick-dots {
  margin: 4%;
}
.lensMeetSlider .slick-dots li button:before {
  font-size: 15px !important;
  opacity: 0.25 !important;
}
.button-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 5%;
}

.button-row .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-ch {
  width: 22%;
  height: 100px;
  padding: 1% 2%;
  text-align: left;
  color: #666;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  background: none;
}

.details-row1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-row-2 {
  width: 100%;
  height: 1150px;
  margin-top: 5%;
}

@media only screen and (max-width: 1023px) {
  .details-row1 {
    display: none !important;
  }

  .button-row {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .details-row-2 {
    display: none;
  }
}

.goals .card,
.onexr-meet .card {
  width: 15%;
  height: auto;
  border-radius: 17px;
  border: 1px solid black;
  padding-top: 5px;
  margin-top: 20px;
  text-align: center;
}

.goals .pro-h2,
.onexr-meet .pro-h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 2%;
  margin-bottom: 5%;
  color: #213455;
}

.goals .pro-p,
.onexr-meet .pro-p {
  font-size: 18px;
  margin-bottom: 5%;
  color: #545252;
  line-height: 28px;
}
.onexr-meet .pro-p b {
  color: #000;
  font-weight: 500;
}
.goals .pro-img,
.onexr-meet .pro-img {
  width: 200px;
}

.goals .small_img {
  width: 150px;
}

.hide {
  display: none !important;
}

.content-1,
.content-2,
.content-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-button {
  border: 2px solid #1495d6;
  border-radius: 6px;
}

/*------------remote-assistance--------*/
.remote_assistance {
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 5%;
}

.rem-acc-row {
  display: flex;
  justify-content: center;
}

.rem_acc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6% 0;
}
.rem_acc p {
  font-size: 17px;
  font-weight: 400;
}
.rem_acc img {
  width: 200px;
}

@media only screen and (max-width: 576px) {
  .rem_acc img {
    width: 100px;
  }
}

.remote_assistance .hr2 {
  width: 200px;
  height: 5px;
  border-radius: 1px;
  background-color: #1495d6;
  opacity: 1;
}

.remote_assistance .hr1 {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #1495d6;
  opacity: 1;
  margin-right: 8px;
}

.dotted_hr {
  display: flex;
}

.pro-img1 {
  transition: all 0.2s ease-in;
}

.pro-img1:hover {
  transform: scale(1.05);
}

.headi {
  color: #1495d6;
}

/*meet*********/
.onexr-meet {
  margin-top: 5%;
}

.carousel-item .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*pie-chircles---------------*/
.pie-slider {
  background-color: #000;
  margin-top: 5%;
}

.single-chart {
  width: 150px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #213455;
  stroke-width: 2.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
    opacity: 0;
  }
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #fff;
  font-size: 0.5em;
  text-anchor: middle;
}

.span-p {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.pie-slider .product-1,
.pie-slider .product-2 {
  display: flex;
  justify-content: center;
  align-items: unset;
}

.pie-slider .carousel {
  width: 70%;
}

.pie-slider .product-1 .col-12,
.pie-slider .product-2 .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*=================================================+++++company============================*/

/*aboutus-main*/
.aboutus-main {
  padding-top: 80px;
}

.aboutus-content p {
  color: #777;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
  text-align: center;
  padding: 0 20%;
}

@media only screen and (max-width: 1024px) {
  .aboutus-content h2 {
    font-size: 14px;
  }
}

.aboutus-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.animated-bg {
  position: relative;
}
.mainbg {
  width: 100%;
  height: auto;
  margin-top: -7%;
}

.aboutus-contain {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firstman {
  position: absolute;
  width: 5%;
  left: 17%;
  bottom: 59%;

  animation: fadeindown 1s ease-in;
}

.secondman {
  position: absolute;
  width: 12%;
  right: 2%;
  bottom: 93%;
  animation: fadeindown 1s ease-in;
}

.thirdman {
  position: absolute;
  width: 14%;
  bottom: 49%;
  left: 23%;
  animation: fadeindown 1s ease-in;
}

@keyframes fadeindown {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }

  to {
  }
}

.delay {
  display: none;
}

/*-----------------------------------timeline-------------------------------------------*/
.timeline-head {
  text-align: center;
  margin: 5%;
}

.timeline-head h5 {
  color: #1495d6;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.timeline-head h3 {
  color: black;
  margin-top: 2%;
  font-weight: 700;
  font-size: 40px;
  margin: 1% 0;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 58%;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #1495d6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-box::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -6px;
  background-color: white;
  border: 2px solid #1495d6;
  top: 46%;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 35%;
  width: 0;
  z-index: 1;
  right: 15px;
  border: medium solid #1495d6;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #1495d6;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 35%;
  width: 0;
  z-index: 1;
  left: 15px;
  border: medium solid #1495d6;
  border-width: 30px 30px 30px 0;
  border-color: transparent #1495d6 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -9px;
}

/* The actual content */
.content {
  padding: 16% 10%;
  background-color: #1495d6;
  text-align: left;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.icon-left {
  width: 100px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg)
    brightness(107%) contrast(102%);
  position: absolute;
  top: 23%;
  left: 3%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.icon-right {
  width: 100px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg)
    brightness(107%) contrast(102%);
  position: absolute;
  top: 23%;
  right: 1%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.content:hover .icon-left {
  opacity: 0.3;
}

.content:hover .icon-right {
  opacity: 0.3;
}

.content p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}

.year-left {
  right: -15%;
  top: 42%;
  position: absolute;
}

.year-right {
  left: -15%;
  top: 42%;
  position: absolute;
}

.year-left h4,
.year-right h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .year-left,
  .year-right {
    position: unset;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-box::before {
    left: 56px;
    top: 85px;
    border: medium solid #1495d6;
    border-width: 20px 20px 20px 0;
    border-color: transparent #1495d6 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 23px;
    top: 100px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/*leadership-team*/

.leadership_team {
  margin-top: 5%;
}

.leadership_head h5 {
  color: #1495d6;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}

.leadership_head h3 {
  text-align: center;
  color: #213455;
  margin-top: 2%;
  font-weight: 700;
  font-size: 34px;
  margin: 1% 0;
}

.img_row1,
.img_row2 {
  width: 100%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_row1 .col-lg-4,
.img_row2 .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.face_img {
  width: 250px;
  border-radius: 50%;
  margin-bottom: 2%;
}

.face_name {
  margin-bottom: 2%;
  font-weight: 600;
  text-align: center;
}

.position {
  color: #777;
  font-size: 16px;
  font-weight: 300;
}

.img_row1 i,
.img_row2 i {
  color: #777;
  font-size: 28px;
}

.img_row1 i:hover,
.img_row2 i:hover {
  color: #1495d6;
}

/*=======================contact-us==========================================*/
.contact {
  background-image: url("../images/contact-us-images/contact_us_dot_shape.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.our-ofc {
  width: 100%;
  background-repeat: no-repeat;
  padding: 70px 0px 50px 0px;
  position: relative;
}

.triangle-img {
  width: 20px;
  height: 30px;
  position: absolute;
  right: 40%;
  top: 19%;
  filter: invert(67%) sepia(12%) saturate(2347%) hue-rotate(104deg)
    brightness(100%) contrast(91%);
  animation: scale 2s linear alternate infinite;
}

.zigzag-img {
  position: absolute;
  width: 80px;
  height: 20px;
  top: 77%;
  left: -15%;
  filter: invert(13%) sepia(70%) saturate(6907%) hue-rotate(346deg)
    brightness(88%) contrast(99%);
}

@keyframes scale {
  from {
    transform: rotate(80deg) scaleX(1.5);
  }

  to {
  }
}

.circle-img {
  filter: invert(81%) sepia(75%) saturate(897%) hue-rotate(319deg)
    brightness(102%) contrast(101%);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20%;
  top: 40%;
  animation: jump 1s ease-in alternate infinite;
}

@keyframes jump {
  from {
    transform: translateY(-30px);
  }

  to {
  }
}

@media only screen and (max-width: 360px) {
  .triangle-img {
    position: absolute;
    right: 19%;
    top: 13%;
  }

  .circle-img {
    position: absolute;
    left: 20%;
    top: 29%;
  }
}

.our-ofc .row {
  width: 100%;
  position: relative;
  margin: 0;
}

.tit1 {
  font-size: 40px;
  font-weight: 600;
  color: #1495d6;
  padding-top: 10%;
}

.tit2 {
  color: #213455;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10%;
}

.tit1,
.tit2 {
  display: flex;
  justify-content: center;
}

.our-ofc-location-logo img {
  width: 20%;
}

.our-ofc1:hover loc-title {
  color: #1f60dc;
}

.our-ofc2:hover loc-title {
  color: #1f60dc;
}

.our-ofc2:hover {
  transition: all 0.5s linear;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.box-shadow {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
  width: 500px;
  height: 450px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .box-shadow {
    display: none;
  }
}

.our-ofc1:hover {
  transition: all 0.5s linear;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

.our-ofc1 loc-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}

.our-ofc2 loc-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}

.our-ofc1 a,
.our-ofc2 a {
  text-decoration: none;
  font-weight: bold;
}
.oneRXContactForm b {
  color: red;
}
.oneRXContactForm .form-control {
  line-height: 2.5 !important;
  border: 1px solid #ededed;
  background-color: #fafafa;
}
.oneRXContactForm .form-control::placeholder {
  color: #888888;
}
.contactFormDiv {
  padding: 10% 0;
  background: #ffffffe5;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

/*------- map location---------- */

.map-loc .map-loc1,
.map-loc2 {
  width: 500;
  height: 300;
  border: 0;
  padding: 20px;
}

/* -------form -------- */

.map-loc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-loc .row {
  padding: 50px 0px 100px 0px;
  width: 100%;
}

.map-loc .form-head1 {
  color: #1495d6;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin: 30px 0 15px 0;
  text-align: right;
}

.map-loc .form-head2 {
  color: #213455;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.map-loc form {
  box-shadow: 30px 30px 80px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffffe5;
}

.map-loc .form-page {
  background-image: url("../images/contact-us-images/bg_elements.png");
  background-repeat: no-repeat;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .form-page {
    margin-top: 50px !important;
    background-image: none !important;
  }
}

.map-loc label {
  display: block;
  color: #101010;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 5px 0;
}

.map-loc .fa-solid {
  font-size: 9px;
  color: red;
}

.form-txt {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
  color: #888888;
  padding: 10px 0 0 0;
}

.card-model {
  border-radius: 25px;
}

.vector1 {
  position: absolute;
  width: 10% !important;
  bottom: 0%;
  right: 38%;
  z-index: 99;
}

.vector2 {
  position: absolute;
  width: 8% !important;
  top: 30%;
  right: 5%;
  z-index: 99;
}
.vectorFormBg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .vector1 {
    display: none;
  }

  .vector2 {
    display: none;
  }
}

/*==================================resource======================================*/
/*resource*/
.resource {
  padding-top: 100px;
}

.resource_head h1 {
  text-align: center;
  color: #1a1a1a;
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 5%;
}
.postContainer {
  margin: auto;
}
.postContainer .container .row .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.postContainer .container {
  padding: 4% 0;
}

.res-img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.res-imgTrend {
  width: 100%;
  transform: rotate(3deg) scale(1.1);
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.postContainer .container .row .col-lg-6 h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin: 3% 0 4%;
}

.postContainer .container .row .col-lg-6 h1 a {
  text-decoration: none;
  color: #1a1a1a;
}

.postContainer .container .img-col {
  border-radius: 15px;
}

.postContainer .container .row .col-lg-6 p {
  color: #8d8d8d;
  margin-bottom: 4%;
}

.postContainer .container:hover .res-img {
  transform: scale(1.04);
  opacity: 0.8;
}
.trendPostCard:hover .res-imgTrend {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.trendPostCard:hover h4 {
  color: #0052ec;
}

/*========resource-case======*/

.case_main_image img {
  width: 100%;
  margin-top: 5%;
}

.case-head h2 {
  color: #0c0c0c;
  font-family: "Rubik", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 3%;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .case-head h2 {
    font-size: 30px;
  }

  .case-details h1 {
    font-size: 30px !important;
  }
}

.case-head {
  background-color: #f4f4f4d1;
  padding: 5%;
  margin: 2% 0;
}

.case-head .year {
  display: flex;
}

.case-head .container {
  width: 90%;
}

.case-head .year a {
  padding: 10px;
  color: #ff0000;
  text-decoration: none;
}

.case-head .year li {
  padding: 10px;
  color: #ff0000;
  text-decoration: none;
}

/* --------case details -------- */
.case-details {
  margin: 0 18%;
  padding: 5% 0;
}

.case-details h1 {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 1%;
}

.case-details p {
  color: #555;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1%;
}

.case-details p b {
  font-weight: 500;
  color: #000;
}
.case-details li {
  font-size: 21px;
  font-weight: 300;
  padding-left: 40px;
}

.case-details p a {
  text-decoration: none;
  color: #777;
  font-weight: 300;
  font-size: 21px;
}

.quote {
  padding: 30px;
  background-color: #9e9e9e1f;
}

.quote .quote-icon {
  font-size: 40px;
  color: #042ff8;
}

.share-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10% 0;
}
.shareMedia a {
  margin-right: 20px;
}
.share-page span {
  font-size: 30px;
  font-weight: bold;
}

.share-page button i {
  padding-right: 10px;
}

.share-page button {
  padding-right: 20px;
}

.fb-btn {
  color: #fff;
  font-weight: 600;
  background-color: #3b5998;
  border: none;
  padding: 10px;
  width: 140px;
  margin-bottom: 1%;
}

.tw-btn {
  color: #fff;
  font-weight: 600;
  background-color: #1da1f2;
  border: none;
  padding: 10px;
  width: 140px;
  margin-bottom: 1%;
}

.pin-btn {
  color: #fff;
  font-weight: 600;
  background-color: #bd081c;
  border: none;
  padding: 10px;
  width: 140px;
  margin-bottom: 1%;
}

.lin-btn {
  color: #fff;
  font-weight: 600;
  background-color: #0077b5;
  border: none;
  padding: 10px;
  width: 140px;
  margin-bottom: 1%;
}

/* --------cases form --------- */

.case-form {
  padding: 50px 30px 60px 30px;
}

.case-form h3 {
  font-weight: bold;
}

.case-form p {
  font-style: italic;
  font-size: 18px;
  font-family: auto;
}

.case-form form textarea {
  height: 200px !important;
}

.comment-btn {
  color: #fff;
  font-weight: 400;
  background-color: #042ff8;
  border: none;
  padding: 15px 30px;
  font-family: auto;
}

.comment-btn:hover {
  background-color: #fd7e14;
}

/* -------redirection------ */

.redirection {
  background-color: #eaeaea;
  padding: 40px 40px 40px 40px;
}

.redirection a {
  text-decoration: none;
}

/* --------related post-------- */

.related-post h6:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 7%;
}

.related-post h6:before {
  right: 0.5em;
  margin-left: -6%;
}

.related-post h6:after {
  left: 0.5em;
  margin-right: -10%;
  display: none;
}

.related-post h6 {
  padding-left: 90px;
  padding-bottom: 30px;
  color: red;
}

.related-post h2 {
  color: #0c0c0c;
  font-family: "Rubik", Sans-serif;
  font-size: 45px;
  font-weight: 400;
  padding-bottom: 30px;
}

.related-post {
  padding: 2%;
}

.related-post-img {
  width: 100%;
}

.related-post .row a {
  text-decoration: none;
}

.related-post .row h5 {
  color: #0c0c0c;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.related-post .row p {
  color: rgba(12, 12, 12, 0.5);
  font-family: "Rubik", Sans-serif;
  font-size: 15px;
  font-weight: 300;
}

/*==========resource=============*/

.case1-year {
  padding-bottom: 100px;
}

.case1-year .case1-year-bg {
  background-size: contain;
  /* background-repeat: no-repeat; */
  width: 100%;
  padding: 18% 0 10% 0;
}

.case1-year .case1-year-bg h1 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 425px) {
  .case1-year .case1-year-bg h1 {
    font-size: 42px;
    font-weight: 600;
  }

  .case1-year .case1-year-bg {
    padding: 40% 0 20% 0;
  }
}

.case1-year-card {
  width: 60%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.case1-year-card h5 {
  font-size: 30px;
  font-weight: bold;
}

.case1-year-card p {
  color: #888;
  font-size: 19px;
}

.case1-year-card p a {
  font-size: 16px;
  color: #999;
}
.case1-year-card p a i {
  margin-left: 3%;
}

.case1-year-card a {
  text-decoration: none;
  color: #000;
}

.case1-year-card a:hover {
  color: #042ff8;
}

.case1-year-card-img-top {
  width: 100%;
}

.case1-year-card-btn {
  color: #fff;
  font-weight: 500;
  background-color: #042ff8;
  border: none;
  border-radius: 4px;
  padding: 2% 5%;
  font-size: 20px;
}

.case1-year-card-btn:hover {
  background-color: #fb9d0d;
}

.case1-year-card-cls {
  padding-bottom: 100px;
}

.case1-year-card-body {
  padding: 6% !important;
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.editHeading {
  border: 1px solid #213455;
  padding: 0.8% 3%;
  border-radius: 50px;
  color: #213455;
  font-size: 15px;
}
.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 0.25 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.slick-dots li {
  margin: 0 !important;
}

@media only screen and (max-width: 992px) {
  .benefits h1 {
    text-align: center;
    font-size: 25px !important;
  }
  .sol-content h2 {
    font-size: 13px;
  }
  .video-panel {
    padding: 12% 3%;
  }
  .v-content h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 4% 0 9%;
  }
  .expoBtnDiv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .exploring .expo-h3 {
    font-size: 14px;
    font-weight: 300;
  }
  .com-content h5 {
    font-size: 23px;
  }
  .com-content h2 {
    font-size: 22px;
    padding: 0 5%;
  }
  .video video {
    width: 100%;
  }
  .sol-content h3 {
    font-size: 26px;
  }
  .sol-content h2 {
    font-size: 13px;
    padding: 0 5%;
  }
  .main-container {
    margin-top: 5% !important;
  }
  .req-row {
    padding: 1rem !important;
  }
  .request-mainpage .row {
    padding: 1rem !important;
  }
  .case1-year-card .case1-year-card-body {
    padding: 6% !important;
  }
  .req-work {
    margin-right: 0 !important;
  }
  .req-demo {
    margin-left: 0 !important;
  }
  .req-head span {
    margin: 15% 3% 5%;
  }
  .lens_main .col-lg-5 {
    margin-top: 0;
    padding-top: 0;
  }
  .goals .card,
  .onexr-meet .card {
    width: 30%;
  }
  .benefits {
    padding-left: 0;
  }
  .solution-row .text-column .card {
    width: 25%;
  }
  .printArExpoImg {
    width: 100% !important;
  }
  .case1-year-card {
    width: 95%;
  }
  .main {
    height: 100%;
  }
  .expoBtnDiv a {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .resourseListRow {
    margin: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .kioskExpoImg {
    position: unset !important;
    width: 100% !important;
  }
  .webVirtualExpo img {
    position: unset !important;
    width: 100% !important;
  }
  .contact-expo a {
    width: 55% !important;
    font-size: 13px;
  }
  .tit2 {
    font-size: 29px;
  }
  .our-ofc1 {
    margin-bottom: 8%;
  }
  .our-ofc1 p,
  .our-ofc2 p {
    margin-bottom: 1% !important;
    padding: 2px !important;
  }
  .aboutus-content p {
    padding: 0;
  }
  .timeline {
    max-width: 90%;
  }
  .img_row1 .col-lg-4,
  .img_row2 .col-lg-4 {
    margin-bottom: 7%;
  }
  .printContent1 h2 {
    margin: 5% 5%;
  }
  .rem_acc {
    display: block;
  }
  .rem_acc img {
    width: 150px;
  }
  .contact-expo a,
  .lens-contact-expo a {
    font-size: 14px;
    width: 50%;
  }
  .kiosk_main h2 {
    font-size: 44px;
  }
  .contact-expo .row {
    padding: 0 !important;
  }
  .case1-year-card h5 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .timeline {
    max-width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .contact-expo a,
  .lens-contact-expo a {
    font-size: 18px;
    width: 31%;
    padding: 3% 3% 3%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .navbar {
    padding: 0 !important;
  }
}

/* ----------------------- Resourse Css ------------------------ */
.trendingPostDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3% 0;
}
.trendPostCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.trendPostCard h5 {
  font-weight: 400;
  padding: 2% 8%;
}
.trendPostCard a {
  text-decoration: none;
  color: #000;
}
.trendPostCard a:hover {
  color: #1694d4;
}
.trendPostCard figure {
  overflow: hidden;
  position: relative;
}
.caseCategoryTag {
  position: absolute;
  top: 0;
  float: left;
  padding: 3%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.caseCategoryTag button {
  background: #fff;
  border: none;
  padding: 2% 6%;
  border-radius: 3px;
  margin: 1%;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.caseCategoryTag button a {
  color: #000;
  text-decoration: none;
}
.trendpostSlider {
  width: 100%;
}

.popularPostCard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popularPostCard figure {
  overflow: hidden;
  width: 100%;
  margin: 5% 0;
  border-radius: 10px;
}
.popularPostCard h5 {
  margin-left: 5%;
  font-weight: 500;
  font-size: 15px;
  padding-left: 20px;
}
.popularPostCard a {
  text-decoration: none;
  color: #000;
}
.res-imgTrend {
  width: 100%;
  transform: rotate(3deg) scale(1.1);
  transition: 0.3s ease-in-out;
  opacity: 0.8;
  height: 150px;
  object-fit: cover;
}
.popularPostCard:hover .res-imgTrend {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.linkCardsDiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #1694d4;
  font-size: 18px;
}
.linkCardsDiv span {
  margin: 0 3%;
}
.linkCardsDiv span a {
  color: #1694d4;
  text-decoration: none;
}
.linkCardsDiv i {
  font-size: 17px;
}
.linkCardsDiv p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkCardsDiv p a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1694d4;
  margin: 0 7px;
}
.img-col figure {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.res-imglistCards {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.postContainer .resourseListRow:hover .res-imglistCards {
  transform: scale(1.04);
  opacity: 1;
}
/* .resourseListRow .img-col a{
  border: 1px solid #d6d4d4;
  padding: 5px;
  border-radius: 10px;
} */
.popularPostDiv {
  margin-top: 15%;
}
.relatedPostDiv {
  width: 20%;
  float: left;
}
.popularPostDiv h3::after {
  right: 0.5em;
  margin-left: 13%;
}
.popularPostDiv h3::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 35%;
}

.linkCardsDiv p {
  margin-bottom: 0 !important;
}

.resourcePagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resourcePagination .pagination li {
  border: 1px solid #999;
  padding: 0.3% 0.9%;
  font-size: 18px;
  margin: 0.3%;
  border-radius: 5px;
}
.resourcePagination .pagination .previous,
.resourcePagination .pagination .next {
  padding: 0.2% 0.4%;
}
.resourcePagination .pagination .previous i,
.resourcePagination .pagination .next i {
  font-size: 30px;
  color: #042ff8;
  background-color: #fff;
}
.resourcePagination .pagination .previous:hover i,
.resourcePagination .pagination .next:hover i {
  color: #fff;
  background-color: #042ff8;
}
.resourcePagination .pagination li:hover {
  color: #fff;
  background-color: #042ff8;
}
.resourcePagination .pagination li.active {
  color: #fff;
  background-color: #042ff8;
}

/* ------ Smooth Transition Router ------- */
.fade-enter {
  opacity: 0;
  z-index: 1;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in;
}
/* -------------------------------------- */

/* ---------- Form Submit Toater ------------ */
.Toastify__toast-container--top-right {
  top: 7em !important;
  right: 1em;
}

/* ----------------- Shimmer Loader ----------------------*/
.trendImageLoader {
  height: 180px !important;
}
.postImageLoader {
  height: 250px !important;
}
.blogPostImageLoader {
  height: 350px !important;
}
.postMainImageContainerLoader {
  height: 90vh !important;
}
.postContentHeaderLoader {
  height: 50px !important;
}
.contentSubHead {
  width: 35% !important;
  height: 40px !important;
}

.noPageError {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noPageError h1 {
  background: #ff8282;
  padding: 5% 10%;
  color: #fff;
  border-radius: 10px;
  font-size: 50px;
  font-weight: 900;
}
.noPageError h2 {
  font-size: 36px;
  font-weight: 600;
}

/* ------------ swag ------------- */
.swagContactBtn .contactBtn{
    height: auto;
    font-size: 17px;
    font-weight: 600;
    padding: 3% 10% 3%;
    border: none;
    background-color: #1495d6;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    margin-top: 5%;
}

.endDiv {
  display: flex;
  justify-content: end;
  align-items: center;
}
.centerDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_h_100{
  width: 100%;
  height: 100%;
}

/* ------------- Swag name aniumation -------------- */
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

/* SWAG PAGE CSS START */

.title {
  margin: 0 auto;
  float: left;
}
.card-border {
  border: 1px solid #00000045;
  min-height: 510px;
  border-radius: 10px;
    margin: 4px 8px;
}

.animation {
  height:50px;
  overflow:hidden;
  margin-left: -1rem;
  color: rgb(20, 149, 214);
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.animation > div > div {
  padding: 0.25rem 0.75rem;
  height:2.81rem;
  margin-bottom: 2.81rem;
  display:inline-block;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}



@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}

.webarContainerColumn{
  width: 100%;
  padding: 2% 0px 2% 0;
}
.webarFramePic{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 767px){
  .webarFramePic{
    min-height: 75vh;
  }
  .webarFramePic{
    width: 70%;
  }
}