/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

body {
  font-family: 'Roboto', sans-serif;
}
a.blue-link {
  color: #008ED5!important;
  text-decoration: none;
}
a.white-link {
  color: #ffffff!important;
  text-decoration: none;
}
a {
  color: #008ED5;
  outline: none;
}
a:hover {
  color: #1ab3ff;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
input,
textarea,
button {
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none;
  -webkit-border-radius: 0;
  outline: none;
}
/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.cookies-wrap{
  
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #008ED5;
    z-index: 9999;
   

}
.cookies-inner-wrap{
    max-width: 100%;
    min-height: 96px;
    margin: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
}
.cookies-msg{
  flex-grow: 1;
  margin: 27px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;

}
.cookies-msg a{
  color: #ffffff;
  text-decoration:underline;

}
.cookies-msg a:hover{
  text-decoration: underline;
}

.cookies-wrap-hide{
  display: none!important;
}
.accept-btn-wrap{
  display: block;
  
}
.accept-btn-wrap .accept-btn{
     width: 110px;
    
    padding:8px 20px;
    border: 2px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
     font-size: 14px;
     box-shadow:none;
     outline:none; 
    text-align: center;
    border-radius: 100px;
    background-color:#008ED5;
    color: #ffffff;
    margin-right:0px;
    
}
.accept-btn-wrap .accept-btn:hover{
  color:#008ED5;
  background-color:#ffffff;

}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #008ed5;
  border-top-color: #a3e0ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
Back to top button
--------------------------------------------------------------*/

.w85 {
  width: 85%!important;
}
a.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 0px;
  z-index: 10000;
  padding: 30px 30px;
  background: #008ED5;
}
a.back-to-top:hover {
  background: #1ab3ff;
}
/*--------------------------------------------------------------
Disable AOS delay on mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #141415;
}
#header.header-scrolled {
  background: rgba(20, 20, 21, 0.8);
  height: 60px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
/*--------------------------------------------------------------
Letus connect page
--------------------------------------------------------------*/

.hero-letsconnect {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 102px 0 0 0;
  overflow: hidden;
  background-color: #141415;
  background: url(../img/header/letsconnect.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-y: auto;
}
.letsconnect-sec {
  background-color: #ffffff;
  background: url(../img/letsconnect-sec-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/*--------------------------------------------------------------
Careers page
--------------------------------------------------------------*/

.who-we-are-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px 0 0 0;
  overflow: hidden;
  background-color: #141415;
  background: url(../img/header/who-we-are.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.leadership-sec {
  background-color: #ffffff;
  background-image: url(../img/leadership-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0px 0px 0px;
}
.color-white {
  color: #ffffff!important;
}
.common-sec-bg{
   background-color: #ffffff;
  background: url(../img/common-sec-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top right;

}
.leader-info-left {
  background-image: url(../img/praveen-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 81% bottom 0px;
  height: 100%;
  min-height: 476px;
  position: relative;
  margin-right: 0px;
}
.leader-info-right {
  background-image: url(../img/Joe-color.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 91% bottom 0px;
  height: 100%;
  min-height: 476px;
  position: relative;
  margin-left: 0px;
}
.leader-name-board-left {
  min-width: 272px;
  min-height: 100px;
  background: #ffffff;
  padding: 10px 25px 14px;
  position: absolute;
  right: 46px;
  bottom: 25px;
}
.leader-name-board-left h2,
.leader-name-board-right h2 {
  font-size: 36px;
  font-weight: 700;
  color: #141415;
  margin-bottom: 0px;
}
.leader-name-board-left h4,
.leader-name-board-right h4 {
  font-size: 24px;
  font-weight: 700;
  color: #141415;
  margin-bottom: 4px;
}
.leader-name-board-left a,
.leader-name-board-right a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.leader-name-board-right {
  min-width: 272px;
  min-height: 100px;
  background: #ffffff;
  padding: 10px 25px 14px;
  position: absolute;
  left: 46px;
  bottom: 25px;
}
.company-sec {
  background-color: #ffffff;
  background: url(../img/letsconnect-sec-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0px 0px;
}
.customer-success-sec {
  background: #ffffff;
}
.customer-success-wrap {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 38px;
  margin-top: 30px;
}
.customer-icn {
  text-align: center;
  margin: 0 auto 20px auto;
  min-height: 80px;
}
.what-we-do-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px 0 0 0;
  overflow: hidden;
  background-color: #141415;
  background: url(../img/header/what-we-do.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.purpose-sec {
  background-color: #E4EDF3;
  padding: 0 0;
}
.accelerators-sec {
  background-color: #ffffff;
  background: url(../img/accelerators-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.accelerators-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.accelerators-sec li {
  /*display: inline-block;*/
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.accelerators-sec .display-box {
  width: 280px;
  max-width: 100%;
  height: 210px;
  max-height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 30px 10px;
}
.accelerators-sec .display-box p {
  font-size: 17px;
  font-weight: 700;
  color: #141415;
  line-height: 24px;
  text-align: center;
}
.customer-success-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #141415;
  text-align: center;
}
.customer-success-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #141415;
  text-align: center;
  margin-bottom: 0;
}
.company-sec {
  background-color: #ffffff;
  background: url(../img/letsconnect-sec-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0px 0px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.company-left {
  padding-top: 60px;
  padding-bottom: 60px;
}
.company-left p {
  font-size: 16px;
  font-weight: 400;
  color: #141415;
  line-height: 30px;
}
.company-left ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.company-left li {
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 11px 10px;
  background-position: center left;
  padding-left: 30px;
}
.company-right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
.hero-careers {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px 0 0 0;
  overflow: hidden;
  background-color: #141415;
  background: url(../img/header/career.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-careers .banner-content p {
  width: 78%;
}
.impaqters-sec {
  background-color: #E4EDF3;
}
.impaqters-sec ul {
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.impaqters-sec li {
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.pt-36 {
  padding-top: 36px!important;
}
.circle {
  position: relative;
  display: block;
  margin: 15px 10px 15px;
  background-color: transparent;
  color: #222;
  text-align: center;
  font-size: 18px;
}
.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  content: "";
}
.circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.circle-content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}
.circle-content .img-span {
  display: block;
  margin: 0px auto 10px auto;
}
.circle-content .txt-span {
  display: block;
  margin: 0 auto;
  color: #141415;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.banner-content h2 {
  font-size: 70px;
  color: #008ED5;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 0px;
}
.banner-content h4 {
  font-size: 65px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 70px;
}
.banner-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  line-height: normal;
}
.letsconnect-left h6 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  padding-top:15px;
}
.letsconnect-left p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.connect-submit {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 0px;
  border-radius: 100px;
  background: #008ED5;
  color: #ffffff;
  border: 0;
  outline: 0;
  box-shadow: 0;
  white-space: nowrap;
  outline: none;
  min-width: 150px;
  margin-bottom: 30px;
}
.connect-submit:hover {
  background: #1ab3ff;
  color: #ffffff;
}
.attach-file-wrap {
  float: right;
}
.attach-file-wrap .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.attach-file-wrap label {
  cursor: pointer;
  margin-top: 15px;
}
.attach-file-wrap label span {
  font-size: 16px;
  font-weight: 700;
  color: #008ED5;
  text-decoration: underline;
  padding-right: 15px;
}
.attach-file-wrap label span + span {
  padding-right: 0;
}
.attach-file-wrap label i {
  font-size: 27px;
  padding: 0;
}
.industry-expertise-sec {
  background-color: #ffffff;
  background: url(../img/industry-expertise-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.salesforce-export-sec {
  background-color: #ffffff;
  background: url(../img/salesforce-sec-bg.jpg) no-repeat;
  background-size: contain;
  background-position: top center;
}
.salesforce-export-sec .company-left {
  padding-top: 0;
}
.salesforce-export-sec .company-left p {
  margin-bottom: 24px;
}
.salesforce-export-sec .company-left .section-title p {
  margin-bottom: 0px;
}
.salesforce-export-sec .company-left button {
  font-size: 20px;
  font-weight: 700;
  background: #008ED5;
  padding: 8px 20px;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  outline: none;
  min-width: 168px;
}
.salesforce-export-sec .company-left button:hover {
  background: #1ab3ff;
  color: #ffffff;
}
.salesforce-expertise-card {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 42px 42px;
  min-height: 410px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.salesforce-expertise-card .sales-card-hovercontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  opacity: 0;
  color: #fff;
  background: #141415;
  transition: opacity 0.25s ease;
  border-top: 8px solid #008ED5;
  padding: 30px 30px 30px 30px;
  z-index: 1;
}
.salesforce-expertise-card:hover .sales-card-hovercontent {
  opacity: 1;
}
.salesforce-expertise-card .sales-card-hovercontent h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: #008ED5;
  text-align: left;
}
.salesforce-expertise-card .sales-card-hovercontent p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.para-scrolling {
  /*font-size:13px!important;*/
  height: 90%;
  overflow-y: auto;
}
.salesforce-icn {
  text-align: center;
  margin: 0 auto 20px auto;
  min-height: 80px;
}
.salesforce-expertise-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #141415;
  text-align: center;
}
.salesforce-expertise-card p {
  font-size: 18px;
  font-weight: 400;
  color: #141415;
  text-align: center;
  margin-bottom: 0;
}
.impaqtive-ohana-sec{
padding:0;
}
.impaqtive-ohana-left{
   padding-top: 60px;
    padding-bottom: 60px;
}
.impaqtive-ohana-left ol{
   padding-left: 45px;
    margin: 0 0 8px;
    
    font-size: 16px;
    font-weight: 400;
}
.impaqtive-ohana-left li{
      
    line-height: 30px;
    padding-left: 10px
}
.impaqtive-ohana-left p{
      font-size: 16px;
    font-weight: 400;
    color: #141415;
    line-height: 30px;
    margin-bottom: 5px;
}
.impaqtive-ohana-right{
 background: #008ED5;
 height: 100%;

 padding: 95px 50px 95px 50px;
}
.impaqtive-ohana-right h4{
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.impaqtive-ohana-right p{
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 25px;
}
/*.impaqtive-ohana-right button {
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    padding: 12px 30px;
    border: 0;
    border-radius: 100px;
    color: #008ED5;
    outline: none;
    min-width: 195px;
}

.impaqtive-ohana-right button:hover{
  background: #1ab3ff;
  color: #ffffff;
}*/
.commitments-sec {
  background-color: #ffffff;
}
.commitments-sec p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #141415;
}
.commitments-wrap {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 30px 30px;
  min-height: 397px;
}
.commitments-wrap.mb30 {
  margin-bottom: 30px;
}
.commitments-wrap h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.commitments-wrap .media {
  align-items: center;
  margin-bottom: 10px;
}
.commitments-wrap .media:last-child {
  margin-bottom: 0;
}
.commitments-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  color: #141415;
  padding: 0;
  margin-bottom: 0px;
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 1);
  padding: 10px 0 10px 65px;
  transition: 0.3s;
  /*font-size: 26px;*/
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 65px;
  background-color: #008ED5;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .active > a:before {
  visibility: visible;
  width: calc(100% - 65px);
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #008ED5;
  text-decoration: none;
}
/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 17px;
  /*z-index: 9998;*/
  z-index: 99999;
  border: 0;
  background: none;
  font-size: 26px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  /*background: #141415;*/
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav ul {
  margin-top: 44px;
}
.mobile-nav li {
  text-align: center;
}
.mobile-nav a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 10px 0px;
  font-weight: 400;
  transition: 0.3s;
  outline: none;
  font-size: 22px;
  text-align: center;
  transition: 0.3s;
}
.mobile-nav > ul > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #008ED5;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #1ab3ff;
  text-decoration: none;
}
.mobile-nav a:hover::before,
.mobile-nav li:hover > a::before,
.mobile-nav .active > a::before {
  visibility: visible;
  width: 100%;
}
.mobile-nav .underlined-link {
  position: relative;
  color: #1ab3ff;
  text-decoration: none;
  display: inline-block;
}
.mobile-nav .underlined-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1ab3ff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}
.mobile-nav .underlined-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 20, 21, 0.95);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.parallax-slider {
  height: 100vh;
  position: relative;
}
.parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.parallax-slider .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
}
.parallax-slider .img-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.parallax-slider .swiper-slide .content {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.parallax-slider .content {
  text-align: left;
}
.parallax-slider .content .title {
  font-weight: 700;
  font-size: 5.2rem;
  color: #008ED5;
  padding-top: 0px;
  margin-bottom: 0;
}
.parallax-slider .content .title .title-wrapper {
  font-weight: 500;
  font-size: 70px;
  /*font-size: 5.2rem;*/
  color: #008ED5;
  padding-top: 100px;
  margin-bottom: 0;
  line-height: 1;
   display: block;
}
.parallax-slider .content .title .subtitle-wrapper {
  font-weight: 300;
  text-transform: uppercase;
  /*font-size: 3.8rem;*/
  font-size: 65px;
  color: #ffffff;
  padding-top: 0px;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1;
   display: block;
}
.parallax-slider .content .description {
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  width: auto;
}
.parallax-slider .content .description p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 46px;
  color: #ffffff;
  width: 50%;
}
.parallax-slider .content .description button {
  font-size: 20px;
  font-weight: 700;
  background: #008ED5;
  padding: 8px 20px;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  outline: none;
  min-width: 195px;
}
.parallax-slider .content .description button:hover {
  background: #1ab3ff;
}
/*nav controls*/

.parallax-slider .swiper-nav-ctrl {
  background-image: none;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  outline: 0;
}
.parallax-slider .swiper-nav-ctrl.next-ctrl {
  right: 0;
}
.parallax-slider .swiper-nav-ctrl.prev-ctrl {
  left: 0;
}
.parallax-slider .pagination-ctrl {
  max-width: 100%;
  left: 0;
  right: 15px;
  margin: 34px auto 0 auto;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.9);
}
.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: #008ED5;
}
.swiper-pagination-bullet:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}
.parallax-slider .img-container.zero {
  background-image: url("../img/header/summit-partner.jpg");
}
.parallax-slider .img-container.one {
  background-image: url("../img/header/think-salesforce-think-impaqtive.jpg");
}
.parallax-slider .img-container.two {
  background-image: url("../img/header/accelerate.jpg");
}
.parallax-slider .img-container.three {
  background-image: url("../img/header/innovative-imaginative.jpg");
}
.parallax-slider .img-container.four {
  background-image: url("../img/header/grow-with-us.jpg");
}
.parallax-slider .img-container.five {
  background-image: url("../img/header/do-good-be-good.jpg");
}
.parallax-slider .img-container.six {
  background-image: url("../img/header/the-world-is-your-home.jpg");
}
/*--------------------------------------------------------------
Hero
--------------------------------------------------------------*/

a.scroll-btn {
  position: absolute;
  bottom: 110px;
  left: 50%;
  z-index: 9996;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  transition: opacity .3s;
}
a.scroll-btn:hover {
  opacity: .5;
}
a.scroll-btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
a.scroll-btn span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px 0 0 0;
  overflow: hidden;
  background-color: #141415;
}
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 45px;
}
#hero .know-more {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #008ED5;
}
#hero .know-more:hover {
  background: #1ab3ff;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 100px;
}
.swiper-pagination {
  text-align: right;
}
.social-media {
  display: inline-block;
  font-size: 0;
}
.social-media a {
  margin-right: 10px;
}
.social-media a:hover svg path {
  fill: #fff;
}
.social-media p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 6px;
}
.extra-container {
  position: absolute;
  bottom: 100px;
  color: white;
  width: 100%;
  z-index: 100;
}
.swiper-pagination-bullet {
  margin: 0 11px!important;
}
.swiper-pagination-bullet:last-child {
  margin: 0 0px 0 11px!important;
}
/*--------------------------------------------------------------
Innerpage
--------------------------------------------------------------*/

.inner-breadcrumb-wrap {
  background: #E4EDF3;
  padding: 24px 0;
  min-height: 72px;
}
.inner-breadcrumb-wrap .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
  font-size: 16px;
}
.inner-breadcrumb-wrap .breadcrumbs ol li a {
  outline: 0;
}
.industry-para-wrap {
  margin-bottom: 20px;
}
.industry-inner-sec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.industry-inner-sec p.industry-para {
  font-size: 20px;
  color: #008ED5;
  line-height: 26px;
}
.industry-inner-sec h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #008ED5;
  margin-bottom: 20px;
}
.industry-inner-sec ul {
  padding-left: 20px;
}
.industry-inner-sec li {
  padding-left: 0;
}
.bgcolor-skyblue {
  background: #E4EDF3!important;
}
.bgimage-skyblue {
  background: #E4EDF3;
  background: url(../img/letsconnect-sec-bg.jpg) no-repeat #ffffff;
  background-size: cover;
  background-position: top center;
}
.salesforce-header {
  background-color: #ffffff;
  background: url(../img/salesforce-inner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 400px;
  position: relative;
  margin: 80px 0 0 0;
  /*padding: 80px 0 0 0;*/
  padding: 0;
}
.inner-banner-content {
  min-height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.inner-banner-content h2 {
  font-size: 70px;
  color: #008ED5;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 10px;
}
.inner-banner-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: normal;
}
.innerpage-header {
  padding: 22px 0;
  background-color: #E4EDF3;
  margin-top: 80px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  font-size: 16px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
.innerpage-header h2 {
  font-size: 36px;
  font-weight: 700;
}
.innerpage-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.innerpage-header ul li {
  padding-left: 25px;
  display: inline-block;
  font-size: 16px;
  margin-right: 28px;
}
.innerpage-header ul li:first-child {
  padding-left: 32px;
}
.connectivity-icon {
  background: url("../img/connectivity-icn.png") no-repeat left center;
}
.location-icon {
  background: url("../img/location-icn.png") no-repeat left center;
}
.time-icon {
  background: url("../img/time-icn.png") no-repeat left center;
}
.innerpage-content h2 {
  color: #141415;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.innerpage-content p {
  color: #141415;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.innerpage-content ul {
  /*list-style: none; */
  margin: 0;
  /*padding: 0; */
}
.innerpage-content li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0rem;
  font-weight: 400;
}
.innerpage-content li:last-child {
  margin-bottom: 1rem;
}
.btn-text-align {
  text-align: right;
}
.apply-btn {
  font-size: 20px;
  font-weight: 700;
  padding: 13px 20px;
  margin-top: 28px;
  border-radius: 100px;
  background: #008ED5;
  color: #ffffff;
  border: 0;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
}
.apply-btn:hover {
  background: #1ab3ff;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f5f5ff;
}
.section-title {
  padding-bottom: 0px;
}
.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 12px 0;
  color: #008ED5;
  font-family: 'Roboto', sans-serif;
}
.section-title h3 {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 32px 0;
  color: #141415;
  font-family: 'Roboto', sans-serif;
}
.our-comments-sec {
  background: #E4EDF3;
}
.our-comments-wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-comments-wrap h4 {
  font-weight: 700;
  font-size: 30px;
  color: #008ED5;
  padding-bottom: 17px;
  margin: 0;
}
.our-comments-wrap p {
  color: #141415;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.section-title h6 {
    margin: 0;
    padding: 0 0 30px 0;
   
    font-size: 40px;
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #141415;
    line-height: 40px;
}
.section-title p {
  margin: 0;
  padding: 0 0 30px 0;
  /*font-size: 46px;*/
  font-size: 40px;
  position: relative;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #141415;
  line-height: 40px;
}
.section-title p.small-paratext {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
}

.upload-resume-wrap .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-resume-wrap label {
    cursor: pointer;
    font-size: 20px;
font-weight: 700;
background: #ffffff;
padding: 12px 30px;
border: 0;
border-radius: 100px;
color: #008ED5;
outline: none;
min-width: 195px;
margin-bottom: 0;
}
.upload-resume-wrap label:hover{
  cursor: pointer;
  background: #1ab3ff;
color: #ffffff;
}
.txt-upper {
  text-transform: uppercase;
}
.section-title p.small-text {
  color: #141415;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  padding: 0 0 0px 0;
}
.current-openings-wrap {
  padding: 24px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  width: 100%;
  min-height: 264px;
}
.current-openings-wrap h2 {
  font-size: 16px;
  font-weight: 500;
  color: #008ED5;
  margin-right: 0;
  margin-bottom: 0px;
  min-height: 52px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  width: calc(100% - 160px);
}
.flag-right {
  height: 32px;
  padding-left: 30px;
  position: absolute;
  padding-right:10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  top: 26px;
  right: 0px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 4px;
  z-index: 101;
  color: #141415;
}
.flag-bg-onsite {
  background: url(../img/location-black.png) no-repeat #AFCFEB left 10px center;
}
.flag-bg-offshore {
  background: url(../img/location-black.png) no-repeat #D2ECB8 left 10px center;
}
.flag-bg-othersite {
  background: url(../img/location-black.png) no-repeat #ECDBB8 left 10px center;
}
.current-openings-wrap ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.current-openings-wrap li {
  padding-left: 26px;
  display: inline-block;
  font-size: 13px;
  margin-right: 6px;
  color: #717172;
  margin-bottom: 5px;
}
.location-grey-icon {
  background: url(../img/location-icn-grey.png) no-repeat left center;
}
.time-grey-icon {
  background: url(../img/time-icn-grey.png) no-repeat left center;
}
.connectivity-grey-icon {
  background: url(../img/connectivity-icn-grey.png) no-repeat left center;
}
.location-darkgrey-icon {
  background: url(../img/location-icn-darkgrey.png) no-repeat left center;
}
.time-darkgrey-icon {
  background: url(../img/time-icn-darkgrey.png) no-repeat left center;
}
.connectivity-darkgrey-icon {
  background: url(../img/connectivity-icn-darkgrey.png) no-repeat left center;
}
.current-openings-wrap p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141415;
}
.section-card-wrap {
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}
.section-card-wrap .section-card-hovercontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  opacity: 0;
  color: #fff;
  background: #141415;
  transition: opacity 0.25s ease;
  border-top: 8px solid #008ED5;
  padding: 17px 25px 25px;
  z-index: 1000;
}
.section-card-wrap:hover .section-card-hovercontent {
  opacity: 1;
}
.section-card-wrap .section-card-hovercontent h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: #008ED5;
  text-align: left;
}
.section-card-wrap .section-card-hovercontent p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: #ffffff;
}
.whatwedo-sec {
  background-color: #ffffff;
  background: url(../img/letsconnect-sec-bg.jpg) no-repeat;
  background-size: contain;
  background-position: top right;
}
.icon-wrap {
  margin-bottom: 20px;
}
.section-card-wrap h4 {
  font-family: 'Roboto', sans-serif;
  color: #141415;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-card-wrap p {
  font-family: 'Roboto', sans-serif;
  color: #141415;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
/*--------------------------------------------------------------
why chooseus sec
--------------------------------------------------------------*/

.tech-certification-sec {
  background-color: #E4EDF3;
}
.tech-img-wrap {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.tech-certification-sec h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 69px;
  margin: 0px;
  color: #141415;
  line-height: normal;
}
.bg-img-wrap {
  position: absolute;
  left: -53px;
  bottom: 0;
}
.bg-img-wrap img {
  max-width: 90%;
}
.whyimpaqtive-subsec-bg {
  background-image: url("../img/impaqtive-img.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: left 0% bottom 0;
}
.why-chooseus-sec {
  padding: 0px 0;
  background-image: url("../img/choose-us-bg.jpg");
  background-repeat: no-repeat;
  background-position: left 10% bottom 0;
  background-size: cover;
  position: relative;
}
.why-chooseus-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(1, 3, 111, 0.8);*/
}
.chooseus-box {
  padding: 60px 0 60px 0;
  max-height: 503px;
  min-height: 100%;
  display: flex;
}
.chooseus-box-right {
  padding: 50px 0 50px 0;
  max-height: 503px;
  min-height: 100%;
  display: flex;
}
.why-chooseus-sec .chooseus-item {
  text-align: left;
  width: 100%;
}
.why-chooseus-sec .chooseus-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.why-chooseus-sec .chooseus-item li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid #ffffff;
}
.why-chooseus-sec .chooseus-item li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.why-chooseus-sec .chooseus-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #008ED5;
  padding-right: 10px;
}
.why-chooseus-sec .chooseus-item h4 {
  font-size: 52px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #ffffff;
  padding-right: 10px;
}
.why-chooseus-sec .chooseus-item h5 {
  font-size: 55px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
}
.why-chooseus-sec .chooseus-item h6 {
  font-size: 50px;
  font-weight: 700;
  margin: 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 0px;
  padding-left: 0px;
}
.why-chooseus-sec .chooseus-item p {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 0;
}
.why-chooseus-sec .chooseus-item p.bluebox-para {
  padding-left: 0;
  padding-right: 0;
}
.why-chooseus-sec .chooseus-item p span {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.certification-wrap h5 {
  color: #141415;
  font-size: 22px;
  font-weight: 700;
}
.impaqtive-wrap h4 {
  color: #008ED5;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 6px;
}
.impaqtive-wrap p {
  font-size: 40px;
  font-weight: 400;
  color: #008ED5;
  line-height: normal;
  margin-bottom: 28px;
}
.impaqtive-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
}
.impaqtive-wrap li {
  border-right: 1px solid #141415;
  display: inline-block;
  font-size: 20px;
  width: 33.33%;
  padding: 0px 12px 0px 12px;
  /*min-height: 122px;*/
  min-height: 100px;
}
.impaqtive-wrap li:first-child {
  padding-left: 0;
}
.impaqtive-wrap li:last-child {
  border-right: 0;
}
.impaqtive-wrap li h5 {
  font-size: 65px;
  font-weight: 700;
}
.impaqtive-wrap li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #141415;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bg-grey {
  background: #242426!important;
}
.bg-blue {
  background: #008ED5!important;
}
.why-chooseus-sec .owl-nav,
.why-chooseus-sec .owl-dots {
  margin-top: 5px;
  text-align: left;
}
.why-chooseus-sec .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.why-chooseus-sec .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #008ED5 !important;
}
.why-join-sec {
  background: url("../img/why-join-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /*min-height: 637px;
  padding: 105px 0px;*/
  padding:70px 0px;
}
.why-join-sec h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #008ED5;
  padding-right: 10px;
}
.why-join-sec h4 {
  font-size: 60px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #ffffff;
  padding-right: 10px;
}
.why-join-sec p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px 0 12px 0;
  color: #ffffff;
  padding-right: 10px;
}
/*.why-join-sec ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 25px;
}
.why-join-sec ol li {
  counter-increment: my-awesome-counter;
  font-size: 18px;
  color: #ffffff;
  padding-left: 58px;
  position: relative;
  font-weight: 400;
}
.why-join-sec ol li::before {
  content: counter(my-awesome-counter)". ";
  color: #ffffff;
  margin-right: 0px;
  position: absolute;
  left: 0;
}*/
.why-join-sec ol {
  
  padding-left: 45px;
}
.why-join-sec ol li {
  
  font-size: 18px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
}
.view-details-link {
  position: absolute;
  text-align: right;
  text-decoration: none;
  font-size: 16px;
  color: #008ED5;
  right: 20px;
  bottom: 20px;
}
.view-details-link i {
  font-size: 20px;
  font-weight: bold;
  vertical-align: text-bottom;
}
.current-openings-wrap .current-openings-hovercontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  opacity: 0;
  color: #fff;
  background: #141415;
  transition: opacity 0.25s ease;
  border-top: 8px solid #008ED5;
  padding: 17px 25px 25px;
  z-index: 100;
}
.current-openings-wrap:hover .current-openings-hovercontent {
  opacity: 1;
}
.current-openings-wrap .current-openings-hovercontent h2 {
  font-size: 16px;
  font-weight: 500;
  color: #008ED5;
  margin-right: 0;
  margin-bottom: 0px;
  min-height: 52px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  width: calc(100% - 160px);
}
.current-openings-wrap .current-openings-hovercontent p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.reachus-sec {
  background: #E4EDF3;
}
.reachus-sec ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.reachus-sec li {
  padding-left: 60px;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-right: 42px;
  color: #008ED5;
  margin-bottom: 20px;
}
.reachus-sec h4 {
  color: #141415;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reachus-sec h4 img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 12px;
}
.reachout-sec {
  background: #E4EDF3;
}
.office-info-wrap {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 18px;
  background: #ffffff;
  min-height: 282px;
  margin-bottom: 0px;
}
.office-info-wrap .img-wrap {
  max-width: 100%;
  margin-bottom: 15px;
}
.office-info-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #141415;
  margin-bottom: 6px;
}
.office-info-wrap p {
  color: #141415;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.office-info-wrap p:last-child {
  margin-bottom: 5px;
}
.phone-icon {
  background: url(../img/phone-icn.png) no-repeat left center;
  background-size: 33px;
}
.mail-icon {
  background: url(../img/mail-icn.png) no-repeat left center;
}
.box-content {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 30px;
  margin-top: 36px;
}


.box-content p {
  color: #141415;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}
.box-content a.email-wrap {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.box-content a.email-wrap .mail {
  background: url(../img/mail-icn.png) no-repeat left center;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
}
.box-content a.email-wrap .label-div {
  font-weight: 500;
  color: #008ED5;
  font-size: 20px;
  margin: 0 0px 0 15px;
  padding-top: 0px;
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
news-insights
--------------------------------------------------------------*/

.news-insights {
  background: #fff;
}
.news-insights .member {
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.news-insights .member img {
  width: 100%;
}
.news-insights .member .pic {
  overflow: hidden;
}
.news-insights .member img {
  transition: all ease-in-out 0.4s;
}
.news-insights .member:hover img {
  transform: scale(1.1);
}
.news-insights .member .member-info {
  padding: 15px 32px 28px;
  border-radius: 0 0 4px 4px;
}
.red-span {
  color: #FF0000;
}
.news-insights .member .member-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  color: #141415;
  padding-bottom: 12px;
}
.news-insights .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 28px;
  color: #141415;
  padding-bottom: 10px;
}
.news-insights .member .member-info p {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 20px;
  color: #141415;
  line-height: 30px;
  padding-bottom: 10px;
}
.news-insights .member .member-info .link-wrap {
  text-align: center;
}
.news-insights .member .member-info .link-wrap a {
  font-family: 'Open Sans', sans-serif;
  color: #008ED5;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}
.news-insights .member .member-info .link-wrap a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #008ED5;
  transition: width .3s;
}
.news-insights .member .member-info .link-wrap a:hover::after {
  width: 100%;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#footer {
  color: #fff;
  padding: 0px 0;
  background: #141415 url(../img/footer-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-bottom {
  padding: 24px 0 24px 0;
  background: rgba(0, 0, 0, 0.59);
}
#footer .footer-top .footer-info {
  color: #fff;
  padding: 0px 47px 0px 0px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
 #footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.60);
}
#footer .footer-bottom .social-links {
  font-size: 0;
  margin-bottom: 24px;
}
#footer .footer-bottom .social-links a.fb-icon {
  display: inline-block;
  text-indent: -999999px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
  background: url(../img/circled-facebook-icn.png) no-repeat center center;
}
#footer .footer-bottom .social-links a.fb-icon:hover {
  background: url(../img/circled-facebook-icn-hover.png) no-repeat center center;
  text-decoration: none;
}
#footer .footer-bottom .social-links a.twitter-icon {
  display: inline-block;
  text-indent: -999999px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
  background: url(../img/circled-twitter-icn.png) no-repeat center center;
}
#footer .footer-bottom .social-links a.twitter-icon:hover {
  background: url(../img/circled-twitter-icn-hover.png) no-repeat center center;
  text-decoration: none;
}
#footer .footer-bottom .social-links a.instagram-icon {
  display: inline-block;
  text-indent: -999999px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
  background: url(../img/circled-instagram-icn.png) no-repeat center center;
}
#footer .footer-bottom .social-links a.instagram-icon:hover {
  background: url(../img/circled-instagram-icn-hover.png) no-repeat center center;
  text-decoration: none;
}
#footer .footer-bottom .social-links a.linkedin-icon {
  display: inline-block;
  text-indent: -999999px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
  background: url(../img/circled-linkedin-icn.png) no-repeat center center;
}
#footer .footer-bottom .social-links a.linkedin-icon:hover {
  background: url(../img/circled-linkedin-icn-hover.png) no-repeat center center;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #61ebba;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
#footer .footer-top .footer-links ul a:hover {
  color: #008ED5;
}
#footer .copyright {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

#footer .footer-top .footer-partner-logo {
  position : absolute;
  bottom : 33%;
}

#footer .footer-top .footer-partner-logo  img{
  width : 75px;
  height : 75px;
  vertical-align: unset;
}
.apply-post-outerwrap {
  position: relative;
}
.content-overflow {
  overflow: inherit!important;
}
.apply-post-wrap {
  position: absolute;
  width: calc(100% - 32px);
  height: 100%;
  background: #ffffff;
  top: -216px;
  z-index: 996;
  border: 1px solid #707070;
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 34px 34px 0px;
}
.modal.right .modal-footer {
  padding: 5px 34px 34px;
  border-top: 0;
}
.modal.right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}
.modal.right .modal-content {
  border-radius: 0;
  border: none;
}
.modal.right .modal-dialog.modal-sm {
  width: 300px;
}
.modal.right .modal-dialog.modal-lg {
  width: 800px;
}
.modal.right .modal-dialog.modal-xl {
  width: 1140px;
}
/* Top and Bottom */

.top-btn-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-btn-wrap p {
  color: #a1a1a1;
  font-size: 20px;
  font-weight: 400;
}
/* Top */

#right_modal {
  z-index: 99999;
}
#right_modal .modal-content {
  border-radius: 0;
  border: 1px solid #707070;
}
#right_modal .modal-header {
  background: #008ED5;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}
.linkedin-signin-btn {
  font-size: 20px;
  font-weight: 700;
  padding: 13px 12px;
  border-radius: 100px;
  background: #0073B1;
  color: #ffffff;
  border: 0;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
  max-width: 232px;
  margin-bottom: 30px;
  float: right;
}
.linkedin-signin-btn:hover {
  background: #008ED5;
  box-shadow: none;
  color: #ffffff;
}
.letsconnect-left .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  line-height: normal;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 18px 12px 18px;
}

.letsconnect-left .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.80);
  opacity: 1;
  /* Firefox */
}
.letsconnect-left .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.80);
}
.letsconnect-left .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.80);
}
.letsconnect-left .form-group textarea {
  min-height: 110px;
}
.blue-area {
  max-width: 100%;
  width: 472px;
  max-height: 100%;
  height: 476px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0);
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0);
}
#right_modal .form-group .form-control {
  background-color: transparent;
  border: 1px solid #A7A7A7;
  border-radius: 6px;
  color: #141415;
  line-height: normal;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 13px 12px 13px 12px;
}
#right_modal .form-group textarea {
  min-height: 144px;
}
#right_modal .modal-content h2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #141415;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
#right_modal .modal-footer>* {
  margin: 0;
}
#right_modal .modal-footer .submit-btn {
  float: right;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 55px;
  margin-top: 0px;
  border-radius: 100px;
  background: #008ED5;
  color: #ffffff;
  border: 0;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
}
#right_modal .modal-footer .submit-btn:hover {
  background: #1ab3ff;
  color: #ffffff;
}
#right_modal .modal-content .close {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
#right_modal .modal-header .close {
  padding: .6rem 1rem;
}
.fileinfo-wrap {
  height: 96px;
  background: #E4EDF3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
}
body.modal-open {
  padding-right: 0 !important;
}
.form-content {
  height: 100%;
  padding-top:20px;
  
}
.bg-white {
  background: #ffffff!important;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .impaqtive-wrap h4 {
    color: #008ED5;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .impaqtive-wrap p {
    font-size: 28px;
    font-weight: 400;
    color: #008ED5;
    line-height: normal;
    margin-bottom: 12px;
  }
  .impaqtive-wrap li h5 {
    font-size: 50px;
    font-weight: 700;
  }
  .impaqtive-wrap li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #141415;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .circle {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: transparent;
    color: #222;
    text-align: center;
    font-size: 18px;
    max-width: 230px;
    margin-bottom: 30px;
  }
  .accelerators-sec ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .accelerators-sec li {
    width: 33.33%;
    margin-bottom: 20px;
  }
}


/**********************************
  Additional Styles - Anil
***********************************/
.contact-us-alert-hide{
  display : none;
}

.alert-light{
  color : #000 !important;
}

.alert-success {
  color: #fff !important;
  background-color: #008ed5 !important;
  border-color: #008ed5 !important;
}

.alert-success a {
  color: #fff;
}

/***************************************
*  End Additional Styles                *
****************************************/

@media (max-width: 992px) {
  .office-info-wrap {
  
  margin-bottom: 30px;
}
  .impaqtive-ohana-sec{
    padding-bottom: 60px;
  }
  .impaqtive-ohana-left{
  
    padding-bottom: 40px;
}
  .impaqtive-ohana-right {
    background: #008ED5;
    height: auto;
    
    padding: 50px 50px 50px 50px;
    margin-bottom: 0px;
}
  .company-right {
    padding-bottom: 40px;
    
    justify-content: center;
}
.company-left{
  padding-bottom:0;
}
  .why-chooseus-sec .chooseus-item p span {
    font-size: 28px;
  }
  .why-chooseus-sec .chooseus-item h6 {
    font-size: 36px;
  }
  .why-chooseus-sec .chooseus-item p {
    font-size: 18px;
  }
  .why-chooseus-sec .chooseus-item li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .why-chooseus-sec .chooseus-item li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .impaqtive-wrap p {
    margin-bottom: 30px;
  }
  .salesforce-header {
    margin: 64px 0 0 0;
  }
  .inner-banner-content h2 {
    font-size: 75px;
    line-height: 75px;
  }
  .inner-banner-content p {
    font-size: 18px;
    line-height: normal;
  }
  #header {
    height: 64px;
  }
  #header .logo h1 {
    font-size: 28px;
  }
  .banner-content h2 {
    font-size: 75px;
    line-height: 75px;
  }
  .banner-content h4 {
    font-size: 55px;
    line-height: 55px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: normal;
  }
  .back-to-top {
    padding: 20px 20px;
    right: 24px;
  }
  .innerpage-header {
    margin-top: 64px;
  }
  .hero-letsconnect {
    padding: 64px 0 0 0;
  }
  .who-we-are-sec {
    padding: 64px 0 0 0;
  }
  .what-we-do-sec {
    padding: 64px 0 0 0;
  }
  .hero-careers {
    padding: 64px 0 0 0;
  }

  #footer .footer-top .footer-partner-logo {
    position : absolute;
    bottom : 0;
  }
}
@media (max-width: 991px) {
  .form-content {
    
    padding-top: 0px;
}
  .hero-letsconnect a.scroll-btn {
    display: none;
  }
  .form-content .container{
   padding-left:0;
   padding-right: 0;

}
  .impaqtive-wrap p {
    font-size: 26px;
  }
  .certification-wrap h5 {
    margin-bottom: 30px;
  }
  .impaqtive-wrap ul {
    padding-bottom: 30px;
  }
  .reachus-sec ul {
    margin-bottom: 0px;
  }
  .leader-info-left {
    background-position: center center;
    min-height: 428px;
  }
  .leader-info-right {
    background-position: center center;
    min-height: 428px;
  }
  .mob-pb-0 {
    padding-bottom: 0!important;
  }
  .leader-name-board-left {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 284px;
    bottom: 0;
  }
  .leader-name-board-right {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 284px;
    bottom: 0;
  }
  #hero {
    padding-top: 64px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .why-chooseus-sec .chooseus-item h4 {
    font-size: 38px;
  }
  .box-content a.first-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 812px) {
  .swiper-pagination-bullet {
    margin: 0 6px!important;
  }
  .swiper-pagination-bullet:last-child {
    margin: 0 0px 0 6px!important;
  }
  .social-media {
    display: block;
    font-size: 0;
    text-align: left;
  }
  .social-media a {
    margin-right: 6px;
  }
  .social-media a * {
    width: 26px;
  }
  .extra-container {
    position: absolute;
    bottom: 89px;
    color: white;
    width: 100%;
    z-index: 100;
  }
  .parallax-slider .content .title .title-wrapper {
    padding-top: 23px;
    font-size: 36px;
    text-align: center;
  }
  .parallax-slider .content .title .subtitle-wrapper {
    font-size: 26px;
    text-align: center;
  }
  .parallax-slider .content .description p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .parallax-slider .content .description p a {
    color: #ffffff;
    text-decoration: none;
  }
  .parallax-slider .content .description {
    text-align: center;
  }
  .parallax-slider .content .description button {
    font-size: 18px;
    font-weight: 700;
    background: #008ED5;
    padding: 6px 17px;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    outline: none;
    min-width: 58px;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
     transition-delay: 0s !important;
  }
}
@media (max-width: 767px) {
  .cookies-inner-wrap{
    align-items: flex-start;
    flex-direction: column;
    margin:30px 0px;
    
}
.cookies-msg {
    width: 100%;
    margin: 0px 0px 20px;
    
}
  .office-info-wrap {
  
  
  height: auto;
}


  a.scroll-btn {
    display: none;
  }
  .commitments-sec p {
    margin-bottom: 30px;
  }
  .w85 {
    width: 100% !important;
  }
  .inner-banner-content h2 {
    font-size: 52px;
    margin-bottom: 15px;
    line-height: 54px;
  }
  .inner-banner-content p {
    font-size: 18px;
    line-height: normal;
  }
  .chooseus-box {
    padding: 40px 0 40px 0;
    height: 240px;
  }
  .chooseus-box.custom-height {
    height: auto;
    flex-direction: column;
  }
  .bg-img-wrap {
    position: static;
    width: 100%;
    text-align: center;
  }
  .bg-img-wrap img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .accelerators-sec li {
    width: 50%;
    margin-bottom: 20px;
  }
  .swiper-pagination-bullet {
    margin: 0 6px!important;
  }
  .swiper-pagination-bullet:last-child {
    margin: 0 0px 0 6px!important;
  }
  .social-media {
    display: block;
    font-size: 0;
    text-align: left;
  }
  .social-media a {
    margin-right: 6px;
  }
  .social-media a * {
    width: 26px;
  }
  .extra-container {
    position: absolute;
    bottom: 89px;
    color: white;
    width: 100%;
    z-index: 100;
  }
  .blue-area {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .purpose-sec .company-left {
    padding-bottom: 0;
  }
  .salesforce-export-sec {
    background-size: cover;
    background-position: top center;
  }
  .reachus-sec {
    padding: 60px 0 40px;
  }
  .office-info-wrap {
    margin-bottom: 40px;
  }
  .office-info-wrap .img-wrap img {
    width: 100%!important;
  }
  .why-join-sec {
    min-height: 100%;
  }
  .breadcrumbs ol {
    margin-bottom: 30px;
  }
  .innerpage-header h2 {
    margin-bottom: 10px;
  }
  .innerpage-header ul li {
    margin-bottom: 8px;
  }
  .btn-text-align {
    text-align: left;
  }
  .our-comments-wrap {
    padding-bottom: 0;
  }
  #footer .footer-top .footer-info {
    color: #fff;
    padding: 0px 0px 0px 0px;
  }
  .parallax-slider .content .title .title-wrapper {
    padding-top: 23px;
    font-size: 36px;
    text-align: center;
  }
  .parallax-slider .content .title .subtitle-wrapper {
    font-size: 26px;
    text-align: center;
  }
  .parallax-slider .content .description p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .parallax-slider .content .description {
    text-align: center;
  }
  .parallax-slider .content .description button {
    font-size: 18px;
    font-weight: 700;
    background: #008ED5;
    padding: 6px 17px;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    outline: none;
    min-width: 58px;
  }
  a.back-to-top {
    padding: 20px 20px;
    right: 20px;
  }
  .swiper-pagination {
    text-align: right;
  }
  .parallax-slider .pagination-ctrl {
    margin: 35px 0 0;
  }
  .row >[class*="col-"]:nth-last-child(1) > .section-card-wrap {
    margin-bottom: 0px;
  }
  .reachus-sec li {
    padding-left: 45px;
    font-size: 18px;
  }
  .mail-icon {
    background-size: contain;
  }
  .phone-icon {
    background-size: contain;
  }
  .letsconnect-left .form-group .form-control {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }
  .why-join-sec {
    padding: 40px 0px;
  }
  .why-join-sec h4 {
    font-size: 40px;
  }
  .section-title p {
    font-size: 30px;
    line-height: 36px;
  }
   .section-title h6 {
    font-size: 30px;
    line-height: 36px;
}
  .banner-content h2 {
    font-size: 52px;
    margin-bottom: 5px;
    line-height: 54px;
  }
  .banner-content h4 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: normal;
  }
  #footer .footer-top .footer-partner-logo {
    position : unset;
    bottom : 0;
    margin: 20px 0px;
  }
}
@media (max-width: 575px) {
  .impaqtive-ohana-right {
    
    padding: 50px 30px 50px 30px;
  }
  .impaqtive-wrap ul {
    flex-direction: column;
  }
  .impaqtive-wrap p {
    margin-bottom: 20px;
  }
  .impaqtive-wrap li {
    border-right: 0;
    border-bottom: 1px solid #141415;
    width: 100%;
    min-height: 100px;
    padding: 12px 0px 15px 0px;
  }
  .box-content a.email-wrap {
    display: block;
  }
  .box-content a.email-wrap .mail {
    display: block;
    margin: 0 auto;
  }
  .box-content a.email-wrap .label-div {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .accelerators-sec li {
    width: 100%;
    margin-bottom: 20px;
  }
  .accelerators-sec .display-box {
    width: 100%;
    height: 100%;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
@media (min-width: 375px) {
  #tech-wrap .col {
    max-width: 50%!important;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
   .accept-btn-wrap .accept-btn{
    margin-right: 90px;
  }
  .impaqters-sec li {
    width: 50%;
  }
  #tech-wrap .col {
    max-width: 50%!important;
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .accept-btn-wrap .accept-btn{
    margin-right: 90px;
  }
  .impaqters-sec li {
    width: 33%;
  }
  #tech-wrap .col {
    max-width: 33.33%!important;
    flex-basis: 33.33%;
  }

}
@media (min-width: 1024px) {
  .accept-btn-wrap .accept-btn{
    margin-right: 90px;
  }
  #hero {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  .accept-btn-wrap .accept-btn{
    margin-right: 90px;
  }
  .accept-btn-wrap .accept-btn{
    margin-right: 90px;
  }
  #tech-wrap .col {
    max-width: 20%!important;
    flex-basis: 20%;
  }
  .who-we-are-sec .banner-content p {
    width: 64%;
  }
  .what-we-do-sec .banner-content p {
    width: 64%;
  }
  .hero-letsconnect .banner-content p {
    width: 64%;
  }
  .impaqters-sec li {
    width: 20%;
  }
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
  .parallax-slider .content .title .title-wrapper {
    padding-top: 50px;
  }
}
/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .parallax-slider .content .title .title-wrapper {
    font-size: 70px;
    padding-top: 0;
  }
  .parallax-slider .content .title .subtitle-wrapper {
    font-size: 65px;
  }
  .parallax-slider .content .description p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 46px;
  }
  .ipad-auto-margin {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .parallax-slider .content .description button {
    font-size: 23px;
    font-weight: 700;
    background: #008ED5;
    padding: 11px 30px;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    outline: none;
    min-width: 224px;
  }
}

/**********
iPad 3
**********/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
  .parallax-slider .content .title .title-wrapper {
    padding-top: 156px;
  }
  #hero a.scroll-btn {
    display: none;
  }

  
}
/* iPhone 5 ----------- */

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
/* iPhone 6, 7, 8 ----------- */

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
  .parallax-slider .content .title .title-wrapper {
    padding-top: 156px;
  }
}
/* iPhone 6+, 7+, 8+ ----------- */

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
  
  /*.parallax-slider .content .title .title-wrapper {
    padding-top: 156px;
}*/
}
/* iPhone X ----------- */

@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
/* iPhone XS Max, XR ----------- */

@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
  
  /* For portrait */
@media screen and (orientation: portrait) {
  a.scroll-btn{
    display: block;
  }
}

/* For landscape */

@media screen and (orientation: landscape) {
  a.scroll-btn{
    display: none;
  }
  .ipad-auto-margin {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .parallax-slider .content .title .title-wrapper {
    font-size: 36px;
    padding-top: 15px;
  }
  .parallax-slider .content .title .subtitle-wrapper {
    font-size: 26px;
  }
  .parallax-slider .content .description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .w85 {
    width: 100% !important;
  }
  .parallax-slider .content .description p {
    width: 100%;
  }
  .parallax-slider .content .description button {
    font-size: 23px;
    font-weight: 700;
    background: #008ED5;
    padding: 8px 30px;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    outline: none;
    min-width: 143px;
  }
}
@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
  .parallax-slider .content .title .title-wrapper {
    padding-top: 156px;
    font-size: 36px;
  }
}
/* Samsung Galaxy S3 ----------- */

@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
/* Samsung Galaxy S4 ----------- */

@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
/* Samsung Galaxy S5 ----------- */

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}
@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  #hero a.scroll-btn {
    display: none;
  }
}

}