@charset "UTF-8";
body {
  margin: 0;
  font-family: "Heebo", sans-serif !important;
  font-size: 14px;
  color: #474c51;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #212529;
  letter-spacing: normal;
}

.sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 10px;
  color: #aaaaaa;
}

p {
  color: #474c51;
}

.bg-grey {
  background: #f7f7f7;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.technavik-title {
  letter-spacing: 1px;
  font-size: 5.5rem;
  line-height: 0.8;
}

.strip-slide:after {
  transform: skew(0, -5deg);
  width: 100%;
  height: 200px !important;
  z-index: 9;
  background: #fff;
  content: "";
}

section.section {
  padding: 0 !important;
  border-top: 0 !important;
}

.about-section {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px !important;
}
.about-section .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.about-section .image-wrapper .image-one {
  position: relative;
  overflow: hidden;
}
.about-section .image-wrapper .image-one img {
  position: relative;
  transition: 1s;
}
.about-section .image-wrapper .image-two {
  position: relative;
  margin-left: 160px;
  margin-top: -165px;
  display: inline-block;
}
.about-section .img-wrapper {
  border: 1px solid transparent;
  border-radius: 40px 160px;
}
.about-section .content-box {
  margin-left: 40px;
}
.about-section .content-box .info-column {
  position: relative;
  margin-bottom: 30px;
}
.about-section .content-box .info-column:first-child:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 110px;
  width: 2px;
  background: url(../img/divider.png);
  transform: translateY(-50%);
}
.about-section .content-box .info-column:last-child {
  padding-left: 40px;
}
.about-section .content-box .info-column .icon-box .fa {
  font-size: 2.5rem;
  color: #0088cc;
  margin-bottom: 20px;
  text-align: center;
}
.about-section .content-box .info-column .icon-box h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.about-section .content-box .info-column .icon-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-section .sec-title {
  position: relative;
  margin-bottom: 20px;
}
.about-section .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.about-section .sec-title .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #25283a;
  margin: 0;
  text-align: justify;
}

.services-section {
  padding: 70px 50px 40px;
  background: #f1f1f1;
}
.services-section .block-one {
  position: relative;
  padding: 0;
}
.services-section .block-one .inner-box {
  position: relative;
  background-color: #282828;
  padding: 70px 40px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}
.services-section .block-one .inner-box.productivity {
  background: url(../img/services-productivity.jpg) no-repeat;
  background-size: auto 100%;
  background-clip: cover;
  box-shadow: 0px 8px 16px 0px rgba(255, 100, 0, 0.3);
  padding: 70px 40px;
  margin-top: 42px;
}
.services-section .block-one .inner-box.productivity:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(0deg, #012c41 0%, #000000 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.productivity:hover:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(0deg, #0088CC 0%, #03104e 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box .icon-box {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.services-section .block-one .inner-box h1 {
  color: #ffffff;
  letter-spacing: -0.05em;
}
.services-section .block-one .inner-box h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.02rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.services-section .block-one .inner-box .text {
  position: relative;
  color: #ffffff;
  z-index: 2;
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.services-section .block-one .inner-box .read-more {
  z-index: 2;
  position: relative;
}
.services-section .block-one .inner-box .read-more a {
  color: #ffffff;
}
.services-section .block-one .inner-box .read-more a:hover {
  color: #77cffb;
}
.services-section .block-one .inner-box.qa {
  background: url(../img/services-quality-assurance.jpg) no-repeat;
  background-size: auto 100%;
  background-clip: cover;
  padding: 110px 40px;
  margin-top: 0;
}
.services-section .block-one .inner-box.qa:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(50deg, #012c41 0%, #000000 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.qa:hover:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(50deg, #0088CC 0%, #03104e 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.development {
  background: url(../img/services-development.jpg) no-repeat;
  background-size: auto 100%;
  background-clip: cover;
  padding: 110px 40px;
  margin-top: 0;
}
.services-section .block-one .inner-box.development:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(200deg, #012c41 0%, #000000 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.development:hover:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(200deg, #0088CC 0%, #03104e 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.analytics {
  background: url(../img/services-analytics.jpg) no-repeat;
  background-size: auto 100%;
  background-clip: cover;
  padding: 110px 40px;
  margin-top: 0;
}
.services-section .block-one .inner-box.analytics:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(0deg, #012c41 0%, #000000 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.analytics:hover:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(0deg, #0088CC 0%, #03104e 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.cloudifying {
  background: url(../img/services-cloudifying.jpg) no-repeat;
  background-size: auto 100%;
  background-clip: cover;
  padding: 90px 40px;
  margin-top: 0;
}
.services-section .block-one .inner-box.cloudifying:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(135deg, #012c41 0%, #000000 100%);
  transition: all 2s ease;
}
.services-section .block-one .inner-box.cloudifying:hover:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(135deg, #0088CC 0%, #03104e 100%);
  transition: all 2s ease;
}
.services-section .block-one:nth-child(2) .inner-box {
  box-shadow: 0px 8px 16px 0px rgba(0, 136, 204, 0.3);
  padding: 64px 40px;
  margin-top: 0;
  background-color: #0088CC;
}
.services-section .block-one:nth-child(2) .inner-box .text {
  position: relative;
  color: #fff;
  z-index: 2;
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.services-section .block-one:nth-child(3) .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 70px 40px;
  margin-top: 42px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}
.services-section .block-one:nth-child(4) .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 90px 40px;
  margin-bottom: 30px;
  margin-top: -40px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}
.services-section .block-one:nth-child(4) .inner-box .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.services-section .block-one:nth-child(4) .inner-box .icon-box img {
  height: 80px;
}
.services-section .block-one:nth-child(5) .inner-box {
  box-shadow: 0px 8px 16px 0px rgba(0, 136, 204, 0.3);
  padding: 70px 40px;
  margin-top: -40px;
  background-color: #0088CC;
}
.services-section .block-one:nth-child(5) .inner-box .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.services-section .block-one:nth-child(6) .inner-box {
  position: relative;
  background-color: #282828;
  padding: 110px 40px;
  margin-bottom: 30px;
  margin-top: -40px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}

.identity-section {
  padding: 100px 50px 100px;
}
.identity-section .identity-head .sec-title {
  position: relative;
  margin-bottom: 20px;
}
.identity-section .identity-head .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.identity-section .identity-head .sec-title .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #25283a;
  margin: 0;
  text-align: justify;
}
.identity-section .identy-logos .col-4 {
  margin-bottom: 40px;
}
.identity-section .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  margin: 0;
  text-align: justify;
}
.identity-section .content-box {
  margin-left: 40px;
}
.identity-section .content-box .info-column {
  position: relative;
  margin-bottom: 30px;
}
.identity-section .content-box .info-column:first-child:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 110px;
  width: 2px;
  background: url(../img/divider.png);
  transform: translateY(-50%);
}
.identity-section .content-box .info-column:last-child {
  padding-left: 40px;
}

.our-approach-bg {
  background-image: url(../img/our-approach.png), linear-gradient(90deg, #3c4550 0%, #383f48 100%);
  background-repeat: no-repeat;
  background-position: center right;
}

.our-approach-section {
  padding: 120px 50px 70px;
  position: relative;
}
.our-approach-section .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.our-approach-section .image-wrapper .image-one {
  position: relative;
  margin-left: 120px;
  overflow: hidden;
}
.our-approach-section .image-wrapper .image-two {
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  margin-top: -67px;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 9;
}
.our-approach-section .image-wrapper .image-two img {
  transition: 1s ease;
}
.our-approach-section .content-box {
  margin-left: 0;
}
.our-approach-section .content-box .info-column {
  position: relative;
  margin-bottom: 30px;
}
.our-approach-section .content-box .info-column:first-child:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 110px;
  width: 2px;
  background: url(../img/divider.png);
  transform: translateY(-50%);
}
.our-approach-section .content-box .info-column:last-child {
  padding-left: 40px;
}
.our-approach-section .content-box .info-column .icon-box .fa {
  font-size: 2.5rem;
  color: #0088cc;
  margin-bottom: 20px;
  text-align: center;
}
.our-approach-section .content-box .info-column .icon-box h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.our-approach-section .content-box .info-column .icon-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.our-approach-section .sec-title {
  position: relative;
  margin-bottom: 20px;
}
.our-approach-section .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #fff;
}
.our-approach-section .sec-title .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-align: justify;
}

footer {
  position: relative;
  color: #c4c5c7;
  background-color: #282828;
}
footer .footer-section {
  position: relative;
  padding: 70px 0px 30px;
}
footer .logo-section {
  position: relative;
}
footer .logo-section .content-section {
  background: #fff;
  padding: 60px 50px 10px;
  text-align: center;
  margin-top: -70px;
  border-radius: 0 0 20px 20px;
}
footer .logo-section .content-section:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #0088cc 0%, #00699e 100%);
}
footer .logo-section .text {
  position: relative;
  margin: 0 0 5px;
  color: #282828;
}
footer .footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 25px;
}
footer .social-links {
  position: relative;
  padding-left: 0;
}
footer .social-links li {
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
}
footer .social-links li a {
  position: relative;
  display: block;
  color: #9ea0a9;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border: 2px solid #f1f1f1;
}
footer h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer .links-widget .widget-content {
  position: relative;
  padding-left: 40px;
}
footer .links-widget ul {
  padding-left: 0;
  list-style: none;
}
footer .links-widget ul li {
  position: relative;
  margin-bottom: 15px;
}
footer .links-widget ul li a {
  position: relative;
  color: #c4c5c7;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer .contact-us p {
  color: #c4c5c7;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.h-100 {
  height: 100% !important;
}

.banner-section {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  position: relative;
  z-index: 0;
  transform: skewY(3deg) translate(0, -51px);
}
.banner-section:before {
  background-image: linear-gradient(130deg, #1f252b 0, rgba(31, 37, 43, 0.3) 100%);
  content: "";
  z-index: 2;
  background-size: contain;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  opacity: 0.5;
  max-height: 500px;
  height: 500px;
}
.banner-section:before, .banner-section .banner-img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .line-one {
  position: absolute;
  background-image: linear-gradient(130deg, #1f252b 0, #4892cf40 100%);
  top: 0;
  right: 52%;
  bottom: 58%;
  left: -5%;
  z-index: 2;
  border-radius: 0 0 40px 40px;
  transform: rotate(356deg);
}
.banner-section .line-two {
  position: absolute;
  background-image: linear-gradient(130deg, #1f252b 0, #6dc59d60 100%);
  top: -20%;
  right: 65%;
  bottom: -5%;
  left: -5%;
  z-index: 1;
  border-radius: 0 0 45px 45px;
  transform: rotate(349deg);
}
.banner-section .line-three {
  position: absolute;
  top: -20%;
  right: 60%;
  bottom: -5%;
  left: -5%;
  z-index: 2;
  border: 2px solid #6dc59d;
  border-radius: 0 0 45px 45px;
  transform: rotate(349deg);
}
.banner-section .line-four {
  position: absolute;
  top: 0;
  right: 44%;
  bottom: 56%;
  left: -5%;
  z-index: 2;
  border: 2px solid #4892cf;
  border-radius: 0 0 45px 45px;
  transform: rotate(356deg);
}

.banner-section-2 {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  position: relative;
  z-index: 0;
  transform: skewY(-3deg) translate(0, -51px);
}
.banner-section-2:before {
  background-image: linear-gradient(130deg, #1f252b 0, rgba(31, 37, 43, 0.3) 100%);
  content: "";
  z-index: 2;
  background-size: contain;
  overflow: hidden;
  opacity: 0.5;
  max-height: 500px;
  height: 500px;
}
.banner-section-2:before, .banner-section-2 .banner-img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-2 .page-title {
  transform: skewY(4deg) translate(0, -51px);
}

.banner-section-3 {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  position: relative;
  z-index: 0;
  transform: skewY(-3deg) translate(0, -51px);
}
.banner-section-3:before {
  background-image: -webkit-linear-gradient(220deg, #4892cf 0%, #fdf2c8 30%, #6dc59d 100%), -webkit-linear-gradient(50deg, #4892cf 0%, #6dc59d 100%);
  content: "";
  z-index: 2;
  background-size: contain;
  overflow: hidden;
  opacity: 0.5;
  max-height: 500px;
  height: 500px;
}
.banner-section-3:before, .banner-section-3 .banner-img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-3 .page-title {
  transform: skewY(4deg) translate(0, -51px);
}

.banner-section-4 {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  position: relative;
  z-index: 0;
  transform: skewY(-3deg) translate(0, -51px);
}
.banner-section-4:before {
  background-image: -webkit-linear-gradient(220deg, #4892cf 0%, rgba(102, 243, 243, 0.5) 30%, #6dc59d 100%), -webkit-linear-gradient(50deg, #4892cf 0%, #6dc59d 100%);
  content: "";
  z-index: 2;
  background-size: contain;
  overflow: hidden;
  opacity: 0.5;
  max-height: 500px;
  height: 500px;
}
.banner-section-4:before, .banner-section-4 .banner-img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-4 .page-title {
  transform: skewY(4deg) translate(0, -51px);
}

.career-section .article-text {
  margin-top: 0;
  padding-top: 0;
}
.career-section .color-box {
  padding: 1.5rem;
  border-radius: 0rem;
  color: #fff;
}
.career-section .color-box h3 {
  margin-bottom: 1rem;
  color: #fff;
}
.career-section .color-box p {
  color: #fff;
}

#webinar .article-text {
  background: #171D30;
  color: #ffffff;
}
#webinar .article-text h2 {
  color: #DFF626;
}
#webinar .article-text .timing-row {
  color: #ffffff;
}
#webinar .article-text .webinar-heading, #webinar .article-text h3 {
  color: #DFF626;
  text-transform: initial;
  line-height: normal;
  margin: 30px 0 25px;
}
#webinar .article-text .webinar-info p {
  color: #ffffff;
}
#webinar .article-text .webinar-host p {
  color: #ffffff;
  padding: 0 25px;
}
#webinar .dark-box {
  border-radius: 0 0.5rem 0.5rem 0;
  background: #DFF626;
  margin: 0 0 25px;
}
#webinar .dark-box p {
  color: #3e4602;
}
#webinar .dark-box h3 {
  color: #171d30;
}
#webinar .webinar-form i {
  background: -webkit-linear-gradient(280deg, #849505, #353c02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#webinar .webinar-form .form-group input[type=text], #webinar .webinar-form .form-group input[type=email] {
  color: #333333;
}
#webinar .webinar-form .form-group input[type=text]:focus-visible, #webinar .webinar-form .form-group input[type=text]:focus, #webinar .webinar-form .form-group input[type=text]:active, #webinar .webinar-form .form-group input[type=email]:focus-visible, #webinar .webinar-form .form-group input[type=email]:focus, #webinar .webinar-form .form-group input[type=email]:active {
  outline: none;
  border-bottom: 1px solid #333333;
}
#webinar .webinar-form button.theme-btn {
  background-color: #171d30;
  border: 1px solid #ffffff;
}
#webinar .webinar-form button.theme-btn span i {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#webinar .webinar-form button.theme-btn:hover {
  box-shadow: none;
}
#webinar .webinar-form button.theme-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #5b6604;
  transition: all 0.1s;
  border-radius: 3px;
  z-index: -1;
}
#webinar .webinar-form button.theme-btn:hover:before {
  height: 100%;
}
#webinar .webinar-form .alert i {
  right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.page-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem;
  z-index: 2;
  transform: skewY(357deg) translate(0, -51px);
}
.page-title h1 {
  color: #ffffff;
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
}

.page-section {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px !important;
}
.page-section h2 {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 10px;
}
.page-section .text {
  position: relative;
  display: block;
  padding-top: 0px;
  font-size: 16px;
  margin: 0;
}

/*Menu CSS*/
#header .header-nav.header-nav-links nav > ul > li:hover a {
  padding: 0 1.5rem;
  background: #fff !important;
}
#header .header-nav.header-nav-links nav > ul > li a {
  padding: 0 1.5rem;
}

#mainNav .dropdown-menu {
  padding: 0 !important;
}
#mainNav .dropdown-menu ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
#mainNav .dropdown-menu ul li {
  background: #ffffff;
  padding: 0.5rem 1.5rem;
}
#mainNav .dropdown-menu ul li a {
  padding: 0px !important;
  font-size: 14px !important;
  border-bottom: 0 !important;
  border-bottom-color: none !important;
  color: #474c51;
}
#mainNav li .dropdown-menu-mega {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 0;
  border: 0;
}
#mainNav li .dropdown-menu-mega .menu-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
#mainNav li .dropdown-menu-mega .menu-list .menu-list-item {
  margin: 0;
  line-height: 24px;
}
#mainNav li .dropdown-menu-mega .menu-list .menu-list-item .menu-item-heading {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  color: #212529;
}
#mainNav li .dropdown-menu-mega .menu-list .menu-list-item .menu-item {
  font-size: 14px;
  padding: 0;
  color: #474c51;
}
#mainNav li:hover .dropdown-menu-mega {
  display: block;
  padding: 30px 15px;
}
#mainNav li .dropdown-menu-mega {
  margin-top: 0;
  border: 0;
}
#mainNav li .dropdown-menu-mega:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 90vh;
  background-color: #fff;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(10);
}

.max-w-25 {
  max-width: 25% !important;
}

.fr-img {
  margin-left: 6%;
  margin-bottom: 6%;
}

.show-more-button {
  color: #0088CC;
  font-weight: 600;
  cursor: pointer;
}

.long-text {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-bold {
  font-weight: bold;
}

.icon img {
  width: 42px;
  height: auto;
}

.img-hover-zoom {
  width: 414px;
  height: 469px;
  overflow: hidden;
  margin: 0 auto;
}
.img-hover-zoom img {
  width: 100%;
  transition: 1s all ease-in-out;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.article-text {
  background: #fff;
  padding: 3.5rem 3.2rem;
  margin-top: -16rem;
  border-radius: 1rem;
}

.dark-box {
  background: #212529;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.dark-box h3 {
  color: #fff;
  text-transform: none;
}
.dark-box p {
  color: #fff;
}

.service-offerings {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.service-offerings .owl-carousel .item {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 5px rgba(165, 165, 165, 0.1);
  min-height: 526px;
  background: #fff;
  margin-left: 15px;
}
.service-offerings .owl-carousel .item img {
  border-radius: 8px 8px 0 0;
}
.service-offerings .owl-carousel .owl-nav {
  top: -5%;
  position: absolute;
  width: 80px;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
  right: 0;
  border-radius: 4px;
  border: 1px solid #33383e;
  height: 38px;
  z-index: 4;
  margin-right: 15px;
}
.service-offerings .owl-carousel .owl-nav button[class*=owl-] {
  background-color: #fff !important;
  border-color: #fff #fff #fff !important;
  color: #474c51 !important;
}
.service-offerings .owl-carousel .owl-nav button[class*=owl-]:hover {
  background-color: #f5f5f5;
}
.service-offerings .owl-carousel .owl-nav button[class*=owl-].owl-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  font-size: 1rem;
  content: "\f060";
  position: relative;
  left: -1px;
  top: -1px;
}
.service-offerings .owl-carousel .owl-nav button[class*=owl-].owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  font-size: 1rem;
  content: "\f061";
  position: relative;
  left: -1px;
  top: -1px;
}
.service-offerings .owl-carousel .owl-nav button[class*=owl-] span {
  display: none;
  visibility: none;
}

/* Contact Form */
.form-section {
  padding: 70px 50px;
  background: url("../img/bg-contact-form.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.form-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-linear-gradient(220deg, #d1641a 0%, #022828 60%, #078cbd 100%), -webkit-linear-gradient(50deg, #d1641a 0%, #078cbd 100%);
}
.form-section .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -1px;
}

.contact-form {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 26px;
  border-radius: 15px;
}
.contact-form .alert {
  margin-bottom: 10px;
}
.contact-form .form-group {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}
.contact-form .form-group.selected-article {
  padding: 0 30px;
}
.contact-form .form-group.selected-article .title {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 10px;
}
.contact-form .form-group.selected-article .title i {
  position: static;
  margin: 0 10px 0 0;
}
.contact-form .form-group.selected-article .sub-title {
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #aaaaaa;
  margin: 0 0 10px;
}
.contact-form .form-group.initiatives-options {
  padding: 0 30px;
}
.contact-form .form-group.initiatives-options .title {
  font-style: italic;
  font-size: 18px;
  color: #aaaaaa;
  margin: 0 0 10px;
}
.contact-form .form-group.initiatives-options .row {
  margin: 0;
}
.contact-form .form-group.initiatives-options .row label {
  margin: 0 0 0 10px;
  font-weight: normal;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  padding: 14px 20px;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #999;
  border-radius: 0;
  transition: all 300ms ease;
}
.contact-form .form-group input[type=text]::-moz-placeholder, .contact-form .form-group input[type=email]::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder, .contact-form .form-group select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa;
  opacity: 1;
  /* Firefox */
}
.contact-form .form-group input[type=text]:-ms-input-placeholder, .contact-form .form-group input[type=email]:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder, .contact-form .form-group select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa;
  opacity: 1;
  /* Firefox */
}
.contact-form .form-group input[type=text]::placeholder,
.contact-form .form-group input[type=email]::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa;
  opacity: 1;
  /* Firefox */
}
.contact-form .form-group input[type=text]:-ms-input-placeholder,
.contact-form .form-group input[type=email]:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder,
.contact-form .form-group select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
.contact-form .form-group input[type=text]::-ms-input-placeholder,
.contact-form .form-group input[type=email]::-ms-input-placeholder,
.contact-form .form-group textarea::-ms-input-placeholder,
.contact-form .form-group select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaaaaa;
}
.contact-form .form-group input[type=text]:focus-visible, .contact-form .form-group input[type=text]:focus, .contact-form .form-group input[type=text]:active,
.contact-form .form-group input[type=email]:focus-visible,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=email]:active,
.contact-form .form-group textarea:focus-visible,
.contact-form .form-group textarea:focus,
.contact-form .form-group textarea:active,
.contact-form .form-group select:focus-visible,
.contact-form .form-group select:focus,
.contact-form .form-group select:active {
  outline: none;
  border-bottom: 1px solid #ffffff;
}
.contact-form .form-group textarea {
  height: 140px;
  resize: none;
}
.contact-form .form-group select {
  height: 59px;
  color: #aaaaaa;
  padding-left: 16px;
}
.contact-form .form-group option {
  color: #333333;
}
.contact-form .form-group input[type=submit],
.contact-form .form-group button {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
}
.contact-form button.theme-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 10px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: auto;
  z-index: 9;
  transition: box-shadow 0.2s;
}
.contact-form button.theme-btn span i {
  position: static;
}
.contact-form button.theme-btn:hover {
  box-shadow: rgba(13, 112, 234, 0.5) 0 3px 4px;
}
.contact-form button.theme-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #057fd7;
  transition: all 0.1s;
  border-radius: 3px;
  z-index: -1;
}
.contact-form button.theme-btn:hover:before {
  height: 100%;
}
.contact-form::-webkit-input-placeholder {
  color: #6c6d70;
}
.contact-form::-moz-input-placeholder {
  color: #6c6d70;
}
.contact-form::-ms-input-placeholder {
  color: #6c6d70;
}
.contact-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 5px;
}
.contact-form label {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.contact-form label span.text-danger {
  color: #ff3300 !important;
}
.contact-form i {
  position: absolute;
  right: 30px;
  top: 22px;
  font-size: 18px;
  color: #00ffb8;
  background: -webkit-linear-gradient(280deg, #00ffb8, #00e7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list {
  position: relative;
  margin-bottom: 2rem;
}
.list .our-solution-list {
  padding-left: 30px;
  padding-top: 0px;
}
.list .our-solution-list .our-solution-list__item {
  padding: 0 0 5px 10px;
  list-style: none;
}
.list .our-solution-list .our-solution-list__item:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  height: 100%;
  width: 1px;
  background: #d8d8d8 !important;
}
.list .our-solution-list .our-solution-list__item:after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  height: 1px;
  width: 15px;
  background: #d8d8d8 !important;
}

.service-testing {
  padding: 5rem 5rem;
  text-align: center;
  background-color: #f7f7f7;
}
.service-testing h2 {
  margin-bottom: 4rem;
}
.service-testing h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
}
.service-testing .service-item {
  border: 1px solid #d6d1d3 !important;
  background-color: #fff;
  padding: 32px 24px;
  transition: all 0.2s;
  border-radius: 8px;
  margin-bottom: 2rem;
  min-height: 280px;
  text-align: left;
}
.service-testing .service-item:hover {
  transition: all 0.2s;
  border: 1px solid #e3e2e2;
  box-shadow: 0 5px 17px 4px rgba(0, 0, 0, 0.1);
}
.service-testing .service-item .ser-text {
  color: #1f252b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 16px 0 20px;
  max-width: 100%;
  text-transform: none;
}
.service-testing .service-item .ser-btn {
  color: #000;
  border: 1px solid #000;
  transition: 0.5s all ease;
  font-weight: 500 !important;
  padding: 0.5rem 2rem;
  font-weight: 700;
  border-radius: 8px;
}

.m-approch {
  padding: 5rem 0rem;
  text-align: center;
  background: url(../img/m-approch-bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.m-approch::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-linear-gradient(0deg, #6dc59d 0%, #4892cf 100%);
}
.m-approch h2 {
  margin-bottom: 2rem;
  color: #fff;
}
.m-approch .text, .m-approch p {
  text-align: center;
  color: #fff;
}
.m-approch h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  text-align: left;
}
.m-approch .m-item {
  border: 1px solid #d6d1d3 !important;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 32px 24px;
  transition: all 0.2s;
  border-radius: 8px;
  margin-bottom: 2rem;
  min-height: 230px;
}
.m-approch .m-item:hover {
  transition: all 0.2s;
  border: 1px solid #e3e2e2;
  box-shadow: 5px 5px 17px 4px rgba(0, 0, 0, 0.2);
}
.m-approch .m-item .m-text {
  color: #1f252b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 5px 0 0;
  max-width: 100%;
  text-transform: none;
  text-align: left;
}
.m-approch .m-item .m-text .m-text-item {
  padding: 0.25rem 0;
  border-bottom: 1px dashed #aaaaaa;
  display: block;
}
.m-approch .m-item .m-text .m-text-item:last-of-type {
  border-bottom: none;
}
.m-approch .m-item .m-btn {
  color: #000;
  border: 1px solid #000;
  transition: 0.5s all ease;
  font-weight: 500 !important;
  padding: 0.5rem 2rem;
  font-weight: 700;
  border-radius: 8px;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .m-approch .m-item {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .m-approch .warning {
    display: none;
  }
}

.tech-stack {
  padding: 5rem 0rem;
  background-color: #fff;
}
.tech-stack h2 {
  margin-bottom: 2rem;
  color: #474c51;
  text-align: center;
}
.tech-stack .tech-stack-title {
  margin-top: 1rem;
  text-align: right;
}
.tech-stack .tech-stack-img img {
  margin-top: 1.2rem;
}

.bb-1 {
  border-bottom: 1px solid #ccc;
}

.partnerships {
  padding: 5rem 0rem;
  background-color: #f7f7f7;
}
.partnerships h2 {
  margin-bottom: 2rem;
  color: #474c51;
  text-align: center;
  text-transform: none;
}
.partnerships .partnerships-carousel .single-logo {
  max-width: 300px;
  margin: 0 auto;
}

.blog {
  padding-top: 5rem !important;
  padding-bottom: 5rem;
  background: #fff;
}
.blog h2 {
  margin-block: -30px;
}
.blog .blog-tag {
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
  color: #474c51;
  background: #fff;
  padding: 5px 10px;
}
.blog .card-body {
  padding: 1.5rem 0 0;
}
.blog .card-body a:hover h5 {
  text-decoration: none !important;
  color: #0099e6;
}
.blog .owl-carousel .item {
  min-height: 268px;
  background: #fff;
  margin-right: 15px;
  margin-left: 15px;
}
.blog .owl-carousel .item .card {
  border: none;
}
.blog .owl-carousel .item img {
  width: 100%;
  height: 152px;
  transform: scale(1);
  transition: 0.2s ease-in-out;
  opacity: 1;
  border-radius: 8px;
}
.blog .owl-carousel .owl-nav {
  top: -10%;
  position: absolute;
  width: 80px;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
  right: 0;
  border-radius: 4px;
  border: 1px solid #33383e;
  height: 38px;
  z-index: 4;
  margin-right: 15px;
}
.blog .owl-carousel .owl-nav button[class*=owl-] {
  background-color: #fff !important;
  border-color: #fff #fff #fff !important;
  color: #474c51 !important;
}
.blog .owl-carousel .owl-nav button[class*=owl-]:hover {
  background-color: #f5f5f5;
}
.blog .owl-carousel .owl-nav button[class*=owl-].owl-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  font-size: 1rem;
  content: "\f060";
  position: relative;
  left: -1px;
  top: -1px;
}
.blog .owl-carousel .owl-nav button[class*=owl-].owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  font-size: 1rem;
  content: "\f061";
  position: relative;
  left: -1px;
  top: -1px;
}
.blog .owl-carousel .owl-nav button[class*=owl-] span {
  display: none;
  visibility: none;
}

#insights .blog h2 {
  display: none;
}
#insights .blog h5 {
  font-size: 18px;
  height: 0;
}
#insights .blog .card-body {
  padding: 10px 0 20px;
}
#insights .blog .whitepaper .blog-tag::before {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  margin: 0 5px 0 0;
}

.our-value .item {
  border: 1px solid #b6b6b6;
  padding: 1rem;
  min-height: 250px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.our-value .item .fas {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.our-value .item h3 {
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.75px;
}
.our-value .item p {
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
  margin-bottom: 0;
}

.bg-blue {
  background: #4892cf;
  border: 1px solid #4892cf;
}

.bg-green {
  background: #6dc59d;
  border: 1px solid #6dc59d;
}

.enterprises {
  padding: 70px 50px;
  background: url(../img/enterprises.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.enterprises .enter-item {
  border-radius: 8px;
  border: 1px solid #4892cf;
  border-top: 5px solid #4892cf;
  padding: 1.5rem;
  margin-bottom: 2rem;
  min-height: 360px;
  background: #ffffff;
}
.enterprises .enter-item h3 {
  text-transform: capitalize;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #4892cf;
}
.enterprises .enter-item p {
  margin-bottom: 0;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .enterprises .enter-item {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .enterprises .warning {
    display: none;
  }
}

.low-code .item-h4 {
  display: block;
  margin-right: 2rem;
  border-radius: 0 25px 25px 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  letter-spacing: normal;
}
.low-code .blue {
  background-color: #4892cf;
  padding: 0.5rem;
  color: #ffffff;
}
.low-code .green {
  background-color: #6dc59d;
  padding: 0.5rem;
  color: #ffffff;
}

.custom-app {
  padding: 70px 50px;
  background: #4892cf;
  background: linear-gradient(180deg, #4892cf 35%, #6dc59d 100%);
}
.custom-app .custom-app-item {
  border-radius: 8px 8px 0 0;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  min-height: 398px;
  background: #fff;
}
.custom-app .custom-app-item:hover {
  transition: all 0.2s;
  border: 1px solid #e3e2e2;
  box-shadow: 5px 5px 17px 4px rgba(0, 0, 0, 0.2);
}
.custom-app .custom-app-item h3 {
  text-align: center;
  background-color: #6dc59d;
  border-radius: 8px 8px 0 0;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.testing-app {
  padding: 70px 50px;
  background: rgba(3, 16, 78, 0.5);
  background: url("../img/bg-test-tools.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.testing-app .testing-app-item {
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  min-height: 447px;
  background: #fff;
}
.testing-app .testing-app-item:hover {
  transition: all 0.2s;
  box-shadow: 5px 5px 17px 4px rgba(0, 0, 0, 0.2);
}
.testing-app .testing-app-item h3 {
  text-align: left;
  background-color: #212529;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 15px 15px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}
.testing-app .testing-app-item .list-group-flush {
  margin: 0 25px;
}
.testing-app .testing-app-item .list-group-flush li {
  border-bottom: 1px dashed #00000020;
}

.pd-capabilities {
  padding: 70px 50px;
  background: rgba(3, 16, 78, 0.5);
  background: url("../img/bg-pd-capabilities.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.pd-capabilities h2 {
  color: #fff;
}
.pd-capabilities .pd-item {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 2rem;
  min-height: 336px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 2s ease;
}
.pd-capabilities .pd-item h4 {
  color: #fff;
}
.pd-capabilities .pd-item p {
  color: #fff;
}
.pd-capabilities .pd-item:hover {
  background: rgba(0, 0, 0, 0.9);
  transition: all 2s ease;
}

.our-approach {
  padding: 70px 50px;
  background: #fff;
}
.our-approach .our-approach-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2rem 0.75rem;
  min-height: 462px;
}
.our-approach .our-approach-item .step {
  color: #fff;
  margin: 0 auto;
  width: 110px;
  display: block;
  overflow: auto;
}
.our-approach .our-approach-item .step .box-8 {
  float: left;
  border-right: 30px solid #4892cf;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
}
.our-approach .our-approach-item .step .box-9 {
  float: left;
  width: 42px;
  height: 84px;
  background-color: #4892cf;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0.5rem;
}
.our-approach .our-approach-item .step .box-9 span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.our-approach .our-approach-item .step .box-10 {
  float: left;
  border-left: 30px solid #4892cf;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
}
.our-approach .our-approach-item h3.head {
  text-transform: initial;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5em;
  line-height: 26px;
}
.our-approach .our-approach-item:hover {
  transition: all 0.2s;
  box-shadow: 0 5px 17px 4px rgba(0, 0, 0, 0.2);
}

.blue-light {
  background: rgba(72, 146, 207, 0.3);
}

.green-light {
  background: rgba(109, 197, 157, 0.3);
}

.we-hire {
  padding: 5rem 0rem;
  background-color: #f7f7f7;
}
.we-hire .we-hire-1 .bg-blue-color {
  border-radius: 36px 0 0;
  min-height: 272px;
  background: #4892cf;
}
.we-hire .we-hire-1 .we-hire-1-text {
  padding: 2rem;
}
.we-hire .we-hire-1 .we-hire-1-text h3 {
  color: #fff;
  text-transform: capitalize;
}
.we-hire .we-hire-1 .we-hire-1-text p {
  color: #fff;
}
.we-hire .we-hire-2 .bg-green-color {
  border-radius: 0 0 36px;
  min-height: 272px;
  background: #6dc59d;
}
.we-hire .we-hire-2 .we-hire-2-text {
  padding: 2rem;
}
.we-hire .we-hire-2 .we-hire-2-text h3 {
  color: #fff;
  text-transform: capitalize;
}
.we-hire .we-hire-2 .we-hire-2-text p {
  color: #fff;
}

.c1-img {
  background: url("../img/c-1.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}

.c2-img {
  background: url("../img/c-2.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}

.our-promise {
  padding: 5rem 0rem;
  background-color: #fff;
}
.our-promise .bg-dark h3, .our-promise .bg-dark p, .our-promise .bg-blue h3, .our-promise .bg-blue p, .our-promise .bg-green h3, .our-promise .bg-green p {
  color: #fff;
}
.our-promise .our-promise-item {
  border-radius: 8px;
  padding: 2rem;
  min-height: 300px;
}
.our-promise .our-promise-item h3 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.our-promise .op-img-1 {
  background: url("../img/op-1.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}
.our-promise .op-img-2 {
  background: url("../img/op-2.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}
.our-promise .op-img-3 {
  background: url("../img/op-3.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}
.our-promise .op-img-4 {
  background: url("../img/op-4.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
}

.covid-sec {
  padding: 70px 50px;
  background: rgba(3, 16, 78, 0.5);
  background: url("../img/bg-pd-capabilities.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.covid-sec h2 {
  color: #fff;
}
.covid-sec .text {
  color: #fff;
}
.covid-sec .covid-img-1 {
  background: url("../img/covid-1.jpg") no-repeat center;
  background-size: 100%;
  border: 0;
  min-height: 300px;
  border-radius: 8px;
}

.employee-programs {
  padding: 5rem 0rem;
  background-color: #fff;
}
.employee-programs .card-title {
  text-transform: capitalize;
  font-weight: 700;
}

.openings {
  padding: 5rem 0rem;
}
.openings .jobs-list {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.openings .jobs-list li {
  margin-bottom: 1rem;
}
.openings .jobs-list ul {
  margin-top: 1rem;
}

@media (width: 1024px) {
  .footer-section .footer-logo img {
    width: 100%;
  }

  .our-approach-section {
    padding: 20px;
  }
  .our-approach-section .sec-title .text {
    background: #00000090;
    padding: 20px 30px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  html #header.header-transparent .header-nav-main:before {
    width: 100%;
  }
  html #header.header-transparent .header-nav-main nav {
    padding: 10px 15px;
    max-height: 90vh;
  }
  html #header.header-transparent .header-nav-main nav > ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  html #header.header-transparent .header-nav-main nav .menu-mobile {
    display: none;
  }
  html #header.header-transparent .header-nav-main nav #mainNav li a.dropdown-item {
    padding: 3px 24px 3px 10px;
  }
  html #header.header-transparent .header-nav-main nav #mainNav li .dropdown-menu-mega {
    padding: 15px;
    position: static;
  }
  html #header.header-transparent .header-nav-main nav #mainNav li .dropdown-menu-mega::before {
    display: none;
  }
  html #header.header-transparent .header-nav-main nav #mainNav li .dropdown-menu-mega .menu-list .menu-list-item {
    border-bottom: 1px dashed #e8e8e8;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 0 !important;
  }
  .about-section .img-wrapper {
    width: 100%;
    height: 372px;
    margin: 0 auto 30px;
  }
  .about-section .sec-title {
    padding: 0 10px;
  }
  .about-section .content-box {
    margin-left: 0;
  }

  .services-section .block-one .inner-box {
    background-size: auto !important;
  }
  .services-section .block-one:nth-child(3) .inner-box {
    margin-top: 0;
  }
  .services-section .block-one .inner-box.productivity {
    margin-top: 56px;
  }

  .identity-section {
    padding: 40px 10px;
  }
  .identity-section .identity-head {
    margin-bottom: 20px;
  }
  .identity-section .identity-head .sec-title {
    margin: 0;
  }
  .identity-section .identity-head .sec-title h2 {
    margin: 0;
  }

  .our-approach-section {
    padding: 40px 10px;
  }
  .our-approach-section .sec-title .text {
    background: #00000090;
    padding: 20px 30px;
    border-radius: 15px;
  }

  .form-section {
    padding: 40px 10px;
  }

  #insights .blog {
    padding: 0 !important;
  }
  #insights .blog .owl-carousel .item {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .footer-section .links-widget .widget-content {
    padding-left: 0;
  }
  .footer-section .links-widget .widget-content ul {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (max-width: 414px) {
  .about-section {
    padding: 0 !important;
  }
  .about-section .img-wrapper {
    width: 100%;
    height: 372px;
    margin: 0 0 30px;
  }
  .about-section .sec-title {
    padding: 0 10px;
  }
  .about-section .content-box {
    margin-left: 0;
  }

  .services-section {
    padding: 40px 10px;
  }
  .services-section .block-one:nth-child(3) .inner-box {
    margin: 0;
  }

  .identity-section {
    padding: 40px 10px;
  }
  .identity-section .identity-head {
    margin-bottom: 20px;
  }
  .identity-section .identity-head .sec-title {
    margin: 0;
  }
  .identity-section .identity-head .sec-title h2 {
    margin: 0;
  }

  .our-approach-section {
    padding: 40px 10px;
  }

  .form-section {
    padding: 40px 10px;
  }

  #insights .blog {
    padding: 0 !important;
  }
  #insights .blog .owl-carousel .item {
    min-height: 0;
  }

  .main-footer > .container {
    padding: 0 25px;
  }
  .main-footer > .container .links-widget .widget-content ul {
    display: block;
  }

  .contact-form .form-group input[type=text], .contact-form .form-group input[type=email], .contact-form .form-group textarea, .contact-form .form-group select {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .about-section .img-hover-zoom img {
    width: auto;
    height: 100%;
  }

  .footer-section .footer-logo img {
    width: 100%;
  }
}
.site-message {
  margin: 0;
  border: 0;
  border-radius: 0;
  z-index: 9999;
  display: block;
}
.site-message p {
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 20px;
}

.alert-info {
  color: #333;
  background-color: #acd9ff;
  border-color: #acd9ff;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

.loading-spinner {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #00bcd4;
  border-radius: 50%;
  -webkit-animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00bcd4 transparent transparent transparent;
}

.loading-spinner div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loading-spinner div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loading-spinner div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=custom.css.map */