body {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%; }

a:hover, a:focus {
  text-decoration: none;
  outline: medium none;
  outline-offset: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: medium none;
  outline-offset: 0; }

h1 {
  font-size: 42px;
  font-weight: 300;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF; }

h5 {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF; }

h6 {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", PT Serif, helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  word-wrap: break-word; }

.h2FontSize {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    .h2FontSize {
      font-size: 28px; } }

.h3FontSize {
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    .h3FontSize {
      font-size: 24px; } }

.h4FontSize {
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF; }

.h5FontSize {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

img {
  border-radius: 5px; }

header {
  background-color: #184667;
  width: 100%;
  height: 70px;
  padding: 7px 15px; }
  header a.pull-left {
    display: block;
    margin: 0px 0; }
    header a.pull-left p {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px; }
  header img {
    width: auto;
    max-height: 60px;
    border-radius: 0; }
  header h1 {
    margin: 5px 0; }

.headerHide {
  position: fixed;
  height: 0px;
  padding: 0px;
  opacity: 0; }

.headerShow {
  position: fixed;
  z-index: 99999; }

.banner {
  width: 100%;
  padding: 80px 0 80px 120px; }
  .banner .bannerContent {
    width: 40%; }
    .banner .bannerContent p {
      color: #FFFFFF; }
    .banner .bannerContent h3 {
      color: #BCD0DB;
      font-family: "Source Sans Pro", sans-serif; }
    @media (max-width: 767px) {
      .banner .bannerContent {
        width: 80% !important; } }
    @media (max-width: 320px) {
      .banner .bannerContent {
        width: 100% !important; } }
  @media (max-width: 767px) {
    .banner {
      padding: 40px 0 20px 80px; } }
  @media (max-width: 480px) {
    .banner {
      padding: 30px; } }

.button, .buttonWhite, .buttonBlue {
  background-color: transparent;
  border: 1px solid #184667;
  color: #184667;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  white-space: normal;
  padding: 12px 15px;
  cursor: pointer;
  font-family: "Merriweather", PT Serif, helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .button:hover, .buttonWhite:hover, .buttonBlue:hover {
    background-color: #184667;
    color: #FFFFFF !important; }

.buttonWhite, .buttonBlue {
  background-color: #FFFFFF; }

.buttonBlue {
  background: #4F7D9E !important;
  border-radius: 5px !important;
  color: #FFFFFF !important; }
  .buttonBlue:hover {
    background: #4F7D9E; }

.buttonGreen {
  background-color: #94D95D;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  padding: 3px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF; }
  .buttonGreen:hover {
    color: #FFFFFF; }

.commonForm .form-control {
  border-radius: 0;
  height: auto;
  min-height: 50px; }
  @media (max-width: 767px) {
    .commonForm .form-control {
      min-height: 30px; } }
.commonForm label {
  color: #4F7D9E;
  font-weight: 400;
  text-transform: uppercase; }
.commonForm .buttonWhite, .commonForm .buttonBlue {
  background-color: #4F7D9E;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0;
  border: none; }

footer {
  border-top: 1px solid #CACACA; }
  footer .container {
    padding: 40px 0; }
    @media (max-width: 1280px) and (min-width: 980px) {
      footer .container {
        padding: 40px 0px 50px 0px; } }
  footer .footerDetails {
    height: 310px;
    padding: 0 5px;
    border-right: 2px solid #CACACA;
    margin-bottom: 15px; }
    footer .footerDetails p {
      margin: 0; }
    footer .footerDetails ul {
      list-style: none;
      padding: 0; }
    footer .footerDetails h5 {
      text-transform: uppercase;
      color: #000000; }
    @media (max-width: 1024px) {
      footer .footerDetails {
        padding: 0 10%; } }
    @media (max-width: 980px) {
      footer .footerDetails {
        border-right: none; } }
    @media (max-width: 767px) {
      footer .footerDetails {
        padding: 0 5%;
        height: 320px; } }
    @media (max-width: 480px) {
      footer .footerDetails {
        padding: 0 10%;
        height: auto; } }
  footer .companyDetails {
    padding: 0 20px; }
    footer .companyDetails .companyAddress {
      margin-top: 15px; }
  footer .col-sm-6:last-child .footerDetails {
    border: none; }
  footer .footerBottom {
    background: #444;
    padding: 20px;
    text-align: center; }
    footer .footerBottom p {
      color: #FFFFFF; }
  @media (max-width: 767px) {
    footer .col-xs-12 {
      width: 50%; } }
  @media (max-width: 480px) {
    footer .col-xs-12 {
      width: 100%; } }

.companyDetailsFooter {
  /* contactUsInfo end */ }
  .companyDetailsFooter .footerSection {
    border-right: 2px solid #cacaca; }
  .companyDetailsFooter .footerDetails {
    border-right: 0; }
  @media (max-width: 991px) {
    .companyDetailsFooter .companyOfficeIndia .footerDetails {
      height: 360px; } }
  @media (max-width: 480px) {
    .companyDetailsFooter .companyOfficeIndia .footerDetails {
      height: 435px; } }
  @media (max-width: 320px) {
    .companyDetailsFooter .companyOfficeIndia .footerDetails {
      height: auto; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .companyOfficeUSA {
      border-right: 0; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .companyOfficeUSA .footerDetails {
      height: 360px; } }
  @media (max-width: 480px) {
    .companyDetailsFooter .companyOfficeUSA .footerDetails {
      height: 435px; } }
  @media (max-width: 320px) {
    .companyDetailsFooter .companyOfficeUSA .footerDetails {
      height: auto; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .contactUsSection {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .contactUsSection .footerDetails {
      height: 230px; } }
  @media (max-width: 320px) {
    .companyDetailsFooter .contactUsSection .footerDetails {
      height: auto; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .siteMapSection {
      margin-top: 30px;
      padding: 0; } }
  @media (max-width: 767px) {
    .companyDetailsFooter .siteMapSection {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .siteMapSection .footerDetails {
      height: 230px; } }
  @media (max-width: 320px) {
    .companyDetailsFooter .siteMapSection .footerDetails {
      height: auto; } }
  @media (max-width: 991px) {
    .companyDetailsFooter .contactUsInfo {
      padding: 0; } }
  @media (max-width: 767px) {
    .companyDetailsFooter .contactUsInfo {
      padding-right: 15px;
      padding-left: 15px; } }

.col-centered {
  display: inline-block !important;
  float: none !important;
  margin-right: -4px; }

.sectionOne,
.sectionTwo,
.sectionThree,
.sectionFour,
.sectionFive,
.sectionSix {
  padding: 50px 0; }
  .sectionOne ul.bullets,
  .sectionTwo ul.bullets,
  .sectionThree ul.bullets,
  .sectionFour ul.bullets,
  .sectionFive ul.bullets,
  .sectionSix ul.bullets {
    padding: 10px; }
    .sectionOne ul.bullets li,
    .sectionTwo ul.bullets li,
    .sectionThree ul.bullets li,
    .sectionFour ul.bullets li,
    .sectionFive ul.bullets li,
    .sectionSix ul.bullets li {
      background-image: url(../images/bullets.png) !important;
      background-repeat: no-repeat !important;
      background-position: left 11px !important;
      background-size: 10px;
      padding: 5px 0 8px 40px;
      margin: 0 !important;
      font-size: 17px !important;
      color: #264551 !important;
      list-style-type: none; }
      @media (max-width: 480px) {
        .sectionOne ul.bullets li,
        .sectionTwo ul.bullets li,
        .sectionThree ul.bullets li,
        .sectionFour ul.bullets li,
        .sectionFive ul.bullets li,
        .sectionSix ul.bullets li {
          padding-left: 25px; } }
  @media (max-width: 767px) {
    .sectionOne,
    .sectionTwo,
    .sectionThree,
    .sectionFour,
    .sectionFive,
    .sectionSix {
      padding: 30px 0; } }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.animateme {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear; }

.contactUs .sectionOne {
  background: url("../images/contactBg.jpg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-attachment: initial; }
  .contactUs .sectionOne .container {
    background: none; }
.contactUs .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .contactUs .row {
      margin-left: 0px;
      margin-right: 0px; } }
.contactUs h1 {
  color: #000000; }
.contactUs h3,
.contactUs h4 {
  color: #184667; }
.contactUs img {
  width: auto;
  max-width: 100%;
  height: auto; }
.contactUs .buttonBlue {
  border: none; }

.apply .form-control[disabled] {
  background-color: #FFFFFF; }

.socialLinks a {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 5px;
  border-radius: 50%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .socialLinks a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 1px #000000; }
.socialLinks #facebook {
  background: url("../images/social.png") -96px -32px; }
  .socialLinks #facebook:hover {
    background: url("../images/social.png") -160px -32px; }
.socialLinks #twitter {
  background: url("../images/social.png") -96px 0px; }
  .socialLinks #twitter:hover {
    background: url("../images/social.png") -160px 0px; }
.socialLinks #linkedIn {
  background: url("../images/social.png") -96px -64px; }
  .socialLinks #linkedIn:hover {
    background: url("../images/social.png") -160px -64px; }
.socialLinks #googlePlus {
  background: url("../images/social.png") -96px -160px; }
  .socialLinks #googlePlus:hover {
    background: url("../images/social.png") 0px -160px; }

nav {
  background-color: #184667 !important;
  border-color: transparent !important;
  min-height: 70px; }
  nav .navbar-brand {
    padding: 8px 15px; }
    nav .navbar-brand img {
      width: 100%;
      max-width: 173px; }
  nav .navbar-nav {
    float: right;
    padding-top: 10px; }
    nav .navbar-nav .active a,
    nav .navbar-nav .active a:focus,
    nav .navbar-nav .active a:hover {
      color: #fff !important;
      background-color: transparent !important; }
    nav .navbar-nav li a {
      color: #fff !important;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 300; }
    nav .navbar-nav li a:hover {
      color: #fff !important;
      opacity: 0.8;
      background-color: transparent; }

#headerContent {
  display: inline-block; }

.head {
  height: 55px; }

/*scroll down arrow*/
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

#down-btn span {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 9999;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
  box-sizing: border-box;
  /*@include screen992{
  	top:25%;
  }
  @include screen768{
  	top:25%;
  	border-left: 4px solid #ddd;
  	border-bottom: 4px solid #ddd;
  }*/ }
  #down-btn span img {
    width: 24px;
    height: 24px; }

#up-btn span {
  position: fixed;
  bottom: 20%;
  right: 5%;
  cursor: pointer;
  z-index: 9999;
  margin-left: -12px;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
  box-sizing: border-box;
  /*@include screen992{
  	top:25%;
  }
  @include screen768{
  	top:25%;
  	border-left: 4px solid #ddd;
  	border-bottom: 4px solid #ddd;
  }*/ }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  45% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  45% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.thumbnailView {
  margin: 50px 0px; }
  .thumbnailView h2 {
    font-size: 34px;
    color: #184667; }
  .thumbnailView .thumbnail {
    border-radius: 0;
    padding: 35px 20px;
    border: none !important; }
    @media (max-width: 480px) {
      .thumbnailView .thumbnail {
        padding: 15px; } }
    @media (max-width: 767px) {
      .thumbnailView .thumbnail {
        padding: 10px; } }
    .thumbnailView .thumbnail .thumbImage {
      position: relative;
      box-shadow: 0px 0px 4px #000;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .thumbnailView .thumbnail .thumbImage img {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .thumbnailView .thumbnail .thumbImage:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
        .thumbnailView .thumbnail .thumbImage:hover img {
          opacity: 0.05; }
          @media (max-width: 980px) {
            .thumbnailView .thumbnail .thumbImage:hover img {
              opacity: 1; } }
        .thumbnailView .thumbnail .thumbImage:hover .caption {
          opacity: 1; }
          @media (max-width: 980px) {
            .thumbnailView .thumbnail .thumbImage:hover .caption {
              opacity: 0; } }
    .thumbnailView .thumbnail .caption {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      text-align: center;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .thumbnailView .thumbnail .caption a {
        display: block;
        height: 100%;
        padding-top: 20px; }
        .thumbnailView .thumbnail .caption a h3,
        .thumbnailView .thumbnail .caption a h4 {
          color: #184667;
          margin-top: 0px; }
        .thumbnailView .thumbnail .caption a p {
          font-size: 18px;
          font-weight: 300;
          color: #94D95D;
          font-family: "Merriweather", PT Serif, helvetica, sans-serif;
          text-transform: uppercase; }
        .thumbnailView .thumbnail .caption a span.clickSymbol {
          display: block;
          height: 85px;
          width: 60px;
          margin: auto;
          background-image: url("../images/resources/clickSymbol.png");
          background-position: center center;
          background-size: 100% 100%;
          background-repeat: no-repeat; }

.news span.playIcon {
  display: block;
  height: 100px;
  width: 100px;
  margin: auto;
  background-image: url("../images/playIcon.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .resourceDetails .container {
    padding: 0px; } }
.resourceDetails .row {
  padding: 50px 0px;
  border-top: 1px solid #ddd; }
  .resourceDetails .row:first-child {
    border-top: 0px;
    padding-top: 0px; }
.resourceDetails h2 {
  font-size: 34px;
  color: #184667;
  margin: 50px 0px; }
.resourceDetails img {
  width: 100%; }
.resourceDetails p {
  color: grey; }
.resourceDetails .caption {
  text-align: justify;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .resourceDetails .caption {
      padding: 0px;
      text-align: left; } }
  .resourceDetails .caption a {
    text-decoration: underline; }
  .resourceDetails .caption h1 {
    font-size: 28px;
    font-weight: 300;
    color: #184667;
    margin: 0 0 20px 0;
    text-align: left; }
    @media (max-width: 768px) {
      .resourceDetails .caption h1 {
        font-size: 22px;
        line-height: 30px; } }
.resourceDetails .detailsthumbnail {
  float: left;
  width: 500px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #CACACA; }
  @media (max-width: 980px) {
    .resourceDetails .detailsthumbnail {
      width: 100%;
      margin: 0;
      float: none; } }
.resourceDetails iframe {
  width: 100%; }

.commonForm li {
  list-style: none; }
  .commonForm li:before {
    content: "";
    display: inline-block;
    border-left: 5px solid #4F7D9E;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
  .commonForm li a {
    display: inline-block;
    padding: 10px;
    color: #000000; }

.contactFormBg {
  background: linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -moz-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -webkit-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -ms-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: url("../images/contactFormBg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial; }

.commonForm .container {
  padding: 30px;
  background-color: transparent !important; }
  .commonForm .container h2 {
    color: #FFFFFF; }
  .commonForm .container a:hover {
    color: #4F7D9E; }
  .commonForm .container .socialLinks a:hover {
    box-shadow: 0 0 10px 2px #4F7D9E; }
.commonForm .msg {
  color: #184667;
  font-size: 22px;
  margin-bottom: 20px;
  display: none; }
.commonForm h3 {
  color: #FFFFFF; }
.commonForm img {
  /*width: inherit;
  margin: auto;*/ }

.careers .sectionOne h1 {
  color: #000000;
  margin-bottom: 35px; }
.careers .sectionOne h2 {
  color: #4F7D9E; }
.careers .sectionOne p {
  font-size: 18px; }
.careers .sectionOne h2,
.careers .sectionOne p,
.careers .sectionOne a {
  margin-bottom: 20px; }
  .careers .sectionOne h2:focus,
  .careers .sectionOne p:focus,
  .careers .sectionOne a:focus {
    color: #FFFFFF; }
.careers .sectionOne .borderBottom {
  border-bottom: 1px solid #CACACA; }

.apply .sectionOne .commonForm .container h2 {
  color: #184667; }
.apply .sectionOne img {
  box-shadow: 0 0 10px 0 #184667; }

.sectionOne .col-sm-4 .thumbImage {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  animation: thumbnail 1s 1; }

@keyframes thumbnail {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/*.form-control {
  animation: formcontrol 1s 1;
}

@keyframes formcontrol {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

label {
  animation: label 1s 1 1s;
}

@keyframes label {
  0% {
    @include commonTransform(translateY(-30px) rotate(180deg));
  }
  30% {
    @include commonTransform(translateY(-15px));
  }
  60% {
    @include commonTransform(translateY(-20px));
  }
  100% {
    @include commonTransform(translateY(0px));
  }
}*/
.margin-top45 {
  margin-top: 45px; }
  @media (max-width: 992px) {
    .margin-top45 {
      margin-top: 0px; } }

.work h3 {
  color: #184667;
  margin: 35px 0px 30px 0px; }
.work .margintb {
  margin-top: 30px;
  margin-bottom: 30px; }
.work .backgroundios {
  background: url("../images/iPhone.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-attachment: local;
  padding-top: 69px;
  height: 466px;
  width: 260px;
  float: left; }
  @media (max-width: 480px) {
    .work .backgroundios {
      padding-top: 74px; } }
  @media (max-width: 768px) {
    .work .backgroundios {
      float: none !important; } }
  .work .backgroundios .bx-wrapper .bx-viewport {
    border: 5px solid #FFFFFF;
    left: 2px;
    height: 392px !important; }
  .work .backgroundios .bx-wrapper .bx-controls-direction a {
    z-index: 0; }
  .work .backgroundios .contain {
    width: 100%;
    max-width: 185px;
    height: 329px;
    overflow-x: hidden;
    overflow-y: hidden; }
    @media (max-width: 480px) {
      .work .backgroundios .contain {
        max-width: 172px;
        height: 314px; } }
    .work .backgroundios .contain img {
      width: 100%;
      max-width: 185px;
      height: 320px; }
      @media (max-width: 480px) {
        .work .backgroundios .contain img {
          max-width: 172px;
          height: 305px; } }
    .work .backgroundios .contain .bx-wrapper .bx-controls-direction a img {
      width: 32px;
      height: 32px; }
    .work .backgroundios .contain ul {
      width: 653% !important; }
      .work .backgroundios .contain ul li {
        width: 185px; }
        @media (max-width: 480px) {
          .work .backgroundios .contain ul li {
            max-width: 172px; } }
.work .appInfo {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .work .appInfo {
      margin-top: 0px; } }
  .work .appInfo h4 {
    font-size: 21px;
    color: #184667;
    line-height: 30px; }
  .work .appInfo p {
    color: #777;
    font-weight: 300;
    text-align: justify; }
.work .backgroundios-ipad {
  background: url("../images/ipad.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-attachment: local;
  padding-top: 69px;
  height: 466px;
  width: 100%;
  max-width: 528px;
  float: left; }
  @media (max-width: 640px) and (min-width: 320px) {
    .work .backgroundios-ipad {
      width: 305px;
      height: 325px;
      padding-top: 63px; } }
  @media (max-width: 480px) and (min-width: 320px) {
    .work .backgroundios-ipad {
      height: 285px;
      margin-left: -33px;
      padding-top: 43px; } }
  .work .backgroundios-ipad .bx-wrapper .bx-viewport {
    border: 5px solid #FFFFFF;
    left: 2px;
    height: 350px !important; }
    @media (max-width: 640px) and (min-width: 320px) {
      .work .backgroundios-ipad .bx-wrapper .bx-viewport {
        height: 286px !important; } }
    @media (max-width: 640px) and (min-width: 320px) {
      .work .backgroundios-ipad .bx-wrapper .bx-viewport {
        height: 200px !important; } }
  .work .backgroundios-ipad .bx-wrapper .bx-controls-direction a {
    z-index: 0; }
  .work .backgroundios-ipad .contain {
    width: 100%;
    max-width: 431px;
    height: 329px;
    overflow-x: hidden;
    overflow-y: hidden; }
    @media (max-width: 640px) and (min-width: 320px) {
      .work .backgroundios-ipad .contain {
        height: 286px;
        width: 392px; } }
    @media (max-width: 640px) and (min-width: 320px) {
      .work .backgroundios-ipad .contain {
        height: 197px;
        width: 235px; } }
    .work .backgroundios-ipad .contain img {
      width: 100%;
      max-width: 431px;
      height: 320px; }
      @media (max-width: 640px) and (min-width: 320px) {
        .work .backgroundios-ipad .contain img {
          width: 389px;
          height: 280px; } }
      @media (max-width: 640px) and (min-width: 320px) {
        .work .backgroundios-ipad .contain img {
          width: 227px;
          height: 204px; } }
    .work .backgroundios-ipad .contain .bx-wrapper .bx-controls-direction a img {
      width: 32px;
      height: 32px; }
    .work .backgroundios-ipad .contain ul {
      width: 653% !important; }
      .work .backgroundios-ipad .contain ul li {
        width: 431px; }
        @media (max-width: 640px) and (min-width: 320px) {
          .work .backgroundios-ipad .contain ul li {
            width: 390px !important; } }
        @media (max-width: 640px) and (min-width: 320px) {
          .work .backgroundios-ipad .contain ul li {
            width: 241px !important; } }

/*career page*/
.career h2 {
  color: #184667;
  margin: 35px 0px 15px 0px; }
.career p {
  font-size: 24px;
  color: #184667;
  margin-bottom: 80px; }
.career .post1, .career .post2, .career .post3 {
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  color: #184667;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block !important;
  white-space: normal;
  padding: 40px 0px;
  cursor: pointer;
  font-family: "Merriweather", PT Serif, helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .career .post1 img, .career .post2 img, .career .post3 img {
    margin: 0px auto;
    padding: 10px 0px; }
  .career .post1 span, .career .post2 span, .career .post3 span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600; }
  .career .post1:hover, .career .post2:hover, .career .post3:hover {
    background-color: #184667;
    border: 1px solid #184667; }
  @media (max-width: 480px) {
    .career .post1, .career .post2, .career .post3 {
      margin-top: 15px; } }
.career .post1 {
  background-color: #d38406; }
.career .post2 {
  background-color: #61b138; }
.career .post3 {
  background-color: #1cb4a8; }

.post-apply {
  margin: 40px 0px; }
  .post-apply .post-title {
    background-color: #184667;
    padding: 15px 0px 15px 20px;
    margin: 0px 0px 30px 0px;
    font-size: 30px; }
    @media (max-width: 480px) {
      .post-apply .post-title {
        text-align: center;
        padding-left: 0px; } }
    .post-apply .post-title img {
      margin-right: 10px; }
      @media (max-width: 480px) {
        .post-apply .post-title img {
          margin: 0px auto;
          padding: 10px 0px; } }
    .post-apply .post-title h2 {
      margin-top: 0px;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      line-height: 30px; }
  .post-apply .post {
    padding: 0px; }
    .post-apply .post h3 {
      color: #000;
      font-size: 20px;
      font-weight: 900;
      display: inline-block;
      line-height: 30px; }
      @media (max-width: 480px) {
        .post-apply .post h3 {
          font-size: 17px;
          display: block; } }
    .post-apply .post a {
      background-color: #d38406;
      width: 100%;
      max-width: 145px;
      text-align: center;
      margin-left: 20px;
      border: 1px solid #d38406;
      color: #184667;
      font-size: 16px;
      border-radius: 10px;
      display: inline-block !important;
      white-space: normal;
      padding: 10px 0px;
      cursor: pointer;
      font-family: "Merriweather", PT Serif, helvetica, sans-serif;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .post-apply .post a:hover {
        background-color: #184667;
        border: 1px solid #184667;
        color: #fff; }
      @media (max-width: 480px) {
        .post-apply .post a {
          margin-left: 0px;
          margin: 10px 0px; } }
  .post-apply h4, .post-apply h6 {
    display: inline-block; }
  .post-apply h5, .post-apply h4, .post-apply h6 {
    font-size: 16px;
    color: #000;
    font-weight: 600; }
  .post-apply ul {
    margin: 10px 0px; }
  .post-apply h5 {
    margin: 30px 0px 0px 0px; }

/*about us page*/
.about-us .container {
  margin-bottom: 30px; }
.about-us .about {
  border: 1px solid #ddd; }
.about-us h3 {
  color: #184667;
  margin: 35px 0px 30px 0px; }
.about-us ul {
  padding-left: 20px; }
  .about-us ul li {
    color: #187667;
    font-size: 18px;
    font-weight: 600; }

.testimonials .subBanner {
  background: linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -moz-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -webkit-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -ms-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: url("../images/testimonials/testimonialBg.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: initial; }
  @media (max-width: 980px) {
    .testimonials .subBanner {
      background-size: 100% 100%; } }
.testimonials .sectionOne .row .reviews {
  border: 1px solid rgba(24, 70, 103, 0.5);
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px 1px #6F6868;
  border-radius: 10px;
  overflow-Y: auto;
  margin-bottom: 30px; }
  .testimonials .sectionOne .row .reviews h6 {
    color: #184667; }
  .testimonials .sectionOne .row .reviews img {
    width: auto;
    max-height: 65px; }
.testimonials .testiMsg {
  position: relative;
  padding: 10px 20px 0;
  text-align: justify;
  color: #4F7D9E; }
  .testimonials .testiMsg p {
    font-size: 15px;
    font-style: italic;
    quotes: "\201c" "\201d"; }
    .testimonials .testiMsg p:before {
      content: open-quote; }
    .testimonials .testiMsg p:after {
      content: close-quote; }
.testimonials .testiImg {
  height: 66px; }

.cioPage h1 {
  color: #184667;
  margin: 0 0 50px 0;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #184667; }
  @media (max-width: 767px) {
    .cioPage h1 {
      font-size: 24px;
      margin: 0 0 30px 0;
      padding-bottom: 10px; } }
.cioPage h4 {
  color: #184667;
  margin-top: 0;
  font-size: 20px; }
  @media (max-width: 767px) {
    .cioPage h4 {
      font-size: 15px; } }
.cioPage p {
  color: grey;
  text-align: justify; }
  .cioPage p i {
    font-size: 15px; }
.cioPage h5 {
  color: #184667;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px; }
  @media (max-width: 767px) {
    .cioPage h5 {
      font-size: 14px; } }
.cioPage .cioRightSection p {
  text-align: left; }
@media (max-width: 980px) {
  .cioPage .cioRightSection .divider {
    display: none; } }
@media (max-width: 767px) {
  .cioPage .cioRightSection .divider {
    display: block; } }

body .intellia {
  margin: 0px;
  padding: 0px;
  /*Common Style*/
  /*mixins*/
  /*PoPup code*/
  /*Request a Demo button form code*/
  /*section1 start*/
  /*section2 start*/
  /*section3 start*/
  /*section4 start*/
  /*section5 start*/
  /*section6 start*/
  /*footer start*/ }
  body .intellia .row {
    margin: 0px; }
  body .intellia .margintop30 {
    margin-top: 30px; }
  body .intellia .margintop20 {
    margin-top: 20px; }
  body .intellia .margin-botm60 {
    margin-bottom: 60px; }
  body .intellia .popup {
    display: none;
    position: fixed;
    top: 3%;
    left: 10%;
    right: 10%;
    height: auto;
    z-index: 9;
    background: #fff;
    opacity: 1;
    transition: opacity 1s; }
    body .intellia .popup span {
      position: absolute;
      font-family: 'Glyphicons Halflings';
      top: 1%;
      right: 1%;
      color: red; }
  body .intellia #popup1 {
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    z-index: 9999; }
  body .intellia #request-slider {
    top: 100px;
    position: fixed;
    right: -260px;
    top: 100px;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out; }
  body .intellia .btncls {
    position: fixed;
    right: 0;
    -webkit-transition: all 0.5s ease-out; }
  body .intellia #request-slider.toggled {
    right: 0; }
  body .intellia #request-slider.toggled .btncls {
    right: 260px; }
  body .intellia #form {
    width: 260px;
    border: 1px solid #d8d8d8;
    margin-left: 40px;
    padding: 15px 25px;
    border-radius: 3px;
    background-color: #ddecf1;
    text-align: center;
    box-shadow: 0 0 8px gray; }
    body .intellia #form h5 {
      font-size: 20px;
      color: #337ab7;
      padding-bottom: 10px; }
    body .intellia #form p {
      font-size: 13px;
      padding-bottom: 10px; }
    body .intellia #form .submitbtn {
      background-color: #337ab7;
      color: #fff;
      font-size: 20px; }
    body .intellia #form .form-control {
      height: 40px; }
    body .intellia #form .radio {
      text-align: left;
      font-size: 13px; }
  body .intellia #sidebar {
    position: fixed;
    top: 32%;
    right: 0;
    z-index: 9; }
  body .intellia #sidebar1 {
    position: absolute;
    top: 32%;
    left: 113px;
    z-index: 9;
    box-shadow: 0 0 8px gray; }
  body .intellia .section1 .container {
    display: inline-block; }
  body .intellia .section1 .container-fluid {
    padding: 0px; }
  body .intellia .section1 .panorama-control {
    display: block;
    background: transparent;
    top: 50%; }
  body .intellia .section1 .panorama-viewport {
    width: 100% !important; }
  body .intellia .section2 .margin-top70 {
    margin-top: -70px; }
    @media (max-width: 1200px) and (min-width: 992px) {
      body .intellia .section2 .margin-top70 {
        margin-top: 0px;
        margin-top: -30px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      body .intellia .section2 .margin-top70 {
        margin-top: 0px;
        margin-top: 30px; } }
    @media (max-width: 768px) {
      body .intellia .section2 .margin-top70 {
        margin-top: 0px;
        margin-top: 30px; } }
  @media (max-width: 991px) {
    body .intellia .section2 .ios {
      margin-left: 15%; } }
  @media (max-width: 768px) {
    body .intellia .section2 .ios {
      margin-left: 10%; } }
  @media (max-width: 480px) {
    body .intellia .section2 .ios {
      margin-left: 0%; } }
  body .intellia .section2 .powered-by-content {
    display: inline-block; }
    body .intellia .section2 .powered-by-content p {
      font-size: 16px;
      color: #323f6a;
      text-align: justify;
      line-height: 22px; }
      @media (max-width: 1200px) and (min-width: 992px) {
        body .intellia .section2 .powered-by-content p {
          font-size: 15px; } }
      @media (max-width: 320px) {
        body .intellia .section2 .powered-by-content p {
          font-size: 14px;
          text-align: left; } }
    body .intellia .section2 .powered-by-content h1 {
      font-size: 22px;
      color: #28304a;
      margin-top: 30px;
      font-family: "Merriweather", PT Serif, helvetica, sans-serif; }
      @media (max-width: 1200px) and (min-width: 992px) {
        body .intellia .section2 .powered-by-content h1 {
          font-size: 18px; } }
      @media (max-width: 768px) {
        body .intellia .section2 .powered-by-content h1 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        body .intellia .section2 .powered-by-content h1 {
          font-size: 20px; } }
      @media (max-width: 320px) {
        body .intellia .section2 .powered-by-content h1 {
          font-size: 13px;
          font-weight: 600; } }
  body .intellia .section2 .btn-info {
    background-color: #2b303b;
    border: none;
    outline: none; }
  body .intellia .section2 .btn {
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 18px;
    margin-right: 10px; }
  body .intellia .section2 .bx-wrapper .bx-viewport {
    /*max-width: 223px;*/
    border: 5px solid #fff;
    left: 3px;
    height: 392px !important; }
  body .intellia .section2 .bx-wrapper .bx-controls-direction a {
    z-index: 0; }
  body .intellia .section2 ul {
    width: 664% !important; }
    body .intellia .section2 ul li {
      width: 239px; }
  body .intellia .section2 .butn {
    margin-top: 5px; }
    @media (max-width: 640px) {
      body .intellia .section2 .butn {
        width: 100%;
        max-width: 222px;
        margin-left: 20%;
        text-align: center; } }
    @media (max-width: 480px) {
      body .intellia .section2 .butn {
        margin-left: 10%; } }
    @media (max-width: 640px) {
      body .intellia .section2 .butn a {
        margin-bottom: 10px; } }
  body .intellia .section2 .backgroundios {
    background: url("../images/intellia/mobile.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-attachment: local;
    padding-top: 69px;
    height: 466px;
    width: 332px;
    float: left; }
    @media (max-width: 420px) {
      body .intellia .section2 .backgroundios {
        margin-left: -42px; } }
    @media (max-width: 320px) {
      body .intellia .section2 .backgroundios {
        margin-left: -30px;
        width: 300px; } }
    body .intellia .section2 .backgroundios .contain {
      width: 239px;
      height: 397px;
      overflow-x: hidden;
      overflow-y: hidden; }
      body .intellia .section2 .backgroundios .contain img {
        width: 239px;
        max-width: 100%;
        height: 384px; }
      body .intellia .section2 .backgroundios .contain .bx-wrapper .bx-controls-direction a img {
        width: 32px;
        height: 32px; }
  @media (max-width: 1024px) {
    body .intellia .section3 .container-fluid {
      padding: 0px; } }
  body .intellia .section3 .why-biz4-bg {
    background: url("../images/intellia/why_biz4intellia_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    height: auto;
    border-bottom: 1px solid #ccc; }
    body .intellia .section3 .why-biz4-bg h2 {
      font-size: 30px;
      font-weight: 100;
      color: #333;
      text-align: center;
      font-family: "Merriweather", PT Serif, helvetica, sans-serif;
      margin: 35px 0px 30px 0px; }
    body .intellia .section3 .why-biz4-bg .box {
      border: none;
      outline: none; }
    body .intellia .section3 .why-biz4-bg .nopadding {
      padding: 0px; }
    body .intellia .section3 .why-biz4-bg .carousel {
      position: relative;
      background-color: transparent; }
    body .intellia .section3 .why-biz4-bg .carousel-indicators {
      display: block; }
    body .intellia .section3 .why-biz4-bg .item {
      min-height: 325px;
      padding-right: 30px; }
    body .intellia .section3 .why-biz4-bg .item h4 {
      width: 100%;
      font-size: 17px;
      font-weight: 600;
      text-align: left;
      line-height: 22px;
      color: #2b303b;
      min-height: 60px; }
      @media (max-width: 1200px) and (min-width: 992px) {
        body .intellia .section3 .why-biz4-bg .item h4 {
          font-size: 14px; } }
      @media (max-width: 992px) and (min-width: 768px) {
        body .intellia .section3 .why-biz4-bg .item h4 {
          min-height: 50px; } }
      @media (max-width: 768px) and (min-width: 320px) {
        body .intellia .section3 .why-biz4-bg .item h4 {
          min-height: 25px; } }
    body .intellia .section3 .why-biz4-bg .item p {
      font-size: 16px;
      color: #545964;
      line-height: 22px;
      min-height: 200px; }
      @media (max-width: 1200px) and (min-width: 992px) {
        body .intellia .section3 .why-biz4-bg .item p {
          font-size: 14px; } }
      @media (max-width: 768px) {
        body .intellia .section3 .why-biz4-bg .item p {
          min-height: 110px; } }
    body .intellia .section3 .why-biz4-bg .carousel-indicators .active {
      background-color: #999; }
    body .intellia .section3 .why-biz4-bg .carousel-indicators li {
      border-color: #999; }
    body .intellia .section3 .why-biz4-bg .carousel-control {
      background-image: none;
      color: gray; }
    body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-left,
    body .intellia .section3 .why-biz4-bg .carousel-control .icon-prev {
      left: -27%; }
      @media (max-width: 768px) {
        body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-left,
        body .intellia .section3 .why-biz4-bg .carousel-control .icon-prev {
          left: -13px; } }
    body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-right,
    body .intellia .section3 .why-biz4-bg .carousel-control .icon-next {
      right: -3%;
      margin-right: -10px; }
    body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-left,
    body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-right,
    body .intellia .section3 .why-biz4-bg .carousel-control .icon-next,
    body .intellia .section3 .why-biz4-bg .carousel-control .icon-prev {
      top: 25%;
      font-family: 'Glyphicons Halflings'; }
      @media (max-width: 768px) {
        body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-left,
        body .intellia .section3 .why-biz4-bg .carousel-control .glyphicon-chevron-right,
        body .intellia .section3 .why-biz4-bg .carousel-control .icon-next,
        body .intellia .section3 .why-biz4-bg .carousel-control .icon-prev {
          top: 45%; } }
    @media (max-width: 768px) {
      body .intellia .section3 .why-biz4-bg .why-biz4-content p {
        margin-top: 0px;
        margin-top: 10px; } }
    @media (max-width: 480px) and (min-width: 320px) {
      body .intellia .section3 .why-biz4-bg .why-biz4-content p {
        margin-bottom: 20px;
        font-size: 14px; } }
    @media (max-width: 480px) {
      body .intellia .section3 .why-biz4-bg .why-biz4-content .res {
        margin-bottom: 20px; } }
  body .intellia .section4 {
    background-color: #f2f4f9; }
    @media (max-width: 1001px) and (min-width: 992px) {
      body .intellia .section4 .container-fluid {
        padding: 0px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      body .intellia .section4 .container-fluid {
        padding: 0px; } }
    body .intellia .section4 h3 {
      text-align: center;
      font-size: 28px;
      color: #28304a;
      font-weight: 300;
      font-family: "Merriweather", PT Serif, helvetica, sans-serif;
      margin: 35px 0px 30px 0px; }
    body .intellia .section4 #how-it-works {
      margin-bottom: 40px; }
    body .intellia .section4 #service1, body .intellia .section4 #service2, body .intellia .section4 #service3, body .intellia .section4 #service4, body .intellia .section4 #service5, body .intellia .section4 #service6, body .intellia .section4 #service7, body .intellia .section4 #service8,
    body .intellia .section4 #service9 {
      background-color: #fff;
      color: #000;
      border-radius: 5px;
      margin-top: 20px; }
    body .intellia .section4 #service1:after, body .intellia .section4 #service2:after, body .intellia .section4 #service3:after, body .intellia .section4 #service4:after, body .intellia .section4 #service5:after, body .intellia .section4 #service6:after, body .intellia .section4 #service7:after, body .intellia .section4 #service8:after,
    body .intellia .section4 #service9:after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #fff transparent; }
    body .intellia .section4 .service-block {
      background-color: #2b303b;
      text-align: center;
      padding: 40px 0px 60px 0px; }
      body .intellia .section4 .service-block h5 {
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        font-family: "Merriweather", PT Serif, helvetica, sans-serif;
        color: #fff;
        padding: 15px 0px; }
        @media (max-width: 480px) {
          body .intellia .section4 .service-block h5 {
            font-size: 24px; } }
      body .intellia .section4 .service-block .service-content > div img,
      body .intellia .section4 .service-block .service-content > div span {
        cursor: pointer; }
      body .intellia .section4 .service-block .service-content img {
        width: 52px;
        height: auto;
        margin-top: 10px; }
      body .intellia .section4 .service-block .service-content ul {
        text-align: left;
        padding: 10px; }
        body .intellia .section4 .service-block .service-content ul li {
          font-size: 16px;
          font-weight: 600;
          color: #555; }
      body .intellia .section4 .service-block .arrow {
        margin-top: -42px; }
        body .intellia .section4 .service-block .arrow button {
          background: transparent;
          border: none;
          outline: none; }
          body .intellia .section4 .service-block .arrow button img {
            width: 150px;
            height: 28px; }
      body .intellia .section4 .service-block span {
        font-size: 17px;
        display: block;
        font-weight: 300;
        text-align: center;
        color: #fff; }
        @media (max-width: 480px) {
          body .intellia .section4 .service-block span {
            font-size: 15px; } }
  body .intellia .section5 .container {
    padding: 0px 0px 30px 0px; }
  body .intellia .section5 .container-fluid {
    background-color: #f4f8fb; }
    @media (max-width: 1001px) and (min-width: 992px) {
      body .intellia .section5 .container-fluid {
        padding: 0px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      body .intellia .section5 .container-fluid {
        padding: 0px; } }
  body .intellia .section5 .industry {
    /*#demo1,#demo2,#demo3,#demo4,#demo5,#demo6,#demo7,#demo8,
    #demo9,#demo10,#demo11,#demo12,#demo13,#demo14,#demo15,#demo16{
    	background-color:#2c303b;
    	color:#fff;
    	border-radius:5px;
    }
    #demo1:after,#demo2:after,#demo3:after,#demo4:after,#demo5:after,#demo6:after,#demo7:after,#demo8:after,
    #demo9:after,#demo10:after,#demo11:after,#demo12:after,#demo13:after,#demo14:after,#demo15:after,#demo16:after{
    		content: "";
    		position: absolute;
    		bottom: 100%;
    		left: 50%;
    		margin-left: -5px;
    		border-width: 5px;
    		border-style: solid;
    		border-color: transparent transparent black transparent;
    }*/ }
    body .intellia .section5 .industry div {
      text-align: center; }
      @media (max-width: 991px) {
        body .intellia .section5 .industry div {
          text-align: center; } }
    @media (max-width: 991px) {
      body .intellia .section5 .industry .mt20 {
        margin-top: 20px; } }
    @media (max-width: 640px) {
      body .intellia .section5 .industry .marginb20 {
        margin-bottom: 20px; } }
    body .intellia .section5 .industry a {
      display: inline-block; }
      @media (max-width: 768px) {
        body .intellia .section5 .industry a {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        body .intellia .section5 .industry a {
          display: inline-block; } }
    body .intellia .section5 .industry img {
      position: relative;
      width: 100%;
      max-width: 239px; }
    body .intellia .section5 .industry h6 {
      position: relative;
      min-height: 50px;
      background-color: #2b303b;
      max-width: 239px;
      opacity: 0.7;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      width: 100%;
      margin-top: -50px;
      padding: 10px;
      color: #fff;
      font-size: 16px;
      font-weight: 300; }
      body .intellia .section5 .industry h6 span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    @media (max-width: 640px) {
      body .intellia .section5 .industry div {
        width: 100%; } }
  body .intellia .section5 h2 {
    font-size: 30px;
    color: #28304a;
    font-family: "Merriweather", PT Serif, helvetica, sans-serif;
    margin: 35px 0px 30px 0px; }
  body .intellia .section5 h3 {
    font-size: 30px;
    color: #184667;
    font-family: "Merriweather", PT Serif, helvetica, sans-serif;
    margin: 35px 0px 30px 0px; }
  body .intellia .section5 a {
    text-decoration: none;
    display: block; }
    body .intellia .section5 a img {
      width: 100%;
      max-width: 239px; }
  body .intellia .buttonWhite, body .intellia .buttonBlue {
    background-color: #fff;
    width: 100%;
    max-width: 145px;
    text-align: center;
    border: 1px solid #184667;
    color: #184667;
    margin: 20px 0px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block !important;
    white-space: normal;
    padding: 12px 15px;
    cursor: pointer;
    font-family: "Merriweather", PT Serif, helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  body .intellia .buttonWhite:hover, body .intellia .buttonBlue:hover {
    background-color: #184667; }
  body .intellia .section6 .container-fluid {
    background: url("../images/intellia/cio_background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    height: auto;
    padding: 35px 0px 30px 0px; }
    body .intellia .section6 .container-fluid a img {
      margin: 0px auto; }
      @media (max-width: 768px) {
        body .intellia .section6 .container-fluid a img {
          margin-top: 20px; } }
    @media (max-width: 640px) {
      body .intellia .section6 .container-fluid .col-xs-6 {
        width: 100%; } }
    body .intellia .section6 .container-fluid .pt20 {
      padding-top: 20px; }
    body .intellia .section6 .container-fluid h2 {
      font-size: 22px;
      font-weight: bold;
      margin: 0px;
      text-align: center;
      line-height: 32px;
      color: #333; }
      @media (max-width: 1200px) and (min-width: 992px) {
        body .intellia .section6 .container-fluid h2 {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 992px) and (min-width: 768px) {
        body .intellia .section6 .container-fluid h2 {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 640px) and (min-width: 320px) {
        body .intellia .section6 .container-fluid h2 {
          text-align: center;
          font-size: 16px;
          color: #333;
          line-height: 24px; } }
    body .intellia .section6 .container-fluid i {
      font-weight: bold; }
  body .intellia footer {
    background-color: #1a2124; }
    body .intellia footer h6 {
      color: #f6f7fa; }
    body .intellia footer .india,
    body .intellia footer .usa {
      margin-bottom: 10px;
      margin-top: 15px; }
    body .intellia footer address,
    body .intellia footer address span {
      color: #f6f7fa; }
    body .intellia footer address.india,
    body .intellia footer address.usa {
      width: 100%;
      max-width: 160px; }
    body .intellia footer h5 {
      color: #f6f7fa; }
    body .intellia footer ul {
      list-style: none; }
      body .intellia footer ul li a,
      body .intellia footer ul a:hover {
        color: #00C6ff; }
    body .intellia footer .companyAddress a {
      color: #00C6ff; }
    body .intellia footer .footerDetails p {
      color: #f6f7fa; }
    body .intellia footer .footerDetails a {
      color: #00C6ff; }
    @media (max-width: 991px) {
      body .intellia footer .res-social {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #777; } }
    @media (max-width: 768px) {
      body .intellia footer .res-social {
        border: none; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      body .intellia footer .socialLinks a {
        margin: 0px; } }
    body .intellia footer .res-contact .sitemap {
      padding: 0px; }
      @media (max-width: 480px) {
        body .intellia footer .res-contact .sitemap {
          padding-bottom: 20px; } }
    @media (max-width: 768px) {
      body .intellia footer .res-contact {
        border-top: 1px solid #777;
        padding: 20px 0px 20px 0px; } }
    @media (max-width: 480px) {
      body .intellia footer .res-contact {
        width: 100%; } }
    body .intellia footer .res-address {
      padding: 0px 20px; }
      @media (max-width: 480px) {
        body .intellia footer .res-address {
          width: 100%; } }
    body .intellia footer .address a, body .intellia footer .address a:hover {
      color: #00C6ff; }
    body .intellia footer .contact p {
      color: #f6f7fa; }
    body .intellia footer .contact a,
    body .intellia footer .contact a:hover {
      color: #00C6ff; }
    body .intellia footer .footer-Bottom {
      background-color: #000000 !important; }
      body .intellia footer .footer-Bottom p {
        color: #f6f7fa; }
      body .intellia footer .footer-Bottom span {
        color: #f6f7fa; }
    body .intellia footer .footer-details p {
      color: #fff; }
  body .intellia .footer-Bottom {
    background-color: #000000 !important; }

.cioIotLogoCls {
  margin: 40px auto 20px auto; }

.cioIotLogoDiv {
  width: auto;
  margin: 40px auto 20px auto;
  float: left; }
  @media (max-width: 767px) {
    .cioIotLogoDiv {
      width: 35%;
      float: none; } }

.paddingTop {
  padding-top: 20px; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.divider {
  height: 2px;
  width: 100%;
  background: #ccc;
  margin: 10px 0; }

.alignCenter {
  margin: 0 auto; }

.homeBanner {
  height: auto;
  background: linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -moz-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -webkit-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -ms-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: url("../images/banner2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  padding: 150px 0 100px 0; }
  @media (max-width: 767px) {
    .homeBanner {
      padding: 80px 0; } }
  .homeBanner .biz4IntelliaLogo img {
    padding-top: 48px; }
  .homeBanner .bannerContent {
    width: 100%; }
    .homeBanner .bannerContent p {
      color: #4F7D9E; }
    .homeBanner .bannerContent h3 {
      color: #BCD0DB;
      font-style: italic;
      margin: 0px 0px 50px 0px; }
    .homeBanner .bannerContent .links a {
      display: inline-block;
      width: auto;
      margin: 0 30px;
      width: 123px;
      height: 96px;
      padding-top: 100px;
      color: #FFFFFF;
      font-size: 20px; }
      .homeBanner .bannerContent .links a.web {
        background: url("../images/webSolutions.png");
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: initial; }
      .homeBanner .bannerContent .links a.mobile {
        background: url("../images/mobileServices.png");
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: initial; }

.bannerSliderWrapper .positionRelative {
  position: relative; }
.bannerSliderWrapper .bannerContentInfo {
  position: absolute;
  z-index: 9999;
  width: 100% !important;
  padding: 0 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.bannerSliderWrapper .invisibleData {
  opacity: 0; }
.bannerSliderWrapper .slideOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999; }
.bannerSliderWrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
  top: -13px; }
.bannerSliderWrapper .bx-wrapper .bx-controls-direction a {
  margin-top: -35px; }
.bannerSliderWrapper .bx-wrapper .seeOurWorkBtn {
  margin: 0 auto;
  width: 25%;
  min-width: 150px;
  background: rgba(255, 255, 255, 0.5);
  border: 0; }
  .bannerSliderWrapper .bx-wrapper .seeOurWorkBtn:hover {
    background: white;
    color: #184667 !important; }
.bannerSliderWrapper .bx-wrapper .slideTwo {
  background: url("../images/bannerImg3.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  text-align: center; }
.bannerSliderWrapper .bx-wrapper .slideThree {
  background: url("../images/bannerImg4.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial; }
  .bannerSliderWrapper .bx-wrapper .slideThree .seeOurWorkBtn {
    margin-left: 8%; }
  .bannerSliderWrapper .bx-wrapper .slideThree .bannerContentInfo {
    padding-left: 45px;
    padding-right: 45%; }
    @media (max-width: 480px) {
      .bannerSliderWrapper .bx-wrapper .slideThree .bannerContentInfo {
        padding-left: 45px;
        padding-right: 45px;
        text-align: center; } }
.bannerSliderWrapper .bx-wrapper .slideFour {
  background: url("../images/bannerImg5.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  text-align: center; }

.home .sectionOne h3,
.home .sectionOne p {
  color: #184667; }
.home .sectionOne p.widthOverRideClass {
  width: 70%;
  margin: 40px auto 0; }
.home .sectionOne .row {
  margin-top: 50px; }
  .home .sectionOne .row .greyBackgroundClass {
    height: 250px;
    background-color: #9DABB1;
    padding: 25px 10px;
    margin: 0 30px;
    margin-bottom: 10px; }
    .home .sectionOne .row .greyBackgroundClass img {
      height: 60px; }
    .home .sectionOne .row .greyBackgroundClass p {
      color: #FFFFFF; }
    .home .sectionOne .row .greyBackgroundClass h5 {
      font-size: 16px;
      margin: 30px 0 20px; }
    @media (max-width: 767px) {
      .home .sectionOne .row .greyBackgroundClass {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (max-width: 1280px) and (min-width: 980px) {
      .home .sectionOne .row .greyBackgroundClass {
        margin-left: 0px;
        margin-right: 0px; } }
.home .sectionTwo.banner {
  background: url("../images/mobileBg.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  padding: 40px 0; }
  .home .sectionTwo.banner h3 {
    margin-top: 80px;
    color: #57656C;
    line-height: 1.5;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .home .sectionTwo.banner h3 {
        margin-top: 20px;
        text-align: center; } }
    @media (max-width: 320px) {
      .home .sectionTwo.banner h3 {
        font-size: 22px; } }
.home .sectionThree h2 {
  color: #184667;
  margin-top: 0px; }
.home .sectionFour {
  background: linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -moz-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -webkit-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -ms-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: url("../images/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto; }
  .home .sectionFour .text-center p {
    width: 40%;
    color: #FFFFFF;
    margin: 20px auto;
    line-height: 25px; }
    @media (max-width: 980px) {
      .home .sectionFour .text-center p {
        width: 100%; } }
  .home .sectionFour .text-center .row {
    margin-top: 40px; }
    .home .sectionFour .text-center .row h4,
    .home .sectionFour .text-center .row p {
      color: #BCD0DB; }
    .home .sectionFour .text-center .row p {
      width: 100%;
      min-height: 175px; }
    .home .sectionFour .text-center .row .buttonWhite, .home .sectionFour .text-center .row .buttonBlue {
      width: 70%; }
    @media (max-width: 980px) {
      .home .sectionFour .text-center .row p {
        min-height: auto; }
      .home .sectionFour .text-center .row .col-xs-12.col-sm-6:nth-child(3),
      .home .sectionFour .text-center .row .col-xs-12.col-sm-6:nth-child(4) {
        margin: auto;
        top: 30px;
        float: none; } }
    @media (max-width: 767px) {
      .home .sectionFour .text-center .row .col-xs-12:nth-child(2) {
        margin-top: 50px; }
      .home .sectionFour .text-center .row .col-xs-12.col-sm-6:nth-child(3) {
        margin: auto;
        top: 0px;
        float: left; } }
.home .sectionFive .mySlider .row {
  display: flex; }
  @media (max-width: 767px) {
    .home .sectionFive .mySlider .row {
      display: block; } }
  .home .sectionFive .mySlider .row .col-xs-12 {
    margin: auto; }
.home .sectionFive .bx-wrapper {
  max-width: 98% !important; }
  .home .sectionFive .bx-wrapper .bx-viewport {
    border: none; }
  .home .sectionFive .bx-wrapper img {
    box-shadow: -2px 0 13px #000;
    margin: 10px auto; }
  .home .sectionFive .bx-wrapper p.testinomialsHeading {
    color: #184667;
    margin-top: 20px;
    font-size: 24px;
    font-style: italic;
    quotes: "\201c" "\201d"; }
    .home .sectionFive .bx-wrapper p.testinomialsHeading::before {
      content: open-quote; }
    .home .sectionFive .bx-wrapper p.testinomialsHeading::after {
      content: close-quote; }
  @media (max-width: 767px) {
    .home .sectionFive .bx-wrapper p.testinomialsHeading {
      margin-top: 20px; } }
.home .sectionSix {
  background: linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -moz-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -webkit-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: -ms-linear-gradient(rgba(3, 34, 47, 0.8), #01010e);
  background: url("../images/banner3.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: initial;
  height: auto; }
  .home .sectionSix h2 {
    color: #FFFFFF; }
  .home .sectionSix p {
    width: 40%;
    color: #FFFFFF;
    margin: 20px auto;
    line-height: 25px; }
    @media (max-width: 980px) {
      .home .sectionSix p {
        width: 100%; } }
  .home .sectionSix .shareFacebook {
    background: url("../images/social.png") -96px -32px; }

.backgroundBox {
  width: auto;
  height: 300px;
  margin: 15px 0; }
  .backgroundBox .middle {
    padding-top: 100px; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .backgroundBox .adjust .adjust {
      padding-top: 72px; } }

.backgroundTwo {
  background-color: #4F7D9E; }

.backgroundThree {
  background-color: #80AECF; }

.backgroundFour {
  background-color: #184667; }

.mm-btn.mm-prev {
  height: 70px;
  width: 56px; }

.mm-prev::before {
  top: 12px !important; }

.testimonials .sectionOne img {
  width: 100%; }

.careers h3 {
  color: #000 !important;
  font-size: 20px; }

/*# sourceMappingURL=style.css.map */
