@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
body {
  height: 100%;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
  padding-top: 60px;
  padding-right: 0 !important; }
  @media (min-width: 1600px) {
    body {
      padding-top: 80px; } }

.navbar-brand {
  padding: 10px 15px; }
  .navbar-brand img {
    height: 63px;
    width: auto; }

.navbar {
  height: 80px;
  padding: 0;
  background: white;
  z-index: 16;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); }
  .navbar .navbar-toggler {
    position: relative;
    width: 50px;
    height: 30px;
    border: 0;
    appearance: none;
    -webkit-appearance: none; }
    .navbar .navbar-toggler .lines {
      width: 25px;
      height: 3px;
      background: #8588D4;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12.5px;
      margin-top: -1.5px;
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms; }
    .navbar .navbar-toggler .line-1 {
      -webkit-transform: translate3d(0, -8px, 0);
      transform: translate3d(0, -8px, 0); }
    .navbar .navbar-toggler .line-2 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .navbar .navbar-toggler .line-3 {
      -webkit-transform: translate3d(0, 8px, 0);
      transform: translate3d(0, 8px, 0); }
    .navbar .navbar-toggler.open .line-1 {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg); }
    .navbar .navbar-toggler.open .line-2 {
      -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
      transform: translate3d(0, 0, 0) scale(0.1, 1); }
    .navbar .navbar-toggler.open .line-3 {
      -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
      transform: translate3d(0, 0, 0) rotate(-45deg); }
    .navbar .navbar-toggler:focus {
      outline: 0;
      box-shadow: none;
      border: 0; }
  .navbar .navbar-right {
    z-index: 1; }
  .navbar .navbar-nav {
    position: relative; }
    .navbar .navbar-nav .nav-item {
      margin-right: 30px;
      font-size: 1.2rem;
      position: relative; }
      .navbar .navbar-nav .nav-item:after {
        content: '';
        display: block;
        width: 00%;
        height: 3px;
        background: #8588D4;
        left: 0;
        bottom: 0;
        transition: all 0.25s ease-out; }
      @media (max-width: 991.98px) {
        .navbar .navbar-nav .nav-item {
          margin-right: 0; } }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #8588D4; }
        @media (max-width: 991.98px) {
          .navbar .navbar-nav .nav-item .nav-link {
            text-align: center;
            color: white; } }
      .navbar .navbar-nav .nav-item:hover:after, .navbar .navbar-nav .nav-item.active:after {
        width: 100%; }
  .navbar .btn-get-quote {
    background: #8588D4;
    color: white;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 25px; }
    .navbar .btn-get-quote:active, .navbar .btn-get-quote:focus {
      box-shadow: none;
      outline: 0;
      border: 0; }
    @media (max-width: 991.98px) {
      .navbar .btn-get-quote {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        background: white;
        color: #8588D4; } }

@media (max-width: 991.98px) {
  .navbar {
    height: 60px; }
    .navbar:after {
      display: none; }
    .navbar .navbar-brand img {
      height: 43px; }

  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #8588D4;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    align-items: center; } }
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d; }

.nav-underline .nav-link:hover {
  color: #007bff; }

.nav-underline .active {
  font-weight: 500;
  color: #343a40; }

.home-slider {
  width: 100%;
  min-height: 560px;
  background-color: whitesmoke;
  position: relative;
  background-position: center center;
  background-size: cover;
  display: flex;
  position: relative; }
  .home-slider:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .home-slider article {
    position: relative;
    z-index: 1; }
    .home-slider article h1 {
      font-size: 60px;
      line-height: 72px;
      color: #FFFFFF;
      text-shadow: 0px 3px 6px #00000029; }
    .home-slider article .badge.badge-primary {
      background: #8588D4;
      border: 0;
      font-size: 22px;
      border-radius: 0;
      padding: 8px 12px; }
  @media (max-width: 1023px) {
    .home-slider {
      min-height: 360px; }
      .home-slider article h1 {
        font-size: 40px;
        line-height: 52px; } }

.section-features .icon-fearures {
  max-width: 220px;
  height: auto; }
.section-features article h3 {
  margin-bottom: 15px; }

.section-vid-con-outer .home-vid-block {
  display: flex; }
  .section-vid-con-outer .home-vid-block .article-block {
    flex: 0 0 55%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-vid-con-outer .home-vid-block .article-block h2 {
      font-size: 60px;
      line-height: 62px;
      font-weight: 700;
      margin-bottom: 25px; }
      .section-vid-con-outer .home-vid-block .article-block h2 span {
        display: inline-block;
        color: #8588D4;
        width: auto; }
      @media (max-width: 1023px) {
        .section-vid-con-outer .home-vid-block .article-block h2 {
          font-size: 40px;
          line-height: 44px;
          margin-bottom: 15px; } }
    .section-vid-con-outer .home-vid-block .article-block p {
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 0; }
  .section-vid-con-outer .home-vid-block .vid-block {
    flex: 0 0 45%;
    background: #EBEBEB;
    min-height: 76vh;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 1023px) {
      .section-vid-con-outer .home-vid-block .vid-block {
        flex: 0 0 50vh;
        min-height: 50vh; } }
    @media (max-width: 1023px) {
      .section-vid-con-outer .home-vid-block .vid-block.fill-vid {
        flex: unset !important;
        min-height: auto; } }
    .section-vid-con-outer .home-vid-block .vid-block .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #8588D4;
      opacity: 0.5;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 4rem;
      transition: all 0.25s ease-in; }
      .section-vid-con-outer .home-vid-block .vid-block .btn-play img {
        width: 50px;
        height: auto; }
    .section-vid-con-outer .home-vid-block .vid-block:hover .btn-play {
      opacity: 1; }
  .section-vid-con-outer .home-vid-block + .home-vid-block {
    margin-top: 80px; }
  .section-vid-con-outer .home-vid-block.vid-left .vid-block {
    border-radius: 0 120px 120px 0; }
  .section-vid-con-outer .home-vid-block.vid-left .article-block {
    padding-right: 10%;
    padding-left: 40px; }
  .section-vid-con-outer .home-vid-block.vid-right .vid-block {
    border-radius: 120px 0 0 120px; }
  .section-vid-con-outer .home-vid-block.vid-right .article-block {
    padding-left: 10%;
    padding-right: 40px; }
.section-vid-con-outer .block-bg-vid {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background: whitesmoke;
  overflow: hidden; }
  .section-vid-con-outer .block-bg-vid:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .section-vid-con-outer .block-bg-vid .video-con {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
  .section-vid-con-outer .block-bg-vid article {
    position: relative;
    z-index: 1; }
    .section-vid-con-outer .block-bg-vid article h2 {
      font-size: 72px;
      color: white;
      line-height: 74px;
      margin-bottom: 25px; }
      .section-vid-con-outer .block-bg-vid article h2 span {
        display: inline-block;
        background: #8588D4;
        padding: 6px 8px;
        width: auto; }
    .section-vid-con-outer .block-bg-vid article p {
      font-weight: 400;
      color: white;
      line-height: 28px;
      margin-bottom: 0; }

.app-contents .app-section.app-section-home {
  background: url(../images/contact_bg.png) no-repeat 88% 7%;
  background-size: 220px auto;
  margin-top: 10px; }
  .app-contents .app-section.app-section-home .page-content article p {
    line-height: 26px; }

.section-get-quote {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  overflow-x: clip; }
  .section-get-quote:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 8%;
    right: -20%;
    border-radius: 100px 0 0 100px;
    background: #8588d4 url(../images/contact_bg.png) no-repeat 86% center;
    background-size: 420px auto;
    transform: rotate(-8deg); }
    @media (max-width: 1023px) {
      .section-get-quote:after {
        left: -40%; } }
  .section-get-quote .section-icon {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto; }
  .section-get-quote article {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-get-quote h6 {
    color: #E8DFFF;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700; }
  .section-get-quote h5 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px; }
  .section-get-quote .btn-call {
    background: #fff;
    color: #8588d4;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 60px; }

/* faq section */
.faqSection .section-title {
  padding-bottom: 60px; }
  .faqSection .section-title h2 {
    color: #8588d4;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0; }
.faqSection .qcard {
  border: 0; }
  .faqSection .qcard .c-head {
    border: solid 1px #e5e5e5;
    border-width: 1px 0 0;
    background-color: unset;
    padding-bottom: 1rem;
    padding-left: calc(15px + 1em);
    padding-top: 1rem;
    margin-bottom: unset;
    background-image: linear-gradient(90deg, #8588d4 0%, #8588d4 8px, transparent 8px, transparent 100%);
    text-decoration: none; }
    .faqSection .qcard .c-head:last-child {
      border-bottom-width: 1px; }
    .faqSection .qcard .c-head:hover {
      background-color: rgba(0, 0, 0, 0.03);
      background-image: linear-gradient(90deg, #8588d4 0%, #8588d4 8px, transparent 8px, transparent 100%);
      text-decoration: none; }
    .faqSection .qcard .c-head .arrw {
      width: 12px;
      transition: transform 150ms ease-in-out; }
    .faqSection .qcard .c-head .arrw.collapsed {
      -moz-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg); }

.section-testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: hidden; }
  .section-testimonial .section-title {
    padding-bottom: 60px; }
    .section-testimonial .section-title h2 {
      color: #8588D4;
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 0; }
  .section-testimonial .testimonial-con {
    position: relative;
    right: -10%;
    width: 120%; }
    @media (max-width: 1023px) {
      .section-testimonial .testimonial-con {
        right: 0%;
        width: 100%; } }
    .section-testimonial .testimonial-con .item {
      cursor: move; }
      .section-testimonial .testimonial-con .item article {
        background: #EBEBEB;
        border-radius: 40px;
        margin-right: 20px;
        padding: 60px 40px 100px; }
        @media (max-width: 1023px) {
          .section-testimonial .testimonial-con .item article {
            margin-left: 15px;
            margin-left: 15px; } }
        .section-testimonial .testimonial-con .item article h3 {
          color: #8588D4;
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 20px; }
        .section-testimonial .testimonial-con .item article p {
          font-size: 16px;
          line-height: 26px;
          font-weight: 700; }

/* contact detail */
.closeBtn {
  margin: 10px 20px 0 0; }
  .closeBtn button {
    color: #8588D4;
    outline: none;
    border: none; }
  .closeBtn img {
    width: 15px; }

.modal-lg {
  max-width: 710px !important; }

.getQuote .quoteDetails .quote {
  margin-left: 40px; }
.getQuote .quoteDetails img {
  width: 150px; }
.getQuote .quoteDetails h4 {
  margin: 1rem 0 0.5rem 0.3rem;
  font-size: 1.4rem;
  color: #8588D4; }
.getQuote .quoteDetails h5 {
  margin: 0 0 1rem 0.3rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2rem; }
.getQuote .quoteDetails p {
  color: #8588D4;
  margin: 1rem 0 0.5rem 1rem;
  font-size: 1.3rem;
  font-weight: bold; }
  .getQuote .quoteDetails p img {
    width: 20px;
    margin-right: 15px; }
.getQuote .modalForm {
  padding: 25px; }
  .getQuote .modalForm label {
    text-align: left;
    font: normal normal bold 14px/23px Nunito Sans;
    letter-spacing: 0px;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .getQuote .modalForm input {
    display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    opacity: 1;
    width: 300px;
    height: 40px;
    color: #B1B1B1;
    text-align: left;
    padding-left: 20px;
    margin-bottom: -5px;
    font-size: 0.9rem; }
    @media (max-width: 991px) {
      .getQuote .modalForm input {
        width: 100%; } }
  .getQuote .modalForm select {
    display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    opacity: 1;
    width: 300px;
    height: 40px;
    color: #B1B1B1;
    text-align: left;
    padding-left: 20px;
    margin-bottom: -5px;
    font-size: 0.9rem;
    outline: unset; }
    @media (max-width: 991px) {
      .getQuote .modalForm select {
        width: 232px; } }
  .getQuote .modalForm span {
    font-size: 0.8rem; }
  .getQuote .modalForm button {
    float: right;
    width: 140px;
    height: 35px;
    background: #8588D4 0% 0% no-repeat padding-box;
    border-radius: 46px;
    color: #FFFFFF;
    outline: none;
    border: none;
    margin-top: 10px; }
  @media (max-width: 991px) {
    .getQuote .modalForm {
      margin-top: 25px; } }
@media (max-width: 991px) {
  .getQuote {
    padding: 20px 15px 20px 15px; } }
@media (max-width: 767px) {
  .getQuote .quote {
    margin-left: unset !important; } }
@media (max-width: 500px) {
  .getQuote {
    flex-direction: column; } }

.contact-banner {
  position: relative;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px; }
  .contact-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .contact-banner .contactDetails {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    text-align: center; }
    .contact-banner .contactDetails h2 {
      font: normal normal  45px/75px Nunito Sans; }
    .contact-banner .contactDetails .backButton {
      position: absolute;
      top: 5rem;
      left: 4rem;
      font: normal normal normal 21px/28px Nunito Sans; }
      .contact-banner .contactDetails .backButton a {
        color: #FFFFFF;
        text-decoration: none; }
      @media (max-width: 766px) {
        .contact-banner .contactDetails .backButton {
          left: 0;
          right: 0;
          top: 4rem; } }
    .contact-banner .contactDetails h4 {
      font-size: 1.5rem;
      padding: 5rem 0 2rem; }
    .contact-banner .contactDetails h2 {
      font-size: 3rem; }
    .contact-banner .contactDetails h5 {
      font-size: 1rem; }
    .contact-banner .contactDetails span {
      text-align: center; }
    @media (max-width: 991px) {
      .contact-banner .contactDetails {
        padding: 40; }
        .contact-banner .contactDetails h2 {
          font-size: 2rem; } }
    @media (max-width: 766px) {
      .contact-banner .contactDetails h4 {
        font-size: 1rem;
        padding: 8rem 0 1rem; } }
    @media (max-width: 405px) {
      .contact-banner .contactDetails h2 {
        font-size: 1.5rem; } }
  @media (max-width: 440px) {
    .contact-banner {
      height: 415px; }
      .contact-banner .backButton {
        top: 4rem; } }

.addressBox {
  margin-top: -12rem; }
  .addressBox img {
    border-radius: 20px 0 0 0; }
  .addressBox iframe {
    border-radius: 0 20px 20px 0; }
  .addressBox .addressDetail {
    background-color: #8689D5;
    color: #FFFFFF;
    padding: 30px 0 30px 40px;
    border-radius: 0 0 0 20px; }
    .addressBox .addressDetail h4 {
      font-size: 1.2rem;
      font-weight: bold; }
    .addressBox .addressDetail h5 {
      font-size: 0.8rem;
      padding: 10px 0 20px;
      line-height: 1.5rem; }
    .addressBox .addressDetail h6 {
      font-size: 00.8rem; }
  @media (max-width: 440px) {
    .addressBox {
      margin-top: -8rem; } }

@media (max-width: 767px) {
  .addressBox {
    width: 415px; }
    .addressBox img {
      border-radius: 20px 20px 0 0; }
    .addressBox iframe {
      border-radius: 0 0 20px 20px; }
    .addressBox .addressDetail {
      padding: 20px 0 20px 10px;
      border-radius: unset; }
      .addressBox .addressDetail h4 {
        font-size: 0.9rem; }
      .addressBox .addressDetail h5 {
        font-size: 0.7rem;
        padding: 10px 0 10px; }
      .addressBox .addressDetail h6 {
        font-size: 0.7rem; } }
@media (max-width: 440px) {
  .addressBox {
    width: 310px; }
    .addressBox .addressDetail {
      padding: 10px 0 10px 10px; }
      .addressBox .addressDetail h4 {
        font-size: 0.7rem; }
      .addressBox .addressDetail h5 {
        font-size: 0.6rem;
        padding: 7px 0 7px; }
      .addressBox .addressDetail h6 {
        font-size: 0.6rem; } }
.contactSection .contactBox {
  overflow: hidden;
  border-radius: 20px; }
.contactSection .location h1 {
  padding-top: 50px;
  font-size: 3rem;
  line-height: 92px;
  color: #182132;
  font-weight: 700;
  margin-bottom: 25px; }
  .contactSection .location h1 span {
    color: #8588D4; }
  @media (max-width: 991.98px) {
    .contactSection .location h1 {
      font-size: 2rem;
      line-height: 2.2rem;
      text-align: center;
      margin-bottom: 15px; } }
.contactSection .location img {
  width: 100%;
  filter: brightness(0.7);
  transition: 0.5s all ease-in-out; }
.contactSection .location .address {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 20px 20px 20px 35px;
  color: #FFFFFF;
  transition: .5s ease-in-out;
  background-color: #8588D4; }
  .contactSection .location .address h4 {
    padding: 10px 0 10px;
    font-size: 1.4rem; }
  .contactSection .location .address h5 {
    padding: 10px 0 20px;
    font-size: 1rem;
    line-height: 1.6rem; }
  .contactSection .location .address button {
    width: 150px;
    height: 40px;
    color: #6265B5;
    background: #FFFFFF;
    border-radius: 46px;
    opacity: 1;
    outline: none;
    border: none;
    margin-right: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 600; }
  @media (max-width: 991px) {
    .contactSection .location .address h4 {
      padding: 0 0 5px; }
    .contactSection .location .address h5 {
      font-size: 0.8rem;
      padding: 0 0 8px; }
    .contactSection .location .address h6 {
      font-size: 0.8rem; }
    .contactSection .location .address button {
      width: 120px;
      height: 35px;
      font-size: 0.8rem;
      right: 15px;
      bottom: 15px; } }
  @media (max-width: 766px) and (min-width: 450px) {
    .contactSection .location .address h4 {
      padding: 10px 0 10px;
      font-size: 1rem; }
    .contactSection .location .address h5 {
      padding: 10px 0 20px;
      font-size: 1rem; }
    .contactSection .location .address button {
      width: 184px;
      height: 46px;
      border-radius: 46px;
      right: 20px;
      bottom: 20px; } }
  @media (max-width: 390px) {
    .contactSection .location .address {
      padding: 20px 20px 20px 15px; }
      .contactSection .location .address h4 {
        padding: 0 0 0;
        font-size: 0.9rem; }
      .contactSection .location .address h5 {
        padding: 0px 0 0px;
        font-size: 0.7rem; }
      .contactSection .location .address h6 {
        font-size: 0.7rem; }
      .contactSection .location .address button {
        width: 90px;
        height: 28px;
        border-radius: 40px;
        right: 20px;
        bottom: 20px;
        font-size: 0.7rem;
        right: 15px;
        bottom: 12px; } }
.contactSection .location .contactBox:hover img {
  transform: scale(1.5); }
.contactSection .location .places {
  position: absolute;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: left;
  bottom: 30px;
  left: 40px; }
  .contactSection .location .places h5 {
    font-weight: bold; }
  .contactSection .location .places h6 {
    font-weight: bold; }

.about-banner {
  background-image: url("../images/MicrosoftTeams.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-position-y: -30px;
  height: 560px;
  display: flex;
  align-items: center; }
  .about-banner .about-content {
    width: 100%;
    max-width: 1100px;
    padding-left: 10%; }
    .about-banner .about-content h1 {
      font-size: 72px;
      line-height: 92px;
      color: #182132;
      font-weight: 700; }
      .about-banner .about-content h1 span {
        color: #8689D5; }
    .about-banner .about-content p {
      text-align: left;
      letter-spacing: 0px;
      color: #818B9F;
      font-size: 1.1rem; }
  @media (max-width: 1199px) {
    .about-banner {
      background-position: top 0 right 0 !important; } }

.contents {
  padding-top: 90px; }
  .contents .contact-content {
    padding-left: 10%;
    padding-right: 40px; }
    .contents .contact-content p {
      line-height: 2rem;
      color: #182132;
      text-align: left;
      margin-bottom: 2rem;
      text-align: justify; }
  .contents .content-img {
    padding-right: 10%;
    padding-left: 30px; }
    .contents .content-img img {
      width: 100%;
      min-width: 350px; }
      @media (max-width: 422px) {
        .contents .content-img img {
          min-width: 250px; } }

.product-banner {
  padding-top: 70px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .product-banner
  .app-banner {
    padding-left: 80px; }
    @media (max-width: 991.98px) {
      .product-banner
      .app-banner.contact-call {
        background: #8588D4;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  @media (max-width: 991.98px) {
    .product-banner {
      height: auto;
      padding-top: 20px; }
      .product-banner:after {
        display: none; } }
  .product-banner .product-banner-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-width: 0;
    position: relative;
    z-index: 4; }
    @media (max-width: 991.98px) {
      .product-banner .product-banner-content {
        flex-direction: column; }
        .product-banner .product-banner-content h1, .product-banner .product-banner-content p {
          text-align: center; }
        .product-banner .product-banner-content h1 {
          font-size: 45px;
          line-height: 58px; }
        .product-banner .product-banner-content p {
          font-size: 16px;
          line-height: 18px; } }
  .product-banner .app-banner .app-banner-image {
    width: 100%;
    height: auto; }
  .product-banner .about-banner-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-width: 0;
    position: relative;
    z-index: 4; }
    .product-banner .about-banner-content .about-banner-article {
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 45%;
      padding-top: 30px; }
      @media (min-width: 1800px) {
        .product-banner .about-banner-content .about-banner-article {
          padding-top: 100px;
          padding-left: 80px; } }
    .product-banner .about-banner-content .banner-video-tile {
      width: 100%; }
      .product-banner .about-banner-content .banner-video-tile .about-vid-con {
        position: relative;
        width: 100%;
        margin-left: -80px;
        cursor: pointer; }
        .product-banner .about-banner-content .banner-video-tile .about-vid-con img {
          position: absolute;
          width: 100%;
          height: auto; }
        .product-banner .about-banner-content .banner-video-tile .about-vid-con .btn-play {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 90px;
          height: 90px;
          border-radius: 50%;
          background: #8588D4;
          opacity: 0.5;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 4rem; }
      @media (min-width: 1800px) {
        .product-banner .about-banner-content .banner-video-tile {
          height: 560px; } }
    @media (max-width: 991.98px) {
      .product-banner .about-banner-content {
        flex-direction: column;
        max-width: 650px; }
        .product-banner .about-banner-content .about-banner-article {
          flex-basis: auto;
          padding-top: 10px;
          padding-left: 15px;
          padding-right: 15px; }
          .product-banner .about-banner-content .about-banner-article h1 {
            font-size: 2rem;
            line-height: 2.2rem;
            text-align: center;
            margin-bottom: 15px; }
          .product-banner .about-banner-content .about-banner-article p {
            text-align: center;
            font-size: 1.1rem;
            line-height: 1.4rem; }
        .product-banner .about-banner-content .banner-video-tile {
          height: auto;
          padding-left: 15px;
          padding-right: 15px; }
          .product-banner .about-banner-content .banner-video-tile .about-vid-con {
            height: auto;
            padding-bottom: 60%;
            margin-left: auto;
            margin-right: auto;
            border-radius: 15px; }
            .product-banner .about-banner-content .banner-video-tile .about-vid-con img {
              width: 100%;
              height: auto; } }
  .product-banner h1 {
    font-size: 72px;
    line-height: 92px;
    color: #182132;
    font-weight: 700; }
    .product-banner h1 span {
      color: #8588D4; }
  .product-banner p {
    font-size: 20px;
    line-height: 28px;
    color: #818B9F; }
  @media (min-width: 1800px) {
    .product-banner h1 {
      font-size: 80x;
      line-height: 100px; }
    .product-banner p {
      font-size: 24px;
      line-height: 30px; } }

.app-links {
  margin-top: 40px;
  display: flex; }
  .app-links a {
    display: block; }
    .app-links a img {
      height: 55px;
      width: 100%; }
    .app-links a + a {
      margin-left: 30px; }
  @media (max-width: 991.98px) {
    .app-links {
      justify-content: center; } }

.tab-swicth .nav {
  background: #F8F7F7;
  height: 60px;
  border-radius: 100px; }
  .tab-swicth .nav .nav-link {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #8588D4;
    border-radius: 100px;
    transition: all 0.25s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px; }
    .tab-swicth .nav .nav-link.active {
      background: #8588D4;
      color: white; }
  @media (max-width: 991.98px) {
    .tab-swicth .nav {
      height: 50px; }
      .tab-swicth .nav .nav-link {
        font-size: 18px;
        height: 50px;
        min-width: auto;
        flex-basis: auto;
        padding: 0 30px; } }
  @media (min-width: 1600px) {
    .tab-swicth .nav {
      height: 72px; }
      .tab-swicth .nav .nav-link {
        font-size: 24px;
        padding: 0 80px;
        height: 72px; } }
@media (min-width: 1600px) {
  .tab-swicth {
    height: 72px; } }

.app-contents {
  padding-top: 80px; }
  .app-contents.contact-contents {
    padding-top: 30px; }
  @media (max-width: 991.98px) {
    .app-contents {
      padding-top: 40px; } }
  .app-contents .app-section {
    margin-top: 100px; }
  .app-contents article {
    margin-bottom: 30px; }
    .app-contents article h2 {
      font-size: 64px;
      line-height: 82px;
      color: #182132;
      font-weight: 700; }
      .app-contents article h2 span {
        color: #8588D4; }
      @media (max-width: 991.98px) {
        .app-contents article h2 {
          font-size: 32px;
          line-height: 42px; } }
    .app-contents article p {
      margin-bottom: 0px; }
    @media (max-width: 991.98px) {
      .app-contents article {
        margin-bottom: 20px; } }

@media (min-width: 1600px) {
  .about-banner .about-banner-content {
    max-width: 1600px; } }
.section-app-highlight {
  min-height: 500px;
  position: relative; }
  .section-app-highlight article {
    margin-bottom: 0; }
    .section-app-highlight article h2 {
      font-size: 64px;
      line-height: 74px; }
  .section-app-highlight .app-image {
    width: 100%;
    height: auto; }
  .section-app-highlight:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background: #8588D4; }
    @media (max-width: 991.98px) {
      .section-app-highlight:after {
        display: none; } }
  .section-app-highlight.highlight-right:after {
    left: 64%;
    right: 0;
    border-radius: 150px 0 0 150px; }
    @media (max-width: 991.98px) {
      .section-app-highlight.highlight-right:after {
        display: none; } }
  .section-app-highlight.highlight-right .section-left {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 50px; }
  .section-app-highlight.highlight-right .section-right {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0; }
  .section-app-highlight.highlight-left:after {
    right: 64%;
    left: 0;
    border-radius: 0 150px 150px 0; }
  .section-app-highlight.highlight-left .section-left {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0; }
  .section-app-highlight.highlight-left .section-right {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 50px; }
  @media (max-width: 991.98px) {
    .section-app-highlight .page-content {
      flex-direction: column; } }

.page-content {
  padding-top: 90px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1600px) {
    .page-content .contact-section article h3 {
      font-size: 34px;
      line-height: 40px; } }
  @media (min-width: 1600px) {
    .page-content .contact-section article h4 {
      font-size: 50px;
      line-height: 62px; } }
  .page-content article h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #8588D4; }
    @media (min-width: 1600px) {
      .page-content article h3 {
        font-size: 38px;
        line-height: 44px; } }
  .page-content article h4 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: #182132;
    margin-top: 5px; }
    @media (min-width: 1600px) {
      .page-content article h4 {
        font-size: 54px;
        line-height: 76px;
        margin-top: 20px; } }
  .page-content article p {
    font-size: 18px;
    line-height: 32px;
    color: #182132; }
  @media (min-width: 1600px) {
    .page-content article p {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 1600px) {
    .page-content article {
      padding-top: 20px;
      padding-bottom: 0px; } }
  .page-content p {
    font-size: 24px;
    line-height: 42px;
    color: #182132;
    margin-bottom: 28px; }
  @media (min-width: 1800px) {
    .page-content {
      max-width: 1400px;
      padding-top: 40px; }
      .page-content p {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 38px; } }
  @media (max-width: 991.98px) {
    .page-content {
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px; }
      .page-content p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 22px; } }

.footer {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 991.98px) {
    .footer {
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0; } }
  .footer .footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .footer .footer-nav ul {
      margin: 0;
      padding: 0;
      display: flex; }
      .footer .footer-nav ul li {
        list-style: none; }
        .footer .footer-nav ul li + li {
          margin-left: 30px; }
        .footer .footer-nav ul li a {
          display: block;
          padding: 8px 15px;
          color: #8588D4;
          cursor: pointer;
          font-size: 1.2rem; }
        .footer .footer-nav ul li:hover a {
          text-decoration: none; }
    @media (max-width: 991.98px) {
      .footer .footer-nav ul {
        flex-direction: column; }
        .footer .footer-nav ul li + li {
          margin-left: 00px; }
        .footer .footer-nav ul li a {
          text-align: center;
          font-size: 1.1rem; } }
    @media (min-width: 1800px) {
      .footer .footer-nav ul li a {
        font-size: 22px; } }
  .footer .copy {
    min-height: 80px;
    background: #8588D4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 140px 140px 0px 0px; }
    .footer .copy p {
      color: white;
      font-size: 1rem;
      margin: 0; }
    @media (min-width: 1600px) {
      .footer .copy {
        min-height: 100px; }
        .footer .copy p {
          font-size: 1rem; } }
    @media (max-width: 991.98px) {
      .footer .copy {
        min-height: 60px;
        border-radius: 40px 40px 0px 0px;
        padding-left: 15px;
        padding-right: 15px; }
        .footer .copy p {
          font-size: 0.9rem;
          text-align: center; } }

.contact-call {
  padding-left: 60px;
  padding-top: 80px; }
  .contact-call h2 {
    font-size: 50px;
    font-weight: 700;
    color: white; }
    @media (max-width: 991.98px) {
      .contact-call h2 {
        font-size: 32px;
        line-height: 38px; } }
  .contact-call .btn-call {
    background: white;
    color: #8588D4;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 60px; }
    .contact-call .btn-call:active, .contact-call .btn-call:focus {
      box-shadow: none;
      outline: 0;
      border: 0; }

.form .btn {
  padding-left: 100px;
  padding-right: 100px; }

label {
  color: #505050;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (min-width: 1600px) {
    label {
      font-size: 24px;
      margin-bottom: 6px; } }

.form-group {
  margin-bottom: 15px; }
  @media (min-width: 1600px) {
    .form-group {
      margin-bottom: 20px; } }

.form-control {
  border: 1px solid #BFBFBF;
  height: 60px;
  border-radius: 10px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 1.2rem; }
  .form-control::placeholder {
    color: #B1B1B1; }
  @media (min-width: 1600px) {
    .form-control {
      height: 66px;
      font-size: 1.2rem; } }
  .form-control:focus {
    box-shadow: none;
    border-color: #8588D4; }

.btn.btn-primary {
  background: #8588D4;
  color: white;
  height: 60px;
  border-radius: 100px;
  border: 0;
  font-weight: 700;
  font-size: 1rem; }
  .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    outline: 0;
    border: 0; }
  @media (min-width: 1600px) {
    .btn.btn-primary {
      height: 80px;
      font-size: 1.2rem; } }

.map-frame {
  width: 100%;
  height: 580px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .map-frame {
      min-height: 580px; } }
  .map-frame .map-content {
    position: absolute;
    right: 0;
    width: 50%;
    height: 76%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .map-frame .map-content {
        width: 100%;
        height: auto;
        transform: none;
        bottom: 0;
        top: auto;
        padding-left: 30px; } }
    .map-frame .map-content:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: -20px;
      left: 100px;
      border-radius: 100px 0 0 100px;
      background: #8588D4 url(../images/contact_bg.png) no-repeat 120% center;
      background-size: 60% auto;
      transform: rotate(-12deg); }
      @media (max-width: 991.98px) {
        .map-frame .map-content:after {
          left: 0;
          top: 0;
          transform: none;
          border-radius: 30px 0 0 30px; } }
    .map-frame .map-content .address-con {
      position: relative;
      z-index: 3;
      padding: 15px 15px 15px 200px; }
      @media (max-width: 991.98px) {
        .map-frame .map-content .address-con {
          padding-left: 15px; } }
      .map-frame .map-content .address-con p {
        font-size: 1.4rem;
        color: white;
        margin-bottom: 0.8rem; }
        .map-frame .map-content .address-con p.title {
          opacity: 0.8; }
        @media (max-width: 991.98px) {
          .map-frame .map-content .address-con p {
            font-size: 1rem;
            line-height: 1rem; } }

#successMessage {
  color: green;
  float: right; }

#failureMessage {
  color: red;
  float: right; }

.modal-content.modal-video {
  position: relative; }
  .modal-content.modal-video .btn-close {
    position: absolute;
    top: 0px;
    right: 5px;
    border: 0;
    color: white;
    z-index: 16;
    opacity: 1;
    background: transparent;
    font-size: 30px;
    margin: 0;
    padding: 5px;
    border: 0;
    line-height: 30px; }
    .modal-content.modal-video .btn-close:active, .modal-content.modal-video .btn-close:focus {
      border: 0;
      outline: 0;
      box-shadow: none; }
  .modal-content.modal-video .modal-body {
    height: 580px; }

.blogDetail {
  padding-right: 5%; }
  .blogDetail .content-imgs img {
    width: 100%;
    position: relative;
    padding-left: 20%;
    object-fit: cover; }
  .blogDetail h4, .blogDetail h5, .blogDetail h6 {
    font-weight: 600 !important; }

.blogBox {
  box-shadow: 0px 3px 10px #818B9F;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px; }
  .blogBox .blogImgHolder {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px 5px 0 0; }

.blogContent {
  padding: 12px 12px 15px; }
  .blogContent p {
    text-align: justify;
    line-height: 2; }
  .blogContent .blogerInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .blogContent .blogerInfo h6 {
      font-size: 15px;
      color: #898888;
      font-weight: 600;
      margin: 0; }
  .blogContent .blogTime {
    font-size: 14px;
    font-weight: 600;
    color: #898888; }
  .blogContent .blogHeading {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 5px;
    color: #142641; }
  .blogContent .readMoreLink {
    color: #8588D4;
    font-weight: 600; }

.blogHeading-dp {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0px;
  color: #142641; }

@media (max-width: 768px) {
  .blogDetail {
    padding-right: unset !important; }
    .blogDetail .content-imgs img {
      width: 100% !important;
      padding-left: unset !important; }
    .blogDetail .contents {
      padding-top: 30px; }
      .blogDetail .contents .contact-content {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
@media (max-width: 700px) {
  .contents {
    padding-top: unset !important; } }

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