@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

:root {
  font-size: 16px;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.btn.btn-white {
  background: #ffffff;
  color: #000000;
}

.btn.btn-white.btn-outline {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn.btn-white.btn-outline:hover {
  background: #ffffff;
  color: #000000;
}

.btn.btn-md {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.btn-radius {
  border-radius: 40px;
}

.btn.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
  color: #ffffff;
}

.btn.btn-gradient:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #a91f83), to(#472480));
  background: linear-gradient(90deg, #a91f83 -2.87%, #472480 100%);
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  display: none !important;
}

.close-mob-menu {
  display: none;
}

.header-wrapper {
  padding: 0.5rem 0;
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 110;
}

.header-wrapper .site-logo .custom-logo-link {
  display: block;
}

.header-wrapper .site-logo .custom-logo-link img {
  max-width: 210px;
  height: auto;
}

.header-wrapper .header-navigation .navbar .collapse {
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-wrapper .header-navigation .navbar .collapse > li {
  list-style: none;
  margin: 0 0 0 2.5rem;
  position: relative;
}

.header-wrapper .header-navigation .navbar .collapse > li .icon {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  bottom: 5px;
  right: -16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu {
  position: absolute;
  margin: 3px 0 0 0;
  padding: 10px 15px;
  min-width: 230px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  will-change: transform,opacity;
  transition: transform .2s linear,opacity .2s linear,visibility .2s linear,-webkit-transform .2s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu li {
  list-style: none;
  margin: 0 0 8px 0;
  position: relative;
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu li a {
  color: #000000;
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu li .sub-menu {
  margin: 0;
  padding: 10px 15px;
  min-width: 230px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ffffff;
  display: none;
}

.header-wrapper .header-navigation .navbar .collapse > li > .sub-menu li .sub-menu li a {
  color: #000000;
}

.header-wrapper .header-navigation .navbar .collapse > li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.header-wrapper .header-navigation .navbar .collapse > li.lets-talk a {
  padding: 7px 20px 9px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header-wrapper .header-navigation .navbar .collapse > li.lets-talk a:hover {
  background: #ffffff;
  color: #000000;
}

.header-wrapper .header-navigation .navbar .collapse > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.homepage-banner-slides .banner-slide {
  padding-top: 90px;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 101;
}

.homepage-banner-slides .banner-slide h2 {
  text-align: center;
  color: #ffffff;
  font-size: 45px;
  margin: 100px 0 30px 0;
}

.homepage-banner-slides .banner-slide h2 strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
}

.static-header {
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
  padding: 120px 0 30px 0;
  position: relative;
}

.static-header h1 {
  color: #ffffff;
  margin: 0;
}

.static-header:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  top: 100px;
}

.our-keypoints .keypoint-single-section {
  padding: 100px 0;
}

.our-keypoints .keypoint-single-section.alt .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.our-keypoints .keypoint-single-section img {
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  margin: 0 0 -200px 0;
}

.our-keypoints .keypoint-single-section h2 {
  font-size: 42px;
  font-weight: 600;
}

.our-keypoints .keypoint-single-section .keypoint-description {
  font-size: 20px;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.section-description {
  font-size: 20px;
}

.our-services {
  padding: 180px 0 50px 0;
}

.our-services .services-columns {
  margin: 40px 0 0 0;
}

.our-services .services-columns .service-col {
  position: relative;
}

.our-services .services-columns .service-col a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.our-services .services-columns .service-col a .service-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

.our-services .services-columns .service-col a .service-overlay h3 {
  bottom: 30px;
  left: 30px;
  z-index: 10;
  color: #ffffff;
  font-size: 26px;
}

.our-services .services-columns .service-col a .service-overlay .service-description {
  display: none;
  font-size: 20px;
  color: #000000;
}

.our-services .services-columns .service-col a:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.our-services .services-columns .service-col a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  height: 5px;
  width: 100%;
}

.our-services .services-columns .service-col a:hover .service-overlay h3 {
  color: #000000;
}

.our-services .services-columns .service-col a:hover .service-overlay .service-description {
  display: block;
}

.our-services .services-columns .service-col a:hover:before {
  background: #ffffff;
}

.our-services .services-columns .service-col a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
  z-index: 101;
}

.our-clients {
  padding: 50px 0;
}

.our-clients .client-logos-list {
  margin: 30px 0 0 0;
}

.our-clients .client-logos-list .row .col-md-3 {
  padding: 0 !important;
}

.our-clients .client-logos-list .row .col-md-3 .single-logo {
  text-align: center;
  padding: 50px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.our-clients .client-logos-list .row .col-md-3:nth-child(4n) .single-logo {
  border-right: 0;
}

.our-clients .client-logos-list .row .col-md-3:nth-child(n+5) .single-logo {
  border-bottom: 0;
}

.gradient-text, .about-us-section .section-title, .about-us-section .about-stats .about-stat h3, .nm-testimonials h2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-us-section {
  padding: 100px 0;
  background: #000000;
  color: #ffffff;
}

.about-us-section .section-title {
  font-weight: 700;
}

.about-us-section .about-stats .about-stat {
  margin: 0 0 30px 0;
}

.about-us-section .about-stats .about-stat h3 {
  font-size: 42px;
  font-weight: 700;
}

.about-us-section .about-stats .about-stat h5 {
  font-size: 20px;
  font-weight: 400;
}

.inner-pages-banner {
  padding-top: 90px;
  min-height: 350px;
  position: relative;
  background-size: cover;
}

.inner-pages-banner:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #a91f83), to(#472480));
  background: linear-gradient(90deg, #a91f83 -2.87%, #472480 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}

.inner-pages-banner .heading-wrapper {
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: 30px 0 0 0;
}

.inner-pages-banner .heading-wrapper h1 {
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.inner-pages-banner .heading-wrapper h2 {
  font-size: 32px;
  font-weight: 400;
}

.nm-content-images {
  padding: 100px 0;
}

.nm-content-images h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}

.nm-content-images .box-content ul {
  margin: 0;
  padding: 0;
}

.nm-content-images .box-content ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 35px;
}

.nm-content-images .box-content ul li:last-child {
  margin-bottom: 0;
}

.nm-content-images .box-content ul li:before {
  content: '';
  position: absolute;
  background: url(../images/list-icon.svg) no-repeat;
  height: 18px;
  width: 18px;
  left: 0;
  top: 5px;
}

.nm-content-images .image-wrapper {
  position: relative;
}

.nm-content-images .image-wrapper.radius-corner img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.nm-content-images .image-wrapper.radius-corner img:nth-child(2) {
  margin: -200px 0 0 100px;
  display: block;
}

.nm-content-images .image-wrapper.border {
  border: 0 !important;
  position: relative;
}

.nm-content-images .image-wrapper.border img {
  max-width: 450px;
}

.nm-content-images .image-wrapper.border:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  border: 1px solid #555;
}

.nm-content-images.left .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nm-content-images.right {
  background: #F7F7F7;
}

.main-content h2 {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-weight: 600;
}

.nm-simple-content-area {
  padding: 50px 0;
}

.nm-simple-content-area h2 {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-weight: 600;
}

.nm-simple-content-area .simple-content p {
  line-height: 1.6;
}

.nm-simple-content-area .simple-content p:last-child {
  margin-bottom: 0;
}

.nm-simple-content-area .simple-content ul {
  margin: 0;
  padding: 0;
}

.nm-simple-content-area .simple-content ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 35px;
}

.nm-simple-content-area .simple-content ul li:last-child {
  margin-bottom: 0;
}

.nm-simple-content-area .simple-content ul li:before {
  content: '';
  position: absolute;
  background: url(../images/list-icon.svg) no-repeat;
  height: 18px;
  width: 18px;
  left: 0;
  top: 5px;
}

.nm-multiple-blocks {
  padding: 100px 0 70px 0;
}

.nm-multiple-blocks h2 {
  font-size: 38px;
  margin: 0 0 20px 0;
}

.nm-multiple-blocks .block-wrapper {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
}

.nm-multiple-blocks .block-wrapper .block-icon {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px 0;
}

.nm-multiple-blocks .block-wrapper .block-icon img {
  max-width: 60px;
}

.nm-multiple-blocks .block-wrapper h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 15px 0;
}

.nm-multiple-blocks .block-wrapper:before {
  content: '';
  height: 8px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
}

.nm-call-to-action {
  padding: 60px;
  margin-bottom: 70px;
}

.nm-testimonials {
  background: #000000;
  padding: 80px 0;
  margin: 0 0 60px 0;
}

.nm-testimonials h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.nm-testimonials .description {
  color: #ffffff;
  font-size: 20px;
}

.nm-testimonials .quote-marks {
  padding: 20px;
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: 100;
  background: #000000;
}

.nm-testimonials .testimonials-list .quote-wrapper {
  padding: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-quote {
  font-size: 18px;
  line-height: 1.8;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-info .user-image {
  height: 65px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-info .user-image img {
  max-width: 100%;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-info .user-name h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
}

.nm-testimonials .testimonials-list .quote-wrapper .user-info .user-name h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

.nm-testimonials .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 0 0;
}

.nm-testimonials .owl-nav button {
  height: 32px;
  width: 32px;
  border-radius: 30px;
  border: 2px solid #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px 0 0;
}

.nm-testimonials .owl-nav button span {
  font-size: 28px;
  position: relative;
  line-height: 0;
  top: -2px;
  color: #ffffff;
}

.nm-testimonials .owl-nav button:focus {
  outline: none;
}

.nm-testimonials .owl-nav button:hover {
  background-color: #ffffff;
}

.nm-testimonials .owl-nav button:hover span {
  color: #000000;
}

.nm-contact-info {
  padding: 50px 0;
}

.nm-contact-info h2.section-title {
  font-size: 42px;
  margin: 0 0 5px 0;
  text-transform: inherit;
}

.nm-contact-info h3.section-subtitle {
  font-size: 20px;
  margin: 0 0 40px 0;
}

.nm-contact-info .contact-info {
  padding: 25px 15px;
  border: 1px dashed #aaa;
  text-align: center;
  height: 100%;
}

.nm-contact-info .contact-info a {
  color: #000000;
}

.nm-contact-info .contact-info .info-icon {
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #5D2FA8;
  margin-bottom: 20px;
}

.nm-contact-info .contact-info .info-icon svg {
  width: 40px;
  height: 40px;
}

.nm-contact-info .contact-info h3 {
  font-size: 24px;
  margin: 0 0 5px 0;
}

.nm-contact-form {
  padding: 0 0 50px 0;
}

.nm-contact-form .left-image-panel {
  position: relative;
}

.nm-contact-form .left-image-panel .image-title {
  position: absolute;
  color: #ffffff;
  font-weight: 400;
  padding-left: 15px;
  border-left: 2px solid #ffffff;
  bottom: 40px;
  left: 40px;
  font-size: 26px;
  line-height: 1.2;
}

.nm-contact-form .left-image-panel .image-title strong {
  display: block;
  font-weight: 700;
}

.nm-contact-form .nm-contact-form-section h3 {
  margin: 0 0 20px 0;
}

.nm-contact-form .nm-contact-form-section .form-control {
  height: 50px;
}

.nm-contact-form .nm-contact-form-section textarea.form-control {
  height: 100px;
}

.nm-contact-form .nm-contact-form-section .wpcf7-not-valid {
  border: 1px solid #dc3232;
}

.nm-contact-form .nm-contact-form-section .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  position: relative !important;
  padding: .75rem 1.25rem !important;
  margin: 0 0 1rem 0 !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  color: #856404 !important;
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
}

.child-pages-tabs {
  padding: 30px 0 0 0;
}

.child-pages-tabs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

.child-pages-tabs ul li {
  list-style: none;
  margin: 0 15px 0 0;
}

.child-pages-tabs ul li:last-child {
  margin-right: 0;
}

.child-pages-tabs ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  padding: 15px 0;
  position: relative;
  display: block;
  width: 100%;
  min-height: 71px;
}

.child-pages-tabs ul li a:hover {
  text-decoration: none;
}

.child-pages-tabs ul li a.active:after {
  content: '';
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.87%, #D427A4), to(#5D2FA8));
  background: linear-gradient(90deg, #D427A4 -2.87%, #5D2FA8 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.nm-process-steps {
  padding: 50px 0;
}

.nm-process-steps h4 {
  font-size: 16px;
  line-height: 1.4;
}

.nm-process-steps .process-step .process-icon {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  padding: 4px;
  border: 1px dashed #D427A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
}

.nm-process-steps .process-step .process-icon img {
  max-width: 52px;
}

.other-services-section {
  background: #000000;
  padding: 50px 0;
  color: #ffffff;
}

.other-services-section .section-title {
  margin: 0 0 40px 0;
}

.other-services-section .service-box-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-height: 252px;
  min-height: 252px;
}

.other-services-section .service-box-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 252px;
}

.other-services-section .service-box-wrapper:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.65%, #5D2FA8), color-stop(78.27%, rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #5D2FA8 -4.65%, rgba(255, 255, 255, 0) 78.27%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.other-services-section .service-box-wrapper .service-title {
  position: absolute;
  z-index: 11;
  bottom: 25px;
  left: 25px;
  max-width: 80%;
}

.other-services-section .service-box-wrapper .service-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
}

.other-services-section .service-box-wrapper .service-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  background: #5D2FA8;
  z-index: 20;
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
  opacity: 0;
  visibility: hidden;
  will-change: transform,opacity;
  transition: transform .2s linear,opacity .2s linear,visibility .2s linear,-webkit-transform .2s linear;
}

.other-services-section .service-box-wrapper .service-overlay h3 {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.other-services-section .service-box-wrapper .service-overlay .read-more {
  color: #ffffff;
}

.other-services-section .service-box-wrapper:hover .service-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.other-services-section .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 0 0;
}

.other-services-section .owl-nav button {
  height: 32px;
  width: 32px;
  border-radius: 30px;
  border: 2px solid #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.other-services-section .owl-nav button span {
  font-size: 28px;
  position: relative;
  line-height: 0;
  top: -2px;
}

.other-services-section .owl-nav button:focus {
  outline: none;
}

.other-services-section .owl-nav button:hover {
  background-color: #ffffff;
}

.other-services-section .owl-nav button:hover span {
  color: #000000;
}

.jobs-list {
  padding-bottom: 50px;
}

.jobs-list h2.section-title {
  margin: 0 0 40px 0 !important;
}

.jobs-list .job-wrapper {
  padding: 25px;
  border-radius: 8px;
  background: #f5f5f5;
}

.jobs-list .job-wrapper h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.apply-for-job {
  background: #000;
  color: #fff;
  padding: 50px 0;
}

.apply-for-job h2 {
  margin: 0 0 40px 0;
  font-size: 24px !important;
}

.wpcf7-form .wpcf7-submit {
  min-width: 250px;
}

.wpcf7-form .wpcf7-textarea {
  height: 150px;
}

.site-footer {
  padding: 50px 0 20px 0;
  background: #F3F3F3 url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  font-size: 15px;
}

.site-footer h3.widget-heading {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.site-footer .contact-options {
  margin: 0;
  padding: 0;
}

.site-footer .contact-options li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin: 0 0 10px 0;
}

.site-footer .contact-options li svg {
  position: absolute;
  top: 5px;
  left: 0;
}

.site-footer .contact-options li a {
  color: #000000;
}

.site-footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 0 0;
}

.site-footer .social-icons span {
  display: inline-block;
  margin: 0 15px 0 0;
}

.site-footer .social-icons ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .social-icons ul li {
  margin: 0 10px 0 0;
  list-style: none;
}

.site-footer .footer-links {
  margin: 0;
  padding: 0;
}

.site-footer .footer-links li {
  list-style: none;
  margin: 0 0 10px 0;
}

.site-footer .footer-links li a {
  text-decoration: none;
  color: #000000;
}

.site-footer .copyright-section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.site-footer .copyright-section p {
  color: #555;
}

.site-footer .copyright-section .privacy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .copyright-section .privacy-links li {
  list-style: none;
  margin: 0 15px 0 0;
  position: relative;
}

.site-footer .copyright-section .privacy-links li:after {
  content: '.';
  position: absolute;
  right: -8px;
  color: #555;
  font-weight: 700;
  top: -3px;
}

.site-footer .copyright-section .privacy-links li a {
  color: #555;
}

.site-footer .copyright-section .privacy-links li:last-child {
  margin: 0;
}

.site-footer .copyright-section .privacy-links li:last-child:after {
  content: '';
}

@media (max-width: 768px) {
  .close-mob-menu {
    display: block;
    z-index: 100;
  }
  .header-wrapper .site-logo .custom-logo-link img {
    max-width: 180px;
  }
  .header-wrapper .header-navigation .navbar #topNavigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(93, 47, 168, 0.95);
    z-index: 100;
    padding: 30px;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li {
    margin: 0 0 25px 0;
    padding: 0;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li .icon {
    right: 0;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li .sub-menu {
    width: 100%;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li .sub-menu li {
    margin: 0 0 15px 0;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li .sub-menu li:last-child {
    margin: 0;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li.lets-talk a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li.close-mob-menu {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li.close-mob-menu svg {
    width: 24px;
    height: 24px;
  }
  .header-wrapper .header-navigation .navbar #topNavigation li.close-mob-menu svg polygon {
    fill: #ffffff;
  }
  .navbar-light {
    padding: 0;
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
  }
  .navbar-light .navbar-toggler:focus {
    outline: none;
  }
  .homepage-banner-slides .banner-slide h2 {
    font-size: 35px;
  }
  .homepage-banner-slides .banner-slide h2 strong {
    font-size: 40px;
  }
  .our-keypoints .keypoint-single-section {
    padding: 50px 0;
  }
  .our-keypoints .keypoint-single-section h2 {
    font-size: 32px;
  }
  .our-keypoints .keypoint-single-section .keypoint-description {
    margin: 0 0 25px 0;
  }
  .our-keypoints .keypoint-single-section img {
    margin: 0;
  }
  .section-title {
    font-size: 32px;
  }
  .section-description {
    font-size: 16px;
  }
  .our-services {
    padding: 50px 0;
  }
  .our-services .services-columns .col-md-4 {
    margin: 0 0 25px 0;
  }
  .our-services .text-center.mt-5 {
    margin-top: 0 !important;
  }
  .our-clients .client-logos-list .row .col-md-3 .single-logo {
    padding: 20px;
  }
  .about-us-section {
    padding: 50px 0;
  }
  .about-us-section img {
    margin: 25px 0 0 0;
  }
  .inner-pages-banner {
    min-height: 210px;
    padding: 55px 0 40px 0;
  }
  .inner-pages-banner .heading-wrapper h1 {
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  .inner-pages-banner .heading-wrapper h2 {
    font-size: 20px;
  }
  .nm-content-images {
    padding: 50px 0 100px 0;
  }
  .nm-content-images .image-wrapper {
    margin: 50px 0 0 0;
  }
  .nm-content-images .image-wrapper img {
    max-width: 60%;
  }
  .nm-multiple-blocks {
    padding: 50px 0;
  }
  .nm-testimonials {
    padding: 50px 0;
  }
  .nm-testimonials h2 {
    font-size: 36px;
  }
  .nm-testimonials .description {
    font-size: 16px;
  }
  .nm-testimonials .quote-marks {
    display: none;
  }
  .nm-testimonials .testimonials-list {
    margin: 30px 0 0 0;
  }
  .nm-testimonials .testimonials-list .quote-wrapper {
    padding: 25px;
  }
  .nm-call-to-action {
    padding: 20px;
  }
  .nm-call-to-action h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .nm-content-images .image-wrapper.border:before {
    display: none;
  }
  .nm-content-images .image-wrapper.border img {
    max-width: 100%;
  }
  .child-pages-tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .child-pages-tabs ul li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .child-pages-tabs ul li:last-child {
    margin: 0;
  }
  .child-pages-tabs ul li a {
    width: 100%;
    display: block;
    min-height: auto;
    font-size: 16px;
  }
  .main-content h2 {
    font-size: 30px;
  }
  .nm-contact-info .col-md-4 {
    margin: 0 0 25px 0;
  }
  .nm-contact-info .col-md-4:last-child {
    margin-bottom: 0;
  }
  .nm-contact-form .left-image-panel {
    margin-bottom: 30px;
  }
  .site-footer .col-md-3 {
    margin: 0 0 25px 0;
  }
  .site-footer .copyright-section {
    text-align: center;
  }
  .site-footer .copyright-section .privacy-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .site-footer .copyright-section .privacy-links li a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=main.css.map */