

@keyframes beacon {
    o% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  
  html,body {
    max-width: 100% !important;
}
/* APPLE CSS  */
@media only screen and (max-width: 600px) {
    html,body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

  body {
      font-family: 'Source Sans Pro', sans-serif;
      background: #fafafa;
      overflow-x: hidden;
  }
  .container {
      width: 87vw !important;
  }
  .hero-section {
      background-image: url('../images/blue-background.jpg');
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      padding: 7em 2em 8em 2em;
      /* transform-origin: right;
      transform: skew(0deg, 3.5deg); */
  }
  /* .hero-section .text-center {
      transform-origin: right;
      transform: skew(0deg, -3.5deg);
  } */
  .hero-section h1 {
      font-size: 4.4rem;
      color: #ffffff;
      font-weight: 600;
  }
  .hero-section h3 {
      color:#ffffff;
  }
  .solutions {
      margin-top: 3em;
      margin-bottom: 2em;
  }
  .solutions .container {
      margin-top: 3em;
  }
  
  .solutions h1 {
      font-size: 4.4rem;
      text-align: center;
      font-weight: 600;
      color: #1c344e;
  }
  .solutions p {
      padding: 0.8em;
      line-height: 30px;
      color: #333333;
      font-size: 1.4em;
      -webkit-font-smoothing: subpixel-antialiased;
      text-align:justify;
  }
  .values {
      margin-top: 3em;
  }
  .values .value-1 {
      border: 1px #fafafa solid;
      border-radius: 5px;
      background-color: #ffffff;
      text-align: center;
      padding: 4em;
      transition: transform .2s ease,box-shadow .2s ease;
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
      margin-bottom: 20px;
  }
  .values .value-1:hover {
          -webkit-transform: translateY(-4px)!important;
          box-shadow: 0 17px 25px rgba(0,0,0,0.13)!important;
  }
  .values .value-1 h1 {
      font-size: 7rem;
      color: #ffb42a;
      font-weight: 600;
  }
  @media only screen and (max-width: 400px) {
    .values .value-1 h1 {
        font-size: 5rem;
    }
  }
  .values .value-1 h3 {
      color:#000000;
      font-size: 2.5rem;
      font-weight: 600;
  }
  .overview {
      margin-top: 5em;
      margin-bottom: 5em;
  }
  .overview h1 {
      font-size: 4.4rem;
      text-align: center;
      font-weight: 600;
      color: #1c344e;
  }
  .overview p {
      padding-top: 2em;
      line-height: 30px;
      color: #333333;
      font-size: 1.4em;
      -webkit-font-smoothing: subpixel-antialiased;
      text-align:justify;
  }
  .overview img {
      width: auto;
      height: auto;
      display: block;
      margin-bottom: 0px !important;
      max-width: 100%;
      max-height: 100%;
  }
  
  /* .nav-tabs .nav-tab {
      cursor: pointer;
  } */
  .nav-tabs .nav-tab a {
      cursor: pointer;
  }
  
  /* .nav-tabs .nav-tab.active {
      background: #f9f9f9;
  } */
  
  .nav-content {
      display: none;
  }
  
  .nav-content.active {
      display: flex;
  }
  
  .solutions .container a {
      font-size: 1.8rem;
      border-radius: 4px;
      margin-bottom: 15px;
      padding: 0.5em 0.8em;
      text-align: center;
      line-height: 23px;
      color: #888888;
      display: block;
      background-color: rgba(0,0,0,0.045);
      -webkit-transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
  }
  .solutions .container a:hover {
      -webkit-box-shadow: 5px 7px 7px 0px rgba(227,227,227,1);
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active {
      color: #ffffff;
      background-color: #ffb42a;
      box-shadow: 5px 7px 7px 0px rgba(227,227,227,1);
  }
  
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
      color: #ffffff;
      background-color: #ffb42a;
      box-shadow: 5px 7px 7px 0px rgba(227,227,227,1);
      border: none;
  }
  
  @media only screen and (max-width: 1250px) {
      .values .value-1 h3 {
          font-size: 1.7em;
      }
  }
  @media only screen and (max-width: 1030px) {
      .solutions .nav-tabs {
          display: flex;
          flex-direction: column;
          align-items: center;
      }
      .solutions .nav-tabs>li {
          width: 60vw;
          margin-bottom: 6px;
      }
  }
  @media only screen and (max-width: 1000px) and (min-width: 640px) {
      .solutions .nav-tabs>li {
          width: 45%;
          margin-bottom: 6px;
      }
  }
  .bottom-section {
      background-image: url('../images/blue-background.jpg');
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      padding: 7em 2em 7em 2em;
  }
  .bottom-section h1 {
      font-size: 4.4rem;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 50px;
  }
  .bottom-section h3 {
      color:#ffffff;
      margin-bottom: 50px;
  }
  .bottom-section a {
      background: #ffb42a;
      padding: 0.8em 1.7em;
      color: #ffffff;
      font-size: 21px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      opacity: 0.9;
      transition: all 0.2s ease-in-out !important;
      position: relative;
      bottom: 0;
  }
  .bottom-section a:hover {
      bottom: 5px;
      opacity: 1;
      /* transition: all 0.5s ease-in-out !important; */
  }
  @media only screen and (min-width: 1000px) {
      .overview .row {
          display: flex;
          align-items: center;
      }
  }
  
  .solutions .container i {
      font-size: 25px;
      display: block;
      color: #888888;
      padding-bottom: 5px;
  }
  .nav-tabs>li.active>a>i {
      color: #ffffff;
  }
  .overview span {
      width: 30px;
      height: 30px;
      background-color: #ffb42a;
      border-radius: 100%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 25px;
      transform: rotate(0deg);
      transition: all 0.2s ease-in-out !important;
      font-weight: light;
      cursor: pointer;
      font-family: 'Source Sans Pro', sans-serif;
  }
  .overview span .beacon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffb42a;
    animation: beacon 1.7s infinite;
  }
  
  .overview span .popup:hover {
      transform: rotate(90deg)
  }
  .overview span .popup-text {
      opacity: 0;
      box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
      transition: all 0.3s ease-in-out;
      display:none;
  }
  .overview span .popup:hover + .popup-text {
      opacity: 1;display:block;
  }
  .overview span .popup:focus + .popup-text {
      opacity: 1;display:block;
  }
  
  @media only screen and (max-width: 1030px) {
      .solutions .container .row {
          flex-direction: column;
      }
      .nav-content {
          flex-direction: column;
      }
  }
  .content-section {
      z-index: 999999;
      background-color: #fafafa;
      margin-bottom: 420px;
      width: 100vw;
  }
  @media only screen and (max-width: 997px) {
      .content-section {
          margin-bottom: 0px;
      }
  } 
  
  .values .container .row .value-1 {
      max-height: 350px;
  }


/* Addon Content CSS */

/*.solutions-addon2 .image {
    height: 50px;
    width: 50px;
}

.solutions-addon2 img {
    max-width: 100%;
    max-height: 100%;
}
.solutions-addon2 h2 {
    margin: 0;
    color: #1c344e;
    font-weight: bold;
    font-size: 2.1em;
}
.solutions-addon2 h2:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #ffb42a;;
    position: relative;
    bottom: -7px;
}
.solutions-addon2 p {
    line-height: 30px;
    color: #1c344e;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
}
 .solutions-addon2 .container .brow {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 5px;
    margin: 2em 0;
    border-bottom: 2px solid #ffb42a;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    transform: scale(1);
}
.solutions-addon2 .container .brow:hover {
    transform: scale(1.01);
    box-shadow: 0 17px 25px rgba(0,0,0,0.13);
}
.solutions-addon2 .container .row {
    display: flex;
}
.solutions-addon2 .container .row .col-md-6 {
    display: flex;
} */

/* 
.solutions-addon {
    display: none;
}

.solutions-addon .image {
    height: 50px;
    width: 50px;
}

.solutions-addon img {
    max-width: 100%;
    max-height: 100%;
}
.solutions-addon h2 {
    margin: 0;
    color: #1c344e;
    font-weight: bold;
    font-size: 2.1em;
}
.solutions-addon h2:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #ffb42a;;
    position: relative;
    bottom: -7px;
}
.solutions-addon p {
    line-height: 30px;
    color: #1c344e;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
}
.solutions-addon .container .brow {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 5px;
    margin: 2em 0;
    border: 2px solid #e8e8e8;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    transform: scale(1);
    display: flex;
    align-items: center;
}
.solutions-addon .container .brow:hover {
    transform: scale(1.01);
    box-shadow: 0 17px 25px rgba(0,0,0,0.13);
}
@media only screen and (max-width: 992px) {
    .solutions-addon p {
        padding-top: 15px;
    }
}
 */

/* ADITYA */
.solutions-addon p {
    line-height: 30px;
    color: #1c344e;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
    padding-top: 15px;
}
.solutions-addon .container .row .brow {
    padding: 2em;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #ececec;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    margin-bottom: 2em;
}
.solutions-addon .container .row .col-md-8:hover {
    box-shadow: 0 17px 25px rgba(0,0,0,0.13);
}
.solutions-addon img {
    height: 50px;
    width: 50px;
    max-width: 100%;
    max-height: 100%;
}
.solutions-addon h2 {
    margin: 0;
    color: #1c344e;
    font-weight: bold;
    font-size: 2.1em;
    display: inline-block;
    padding-left: 15px;
}
@media only screen and (max-width: 490px) {
    .solutions-addon h2 {
        font-size: 1.7em;
    }
}
@media only screen and (max-width: 432px) {
    .solutions-addon h2 {
        font-size: 1.5em;
    }
    .solutions-addon p {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 385px) {
    .solutions-addon h2 {
        font-size: 1.1em;
    }
    .solutions-addon p {
        font-size: 1em;
        line-height: 25px;
    }
}
.solutions-addon h2:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #ffb42a;;
    position: relative;
    bottom: -7px;
}
.vcard{
    display: none;
}