@import url("https://fonts.googleapis.com/css2?family=Prompt: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");

/* =============================Common styles */
html {
  font-size: 10px;
  scroll-behavior: smooth;
  /* should be in px */
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bebebe;
  transition: 0.25s all ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #01b2d6;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Prompt", sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  counter-reset: section;
}

input {
  font-family: "Prompt", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pt-20 {
  padding-top: 5rem;
}

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

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

*.full-width {
  width: 100% !important;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.global-width {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

.header .global-width,
.footer .global-width {
  max-width: 1200;
}

@media screen and (min-width: 768px) {
  .global-width {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .global-width {
    max-width: 1300px;
    padding: 0 20px;
  }

  .header .global-width,
  .footer .global-width {
    max-width: 1300px;
  }

  .captcha-btn {
    display: flex;
  }
}

.primary-color-hover {
  color: #007d96;
}

.hide {
  display: none;
}

.loader-grit {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-grit img {
  width: 90px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

#header {
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 12;
}

#header .global-width {
  min-height: 95px;
  position: relative;
}

#header .global-width.landing-page::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  bottom: 0;
  z-index: -1;
}

#header .menu-head {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}

#header .menu-head.main-header {
  align-items: flex-start;
}

#header .menu-head .icon {
  display: flex;
}

#header .menu-head .icon img {
  width: 30px;
  height: 26px;
}
.res-img {
  width: 30px;
  height: 26px;
}

#header .menu-head .icon.prod-icon img {
  width: 15px;
  height: 15px;
}
.ebantis-logo-sm {
  width: 17px !important;
  height: 14px !important;
}

.lg-w{
  width: 20px !important;
  height: 15px !important;
}

.lg-wd{
  width: 20px !important;
  height: 15px !important;

}

.tnx-wd{
  width: 18px !important;
  height: 15px !important;
}

.esp-wd{
  width: 18px !important;
  height: 12px !important;
}

.bluej-wid{
  width: 1;
}

.text-main {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  width: 100%;
}

.text-main .head {
  font-size: 1.6rem;
  color: #01b2d6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.text-main .text {
  color: #333e63;
  opacity: 0.5;
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 400;
}

#header:after {
  content: "";
  clear: both;
  display: block;
}

#header .logo {
  padding: 20px 0 20px;
}

#header .logo img {
  width: 200px;
}

#header nav > ul {
  float: left;
  position: relative;
  padding: 0;
  transition: 0.25s all;
}

#header nav li {
  list-style: none;
  float: left;
  padding: 10px 18px;
}

#header nav .dropdown {
  position: relative;
}

#header nav li a {
  float: left;
  font-size: 1.6rem;
  color: #11213e;
  font-weight: 500;
  transition: 0.25s all;
  text-transform: capitalize;
}

#header nav li .active {
  position: relative;
  display: flex;
  align-items: center;
}

#header nav li .active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: 12px;
  left: -20px;
  margin-top: 3px;
}

#header nav li .service-menu {
  padding: 0;
}

#header nav li a:hover {
  opacity: 0.7;
}

#header nav li ul {
  display: none;
}

#header nav li:hover ul {
  display: inline;
}

#header nav li li {
  float: none;
  padding: 0;
}

#header nav .dropdown ul {
  position: absolute;
  right: -45px;
  top: 100%;
  background: #fff;
  padding: 20px 20px;
  animation: 0.25s show-menu ease-out forwards;
  -webkit-animation: 0.25s show-menu ease-out forwards;
  border-radius: 3px;
}

#header nav li:hover ul:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#header nav .dropdown li a {
  padding: 5px 0;
  font-size: 1.6rem;
  min-width: 200px;
}

#header nav .mega-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 20px 20px;
  animation: 0.25s show-menu ease-out forwards;
  -webkit-animation: 0.25s show-menu ease-out forwards;
  border-radius: 3px;
}

.margin-r-18 {
  margin-right: 14px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-10 {
  margin-top: -10rem;
}

.margin-t-10 {
  margin-top: 10px;
}

.font-size-18 {
  font-size: 18px;
}
@-webkit-keyframes show-menu {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes show-menu {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#header nav li li a.active-menu {
  color: #01b2d6;
}

#header nav li li a {
  float: none;
  color: #333;
  display: block;
  padding: 5px 0px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
}

#header .mega-col {
  width: 50%;
  float: left;
  padding: 0;
}

#header #menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 30px;
  display: none;
  z-index: 1000;
}

#header #menu-icon span {
  border: 2px solid #333;
  width: 30px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.1s;
  background-color: #333;
  border-radius: 50px;
}

.mainbtn {
  padding: 0 !important;
}

.mainbtn input {
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.25s all;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mainbtn:hover input {
  color: #01b2d6;
  transition: 0.25s all;
}

.contact-menu li a,
.expand .more-btn a,
.mainbtn {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  transition: 0.25s all;
  background-color: #01b2d6;
  border-radius: 0.4rem;
  display: block;
  min-width: 135px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #01b2d6;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-menu li a:after,
.mainbtn::after,
.expand .more-btn a:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(0) scale(0, 1);
  transition: all 0.5s;
}

.contact-menu li a:hover,
.mainbtn:hover,
.expand .more-btn a:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: #fff;
  box-shadow: 0px 0px 16px #01b2d614;
}

.contact-menu li a:hover:after,
.mainbtn:hover::after,
.expand .more-btn a:hover:after {
  transform: skewX(0) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-menu li {
  list-style: none;
}

.contact-menu {
  display: none;
}

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

.para.mb-50 {
  max-width: 800px;
  margin: 0 auto;
}

.sap-img {
  width: 75px;
}

.btn-border-zealur {
  border: solid 1px #ff0083;
  color: #ff0083;
  background: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  min-width: 150px;
  min-height: 48px;
  font-family: "Prompt", sans-serif !important;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #header .global-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header nav .mega-dropdown {
    width: 693px;
    /* right: -23px; */
    right: 3px;
  }

  #header nav .mega-dropdown.company-menu {
    width: 560px;
    /* right: -65px; */
    right: -53px;
  }

  #header nav .mega-dropdown.product-menu {
    width: 415px;
    right: 40%;
  }

  .main-sec {
    display: none;
  }

  .contact-menu {
    display: block;
  }

  #header nav .dropdown ul,
  #header nav .mega-dropdown {
    box-shadow: 0 4px 32px 0 rgb(51 62 99 / 14%);
  }
}

@media only screen and (min-width: 960px) {
  #header nav {
    display: block !important;
  }
}

@media only screen and (max-width: 959px) {
  #header .menu-head.main-header {
    width: 100%;
  }

  #header nav li:hover ul:before {
    display: none;
  }

  #header nav li li {
    float: left;
    width: 100%;
  }

  #header .menu-head {
    margin-bottom: 0;
  }

  .text-main .text {
    font-size: 1.2rem;
  }

  #header nav {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-height: 93vh;
    overflow-y: scroll;
  }

  #header nav li {
    padding: 0;
    width: 100%;
  }

  #header #menu-icon {
    display: inline;
    top: 35px;
    cursor: pointer;
  }

  #header #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }

  #header #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px;
  }

  #header #menu-icon.active .third {
    display: none;
  }

  #header nav {
    padding: 10px;
  }

  #header nav ul {
    float: left;
  }

  #header nav li {
    float: left;
    padding: 2px 8px;
  }

  #header nav ul li a {
    float: left;
    padding: 8px;
    display: block;
    width: 100%;
  }

  #header nav ul ul {
    display: block;
    position: static !important;
    background: none;
    border: none;
    padding: 0;
  }

  #header nav a {
    color: #333;
    padding: 8px;
  }

  #header nav a:hover {
    background: #fff;
    color: #333;
    border-radius: 3px;
  }

  #header .mega-col {
    width: 100%;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
}

.main-container {
  min-height: calc(100vh - 7.2rem);
}

.footer {
  padding: 5.3rem 0 0;
}

.footer .global-width {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}

.footer .footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .footer-logo {
  margin: 0 7.8rem 3rem 7rem;
}

.footer .footer-logo .image {
  max-width: 304px;
}

.footer-links {
  display: flex;
  margin-bottom: 7rem;
}

.footer-links .list-item {
  padding: 0 3rem;
}

.footer-links .link-item {
  font-size: 1.6rem;
  color: #1d1d1f;
  white-space: nowrap;
  font-weight: 600;
}

.footer-links .link-item:hover {
  color: #01b2d6;
}

.social-list {
  display: flex;
}

.social-list .list-item {
  padding: 0 1.5rem;
}

.social-list .link-item .image {
  filter: grayscale(100%);
}

.social-list .link-item:hover .image {
  filter: grayscale(0%);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
  color: #1d1d1f;
  opacity: 0.36;
}

.call-box {
  position: fixed;
  bottom: 78px;
  right: 60px;
  z-index: 1000;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: width 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.call-box:hover {
  width: 200px;
  height: 60px;
  margin-right: 20px;
}

.call-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease, height 0.3s ease;
}

.call-box:hover .call-icon {
  width: 70px;
  height: 70px;
}

.call-expanded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 10px 15px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.call-box:hover .call-expanded {
  opacity: 1;
  visibility: visible;
}

.call-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  color: #707070;
  gap: 6px;

  img {
    width: 16px;
    height: 16px;
  }
}

.call-number {
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 4px;
}

.flip-wrapper {
  position: relative;
  display: inline-block;
  perspective: 800px;
  width: 40px;
  height: 1em;
}

.flip-wrapper .front,
.flip-wrapper .back {
  position: absolute;
  top: -3px;
  left: 0;
  backface-visibility: hidden;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  color: #707070;
}

.flip-wrapper .front {
  transform: rotateY(0deg);
}

.flip-wrapper .back {
  transform: rotateY(180deg);
}

.call-number:hover .front {
  transform: rotateY(180deg);
}

.call-number:hover .back {
  transform: rotateY(0deg);
}

.flip-left {
  margin-left: -13px;
}

.whatsapp-box {
  position: fixed;
  bottom: 145px;
  right: 60px;
  z-index: 1000;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: width 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-box:hover {
  width: 240px;
  height: 60px;
  margin-right: 20px;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease, height 0.3s ease;
}

.whatsapp-box:hover .whatsapp-icon {
  width: 70px;
  height: 70px;
}

.mg-l-8 {
  margin-left: -8px;
}
.whatsapp-expanded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 10px 15px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.whatsapp-box:hover .whatsapp-expanded {
  opacity: 1;
  visibility: visible;
}

.whatsapp-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  color: #707070;
  gap: 6px;

  img {
    width: 16px;
    height: 16px;
  }
}

.number-whtsapp {
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.number-whtsapp:hover {
  color: #25d366;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 980px) {
  .footer .footer-top {
    flex-direction: row;
  }

  .footer-links,
  .footer .footer-logo {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1195px) {
  .footer .footer-logo {
    margin: 0 13.8rem 0 7rem;
  }
}

/* =================== Home Page styles starts */

.banner {
  margin-bottom: 5rem;
  text-align: center;
}

.banner .global-width {
  max-width: 100%;
  text-align: center;
}

.home-page .global-width {
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
}

.sub-banner {
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01b2d6;
  padding: 0 54px;
  background: url("../images/sub-banner-1.svg") no-repeat 6rem center,
    url("../images/sub-banner-1.svg") no-repeat calc(100% - 6rem) center #01b2d6;
  background-size: 130px;
}

.sub-banner .inner {
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 4.8px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}

.sub-banner .inner .single-block {
  background: #01b2d6;
  min-width: 320px;
}

@media screen and (min-width: 768px) {
  .banner .centered img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .banner {
    min-height: calc(100vh - 95px);
    margin: 0;
  }
}

.sub-banner .inner {
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 4.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sub-banner .single-block {
  max-width: 500px;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .sub-banner .inner .single-block {
    line-height: initial;
    font-size: 17px;
    text-align: center;
  }

  .sub-banner {
    margin-bottom: 4rem;
    background: #01b2d6;
  }
}

.sub-banner.small .single-block {
  position: relative;
  z-index: 1;
}

.single-block {
  display: inline-block;
  width: 100%;
}

.heading {
  color: #1d1d1f;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.heading.font-size-40 {
  margin-bottom: 2rem;
}

.sub-head {
  font-size: 2.6rem;
}

.capitalize-head {
  display: block;
  color: #707a8b;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  max-width: 1006px;
  margin: 0 auto 18px;
  line-height: 4rem;
}

.para {
  display: block;
  color: #707a8b;
  font-size: 1.9rem;
  text-align: center;
}

.text-center {
  text-align: center;
}

.values-block .heading,
.expand .heading,
.head-vdo .heading,
.product-wrap .heading,
.services-wrap .heading,
.portfolio-wrap .heading {
  font-size: 32px;
}

.values-block {
  padding-bottom: 50px;
}

.values-block .global-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.values-block .para {
  max-width: 900px;
  line-height: 2.6rem;
  font-size: 16px;
}

.divider img {
  width: 100%;
}

.carousel-shade {
  padding-bottom: 70px;
}

.carousel-block-1 .global-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.7rem;
}

.carousel-block-1 .anim-block {
  margin-bottom: 2.5rem;
}

.carousel-block-1 .anim-block .anim-image-active {
  display: none;
}

.line-slide {
  padding-bottom: 2.5rem;
}

.line-slide .owl-dots {
  text-align: center;
}

.line-slide .owl-dot {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #01b2d6 !important;
  opacity: 0.08;
  margin: 0 5px;
}

.line-slide .owl-dot.active {
  opacity: 1;
}

.line-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-slide .head {
  color: #1d1d1f;
  font-size: 18px;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.line-slide .desc {
  color: #707a8b;
  font-size: 1.6rem;
  max-width: 400px;
  margin-bottom: 3rem;
  text-align: center;
}

.line-slide .owl-nav {
  display: block !important;
  position: absolute;
  right: 0;
  height: 8rem;
  top: 50%;
  margin-top: -3rem;
  transform: translateX(-50%);
  max-width: 1090px;
  left: 50%;
}

.product-wrap .owl-nav > button,
.line-slide .owl-nav > button {
  width: 6rem;
  height: 6rem;
  background: url("../images/arow-blue.svg") no-repeat center #f4f5f8 !important;
  border-radius: 13px;
  position: absolute;
  font-size: 0 !important;
  transition: 0.2s all ease-in;
}

.product-wrap .owl-nav > button:hover,
.line-slide .owl-nav > button:hover {
  background: url("../images/white-arow1.svg") no-repeat center #01b2d6 !important;
  transform: rotateZ(180deg);
}

.product-wrap .owl-nav > button.owl-prev,
.product-wrap .owl-nav > button.owl-next {
  top: 35%;
}

.product-wrap .owl-nav > button.owl-prev,
.line-slide .owl-nav > button.owl-prev {
  right: 100%;
  transform: rotateZ(180deg);
}

.product-wrap .owl-nav > button.owl-next,
.line-slide .owl-nav > button.owl-next {
  left: 100%;
}

.product-wrap .owl-nav > button.owl-next:hover,
.line-slide .owl-nav > button.owl-next:hover {
  transform: rotateZ(0deg);
}

.expand {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.dash-1.home-dash {
  padding-top: 3.7rem;
  margin-bottom: 3rem;
}

.dash-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.dash-1 .list-item {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.7rem 3.7rem 2.7rem;
  position: relative;
}

.more-btn {
  margin-bottom: 4rem;
}

.more-btn a {
  height: 48px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  width: 146px;
  margin: auto;
  background: #01b2d6;
  border: solid 2px #01b2d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  border: 0;
  transition: 0.2s ease;
}

.more-btn a:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: white;
  box-shadow: 0px 0px 16px #01b2d614;
}

.show-btn a {
  height: 48px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  width: 146px;
  margin: auto;
  background: #01b2d6;
  border: solid 2px #01b2d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  border: 0;
  transition: 0.2s ease;
  margin-left: 520px;
  margin-top: 35px;
}

.show-btn a:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: white;
  box-shadow: 0px 0px 16px #01b2d614;
}

.dash-1 .list-item:hover::before {
  opacity: 0.56;
}

.dash-1 .img-block {
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5.5rem;
}

.dash-1 .img-block .image-active {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.dash-1 .list-item:hover .image {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.dash-1 .list-item:hover .image-active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.dash-1 .head {
  color: #1d1d1f;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 14px;
}

.dash-1 .para {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
}

.job-desc .dash-btn {
  height: 6rem;
  max-width: 30.8rem;
}

.dash-btn {
  height: 6rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5rem;
  width: 100%;
  max-width: 14.8rem;
  letter-spacing: 1.8px;
  margin: auto;
  background: #01b2d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  border: 0;
  transition: 0.25s all ease;
  border: solid 2px #01b2d6;
}

.dash-btn:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: #fff;
  box-shadow: 0px 0px 16px #01b2d614;
}

.Job-openings .dash-btn:hover a {
  color: #01b2d6;
}

.Job-openings .dash-btn:hover:before {
  filter: invert(1);
}

.Job-openings .dash-btn:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: #fff;
  box-shadow: 0px 0px 16px #01b2d614;
}

.sub {
  color: #1d1d1f;
}

.letter-box {
  display: flex;
  gap: 15px;
}

.dash-btn:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 6.5rem;
  top: 2.2rem;
  background: url(../images/white-arow1.svg) no-repeat center;
  background-size: contain;
}

.Job-openings .dash-btn:before {
  content: "";
  width: 34px;
  height: 13px;
  position: absolute;
  right: 14px;
  top: 21px;
  background: url(../images/white-arow1.svg) no-repeat center;
  background-size: contain;
}

.Job-openings .dash-btn a {
  color: #fff;
}

.contact-wrap .mainbtn {
  max-width: 130px;
}

.careers-wrap .inner .dash-btn,
.contact-wrap .dash-btn {
  padding: 0 20px 0.2rem;
}

.careers-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.wd-career {
  width: 100%;
}

.careers-wrap .inner .dash-btn:before,
.contact-wrap .dash-btn:before {
  display: none;
}

.expand .dash-1 .list-item .dash-btn {
  opacity: 0;
}

.expand .dash-1 .list-item:hover .dash-btn {
  opacity: 1;
  transition: 0.2s linear;
}

.careers-wrap .inner .dash-bt,
.contact-wrap .dash-btn {
  transition: 0.2s ease;
  border: solid 2px transparent;
}

.careers-wrap .inner .dash-btn:hover,
.contact-wrap .dash-btn:hover {
  border: solid 2px #01b2d6;
  color: #01b2d6;
  background: #fff;
  box-shadow: 0px 0px 16px #01b2d614;
}

.contact-form .dash-btn:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 3.5rem;
  top: 2.3rem;
  background: url(../images/white-arow1.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .dash-1 {
    justify-content: space-between;
  }

  .dash-1 .list-item {
    width: calc((100% - 3rem) / 2);
  }

  .expand {
    padding: 100px 0 60px;
  }

  .careers-wrap .inner {
    flex-direction: row;
  }

  .wd-career {
    width: calc((100% - 3rem) / 2);
  }

  .heading {
    font-size: 2.6rem;
  }

  .capitalize-head {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 980px) {
  .dash-1 .list-item {
    width: calc((100% - 6rem) / 3);
  }
}

.lean-sec {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-top: -8.7rem;
  position: relative;
  z-index: 0;
  background: url(../images/shade-2.svg) no-repeat calc(50% + 760px) top;
}

.lean-sec .global-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lean-sec .heading {
  max-width: 112rem;
}

.lean-sec .para {
  max-width: 1200px;
  text-align: center;
  margin-bottom: 5.1rem;
}

.lean-sec .capitalize-head {
  font-size: 18px;
  line-height: 26px;
}

.dash-2 .list-item.dot:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/plus.png") no-repeat center;
  right: -20px;
  top: calc(50% - 40px);
}

.dash-2 .list-item.equal:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/equal.png") no-repeat center;
  right: -20px;
  top: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .values-block .heading,
  .expand .heading,
  .head-vdo .heading,
  .product-wrap .heading,
  .services-wrap .heading,
  .portfolio-wrap .heading {
    font-size: 20px;
  }

  .dash-2 .list-item.dot:before,
  .dash-2 .list-item.equal:before {
    left: 75%;
  }

  .line-slide .owl-nav > button,
  .product-wrap .owl-nav,
  .product-wrap .owl-dots {
    display: none;
  }

  .view-dr a {
    margin: 0 auto;
  }

  .footer-outersec .social-medias .link-item {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1195px) {
  .lean-sec .para .block {
    display: inline-block;
  }
}

.dash-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.ul-reset.dash-2 {
  width: 100%;
}

.dash-2 .list-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  position: relative;
}

.dash-2 .image-block {
  height: 12rem;
  width: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3.5rem;
}

.dash-2 .image-block img {
  max-width: 150px;
}

.dash-2 .list-item.item-1 .image.active {
  /* margin-top: -14px;
    margin-left: -4px; */
}

.dash-2 .list-item.item-2 .image.active {
  /* margin-top: -9px;
    margin-left: 14px; */
}

.dash-2 .list-item.item-3 .image.active {
  /* margin-top: -1px;
    margin-left: 12px; */
}

.dash-2 .list-item.item-4 .image.active {
}

.dash-2 .list-item.item-5 .image.active {
  /* margin-top: -3px;
    margin-left: -1px; */
}

.dash-2 .image-block .image {
  /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  max-width: 150px;
}

.dash-2 .image-block .image.active {
  /* opacity: 0; */
}

.dash-2 .list-item:hover .image {
  /* opacity: 0; */
}

.dash-2 .list-item:hover .image.active {
  /* opacity: 1;

    animation-name: fadeIn;
    animation-duration: .6s;
    animation-fill-mode: both; */
}

.dash-2 .image-block.dot-none:before {
  background: none;
}

.dash-2 .desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #040d21;
  font-weight: 600;
}

.product-wrap .owl-carousel .owl-item .image-block img {
  width: auto;
  max-width: 160px;
  margin: 0 auto;
  max-height: 150px;
}

.product-wrap .owl-carousel .owl-item .head {
  margin-top: 1rem;
}

.product-wrap .owl-carousel .owl-item .image-block {
  min-height: 150px;
  display: flex;
  flex-direction: center;
  align-items: center;
}

.product-wrap .owl-dots {
  display: none;
}

.product-wrap .heading {
  margin-bottom: 5rem;
}

.product-wrap {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.product-wrap .global-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-wrap .para {
  max-width: 74rem;
  margin-bottom: 5.7rem;
}

.dash-slide {
  position: relative;
}

.item .dash-slide {
  width: 278px;
  height: 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 30px;
  background-color: #fff;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 9;
  margin: 1rem 1.2rem;
  border: 1px solid #eee;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 2.5rem;
}

.item .dash-slide:hover .desc {
  transition: all 0.2s ease-in-out;
  color: #4b4b4b;
}

.item .dash-slide:hover {
  box-shadow: 4px 0px 12px #1616160f;
  border: 1px solid #01b2d6;
}

.glightbox_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all 0.4s ease-out;
}

.glightbox_video:hover .outer_circle {
  stroke-dashoffset: 410;
  transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out;
}

.glightbox_video:hover .inner-circle {
  fill: #01b2d6;
  transition: fill 0.4s 0.3s ease-out;
}

.glightbox_video:hover .play {
  fill: white;
  transition: fill 0.4s 0.3s ease-out;
}

.dash-slide .text-sec {
  display: flex;
  flex-direction: column;
}

.dash-slide .head {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1d1d1f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-sec img {
  margin: 10px 0 9px 0;
  width: auto;
}

.dash-slide .desc {
  font-size: 1.4rem;
  color: #707070;
}

.dash-slide .owl-nav {
  display: none;
}

.dash-slide .owl-nav > button {
  width: 9rem;
  height: 8rem;
  background: url("../images/arow-blue.svg") no-repeat center #f4f5f8 !important;
  border-radius: 8px;
  position: absolute;
  font-size: 0 !important;
  transform: rotateZ(180deg);
}

.dash-slide .owl-nav > button:hover {
  background: url("../images/white-arow1.svg") no-repeat center #01b2d6 !important;
}

.dash-slide .owl-nav > button.owl-prev {
  right: calc(100% - 27px);
}

.dash-slide .owl-nav > button.owl-next {
  left: calc(100% - 27px);
  transform: rotateZ(0);
}

.services-wrap {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.services-wrap .global-width {
  display: flex;
  flex-direction: column;
}

.services-wrap .heading {
  max-width: 140rem;
  margin: 0 auto 8.3rem;
}

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

.services-wrap .dash-3 {
  margin-bottom: 12.5rem;
}

.banner img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 3rem;
}

.banner .centered {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.banner .centered .banner-text {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .banner .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner .centered .banner-text {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
  }

  .banner .centered {
    margin-top: 0;
  }

  .lean-sec {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }

  .dash-2 .list-item {
    margin-bottom: 1rem;
  }

  .lean-sec .para {
    margin-bottom: 9rem;
  }

  .product-wrap .para {
    margin-bottom: 17.7rem;
  }

  .dash-slide .owl-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 8rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner img {
    margin-bottom: 0;
  }
}

.dash-3 .list-item {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1d1d1f;
  transition: all 0.5s;
  overflow: hidden;
  border: 1px solid #f4f5f8;
  border-radius: 4px;
  transition: all 0.2s linear;
}

.dash-3 .list-item:hover {
  transform: translateY(-10px);
  transition: all 0.2s linear;
}

.dash-3 .link-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  font-size: 15px;
  min-height: 93px;
  color: #707070;
  line-height: 24px;
}

.copy-right a {
  color: #fff;
}

.dash-3 .list-item:hover .link-item {
  justify-content: flex-start;
  background: #01b2d6;
  color: #fff;
  transition: all 0.2s linear;
  border-radius: 4px;
}

.dash-3 .link-item .link-arrow {
  margin-left: 20px;
  transition: all 0.2s linear;
}

.dash-3 .link-item:hover .link-arrow {
  margin-left: 30px;
  filter: brightness(200%);
}

.dash-3 .view {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #f4f5f8;
  font-size: 1.6rem;
  font-weight: 500;
  color: #01b2d6;
  justify-content: center !important;
  align-items: center;
}

.career-banner {
  margin-top: 40px;
}

.career-banner .openings-banner {
  min-height: 29.2rem;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 0 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/bg-grit.png) no-repeat calc(100% - 7.2rem) 5rem
    #01b2d6;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .item .dash-slide {
    margin-bottom: 1.5rem;
  }

  .career-banner .openings-banner {
    min-height: auto;
    padding: 3rem 3rem;
  }

  .dash-btn {
    max-width: 100%;
    height: 6rem;
  }
}

.openings-banner .heading {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0.6rem;
}

.openings-banner .desc {
  color: #fff;
  max-width: 90rem;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 4.4rem;
  text-align: center;
}

.talk-banner {
  min-height: 41.2rem;
  border-radius: 25px;
  padding: 0 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #01b2d6;
  align-items: center;
  background-size: 260px;
}

.resume-btn-sec {
  display: flex;
  align-items: center;
}

.mail-a {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.mail-a .text {
  color: #fff;
  white-space: nowrap;
}

.openings-banner .button-2.talkto {
  width: 100%;
  max-width: 220px;
  height: 5.2rem;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: 0.25s all;
  color: #000;
}

.inner-product-points .image-block img {
  max-width: 190px;
  max-height: 120px;
}

.map-border {
  border-radius: 0.5rem;
  box-shadow: 1px 1px 10px #a7a7a766;
  display: flex;
  overflow: hidden;
}

.product-page-sec1.barhead {
  padding: 2rem 0;
}

.openings-banner .button-2.talkto a {
  color: #000;
}

.openings-banner .button-2.talkto:hover a {
  color: #fff;
}

.emial {
  color: #f5f5f7;
  margin-left: 0.7rem;
  transition: all 0.2s linear;
}

.emial:hover {
  transition: all 0.2s linear;
  padding-left: 1rem;
}

.talk-banner .desc {
  color: #fff;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 300;
}

.talktous-btn {
  min-width: 190px;
  height: 50px;
  text-align: center;
  background: #fff;
  max-width: 200px;
  color: #01b2d6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  border: solid 2px #01b2d6;
  cursor: pointer;
  letter-spacing: 1.4px;
  padding: 10px;
  white-space: nowrap;
}

.talktous-btn:hover {
  border: solid 2px #fff;
  background: #01b2d6;
  color: #fff;
}

.talktous-btn:hover img {
  filter: brightness(200%);
}

.talktous-btn img {
  margin-left: 8px;
  width: 13px;
  height: 30px;
}

.italic {
  font-style: italic;
}

.talktous-btn-pdt {
  min-width: 190px;
  height: 50px;
  text-align: center;
  background: #fff;
  max-width: 200px;
  color: #01b2d6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  letter-spacing: 1.4px;
  padding: 10px;
  white-space: nowrap;
}

.arrow-btn {
  /* height: 50px; */
  height: 42px;
  text-align: center;
  background: #01b2d6;
  max-width: 200px;
  color: #01b2d6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  border: solid 2px #01b2d6;
  cursor: pointer;
  letter-spacing: 1.4px;
  padding: 10px;
  white-space: nowrap;
}

.arrow-btn:hover {
  border: solid 2px #fff;
  background: #01b2d6;
  color: #fff;
}

.arrow-btn:hover img {
  filter: brightness(200%);
}

.arrow-btn img {
  margin-left: 3px;
  width: 13px;
  height: 30px;
}

.input-newsfield {
  padding: 15px;
  width: 233px;
  color: #707070;
  padding: 0 1rem;
  height: 42px;
  font-weight: 300;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.item {
  margin-top: 1rem;
}

.toll-free {
  margin-top: 2rem;
}
toll-free text-color-primary .head,
.sub-head,
.text {
  color: white;
}

.justify-content {
  justify-content: center;
}

.heading-sub {
  font-size: 2.2rem;
  color: #1d1d1f;
  margin-bottom: 2.2rem;
  line-height: 3.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .resume-btn-sec,
  .mail-a {
    flex-direction: column;
  }

  .mail-a {
    margin-left: 0;
    margin-top: 1rem;
  }

  .mail-a .text {
    white-space: normal;
  }

  .openings-banner .button-2.talkto {
    max-width: 100%;
  }

  .career-banner .openings-banner {
    align-items: center;
  }
}

@media screen and (max-width: 1300px) {
  .dash-2 .desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 1100px) {
  .dash-2 .list-item {
    width: 30%;
  }
}

@media screen and (max-width: 760px) {
  .dash-2 .list-item {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .talk-banner {
    min-height: 260px;
    padding: 0 93px;
    display: flex;
    align-items: flex-start;
  }

  .talk-banner .desc {
    text-align: left;
  }

  .talk-banner-rep {
    min-height: 260px;
    padding: 0 93px;
    display: flex;
    align-items: flex-start;
  }

  .talk-banner-rep .desc {
    text-align: left;
  }

  .talk-banner-sap {
    min-height: 260px;
    padding: 0 93px;
    display: flex;
    align-items: flex-start;
  }

  .talk-banner-sap .desc {
    text-align: left;
  }
}

.button-2 {
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button-2.arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-2.talkto {
  width: 20.6rem;
  height: 5.2rem;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
  transition: all 0.1s ease-in-out;
}

.button-2.talkto:before {
  content: "";
  width: 27px;
  height: 15px;
  position: absolute;
  right: 1.5rem;
  top: 1.6rem;
  background: url(../images/arow-black1.svg) no-repeat center;
  background-size: 19px;
}

.button-2.talkto:hover {
  background: #242426;
  color: #fff;
}

.button-2.talkto:hover::before {
  background: url(../images/white-arow1.svg) no-repeat center;
}

.d-block {
  display: block;
}

.careers-wrap {
  padding-bottom: 10rem;
}

.careers-wrap .global-width {
  max-width: 1300px;
}

@media screen and (min-width: 1195px) {
  .careers-wrap .inner * {
    text-align: left;
  }
}

.careers-wrap .heading {
  font-size: 2.6rem;
  line-height: 3.8rem;
  max-width: 544px;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: left;
}

.careers-wrap .para {
  margin-bottom: 38px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  text-align: left;
}

.careers-wrap .dash-btn {
  width: 24.2rem;
}

.dash-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.dash-4 .list-item {
  margin: 0 10px 20px;
  width: 100%;
  background: #f5f5f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .dash-4 .list-item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (min-width: 1195px) {
  .dash-4 .list-item {
    width: calc((100% - 80px) / 4);
  }
}

.dash-4 .list-item .link-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
}

.dash-4 .list-item .link-item:hover {
  filter: grayscale(0%);
}

.portfolio-wrap {
  padding-bottom: calc(7rem - 20px);
}

.portfolio-wrap .heading {
  margin-bottom: 5.5rem;
}

.contact-wrap {
  padding: 8rem 0;
  background-color: #f5f5f7;
}

.contact-wrap .heading {
  text-align: left;
  font-size: 32px;
  line-height: 49px;
  text-transform: uppercase;
}

.contact-wrap .global-width {
  display: flex;
  flex-direction: column;
}

.contact-wrap .tab-area {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.contact-wrap .para {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  padding-bottom: 23px;
  text-align: left;
  line-height: 26px;
  max-width: 725px;
  border-bottom: solid 2px rgb(29 29 31 / 16%);
}

.contact-wrap .sliding-placeholder label {
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 17px;
}

.contact-wrap .sliding-placeholder {
  position: relative;
  margin-bottom: 2rem;
  background-color: #e4e4e6;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-form-main .btn-wrpr {
  margin-left: auto;
}

.sliding-placeholder.text-area {
  height: auto;
}

.sliding-placeholder.text-area .input {
  height: auto;
  padding-top: 20px;
}

.sliding-placeholder .input {
  border: 0 none;
  background-color: transparent;
  padding-left: 19px !important;
  color: #39274a;
  font-size: 16px;
  width: 100%;
  resize: none;
  height: 60px;
  font-family: "Prompt", sans-serif;
  border-radius: 4px;
}

.view-dr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.view-dr .sub-heading {
  font-size: 1.8rem;
  color: #707a8b;
}

.view-dr .tag-a {
  cursor: pointer;
  font-size: 24px;
  width: 100%;
  color: #01b2d6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  transition: 0.25s all;
  margin-bottom: 12px;
}

.view-dr .tag-a img {
  margin-left: 17px;
}

.view-dr .tag-a:hover {
  color: #00849e;
}

@media screen and (max-width: 767px) {
  .view-dr {
    flex-direction: column;
  }

  .view-dr .tag-a {
    max-width: 100%;
  }

  .view-dr .sub-heading {
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
}

.sliding-placeholder .input:focus,
.sliding-placeholder .input.active {
  box-shadow: none;
  outline: none;
}

.sliding-placeholder .input:focus ~ .sliding-label,
.sliding-placeholder .input.active ~ .sliding-label {
  font-size: 14px;
  display: inline-block;
  padding: 0 9px;
  left: 10px;
  z-index: 3;
  bottom: calc(100% - 24px);
}

.sliding-placeholder .sliding-label {
  position: absolute;
  bottom: calc(50% - 8px);
  font-size: 14px;
  color: #818183;
  height: 20px;
  padding: 0 20px 0 26px;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
  pointer-events: none;
}

.sliding-placeholder.text-area .sliding-label {
  bottom: calc(100% - 40px);
}

.full-width {
  width: 100% !important;
}

@media screen and (min-width: 1195px) {
  .contact-wrap .global-width {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-wrap .tab-area {
    width: 37.5%;
  }

  .contact-wrap .form-area {
    width: calc(51.5% + 20px);
    padding-left: 20px;
  }

  .contact-wrap .form-area .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-wrap .form-area .contact-form .sliding-placeholder {
    width: calc((100% - 30px) / 2);
  }
}

.tab-header {
  display: flex;
  flex-wrap: wrap;
  background: #eeeff0;
}

.tab-header .list-item {
}

.tab-block {
  display: none;
  padding: 5rem 4rem 2.5rem;
}

.contact-wrap .tab-header .list-item {
  width: 50%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeff0;
  position: relative;
}

.contact-wrap .tab-header .list-item:after {
  content: "";
  background-color: #01384d24;
  height: 2px;
  position: absolute;
  left: 3.8rem;
  right: 3.8rem;
  bottom: 0;
  opacity: 0;
}

.tab-header .tab-radio-label {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.tab-header .tab-radio-label .icon {
  margin-right: 2rem;
}

.head-label-list .list-item {
  margin-bottom: 1.8rem;
  display: flex;
  flex-direction: column;
}

.head-label-list .label-head {
  color: #8e8e8f;
  letter-spacing: 1.6px;
  font-size: 1.6rem;
}

.head-label-list .label-desc {
  color: #1d1d1f;
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 500;
}

/* .head-label-list .label-desc a {
  color: #1d1d1f;
}

#address-1:checked ~ .tab-header .address-1 {
  background-color: #fff;
  font-weight: bold;
  border-top-right-radius: 1rem;
}

#address-1:checked ~ .tab-header .address-1:after {
  opacity: 1;
}

#address-1:checked ~ .address-1 {
  display: block;
}

#address-2:checked ~ .tab-header .address-2 {
  background-color: #fff;
  font-weight: bold;
  border-top-left-radius: 1rem;
}

#address-2:checked ~ .tab-header .address-2:after {
  opacity: 1;
}

#address-2:checked ~ .address-2 {
  display: block;
} */

.head-label-list .label-desc a {
  color: #1d1d1f;
}

#address-1:checked ~ .tab-header .address-1 {
  background-color: #fff;
  font-weight: bold;
  border-top-right-radius: 1rem;
}

#address-1:checked ~ .tab-header .address-1:after {
  opacity: 1;
}

#address-1:checked ~ .address-1 {
  display: block;
}

#address-2:checked ~ .tab-header .address-2 {
  background-color: #fff;
  font-weight: bold;
  border-top-left-radius: 1rem;
}

#address-2:checked ~ .tab-header .address-2:after {
  opacity: 1;
}

#address-2:checked ~ .address-2 {
  display: block;
}

.more-addresses {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.more-addresses.active {
  max-height: 300px;
}

.view-location-link {
  display: inline-block;
  font-size: 16px;
  color: #1389fd;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.view-location-link:hover {
  color: #0056b3;
}

.head-label-list .label-desc a {
  color: #1d1d1f;
}

#address-1:checked ~ .tab-header .address-1 {
  background-color: #fff;
  font-weight: bold;
  border-top-right-radius: 1rem;
}

#address-1:checked ~ .tab-header .address-1:after {
  opacity: 1;
}

#address-1:checked ~ .address-1 {
  display: block;
}

#address-2:checked ~ .tab-header .address-2 {
  background-color: #fff;
  font-weight: bold;
  border-top-left-radius: 1rem;
}

#address-2:checked ~ .tab-header .address-2:after {
  opacity: 1;
}

#address-2:checked ~ .address-2 {
  display: block;
}

.dash-btn.submit {
  width: 172px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 400;
}

.footer-top-block {
  padding-bottom: 3.5rem;
}

.footer-bottom-block {
  background: #f4f5f8;
  padding-top: 4.8rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu .list-item {
  display: flex;
  flex-direction: column;
}

.footer-menu .link-item {
  font-size: 14px;
  line-height: 17px;
  color: #1d1d1f;
  opacity: 0.6;
  font-weight: 500;
  margin-bottom: 17px;
}

.footer-menu .link-item.headlink {
  opacity: 1;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 600;
}

.footer-menu .link-item:not(.headlink):hover {
  color: #01b2d6;
  cursor: pointer;
}

@media screen and (min-width: 1195px) {
}

.bread-crumb {
  background: #f4f5f8 0% 0% no-repeat padding-box;
}

.crumb-list {
  display: flex;
  flex-wrap: wrap;
}

.crumb-list .list-item {
  margin-right: 7px;
}

.crumb-list .list-item .link-item {
  font-size: 1.3rem;
  color: #858588;
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
}

.crumb-list .list-item .link-item.current-page {
  cursor: default;
  color: #1d1d1f;
}

.inner-top {
  padding-top: 4.2rem;
}

.inner-top .heading {
  margin-bottom: 1.7rem;
}

.inner-top .para {
  margin-bottom: 4rem;
}

.inner-page .dots {
  margin-bottom: 5rem;
}

.address-list .list-item {
  margin-bottom: 5.4rem;
}

.address-list .left-sec {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  padding: 3.7rem 4rem 2.2rem;
  color: #707a8b;
  background: url("../images/spoted-bg.png") no-repeat right top #fff;
}

.address-list .left-sec .country {
  margin-bottom: 1rem;
  color: #1d1d1f;
  display: flex;
  align-items: center;
}

.address-list .left-sec .country .image {
  margin-right: 2.3rem;
}

.address-list .left-sec .address {
  margin-bottom: 2rem;
  line-height: 2.6rem;
}

.address-list .right-sec .extra-detail {
}

.grey-block {
  background-color: #f4f5f8;
  padding: 10.2rem 0 8.5rem;
}

@media screen and (min-width: 768px) {
  .address-list .list-item {
    display: flex;
    justify-content: space-between;
  }

  .address-list .left-sec {
    width: calc(50% - 10px);
    max-width: 580px;
  }

  .address-list .right-sec {
    width: calc(50% - 10px);
    max-width: 580px;
  }
}

.career-header .capitalize-head {
  display: block;
  color: #707a8b;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 80px;
}

.oppertunity .heading {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}

.oppertunity .left-block .para {
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.6rem;
  font-family: "Prompt", sans-serif;
}

.current-vacancies .heading {
  font-size: 1.8em;
  text-align: center;
  line-height: 4rem;
}

.Job-openings {
  background-color: #f4f5f8;
  margin-top: 6rem;
  padding-bottom: 6rem;
}

.apply-tab {
  background-color: #f3f4f7;
}

.apply-tab a {
  color: #01b2d6 !important;
}

.Job-openings .heading {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.job-wrap .tab-header .list-item a {
  color: #707a8b;
}

.Job-openings .inner {
  text-align: center;
}

.Job-openings .subheading {
  font-size: 2rem;
  color: #707a8b;
  text-align: center;
}

.Job-openings .left-block .para {
  color: #707a8b;
  font-size: 1.7rem;
  text-align: left;
  line-height: 3rem;
}

.Job-openings .left-block {
  width: 50%;
}

.Job-openings .right-block {
  padding-top: 8rem;
  display: flex;
  justify-content: flex-end;
}

.Job-openings .dash-btn {
  width: 100%;
  margin-top: 3rem !important;
  margin: 0;
}

.left-block {
  width: 100%;
}

.right-block {
  width: 100%;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .main-container .oppertunity {
    display: flex;
  }

  .left-block {
    max-width: 550px;
    width: 100%;
  }

  .right-block {
    width: calc(100% - 580px);
    margin-top: 0;
  }

  .Job-openings .apply-now {
    display: flex;
  }

  .Job-openings .dash-btn {
    max-width: 305px;
    padding-right: 4rem;
    padding-left: 10px;
  }

  .Job-openings .right-block {
    width: 50%;
    padding-top: 0;
  }

  .footer-menu {
    flex-direction: row;
  }

  .footer-menu .list-item {
    width: 20%;
    display: flex;
    flex-direction: column;
  }

  .footer-menu .list-item.menu-1 {
    width: 19%;
  }

  .footer-menu .list-item.menu-3 {
    width: 19%;
  }

  .footer-menu .list-item.menu-4 {
    width: 22%;
  }
}

.nav_tabs {
  margin: 2rem auto;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}

.nav_tabs ul {
  list-style: none;
}

.nav_tabs ul li {
  float: left;
}

.tab_label {
  display: block;
  background-color: #fff;
  padding: 2.5rem;
  font-size: 2rem;
  color: #1d1d1f;
  cursor: pointer;
  text-align: center;
}

.nav_tabs .rd_tab {
  display: none;
  position: absolute;
}

.nav_tabs .rd_tab:checked ~ label {
  background-color: #f4f5f8;
  color: #01b2d6;
}

.tab-content {
  background-color: #f4f5f8;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}

.rd_tab:checked ~ .tab-content {
  display: block;
}

.tab-content h2 {
  padding: 10px;
  color: #87d3b7;
}

.tab-content article {
  padding: 10px;
  color: #555;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  max-width: 60rem;
  margin-top: 3rem;
}

.searchTerm {
  width: 100%;
  border: 1px solid #cbd0d3;
  border-right: none;
  padding: 12px 32px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
  height: 6rem;
  font-size: 2rem;
}

.searchTerm:focus {
  color: #00b4cc;
}

.searchButton {
  border: 1px solid #1d1d1f;
  background: #1d1d1f;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  height: 6rem;
  padding: 12px 25px;
}

.search-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.job-card-block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.job-card-wrap .job-card {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  border-radius: 8px;
  background-image: url(../images/job-card-bg.png);
  background-repeat: no-repeat;
  background-size: 132px;
  background-position: 91% 75%;
  margin: 2rem;
  width: 100%;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .job-card-wrap .job-card {
    width: calc((100% - 3rem) / 3);
  }
}

.job-card-wrap .job-card .left {
  display: flex;
  flex-direction: column;
}

.job-card-wrap .job-card .left .job-location {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

.job-card-wrap .job-card .Job-role {
  font-size: 2rem;
  margin-bottom: 1.8rem;
  color: #1d1d1f;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.job-card-wrap .job-card:hover {
  box-shadow: 0px 53px 72px #00000014;
}

.job-card-wrap .job-card:hover .right-arrow {
  background-color: #01b2d6;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s all;
}

.job-card-wrap .job-card:hover .experience {
  background-color: #01b2d6;
  color: #fff;
  transition: 0.25s all;
}

.job-card-wrap .job-card .right-arrow {
  background-color: #f4f5f8;
  width: 32px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-image: url(../images/arrow-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  cursor: pointer;
}

.job-card-wrap .job-card .experience {
  background-color: #f4f5f8;
  padding: 0 5px;
  border-radius: 4px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 977px) {
  .job-card-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .job-card-wrap .job-card {
    max-width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .job-card-wrap .job-card .left {
    max-width: 250px;
  }

  .job-card-wrap .job-card {
    flex-direction: row;
  }
}

.job-wrap .tab-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
}

.job-wrap .tab-header .list-item {
  width: 250px;
  height: 8rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.job-open {
  background-color: #f3f4f7;
}

.job-open a {
  color: #01b2d6 !important;
}

.job-wrap #address-1:checked ~ .tab-header .address-1 {
  background-color: #f4f5f8;
  width: 250px;
  height: 8rem;
  color: #01b2d6;
  font-weight: bolder;
  font-size: 2rem;
}

.job-wrap #address-1:checked ~ .address-1 {
  display: block;
  background: #f3f4f7;
}

.job-wrap #address-2:checked ~ .tab-header .address-2 {
  background-color: #f4f5f8;
  color: #01b2d6;
  font-weight: bolder;
  font-size: 2rem;
}

.job-wrap #address-2:checked ~ .address-2 {
  display: block;
  background: #f4f5f8;
}

.submit-form .form-head {
  text-align: center;
}

.submit-form .form-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}

.form-card {
  background-color: #fff;
  padding: 5rem;
  max-width: 120rem;
  width: 100%;
  margin-top: 7rem;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.form-wrap .form-card .contact-form .sliding-placeholder {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  margin-bottom: 1.6rem;
}

.form-wrap .form-card .contact-form .sliding-placeholder .input:focus,
.contact-form .sliding-placeholder .input.active {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .form-wrap .form-card .contact-form .sliding-placeholder {
    width: 100%;
  }

  .form-card {
    padding: 3rem;
  }

  .file-drop-area {
    margin-bottom: 2rem;
  }
}

.form-card .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-head .heading {
  font-size: 26px;
}

.form-head .sub-heading {
  font-size: 18px;
  color: #707a8b;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.sub-heading .color {
  color: #01b2d6;
}

.sub-heading .color:hover {
  color: #007d96;
}

.form-card .heading {
  font-size: 2.6rem;
}

.bg-white {
  background-color: #fff;
}

select.input {
  border: 0 none;
  background-color: white;
  padding-left: 1.9rem !important;
  color: #39274a;
  font-weight: 500;
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #b9bfc8;
  border-radius: 3px;
  height: 60px;
}

.form-card .sliding-placeholder .input {
  border: 0 none;
  background-color: white;
  padding-left: 1.9rem !important;
  color: #39274a;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #b9bfc8;
  border-radius: 3px;
  font-family: "Prompt", sans-serif;
}

.contact-form .title {
  font-size: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  font-weight: 600;
}

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

.experience .left {
  margin-right: 3rem;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  color: #000;
  border: 1px solid #b9bfc8;
  width: 100%;
}

.file-input:hover > .button {
  background: #000;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.inner-top .heading ~ .para {
  font-size: 1.7rem;
}

.dash-model {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.dash-model .left-sec {
  display: flex;
  flex-direction: column;
  order: 2;
}

.dash-model .left-sec .heading {
  margin-bottom: 2.2rem;
}

.dash-model .left-sec .para {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: justify;
}

.dash-model .right-sec {
  display: flex;
  margin-bottom: 6.5rem;
  justify-content: center;
  padding-top: 4rem;
  order: 1;
}

.dash-model .right-sec .image {
  width: 100%;
  height: 261px;
}

.inner-top + .sub-banner {
  margin-top: 5.7rem;
}

.dash-model + .dots {
  margin-top: 4.5rem;
}

.area-of-focus .talk-outer {
  margin-top: 25rem;
}

.area-of-focus-data .dots {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .dash-model {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .dash-model .left-sec {
    width: 50%;
    max-width: 600px;
    order: 0;
    justify-content: center;
  }

  .dash-model .left-sec .heading {
    text-align: left;
  }

  .dash-model .right-sec {
    width: 50%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .dash-model.viceversa .left-sec {
    order: 2;
  }

  .dash-model.viceversa .right-sec {
    justify-content: flex-start;
  }

  .dash-model.mobile-v {
    flex-direction: column;
    margin-bottom: 6rem;
  }

  .dash-model.mobile-v .left-sec {
    width: 100%;
    max-width: 100%;
    order: 2;
  }

  .dash-model.mobile-v .left-sec .heading,
  .dash-model.mobile-v .left-sec .para {
    text-align: center;
  }

  .dash-model.mobile-v .right-sec {
    margin-bottom: 6.5rem;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}

.footer-outersec {
  width: 100%;
  height: auto;
  background: #fff;
}

footer a {
  transition: all 0.2s ease;
}

.footer-outersec .sec1 {
  width: 100%;
  padding: 7rem 0;
  background: url(../images/footer-watermark.svg) 17% 90% no-repeat;
  background-size: 260px;
}

.footer-outersec .sec1 .global-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-outersec .sec1 .social-sec {
  width: 30.5rem;
  height: auto;
}

.footer-outersec .sec1 .right-sec {
  width: calc(100% - 380px);
  height: auto;
}

.footer-logo {
  width: 100%;
  margin-bottom: 1.6rem;
}

.cancel-refund {
  margin-top: 60px;
}

.cancel-head {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

.line-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

.terms-font {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
}

.terms-cancel {
  margin-top: 30px;
}

.terms-list {
  margin-top: 20px;
}

.terms-list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.terms-list li {
  margin-bottom: 20px;
  font-size: 16px;
}

.terms-list a {
  color: #707070;
  text-decoration: none;
}

.margin-bt-300 {
  margin-bottom: 300px;
}

.news-letter {
  gap: 15px;
}

.subhead sub {
  color: #000;
}

.news-letter .subhead {
  display: flex;
  margin-bottom: 1rem;
  color: #1d1d1f;
}

.footer-outersec .social-medias {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.footer-outersec .social-medias .link-item {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #777779;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}

.footer-outersec .social-medias .link-item svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.footer-outersec .social-medias .link-item:hover {
  background-color: #01b2d6;
}

.footer-outersec .social-medias .list-item {
  list-style-type: none;
}

.footer-outersec .sec1 .right-sec .outerlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.footer-outersec .sec1 .right-sec .title {
  font-size: 18px;
  line-height: 2.4rem;
  color: #1d1d1f;
  font-weight: 600;
  display: flex;
}

.footer-outersec .sec1 .right-sec .list-item {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .footer-outersec .sec1 .right-sec .list-item {
    margin-bottom: 2rem;
  }
}

.footer-outersec .sec1 .right-sec .link-item {
  font-size: 1.6rem;
  line-height: 1;
  color: #8e8e8f;
  display: flex;
  margin-top: 2rem;
}

.footer-outersec .sec1 .right-sec .link-item:hover {
  color: #007d96;
}

.footer-outersec .sec1 .right-sec .address {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #8e8e8f;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1rem;
  max-width: 256px;
}

.footer-outersec .sec1 .right-sec .item {
  display: flex;
  color: #01b2d6;
}

.footer-outersec .bottomsec {
  width: 100%;
  padding: 5rem 0 5rem;
  background: #01b2d6;
  color: #fff;
}

.footer-outersec .bottomsec .copy-right {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-outersec .bottomsec .desc {
  max-width: 153rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
}

.footer-outersec .bottomsec .desc span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 22px;
  opacity: 70%;
}

.footer-outersec .bottomsec .desc a {
  color: #fff;
  font-size: 1.4rem;
  opacity: 1;
  font-weight: 500;
}

.footer-outersec .bottomsec .desc a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1195px) {
  .dash-slide .owl-nav > button.owl-next {
    left: calc(100% - 47px);
  }

  .dash-slide .owl-nav > button.owl-prev {
    right: calc(100% - 47px);
  }
}

@media screen and (max-width: 1020px) {
  .footer-logo {
    margin-bottom: 2rem;
  }

  .footer-outersec .sec1 .social-sec {
    width: 100%;
    max-width: 320px;
  }

  .footer-outersec .bottomsec {
    padding-top: 2rem;
  }

  .footer-outersec .bottomsec .copy-right {
    margin-bottom: 2rem;
  }

  .dash-3 .list-item {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .footer-outersec .sec1 .right-sec .address {
    width: 100%;
  }

  .footer-outersec .sec1 .right-sec .list-item.last-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .talk-banner {
    padding: 6rem;
  }
}

/** job detail **/

.job-desc {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 40px;
}

.job-desc .heading-one {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #1d1d1f;
  font-weight: 600;
  padding-bottom: 1.5rem;
}

.job-desc .heading-three {
  font-size: 2rem;
  line-height: 1.5;
  color: #1d1d1f;
  font-weight: 600;
}

.job-desc .heading-three:not(:first-child) {
  margin-top: 10px;
}

.job-desc .dash-btn {
  margin: 0;
}

.job-desc .dash-btn.m-t-10 {
  margin-top: 15px;
}

.job-desc ul {
  padding-left: 0;
}

.job-desc ul li {
  position: relative;
  padding-bottom: 19px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #707a8b;
  list-style-type: none;
}

.job-desc ul li {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #01b2d6;
  border-radius: 3px;
  top: 8px;
}

.job-desc .exp-wrapper {
  display: flex;
  align-items: center;
}

.job-desc .exp-wrapper .exp-bg {
  width: 10px;
  height: 10px;
  background-color: #01b2d6;
  border-radius: 3px;
  margin-right: 10px;
}

.button-wrapper {
  position: relative;
  width: 150px;
  text-align: center;
}

.button-wrapper span.label {
  height: 6rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.8rem;
  width: 100%;
  max-width: 30.8rem;
  letter-spacing: 1.8px;
  margin: auto;
  background: #01b2d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  border: 0;
}

#resume {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.tab-block-resume {
  padding: 5rem 4rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .tab-block-resume {
    padding: 3rem 1rem 2.5rem;
  }
}

.loader {
  border: 5px solid #c7c6c6;
  border-radius: 50%;
  border-top: 5px solid #01b2d6;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.contact-loader {
  width: 40px;
  height: 40px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: red;
  font-size: 12px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 10px;
  border: 1px dashed rgb(104 100 100 / 67%);
  border-radius: 3px;
  transition: 0.2s;
}

.file-drop-area .error {
  padding-left: 3px;
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: #01b2d6;
  border: 1px solid #01b2d6;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}

.file-input:focus {
  outline: none;
}

.index-talk-banner {
  position: relative;
}

.mail-box {
  display: flex;
}

.btn-mail button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  background-color: #fff;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: solid 2px #fff;
}

.btn-mail button:hover {
  border: solid 2px #fff;
  color: #fff;
  background-color: #01b2d6;
  box-shadow: 0px 0px 16px #01b2d614;
}

.btn-mail button:hover img {
  filter: brightness(0%) grayscale(100%) invert(100%);
}

.d-none {
  display: none !important;
}

.grid-main-sec .gird-ul .list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.wd-grid .heading,
.wd-grid .para {
  text-align: center;
}

.wd-grid .image-sec {
  display: flex;
}

.wd-grid .para {
  margin-bottom: 5rem;
}

.gird-ul .list-item:nth-child(even) {
  flex-direction: row-reverse !important;
}

.gird-ul .list-item:nth-child(odd) .image-sec {
  display: flex;
  justify-content: flex-end;
}

.colors-of-grit .sec-colors {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.colors-box {
  width: 100%;
  display: flex;
  border-radius: 6px;
  padding: 3rem;
  margin-bottom: 3rem;
  justify-content: space-between;
  position: relative;
}

.colors-box .colo-main-text {
  display: flex;
  flex-direction: column;
}

.btn-color {
  display: flex;
  align-items: flex-end;
}

.br-baroon {
  border: 4px solid #a70014;
}

.br-orange {
  border: 4px solid #e93301;
}

.br-gold {
  border: 4px solid #e4ba5a;
}

.br-green {
  border: 4px solid #008000;
}

.br-purple {
  border: 4px solid #660066;
}

.br-pink {
  border: 4px solid #f10066;
}

.br-blue {
  border: 4px solid #06a0ef;
}

.br-baroon .head {
  color: #a70014;
}

.br-orange .head {
  color: #e93301;
}

.br-gold .head {
  color: #e4ba5a;
}

.br-green .head {
  color: #008000;
}

.br-purple .head {
  color: #660066;
}

.br-pink .head {
  color: #f10066;
}

.br-blue .head {
  color: #06a0ef;
}

.colo-main-text .head {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.colors-box .text {
  color: #7e7e7e;
}

.btn-color .btn {
  border: 0;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.br-baroon .btn {
  background-color: #a70014;
}

.br-orange .btn {
  background-color: #e93301;
}

.br-gold .btn {
  background-color: #e4ba5a;
}

.br-green .btn {
  background-color: #008000;
}

.br-purple .btn {
  background-color: #660066;
}

.br-pink .btn {
  background-color: #f10066;
}

.br-blue .btn {
  background-color: #06a0ef;
}

#myDIV {
  background-color: #a70014;
}

#myDIVNew {
  background-color: #e93301;
}

#myDIVNew1 {
  background-color: #e4ba5a;
}

#myDIVNew2 {
  background-color: #008000;
}

#myDIVNew3 {
  background-color: #660066;
}

#myDIVNew4 {
  background-color: #f10066;
}

#myDIVNew5 {
  background-color: #06a0ef;
}

.colors-box::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 175px;
  right: 0;
  bottom: 9px;
  z-index: -1;
}

.br-baroon:before {
  background: url(../images/Maroon-bg.svg) no-repeat;
}

.br-green:before {
  background: url(../images/Green-bg.svg) no-repeat;
}

.br-pink:before {
  background: url(../images/Pink-bg.svg) no-repeat;
}

.br-gold:before {
  background: url(../images/Gold-bg.svg) no-repeat;
}

.br-blue:before {
  background: url(../images/Blue-bg.svg) no-repeat;
}

.br-purple:before {
  background: url(../images/Purple-bg.svg) no-repeat;
}

.br-orange:before {
  background: url(../images/Orange-bg.svg) no-repeat;
}

.text-color {
  width: 100%;
  padding: 2rem 2rem 4rem 2rem;
  display: none;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.dot-logo img {
  max-width: 145px;
  width: 100%;
}

.image img {
  width: 170px;
  margin-top: 3rem;
}

.colors-of-grit {
  margin-top: 5rem;
}

.text-color .main-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}

.main-text .left-area {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
}

.left-area .text {
  max-width: 548px;
  width: 100%;
}

.left-area .mb-20 {
  margin-bottom: 2rem;
}

.left-area .head {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.left-area .sub-head {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.close {
  width: 50px;
  height: 50px;
  background-color: #ffffffad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.right-area {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  margin-top: 4rem;
}

.dot-logo {
  margin-top: 3rem;
}

.colors-of-grit {
  padding: 2rem;
}

.inner-top-about .para {
  margin-bottom: 4rem;
}

.inner-top-about .center-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.center-ul .center-item {
  width: 100%;
  box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
  margin-bottom: 2rem;
  border-radius: 4px;
  height: 10rem;
  display: flex;
  align-items: center;
  padding: 3rem;
}

.center-item .text {
  font-size: 1.8rem;
}

.inner-top-about .heading {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .grid-main-sec .gird-ul .list-item {
    flex-direction: row;
  }

  .wd-grid {
    width: calc((100% - 3rem) / 2);
  }

  .wd-grid .image-sec {
    display: flex;
    justify-content: flex-end;
  }

  .wd-grid .heading,
  .wd-grid .para {
    text-align: left;
  }

  .wd-grid .para {
    margin-bottom: 0;
  }

  .colors-of-grit .sec-colors {
    flex-direction: row;
  }

  .colors-box {
    width: calc((100% - 3rem) / 2);
  }

  .colors-of-grit {
    padding: 0;
  }

  .center-ul .center-item {
    width: calc((100% - 3rem) / 3);
  }

  .inner-top-about .center-ul {
    flex-direction: row;
  }

  .index-talk-banner:before {
    position: absolute;
    content: "";
    right: 0;
    top: -39px;
    background: url(../images/talkdots-left-new.svg) no-repeat;
    width: 170px;
    height: 34px;
  }

  .index-talk-banner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -46px;
    background: url(../images/pattern.svg) no-repeat;
    width: 180px;
    height: 34px;
  }

  .text-color .main-text {
    flex-direction: row;
  }
}

.banner .popup-iconbox img {
  width: 55px;
  cursor: pointer;
}

.banner .trigger {
  margin-top: 5rem;
  display: block;
  cursor: pointer;
}

@keyframes bg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes inner {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes inner {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.popup__check {
  display: none;
}

.popup__base,
.popup__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: zoom-out;
}

.popup__base {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.popup__check:checked + .popup__base {
  display: block;
  animation-name: bg;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: bg;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

.popup__base .popup__inner {
  position: absolute;
  z-index: 10;
  width: 85%;
  height: 80%;
  top: 14%;
  left: 5%;
  display: block;
  cursor: default;
}

.popup__check:checked + .popup__base .popup__inner {
  animation-name: inner;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: inner;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

.popup__base .popup__textbox {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.popup__base .popup__textbox iframe,
.popup__base .popup__textbox img {
  width: 100%;
}

.popup__close {
  cursor: pointer;
}

.popup__base .popup__calign {
  position: absolute;
  background-color: #01b2d6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  top: -14px;
  font-size: 37px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.world-technology-section {
  text-align: center;
  position: relative;
  max-height: 630px;
  overflow: hidden;
}

.head-vdo {
  margin-top: 10rem;
}

.world-technology-section .global-width {
  max-width: 100%;
  text-align: center;
}

.world-technology-section .centered img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .world-technology-section .centered img {
    width: 75%;
  }
}

.world-technology-section img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.world-technology-section .centered {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.world-technology-section .centered .world-technology-text {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  max-width: 500px;
  line-height: 3.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .world-technology-section .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .world-technology-section .centered .world-technology-text {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }

  .world-technology-section .centered {
    margin-top: 0;
  }
}

.world-technology-section .popup-iconbox img {
  width: 55px;
  cursor: pointer;
}

.world-technology-section .trigger {
  margin-top: 2rem;
  display: block;
  cursor: pointer;
}

.popup__middlebox .video-box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.popup__middlebox .popup__textbox {
  position: relative;
}

.popup__bannerbox .popup__textbox {
  position: relative;
}

.popup__bannerbox .video-box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.world-technology-section {
  height: 100vh;
  position: relative;
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 9rem;
}

.world-technology-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  margin: 0 auto;
}

.world-technology-section .bgoverlay::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .index-talk-banner .input-text {
    margin-right: 0.8rem;
  }

  .index-talk-banner .input-text .input {
    min-width: 220px;
  }

  .popup__base .popup__calign {
    top: -18px;
    right: -10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .banner {
    margin-bottom: 20rem;
  }

  .banner .centered {
    top: 45%;
  }

  .contact-menu {
    display: block;
    margin-right: 5rem;
  }
}

.color-banner .color-logosection {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3.8rem;
}

.color-banner .color-box {
  text-align: center;
  position: relative;
  height: 100vh;
  max-height: 390px;
  overflow: hidden;
  border-radius: 8px;
}

.color-banner .colorbg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.color-banner .color-bgoverlay::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.color-banner .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-banner .popup-trigger {
  cursor: pointer;
}

.subscriber-form #email-error {
  color: white;
  margin-top: 3px;
  font-size: 11px;
}

@media screen and (max-width: 959px) {
  #header nav .mega-dropdown.product-menu,
  #header nav .mega-dropdown.company-menu {
    width: 100%;
    right: 0%;
  }

  #header nav .dropdown ul,
  #header nav .mega-dropdown {
    box-shadow: none;
    webkit-box-shadow: none;
  }

  .contact-menu {
    display: none;
  }

  #header .global-width {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-sec {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .glightbox_video {
    position: relative;
    left: 0;
  }

  .banner .trigger {
    margin-top: 1rem;
  }
}

/*UI/UX Design Engineering*/
.product-sub-page {
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

.mian-text .heading,
.mian-text .para {
  text-align: left;
}

.mian-text .para {
  font-size: 1.6rem;
}

.mian-text .heading {
  font-size: 2rem;
  margin-bottom: 1rem !important;
  font-weight: 500;
}

.tab_container .ui-ux-sec-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.ui-ux-sec-ul .ui-ux-left {
  max-width: 652px;
}

.ui-ux-sec-ul .ui-ux-right {
  width: calc(100% - 690px);
}

.ui-ux-sec .tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 48px;
  width: 100%;
  background-color: #f4f5f8;
}

.ui-ux-sec .tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 10px;
  height: 48px;
  line-height: initial;
  color: #333;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 192px;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}

.ui-ux-sec .tabs li.active {
  background-color: #01b2d6;
  color: #fff;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.product-sub-page .heading {
  text-align: left;
  margin-bottom: 2rem;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 768px) {
  .cloud-and-mobile.inner-product-listing .heading {
    line-height: initial;
  }

  .product-sub-page {
    padding: 30px 20px;
  }

  .product-wrap .owl-nav > button.owl-prev,
  .line-slide .owl-nav > button.owl-prev {
    right: calc(100% - 70px);
  }

  .product-wrap .owl-nav > button.owl-next,
  .line-slide .owl-nav > button.owl-next {
    left: calc(100% - 70px);
  }

  .line-slide .owl-nav {
    right: 0;
    top: 50%;
    margin-top: -3rem;
    transform: unset;
    max-width: 100%;
    left: 0;
    width: 100%;
  }

  .dash-1 {
    justify-content: center;
  }

  .product-wrap .owl-theme .owl-nav {
    display: none;
  }

  .line-slide .owl-nav {
  }

  .careers-wrap .heading {
    margin-left: auto;
    margin-right: auto;
  }

  .banner .centered .banner-text {
    margin-top: 0;
  }

  .wd-career {
    max-width: 500px;
  }

  .banner img {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    /* top: 0; */
    top: 100px;
  }

  .careers-wrap .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wd-career {
    width: 100%;
  }

  .index-talk-banner:before {
    right: 0;
  }

  .index-talk-banner:after {
    left: 0;
  }

  .banner .centered img {
    position: initial;
  }

  .banner {
    margin-bottom: 2rem;
  }

  .glightbox_video {
    position: inherit;
  }

  .tabs {
    display: none !important;
  }

  .form-card {
    margin-top: 3rem;
  }

  .form-head .heading {
    font-size: 20px;
  }

  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 2px;
    color: #000;
  }

  .d_active {
    background-color: #01b2d6;
    color: #fff;
  }

  .ui-ux-sec-ul .ui-ux-left {
    max-width: 100%;
  }

  .ui-ux-sec-ul .ui-ux-right {
    width: 100%;
  }

  .tab_container .ui-ux-sec-ul {
    flex-direction: column;
  }

  .ui-ux-right .tab-img {
    margin-top: 4rem;
  }
}

/*Lean Scaled Agile Engineering*/

.faq-container {
  margin: 20px auto;
  border-radius: 0.25rem;
  color: #333;
}

.faq-container .faq-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding-left: 2.5rem;
}

.faq-container .faq-header .faq-header-icon {
  position: absolute;
  height: 3rem;
  width: 3rem;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
}

.faq-container .faq-header .faq-title {
  font-size: 1.4rem;
}

.faq-container .faq-header .faq-sub-title {
  font-size: 0.8rem;
  display: flex;
  margin: 0.5rem;
}

.faq-container .faq-question-container {
  padding: 1rem;
  border-radius: 0.25rem;
  margin: 0 auto 3rem;
  box-shadow: 0px 53px 72px #00000014;
}

.faq-container .faq-question-container:focus {
  outline: 0;
}

.faq-container .faq-question-container:focus .faq-answer {
  max-height: 100vh;
}

.faq-container .faq-question-container:focus .faq-question-icon.right {
  transform: rotate(180deg);
}

.faq-container .faq-question-container .faq-question {
  display: flex;
  position: relative;
  padding: 0.25rem 2rem 5rem;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}

.faq-container .faq-question-container .faq-question .faq-question-icon {
  position: absolute;
  height: 6rem;
  width: 6rem;
  bottom: 25px;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s ease;
  align-items: center;
  background-color: #01b2d6;
  border: solid 2px #01b2d6;
  border-radius: 4px;
  cursor: pointer;
}

.faq-container .faq-question-container .faq-question .faq-question-icon:hover {
  border: solid 2px #01b2d6;
  background: #fff;
  box-shadow: 0px 0px 16px #01b2d614;
}

.faq-container
  .faq-question-container
  .faq-question
  .faq-question-icon:hover
  img {
  filter: invert(100%);
}

.faq-container .faq-question-container .faq-question .faq-question-icon.up {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.faq-container .faq-question-container .faq-answer {
  transition: all ease 400ms;
  line-height: 2.6rem;
  display: none;
}

.faq-container .faq-question-container .faq-answer .faq-answer-content {
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  display: block;
}

.faq-container .faq-question-container .faq-answer .faq-answer-content.active {
  height: 100%;
  transition: all 0.4s linear;
}

.faq-question .text-faq {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.text-faq .text-faq-left {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}

.text-faq .text-faq-right {
  width: calc(100% - 690px);
}

.text-faq .text-faq-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  flex-direction: row;
  align-items: flex-start;
}

.text-faq-left .sub-head {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #707070;
}

.text-faq-left .text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 25px;
  color: #707070;
}

.text-cont {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 25px;
  color: #707070;
}

.fqs-main-sec {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}

.fqs-main-sec .heading {
  margin-bottom: 2rem;
}

.faq-container .faq-question-container .faq-question .faq-question-icon img {
  width: 26px;
}

/*Advanced DevOps & Kubernetes*/
.al-machine {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.machine-learning-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 1.4rem;
}

.machine-learning-ul .job-card-li {
  width: calc((100% - 3rem) / 3);
}

.job-card-li .job-card {
  background: #f4f5f8;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  background-image: url(../images/dot-gray.png);
  background-repeat: no-repeat;
  background-size: 132px;
  background-position: 91% 75%;
  flex-direction: column;
  transition: 0.25s all;
  margin-bottom: 2rem;
  /* min-height: 170px; */
  min-height: 168px;
}

.job-card-li .job-card .Job-role {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  color: #1d1d1f;
  font-weight: bolder;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 600;
  line-height: 26px;
}

.job-card-li .job-card .right-arrow {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-image: url(../images/arrow-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2rem;
}

.job-card-li .job-card:hover {
  background-color: #fff;
  box-shadow: 0px 53px 72px #00000014;
}

.job-card-li .job-card:hover .right-arrow {
  background-color: #01b2d6;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s all;
}

/* popup */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 4rem;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  max-height: 600px;
  overflow: auto;
}

.popup .title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.popup .close-mark {
  position: absolute;
  top: 0;
  right: 18px;
  transition: all 200ms;
  font-size: 5rem;
  font-weight: 200;
  text-decoration: none;
  color: #cbd0d3;
}

.popup .close-mark:hover {
  color: #01b2d6;
}

.popup .content .para {
  overflow: auto;
  font-size: 1.6rem;
  line-height: 3.3rem;
  display: block;
  color: #707a8b;
  margin-top: 3rem;
  text-align: left;
}

.popup .popupimg {
  max-width: 90%;
  margin-left: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup .popimg {
  padding: 1rem;
  display: block;
}

.popup::-webkit-scrollbar {
  width: 5px;
}

.popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup::-webkit-scrollbar-thumb {
  background: #888;
}

@media screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }

  .text-faq .text-faq-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
  }

  .text-faq .text-faq-left {
    max-width: 100%;
  }

  .text-faq .text-faq-ul {
    flex-direction: column;
  }

  .text-faq-right .image-faq {
    margin-top: 3rem;
  }

  .faq-container .faq-question-container .faq-answer {
    margin-bottom: 0;
  }

  .text-faq-left .text,
  .text-faq-left .sub-head,
  .faq-container .faq-question-container .faq-answer {
    text-align: center;
  }

  .faq-container .faq-question-container .faq-question {
    align-items: center;
  }

  .footer-outersec .sec1 .right-sec {
    width: 100%;
  }

  .contact-menu {
    display: none;
  }

  #header nav .mega-dropdown.product-menu,
  #header nav .mega-dropdown.company-menu {
    width: 100%;
    right: 0%;
  }

  #header nav .dropdown ul,
  #header nav .mega-dropdown {
    box-shadow: none;
    webkit-box-shadow: none;
  }

  .world-technology-section .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #header .global-width::after {
    display: none;
  }

  #header .global-width {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-sec {
    display: block;
  }

  .contact-menu {
    display: none;
  }

  .fqs-main-sec {
    padding: 2rem;
  }

  .machine-learning-ul .job-card-li {
    width: calc((100% - 3rem) / 2);
  }

  .popup .content {
    line-height: 2.3rem;
    font-size: 1.6rem;
  }

  .popup .popupimg {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .popup .close-mark {
    top: -1rem;
  }

  .popup .title {
    font-size: 1.8rem;
  }

  .popup {
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  .box {
    width: 100%;
  }

  .popup {
    width: 99%;
  }
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

.top-ux {
  display: flex;
  margin-top: 30px;
}

.ux-design-head {
  font-size: 38px;
  color: #022222;
  font-weight: 600;
}

.ux-design-subhead {
  font-size: 16px;
  color: #afafaf;
}

.margin-b-1 {
  margin-bottom: 1.8rem;
}

.text-adv {
  margin: 20px auto;
  text-align: center;
  display: block;
  color: #707a8b;
  font-size: 1.6rem;
  font-weight: 300;
}

.input.error {
  border: 1px solid red;
}

.error-text-phone {
  color: red;
  font-size: 11px;
  opacity: 0;
  transition: opacity 1s;
}

.errormessage {
  color: red;
  font-size: 12px;
  display: none;
}

@media (max-width: 1024px) {
  .top-ux {
    flex-direction: column;
    margin-top: 0px;
  }

  .left,
  .right {
    width: 100%;
  }

  .ux-design-head {
    font-size: 28px;
  }

  .ux-design-subhead {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .top-ux {
    margin-top: 0px;
  }

  .ux-design-head {
    font-size: 24px;
  }

  .ux-design-subhead {
    font-size: 1.2rem;
  }

  .left,
  .right {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .top-ux {
    margin-top: 0px;
  }

  .ux-design-head {
    font-size: 22px;
  }

  .ux-design-subhead {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .left,
  .right {
    width: 100%;
    padding: 0 10px;
  }

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

  .show-btn a {
    margin-left: 20px !important;
  }

  .font-size-16 {
    font-size: 1.6rem;
  }

  .text-cont {
    text-align: left;
    line-height: 2.6rem;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .feature-items {
    flex-direction: column;
    align-items: center;
  }

  .feature-head {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .feature-item {
    margin-left: 0 !important;
    margin: 0;
    flex-direction: column;
    text-align: center !important;
    align-items: center;
  }
  .item-description {
    text-align: center !important;
  }

  .feature-head {
    font-size: 24px;
  }

  .sub-blog-para {
    text-align: center !important;
  }

  .sub-blog-para br {
    display: none;
  }

  .top-img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 640px) {
  .feature-items {
    flex-direction: column;
    align-items: center;
  }

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

.feature {
  margin-top: 83px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
}

.feature-head {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}

.feature-items {
  display: flex;
  justify-content: space-between;
  border: 1px solid #01b2d6;
  border-radius: 5px;
}

.feature-item {
  flex: 1;
  padding: 10px;
  display: flex;
  text-align: center;
  border-radius: 5px;
  gap: 25px;
  /* margin-left: 60px; */
  margin-left: 27px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.itemimg-1 {
  width: 140px;
}

.itemimg-2,
.itemimg-3 {
  width: 125px;
}

.global-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-gap: 3.4rem 0.8rem;
}

.blogimg_1 img {
  transition: all 0.2s ease;
  transform: scale(1);
}

.blogimg_1 img:hover {
  transform: scale(1.05);
}

.feature-imgs {
  transition: all 0.2s ease;
  transform: scale(1);
}
.feature-imgs:hover {
  transform: scale(1.05);
}

.blog-box {
  width: 390px;
  height: 473px;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  font-weight: bold;
}

.blogheading {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #1d1d1f;
}

.blogpara {
  text-align: left;

  font-size: 18px;
  font-weight: normal;
  color: #afafaf;
}

.blogimg1,
.blogimg2,
.blogimg3,
.blogimg4,
.blogimg5,
.blogimg6,
.blogimg7,
.blogimg8,
.blogimg9 {
  width: 221px;
  height: 213px;
}

.blog-details-heading {
  font-size: 60px;
  font-weight: 600;
  margin-top: 40px;
}

.feature-imgs {
  width: 125px;
  height: 130.86px;
}

.overflow-ellipsis-ellipsis {
  text-overflow: clip ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-img {
  width: 839.55px;
  height: 525px;
}

.item-description {
  text-align: left;
}

.sub-blog-para {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #afafaf;
}

.feature-sub-head {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #1d1d1f;
}

.feature-sub-head br {
  display: none;
}

.blog-main-img {
  align-items: center;
}

.blog-life {
  height: 524px;
}

.blog-main-img {
  display: flex;
  /* justify-content: center;  */
  align-items: center;
  height: auto;
  margin-top: 100px;
}

.blog-main-img img {
  width: 645px;
  height: 500px;
}

@media (max-width: 1024px) {
  .blog-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .blog-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .blogheading {
    font-size: 22px;
  }

  .blogpara {
    font-size: 16px;
  }
  .top-img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .blog-container {
    flex-direction: column;
    align-items: center;
  }

  .blog-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-box {
    width: 100%;
    /* max-width: 350px;   */
    /* height: auto;   */
    margin: 0 auto;
  }

  .blogheading {
    font-size: 20px;
  }

  .blogpara {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .blog-container {
    flex-direction: column;
    align-items: center;
  }

  .blog-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-box {
    width: 100%;
    /* max-width: 300px;  */
    height: auto;
    margin: 0 auto;
  }

  .blogheading {
    font-size: 18px;
  }

  .blogpara {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .blog-container {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.subhead-product-development {
  font-size: 39px;
  font-weight: 500;
}

.subcontents-blogs {
  font-size: 16px;
  margin-top: 20px;
  color: #3f3f3f;
}

.sub-sub-head {
  font-size: 32px;
  font-weight: 500;
  margin-top: 25px;
}

.blogs-sub-contents {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 82px;
}

.left-sec-tabcontents {
  width: 25%;
  padding: 20px;
  /* border-right: 1px solid #ddd; */
  border-left: 1px solid #ddd;
}

.left-sec-tabcontents h3 {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 500;
  margin-top: 20px;
}

.left-sec-tabcontents ul {
  list-style-type: none;
  padding: 0;
}

.left-sec-tabcontents ul li {
  margin-bottom: 10px;
  margin-top: 26px;
  font-size: 22px;
}

.left-sec-tabcontents ul li a {
  text-decoration: none;
  color: #1e1e1e;
}

.left-sec-tabcontents ul li a:hover {
  color: #01b2d6;
}

.border {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #edebeb;
}

@media (max-width: 768px) {
  .blogs-sub-contents {
    flex-direction: column;
    margin-top: 20px;
  }

  .left-sec-tabcontents {
    width: 100%;
    border-right: none;
    padding: 15px;
  }

  .left-sec-tabcontents h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .left-sec-tabcontents ul li {
    margin-top: 15px;
    font-size: 18px;
  }

  .left-sec-tabcontents ul li a {
    font-size: 16px;
  }
}

.blogs-sub-contents {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 82px;
}

.right-sec-details {
  width: 70%;
  padding: 20px;
  margin-right: 40px;
}

.left-sec-tabcontents {
  width: 25%;
  padding: 20px;
}

.subhead-product-development {
  font-size: 39px;
  font-weight: 500;
}

.subcontents-blogs {
  font-size: 16px;
  margin-top: 20px;
  color: #3f3f3f;
}

#table-of-contents {
  list-style-type: none;
  padding: 0;
}

#table-of-contents li {
  margin: 10px 0;
  margin-bottom: 32px;
  /* border-bottom: 1px solid #ddd; */
}

#table-of-contents a {
  text-decoration: none;
  color: #949494;
  font-size: 18px;
}

#table-of-contents a:hover {
  color: #01b2d6;
}

.related-blogs-list {
  margin-bottom: 20px;
}

.related-blogs {
  margin-top: 136px;
}

.blog-item-head {
  margin-top: 20px;
  font-size: 18px;
  color: #949494;
}

.author-box {
  display: flex;
  margin-top: 20px;
  padding: 15px;
  background-color: #f9f9f9;
}

.author-photo {
  flex: 0 0 100px;
  margin-right: 20px;
}

.author-photo img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.author-details {
  flex-grow: 1;
}

.author-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.author-bio {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #555;
}

.blogs-list {
  margin: 20px 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  list-style: none;
}

.blogs-list li {
  position: relative;
  margin-top: 12px;
  margin-bottom: 0.5rem;
  padding-left: 20px;
  color: #3f3f3f;
}

.blogs-list li::before {
  content: "•";
  position: absolute;
  left: -8px;
  /* bottom: -1px; */
  top: -15px;
  gap: 12px;
  color: #707070;
  font-size: 2.2em;
}

.blog-content-head {
  font-size: 20px;
  font-weight: 500;
  margin-top: 28px;
}

.example-hr {
  font-size: 25px;
  font-weight: 500;
  margin-top: 28px;
}

.blogs-underpoints {
  font-size: 16px;
  color: #3f3f3f;
}
.contents-AI {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
}

.points-highlight {
  font-size: 16px;
  margin-top: 20px;
  color: #000000;
}

#table-of-contents {
  list-style-type: none;
  padding: 0;
}

#table-of-contents li {
  margin: 10px 0;
  margin-bottom: 21px;
  /* border-bottom: 1px solid #ddd; */
}

#table-of-contents a {
  text-decoration: none;
  color: #949494;
  font-size: 14px;
}

#table-of-contents a:hover {
  color: #01b2d6;
}

.related-blogs-list {
  margin-bottom: 20px;
}

.related-blogs {
  margin-top: 136px;
}

.blog-item-head {
  margin-top: 20px;
  font-size: 16px;
  color: #949494;
}

.author-box {
  display: flex;
  margin-top: 20px;
  padding: 15px;
  background-color: #f9f9f9;
}

.author-photo {
  flex: 0 0 100px;
  margin-right: 20px;
}

.author-photo img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.author-details {
  flex-grow: 1;
}

.author-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.author-bio {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #555;
}

.faq-list {
  padding-left: 20px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  border-bottom: 2px solid #f1f1f1;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  color: white;
}

.faq-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #707070;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 10px;
  margin-top: 5px;
  background-color: #f9f9f9;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  color: #555;
  height: auto;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-toggle {
  transform: rotate(180deg);
}

.news-form {
  display: flex;
  /* padding: 15px; */
  gap: 1rem;
}

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

.grid-container-rep {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-gap: 30px; */
  text-align: left;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.box-grid {
  width: 100%;
  max-width: 293px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin: 0;
}

.box-grid:hover {
  transform: scale(1.05);
  background-color: #fff;
}

.box-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-head {
  font-size: 18px;
  font-weight: normal;
  color: #27293b;
  margin-top: 15px;
}

.box-para {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 10px;
}

.sub-head-pdt {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

.grid-container-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  text-align: left;
  padding: 10px;
  width: 100%;
}

.box-grid-features {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.box-grid-features:hover {
  transform: scale(1.05);
  background-color: #fff;
}

.box-details-features {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-head-features {
  font-size: 18px;
  font-weight: normal;
  color: #27293b;
  margin-top: 15px;
  text-align: center;
}

.box-para-features {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}

.try-btn {
  width: 202px;
  height: 49px;
}

.espace{
  width: 70px !important;
  height: 18px;
}

.twigo-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  gap: 78px;
}

.img-esp{
  width: 70px;
}

.header-log{
  width: 15px;
  height: 15px;
}
.twigo-left-grid,
.twigo-right-grid {
  flex: 1;
  padding: 10px;
}

.twigo-left-grid ul,
.twigo-right-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.twigo-left-grid ul li,
.twigo-right-grid ul li {
  margin-bottom: 10px;
}

.twigo-left-grid ul li:last-child,
.twigo-right-grid ul li:last-child {
  margin-bottom: 0;
}

.margin-b-70 {
  margin-bottom: 70px;
}

.zealur-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  gap: 78px;
}

.zealur-left-grid,
.zealur-right-grid {
  flex: 1;
  padding: 10px;
}

.zealur-left-grid ul,
.zealur-right-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.zealur-left-grid ul li,
.zealur-right-grid ul li {
  margin-bottom: 70px;
}

.zealur-left-grid ul li:last-child,
.zealur-right-grid ul li:last-child {
  margin-bottom: 0;
}

.grid-accurate {
  display: flex;
  margin-top: 32px;
  gap: 20px;
  text-align: center;
  align-items: center;
}

.grid-cont {
  font-size: 18px;
  text-align: left;
}

/* .banner-twigo{
  width: 492px;
  height: 462px;
} */

.banner-twigo {
  width: 492px;
  height: 462px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner-twigo {
    width: 100%;
    height: auto;
    max-width: 492px;
  }
}

@media (max-width: 480px) {
  .banner-twigo {
    width: 100%;
    height: auto;
  }
}

.grid-container-sap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  text-align: left;
  padding: 10px;
}

.box-grid-sap {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin: 0;
}

.box-grid-sap:hover {
  transform: scale(1.05);
  background-color: #f7f4ff;
}

.grid-container-met {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  text-align: left;
  padding: 10px;
}

.grid-met {
  margin-bottom: 30px;
}

.primary-btn-sap {
  padding: 10px 19px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  transition: 0.25s all;
  background-color: #01b2d6;
  border-radius: 0.4rem;
  display: block;
  min-width: 135px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #01b2d6;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  text-align: left;
  padding: 10px;
}

.content-grid {
  display: flex;
  gap: 179px;
  /* margin-top: -33px; */
  margin-top: -58px;
}

.grid-img.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.choose-models {
  font-size: 14px;
  margin-top: 54px;
  width: 240px;
  margin-bottom: 66px;
  line-height: 24px;
  color: #707070;
}

.border-adjustable {
  height: 1px;
  background-color: #cecece;
  margin-top: 42px;
  width: 710px;
  margin-right: -485px;
}

.image-termite{
  width: 1000px;
}

.mb-bt-0{
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media screen and (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.imgwd {
  width: 62px;
  height: 20px;
}

.img-blue{
  width: 85px;
  height: 30px;
}

.img-eps{
  width: 68px;
  height: 22px;
}

.box-grid-rep {
  width: 100%;
  max-width: 293px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.box-grid-rep:hover {
  transform: scale(1.05);
}

.box-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-head {
  font-size: 18px;
  font-weight: normal;
  color: #27293b;
  margin-top: 15px;
}

.box-para {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 10px;
}

.box-details img {
  max-width: 100px;
  height: auto;
}

.border-line {
  width: 100%;
  display: block;
}

.cont-head {
  font-size: 34px;
  color: #17171b;
  font-weight: 600;
}

.administration {
  display: flex;
  margin-top: 100px;
  gap: 70px;
}

.cont-para {
  font-size: 16px;
  color: #707070;
}

.rep-btn {
  padding: 10px 19px;
}

.exome-logo-sec {
  width: 60px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .grid-container-rep {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    text-align: center;
  }

  .grid-container-features {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    text-align: center;
  }

  .sub-head-pdt {
    font-size: 28px;
  }

  .grid-container-sap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    justify-items: flex-start;
    text-align: left;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .grid-container-rep {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .box-details {
    align-items: center;
  }

  .grid-container-features {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sub-head-pdt {
    font-size: 28px;
    text-align: center;
  }

  .margin-b-64 {
    margin-bottom: 64px;
  }

  .twigo-banner {
    display: grid;
    margin-top: 20px;
    gap: 20px;
  }

  .grid-container-sap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    justify-items: flex-start;
    text-align: left;
    padding: 10px;
  }

  .box-para {
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .twigo-banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .twigo-left-grid,
  .twigo-right-grid {
    flex: none;
    padding: 0;
    order: initial;
  }

  .grid-accurate {
    display: flex;
    margin-top: 32px;
    gap: 10px;
    text-align: left;
  }

  /* .banner-twigo {
    width: 100%; 
    height: auto; 
  } */
}

@media screen and (max-width: 480px) {
  .twigo-banner {
    display: grid;
    margin-top: 20px;
    gap: 20px;
  }

  /* .banner-twigo {
    width: 100%;
    height: auto;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .twigo-banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .twigo-left-grid,
  .twigo-right-grid {
    flex: none;
    padding: 0;
    order: initial;
  }

  .grid-accurate {
    display: flex;
    margin-top: 32px;
    gap: 10px;
    text-align: left;
  }

  /* .banner-twigo {
    width: 100%; 
    height: auto; 
  } */
  .justify-content-cnt {
    justify-content: center;
  }

  .margin-lft-14 {
    margin-left: -14px;
  }

  .margin-left-83 {
    margin-left: -84px;
  }

  .margin-rgt-39 {
    margin-right: -39px;
  }
}

/* chat boat  */
/* 
.chat-bot-wrapper.expanded {
  margin: 0 0 5px;
}

.chat-bot-wrapper.expanded {
  visibility: visible;
  bottom: 0;
}

.chat-bot-wrapper {
  position: fixed;
  bottom: -100%;
  right: 15px;
  z-index: 999;
  height: 410px;
  transition: all 0.5s ease-in;
  border-radius: 10px 10px 6px 16px;
  box-shadow: 0 3px 50px #00000029;
  width: 340px;
  z-index: 101;
  background-color: #fff;
  overflow: hidden;
  
}

.chat-bot-wrapper .chat-bot-content .chat-bot-header {
  padding: 10px 15px;
  background-color: #01b2d6;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-header .title {
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-header .header-actions {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-header .header-actions .restart {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  width: 27px;
  height: 27px;
  opacity: 0.7;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-header
  .header-actions
  .restart:hover {
  opacity: 1;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-header
  .header-actions
  .close-chat {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-header
  .header-actions
  .close-chat
  img {
  margin-top: 3px;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-header
  .header-actions
  .close-chat:hover {
  opacity: 1;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-body {
  background-color: white;
  padding: 50px 15px 0;
  height: 300px;
  max-height: 300px;
  overflow: auto;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-body .list-reset .message {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message.message-left
  .avatar {
  margin-right: 10px;
  order: 1;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message
  .avatar
  .image {
  max-width: 25px;
  max-height: 25px;
  border-radius: 50%;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message
  .chat-bubble {
  padding: 5px 10px;
  max-width: 80%;
  width: 100%;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message.message-left
  .chat-bubble {
  background-color: #f5f5f5;
  border-radius: 0 15px 15px;
  order: 2;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message
  .chat-bubble
  .bubble-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  color: #131721;
  font-weight: 600;
  margin: 0;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message
  .chat-bubble
  .bubble-para {
  font-size: 11px;
  line-height: initial;
  padding: 5px 0;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-body
  .list-reset
  .message
  .chat-bubble
  .bubble-title
  .time {
  font-size: 1rem;
  color: #131721;
  opacity: 0.4;
  font-weight: 400;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-footer {
  margin: 0 15px;
  border: 1px solid #e3e3e3;
  padding: 0 15px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-radius: 11px;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-footer .input-group {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  margin-right: 10px;
}

.chat-bot-wrapper
  .chat-bot-content
  .chat-bot-footer
  .input-group
  .form-control {
  min-height: 40px;
  flex: 1;
  border: none;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-footer .send-item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.chat-bot-wrapper .chat-bot-content .chat-bot-footer .send-item:hover {
  transform: rotate(40deg);
}

.chat-bot-icon {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 100;
}

.chat-bot-icon .chat-bot-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #01b2d6;
  border: solid 2px #fff;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  padding: 0;
  transition: 0.3s all;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
  animation: float 6s ease-in-out infinite;
}

.chat-bot-icon .chat-bot-btn img {
  width: 100%;
}

.chat-bot-icon .chat-bot-btn:hover {
  background-color: #007d96;
  box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
} */

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* media query  */
@media screen and (max-width: 1200px) {
  .banner .centered img {
    max-width: 510px;
  }

  .sub-banner .inner .single-block {
    font-size: 20px;
    line-height: 35px;
  }

  .values-block .heading,
  .expand .heading,
  .head-vdo .heading,
  .product-wrap .heading,
  .services-wrap .heading,
  .portfolio-wrap .heading {
    font-size: 26px;
  }

  .values-block {
    padding-bottom: 60px;
  }

  .contact-wrap .tab-area {
    max-width: 700px;
    margin-bottom: 2rem;
  }

  .form-area {
    max-width: 670px;
  }
}

@media screen and (max-width: 1024px) {
  .banner .centered {
    position: relative;
    left: 0;
  }

  .form-head .heading {
    font-size: 28px;
  }

  .index-talk-banner:before {
    right: -30px;
  }

  .index-talk-banner:after {
    left: -20px;
  }

  .banner .centered img {
    width: 70%;
  }

  #header nav > ul > li > a {
    padding: 7px 7px;
  }

  .banner .centered img {
    max-width: 320px;
  }

  .banner .centered .banner-text {
    font-size: 19px;
    line-height: 26px;
  }

  .sub-banner {
    background-size: 100px;
    margin-bottom: 5rem;
  }

  .lean-sec,
  .product-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .services-wrap {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }

  .contact-wrap {
    padding: 4rem 0;
  }

  .footer-outersec .sec1 .right-sec .list-item .subhead {
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .tab-area,
  .form-area {
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-shade {
    padding-bottom: 5rem;
  }

  .expand {
    padding: 50px 0 30px;
  }

  .head-vdo {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .talk-banner {
    min-height: 27rem;
  }

  .heading {
    font-size: 2rem;
  }

  .product-wrap .heading {
    margin-bottom: 2rem;
  }

  .capitalize-head {
    font-size: 1.3rem;
    margin: 0 auto 14px;
    line-height: 2rem;
  }

  .dash-3 .list-item {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dash-3 .link-item {
    justify-content: center;
  }

  .dash-4 .list-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wd-career {
    text-align: center;
  }

  .wd-career img {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .contact-wrap .sliding-placeholder {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-outersec .sec1 .global-width {
    flex-direction: column;
  }

  .footer-outersec .sec1 .social-sec {
    margin-bottom: 30px;
  }

  .footer-outersec .sec1 {
    padding: 4rem 0;
  }

  .footer-outersec .sec1 .right-sec .list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .blog-show {
    width: 100%;
  }

  .main-container {
    margin-top: 75px;
  }

  .contact-wrap .mainbtn {
    margin-left: auto;
    margin-right: auto;
  }

  .capitalize-head.pt-20 {
    padding-top: 1rem;
  }

  .Job-openings {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }

  .dash-model .right-sec .image {
    height: auto;
    max-width: 190px;
  }

  .dash-model .left-sec .para {
    padding: 0 15px;
    margin-bottom: 0;
  }

  .dash-model .right-sec {
    margin-bottom: 3.5rem;
  }

  .footer-outersec .bottomsec {
    padding: 5rem 0 2rem;
  }

  .text-color {
    width: calc(100% - 30px);
    position: fixed;
    margin: 0;
    z-index: 1000;
    top: 75px;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }

  .color-banner .color-box {
    max-height: 260px;
  }

  .main-container {
    min-height: 200px;
  }

  .oppertunity .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .submit-form .form-wrap {
    margin-bottom: 2rem;
  }

  .current-vacancies .heading {
    font-size: 1.4em;
    line-height: 3rem;
  }

  .Job-openings .heading {
    font-size: 2.4rem;
  }

  .current-vacancies.pt-20 {
    padding-top: 2rem;
  }

  .pt-20.apply-now {
    padding-top: 2rem;
  }

  .Job-openings .dash-btn {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .Job-openings .right-block img {
    margin: 0 auto;
    max-width: 280px;
  }

  .Job-openings .right-block {
    padding-top: 4rem;
  }

  .oppertunity.pt-20 {
    padding-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .Job-openings .left-block .para {
    text-align: center;
  }

  .career-header .capitalize-head {
    font-size: 1.5rem;
    margin-top: 40px;
  }

  .career-header .pt-20 {
    padding-top: 3rem;
  }

  .loader {
    margin: 20px auto;
  }

  .world-technology-section .centered,
  .world-technology-section .trigger {
    margin: 0;
  }

  .services-wrap .dash-3 {
    margin-bottom: 2rem;
  }

  .dash-3 .link-item {
    min-height: 50px;
  }

  .dash-3 .list-item {
    margin-bottom: 1rem;
  }

  .view-dr .sub-heading {
    margin-left: 0;
    text-align: left;
    margin-top: 0;
  }

  .wd-career img {
    margin-bottom: 0;
  }

  .carousel-shade {
    padding-bottom: 3rem;
  }

  .footer-outersec .bottomsec,
  .footer-outersec .sec1,
  .form-area,
  .wd-career,
  .services-wrap,
  .values-block,
  .drop-us-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-outersec .bottomsec {
    padding-top: 4rem;
  }

  #header nav ul {
    margin: 0;
  }

  .product-page-sec1 .heading {
    margin-bottom: 2rem;
  }

  .contact-form-main .btn-wrpr {
    margin-left: auto;
    margin-right: auto;
  }

  #header nav .mega-dropdown {
    background: transparent;
  }

  #header .global-width {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    min-height: 75px;
  }

  .popup {
    width: 90%;
  }

  .popup {
    padding: 20px;
  }

  .machine-learning-ul .job-card-li {
    width: 100%;
  }

  /* .job-card-li .job-card {
    min-height: auto;
  } */

  #header {
    position: fixed;
  }

  #header .logo {
    padding: 20px 0 15px;
  }

  .banner img {
    margin-bottom: 0;
  }

  .banner {
    padding-top: 70px;
  }

  .banner .centered .banner-text {
    font-size: 1.8rem;
    max-width: 320px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .sub-banner .inner .single-block {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }

  .carousel-shade .owl-carousel .owl-item img {
    max-width: 220px;
  }

  .values-block {
    padding-bottom: 25px;
  }

  .world-technology-section {
    height: 250px;
  }

  .product-wrap {
    padding-bottom: 3rem;
  }

  .services-wrap .heading {
    margin: 0 auto 3rem;
  }

  .services-wrap .dash-3 {
    margin-bottom: 4rem;
  }

  .talk-banner {
    padding: 4rem;
    min-height: 34rem;
  }

  .dash-4 {
    margin: 0 10px;
  }

  .wd-career img {
    max-width: 300px;
  }

  .careers-wrap .heading {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0;
  }

  .careers-wrap .para {
    margin-bottom: 20px;
  }

  .careers-wrap .para {
    margin-bottom: 0;
  }

  .careers-wrap {
    padding-bottom: 4rem;
  }

  .tab-block {
    padding: 3rem 3rem 1.5rem;
  }

  .contact-wrap .heading {
    font-size: 26px;
  }

  .contact-wrap .para {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    padding-bottom: 23px;
    line-height: 20px;
  }

  .footer-outersec .sec1 .right-sec {
    width: 100%;
  }

  .footer-outersec .sec1 .right-sec .list-item.last-sec {
    flex-direction: column;
  }

  .chat-bot-icon .chat-bot-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .footer-outersec .bottomsec .desc {
    padding-bottom: 23px;
  }

  .footer-outersec .bottomsec .copy-right {
    margin-top: 10px;
  }

  .captcha-btn {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .captcha-btn .mainbtn {
    margin: 0;
  }

  .radio-buttons-container {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 10px !important;
  }
}

.recaptcha-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.recaptcha-wrapper .mainbtn {
  max-height: 48px;
  margin-left: auto !important;
  margin-right: 0 !important;
  cursor: pointer;
  font-family: "Prompt", sans-serif !important;
}

@media screen and (max-width: 480px) {
  .recaptcha-wrapper {
    justify-content: center;
  }

  .recaptcha-wrapper .mainbtn {
    margin: 0 auto !important;
  }
}

.right-sec-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.cookie-wrapp {
  position: fixed;
  bottom: 0;
  /* left: 50%; */
  background: #fff;
  padding: 0px 25px 0px 25px;
  /* border-radius: 15px; */
  text-align: left;
  z-index: 999;
  box-shadow: 9px 9px 115px -2px rgba(0, 0, 0, 0.15);
  /* transform: translate(-50%,50%); */
  width: 100%;
}

.cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 15px;
}
.cookie-wrapp .content-sec p {
  font-size: 12px;
}

.width-90 {
  width: 90%;
}

@media screen and (max-width: 480px) {
  .cookie-wrapp .content-sec {
    flex-direction: column;
    gap: 0;
  }
}

.wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::selection {
  color: #fff;
  background: #01b2d6;
}

.wrapper img {
  max-width: 90px;
}

.content header {
  font-size: 25px;
  font-weight: 600;
}

.content {
  margin: 10px auto;
}

.content p {
  color: #858585;
  margin: 0;
  font-size: 14px;
  width: auto;
  font-family: "Montserrat", sans-serif !important;
}

.global-width {
  /* display: flex; */
  flex-wrap: wrap;
}

#table-of-contents {
  list-style-type: none;
  padding: 0;
}

.related-blogs {
  margin-top: 136px;
}

.left-sec-tabcontents ul li {
  margin-bottom: 10px;
  margin-top: 26px;
  font-size: 16px;
  /* border-bottom: 1px solid #ddd; */
}

.subhead-product-development {
  font-size: 54px;
  font-weight: 500;
}

.subcontents-blogs {
  font-size: 16px;
  margin-top: 20px;
  color: #3f3f3f;
}

.sub-cont-link-blg {
  font-size: 16px;
  color: #01b2d6;
}

.center-text {
  justify-content: center !important;
}
@media screen and (max-width: 1024px) {
  .global-width {
    display: flex;
    flex-wrap: wrap;
  }

  .left-sec-tabcontents {
    width: 100%;
    padding: 15px;
    float: none;
    border-right: none;
    margin-top: 20px;
    order: 2;
  }

  .right-sec-details {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    order: 1;
  }

  .related-blogs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .global-width {
    display: flex;
    flex-wrap: wrap;
  }

  .left-sec-tabcontents {
    width: 100%;
    padding: 15px;
    float: none;
    border-right: none;
    margin-top: 20px;
    order: 2;
  }

  .right-sec-details {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    order: 1;
  }

  .related-blogs {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .global-width {
    display: flex;
    flex-wrap: wrap;
  }

  .left-sec-tabcontents {
    width: 100%;
    padding: 10px;
    float: none;
    border-right: none;
    margin-top: 10px;
    order: 2;
  }

  .right-sec-details {
    width: 100%;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    order: 1;
  }

  .related-blogs {
    margin-top: 10px;
  }

  .subhead-product-development {
    font-size: 28px;
  }

  .subcontents-blogs {
    font-size: 14px;
  }

  .blog-main-img img {
    width: 100%;
    height: auto;
  }

  .auth-detail {
    width: 18%;
  }

  .blog-life {
    height: auto;
  }

  .blog-main-img {
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 53px;
  }

  .sub-sub-head {
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .content p {
    font-size: 11px;
    text-align: center;
  }
}

.content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 480px) {
  .content .cookie-buttons {
    margin-top: 10px;
  }
}

.cookie-buttons .accept-btn {
  padding: 10px 16px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  height: 48px;
  font-weight: 600;
  border-radius: 5px;
  background: #01b2d6;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 140px;
  font-family: "Montserrat", sans-serif !important;
}

@media screen and (max-width: 480px) {
  .section-related-blogs {
    width: 100% !important;
  }

  .cookie-buttons .accept-btn {
    font-size: 13px;
    height: 35px;
    margin: 0 auto;
  }
}

.cookie-buttons .accept-btn:hover {
  transform: scale(0.97);
}

.cookie-buttons .item {
  margin: 0 10px;
}

.cookie-buttons .reject {
  margin: 0 10px;
  color: #01b2d6;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.cookie-wrapp a {
  color: #01b2d6;
  white-space: nowrap;
}
.popup-see {
  background: rgba(160, 165, 185, 40%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.3s ease-in;
  transition-property: visibility;
}

.popup-see.active {
  visibility: visible;
}

.popup-see .popup-box {
  display: block;
  background: white;
  width: 900px;
  border-radius: 6px;
  position: absolute;
  z-index: 999;
  height: 550px;
  transition: 0.5s ease;
  transition-property: transform;
  transform: scale(0);
}

.respons-green {
  display: none;
}

.popup-see.active .popup-box {
  transform: scale(1) !important;
}

.popup-see .top-sec .sub-title {
  letter-spacing: 0.16px;
  color: #001f2d;
  font-weight: 700;
  font-size: 26px;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}

.popup-see .top-sec .main-title {
  letter-spacing: 0.21px;
  color: #5fa155;
  font-size: 34px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}

.popup-see .top-sec .sub-text {
  letter-spacing: 0.11px;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}

.popup-text {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  width: 725px;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 auto;
  padding: 10px 0 15px;
}

.yellow-text {
  color: #ffac44;
  cursor: pointer;
}

.popup-see .close {
  font-size: 22px;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: rgb(82, 82, 82);
  cursor: pointer;
}

.popup-see .close:hover {
  color: black;
}

.popup-contents {
  text-align: left;
}

.content-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 10px;
}

.popup-img {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-lists .popup-li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  color: #707070;
  font-weight: 400;
  text-align: left;
}

.content-para {
  letter-spacing: 0px;
  color: #001f2d;
  width: 590px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  padding-bottom: 20px;
}

.button-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-top: 15px;
}

.button-container .btn-green {
  border-radius: 4px;
  background: #5fa155;
  border: 1px solid #5fa155;
  width: 200px;
  height: 44px;
  letter-spacing: 0.64px;
  color: #fcfcfc;
  font-size: 14px;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}
.button-container .btn-green a {
  color: #fcfcfc;
}

.contact-call {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffac44;
  font-family: "Montserrat", sans-serif !important;
}

.yellow-call {
  width: 44px;
  height: 44px;
}

.popup-content-box {
  position: relative;
  height: 100%;
  padding: 2rem 4rem;
}

.doc-image {
  bottom: -5px;
  right: -31px;
  width: 645px;
  /* height: 400px; */
  display: flex;
  justify-content: flex-end;
  position: absolute;
}

.doc-greeens-box {
  position: relative;
  width: 385px;
  display: flex;
  justify-content: flex-end;
}

.green-lite-bg {
  position: relative;
  /* width: 384px; */
  height: 325px;
  object-fit: cover;
  display: flex;
  justify-content: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.green-lite-bg img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.doc-woman {
  position: absolute;
  right: -40px;
  bottom: -1.5px;
  width: 581px;
}

.exome-logo {
  position: absolute;
  top: 20px;
  left: 40px;
}

.top-close {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in;
}

.top-close .close-btn {
  font-size: 18px;
}

.top-close:hover {
  transform: scale(1.1);
}

.popup3 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #ccc;
}

.popup-content {
  text-align: center;
}

.popup-content button {
  margin-top: 10px;
}

.input-main-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.input-main-sec .input-text {
  width: calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.input-main-sec .input-text .label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.input-main-sec .input-text .input {
  border: 1px solid #e1e1e1;
  border-radius: 0.4rem;
  height: 5rem;
  padding: 0 1rem;
}

.input-main-sec .input-text .text-area {
  border: 1px solid #e1e1e1;
  border-radius: 0.4rem;
  padding: 1rem;
  font-family: "Prompt", sans-serif;
}

.input-main-sec .input-text.wd-100 {
  width: 100%;
  height: 75px;
}

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

.ai-machine-container .inner-container {
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .popup-see .popup-box {
    width: 370px;
  }

  .popup-content-box {
    padding: 15px !important;
  }

  .exome-logo {
    width: 74px;
    height: 23px;
    top: 15px !important;
    left: 15px !important;
  }

  .top-close {
    top: 15px !important;
    right: 15px !important;
  }

  .top-sec {
    padding-top: 20px;
  }

  .popup-see .top-sec .sub-title {
    font-size: 16px !important;
  }

  .popup-see .top-sec .main-title {
    font-size: 22px !important;
  }

  .popup-see .top-sec .sub-text {
    display: none;
  }

  .popup-text {
    width: auto !important;
    font-size: 12px !important;
  }

  .popup-contents {
    text-align: center !important;
  }

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

  .popup-li {
    font-size: 11px !important;
    margin-bottom: 5px !important;
  }

  .popup-img {
    width: 20px !important;
    height: 20px !important;
  }

  .content-para {
    font-size: 13px !important;
    width: auto !important;
    text-align: left;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .btn-green {
    width: 169px !important;
    height: 42px !important;
    padding: 10px;
    font-size: 12px !important;
  }

  .contact-call {
    font-size: 13px;
    gap: 5px !important;
  }

  .yellow-call {
    width: 36px !important;
    height: 36px !important;
  }

  .doc-greeens-box {
    display: none !important;
  }

  .doc-image {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
  }

  .respons-green {
    display: block !important;
    position: absolute;
    bottom: -54px;
    right: -51px;
    width: 31rem;
    z-index: 9999;
  }
}

@media screen and (max-width: 480px) {
  .popup-box {
    width: 302px !important;
    height: auto !important;
  }

  .popup-text {
    font-size: 11px !important;
    padding-bottom: 0;
  }

  .content-title {
    padding: 5px 0;
    margin: 0;
    font-size: 14px !important;
  }

  .popup-lists .popup-li {
    font-size: 9px !important;
  }

  .content-para {
    font-size: 10px !important;
    padding: 0;
  }

  .button-container {
    gap: 9px;
    padding-top: 12px;
  }

  .respons-green {
    bottom: -37px;
    right: -43px;
    width: 24rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .popup-see .popup-box {
    width: 700px !important;
  }

  .respons-green {
    bottom: -25px;
    right: -7px;
    width: 34rem;
    display: block;
    position: absolute;
  }

  .doc-greeens-box {
    display: none;
  }

  .content-para {
    width: 520px !important;
  }

  .popup-text {
    width: 565px !important;
  }
}

.not-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.not-sec .heading {
  padding-top: 2rem;
}

.not-sec .not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 855px;
  height: 480px;
}

@media screen and (max-width: 480px) {
  .not-sec .not-found {
    width: auto;
    height: auto;
  }

  .not-container {
    margin-top: 75px;
    min-height: 200px;
  }

  .input-main-sec .input-text {
    width: 100%;
  }

  .input-main-sec .input-text .label {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .not-sec .not-found {
    width: 690px;
  }
}

.privacy-policy-container .cookie-ol {
  padding-left: 4rem;
}

.terms-head {
  color: #1d1d1f;
}

.privacy-para {
  color: #707a8b;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  line-height: 30px;
}

.toll-free {
  color: #01b2d6;
}

.imgwidthterrain {
  width: 90px;
}

.head.stylelogo .imgwidth {
  width: 60px;
}

.twigo {
  width: 81px !important;
  height: 18px;
}

.pause-image {
  width: 74px;
  height: 74px;
}

.text-align-centerdown {
  padding: 20px;
}

.image-stack {
  position: relative;
  width: max-content;
  margin: 0 auto;
  left: 167px;
}

.dot-image {
  bottom: 57px;
  left: 0;
  z-index: 1;
  width: 857px;
  height: 443px;
  position: relative;
}

.phone-image {
  position: relative;
  z-index: 2;
  width: 310px;
  height: 561px;
  right: 612px;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.google-play-button {
  width: 150px;
  height: auto;
}

.apple-store-button {
  width: 130px;
  height: auto;
}
.talk-banner {
  min-height: 260px;
  border-radius: 25px;
  /* padding: 0 6rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #01b2d6;
  background-size: 260px;
}

.talk-banner-rep {
  min-height: 260px;
  border-radius: 25px;
  padding: 0 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #36c1cc;
  background-size: 260px;
}

.talk-banner-rep .desc {
  color: #fff;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: left;
  font-weight: 300;
}

.talk-banner-zeal {
  min-height: 260px;
  border-radius: 25px;
  padding: 0 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #ff0c84;
  background-size: 260px;
}

.talk-banner-zeal .desc {
  color: #fff;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: left;
  font-weight: 300;
}

.talk-banner-sap {
  min-height: 260px;
  border-radius: 25px;
  padding: 0 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #36c1cc;
  background-size: 260px;
}

.talk-banner-sap .desc {
  color: #fff;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: left;
  font-weight: 300;
}

.talk-banner .desc {
  color: #fff;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: left;
  font-weight: 300;
}

.talk-banner.background {
  background: url(../images/shade-1.svg) no-repeat calc(100% - 100px) 3.6rem
    #e64e4f;
}

.img-aside-right {
  text-align: right;
  width: 480px;
  margin-top: 60px;
}

.extra-content {
  display: none;
  margin-top: 20px;
}

.border-image {
  margin: 7rem 0;
  width: 100%;
}

.left-side p {
  margin-bottom: 20px;
}

.customlist {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.customlist ul {
  margin-bottom: 10px;
}

.customlist li {
  margin-bottom: 5px;
}

.customlist li strong {
  font-weight: bold;
}

.right-side p {
  margin-bottom: 20px;
}

.results-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.results-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.results-list h3 {
  margin: 0;
  margin-right: 10px;
  font-size: 1.5em;
}

.technologies {
  margin-top: 20px;
}

.technologies h3 {
  margin-bottom: 10px;
}

.technologies-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.technologies-list li {
  margin-bottom: 5px;
}

aside h2 {
  margin-bottom: 2rem;
}

.results-list li h4 {
  margin-right: 10px;
  display: inline-block;
}

.results-list li {
  display: flex;
  align-items: center;
}

.reptor-container .grid aside {
  width: 50%;
}

@media (max-width: 1024px) {
  .reptor-container .grid aside {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .reptor-container .grid aside {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .reptor-container .grid aside {
    width: 100%;
  }
}

@media (max-width: 468px) {
  .reptor-container .grid aside {
    width: 100%;
  }
}

.flex.justify-content-center.flex-direction-column.gap-5 {
  margin-bottom: 5rem;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 468px) {
  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 2.5rem;
  }
  .expand .sub-text-cntr {
    text-align: center;
    width: 100%;
  }
}

aside span,
aside p,
aside ul,
aside li {
  color: #707070;
}

.custom-list li::before,
.technologies-list li::before {
  content: "\2022";
  font-size: 3em;
  margin-right: 10px;
  color: #01b2d6;
}

.custom-list li,
.technologies-list li {
  list-style-type: none;
  position: relative;
}

.custom-list li::before,
.technologies-list li::before {
  position: absolute;
  left: -29px;
  top: -26px;
}

.extra-detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.extra-detail .head {
  color: #8e8e8f;
  letter-spacing: 1.6px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.extra-detail .number {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1d1d1f;
  font-weight: 500;
  font-size: 16px;
}

.extra-detail .whatsapp-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .left-side p,
  .right-side p,
  .results-list li,
  .custom-list li,
  .technologies-list li {
    margin-bottom: 15px;
  }

  .results,
  .technologies {
    margin-bottom: 4rem;
  }

  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 4rem;
  }

  .custom-list li::before,
  .technologies-list li::before {
    font-size: 2.5em;
    left: -24px;
    top: -20px;
  }
}

@media (max-width: 768px) {
  .left-side p,
  .right-side p,
  .results-list li,
  .custom-list li,
  .technologies-list li {
    margin-bottom: 10px;
  }

  .results,
  .technologies {
    margin-bottom: 3rem;
  }

  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 3rem;
  }

  .custom-list li::before,
  .technologies-list li::before {
    font-size: 2em;
    left: -19px;
    top: -15px;
  }
}

@media (max-width: 480px) {
  .left-side p,
  .right-side p,
  .results-list li,
  .custom-list li,
  .technologies-list li {
    margin-bottom: 5px;
  }

  .results,
  .technologies {
    margin-bottom: 2rem;
  }

  .flex.justify-content-center.flex-direction-column.gap-5 {
    margin-bottom: 2rem;
  }

  .custom-list li::before,
  .technologies-list li::before {
    font-size: 1.5em;
    left: -14px;
    top: -10px;
  }
}

.img-box {
  margin-bottom: 2rem;
}

.grid a h2 {
  color: black;
  text-decoration: none;
}

.grid a h2:hover {
  color: #bebebe;
}

.inner-service-list {
  width: 100%;
  padding: 0;
  margin: 4rem 0 9rem;
  display: flex;
  flex-wrap: wrap;
}

.inner-service-list .list-item {
  width: calc((100% - 0rem) / 3);
  position: relative;
  list-style-type: none;
  margin-bottom: 5.6rem;
  height: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  padding-top: 2rem;
  transition: all 0.2s linear;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.inner-service-list .list-item:hover a {
  background-color: #01b2d6;
  border-radius: 4px;
  color: #fff;
  transition: all 0.2s linear;
}

.inner-service-list .list-item a {
  height: 5.7rem;
  max-width: 127px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.inner-service-list .list-item:hover a svg {
  fill: #fff;
}

.inner-service-list .list-item svg {
  fill: #3f3d56;
  margin-left: 1rem;
}

.inner-service-list .list-item:hover {
  box-shadow: 0px 53px 72px #00000014;
}

.inner-service-list .image-block {
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.inner-service-list .list-item:nth-child(3n + 2):before {
  content: "";
  width: 11.2rem;
  height: 9.2rem;
  background: url("../images/plus-boder.svg") repeat center;
  position: absolute;
  bottom: -45px;
  right: calc(100% - 5.5rem);
}

.inner-service-list .list-item:nth-child(3n + 2):after {
  content: "";
  width: 11.2rem;
  height: 9.2rem;
  background: url("../images/plus-boder.svg") repeat center;
  position: absolute;
  bottom: -45px;
  left: calc(100% - 5.5rem);
}

.inner-service-list .list-item:nth-last-child(2)::before,
.inner-service-list .list-item:nth-last-child(2)::after {
  display: none;
}

.inner-service-list .head {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #1d1d1f;
  font-weight: 600;
  width: 100%;
}

.inner-service-list .desc {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #7e7e7e;
  max-width: 26.4rem;
  margin: auto;
  margin: 1.2rem 0 1.5rem;
}

.inner-service-list .bootomsec {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.inner-service-list .more-btn {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #3f3d56;
  font-family: "Prompt", sans-serif;
  position: relative;
  left: -15px;
}

.inner-service-list .more-btn:hover {
  color: #01b2d6;
}

.inner-service-list .list-item .icon,
.inner-service-list .list-item .icon-hover {
  max-width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.inner-service-list .list-item .icon-hover {
  display: none;
}

.inner-service-list .list-item:hover .icon {
  display: none;
}

.inner-service-list .list-item:hover .icon-hover {
  display: block;
}

.img-title .logo-img {
  width: 100px;
  height: auto;
}
.radiolist {
  justify-content: center;
}
.radio-buttons-container {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 3rem;
}

.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  /* color: #000; */
  color: #707a8b;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.radio-button__custom {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
  transform: translateY(-50%) scale(0.9);
  border: 5px solid #00b4cc;
  color: #00b4cc;
}

.radio-button__input:checked + .radio-button__label {
  color: #00b4cc;
}

.radio-button__label:hover .radio-button__custom {
  border-color: #00b4cc;
  box-shadow: 0 0 10px #00b4cc;
}
.new-devider {
  max-width: 640px;
  margin: 0 auto;
  padding: 25px 0;
}

.acknowledgement-radio {
  margin-top: 20px;
}

.acknowledgement-radio label {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.acknowledgement-radio input[type="radio"] {
  margin-right: 8px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: auto;
  width: 30%;
  border-radius: 0.4rem;
  height: 30rem;
  padding: 2rem;
  position: relative;
  flex-direction: column;
}

.modal-content .btn {
  cursor: pointer;
}

.margin-t0p-100 {
  margin-top: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-106 {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .margin-top-106 {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 80%;
    height: auto;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 90%;
    height: auto;
    padding: 1rem;
  }
}

.logo-sec {
  display: flex;
  gap: 2rem;
}

.dune {
  width: 7rem;
  height: 6.5rem;
}

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  font-size: 3rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}

.close:hover,
.close:focus {
  /* color: black; */
  text-decoration: none;
  cursor: pointer;
}

#modalMessage {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}

#modalIcon {
  width: 6rem;
  margin-bottom: 1rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.blog-details {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  align-items: center;
}

.auth-detail {
  width: 10%;
  border-radius: 50%;
  object-fit: cover;
}

.auth-name {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: normal;
}

.blog-date {
  margin-left: 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: normal;
}

.date-publish {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: normal;
}

.border-0 {
  border: 0;
}

.relative {
  position: relative;
}

.error-text-phone {
  position: absolute;
  bottom: -18px;
  font-size: 13px;
  left: 0;
  color: red;
}

.captcha-error {
  position: absolute;
  bottom: -18px;
  font-size: 13px;
  left: 0;
  color: red;
}

.error-option {
  font-size: 14px;
  right: 0;
  color: red;
  position: absolute;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-10px);
  }
  40%,
  80% {
    transform: translateX(10px);
  }
}

.iso-link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 30px;
  gap: 10px;
}

.iso-item {
  width: 68px;
}

@media (max-width: 767px) {
  .social-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .social-item {
    width: 100%;
  }
}
/* 
@media (max-width: 768px) {
  p br {
    display: none;
  }
} */
