body {
  font-family: 'open_sanssemibold';
  font-size: 16px;
  color: #282828;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding-bottom: 50px;
  min-height: 100%; }

/* Custom Css */
.custom_margin{
  margin: 0 auto !important;
}

html {
  height: 100%;
  box-sizing: border-box; }

.containBlock {
  margin: 20px 0; }

/*-- Header --*/
.header {
  font-size: 15px;
  text-transform: uppercase;
  background: url(../images/headerBG.png) left center repeat-x;
  min-height: 100px; }
  .header a {
    color: #282828; }
  .header .headerBottom {
    background: #f9f9f9;
    border-bottom: 1px solid #ccc; }
  .header .mainNav li > a {
    border-bottom: 3px solid transparent; }
  .header .mainNav li.active > a,
  .header .mainNav > li > a:hover {
    border-bottom: 3px solid #1577C0; }
  .header .contactNav {
    position: absolute;
    right: 0;
    z-index: 9;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 10px; }
    .header .contactNav li {
      display: inline-block; }
      .header .contactNav li a {
        padding: 0 5px; }
        .header .contactNav li a .icon {
          margin-bottom: -3px; }
          .header .contactNav li a .icon.icon-call, .header .contactNav li a .icon.icon-login {
            margin-right: 5px; }

/*-- Slider --*/
#topSlider .item img {
  margin: 0 auto;
  width: 100%; }

.carousel.slide .carousel-caption h1 {
  font-family: 'oswaldbold';
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px; }
  .carousel.slide .carousel-caption h1 span {
    font-size: 20px;
    line-height: 46px;
    vertical-align: top; }
.carousel.slide .carousel-caption h2 {
  font-family: 'oswaldregular';
  font-size: 50px;
  color: #1577C0;
  margin-top: 0px;
  text-shadow: 2px 1px 0px #000; }
.carousel.slide .slideArrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }
  .carousel.slide .slideArrow.next {
    right: 20%; }
  .carousel.slide .slideArrow.previous {
    left: 20%; }
.carousel.slide .btn-slide,
.carousel.slide .btn-slide:hover,
.carousel.slide .btn-slide:focus {
  margin-top: 40px; }

/*- contain -*/
.servicesBlock {
  background: transparent;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .servicesBlock .textBlock {
    text-align: justify;
    margin-bottom: 50px; }
    .servicesBlock .textBlock h4 {
      font-family: 'open_sansbold';
      color: #555555;
      margin-bottom: 35px;
      font-size: 24px;
      /*text-transform: uppercase;*/
      line-height: 36px; }
    .servicesBlock .textBlock p {
      line-height: 28px; }
    .servicesBlock .textBlock .bottomTitle {
      margin-top: 50px; }
      .servicesBlock .textBlock .bottomTitle h3 {
        font-size: 30px;
        color: #282828; }
  .servicesBlock #particles-js {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .servicesBlock .servicesRow {
    border-bottom: 2px solid #cccccc; }
    .servicesBlock .servicesRow:last-child {
      border-bottom: none; }
    .servicesBlock .servicesRow .servicesBox {
      border-right: 2px solid #cccccc;
      /*padding: 40px;*/
      padding: 0;
      min-height: 100%; }
      .servicesBlock .servicesRow .servicesBox h4 {
        font-family: 'open_sansbold';
        color: #555555;
        font-size: 22px;
        text-transform: uppercase;
        margin-top: 50px; }
      .servicesBlock .servicesRow .servicesBox p {
        color: #555555;
        font-size: 18px; }
      .servicesBlock .servicesRow .servicesBox .overlyBLock {
        padding: 32px 30px;
        /*background: #fff;
        position: absolute;
        top: 0;
        display: none;*/
        width: 100%;
        right: 0;
        height: 100%; }
        .servicesBlock .servicesRow .servicesBox .overlyBLock h4 {
          color: #1577C0;
          margin-top: 0px; }
        .servicesBlock .servicesRow .servicesBox .overlyBLock p {
          text-align: justify; }
      .servicesBlock .servicesRow .servicesBox:last-child {
        border-right: none; }
      .servicesBlock .servicesRow .servicesBox:hover .overlyBLock {
        display: block; }

/*-- Service Box Animation --*/
.servicesBox .hoverBox {
  height: 100%;
  width: 100%;
  max-height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  color: #282828; }
  .servicesBox .hoverBox .track {
    top: -40px;
    transform: translateY(80px);
    position: relative;
    width: 100%;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s; }
    .servicesBox .hoverBox .track .iconWrap {
      text-align: center;
      opacity: 1;
      position: relative;
      width: 100%;
      -webkit-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
    .servicesBox .hoverBox .track .title {
      text-align: center;
      position: relative;
      width: 100%;
      -webkit-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
    .servicesBox .hoverBox .track .overlyBLock {
      top: 0px;
      transform: translateY(100px);
      opacity: 0;
      position: relative;
      width: 100%;
      -webkit-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
  .servicesBox .hoverBox:hover {
    text-decoration: none;
    color: #282828;
    background: #f2f2f2;
    /*
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    */
    -webkit-box-shadow: 0 12px 50px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 50px -15px rgba(0, 0, 0, 0.5); }
  .servicesBox .hoverBox:hover .track {
    -webkit-transform: translateY(-75px) !important;
    transform: translateY(-75px) !important; }
  .servicesBox .hoverBox:hover .track .iconWrap, .servicesBox .hoverBox:hover .track .title, .servicesBox .hoverBox:hover .track .overlyBLock {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .servicesBox .hoverBox:hover .track .overlyBLock {
    opacity: 1; }

.bottomSection {
  background: #fff;
  position: relative; }
  .bottomSection .requestDemo {
    background: #404042;
    padding-top: 110px;
    padding-bottom: 110px; }
    .bottomSection .requestDemo h1 {
      font-family: 'open_sanssemibold';
      font-size: 42px;
      /*text-transform: uppercase;*/
      color: #fff;
      margin-bottom: 30px;
      margin-top: 0; }
    .bottomSection .requestDemo p.green {
      /*font-family: 'open_sanssemibold_italic';*/
      font-family: 'oswaldregular';
      font-size: 24px;
      color: #1577C0;
      margin-bottom: 50px; }
    .bottomSection .requestDemo p {
      font-family: 'open_sansregular';
      font-size: 14px;
      color: #fff;
      letter-spacing: 0.5px; }
    .bottomSection .requestDemo .btn-slide {
      margin-top: 40px; }
  .bottomSection .magicSec {
    padding: 50px 0; }
  .bottomSection #carouselMagicSec .carousel-control.right,
  .bottomSection #carouselMagicSec .carousel-control.left {
    background-image: none;
    top: -90px;
    right: 15px;
    left: auto;
    bottom: auto;
    width: auto;
    opacity: 1; }
  .bottomSection #carouselMagicSec .carousel-control.left {
    right: 50px; }
  .bottomSection .magicDetail h1 {
    font-family: 'open_sanssemibold';
    font-size: 30px;
    color: #f25e22; }
  .bottomSection .magicDetail p {
    line-height: 24px;
    text-align: justify; }
  .bottomSection .magicDetail .btn.btn-primary {
    margin-top: 20px; }
  .bottomSection .magicImg img {
    float: right; }
  .bottomSection .secTitle h1 {
    font-family: 'open_sansbold';
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0px; }
    .bottomSection .secTitle h1:after {
      content: '';
      height: 4px;
      width: 100px;
      background: #00b9f1;
      display: block;
      margin: 0 auto;
      margin-top: 25px; }
  .bottomSection.light .requestDemo {
    background: #646464 url(../images/RequestDemoBg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 70px; }
    .bottomSection.light .requestDemo h1,
    .bottomSection.light .requestDemo p {
      color: #fff; }
    .bottomSection.light .requestDemo p.green {
      color: #1577C0; }

/*-- DownloaNow modal --*/
#downloadNow .modal-header {
  border-bottom: none; }
  #downloadNow .modal-header h4.modal-title {
    color: #1577C0;
    font-size: 26px; }

/*-- Why Viera Analytics --*/
.whyDihBanneer {
  margin-top: 50px; }
  .whyDihBanneer .blockLeft,
  .whyDihBanneer .blockRight, .whyDihBanneer .blockLeft_2,
  .whyDihBanneer .blockRight_2 {
    padding: 0;
    overflow: hidden; }
    .whyDihBanneer .blockLeft img, .whyDihBanneer .blockRight img,.whyDihBanneer .blockLeft_2 img,
    .whyDihBanneer .blockRight_2 img {
      width: 100%; }
    .whyDihBanneer .blockLeft .textBlock, .whyDihBanneer .blockLeft_2 .textBlock,
    .whyDihBanneer .blockRight .textBlock, .whyDihBanneer .blockRight_2 .textBlock {
      position: absolute;
      top: 28%;
      color: #fff;
      padding: 50px; }

      .whyDihBanneer_new .blockLeft .textBlock, .whyDihBanneer_new .blockLeft_2 .textBlock,
    .whyDihBanneer_new .blockRight .textBlock, .whyDihBanneer_new .blockRight_2 .textBlock {
      position: absolute;
      top: 0% !important;
      color: #fff;
      padding: 50px; }

      .whyDihBanneer .blockLeft .textBlock h2,
      .whyDihBanneer .blockRight .textBlock h2 {
        font-size: 38px;
        color: #f25e22;
        margin-bottom: 30px; }
      .whyDihBanneer .blockLeft .textBlock p,
      .whyDihBanneer .blockRight .textBlock p {
        font-size: 20px; }
    .whyDihBanneer .blockLeft .overly,.whyDihBanneer .blockLeft_2 .overly,
    .whyDihBanneer .blockRight .overly, .whyDihBanneer .blockRight_2 .overly {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 50px;
      color: #fff;
      transition-property: all;
      transition-duration: 500ms;
      transition-timing-function: ease-in-out; }
      .whyDihBanneer .blockLeft .overly h2,.whyDihBanneer .blockLeft_2 .overly h2,
      .whyDihBanneer .blockRight .overly h2, .whyDihBanneer .blockRight_2 .overly h2 {
        margin-top: 27%;
        font-size: 52px; }

         .whyDihBanneer_new .blockLeft .overly h2,.whyDihBanneer_new .blockLeft_2 .overly h2,
      .whyDihBanneer_new .blockRight .overly h2, .whyDihBanneer_new .blockRight_2 .overly h2 {
        margin-top: 20% !important;
        font-size: 52px;
        text-align: center !important;
         }
  .whyDihBanneer .blockLeft {
    /*text-align: right;*/ }
    .whyDihBanneer .blockLeft .overly, .whyDihBanneer .blockRight_2 .overly {
      background: url(../images/LeftBanner-1.jpg) center center no-repeat;
      background-size: cover;
      left: 0;
      right: auto;
      width: 100%; }
    .whyDihBanneer .blockLeft:hover .overly, .whyDihBanneer .blockLeft_2:hover .overly {
      left: -101%;
      right: auto;
      width: 100%; }
  .whyDihBanneer .blockRight .textBlock, .whyDihBanneer .blockRight_2 .textBlock {
    text-align: left; }
  .whyDihBanneer .blockRight .overly {
    background: #404042;
    left: 0;
    width: 100%;
    text-align: right; }


     .whyDihBanneer .blockLeft_2 .overly{
        background: #404042;
        width: 100%;
     }

    .whyDihBanneer .blockRight_2 .overly{
      text-align: right;  
      width: 100%;    
    }

  .whyDihBanneer .blockRight:hover .overly, .whyDihBanneer .blockRight_2:hover .overly {
    left: 101%; }
    .whyDihBanneer .blockRight:hover .overly h2, .whyDihBanneer .blockRight_2:hover .overly h2 {
      margin-top: 27%; }
      .whyDihBanneer_new .blockRight:hover .overly h2, .whyDihBanneer_new .blockRight_2:hover .overly h2{
        margin-top: 20% !important;
      }

.featureWrap {
  margin: 40px 0; }
  .featureWrap .featureblock {
    margin-bottom: 40px; }
    .featureWrap .featureblock .feature {
      background: #f2f2f2;
      padding: 40px;
      border: 1px solid #eeeeee;
      min-height: 365px; }
      .featureWrap .featureblock .feature .imgBlock {
        height: 100px;
        line-height: 100px;
        text-align: center; }
      .featureWrap .featureblock .feature h2 {
        font-family: 'open_sansbold';
        color: #555;
        font-size: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        text-align: center; }
      .featureWrap .featureblock .feature p {
        font-size: 16px;
        text-align: justify; }

/*-- Cloud Section --*/
.cloudSection .cloudBanner {
  background: url(../images/cloud.jpg) center center no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  margin-bottom: 30px; }
  .cloudSection .cloudBanner .textBlock {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center; }
  .cloudSection .cloudBanner h1 {
    font-family: 'oswaldbold';
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px; }
  .cloudSection .cloudBanner .btn-slide {
    margin-top: 40px; }
.cloudSection h1 {
  font-family: 'open_sanssemibold';
  text-align: center; }
  .cloudSection h1 b {
    font-family: 'open_sansbold'; }
.cloudSection img {
  margin: 0 auto; }
.cloudSection .textBlock p {
  font-family: 'open_sansregular';
  margin-bottom: 33px;
  line-height: 25px;
  text-align: justify; }
.cloudSection .textBlock p.italic {
  font-family: 'open_sanssemibold_italic';
  margin-bottom: 20px; }

/*-- Rtail Section --*/
.solutionSection {
  margin-bottom: 40px; }
  .solutionSection p {
    font-family: 'open_sansregular';
    text-align: justify; }
  .solutionSection .title {
    text-align: center; }
    .solutionSection .title h1 {
      font-family: 'open_sansbold';
      font-size: 30px;
      display: inline-block;
      margin: 40px 0;
      text-transform: uppercase;
      position: relative; }
      .solutionSection .title h1:after {
        content: '';
        width: 100px;
        height: 4px;
        background: #1577C0;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .solutionSection .soluImg {
    margin-bottom: 50px; }
  .solutionSection .keyArea {
    font-family: 'open_sansbold';
    margin-top: 15px; }
    .solutionSection .keyArea .listTitle {
      margin-bottom: 25px; }

.listStyleRight {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .listStyleRight li {
    background: url(../images/rightIcon.png) left top no-repeat;
    margin-bottom: 20px;
    padding-left: 35px; }

/*-- Product --*/
.productsection .textBlock {
  margin-top: 50px; }
  .productsection .textBlock h2 {
    font-family: 'open_sansbold';
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.3em;
    color: #555; }
  .productsection .textBlock p {
    line-height: 25px;
    font-family: 'open_sansregular';
    text-align: justify; }
.productsection .imgBlock img {
  margin: 0 auto; }

.greay {
  background: #f2f2f2;
  margin: 20px 0;
  padding: 25px 0; }

.white {
  background: #fff;
  margin-bottom: 20px; }

/*-- Pricing --*/
.pricingBanner {
  position: relative;
  background: url(../images/Pricing-Banner.jpg) center center no-repeat;
  min-height: 550px;
  background-size: cover; }
  .pricingBanner .textBlock {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 0;
    right: 0; }
    .pricingBanner .textBlock h1 {
      font-family: 'oswaldbold';
      font-size: 60px;
      color: #fff;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 20px;
      text-shadow: 3px 3px 0px #000; }
    .pricingBanner .textBlock .btn-slide {
      margin-top: 40px; }

.pricingWrap {
  /*--
  pricing old
  
  .plan-box {
      -ms-transform: scale(0.85);
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: .7;
      transition: all .2s ease 0s;
     
      &.active,
      &:hover {
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1;
      }
  }
  .hpanel {
      background-color: none;
      border: 0;
      box-shadow: none;
      margin-bottom: 25px;
      
      .hbuilt.panel-heading {
          border-bottom: 0;
      }
      .panel-body {
          background: #fff;
          border: 1px solid #eaeaea;
          border-radius: 2px;
          padding: 20px;
          position: relative;
      }
      
      
      &.panel-collapse>.panel-heading,
      .hbuilt {
          background: #fff;
          border-color: #eaeaea;
          border: 1px solid #eaeaea;
          padding: 10px 10px;
          border-radius: 2px;
      }
      
      &>.panel-heading {
          color: inherit;
          font-weight: 600;
          padding: 10px 4px;
          transition: all .3s;
          border: 1px solid transparent;
      }
      
      .btn.btn-success,
      .btn.btn-warning,
      .btn.btn-info{
          font-family: 'open_sanssemibold';
          font-size: 16px;
          text-transform: uppercase;
          text-decoration: none;
          padding: 15px 50px;
          letter-spacing: 2px;
          display: inline-block;
          border: none;
          border-radius: 0;
          margin-top: 20px;
      }
      
      &.hyellow .panel-body {
          border-top: 2px solid #ffb606;
      }
      &.hgreen .panel-body {
          border-top: 2px solid #62cb31;
      }
      &.hblue .panel-body {
          border-top: 2px solid #3498db;
      }
      &.hred .panel-body {
          border-top: 2px solid #e74c3c;
      }
  }
  --*/ }
  .pricingWrap .pricingPlan {
    margin-top: 20px; }
    .pricingWrap .pricingPlan .col-sm-4 {
      padding: 0; }
  .pricingWrap .hpanel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
    padding-bottom: 20px; }
    .pricingWrap .hpanel .hbuilt.panel-heading h4 {
      font-family: 'oswaldbold';
      color: #555;
      text-transform: uppercase;
      font-size: 34px; }
    .pricingWrap .hpanel .panel-body {
      padding: 20px 0;
      position: relative; }
    .pricingWrap .hpanel .transparentish {
      padding: 15px; }
      .pricingWrap .hpanel .transparentish p {
        margin: 0;
        text-align: center; }
    .pricingWrap .hpanel.panel-collapse > .panel-heading,
    .pricingWrap .hpanel .hbuilt {
      padding: 10px 10px;
      border-radius: 2px; }
    .pricingWrap .hpanel > .panel-heading {
      color: inherit;
      font-weight: 600;
      padding: 10px 4px;
      transition: all .3s;
      border: 1px solid transparent; }
    .pricingWrap .hpanel .btn.btn-success,
    .pricingWrap .hpanel .btn.btn-warning,
    .pricingWrap .hpanel .btn.btn-info {
      font-family: 'open_sanssemibold';
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 15px 50px;
      letter-spacing: 2px;
      display: inline-block;
      border: none;
      border-radius: 0;
      margin-top: 20px; }
    .pricingWrap .hpanel.first {
      background-color: #e8e8e8; }
      .pricingWrap .hpanel.first .transparentish {
        background: #f4f4f4; }
    .pricingWrap .hpanel.second {
      background-color: #b8dbf2; }
      .pricingWrap .hpanel.second .transparentish {
        background: #dbecf7; }
    .pricingWrap .hpanel.third {
      background-color: #8dc2e9; }
      .pricingWrap .hpanel.third .transparentish {
        background: #b8dbf2; }
      .pricingWrap .hpanel.third .panel-heading h4 {
        color: #fff; }

#standardPlanPrice .modal-header h4,
#professionalPlanPrice .modal-header h4,
#enterprisePlanPrice .modal-header h4 {
  text-transform: uppercase;
  color: #1577C0;
  font-size: 22px; }

/*-- Company page --*/
.companyPage {
  margin-bottom: 0; }

.aboutText p {
  line-height: 25px;
  text-align: justify; }

.ourTeamWrap {
  margin-top: 30px; }

.teamMembBLock {
  text-align: center;
  margin-bottom: 30px;
  background: #f8f8f8;
  border: 1px solid #eee; }
  .teamMembBLock .imgBlock {
    position: relative; }
    .teamMembBLock .imgBlock img {
      margin: 0 auto; }
  .teamMembBLock .textBlock {
    padding-bottom: 10px; }
    .teamMembBLock .textBlock .name {
      font-family: 'open_sansbold';
      font-size: 16px;
      color: #282828;
      text-transform: uppercase;
      position: relative;
      margin-top: 20px; }
      .teamMembBLock .textBlock .name:after {
        content: '';
        width: 80px;
        height: 2px;
        background: #1577C0;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .teamMembBLock .textBlock .jobTitle {
      font-family: 'open_sanssemibold';
      font-size: 13px;
      color: #282828;
      margin-top: 16px;
	  height:32px;
      text-align: center; }
  .teamMembBLock .socialOverly {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: url(../images/teamOverly.png) top left repeat;
    padding-top: 90px;
    display: block;
    opacity: 0; }
    .teamMembBLock .socialOverly p {
      font-size: 13px;
      color: #ffffff;
      width: 65%;
      margin: 0 auto;
      position: relative; }
      .teamMembBLock .socialOverly p:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #1577C0;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .teamMembBLock .socialOverly .socialList {
      text-align: center;
      padding: 0;
      margin-top: 37px; }
      .teamMembBLock .socialOverly .socialList li {
        display: inline-block;
        margin: 0 20px; }
  .teamMembBLock:hover .socialOverly {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.testimonialSec {
  padding: 50px 0; }
  .testimonialSec .testimonialBlock {
    border: 1px solid #ececec;
    background: #f9f9f9;
    padding: 50px 25px;
    text-align: center;
    line-height: 28px;
    font-family: 'open_sanslight_italic';
    font-size: 14px;
    color: #282828;
    min-height: 382px;
    position: relative; }
    .testimonialSec .testimonialBlock .owner {
      font-family: 'open_sanssemibold';
      text-align: center;
      position: absolute;
      bottom: 10px;
      width: 100%;
      left: 0; }
  .testimonialSec .secTitle h1 {
    font-family: 'open_sansbold';
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0px; }
    .testimonialSec .secTitle h1:after {
      content: '';
      height: 4px;
      width: 100px;
      background: #1577C0;
      display: block;
      margin: 0 auto;
      margin-top: 25px; }

/*-- Request Demo Modal --*/
.modalBig .modal-header {
  border-bottom: none; }
.modalBig .requestLeftText {
  margin-bottom: 30px; }
  .modalBig .requestLeftText h2 {
    color: #1577C0;
    font-size: 34px; }
  .modalBig .requestLeftText p {
    line-height: 26px; }
.modalBig .checkbox {
  font-size: 14px;
  margin-top: 25px; }
.modalBig .form-group {
  margin-bottom: 18px; }

.requestLeftText {
  /*padding: 0 40px;*/ }
  .requestLeftText h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .requestLeftText p {
    margin-bottom: 20px; }

/*-- Contact us --*/
.contactForm label {
  font-family: arial;
  font-size: 13px;
  color: #282828;
  font-weight: normal; }
.contactForm .requirementWrap .servicesOption {
  border-right: 1px solid #dddddd; }
.contactForm .requirementWrap .checkbox {
  margin-top: 20px;
  margin-bottom: 20px; }

/*-- check design --*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../images/check.png) center center no-repeat;
  background-position: 0 0; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  height: 20px;
  width: 20px;
  transition: all .2s;
  background: url(../images/check.png) center center no-repeat;
  background-position: -30px 0; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: none; }

.sectionArea {
  padding-top: 25px;
  padding-bottom: 25px; }

.fildStyle,
.form-control,
textarea {
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: #fbfbfb; }

/*-- Footer --*/
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #151515; }
  .footer .footNav {
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0; }
    .footer .footNav a {
      color: #fff; }
  .footer .socialGroup {
    margin-bottom: 0; }
    .footer .socialGroup li {
      padding: 0;
      padding-left: 1px; }
    .footer .socialGroup a {
      height: 50px;
      width: 50px;
      background: #2d2d2d;
      display: block;
      text-align: center;
      line-height: 50px; }
      .footer .socialGroup a.fb:hover {
        background: #3b579d; }
      .footer .socialGroup a.in:hover {
        background: #0077b5; }
      .footer .socialGroup a.tweet:hover {
        background: #2caae1; }
  .footer .socialLabel {
    float: right;
    color: #cccccc;
    font-size: 13px;
    line-height: 50px;
    margin-bottom: 0px;
    margin-right: 10px; }

/*-- Button --*/
.btn-slide,
.btn-slide:hover,
.btn-slide:focus {
  background: #1577C0;
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 50px;
  letter-spacing: 2px;
  display: inline-block;
  border: none; }
  .btn-slide img,
  .btn-slide:hover img,
  .btn-slide:focus img {
    margin-top: -3px !important; }

/*-- Icons --*/
.icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url(../images/spriteIcon.png) center center no-repeat; }
  .icon.icon-call {
    background-position: 0px 0px; }
  .icon.icon-mail {
    background-position: -19px 0px; }
  .icon.icon-login {
    background-position: -40px 0px; }

/*-- Bootstrap Overwrite --*/
.navbar {
  margin-bottom: 0; }

.navbar-brand {
  padding: 10px 15px; }

.navbar-nav > li > a {
  padding: 0;
  margin-top: 55px;
  margin-right: 23px;
  margin-bottom: 22px;
  margin-left: 25px; }
  .navbar-nav > li > a.last-child {
    margin-right: 0; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.navbar-toggle .icon-bar {
  background: #000; }

.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #00b9f1;
  border-radius: 0;
  border: none;
  font-family: 'open_sansbold';
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 58px; }
  .btn.btn-primary img,
  .btn.btn-primary:focus img,
  .btn.btn-primary:hover img {
    margin-left: 10px; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent; }

.carousel {
  top: -2px; }

.carousel-control {
  width: 5%;
  opacity: 1; }

.carousel-control.right,
.carousel-control.left {
  background-image: none; }

.carousel-caption {
  text-shadow: none;
  padding-bottom: 0;
  padding-top: 10px;
  text-align: left;
  top: 30%;
  left: 10%; }

.dropdown-menu > li > a {
  text-transform: none; }

.form-control {
  border-radius: 2px; }

@media (max-width: 768px) {
  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-header {
    float: none; } }
@media (min-width: 768px) {
  .modal-dialog.modalBig {
    width: 1200px;
    margin: 30px auto; } }

/*# sourceMappingURL=style.css.map */
