body, html {}
.overflow_hidden {
  height: 100%;
  overflow: hidden;
}
.overflow_show {
  overflow: visible !important;
}
body {
  font-family: 'Neue Haas Unica';
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  background: #ffffff;
}
.no-break {
  white-space: nowrap;
}
.port_show {
  display: none;
}
@font-face {
  font-family: 'Neue Haas Unica';
  src: url('webfont/NeueHaasUnica-Light.eot');
  src: local('Neue Haas Unica Light'), local('NeueHaasUnica-Light'), url('webfont/NeueHaasUnica-Light.eot?#iefix') format('embedded-opentype'), url('webfont/NeueHaasUnica-Light.woff2') format('woff2'), url('webfont/NeueHaasUnica-Light.woff') format('woff'), url('webfont/NeueHaasUnica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Unica';
  src: url('webfont/NeueHaasUnica-Regular.eot');
  src: local('Neue Haas Unica Regular'), local('NeueHaasUnica-Regular'), url('webfont/NeueHaasUnica-Regular.eot?#iefix') format('embedded-opentype'), url('webfont/NeueHaasUnica-Regular.woff2') format('woff2'), url('webfont/NeueHaasUnica-Regular.woff') format('woff'), url('webfont/NeueHaasUnica-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Unica';
  src: url('webfont/NeueHaasUnica-Medium.eot');
  src: local('Neue Haas Unica Medium'), local('NeueHaasUnica-Medium'), url('webfont/NeueHaasUnica-Medium.eot?#iefix') format('embedded-opentype'), url('webfont/NeueHaasUnica-Medium.woff2') format('woff2'), url('webfont/NeueHaasUnica-Medium.woff') format('woff'), url('webfont/NeueHaasUnica-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Unica';
  src: url('webfont/NeueHaasUnica-Bold.eot');
  src: local('Neue Haas Unica Bold'), local('NeueHaasUnica-Bold'), url('webfont/NeueHaasUnica-Bold.eot?#iefix') format('embedded-opentype'), url('webfont/NeueHaasUnica-Bold.woff2') format('woff2'), url('webfont/NeueHaasUnica-Bold.woff') format('woff'), url('webfont/NeueHaasUnica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Unica';
  src: url('webfont/NeueHaasUnica-Thin.eot');
  src: local('Neue Haas Unica Thin'), local('NeueHaasUnica-Thin'), url('webfont/NeueHaasUnica-Thin.eot?#iefix') format('embedded-opentype'), url('webfont/NeueHaasUnica-Thin.woff2') format('woff2'), url('webfont/NeueHaasUnica-Thin.woff') format('woff'), url('webfont/NeueHaasUnica-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Georgia';
  src: url('webfont/Georgia.eot');
  src: url('webfont/Georgia.eot?#iefix') format('embedded-opentype'), url('webfont/Georgia.woff2') format('woff2'), url('webfont/Georgia.woff') format('woff'), url('webfont/Georgia.ttf') format('truetype'), url('webfont/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Georgia-Italic';
  src: url('webfont/Georgia-Italic.eot');
  src: url('webfont/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('webfont/Georgia-Italic.woff2') format('woff2'), url('webfont/Georgia-Italic.woff') format('woff'), url('webfont/Georgia-Italic.ttf') format('truetype'), url('webfont/Georgia-Italic.svg#Georgia-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover, a:visited, a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: 300;
}
ol, ol li {
  margin: 0px;
  padding: 0px;
}
video {
  width: 100%;
}
.font_neue_light {
  font-weight: 100;
  font-style: normal;
}
.font_neue_medium {
  font-weight: 500;
}
.font_neue_bold {
  font-weight: bold;
}
.font_neue_regular {
  font-weight: normal;
  font-style: normal;
}
.font_Georgia_italic_regular {
  font-family: 'Georgia-Italic';
  font-weight: normal;
}
.text_uppercase {
  text-transform: uppercase;
}
.text_white {
  color: #ffffff;
}
.text_skyblue {
  color: #5FC1FE;
}
.text_green {
  color: #B5FB5A;
}
.text_lightgreen {
  color: #92FF73;
}
.text_black {
  color: #000000;
}
.text_blue {
  color: #7087E7;
}
.text_darkblue {
  color: #411681;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_link {
  text-decoration: underline;
}
.bg_black {
  background: #000000;
}
.bg_white {
  background: #ffffff;
}
.bg_lightblue {
  background: #7087E7;
}
.bg_blue {
  background: #3700FF;
}
.bg_blue1 {
	background: #371ff4;
}
.bg_darkblue {
  background: #411681;
}
.bg_skyblue {
  background: #5FC1FE;
}
.bg_lightgray {
  background-color: rgba(65, 22, 129, 0.05);
}
.bg_gray {
	background: #cfdaf6;
}
.bg_green {
  background: #B5FB5A;
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullscreen-bg-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.fullscreen-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}
.mute_unmute_sec {
  position: absolute;
  width: 40px;
  right: 78px;
  bottom: 20px;
  z-index: 1001;
}
.mute_unmute_sec button {
  display: none;
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
h1.h1text {
  font-size: 180px;
  font-style: normal;
  line-height: 160px;
  letter-spacing: -7.2px;
}
h1.h1text_title {
  font-size: 154px;
  line-height: 160px;
  letter-spacing: -6.145px;
}
h2.h2text, h1.h1text_sm {
  font-size: 78px;
  line-height: 88px;
  letter-spacing: -3.2px;
}
h2.h2text_verybig {
  font-size: 156px;
  font-style: normal;
  line-height: 132px;
  letter-spacing: -6.2px;
}
h2.h2text_big {
  font-size: 105px;
  line-height: 110px;
  letter-spacing: -5.2px;
}
h2.h2text_md {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -4px;
}
h2.h2text_sm {
  font-size: 90px;
  line-height: 90px;
  letter-spacing: -4px;
}
h3.h3text_big {
    font-size: 58.11px;
    font-style: normal;
    line-height: 63.921px; /* 110% */
}
h3.h3text {
  font-size: 50px;
  font-style: normal;
  line-height: 55px;
}
h4.h4text {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  letter-spacing: -1.6px;
}
h5.h5text {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -1.2px;
}
h5.h5text_sm {
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
}
h6.h6text {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.96px;
}
.popup_video_full {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  display: none;
}
.popup_video_full_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.popup_video {
  width: 100%;
  height: 100%;
}
.popup_video_full video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.btn_default {
  margin: 0px 15px;
  display: inline-block;
  padding: 8px 30px 6px;
  border: 1px solid #ffffff;
  font-size: 110%;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  -webkit-animation: pulse-btn 2s infinite;
  -moz-animation: pulse-btn 2s infinite;
  -ms-animation: pulse-btn 2s infinite;
  -o-animation: pulse-btn 2s infinite;
  animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}
.btn_default:hover {
  background: #ffffff;
  color: #000000;
}
.btn_default_black {
  border: 1px solid #000000;
  color: #000000;
  margin-left: 0px;
}
.btn_default_black:hover {
  background: #000000;
  color: #ffffff;
}
.btn_default_blue {
  border: 1px solid #00B9FD;
  color: #00B9FD;
  margin-left: 0px;
}
.btn_default_blue:hover {
  background: #00B9FD;
  color: #ffffff;
}
.btn_default_green {
  border: 1px solid #B5FB5A;
  background: #B5FB5A;
  color: #411681;
  padding: 12px 40px 10px;
  margin: 0px;
}
.btn_default_green:hover {
  border: 1px solid #5FC1FE;
  background: #5FC1FE;
  color: #ffffff;
}
.btn_default_green_sm {
  padding: 12px 25px 10px;
}
.btn_default_green_bgblack:hover {
  color: #ffffff;
}
.btn_default_green_outline {
  border: 1px solid #B5FB5A;
  margin: 0px;
  padding: 10px 20px 8px;
}
.btn_default_green_outline:hover {
  background: #B5FB5A;
  color: #411681;
}
.home_header_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home_header_bg_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_inner_sec {
  width: 100%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 8% 0%;
}
.home_inner_sec .home_inner_sec_inner {
  width: 100%;
}
.wrapper_container {
  position: relative;
  z-index: 100000;
}
.wrapper_grid {
  width: 100%;
  max-width: 1700px;
  position: relative;
  margin: 0px auto;
  padding: 0px 30px;
}
.wrapper_grid_sm {
  max-width: 1000px;
}
.wrapper_grid_full {
  width: 100%;
  max-width: inherit;
  position: relative;
  margin: 0px auto;
}
.header_section {
  position: relative;
  width: 100%;
}
.header_section_home {
  position: relative;
  max-height: 100vh;
}
.header_section_content {
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}
.header_section_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
  z-index: -1;
}
.header_section_content_inner {}
.header_cta {
  margin-top: 30px;
}
.header_section_fixed {
  height: 80px;
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header_section_logo {
  width: 50px;
  left: 70px;
  top: 20px;
  position: absolute;
  z-index: 1001;
}
.header_section_logo_fixed {
  position: fixed;
  z-index: 1003;
}
.header_section_innerpage {
  position: relative;
  width: 100%;
  background: url("../images/title_bg.jpg") no-repeat center center;
  background-size: cover;
    margin-top: 75px;
}
.header_section_whoarewe {
  background: url("../images/whorwe_bg.jpg") no-repeat top center;
  background-size: cover;
}
.header_section_careers {
  background: url("../images/careers_bg.jpg") no-repeat center center;
  background-size: cover;
}
.header_section_careers_full {
  background: url("../images/careers_bg1.jpg") no-repeat top right;
  background-size: cover;
}
.header_section_getintouch {
  background: url("../images/get_in_touch_bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.header_section_ourwork {
  background: url("../images/ourwork_bg.jpg") no-repeat center center;
  background-size: cover;
}
.header_section_whatwedo {
  background: url("../images/whatwedo_bg.jpg") no-repeat top center;
  background-size: cover;
}
.wrapper_slider {
    position: relative;
    width: 100vw;
    overflow: scroll;
	}
.wrapper_slider::-webkit-scrollbar {
  display: none;
}
.ourservices_sec3::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(65, 22, 129, 0.80);
  backdrop-filter: blur(10px);
}
.ourservices_sec4::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  background: rgba(65, 22, 129, 0.80);
  backdrop-filter: blur(25px);
}
.ourservices_sec5::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(65, 22, 129, 0.80);
  backdrop-filter: blur(10px);
}
.ourservices_sec3_pad {
  padding: 30px 0px;
}
.ourservices_sec4_pad {
  padding-left: 7%;
}
.ourservices_sec1 {
  padding: 180px 0px;
  margin: 80px 0px;
}
.ourservices_sec3 h3.h3text, .ourservices_sec4 h3.h3text, .ourservices_sec5 h3.h3text {
  line-height: 100%;
}
.ourservices_sec3 h5.h5text, .ourservices_sec4 h5.h5text, .ourservices_sec5 h5.h5text {
  margin-top: 25px;
}
.header_section_innerpage_content {
  position: relative;
  z-index: 1000;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 210px 0px 200px;
}
.box-nav {
  display: block;
  position: fixed;
  right: 70px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 1003;
  pointer-events: auto;
  border-radius: 100%;
  cursor: pointer;
}
.btn-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.box-nav .btn-nav span {
  display: block;
  width: 100%;
  height: 2.5px;
  background: #ffffff;
  transition: all .2s;
  position: relative;
  border-radius: 5px;
}
.box-nav .btn-nav.active span {
  background: #ffffff;
}
.box-nav-white .btn-nav span {
  background: #ffffff;
}
.box-nav-dark .btn-nav span {
  background: #000000;
  box-shadow: none;
}
.box-nav-dark .btn-nav.active span {
  background: #ffffff;
}
.box-nav:hover .btn-nav span {
  opacity: 1;
}
.box-nav .btn-nav span + span {
  margin-top: 7px;
}
.box-nav .active span:nth-child(1) {
  animation: ease .4s top forwards;
}
.box-nav .not-active span:nth-child(1) {
  animation: ease .4s top-2 forwards;
  width: 17px;
  left: 8px;
}
.box-nav .active span:nth-child(2) {
  animation: ease .4s scaled forwards;
}
.box-nav .not-active span:nth-child(2) {
  animation: ease .4s scaled-2 forwards;
}
.box-nav .active span:nth-child(3) {
  animation: ease .4s bottom forwards;
}
.box-nav .not-active span:nth-child(3) {
  animation: ease .4s bottom-2 forwards;
  width: 17px;
  left: 8px;
}
.box-nav:hover .btn-nav span {
  width: 100%;
  left: 0px;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 10px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 9px;
    transform: rotate(45deg);
  }
  50% {
    top: 9px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 9px;
    transform: rotate(0);
  }
  100% {
    bottom: 9px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 9px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 9px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.header_nav_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
  left: 0px;
  top: 0px;
  background-color: rgba(65, 22, 129, 0.9);
  display: none;
  overflow: auto;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.header_nav_popup_flex {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 0;
}
.header_nav_popup_flex_row {
  position: relative;
  width: 100%;
}
.nav_items_list {
  width: 100%;
  padding: 0px 90px;
}
.nav_items_list p {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1.6px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: right;
}
.nav_items_list p a {
  color: #ffffff;
}
.nav_items_list p a:hover {
  color: #B5FB5A;
}
.nav_items_list p a.active_nav {
  font-weight: 700;
  color: #B5FB5A;
}
.nav_items_social_links a {
  width: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav_items_social_links a img {
  max-width: 100%;
}
.nav_items_social_links a:hover {
  opacity: 0.7;
}
.all_section {
  padding: 120px 0px;
  overflow: hidden;
  position: relative;
}
.all_section_pad_sm {
  padding: 100px 0px;
}
.all_section_pad_sm1 {
  padding: 60px 0px;
}
.all_section_pad0 {
  padding: 0px !important;
}
.all_section_mar60 {
  margin: 60px 0px;
}
.section1 {
  padding: 130px 0px;
}
.section1_flexrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.section1_flexrow .section1_flexleftcols {
  width: 900px;
  max-width: 80%;
}
.section1 h2.h2text_md {
  margin-bottom: 30px;
}
.width_600 {
  max-width: 600px;
}
.width_1200 {
  max-width: 1200px;
}
.width_1000 {
  max-width: 1000px;
}
#changing-text {
  display: inline-block;
}
.animation_slide_out {
  animation: slideOut 0.4s forwards;
}
.animation_slide_in {
  animation: slideIn 0.4s forwards;
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_down_arrow_div {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1001;
}
.header_down_arrow {
  position: absolute;
  bottom: 40px;
  width: 35px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.arrow-container {
  width: 25px;
  animation: arrow_bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
  display: block;
}
.arrow-down {
  display: block;
  height: 2.7px;
  background: #ffffff;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: #ffffff;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}
@keyframes arrow_bounce {
  50% {
    transform: translateY(-15px);
  }
}
.section2 {
  padding: 20px 0px !important;
}
.home_ourwork_bg {
  background: url("../images/home_ourwork_bg.jpg") no-repeat center center;
  background-size: cover;
}
.our_people_bg {
  background: url("../images/our_people_bg.jpg") no-repeat center center;
  background-size: cover;
}
.bg_teamviewer_remote_quotes_sec {
    background: url("../images/Quotes_bg.jpg") no-repeat center center;
  background-size: cover;  
}
.section2 h2 {
  margin-bottom: 20px;
}
.section2_our_works {
  margin: 80px 0px;
}
.section2_our_works_row {
  width: 100%;
  overflow: hidden;
}
.home_ourwork_carousel {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px;
}
.home_ourwork_projects {
  height: 350px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.home_ourwork_projects video, .home_ourwork_projects img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.home_ourwork_carousel h6 {
  margin: 15px 0px;
}
.home_ourwork_content {
  position: relative;
  padding-bottom: 60px;
  padding-right: 20px;
}
.section2_our_principle_carousel .home_ourwork_content {
  padding-bottom: 0;
}
.home_view_all_work {
  margin-top: 50px;
  padding-bottom: 15px;
  text-align: center;
}
.home_ourwork_content_btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.all_clients_section {
  margin: 30px 0px;
}
.all_clients_section_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.all_clients_section_flexcols {
  width: 100%;
}
.all_client_logos {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-flow: wrap;
  margin: 10px 0px;
}
.all_client_logos p {
  display: flex;
  align-items: center;
  width: 182px;
  height: 80px;
    margin: 18px 0px;
  background: #ffffff;
}
.all_client_logos p.all_client_logos_sm {
    width: 150px;
}
.all_client_logos p img {
  mix-blend-mode: difference;
  object-fit: contain;
  object-position: left center;
  width: 60%;
  height: 80%;
}
.all_client_logos p.all_client_logos_sm img {
    width: 70%;
  height: 80%;
}
.section4 {
  padding: 0px;
  position: relative;
}
.section4::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/testimonials_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.testimonials_section_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials_section_flexcols {
  width: 46%;
  padding: 70px 0;
}
.testimonials_section_flexcols_lh {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 200px 0;
}
.testimonials_section_flexcols_lh_inner {
  width: 100%;
}
.testimonials_section_flexcols h2 {
  margin-bottom: 20px;
}
.testimonials_section_flexcols h3 {
  margin-bottom: 15px;
}
.testimonials_slider_section {}
.testimonials_slider h5 {
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}
.testimonials_slider h5.h5_quotes {
  margin-bottom: 50px;
}
.testimonials_slider h5.h5_quotes::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: -50px;
  margin-top: -10px;
  background: url("../images/quotes.png") no-repeat center center;
  background-size: contain;
}
.testimonials_slider h5.h5_quotes8::after {
  margin-left: -90px;
}
.section5 {
  padding-bottom: 70px;
}
.our_client_reach {
  margin-top: 70px;
}
.our_client_reach_flexrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our_client_reach_flexcols {
  width: 50%;
  padding: 60px 0px;
}
.our_client_reach_flexleftcols {
  position: relative;
  z-index: 1;
}
.our_client_reach_flexrightcols {
  width: 60%;
  margin-left: -10%;
  padding: 120px 12%;
}
.section2_our_people {
  margin: 120px 0px;
}
.section2_our_people_carousel {
  margin-top: 50px;
}
.section2_our_people_carousel h6.h6text {
  margin: 15px 0px;
}
.section2_our_principle {
  margin: 80px 0px;
}
.section2_our_principle_row {
  width: 100%;
  overflow: hidden;
}
.section2_our_principle_carousel {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.principle_carousel {
  width: 24%;
  margin: 20px 0px;
  padding: 50px 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.principle_carousel::before {
  content: "";
  position: absolute;
  color: #ffffff;
  opacity: 0.1;
  font-size: 380px;
  line-height: 380px;
  font-weight: bold;
  z-index: 0;
  top: 2px;
}
.principle_carousel1 {
  background: url("../images/principle1_bg.jpg") no-repeat center center;
  background-size: cover;
}
.principle_carousel2 {
  background: url("../images/principle2_bg.jpg") no-repeat center center;
  background-size: cover;
}
.principle_carousel3 {
  background: url("../images/principle3_bg.jpg") no-repeat center center;
  background-size: cover;
}
.principle_carousel4 {
  background: url("../images/principle4_bg.jpg") no-repeat center center;
  background-size: cover;
}
.principle_carousel1::before {
  content: "1";
}
.principle_carousel2::before {
  content: "2";
}
.principle_carousel3::before {
  content: "3";
}
.principle_carousel4::before {
  content: "4";
}
.principle_carousel div {
  position: relative;
  z-index: 1;
}
.principle_carousel h4 {
  margin: 35px 0px 15px;
}
.principle_carousel p {
  margin: 20px 0px 0px;
  font-size: 16px;
  line-height: 26px;
}
.principle_content {
  position: relative;
  padding-bottom: 60px;
  padding-right: 20px;
}
.careers_section_content ul li {
  list-style: disc;
  margin: 7px 0px 10px 15px;
  line-height: 130%;
}
.career_section {
  padding: 80px 0px;
}
.career_section h2 {
  margin-bottom: 40px;
}
.career_section h5 {
  margin-bottom: 20px;
}
.footer_section {
  background: url("../images/footer_bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 70px;
}
.footer_section .all_section {
  padding: 100px 0px;
}
.footer_form_flexrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.footer_form_flexcols {
  width: 45%;
}
.footer_form_flexleftcols {
  width: 45%;
  padding-left: 5%;
}
.footer_form_flexrightcols {
  width: 50%;
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 40px 30px;
}
.getintouch_form {
  overflow: hidden;
}
.getintouch_form_inner {
  margin-bottom: -50px;
}
.footer_address {
  margin: 120px 0px 80px;
}
.footer_address_flexrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer_address_flexcol span {
  display: block;
  margin-bottom: 15px;
}
.footer_copyright_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prism_footer_symbol {
  width: 100px;
}
.footer_linkedin {
  width: 40px;
}
.our_work_header {
  position: relative;
  width: 100%;
  margin-top: 75px;
}
.twocols_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.twocols_flexcols {
  width: 50%;
  display: flex;
}
.twocols_flexrow_flexend {
  justify-content: flex-end;
}
.our_work_section_title {
  padding: 80px 0px 40px !important;
}
.our_work_section1 {
  padding: 50px 0px !important;
}
.our_work_section2 {
  padding: 50px 0px 80px !important;
}
.our_work_section3 {
  padding: 100px 0px !important;
}
.our_work_section_teamviewer_remote_quote {
  padding: 100px 0px !important;
}
.our_work_section4 {
  padding: 80px 0px !important;
}
.our_work_section5 {
  padding: 50px 0px 100px !important;
}
.our_work_section h2 {
  margin-bottom: 20px;
}
.our_work_section_pad0 {
  padding: 0px !important;
  margin-bottom: 10px;
}
.our_work_section_pad_btm0 {
  padding-bottom: 0px !important;
}
.our_work_section ul {
  margin: 5% 0% 5% 2%;
}
.our_work_section ul li {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.96px;
  margin: 3% 0%;
  list-style-type: disc;
}
.our_work_section .outpayce_nurture_sec ul {
  margin: 2% 0% 0% 2%;
}
.our_work_section .outpayce_nurture_sec ul li {
  margin: 1.5% 0% 2.5%;
}
.our_work_section .outpayce_nurture_sec2 ul {
  margin: -2% 0% 3% 6%;
}
.our_work_section .outpayce_nurture_sec2 ul li {
  margin: 1% 0% 1.5%;
}
.our_work_pad_big {
  padding: 160px 0px;
}
.our_work_pad_verybig {
  padding: 200px 0px;
}
.our_work_mar_teamviewer_black {
  margin: 50px 0px !important;
}
.our_work_mar_aci_fraud {
  margin: 10px 0px 70px !important;
}
.our_work_mar_50px {
  margin: 50px 0px !important;
}
.width_40per {
  width: 40%;
}
.width_45per {
  width: 45%;
}
.ourwork_right_casestudy_content {
  margin-left: 55%;
}
.our_works_right_imgabs, .our_works_right_rethink_img, .our_works_right_ttit_video {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.our_approach_right_imgabs {
  width: 25%;
}
.our_works_left_imgabs {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
.our_works_right_imgabs img, .our_works_left_imgabs img, .our_works_right_imgabs video, .our_works_left_imgabs video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.our_works_left_objcontain video, .our_works_right_objcontain video {
	object-fit: contain;
}
.our_works_left_objcontain video, .our_works_left_objcontain img  {
	object-fit: contain;
}
.our_works_right_ttit_video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.bg_outpayce_tokenization {
    background: #C5D5F9;
}
.our_work_sec_btm_quotes {
  position: relative;
}
.our_work_sec_btm_quotes::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -23%;
  width: 180px;
  height: 180px;
  background: url("../images/our_work_images/quotes.png") no-repeat;
  background-size: contain;
}
.our_work_sec_btm_quotes_teamviewer_remote::after {
  content: "";
  position: absolute;
   bottom: -70px;
  right: -0.8%;
  width: 180px;
  height: 180px;
  background: url("../images/quotes-new.png") no-repeat;
  background-size: contain;
}
.our_work_sec_btm_quotes_aci_fraud::after {
  content: "";
  position: absolute;
   bottom: -70px;
  right: -4%;
  width: 180px;
  height: 180px;
  background: url("../images/our_work_images/ACI_Fraudcampaign/ACI_Fraudcampaign_quotes.jpg") no-repeat;
  background-size: contain;
}
.ourwork_category_section_flexrow {
  display: flex;
  justify-content: space-between;
}
.ourwork_category_section_flexcols {
  width: 100%;
  text-align: center;
  padding: 60px 0px 40px;
  background-color: rgba(112, 135, 231, 0.2);
  cursor: pointer;
}
.ourwork_category_section_flexcols_active {
  background: #7087E7;
}
.ourwork_category_section_expand {
  display: block;
}

.ourwork_category_filter_flexrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ourwork_category_filter {
  margin-bottom: 80px;
}
.ourwork_category_filter_flexrow p {
  background: rgba(181, 251, 90, 0.15);
  padding: 15px 25px 12px;
  cursor: pointer;
  color: rgba(65, 22, 129, 0.15);
  font-weight: 500;
}
.ourwork_category_filter_flexrow p.ourwork_filter_active_nav {
  color: rgba(65, 22, 129, 1);
  background: #B5FB5A;
}
.ourwork_category_filter_flexrow p.ourwork_filter_nonactive_nav {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.5;
  pointer-events: none;
}
.ourwork_category_filter_tech_content, .ourwork_category_filter_fintech_content {
  display: none;
}
.ourwork_category_filter_tech_content1, .ourwork_category_filter_fintech_content1 {
  display: block;
}
.ourwork_category_filter_content_section h4 {
  margin-bottom: 25px;
}
.our_work_cta {
  margin-top: 35px;
}
.privacy_policy p {
  margin-bottom: 30px;
}
.privacy_policy h5, .privacy_policy h6 {
  margin-bottom: 15px;
}
.privacy_policy ul {
  margin-bottom: 40px;
}
.privacy_policy ul li {
  list-style: disc;
  margin: 10px 0px 10px 15px;
}
.our_approach_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our_approach_flex_leftcols {
  width: 55%;
}
.our_approach_flex_rightcols {
  width: 40%;
}
.our_approach_flex_leftcols h2, .our_approach_flex_rightcols h4 {
  margin-bottom: 25px;
}
.section2_our_services {
  margin: 80px 0px 0px;
}
.section2_our_services h3 {
  margin-bottom: 10px;
}
.our_services_flexrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  flex-flow: row wrap;
}
.our_services_flexrow .our_services_flexcols {
  width: 32%;
  min-height: 420px;
	align-items: center;
}
.our_services_flexrow .our_services_flexcols::before {
  top: 40px;
}
.accordion_section_outer {
  min-height: 780px;
  display: flex;
  align-items: center;
}
.accordion_section_outer1 {
  min-height: 600px;
}
.accordion_section_outer_full {
  width: 100%;
}
.accordion_section {
  margin: 30px 0px;
}
.accordion_section_row {
  margin-bottom: 2%;
}
.accordionButton {
  width: 100%;
  padding: 1% 40px 1% 0%;
  cursor: pointer;
  display: table;
  position: relative;
  color: #ffffff;
}
.accordionButton.on {}
.accordionButton span {
  display: table-cell;
  vertical-align: middle;
}
.accordionButton::after {
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 30px;
  height: 100%;
  background: url("../images/icon_plus.png") 20% center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 0%;
}
.accordionButton.on::after, .accordionButton.active::after {
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 30px;
  height: 100%;
  background: url("../images/icon_minus.png") 20% center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 0%;
}
.accordionContent {
  width: 100%;
  display: block;
}
.accordionContentInner {
  margin: 0px;
  padding: 2% 60px 2% 0px;
}
.accordionContent p {
  padding: 0px;
  margin: 0px 0px;
}
.our_approach_section1 {
  width: 75%;
}
.our_approach_section1 h4 {
  margin-bottom: 25px;
}
@media screen and (min-width:2000px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .wrapper_grid {
    max-width: 1550px;
  }
  .all_client_logos p {
    width: 170px;
    height: 55px;
  }
.all_client_logos p.all_client_logos_sm {
    width: 135px;
}
.all_client_logos p.all_client_logos_sm img {
    width: 75%;
    height: 85%;
}
  .header_nav_popup_flex {
    padding: 120px 0 80px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 70px;
    line-height: 80px;
  }
  h2.h2text_verybig {
    font-size: 145px;
    line-height: 132px;
  }
  h2.h2text_big {
    font-size: 100px;
    line-height: 100px;
  }
  h2.h2text_md {
    font-size: 90px;
    line-height: 90px;
  }
  h2.h2text_sm {
    font-size: 80px;
    line-height: 80px;
  }
    h3.h3text_big {
    font-size: 50px;
    line-height: 55px;
}
  h3.h3text {
    font-size: 45px;
    line-height: 50px;
  }
  h4.h4text {
    font-size: 35px;
    line-height: 45px;
  }
  h5.h5text_sm {
    font-size: 24px;
    line-height: 30px;
  }
  h5.h5text {
    font-size: 25px;
    line-height: 35px;
  }
  .btn_default_green {
    padding: 15px 30px 12px;
  }
  .ourwork_category_section_flexcols {
    padding: 40px 0px 20px;
  }
  .all_section_pad_sm {
    padding: 80px 0px;
  }
  .ourwork_category_filter_flexrow p {
    padding: 15px 19px 10px;
  }
  .testimonials_section_flexcols_lh {
    padding: 150px 0;
  }
  .accordion_section {
    margin: 20px 0px;
  }
  .accordion_section_outer {
    min-height: 650px;
  }
  .accordion_section_outer1 {
    min-height: 520px;
  }
  .accordionContentInner {
    padding: 1% 60px 1% 0px;
  }
 .principle_carousel::before {
    top: 20px;
}	

}
@media screen and (max-width:1600px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
  .home_ourwork_projects {
    height: 250px;
    margin-bottom: 20px;
  }

  .wrapper_grid {
    max-width: 1300px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 60px;
    line-height: 70px;
  }
  h2.h2text_md {
    font-size: 80px;
    line-height: 80px;
  }
  h2.h2text_big {
    font-size: 95px;
    line-height: 95px;
  }
  h2.h2text_verybig {
    font-size: 120px;
    line-height: 110px;
  }
  h2.h2text_sm {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -4px;
  }
    h3.h3text_big {
    font-size: 45px;
    line-height: 55px;
  }
  h3.h3text {
    font-size: 40px;
    line-height: 45px;
  }
  h4.h4text {
    font-size: 35px;
    line-height: 45px;
  }
  h5.h5text {
    font-size: 25px;
    line-height: 32px;
  }
  .testimonials_slider h5 {
    margin-bottom: 30px;
  }
  .all_section {
    padding: 80px 0px;
  }
  .ourservices_sec1 {
    margin: 60px 0px;
  }
  .ourservices_sec5 {
    margin-bottom: 60px;
  }
  .our_work_section1 {
    padding: 35px 0px !important;
  }
  .our_work_section3 {
    padding: 50px 0px 70px !important;
  }
  .section2_our_works {
    margin: 20px 0px;
  }
  .all_client_logos p {
    width: 140px;
    height: 50px;
    margin: 15px 0px;
  }
.all_client_logos p.all_client_logos_sm {
    width: 108px;
}
.all_client_logos p.all_client_logos_sm img {
    width: 85%;
    height: 85%;
}
  .testimonials_section_flexcols_lh {
    padding: 80px 0;
  }
  .testimonials_section_flexcols {
    padding: 30px 0;
  }
  .principle_carousel p {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .section2_our_people {
    margin: 30px 0px;
  }
  .section2_our_people_carousel {
    margin-top: 30px;
  }
  .section2_our_people_carousel h6.h6text {
    margin: 10px 0px;
  }
  .section2_our_principle {
    margin: 20px 0px;
  }
  .header_section_innerpage_content {
    padding: 160px 0px 130px;
  }
  h1.h1text_title {
    font-size: 130px;
    line-height: 140px;
    letter-spacing: -6.145px;
  }
  .our_work_pad_big {
    padding: 100px 0px;
  }
  .our_work_section4 {
    padding: 35px 0px 60px !important;
  }
  .our_work_sec_btm_quotes::after {
    bottom: -60px;
    right: -5%;
    width: 160px;
    height: 160px;
  }
  .ourwork_category_section_flexcols {
    padding: 35px 0px 20px;
  }
  .all_section_pad_sm {
    padding: 80px 0px;
  }
  .ourwork_category_filter_flexrow p {
    padding: 15px 20px 12px;
  }
  .principle_carousel {
    margin: 20px 0px;
	padding: 30px 30px 20px;  
  }
  .our_services_flexrow .our_services_flexcols {
    min-height: 350px;
  }
  .principle_carousel::before {
    font-size: 350px;
    line-height: 350px;
    top: 45px;
  }
  .our_approach_flex_leftcols h2, .our_approach_flex_rightcols h4 {
    margin-bottom: 20px;
  }
  .accordion_section_outer {
    min-height: 600px;
  }
  .accordion_section_outer1 {
    min-height: 450px;
  }
    .our_work_sec_btm_quotes_teamviewer_remote::after {
        right: 3%;
    }
}
@media screen and (max-width:1366px) {
  .wrapper_grid {
    max-width: 1200px;
  }
  .header_nav_popup_flex {
    padding: 100px 0 50px;
  }
  .home_ourwork_projects {
    height: 250px;
  }
  .footer_form_flexleftcols {
    padding-left: 0%;
  }
  .footer_form_flexleftcols {
    padding-left: 0%;
  }
  h2.h2text_big {
    font-size: 80px;
    line-height: 80px;
  }
  h2.h2text_md {
    font-size: 70px;
    line-height: 70px;
  }
  h2.h2text_verybig {
    font-size: 100px;
    line-height: 90px;
  }
  h2.h2text_sm {
    font-size: 65px;
    line-height: 65px;
  }
  .our_work_sec_btm_quotes::after {
    bottom: -60px;
    right: 0%;
    width: 120px;
    height: 120px;
  }
  .ourwork_category_filter_flexrow p {
    padding: 15px 16px 12px;
  }
  .all_section_pad_sm {
    padding: 70px 0px;
  }
  .ourwork_category_filter {
    margin-bottom: 70px;
  }
  .principle_carousel {
    padding: 30px 20px;
  }
  .principle_carousel::before {
    top: 30px;
  }
    .our_work_sec_btm_quotes_teamviewer_remote::after {
        bottom: -20px;
        right: 16%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  h1.h1text {
    font-size: 120px;
    line-height: 100px;
  }
  h3.h3text {
    font-size: 35px;
    line-height: 45px;
  }
  h2.h2text_md {
    font-size: 70px;
    line-height: 80px;
  }
  h2.h2text_big {
    font-size: 80px;
    line-height: 80px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 55px;
    line-height: 65px;
  }
  h2.h2text_verybig {
    font-size: 100px;
    line-height: 90px;
  }
  .all_section {
    padding: 60px 0px;
  }
  .all_clients_section {
    margin: 50px 0px 30px;
  }
  h4.h4text {
    font-size: 30px;
    line-height: 35px;
  }
  .all_client_logos p {
    width: 120px;
    margin: 14px 0px;
  }
    .all_client_logos p.all_client_logos_sm {
       width: 120px;
    }
    .all_client_logos p.all_client_logos_sm img {
        width: 70%;
        height: 80%;
    }
  .testimonials_slider h5 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
  .testimonials_section_flexcols_lh {
    padding: 0px 0;
  }
  .section2_our_people {
    margin: 40px 0px;
  }
  .section2_our_principle {
    margin: 40px 0px 0px;
  }
  .our_work_section1 {
    padding: 40px 0px !important;
  }
  .our_work_section_title {
    padding: 60px 0px 40px !important;
  }
  .our_work_pad_big {
    padding: 100px 0px;
  }
  .our_work_mar_teamviewer_black {
    margin: 40px 0px;
  }
  .our_work_section4 {
    padding: 35px 0px 70px !important;
  }
  .ourwork_category_filter_flexrow p {
    padding: 15px 16px 12px;
  }
  .ourwork_category_filter {
    margin-bottom: 70px;
  }
  .all_section_pad_sm {
    padding: 70px 0px;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .all_section {
    padding: 50px 0px;
  }
  h1.h1text {
    font-size: 125px;
    line-height: 105px;
  }
  h2.h2text_verybig {
    font-size: 110px;
    line-height: 100px;
  }
  h2.h2text_big {
    font-size: 80px;
    line-height: 86px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 50px;
    line-height: 60px;
  }
  h3.h3text {
    font-size: 35px;
    line-height: 45px;
  }
  h4.h4text {
    font-size: 30px;
    line-height: 40px;
  }
  h6.h6text, .our_work_section ul li {
    font-size: 18px;
    line-height: 22px;
  }
  .all_client_logos p {
    width: 120px;
    margin: 10px 0px;
  }
  .testimonials_slider h5 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
  }
  h5.h5text {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials_section_flexcols_lh {
    padding: 0px;
  }
  h2.h2text_md {
    font-size: 70px;
    line-height: 70px;
  }
  .home_ourwork_content {
    padding-bottom: 60px;
  }
  .section2_our_people_carousel h6.h6text {
    margin: 7px 0px;
  }
  .our_work_section_title {
    padding: 70px 0px 30px !important;
  }
  .our_work_section1 {
    padding: 40px 0px !important;
  }
  .our_work_pad_big {
    padding: 140px 0px;
  }
  .our_work_section4 {
    padding: 35px 0px 70px !important;
  }
    .all_client_logos p.all_client_logos_sm {
        width: 95px;
    }
}
@media screen and (max-width:1366px) and (min-height:900px) {}
@media screen and (max-width:1200px) {
  .wrapper_grid {
    padding: 0px 40px;
    max-width: 1000px;
  }
  .header_section_logo {
    left: 40px;
  }
  .box-nav {
    right: 40px;
  }
  .all_section {
    padding: 60px 0px;
  }
  .port_hide {
    display: none !important;
  }
  .our_work_pad_big {
    padding: 100px 0px;
  }
  .our_work_mar_teamviewer_black {
    margin: 40px 0px;
  }
  .ourservices_sec1 {
    margin: 45px 0px;
  }
  .ourservices_sec5 {
    margin-bottom: 45px;
  }
  h1.h1text {
    font-size: 100px;
    line-height: 80px;
  }
  h2.h2text_md {
    font-size: 62px;
    line-height: 72px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 50px;
    line-height: 60px;
  }
  h3.h3text {
    font-size: 30px;
  }
  .ourservices_sec3 h5.h5text, .ourservices_sec4 h5.h5text, .ourservices_sec5 h5.h5text {
    margin-top: 20px;
  }
  h5.h5text {
    font-size: 22px;
    line-height: 30px;
  }
  h6.h6text {
    font-size: 18px;
    line-height: 26px;
  }
  .ourwork_category_section_flexcols {
    padding: 30px 0px 20px;
  }
  .all_section_pad_sm {
    padding: 65px 0px;
  }
  .ourwork_category_filter {
    margin-bottom: 65px;
  }
  .ourwork_category_filter_flexrow p {
    padding: 15px 14px 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .section2_our_principle_carousel {
    margin-top: 20px;
  }
  .principle_carousel {
    width: 48%;
    margin: 20px 0px;
	padding: 80px 30px 50px;  
  }
 .principle_carousel::before {
        top: 13px;
    }	
}
@media screen and (max-width:1024px) and (min-height:768px) {}
@media screen and (max-width:1150px) {}
@media screen and (max-width:1100px) {
  body {
    font-size: 22px;
    line-height: 30px;
  }
  .header_nav_popup_flex {
    padding: 160px 0 50px;
  }
  .home_ourwork_carousel {
    margin: 80px 0px 20px;
  }
  h1.h1text {
    font-size: 120px;
    line-height: 120px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 62px;
    line-height: 72px;
  }
  h2.h2text_verybig {
    font-size: 120px;
    line-height: 115px;
  }
  h2.h2text_big {
    font-size: 90px;
    line-height: 100px;
  }
  h2.h2text_md {
    font-size: 80px;
    line-height: 90px;
  }
  h3.h3text {
    font-size: 40px;
    line-height: 50px;
  }
  h4.h4text {
    font-size: 35px;
    line-height: 45px;
  }
  h5.h5text {
    font-size: 35px;
    line-height: 45px;
  }
  .testimonials_slider h5 {
    font-size: 40px;
    line-height: 50px;
  }
  h6.h6text, .our_work_section ul li {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.96px;
  }
  .our_work_section ul li {
    margin: 2% 0%;
  }
  .btn_default {
    padding: 15px 20px 13px;
    font-size: 120%;
  }
  .all_clients_section_flexrow {
    display: block;
  }
  .all_clients_section_flexcols {
    width: 100%;
    margin-top: 8%;
  }
  .section4::before {
    width: 100%;
  }
  .testimonials_section_flexrow {
    display: block;
  }
  .testimonials_section_flexcols_lh {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
  .testimonials_section_flexcols {
    width: 100%;
    padding: 40px 0px;
  }
  .our_client_reach_flexrow {
    display: block;
  }
  .our_client_reach_flexcols {
    width: 100%;
    padding: 30px 0px 60px;
  }
  .our_client_reach_flexrightcols {
    width: 100%;
    margin-left: 0%;
    padding: 180px 70px 100px;
    margin-top: -200px;
  }
  .section5 {
    padding-bottom: 0px !important;
  }
  .footer_form_flexrow {
    display: block;
  }
  .footer_form_flexleftcols {
    width: 100%;
    padding-left: 0%;
  }
  .footer_section {
    padding: 120px 0;
  }
  .footer_form_flexrightcols {
    width: 100%;
    padding: 40px 40px 50px;
    margin-top: 6%;
  }
  .header_section_content {
    padding: 100px 150px;
  }
  .home_ourwork_content {
    padding-bottom: 100px;
  }
  .all_client_logos p {
    width: 180px;
    height: 60px;
    margin: 20px 0px;
  }
    .all_client_logos p.all_client_logos_sm {
          width: 180px;
    }
  .all_client_logos p img {
    width: 70%;
    height: 80%;
  }
    .all_client_logos p.all_client_logos_sm img {
       width: 70%;
    height: 80%;
    }
  .our_team_details h6.h6text {
    font-size: 30px;
    line-height: 35px;
  }
  .section2_our_people {
    margin: 40px 0px;
  }
  .section2_our_principle {
    margin: 40px 0px;
  }
  .our_client_reach {
    margin-top: 0px;
  }
  .principle_carousel p {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_address_flexcol {
    padding-right: 5px;
  }
  .footer_address_flexcol p {
    font-size: 15px;
    line-height: 20px;
  }
  .width_40per {
    width: 100%;
  }
      .width_45per {
    width: 100%;
  }
  .our_works_right_imgabs, .our_works_right_rethink_img, .our_works_right_ttit_video, .our_works_left_imgabs {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    height: 100%;
    margin-top: 8%;
  }
  .our_approach_section1 {
    width: 100%;
  }
  .ourwork_right_casestudy_content {
    margin-left: 0px;
  }
  .our_work_section .nuapay_payment_sec ul {
    margin: 3% 0% 0% 4%;
  }
  .our_work_section_title {
    padding: 50px 0px 30px !important;
  }
  .our_work_section1 {
    padding: 30px 0px !important;
  }
  .our_work_mar_teamviewer_black {
    margin: 30px 0px;
  }
  .ourservices_sec3::before, .ourservices_sec4::before, .ourservices_sec5::before {
    width: 100%;
  }
  .ourservices_sec3_pad {
    width: 100% !important;
    padding: 40px 0px;
  }
  .ourservices_sec4_pad {
    padding-left: 0%;
    width: 100% !important;
    padding: 40px 0px;
  }
  .ourservices_sec5 .width_45per {
    width: 100% !important;
    padding: 40px 0px;
  }
  .ourservices_sec3 h5.h5text, .ourservices_sec4 h5.h5text, .ourservices_sec5 h5.h5text {
    margin-top: 30px;
  }
  .ourservices_sec1 {
    padding: 80px 0px;
  }
  .header_section_innerpage_content {
    padding: 200px 0px 190px;
  }
  .ourwork_category_filter_flexrow {
    flex-flow: row wrap;
    justify-content: center;
  }
  .ourwork_category_filter_flexrow p {
    padding: 16px 22px 14px;
    font-size: 18px;
    line-height: 22px;
    margin: 30px 15px 0px;
  }
  .ourwork_category_filter {
    margin-bottom: 90px;
  }
  .section2_our_principle_carousel {
    margin-top: 0px;
  }
  .our_approach_flexrow {
    display: block;
  }
  .our_approach_flex_leftcols {
    width: 100%;
    margin-bottom: 20px;
  }
  .our_approach_flex_rightcols {
    width: 100%;
  }
    .our_work_sec_btm_quotes_teamviewer_remote::after
 {
        bottom: -20px;
        right: 4%;
    }
}
@media (orientation: portrait) {}
@media screen and (max-width:900px) {
  .principle_carousel {
    margin: 20px 0px 20px;
  }
  .footer_copyright_flexcols {
    padding: 0px 20px;
  }
  .prism_footer_symbol {
    width: 60px;
  }
  .footer_address {
    margin: 60px 0px 70px;
  }
  .footer_address_flexrow {
    flex-flow: row wrap;
  }
  .footer_address_flexcol {
    width: 40%;
    margin-bottom: 8%;
  }
  .our_work_section_title {
    padding: 60px 0px 40px !important;
  }
  .our_work_section1 {
    padding: 40px 0px !important;
  }
  .our_work_section4 {
    padding: 30px 0px 70px !important;
  }
  .our_works_right_imgabs, .our_works_right_rethink_img, .our_works_right_ttit_video, .our_works_left_imgabs {
    margin-top: 10%;
  }
  .ourwork_category_filter_flexrow p {
    padding: 16px 16px 14px;
    margin: 25px 7px 0px;
  }
  h1.h1text {
    font-size: 90px;
    line-height: 90px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 55px;
    line-height: 65px;
  }
  .ourwork_category_filter {
    margin-bottom: 70px;
  }
  .all_section_pad_sm {
    padding: 60px 0px;
  }
  .our_services_flexrow {
    display: flex;
    margin: 20px 0px;
    text-align: center;
    justify-content: center;
    flex-flow: row wrap;
  }
  .our_services_flexrow .our_services_flexcols {
    width: 50%;
    margin: 20px 5%;
    min-width: 350px;
  }
  .testimonials_section_flexcols {
    padding: 10px 0px 30px;
  }
}
@media screen and (max-width:800px) {
  .btn_default {
    padding: 15px 35px 13px;
    font-size: 110%;
  }
  h1.h1text {
    font-size: 90px;
    line-height: 90px;
  }
  h2.h2text_big {
    font-size: 60px;
    line-height: 70px;
  }
  h2.h2text_verybig {
    font-size: 100px;
    line-height: 100px;
  }
  .testimonials_slider h5 {
    font-size: 35px;
    line-height: 45px;
  }
  .testimonials_section_flexcols {
    padding: 25px 0px;
  }
  .principle_carousel p {
    font-size: 18px;
    line-height: 24px;
  }
  .principle_carousel {
    margin: 20px 0px 0px;
  }
  .nav_items_list {
    padding: 0px 50px;
  }
  .twocols_flexrow {
    display: block;
  }
  .twocols_flexcols {
    width: 100%;
  }
  .ourwork_category_filter_flexrow p {
    padding: 16px 13px 14px;
    margin: 25px 5px 0px;
  }
  .all_section_pad_sm {
    padding: 60px 0px;
  }
  .ourwork_category_filter {
    margin-bottom: 80px;
  }
    .principle_carousel {
        padding: 40px 30px 20px;
    }	
	#changing-text {
		display: block;
	}	
}
@media screen and (max-width:700px) {
.principle_carousel {
    width: 100%;
    margin: 0px 0px 20px;
  }	
}
@media screen and (max-height:440px) {}
@media screen and (max-height:359px) {}
@media screen and (max-height: 440px) and (min-width: 750px) {}
@media screen and (max-height: 440px) and (width: 812px) {}
@media screen and (max-width:600px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper_grid {
    padding: 0px 30px;
  }
  .all_section {
    padding: 40px 0px;
  }
  .our_work_mar_aci_fraud {
    margin: 0px 0px 40px !important;
}	
  .mute_unmute_sec {
    right: 35px;
    width: 35px;
  }
  .box-nav .btn-nav span {
    background: #ffffff !important;
  }
  h1.h1text {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -2px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.2px;
  }
  h2.h2text_md {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2px;
  }
  h2.h2text_sm {
    font-size: 55px;
    line-height: 55px;
  }
  h2.h2text_big {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -3.2px;
  }
        h3.h3text_big {
        font-size: 30px;
        line-height: 36px;
    }
  h3.h3text {
    font-size: 28px;
    line-height: 35px;
  }
  h4.h4text {
    font-size: 25px;
    line-height: 30px;
  }
  h2.h2text_verybig {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1.2px;
  }
  h5.h5text {
    font-size: 20px;
    line-height: 29px;
  }
  h6.h6text, .our_work_section ul li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .all_client_logos p {
    width: 100px;
    height: 40px;
    margin: 15px 0px;
  }
  .testimonials_slider h5.h5_quotes {
    margin: 50px 0px;
  }
  .our_client_reach {
    margin-top: 10px;
  }
  .our_client_reach_flexrightcols {
    width: 100%;
    margin-left: 0%;
    padding: 150px 40px 40px;
  }
  .testimonials_section_flexcols {
    padding: 40px 0px 0px;
  }
  .header_section_logo {
    width: 42px;
    top: 13px;
    left: 28px;
  }
  .box-nav {
    top: 2px;
    width: 60px;
    height: 60px;
    right: 14px;
  }
  .header_nav_popup_flex {
    padding: 120px 0 50px;
  }
  #changing-text {
    display: block;
  }
  .header_section_innerpage_content {
    padding: 110px 20px 80px;
  }
.header_section_innerpage {
    margin-top: 55px;
}
  .header_section_fixed {
    height: 60px;
  }
  .our_work_header {
    margin-top: 55px;
  }
  .testimonials_section_flexcols {
    padding: 0px;
  }
  .ourapproach_slider {
    margin: 30px 0px;
  }
  .footer_copyright_flexrow {
    justify-content: center;
    flex-flow: row wrap;
  }
  .footer_copyright_text {
    text-align: center;
  }
  .footer_address_flexcol span {
    margin-bottom: 5px;
  }
  .prism_footer_symbol {
    width: 70px;
  }
  .footer_copyright_flexcols {
    margin-bottom: 6%;
  }
  .footer_address {
    margin: 60px 0px 50px;
  }
  .header_down_arrow_div {
    display: none;
  }
  .home_ourwork_carousel {
    margin: 60px 0px 20px;
  }
  .home_ourwork_projects {
    height: 200px;
  }
  .home_ourwork_content {
    padding-bottom: 20px;
  }
  .home_ourwork_content_btn {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }
  .btn_default {
    padding: 12px 25px 10px;
    font-size: 100%;
  }
  .footer_form_flexrightcols {
    padding: 40px 20px 50px;
  }
  .section2_our_people {
    margin: 20px 0px;
  }
  .section2_our_principle {
    margin: 20px 0px;
  }
  .our_work_section_title {
    padding: 40px 0px 30px !important;
  }
  .our_work_section1 {
    padding: 20px 0px !important;
  }
  .our_works_right_imgabs, .our_works_right_rethink_img, .our_works_right_ttit_video, .our_works_left_imgabs {
    margin-top: 9%;
  }
  .our_work_sec_btm_quotes::after {
    bottom: -50px;
    right: 0%;
    width: 120px;
    height: 120px;
  }
  .our_work_section .nuapay_payment_sec ul {
    margin: 8% 0% 0% 6%;
  }
  .our_work_section .nuapay_payment_sec ul li {
    margin: 7% 0%;
  }
  .ourservices_sec3 h5.h5text, .ourservices_sec4 h5.h5text, .ourservices_sec5 h5.h5text {
    margin-top: 15px;
  }
  .ourservices_sec5 .width_45per {
    padding: 20px 0px;
  }
  .ourservices_sec4_pad {
    padding: 20px 0px;
  }
  .ourservices_sec3_pad {
    padding: 20px 0px;
  }
  .ourservices_sec1 {
    margin: 25px 0px;
  }
  .ourservices_sec5 {
    margin-bottom: 25px;
  }
  .ourwork_category_filter_flexrow p {
    padding: 12px 12px 10px;
    margin: 14px 6px 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .ourwork_category_filter {
    margin-bottom: 50px;
  }
  .ourwork_category_section_flexcols {
    padding: 20px 0px 10px;
  }
  .our_services_flexrow .our_services_flexcols {
    min-width: 300px;
  }
  .our_services_flexrow .principle_carousel {
    min-height: 250px;
  }
  .our_services_flexrow .principle_carousel::before {
    font-size: 250px;
    line-height: 250px;
    top: 20px;
  }
  .section2_our_services {
    margin: 50px 0px 0px;
  }
  .all_section_mar60 {
    margin: 40px 0px;
  }
  .all_client_logos p.all_client_logos_sm {
   width: 100px;
}
}
@media screen and (max-width: 400px) and (max-height: 800px) {}
@media screen and (max-width: 420px) {}
@media screen and (max-width: 400px) {
  .ourwork_category_filter_flexrow p {
    padding: 12px 11px 10px;
    margin: 12px 5px 0px;
    font-size: 10px;
    line-height: 14px;
  }
  .btn_default {
    padding: 6px 12px 4px;
    font-size: 90%;
  }
  .our_work_cta {
    margin-top: 20px;
  }
  h1.h1text {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 380px) {
  .all_section {
    padding: 30px 0px;
  }
  .header_nav_popup_flex {
    padding: 80px 0 50px;
  }
  .nav_items_list p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .header_section_fixed {
    height: 50px;
  }
  .our_work_header {
    margin-top: 45px;
  }
  .header_section_logo {
    width: 30px;
  }
  .box-nav {
    top: 0px;
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .home_ourwork_projects {
    height: 150px;
  }
  .home_ourwork_carousel {
    margin: 40px 0px 20px;
  }
  .all_client_logos p {
    width: 86px;
    height: 40px;
    margin: 10px 0px;
  }
  .mob_hide {
    display: none !important;
  }
  h1.h1text {
    font-size: 45px;
    line-height: 55px;
  }
  h2.h2text, h1.h1text_sm {
    font-size: 25px;
    line-height: 30px;
  }
  h2.h2text_md {
    font-size: 30px;
    line-height: 38px;
  }
  h2.h2text_verybig {
    font-size: 35px;
    line-height: 40px;
  }
  h2.h2text_big {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  h4.h4text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
  }
  h6.h6text, .our_work_section ul li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .testimonials_slider h5.h5_quotes {
    margin: 30px 0px;
  }
  .btn_default {
    padding: 7px 15px 5px;
    font-size: 80%;
  }
  .footer_address_flexcol {
    width: 100%;
    margin-bottom: 12%;
  }
  .header_section_innerpage_content {
    padding: 90px 20px 70px;
  }
    .header_section_innerpage {
        margin-top: 45px;
    }
  .section1 h2.h2text_md {
    margin-bottom: 20px;
  }
  .career_section h2 {
    margin-bottom: 20px;
  }
  .principle_carousel p {
    font-size: 16px;
    line-height: 22px;
  }
  .our_team_details h6.h6text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 320px) and (max-height: 550px) {
  .ourwork_category_filter_flexrow p {
    padding: 9px 9px 7px;
    margin: 8px 4px 0px;
    font-size: 8px;
    line-height: 12px;
  }
  .ourwork_category_filter {
    margin-bottom: 30px;
  }
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}