<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.875em;
    color: #5a6671;
    font-weight: 400;
    overflow-x: hidden; }
  
  *:focus {
    outline: none; }
  
  img {
    max-width: 100%; }
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Dosis", sans-serif;
    color: #273f5b;
    line-height: 1.37em;
    font-weight: 600; }
  
  h1, .h1 {
    font-size: 40px; }
    @media (max-width: 767px) {
      h1, .h1 {
        font-size: 30px; } }
  
  h2, .h2 {
    font-size: 39px; }
    @media (max-width: 767px) {
      h2, .h2 {
        font-size: 26px; } }
  
  h3, .h3 {
    font-size: 26px; }
  
  h4, .h4 {
    font-size: 24px; }
  
  h5, .h5 {
    font-size: 22px; }
  
  h5, .h5 {
    font-size: 20px; }
  
  a {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none; }
  
  a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none; }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Open Sans", sans-serif; }
  
  b, strong {
    font-weight: 600;
    color: #273f59; }
  
  sup {
    top: -1.3em; }
  
  sub {
    bottom: -1.3em; }
  
  section {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 10; }
    @media (max-width: 991px) {
      section {
        padding-top: 80px;
        padding-bottom: 80px; } }
  
  input, textarea {
    border: 1px solid #e9eff5;
    padding: 9px 30px;
    border-radius: 4px;
    width: 100%; }
    input::-moz-placeholder, textarea::-moz-placeholder {
      color: #8ea4b8;
      font-size: 1rem;
      opacity: 1; }
    input:-moz-placeholder, textarea:-moz-placeholder {
      color: #8ea4b8;
      font-size: 1rem;
      opacity: 1; }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      color: #8ea4b8;
      font-size: 1rem;
      opacity: 1; }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      color: #8ea4b8;
      font-size: 1rem;
      opacity: 1; }
  
  @media (max-width: 767px) {
    .display-1 {
      font-size: 4rem; }
    .display-2 {
      font-size: 3.5rem; }
    .display-3 {
      font-size: 3rem; }
    .display-4 {
      font-size: 2rem; } }
  
  .show-onHover {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  
  .show-onHover-parent:hover .show-onHover {
    opacity: 1; }
  
  [data-dark-overlay] {
    position: relative; }
    [data-dark-overlay]:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      z-index: -1; }
  
  [data-dark-overlay="1"]:after {
    opacity: .1; }
  
  [data-dark-overlay="2"]:after {
    opacity: .2; }
  
  [data-dark-overlay="3"]:after {
    opacity: .3; }
  
  [data-dark-overlay="4"]:after {
    opacity: .4; }
  
  [data-dark-overlay="5"]:after {
    opacity: .5; }
  
  [data-dark-overlay="6"]:after {
    opacity: .6; }
  
  [data-dark-overlay="7"]:after {
    opacity: .7; }
  
  [data-dark-overlay="8"]:after {
    opacity: .8; }
  
  [data-parallax] {
    background-color: transparent; }
  
  .typed-curcor {
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  
  @-webkit-keyframes blinker {
    from {
      opacity: 1.0; }
    to {
      opacity: 0.0; } }
  
  @keyframes blinker {
    from {
      opacity: 1.0; }
    to {
      opacity: 0.0; } }
  
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  
  .navbar-brand {
    position: relative; }
  
  .logo-inverse {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: .3125rem;
    padding-bottom: .3125rem; }
  
  .navbar-nav &gt; .nav-item {
    margin-left: 15px; }
    .navbar-nav &gt; .nav-item &gt; .nav-link {
      text-transform: uppercase;
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      font-size: 16px; }
  
  .navbar-toggler {
    position: relative; }
    .navbar-toggler * {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .navbar-toggler[aria-expanded="true"] .nav-hamburger {
      opacity: 0; }
    .navbar-toggler[aria-expanded="true"] .nav-close {
      opacity: 1; }
    .navbar-toggler[aria-expanded="false"] .nav-hamburger {
      opacity: 1; }
    .navbar-toggler .nav-close {
      position: absolute;
      opacity: 0;
      top: 3px; }
  
  .dropdown-toggle::after {
    display: none; }
  
  .dropdown-menu, .dropdown__col-2 {
    border: none !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 15px;
    min-width: 13rem; }
  
  .dropdown-item {
    border-radius: 4px;
    padding: 5px 15px;
    text-transform: capitalize; }
    .dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
      background: #0795d1;
      color: #fff; }
  
  @media (min-width: 992px) {
    .dropdown-menu {
      display: block;
      border: none;
      margin-top: 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      padding: 15px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .dropdown-menu.show {
        margin-top: 0;
        visibility: visible;
        opacity: 1; }
    .dropdown:hover &gt; .dropdown-menu, .dropdown:hover .dropdown__col-2 {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
      z-index: 1030; } }
  
  @media (min-width: 992px) {
    .dropdown__col-2 {
      min-width: 450px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .dropdown__col-2 .dropdown-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 15px; } }
  
  .header-inverse {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .header-inverse .nav-link {
      color: #273f5b; }
    .header-inverse-false {
      background: #fff; }
      .header-inverse-false .logo-default {
        opacity: 0; }
      .header-inverse-false .logo-inverse {
        opacity: 1; }
  
  .is-scrolling .fixed-top {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  
  .is-scrolling .navbar-toggler {
    color: #54667a; }
  
  .is-scrolling .header-inverse {
    background: #fff; }
    .is-scrolling .header-inverse .nav-link {
      color: #54667a; }
  
  .is-scrolling .header-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }
  
  .is-scrolling .logo-default {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  
  .is-scrolling .logo-inverse {
    opacity: 1; }
  
  .header-shadow {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1);
    box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1); }
  
  @media (max-width: 991px) {
    #navbarNav {
      background: #fff;
      max-height: 100vh;
      padding: 20px;
      overflow: auto; }
      #navbarNav .nav-link {
        color: #54667a; } }
  
  .intro-hero {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover !important;
    position: relative;
    z-index: 10; }
  
  .social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    line-height: 45px; }
    .social a:hover {
      background: #39b1e4;
      color: #ffffff;}
  
  .social.social-white a {
    background: #fff;
    color: #92b7db; }
    .social.social-white a:hover {
      color: #0795d1; }
  
  .social-rounded a {
    border-radius: 50%; }
  
  .social-default a {
    background: #ecf5fe;
    color: #92b7db; }
    .social-default a:hover {
      color: #0795d1;
      background: #ecf5fe; }
  
  .social-sm a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px; }
  
  .scroll-top {
    bottom: 20px;
    font-size: 20px;
    height: 40px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    line-height: 40px;
    right: -100px; }
    .scroll-top.active {
      right: 20px; }
  
  .btn {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    padding: 0.8125rem 2rem; }
    .btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  .btn-rounded {
    border-radius: 100em; }
  
  .btn-primary {
    background: #0795d1;
    -webkit-box-shadow: 0 5px 40px 0 rgba(173, 216, 230, 0.3);
    box-shadow: 0 5px 40px 0 rgba(173, 216, 230, 0.3);
    color: #fff; }
    .btn-primary:hover {
      background: #0576AD;
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  .btn-white {
    background: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(32, 101, 169, 0.2);
    box-shadow: 0 5px 40px 0 rgba(32, 101, 169, 0.2);
    color: #597187 !important; }
    .btn-white:hover {
      background: #455768;
      color: #fff !important; }
  
  .btn-outline-white {
    background-color: transparent;
    background-image: none;
    border-color: #597187; }
    .btn-outline-white:hover {
      background: #455768;
      color: #fff !important; }
  
  .btn-pulple-light {
    background: #a282e3;
    color: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(162, 130, 227, 0.4);
    box-shadow: 0 5px 40px 0 rgba(162, 130, 227, 0.4); }
    .btn-pulple-light:hover {
      background: #8358da;
      color: #fff; }
  
  .btn-outline-pulple-light {
    background: transparent;
    border-color: #a282e3; }
    .btn-outline-pulple-light:hover {
      background: #a282e3;
      color: #fff; }
  
  .btn-yellow {
    background: #ffad00;
    -webkit-box-shadow: 0 5px 40px 0 rgba(255, 173, 0, 0.3);
    box-shadow: 0 5px 40px 0 rgba(255, 173, 0, 0.3);
    color: #fff !important; }
    .btn-yellow:hover {
      background: #e69c00;
      color: #fff; }
  
  .btn-outline-yellow {
    background: transparent;
    border-color: #ffad00; }
    .btn-outline-yellow:hover {
      background: #ffad00;
      color: #fff; }
  
  .btn-green {
    background: #2cd44a;
    -webkit-box-shadow: 0 5px 40px 0 rgba(44, 212, 74, 0.3);
    box-shadow: 0 5px 40px 0 rgba(44, 212, 74, 0.3);
    color: #fff !important; }
    .btn-green:hover {
      background: #27bf42;
      color: #fff; }
  
  .btn-blue {
    background: #0795d1;
    -webkit-box-shadow: 0 5px 40px 0 rgba(173, 216, 230, 0.3);
    box-shadow: 0 5px 40px 0 rgba(173, 216, 230, 0.3);
    color: #fff !important; }
    .btn-blue:hover {
      background: #0576AD;
      color: #fff; }
  
  
  .btn-red {
    background: #f64d62;
    -webkit-box-shadow: 0 5px 40px 0 rgba(246, 77, 98, 0.3);
    box-shadow: 0 5px 40px 0 rgba(246, 77, 98, 0.3);
    color: #fff !important; }
    .btn-red:hover {
      background: #f5354d;
      color: #fff; }
  
  .btn-outline-green {
    background: transparent;
    border-color: #2cd44a; }
    .btn-outline-green:hover {
      background: #27bf42;
      color: #fff; }
  .btn-outline-blue {
    background: transparent;
    border-color: #0795d1; }
    .btn-outline-green:hover {
      background: #0576AD;
      color: #fff; }
  
  .btn-sm {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px !important; }
  
  .subsribe-rounded .form-control {
    border-color: #dde9f5; }
    @media (min-width: 576px) {
      .subsribe-rounded .form-control {
        min-width: 460px; } }
  
  @media (min-width: 768px) {
    .subsribe-rounded .btn {
      margin-left: -50px; } }
  
  .accordion__faq {
    border-bottom: 1px solid #eaecef; }
  
  .accordion__title {
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    color: #273f59;
    font-weight: 600;
    display: block; }
    .accordion__title &gt; i {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .accordion__title.active &gt; i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  
  .accordion__text {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px; }
  
  .tabs-v1 .bg-white {
    color: #476483; }
    .tabs-v1 .bg-white.active {
      color: #273f59; }
  
  .tabs-v2 {
    background: #fff;
    border-radius: 100em;
    border-bottom: none; }
    @media (max-width: 767px) {
      .tabs-v2 {
        display: block !important;
        border-radius: 0 !important; } }
    .tabs-v2 &gt; .nav-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .tabs-v2 .nav-link {
      border-radius: 100em;
      text-align: center;
      padding: 10px; }
      .tabs-v2 .nav-link.active {
        background: #0795d1;
        color: #fff; }
  
  .tabs-v3 .nav-link {
    background: #ecf5fe; }
    @media (min-width: 600px) {
      .tabs-v3 .nav-link {
        width: 200px; } }
    .tabs-v3 .nav-link.active {
      background: #0795d1;
      border-color: transparent;
      color: #fff; }
  
  .portfolio-block {
    position: relative;
    margin-top: 30px; }
    .portfolio-block:hover .portfolio-overlay {
      opacity: 1; }
    .portfolio-block:hover .portfolio-desc {
      margin-top: 30px;
      opacity: 1; }
  
  .portfolio-overlay {
    background: #0795d1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  
  .portfolio-btn-action &gt; a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid rgba(244, 244, 244, 0.5);
    border-radius: 50%;
    padding: 11px;
    text-align: center;
    margin: 5px; }
    .portfolio-btn-action &gt; a:hover, .portfolio-btn-action &gt; a:focus {
      color: #fff;
      background: rgba(244, 244, 244, 0.5);
      outline: none; }
  
  .portfolio-desc {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  
  .portfolio-details-text &gt; h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #000; }
  
  .portfolio-meta {
    padding: 30px; }
    .portfolio-meta ul li {
      padding: 5px; }
      .portfolio-meta ul li strong {
        margin-right: 5px;
        color: #000; }
      .portfolio-meta ul li &gt; a {
        display: inline-block;
        margin: 0 5px; }
  
  .portfolio-filter {
    border-radius: 50em;
    overflow: hidden; }
    .portfolio-filter &gt; li {
      padding: 10px 30px;
      border-radius: 50em;
      cursor: pointer; }
      .portfolio-filter &gt; li.active {
        color: #fff;
        background: #0795d1; }
  
  .post {
    margin-bottom: 40px; }
  
  .post__content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .post__content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px; } }
  
  .post__date {
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .post__share {
    float: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }
  
  .post__share-media {
    position: absolute;
    right: 100%;
    top: 0;
    min-width: 200px;
    text-align: right; }
    .post__share-media &gt; a {
      display: inline-block; }
  
  .share__icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer; }
  
  .post-share-and-taq {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  
  .post-taq &gt; a {
    padding: 5px;
    display: inline-block; }
  
  .sidebar-widget,
  .widget,
  .widget_recent_entries,
  .widget_calendar,
  .widget_archive,
  .widget_recent_entries,
  .widget_recent_comments,
  .widget_categories,
  .widget_text,
  .widget_pages,
  .widget_meta,
  .widget_recent_entries,
  .widget_rss {
    -webkit-box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    background: #fff;
    margin-bottom: 40px;
    border-radius: 4px;
    padding: 30px; }
  
  .side-post-block {
    padding-bottom: 20px; }
  
  .side-post-img {
    float: left;
    margin-right: 30px; }
    .side-post-img img {
      width: 70px;
      height: 70px;
      border-radius: 50%; }
  
  .side-post-content &gt; h4 {
    font-size: 20px; }
  
  .side-post-content .post-date {
    font-size: 14px; }
  
  .post__tab-content {
    display: none; }
    .post__tab-content.active {
      display: block; }
  
  .post-tab-list &gt; h2 {
    width: 50%;
    float: left;
    text-align: center; }
    .post-tab-list &gt; h2 a.active {
      color: #7b8697; }
  
  .sidebar-widget-title,
  .widget &gt; h2,
  .widget-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize; }
  
  .tags-list &gt; a {
    display: inline-block;
    color: #777;
    text-transform: capitalize;
    padding: 3px 15px;
    background: #f8f8f8;
    margin-right: 5px;
    border-radius: 50px;
    margin-bottom: 10px; }
    .tags-list &gt; a:hover {
      background: #0795d1;
      color: #fff; }
  
  /***************************WordPress Default Widget style
  /***************************/
  .widget ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .widget ul &gt; li {
      margin-bottom: 5px; }
      .widget ul &gt; li &gt; a .badge {
        background: #cce6ff;
        color: #6685a4;
        border-radius: 10em;
        padding: 5px 12px;
        font-size: 13px;
        font-weight: 600;
        margin-left: 15px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .widget ul &gt; li &gt; a:hover {
        color: #0795d1; }
        .widget ul &gt; li &gt; a:hover .badge {
          background: #0795d1;
          color: #fff; }
  
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  
  .ec-comments-area .comments-title {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px; }
  
  .ec-comments-area .comment-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
  
  .ec-comments-area .comment-main-area {
    margin-left: 90px; }
  
  .ec-comments-area .comment {
    padding-bottom: 30px; }
  
  .ec-comments-area .ec-comments-meta &gt; h4 {
    font-size: 16px; }
  
  .ec-comments-area .comments-date {
    color: #9c9c9c;
    margin-bottom: 15px;
    display: inline-block; }
  
  .ec-comments-area .comments .children {
    margin-left: 20px;
    border-top: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 30px;
    list-style: none; }
  
  .ec-comments-area .comments-reply {
    float: right; }
  
  .ec-comments-area .ec-comment-form {
    margin-top: 30px; }
  
  .ec-comment-form .comment-reply-title {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px; }
  
  @media (max-width: 991px) {
    .share-post &gt; p &gt; span {
      display: block;
      margin-bottom: 10px; } }
  
  .progress-bar {
    width: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  
  .u-as-parent {
    width: 100% !important;
    height: 100% !important; }
  
  .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    z-index: -1; }
  
  .u-ff-dosis {
    font-family: "Dosis", sans-serif; }
  
  .u-of-hidden {
    overflow: hidden; }
  
  .u-bg-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
    .u-bg-img-repeat-x {
      background-repeat: repeat-x !important; }
    .u-bg-img-repeat-y {
      background-repeat: repeat-y !important; }
  
  .u-bg-parallax, .u-bg-fixed {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  
  .u-bg-left-center {
    background-position: left center !important; }
  
  .u-bg-top-center {
    background-position: top center !important; }
  
  .u-bg-bottom-center {
    background-position: bottom center !important; }
  
  .u-bg-transparent {
    background: transparent !important; }
  
  .u-bdr-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
    .u-bdr-x-0 {
      border-left: none !important;
      border-right: none !important; }
  
  .u-bdr-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; }
    .u-bdr-y-0 {
      border-top: none !important;
      border-bottom: none !important; }
  
  .u-bdr-top {
    border-top: 1px solid transparent !important; }
  
  .u-bdr-bottom {
    border-bottom: 1px solid transparent !important; }
  
  .u-bdr-left {
    border-left: 1px solid transparent !important; }
  
  .u-bdr-right {
    border-right: 1px solid transparent !important; }
  
  .u-bdr-dashed {
    border: 1px dashed transparent !important; }
    .u-bdr-dashed--y {
      border-top: 1px dashed transparent !important;
      border-bottom: 1px dashed transparent !important; }
    .u-bdr-dashed--x {
      border-right: 1px dashed transparent !important;
      border-left: 1px dashed transparent !important; }
    .u-bdr-dashed--top {
      border-top: 1px dashed transparent !important; }
    .u-bdr-dashed--bottom {
      border-bottom: 1px dashed transparent !important; }
    .u-bdr-dashed--left {
      border-left: 1px dashed transparent !important; }
    .u-bdr-dashed--right {
      border-right: 1px dashed transparent !important; }
  
  .u-bdr-dotted {
    border: 1px dotted transparent !important; }
    .u-bdr-dotted--y {
      border-top: 1px dotted transparent !important;
      border-bottom: 1px dotted transparent !important; }
    .u-bdr-dotted--x {
      border-right: 1px dotted transparent !important;
      border-left: 1px dotted transparent !important; }
    .u-bdr-dotted--top {
      border-top: 1px dashed dotted !important; }
    .u-bdr-dotted--bottom {
      border-bottom: 1px dotted transparent !important; }
    .u-bdr-dotted--left {
      border-left: 1px dotted transparent !important; }
    .u-bdr-dotted--right {
      border-right: 1px dotted transparent !important; }
  
  @media (min-width: 768px) {
    .u-bdr-md {
      border: 1px solid  transparent !important; }
    .u-bdr-md-top {
      border-top: 1px solid transparent !important; }
    .u-bdr-md-bottom {
      border-bottom: 1px solid transparent !important; }
    .u-bdr-md-left {
      border-left: 1px solid transparent !important; }
    .u-bdr-md-right {
      border-right: 1px solid transparent !important; } }
  
  @media (min-width: 992px) {
    .u-bdr-lg {
      border: 1px solid  transparent !important; }
    .u-bdr-lg-top {
      border-top: 1px solid transparent !important; }
    .u-bdr-lg-bottom {
      border-bottom: 1px solid transparent !important; }
    .u-bdr-lg-left {
      border-left: 1px solid transparent !important; }
    .u-bdr-lg-right {
      border-right: 1px solid transparent !important; } }
  
  .u-bdr-1 {
    border-width: 1px !important; }
  
  .u-bdr-2 {
    border-width: 2px !important; }
  
  .u-bdr-3 {
    border-width: 3px !important; }
  
  .u-bdr-4 {
    border-width: 4px !important; }
  
  .u-bdr-5 {
    border-width: 5px !important; }
  
  .u-rounded {
    border-radius: 10px; }
  
  .u-rounded-4 {
    border-radius: 4px !important; }
  
  .u-rounded-5 {
    border-radius: 5px !important; }
  
  .u-rounded-6 {
    border-radius: 6px !important; }
  
  .u-rounded-7 {
    border-radius: 7px !important; }
  
  .u-rounded-8 {
    border-radius: 8px !important; }
  
  .u-rounded-9 {
    border-radius: 9px !important; }
  
  .u-rounded-10 {
    border-radius: 10px !important; }
  
  .u-rounded-15 {
    border-radius: 15px !important; }
  
  .u-rounded-20 {
    border-radius: 20px !important; }
  
  .u-rounded-25 {
    border-radius: 25px !important; }
  
  .u-rounded-30 {
    border-radius: 30px !important; }
  
  .u-rounded-50 {
    border-radius: 1000em; }
  
  .u-rounded-left-50 {
    border-top-left-radius: 1000em;
    border-bottom-left-radius: 1000em; }
  
  .u-rounded-right-50 {
    border-top-right-radius: 1000em;
    border-bottom-right-radius: 1000em; }
  
  .u-bdrs-top-4 {
    border-radius: 4px 4px 0 0 !important; }
  
  .u-bdrs-top-6 {
    border-radius: 6px 6px 0 0 !important; }
  
  .u-bdrs-top-8 {
    border-radius: 8px 8px 0 0 !important; }
  
  .u-rounded-bottom-4 {
    border-radius: 0 0 4px 4px !important; }
  
  .u-rounded-bottom-6 {
    border-radius: 0 0 6px 6px !important; }
  
  .u-rounded-bottom-8 {
    border-radius: 0 0 8px 8px !important; }
  
  .u-rounded-right-4 {
    border-radius: 0 4px 4px 0 !important; }
  
  .u-rounded-right-6 {
    border-radius: 0 6px 6px 0 !important; }
  
  .u-rounded-right-8 {
    border-radius: 0 8px 8px 0 !important; }
  
  .u-rounded-left-4 {
    border-radius: 4px 0 0 4px !important; }
  
  .u-rounded-left-6 {
    border-radius: 6px 0 0 6px !important; }
  
  .u-rounded-left-8 {
    border-radius: 8px 0 0 8px !important; }
  
  .box-shadow-v1 {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
    box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1); }
    .box-shadow-v1--onHover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-shadow-v1--onHover:hover {
        -webkit-box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
        box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1); }
  
  .box-shadow-v2 {
    -webkit-box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15); }
    .box-shadow-v2--onHover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-shadow-v2--onHover:hover {
        -webkit-box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
        box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15); }
  
  .box-shadow-v3 {
    -webkit-box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05);
    box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05); }
    .box-shadow-v3--onHover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-shadow-v3--onHover:hover {
        -webkit-box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05);
        box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05); }
  
  .box-shadow-v4 {
    -webkit-box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5);
    box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5); }
    .box-shadow-v4--onHover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-shadow-v4--onHover:hover {
        -webkit-box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5);
        box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5); }
  
  .box-shadow-primary {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 129, 255, 0.3);
    box-shadow: 0 5px 30px 0 rgba(0, 129, 255, 0.3); }
    .box-shadow-primary--onHover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-shadow-primary--onHover:hover {
        -webkit-box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05);
        box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05); }
  
  .u-w-50vh {
    width: 50vh !important; }
  
  .u-w-100vh {
    width: 100vh !important; }
  
  .u-w-30p {
    width: 30% !important; }
  
  .u-w-40p {
    width: 40% !important; }
  
  .u-w-60p {
    width: 60% !important; }
  
  .u-w-70p {
    width: 70% !important; }
  
  .u-w-80p {
    width: 80% !important; }
  
  .u-w-90p {
    width: 90% !important; }
  
  .u-w-100p {
    width: 100% !important; }
  
  .u-flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  
  .u-w-5 {
    width: 0.3125rem !important; }
  
  .u-w-10 {
    width: 0.625rem !important; }
  
  .u-w-15 {
    width: 0.9375rem !important; }
  
  .u-w-20 {
    width: 1.25rem !important; }
  
  .u-w-25 {
    width: 1.5625rem !important; }
  
  .u-w-30 {
    width: 1.875rem !important; }
  
  .u-w-35 {
    width: 2.1875rem !important; }
  
  .u-w-40 {
    width: 2.5rem !important; }
  
  .u-w-45 {
    width: 2.8125rem !important; }
  
  .u-w-50 {
    width: 3.125rem !important; }
  
  .u-w-55 {
    width: 3.4375rem !important; }
  
  .u-w-60 {
    width: 3.75rem !important; }
  
  .u-w-65 {
    width: 4.0625rem !important; }
  
  .u-w-70 {
    width: 4.375rem !important; }
  
  .u-w-75 {
    width: 4.6875rem !important; }
  
  .u-w-80 {
    width: 5rem !important; }
  
  .u-w-85 {
    width: 5.3125rem !important; }
  
  .u-w-90 {
    width: 5.625rem !important; }
  
  .u-w-95 {
    width: 5.9375rem !important; }
  
  .u-w-100 {
    width: 6.25rem !important; }
  
  .u-w-100 {
    width: 6.25rem !important; }
  
  .u-w-110 {
    width: 6.875rem !important; }
  
  .u-w-120 {
    width: 7.5rem !important; }
  
  .u-w-130 {
    width: 8.125rem !important; }
  
  .u-w-140 {
    width: 8.75rem !important; }
  
  .u-w-150 {
    width: 9.375rem !important; }
  
  .u-w-160 {
    width: 10rem !important; }
  
  .u-w-170 {
    width: 10.625rem !important; }
  
  .u-w-180 {
    width: 11.25rem !important; }
  
  .u-w-190 {
    width: 11.875rem !important; }
  
  .u-w-200 {
    width: 12.5rem !important; }
  
  .u-w-210 {
    width: 13.125rem !important; }
  
  .u-w-220 {
    width: 13.75rem !important; }
  
  .u-w-230 {
    width: 14.375rem !important; }
  
  .u-w-240 {
    width: 15rem !important; }
  
  .u-w-250 {
    width: 15.625rem !important; }
  
  .u-w-260 {
    width: 16.25rem !important; }
  
  .u-w-270 {
    width: 16.875rem !important; }
  
  .u-w-280 {
    width: 17.5rem !important; }
  
  .u-w-290 {
    width: 18.125rem !important; }
  
  .u-w-300 {
    width: 18.75rem !important; }
  
  .u-max-w-300 {
    width: 18.75rem !important; }
  
  .u-max-w-350 {
    width: 21.875rem !important; }
  
  .u-max-w-400 {
    width: 25rem !important; }
  
  .u-max-w-450 {
    width: 28.125rem !important; }
  
  .u-max-w-500 {
    width: 31.25rem !important; }
  
  .u-max-w-550 {
    width: 34.375rem !important; }
  
  .u-max-w-600 {
    width: 37.5rem !important; }
  
  .u-max-w-650 {
    width: 40.625rem !important; }
  
  .u-max-w-700 {
    width: 43.75rem !important; }
  
  .u-max-w-750 {
    width: 46.875rem !important; }
  
  .u-max-w-800 {
    width: 50rem !important; }
  
  .u-max-w-850 {
    width: 53.125rem !important; }
  
  .u-max-w-900 {
    width: 56.25rem !important; }
  
  .u-h-50vh {
    min-height: 50vh !important; }
  
  .u-h-100vh {
    min-height: 100vh !important; }
  
  .u-h-100p {
    height: 100% !important; }
  
  .u-h-auto {
    height: auto !important; }
  
  .u-h-2 {
    height: 0.125rem; }
  
  .u-h-4 {
    height: 0.25rem; }
  
  .u-h-6 {
    height: 0.375rem; }
  
  .u-h-8 {
    height: 0.5rem; }
  
  .u-h-10 {
    height: 0.625rem; }
  
  .u-h-12 {
    height: 0.75rem; }
  
  .u-h-14 {
    height: 0.875rem; }
  
  .u-h-16 {
    height: 1rem; }
  
  .u-h-18 {
    height: 1.125rem; }
  
  .u-h-20 {
    height: 1.25rem; }
  
  .u-h-5 {
    height: 0.3125rem; }
  
  .u-h-10 {
    height: 0.625rem; }
  
  .u-h-15 {
    height: 0.9375rem; }
  
  .u-h-20 {
    height: 1.25rem; }
  
  .u-h-25 {
    height: 1.5625rem; }
  
  .u-h-30 {
    height: 1.875rem; }
  
  .u-h-35 {
    height: 2.1875rem; }
  
  .u-h-40 {
    height: 2.5rem; }
  
  .u-h-45 {
    height: 2.8125rem; }
  
  .u-h-50 {
    height: 3.125rem; }
  
  .u-h-55 {
    height: 3.4375rem; }
  
  .u-h-60 {
    height: 3.75rem; }
  
  .u-h-65 {
    height: 4.0625rem; }
  
  .u-h-70 {
    height: 4.375rem; }
  
  .u-h-75 {
    height: 4.6875rem; }
  
  .u-h-80 {
    height: 5rem; }
  
  .u-h-85 {
    height: 5.3125rem; }
  
  .u-h-90 {
    height: 5.625rem; }
  
  .u-h-95 {
    height: 5.9375rem; }
  
  .u-h-100 {
    height: 6.25rem; }
  
  .u-h-100 {
    height: 6.25rem; }
  
  .u-h-110 {
    height: 6.875rem; }
  
  .u-h-120 {
    height: 7.5rem; }
  
  .u-h-130 {
    height: 8.125rem; }
  
  .u-h-140 {
    height: 8.75rem; }
  
  .u-h-150 {
    height: 9.375rem; }
  
  .u-h-160 {
    height: 10rem; }
  
  .u-h-170 {
    height: 10.625rem; }
  
  .u-h-180 {
    height: 11.25rem; }
  
  .u-h-190 {
    height: 11.875rem; }
  
  .u-h-200 {
    height: 12.5rem; }
  
  .u-h-210 {
    height: 13.125rem; }
  
  .u-h-220 {
    height: 13.75rem; }
  
  .u-h-230 {
    height: 14.375rem; }
  
  .u-h-240 {
    height: 15rem; }
  
  .u-h-250 {
    height: 15.625rem; }
  
  .u-h-260 {
    height: 16.25rem; }
  
  .u-h-270 {
    height: 16.875rem; }
  
  .u-h-280 {
    height: 17.5rem; }
  
  .u-h-290 {
    height: 18.125rem; }
  
  .u-h-300 {
    height: 18.75rem; }
  
  .u-fw-100 {
    font-weight: 100; }
  
  .u-fw-200 {
    font-weight: 200; }
  
  .u-fw-300 {
    font-weight: 300; }
  
  .u-fw-400 {
    font-weight: 400; }
  
  .u-fw-500 {
    font-weight: 500; }
  
  .u-fw-600 {
    font-weight: 600; }
  
  .u-fw-700 {
    font-weight: 700; }
  
  .u-fw-800 {
    font-weight: 800; }
  
  .u-fw-900 {
    font-weight: 900; }
  
  @media (min-width: 768px) {
    fw-md-700 {
      font-weight: 700; }
    fw-md-800 {
      font-weight: 800; }
    fw-md-900 {
      font-weight: 900; } }
  
  @media (min-width: 992px) {
    fw-lg-700 {
      font-weight: 700; }
    fw-lg-800 {
      font-weight: 800; }
    fw-lg-900 {
      font-weight: 900; } }
  
  .u-p-5 {
    padding: 0.3125rem !important; }
  
  .u-p-6 {
    padding: 0.375rem !important; }
  
  .u-p-7 {
    padding: 0.4375rem !important; }
  
  .u-p-8 {
    padding: 0.5rem !important; }
  
  .u-p-9 {
    padding: 0.5625rem !important; }
  
  .u-p-10 {
    padding: 0.625rem !important; }
  
  .u-p-11 {
    padding: 0.6875rem !important; }
  
  .u-p-12 {
    padding: 0.75rem !important; }
  
  .u-p-13 {
    padding: 0.8125rem !important; }
  
  .u-p-14 {
    padding: 0.875rem !important; }
  
  .u-p-15 {
    padding: 0.9375rem !important; }
  
  .u-p-16 {
    padding: 1rem !important; }
  
  .u-p-17 {
    padding: 1.0625rem !important; }
  
  .u-p-18 {
    padding: 1.125rem !important; }
  
  .u-p-19 {
    padding: 1.1875rem !important; }
  
  .u-p-20 {
    padding: 1.25rem !important; }
  
  .u-p-20 {
    padding: 1.25rem !important; }
  
  .u-p-25 {
    padding: 1.5625rem !important; }
  
  .u-p-30 {
    padding: 1.875rem !important; }
  
  .u-p-35 {
    padding: 2.1875rem !important; }
  
  .u-p-40 {
    padding: 2.5rem !important; }
  
  .u-p-45 {
    padding: 2.8125rem !important; }
  
  .u-p-50 {
    padding: 3.125rem !important; }
  
  .u-p-55 {
    padding: 3.4375rem !important; }
  
  .u-p-60 {
    padding: 3.75rem !important; }
  
  .u-pt-5 {
    padding-top: 0.3125rem !important; }
  
  .u-pt-6 {
    padding-top: 0.375rem !important; }
  
  .u-pt-7 {
    padding-top: 0.4375rem !important; }
  
  .u-pt-8 {
    padding-top: 0.5rem !important; }
  
  .u-pt-9 {
    padding-top: 0.5625rem !important; }
  
  .u-pt-10 {
    padding-top: 0.625rem !important; }
  
  .u-pt-11 {
    padding-top: 0.6875rem !important; }
  
  .u-pt-12 {
    padding-top: 0.75rem !important; }
  
  .u-pt-13 {
    padding-top: 0.8125rem !important; }
  
  .u-pt-14 {
    padding-top: 0.875rem !important; }
  
  .u-pt-15 {
    padding-top: 0.9375rem !important; }
  
  .u-pt-16 {
    padding-top: 1rem !important; }
  
  .u-pt-17 {
    padding-top: 1.0625rem !important; }
  
  .u-pt-18 {
    padding-top: 1.125rem !important; }
  
  .u-pt-19 {
    padding-top: 1.1875rem !important; }
  
  .u-pt-20 {
    padding-top: 1.25rem !important; }
  
  .u-pt-20 {
    padding-top: 1.25rem !important; }
  
  .u-pt-25 {
    padding-top: 1.5625rem !important; }
  
  .u-pt-30 {
    padding-top: 1.875rem !important; }
  
  .u-pt-35 {
    padding-top: 2.1875rem !important; }
  
  .u-pt-40 {
    padding-top: 2.5rem !important; }
  
  .u-pt-45 {
    padding-top: 2.8125rem !important; }
  
  .u-pt-50 {
    padding-top: 3.125rem !important; }
  
  .u-pt-55 {
    padding-top: 3.4375rem !important; }
  
  .u-pt-60 {
    padding-top: 3.75rem !important; }
  
  .u-pt-65 {
    padding-top: 4.0625rem !important; }
  
  .u-pt-70 {
    padding-top: 4.375rem !important; }
  
  .u-pt-75 {
    padding-top: 4.6875rem !important; }
  
  .u-pt-80 {
    padding-top: 5rem !important; }
  
  .u-pt-85 {
    padding-top: 5.3125rem !important; }
  
  .u-pt-90 {
    padding-top: 5.625rem !important; }
  
  .u-pt-95 {
    padding-top: 5.9375rem !important; }
  
  .u-pt-100 {
    padding-top: 6.25rem !important; }
  
  .u-pb-5 {
    padding-bottom: 0.3125rem !important; }
  
  .u-pb-6 {
    padding-bottom: 0.375rem !important; }
  
  .u-pb-7 {
    padding-bottom: 0.4375rem !important; }
  
  .u-pb-8 {
    padding-bottom: 0.5rem !important; }
  
  .u-pb-9 {
    padding-bottom: 0.5625rem !important; }
  
  .u-pb-10 {
    padding-bottom: 0.625rem !important; }
  
  .u-pb-11 {
    padding-bottom: 0.6875rem !important; }
  
  .u-pb-12 {
    padding-bottom: 0.75rem !important; }
  
  .u-pb-13 {
    padding-bottom: 0.8125rem !important; }
  
  .u-pb-14 {
    padding-bottom: 0.875rem !important; }
  
  .u-pb-15 {
    padding-bottom: 0.9375rem !important; }
  
  .u-pb-16 {
    padding-bottom: 1rem !important; }
  
  .u-pb-17 {
    padding-bottom: 1.0625rem !important; }
  
  .u-pb-18 {
    padding-bottom: 1.125rem !important; }
  
  .u-pb-19 {
    padding-bottom: 1.1875rem !important; }
  
  .u-pb-20 {
    padding-bottom: 1.25rem !important; }
  
  .u-pb-20 {
    padding-bottom: 1.25rem !important; }
  
  .u-pb-25 {
    padding-bottom: 1.5625rem !important; }
  
  .u-pb-30 {
    padding-bottom: 1.875rem !important; }
  
  .u-pb-35 {
    padding-bottom: 2.1875rem !important; }
  
  .u-pb-40 {
    padding-bottom: 2.5rem !important; }
  
  .u-pb-45 {
    padding-bottom: 2.8125rem !important; }
  
  .u-pb-50 {
    padding-bottom: 3.125rem !important; }
  
  .u-pb-55 {
    padding-bottom: 3.4375rem !important; }
  
  .u-pb-60 {
    padding-bottom: 3.75rem !important; }
  
  .u-pb-65 {
    padding-bottom: 4.0625rem !important; }
  
  .u-pb-70 {
    padding-bottom: 4.375rem !important; }
  
  .u-pb-75 {
    padding-bottom: 4.6875rem !important; }
  
  .u-pb-80 {
    padding-bottom: 5rem !important; }
  
  .u-pb-85 {
    padding-bottom: 5.3125rem !important; }
  
  .u-pb-90 {
    padding-bottom: 5.625rem !important; }
  
  .u-pb-95 {
    padding-bottom: 5.9375rem !important; }
  
  .u-pb-100 {
    padding-bottom: 6.25rem !important; }
  
  .u-pl-5 {
    padding-left: 0.3125rem !important; }
  
  .u-pl-6 {
    padding-left: 0.375rem !important; }
  
  .u-pl-7 {
    padding-left: 0.4375rem !important; }
  
  .u-pl-8 {
    padding-left: 0.5rem !important; }
  
  .u-pl-9 {
    padding-left: 0.5625rem !important; }
  
  .u-pl-10 {
    padding-left: 0.625rem !important; }
  
  .u-pl-11 {
    padding-left: 0.6875rem !important; }
  
  .u-pl-12 {
    padding-left: 0.75rem !important; }
  
  .u-pl-13 {
    padding-left: 0.8125rem !important; }
  
  .u-pl-14 {
    padding-left: 0.875rem !important; }
  
  .u-pl-15 {
    padding-left: 0.9375rem !important; }
  
  .u-pl-16 {
    padding-left: 1rem !important; }
  
  .u-pl-17 {
    padding-left: 1.0625rem !important; }
  
  .u-pl-18 {
    padding-left: 1.125rem !important; }
  
  .u-pl-19 {
    padding-left: 1.1875rem !important; }
  
  .u-pl-20 {
    padding-left: 1.25rem !important; }
  
  .u-pl-20 {
    padding-left: 1.25rem !important; }
  
  .u-pl-25 {
    padding-left: 1.5625rem !important; }
  
  .u-pl-30 {
    padding-left: 1.875rem !important; }
  
  .u-pl-35 {
    padding-left: 2.1875rem !important; }
  
  .u-pl-40 {
    padding-left: 2.5rem !important; }
  
  .u-pl-45 {
    padding-left: 2.8125rem !important; }
  
  .u-pl-50 {
    padding-left: 3.125rem !important; }
  
  .u-pl-55 {
    padding-left: 3.4375rem !important; }
  
  .u-pl-60 {
    padding-left: 3.75rem !important; }
  
  .u-pl-65 {
    padding-left: 4.0625rem !important; }
  
  .u-pl-70 {
    padding-left: 4.375rem !important; }
  
  .u-pl-75 {
    padding-left: 4.6875rem !important; }
  
  .u-pl-80 {
    padding-left: 5rem !important; }
  
  .u-pl-85 {
    padding-left: 5.3125rem !important; }
  
  .u-pl-90 {
    padding-left: 5.625rem !important; }
  
  .u-pl-95 {
    padding-left: 5.9375rem !important; }
  
  .u-pl-100 {
    padding-left: 6.25rem !important; }
  
  .u-pr-5 {
    padding-right: 0.3125rem !important; }
  
  .u-pr-6 {
    padding-right: 0.375rem !important; }
  
  .u-pr-7 {
    padding-right: 0.4375rem !important; }
  
  .u-pr-8 {
    padding-right: 0.5rem !important; }
  
  .u-pr-9 {
    padding-right: 0.5625rem !important; }
  
  .u-pr-10 {
    padding-right: 0.625rem !important; }
  
  .u-pr-11 {
    padding-right: 0.6875rem !important; }
  
  .u-pr-12 {
    padding-right: 0.75rem !important; }
  
  .u-pr-13 {
    padding-right: 0.8125rem !important; }
  
  .u-pr-14 {
    padding-right: 0.875rem !important; }
  
  .u-pr-15 {
    padding-right: 0.9375rem !important; }
  
  .u-pr-16 {
    padding-right: 1rem !important; }
  
  .u-pr-17 {
    padding-right: 1.0625rem !important; }
  
  .u-pr-18 {
    padding-right: 1.125rem !important; }
  
  .u-pr-19 {
    padding-right: 1.1875rem !important; }
  
  .u-pr-20 {
    padding-right: 1.25rem !important; }
  
  .u-pr-20 {
    padding-right: 1.25rem !important; }
  
  .u-pr-25 {
    padding-right: 1.5625rem !important; }
  
  .u-pr-30 {
    padding-right: 1.875rem !important; }
  
  .u-pr-35 {
    padding-right: 2.1875rem !important; }
  
  .u-pr-40 {
    padding-right: 2.5rem !important; }
  
  .u-pr-45 {
    padding-right: 2.8125rem !important; }
  
  .u-pr-50 {
    padding-right: 3.125rem !important; }
  
  .u-pr-55 {
    padding-right: 3.4375rem !important; }
  
  .u-pr-60 {
    padding-right: 3.75rem !important; }
  
  .u-pr-65 {
    padding-right: 4.0625rem !important; }
  
  .u-pr-70 {
    padding-right: 4.375rem !important; }
  
  .u-pr-75 {
    padding-right: 4.6875rem !important; }
  
  .u-pr-80 {
    padding-right: 5rem !important; }
  
  .u-pr-85 {
    padding-right: 5.3125rem !important; }
  
  .u-pr-90 {
    padding-right: 5.625rem !important; }
  
  .u-pr-95 {
    padding-right: 5.9375rem !important; }
  
  .u-pr-100 {
    padding-right: 6.25rem !important; }
  
  .u-py-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  
  .u-py-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  
  .u-py-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }
  
  .u-py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  
  .u-py-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }
  
  .u-py-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  
  .u-py-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }
  
  .u-py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  
  .u-py-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }
  
  .u-py-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }
  
  .u-py-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  
  .u-py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  
  .u-py-17 {
    padding-top: 1.0625rem !important;
    padding-bottom: 1.0625rem !important; }
  
  .u-py-18 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important; }
  
  .u-py-19 {
    padding-top: 1.1875rem !important;
    padding-bottom: 1.1875rem !important; }
  
  .u-py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  
  .u-py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  
  .u-py-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  
  .u-py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  
  .u-py-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  
  .u-py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  
  .u-py-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  
  .u-py-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  
  .u-py-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important; }
  
  .u-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  
  .u-py-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important; }
  
  .u-py-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  
  .u-py-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important; }
  
  .u-py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  
  .u-py-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important; }
  
  .u-py-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  
  .u-py-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important; }
  
  .u-py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  
  .u-px-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }
  
  .u-px-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important; }
  
  .u-px-7 {
    padding-left: 0.4375rem !important;
    padding-right: 0.4375rem !important; }
  
  .u-px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  
  .u-px-9 {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important; }
  
  .u-px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  
  .u-px-11 {
    padding-left: 0.6875rem !important;
    padding-right: 0.6875rem !important; }
  
  .u-px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  
  .u-px-13 {
    padding-left: 0.8125rem !important;
    padding-right: 0.8125rem !important; }
  
  .u-px-14 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important; }
  
  .u-px-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  
  .u-px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  
  .u-px-17 {
    padding-left: 1.0625rem !important;
    padding-right: 1.0625rem !important; }
  
  .u-px-18 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important; }
  
  .u-px-19 {
    padding-left: 1.1875rem !important;
    padding-right: 1.1875rem !important; }
  
  .u-px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  
  .u-px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  
  .u-px-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important; }
  
  .u-px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  
  .u-px-35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important; }
  
  .u-px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  
  .u-px-45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important; }
  
  .u-px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important; }
  
  .u-px-55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important; }
  
  .u-px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important; }
  
  .u-py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  
  .u-py-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  
  .u-py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  
  .u-py-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  
  .u-py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  
  .u-py-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  
  .u-py-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  
  .u-py-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important; }
  
  .u-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  
  .u-py-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important; }
  
  .u-py-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  
  .u-py-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important; }
  
  .u-py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  
  .u-py-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important; }
  
  .u-py-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  
  .u-py-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important; }
  
  .u-py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  
  @media (min-width: 768px) {
    .u-p-md-60 {
      padding: 3.75rem !important; }
    .u-p-md-65 {
      padding: 4.0625rem !important; }
    .u-p-md-70 {
      padding: 4.375rem !important; }
    .u-p-md-75 {
      padding: 4.6875rem !important; }
    .u-p-md-80 {
      padding: 5rem !important; }
    .u-p-md-85 {
      padding: 5.3125rem !important; }
    .u-p-md-90 {
      padding: 5.625rem !important; }
    .u-p-md-95 {
      padding: 5.9375rem !important; }
    .u-p-md-100 {
      padding: 6.25rem !important; }
    .u-p-md-105 {
      padding: 6.5625rem !important; }
    .u-p-md-110 {
      padding: 6.875rem !important; }
    .u-p-md-115 {
      padding: 7.1875rem !important; }
    .u-p-md-120 {
      padding: 7.5rem !important; }
    .u-p-md-125 {
      padding: 7.8125rem !important; }
    .u-p-md-130 {
      padding: 8.125rem !important; }
    .u-p-md-135 {
      padding: 8.4375rem !important; }
    .u-p-md-140 {
      padding: 8.75rem !important; }
    .u-p-md-145 {
      padding: 9.0625rem !important; }
    .u-p-md-150 {
      padding: 9.375rem !important; }
    .u-pt-md-60 {
      padding-top: 3.75rem !important; }
    .u-pt-md-65 {
      padding-top: 4.0625rem !important; }
    .u-pt-md-70 {
      padding-top: 4.375rem !important; }
    .u-pt-md-75 {
      padding-top: 4.6875rem !important; }
    .u-pt-md-80 {
      padding-top: 5rem !important; }
    .u-pt-md-85 {
      padding-top: 5.3125rem !important; }
    .u-pt-md-90 {
      padding-top: 5.625rem !important; }
    .u-pt-md-95 {
      padding-top: 5.9375rem !important; }
    .u-pt-md-100 {
      padding-top: 6.25rem !important; }
    .u-pt-md-105 {
      padding-top: 6.5625rem !important; }
    .u-pt-md-110 {
      padding-top: 6.875rem !important; }
    .u-pt-md-115 {
      padding-top: 7.1875rem !important; }
    .u-pt-md-120 {
      padding-top: 7.5rem !important; }
    .u-pt-md-125 {
      padding-top: 7.8125rem !important; }
    .u-pt-md-130 {
      padding-top: 8.125rem !important; }
    .u-pt-md-135 {
      padding-top: 8.4375rem !important; }
    .u-pt-md-140 {
      padding-top: 8.75rem !important; }
    .u-pt-md-145 {
      padding-top: 9.0625rem !important; }
    .u-pt-md-150 {
      padding-top: 9.375rem !important; }
    .u-pb-md-60 {
      padding-bottom: 3.75rem !important; }
    .u-pb-md-65 {
      padding-bottom: 4.0625rem !important; }
    .u-pb-md-70 {
      padding-bottom: 4.375rem !important; }
    .u-pb-md-75 {
      padding-bottom: 4.6875rem !important; }
    .u-pb-md-80 {
      padding-bottom: 5rem !important; }
    .u-pb-md-85 {
      padding-bottom: 5.3125rem !important; }
    .u-pb-md-90 {
      padding-bottom: 5.625rem !important; }
    .u-pb-md-95 {
      padding-bottom: 5.9375rem !important; }
    .u-pb-md-100 {
      padding-bottom: 6.25rem !important; }
    .u-pb-md-105 {
      padding-bottom: 6.5625rem !important; }
    .u-pb-md-110 {
      padding-bottom: 6.875rem !important; }
    .u-pb-md-115 {
      padding-bottom: 7.1875rem !important; }
    .u-pb-md-120 {
      padding-bottom: 7.5rem !important; }
    .u-pb-md-125 {
      padding-bottom: 7.8125rem !important; }
    .u-pb-md-130 {
      padding-bottom: 8.125rem !important; }
    .u-pb-md-135 {
      padding-bottom: 8.4375rem !important; }
    .u-pb-md-140 {
      padding-bottom: 8.75rem !important; }
    .u-pb-md-145 {
      padding-bottom: 9.0625rem !important; }
    .u-pb-md-150 {
      padding-bottom: 9.375rem !important; }
    .u-pl-md-60 {
      padding-left: 3.75rem !important; }
    .u-pl-md-65 {
      padding-left: 4.0625rem !important; }
    .u-pl-md-70 {
      padding-left: 4.375rem !important; }
    .u-pl-md-75 {
      padding-left: 4.6875rem !important; }
    .u-pl-md-80 {
      padding-left: 5rem !important; }
    .u-pl-md-85 {
      padding-left: 5.3125rem !important; }
    .u-pl-md-90 {
      padding-left: 5.625rem !important; }
    .u-pl-md-95 {
      padding-left: 5.9375rem !important; }
    .u-pl-md-100 {
      padding-left: 6.25rem !important; }
    .u-pl-md-105 {
      padding-left: 6.5625rem !important; }
    .u-pl-md-110 {
      padding-left: 6.875rem !important; }
    .u-pl-md-115 {
      padding-left: 7.1875rem !important; }
    .u-pl-md-120 {
      padding-left: 7.5rem !important; }
    .u-pl-md-125 {
      padding-left: 7.8125rem !important; }
    .u-pl-md-130 {
      padding-left: 8.125rem !important; }
    .u-pl-md-135 {
      padding-left: 8.4375rem !important; }
    .u-pl-md-140 {
      padding-left: 8.75rem !important; }
    .u-pl-md-145 {
      padding-left: 9.0625rem !important; }
    .u-pl-md-150 {
      padding-left: 9.375rem !important; }
    .u-pr-md-60 {
      padding-right: 3.75rem !important; }
    .u-pr-md-65 {
      padding-right: 4.0625rem !important; }
    .u-pr-md-70 {
      padding-right: 4.375rem !important; }
    .u-pr-md-75 {
      padding-right: 4.6875rem !important; }
    .u-pr-md-80 {
      padding-right: 5rem !important; }
    .u-pr-md-85 {
      padding-right: 5.3125rem !important; }
    .u-pr-md-90 {
      padding-right: 5.625rem !important; }
    .u-pr-md-95 {
      padding-right: 5.9375rem !important; }
    .u-pr-md-100 {
      padding-right: 6.25rem !important; }
    .u-pr-md-105 {
      padding-right: 6.5625rem !important; }
    .u-pr-md-110 {
      padding-right: 6.875rem !important; }
    .u-pr-md-115 {
      padding-right: 7.1875rem !important; }
    .u-pr-md-120 {
      padding-right: 7.5rem !important; }
    .u-pr-md-125 {
      padding-right: 7.8125rem !important; }
    .u-pr-md-130 {
      padding-right: 8.125rem !important; }
    .u-pr-md-135 {
      padding-right: 8.4375rem !important; }
    .u-pr-md-140 {
      padding-right: 8.75rem !important; }
    .u-pr-md-145 {
      padding-right: 9.0625rem !important; }
    .u-pr-md-150 {
      padding-right: 9.375rem !important; }
    .u-py-md-60 {
      padding-top: 3.75rem !important;
      padding-bottom: 3.75rem !important; }
    .u-py-md-65 {
      padding-top: 4.0625rem !important;
      padding-bottom: 4.0625rem !important; }
    .u-py-md-70 {
      padding-top: 4.375rem !important;
      padding-bottom: 4.375rem !important; }
    .u-py-md-75 {
      padding-top: 4.6875rem !important;
      padding-bottom: 4.6875rem !important; }
    .u-py-md-80 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    .u-py-md-85 {
      padding-top: 5.3125rem !important;
      padding-bottom: 5.3125rem !important; }
    .u-py-md-90 {
      padding-top: 5.625rem !important;
      padding-bottom: 5.625rem !important; }
    .u-py-md-95 {
      padding-top: 5.9375rem !important;
      padding-bottom: 5.9375rem !important; }
    .u-py-md-100 {
      padding-top: 6.25rem !important;
      padding-bottom: 6.25rem !important; }
    .u-py-md-105 {
      padding-top: 6.5625rem !important;
      padding-bottom: 6.5625rem !important; }
    .u-py-md-110 {
      padding-top: 6.875rem !important;
      padding-bottom: 6.875rem !important; }
    .u-py-md-115 {
      padding-top: 7.1875rem !important;
      padding-bottom: 7.1875rem !important; }
    .u-py-md-120 {
      padding-top: 7.5rem !important;
      padding-bottom: 7.5rem !important; }
    .u-py-md-125 {
      padding-top: 7.8125rem !important;
      padding-bottom: 7.8125rem !important; }
    .u-py-md-130 {
      padding-top: 8.125rem !important;
      padding-bottom: 8.125rem !important; }
    .u-py-md-135 {
      padding-top: 8.4375rem !important;
      padding-bottom: 8.4375rem !important; }
    .u-py-md-140 {
      padding-top: 8.75rem !important;
      padding-bottom: 8.75rem !important; }
    .u-py-md-145 {
      padding-top: 9.0625rem !important;
      padding-bottom: 9.0625rem !important; }
    .u-py-md-150 {
      padding-top: 9.375rem !important;
      padding-bottom: 9.375rem !important; }
    .u-px-md-60 {
      padding-left: 3.75rem !important;
      padding-right: 3.75rem !important; }
    .u-px-md-65 {
      padding-left: 4.0625rem !important;
      padding-right: 4.0625rem !important; }
    .u-px-md-70 {
      padding-left: 4.375rem !important;
      padding-right: 4.375rem !important; }
    .u-px-md-75 {
      padding-left: 4.6875rem !important;
      padding-right: 4.6875rem !important; }
    .u-px-md-80 {
      padding-left: 5rem !important;
      padding-right: 5rem !important; }
    .u-px-md-85 {
      padding-left: 5.3125rem !important;
      padding-right: 5.3125rem !important; }
    .u-px-md-90 {
      padding-left: 5.625rem !important;
      padding-right: 5.625rem !important; }
    .u-px-md-95 {
      padding-left: 5.9375rem !important;
      padding-right: 5.9375rem !important; }
    .u-px-md-100 {
      padding-left: 6.25rem !important;
      padding-right: 6.25rem !important; }
    .u-px-md-105 {
      padding-left: 6.5625rem !important;
      padding-right: 6.5625rem !important; }
    .u-px-md-110 {
      padding-left: 6.875rem !important;
      padding-right: 6.875rem !important; }
    .u-px-md-115 {
      padding-left: 7.1875rem !important;
      padding-right: 7.1875rem !important; }
    .u-px-md-120 {
      padding-left: 7.5rem !important;
      padding-right: 7.5rem !important; }
    .u-px-md-125 {
      padding-left: 7.8125rem !important;
      padding-right: 7.8125rem !important; }
    .u-px-md-130 {
      padding-left: 8.125rem !important;
      padding-right: 8.125rem !important; }
    .u-px-md-135 {
      padding-left: 8.4375rem !important;
      padding-right: 8.4375rem !important; }
    .u-px-md-140 {
      padding-left: 8.75rem !important;
      padding-right: 8.75rem !important; }
    .u-px-md-145 {
      padding-left: 9.0625rem !important;
      padding-right: 9.0625rem !important; }
    .u-px-md-150 {
      padding-left: 9.375rem !important;
      padding-right: 9.375rem !important; } }
  
  @media (min-width: 992px) {
    .u-p-lg-100 {
      padding: 6.25rem !important; }
    .u-p-lg-110 {
      padding: 6.875rem !important; }
    .u-p-lg-120 {
      padding: 7.5rem !important; }
    .u-p-lg-130 {
      padding: 8.125rem !important; }
    .u-p-lg-140 {
      padding: 8.75rem !important; }
    .u-p-lg-150 {
      padding: 9.375rem !important; }
    .u-p-lg-160 {
      padding: 10rem !important; }
    .u-p-lg-170 {
      padding: 10.625rem !important; }
    .u-p-lg-180 {
      padding: 11.25rem !important; }
    .u-p-lg-190 {
      padding: 11.875rem !important; }
    .u-p-lg-200 {
      padding: 12.5rem !important; }
    .u-p-lg-210 {
      padding: 13.125rem !important; }
    .u-p-lg-220 {
      padding: 13.75rem !important; }
    .u-p-lg-230 {
      padding: 14.375rem !important; }
    .u-p-lg-240 {
      padding: 15rem !important; }
    .u-p-lg-250 {
      padding: 15.625rem !important; }
    .u-pt-lg-100 {
      padding-top: 6.25rem !important; }
    .u-pt-lg-110 {
      padding-top: 6.875rem !important; }
    .u-pt-lg-120 {
      padding-top: 7.5rem !important; }
    .u-pt-lg-130 {
      padding-top: 8.125rem !important; }
    .u-pt-lg-140 {
      padding-top: 8.75rem !important; }
    .u-pt-lg-150 {
      padding-top: 9.375rem !important; }
    .u-pt-lg-160 {
      padding-top: 10rem !important; }
    .u-pt-lg-170 {
      padding-top: 10.625rem !important; }
    .u-pt-lg-180 {
      padding-top: 11.25rem !important; }
    .u-pt-lg-190 {
      padding-top: 11.875rem !important; }
    .u-pt-lg-200 {
      padding-top: 12.5rem !important; }
    .u-pt-lg-210 {
      padding-top: 13.125rem !important; }
    .u-pt-lg-220 {
      padding-top: 13.75rem !important; }
    .u-pt-lg-230 {
      padding-top: 14.375rem !important; }
    .u-pt-lg-240 {
      padding-top: 15rem !important; }
    .u-pt-lg-250 {
      padding-top: 15.625rem !important; }
    .u-pb-lg-100 {
      padding-bottom: 6.25rem !important; }
    .u-pb-lg-110 {
      padding-bottom: 6.875rem !important; }
    .u-pb-lg-120 {
      padding-bottom: 7.5rem !important; }
    .u-pb-lg-130 {
      padding-bottom: 8.125rem !important; }
    .u-pb-lg-140 {
      padding-bottom: 8.75rem !important; }
    .u-pb-lg-150 {
      padding-bottom: 9.375rem !important; }
    .u-pb-lg-160 {
      padding-bottom: 10rem !important; }
    .u-pb-lg-170 {
      padding-bottom: 10.625rem !important; }
    .u-pb-lg-180 {
      padding-bottom: 11.25rem !important; }
    .u-pb-lg-190 {
      padding-bottom: 11.875rem !important; }
    .u-pb-lg-200 {
      padding-bottom: 12.5rem !important; }
    .u-pb-lg-210 {
      padding-bottom: 13.125rem !important; }
    .u-pb-lg-220 {
      padding-bottom: 13.75rem !important; }
    .u-pb-lg-230 {
      padding-bottom: 14.375rem !important; }
    .u-pb-lg-240 {
      padding-bottom: 15rem !important; }
    .u-pb-lg-250 {
      padding-bottom: 15.625rem !important; }
    .u-pl-lg-100 {
      padding-left: 6.25rem !important; }
    .u-pl-lg-110 {
      padding-left: 6.875rem !important; }
    .u-pl-lg-120 {
      padding-left: 7.5rem !important; }
    .u-pl-lg-130 {
      padding-left: 8.125rem !important; }
    .u-pl-lg-140 {
      padding-left: 8.75rem !important; }
    .u-pl-lg-150 {
      padding-left: 9.375rem !important; }
    .u-pl-lg-160 {
      padding-left: 10rem !important; }
    .u-pl-lg-170 {
      padding-left: 10.625rem !important; }
    .u-pl-lg-180 {
      padding-left: 11.25rem !important; }
    .u-pl-lg-190 {
      padding-left: 11.875rem !important; }
    .u-pl-lg-200 {
      padding-left: 12.5rem !important; }
    .u-pl-lg-210 {
      padding-left: 13.125rem !important; }
    .u-pl-lg-220 {
      padding-left: 13.75rem !important; }
    .u-pl-lg-230 {
      padding-left: 14.375rem !important; }
    .u-pl-lg-240 {
      padding-left: 15rem !important; }
    .u-pl-lg-250 {
      padding-left: 15.625rem !important; }
    .u-pr-lg-100 {
      padding-right: 6.25rem !important; }
    .u-pr-lg-110 {
      padding-right: 6.875rem !important; }
    .u-pr-lg-120 {
      padding-right: 7.5rem !important; }
    .u-pr-lg-130 {
      padding-right: 8.125rem !important; }
    .u-pr-lg-140 {
      padding-right: 8.75rem !important; }
    .u-pr-lg-150 {
      padding-right: 9.375rem !important; }
    .u-pr-lg-160 {
      padding-right: 10rem !important; }
    .u-pr-lg-170 {
      padding-right: 10.625rem !important; }
    .u-pr-lg-180 {
      padding-right: 11.25rem !important; }
    .u-pr-lg-190 {
      padding-right: 11.875rem !important; }
    .u-pr-lg-200 {
      padding-right: 12.5rem !important; }
    .u-pr-lg-210 {
      padding-right: 13.125rem !important; }
    .u-pr-lg-220 {
      padding-right: 13.75rem !important; }
    .u-pr-lg-230 {
      padding-right: 14.375rem !important; }
    .u-pr-lg-240 {
      padding-right: 15rem !important; }
    .u-pr-lg-250 {
      padding-right: 15.625rem !important; }
    .u-py-lg-100 {
      padding-top: 6.25rem !important;
      padding-bottom: 6.25rem !important; }
    .u-py-lg-110 {
      padding-top: 6.875rem !important;
      padding-bottom: 6.875rem !important; }
    .u-py-lg-120 {
      padding-top: 7.5rem !important;
      padding-bottom: 7.5rem !important; }
    .u-py-lg-130 {
      padding-top: 8.125rem !important;
      padding-bottom: 8.125rem !important; }
    .u-py-lg-140 {
      padding-top: 8.75rem !important;
      padding-bottom: 8.75rem !important; }
    .u-py-lg-150 {
      padding-top: 9.375rem !important;
      padding-bottom: 9.375rem !important; }
    .u-py-lg-160 {
      padding-top: 10rem !important;
      padding-bottom: 10rem !important; }
    .u-py-lg-170 {
      padding-top: 10.625rem !important;
      padding-bottom: 10.625rem !important; }
    .u-py-lg-180 {
      padding-top: 11.25rem !important;
      padding-bottom: 11.25rem !important; }
    .u-py-lg-190 {
      padding-top: 11.875rem !important;
      padding-bottom: 11.875rem !important; }
    .u-py-lg-200 {
      padding-top: 12.5rem !important;
      padding-bottom: 12.5rem !important; }
    .u-py-lg-210 {
      padding-top: 13.125rem !important;
      padding-bottom: 13.125rem !important; }
    .u-py-lg-220 {
      padding-top: 13.75rem !important;
      padding-bottom: 13.75rem !important; }
    .u-py-lg-230 {
      padding-top: 14.375rem !important;
      padding-bottom: 14.375rem !important; }
    .u-py-lg-240 {
      padding-top: 15rem !important;
      padding-bottom: 15rem !important; }
    .u-py-lg-250 {
      padding-top: 15.625rem !important;
      padding-bottom: 15.625rem !important; }
    .u-px-lg-100 {
      padding-left: 6.25rem !important;
      padding-right: 6.25rem !important; }
    .u-px-lg-110 {
      padding-left: 6.875rem !important;
      padding-right: 6.875rem !important; }
    .u-px-lg-120 {
      padding-left: 7.5rem !important;
      padding-right: 7.5rem !important; }
    .u-px-lg-130 {
      padding-left: 8.125rem !important;
      padding-right: 8.125rem !important; }
    .u-px-lg-140 {
      padding-left: 8.75rem !important;
      padding-right: 8.75rem !important; }
    .u-px-lg-150 {
      padding-left: 9.375rem !important;
      padding-right: 9.375rem !important; }
    .u-px-lg-160 {
      padding-left: 10rem !important;
      padding-right: 10rem !important; }
    .u-px-lg-170 {
      padding-left: 10.625rem !important;
      padding-right: 10.625rem !important; }
    .u-px-lg-180 {
      padding-left: 11.25rem !important;
      padding-right: 11.25rem !important; }
    .u-px-lg-190 {
      padding-left: 11.875rem !important;
      padding-right: 11.875rem !important; }
    .u-px-lg-200 {
      padding-left: 12.5rem !important;
      padding-right: 12.5rem !important; }
    .u-px-lg-210 {
      padding-left: 13.125rem !important;
      padding-right: 13.125rem !important; }
    .u-px-lg-220 {
      padding-left: 13.75rem !important;
      padding-right: 13.75rem !important; }
    .u-px-lg-230 {
      padding-left: 14.375rem !important;
      padding-right: 14.375rem !important; }
    .u-px-lg-240 {
      padding-left: 15rem !important;
      padding-right: 15rem !important; }
    .u-px-lg-250 {
      padding-left: 15.625rem !important;
      padding-right: 15.625rem !important; } }
  
  .u-lh-0 {
    line-height: 0; }
  
  .u-lh-0_7 {
    line-height: .7 !important; }
  
  .u-lh-0_8 {
    line-height: .8 !important; }
  
  .u-lh-0_9 {
    line-height: .9 !important; }
  
  .u-lh-1 {
    line-height: 1 !important; }
  
  .u-lh-1_1 {
    line-height: 1.1 !important; }
  
  .u-lh-1_2 {
    line-height: 1.2 !important; }
  
  .u-lh-1_3 {
    line-height: 1.3 !important; }
  
  .u-lh-1_4 {
    line-height: 1.4 !important; }
  
  .u-lh-1_5 {
    line-height: 1.5 !important; }
  
  .u-lh-1_6 {
    line-height: 1.6 !important; }
  
  .u-lh-1_7 {
    line-height: 1.7 !important; }
  
  .u-lh-1_8 {
    line-height: 1.8 !important; }
  
  .u-lh-2 {
    line-height: 2 !important; }
  
  .u-pos-abs {
    position: absolute; }
  
  .u-pos-rel {
    position: relative; }
  
  .u-pos-st {
    position: static; }
  
  @media (min-width: 768px) {
    .u-pos-md-abs {
      position: absolute; } }
  
  @media (min-width: 992px) {
    .u-pos-lg-abs {
      position: absolute; } }
  
  .u-pos-abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  
  .u-pos-abs-center--x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  
  .u-pos-abs-center--y {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  
  .u-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  
  .u-right-0 {
    right: 0 !important; }
  
  .u-right-5 {
    right: 0.3125rem !important; }
  
  .u-right-10 {
    right: 0.625rem !important; }
  
  .u-right-15 {
    right: 0.9375rem !important; }
  
  .u-right-20 {
    right: 1.25rem !important; }
  
  .u-right-25 {
    right: 1.5625rem !important; }
  
  .u-right-30 {
    right: 1.875rem !important; }
  
  .u-right-35 {
    right: 2.1875rem !important; }
  
  .u-right-40 {
    right: 2.5rem !important; }
  
  .u-right-45 {
    right: 2.8125rem !important; }
  
  .u-right-50 {
    right: 3.125rem !important; }
  
  .u-right-minus-5 {
    right: -0.3125rem !important; }
  
  .u-right-minus-10 {
    right: -0.625rem !important; }
  
  .u-right-minus-15 {
    right: -0.9375rem !important; }
  
  .u-right-minus-20 {
    right: -1.25rem !important; }
  
  .u-right-minus-25 {
    right: -1.5625rem !important; }
  
  .u-right-minus-30 {
    right: -1.875rem !important; }
  
  .u-right-minus-35 {
    right: -2.1875rem !important; }
  
  .u-right-minus-40 {
    right: -2.5rem !important; }
  
  .u-right-minus-45 {
    right: -2.8125rem !important; }
  
  .u-right-minus-50 {
    right: -3.125rem !important; }
  
  .u-right-25p {
    right: 25% !important; }
  
  .u-right-50p {
    right: 50% !important; }
  
  .u-right-75p {
    right: 75% !important; }
  
  .u-right-100p {
    right: 100% !important; }
  
  .u-left-0 {
    left: 0 !important; }
  
  .u-left-5 {
    left: 0.3125rem !important; }
  
  .u-left-10 {
    left: 0.625rem !important; }
  
  .u-left-15 {
    left: 0.9375rem !important; }
  
  .u-left-20 {
    left: 1.25rem !important; }
  
  .u-left-25 {
    left: 1.5625rem !important; }
  
  .u-left-30 {
    left: 1.875rem !important; }
  
  .u-left-35 {
    left: 2.1875rem !important; }
  
  .u-left-40 {
    left: 2.5rem !important; }
  
  .u-left-45 {
    left: 2.8125rem !important; }
  
  .u-left-50 {
    left: 3.125rem !important; }
  
  .u-left-minus-5 {
    left: -0.3125rem !important; }
  
  .u-left-minus-10 {
    left: -0.625rem !important; }
  
  .u-left-minus-15 {
    left: -0.9375rem !important; }
  
  .u-left-minus-20 {
    left: -1.25rem !important; }
  
  .u-left-minus-25 {
    left: -1.5625rem !important; }
  
  .u-left-minus-30 {
    left: -1.875rem !important; }
  
  .u-left-minus-35 {
    left: -2.1875rem !important; }
  
  .u-left-minus-40 {
    left: -2.5rem !important; }
  
  .u-left-minus-45 {
    left: -2.8125rem !important; }
  
  .u-left-minus-50 {
    left: -3.125rem !important; }
  
  .u-left-25p {
    left: 25% !important; }
  
  .u-left-50p {
    left: 50% !important; }
  
  .u-left-75p {
    left: 75% !important; }
  
  .u-left-100p {
    left: 100% !important; }
  
  .u-top-0 {
    top: 0 !important; }
  
  .u-top-5 {
    top: 0.3125rem !important; }
  
  .u-top-10 {
    top: 0.625rem !important; }
  
  .u-top-15 {
    top: 0.9375rem !important; }
  
  .u-top-20 {
    top: 1.25rem !important; }
  
  .u-top-25 {
    top: 1.5625rem !important; }
  
  .u-top-30 {
    top: 1.875rem !important; }
  
  .u-top-35 {
    top: 2.1875rem !important; }
  
  .u-top-40 {
    top: 2.5rem !important; }
  
  .u-top-45 {
    top: 2.8125rem !important; }
  
  .u-top-50 {
    top: 3.125rem !important; }
  
  .u-top-minus-5 {
    top: -0.3125rem !important; }
  
  .u-top-minus-10 {
    top: -0.625rem !important; }
  
  .u-top-minus-15 {
    top: -0.9375rem !important; }
  
  .u-top-minus-20 {
    top: -1.25rem !important; }
  
  .u-top-minus-25 {
    top: -1.5625rem !important; }
  
  .u-top-minus-30 {
    top: -1.875rem !important; }
  
  .u-top-minus-35 {
    top: -2.1875rem !important; }
  
  .u-top-minus-40 {
    top: -2.5rem !important; }
  
  .u-top-minus-45 {
    top: -2.8125rem !important; }
  
  .u-top-minus-50 {
    top: -3.125rem !important; }
  
  .u-top-25p {
    top: 25% !important; }
  
  .u-top-50p {
    top: 50% !important; }
  
  .u-top-75p {
    top: 75% !important; }
  
  .u-top-100p {
    top: 100% !important; }
  
  .u-bottom-0 {
    bottom: 0 !important; }
  
  .u-bottom-5 {
    bottom: 0.3125rem !important; }
  
  .u-bottom-10 {
    bottom: 0.625rem !important; }
  
  .u-bottom-15 {
    bottom: 0.9375rem !important; }
  
  .u-bottom-20 {
    bottom: 1.25rem !important; }
  
  .u-bottom-25 {
    bottom: 1.5625rem !important; }
  
  .u-bottom-30 {
    bottom: 1.875rem !important; }
  
  .u-bottom-35 {
    bottom: 2.1875rem !important; }
  
  .u-bottom-40 {
    bottom: 2.5rem !important; }
  
  .u-bottom-45 {
    bottom: 2.8125rem !important; }
  
  .u-bottom-50 {
    bottom: 3.125rem !important; }
  
  .u-bottom-minus-5 {
    bottom: -0.3125rem !important; }
  
  .u-bottom-minus-10 {
    bottom: -0.625rem !important; }
  
  .u-bottom-minus-15 {
    bottom: -0.9375rem !important; }
  
  .u-bottom-minus-20 {
    bottom: -1.25rem !important; }
  
  .u-bottom-minus-25 {
    bottom: -1.5625rem !important; }
  
  .u-bottom-minus-30 {
    bottom: -1.875rem !important; }
  
  .u-bottom-minus-35 {
    bottom: -2.1875rem !important; }
  
  .u-bottom-minus-40 {
    bottom: -2.5rem !important; }
  
  .u-bottom-minus-45 {
    bottom: -2.8125rem !important; }
  
  .u-bottom-minus-50 {
    bottom: -3.125rem !important; }
  
  .u-bottom-25p {
    bottom: 25% !important; }
  
  .u-bottom-50p {
    bottom: 50% !important; }
  
  .u-bottom-75p {
    bottom: 75% !important; }
  
  .u-bottom-100p {
    bottom: 100% !important; }
  
  .u-z-index-minus-1 {
    z-index: -1; }
  
  .u-z-index-1 {
    z-index: 1; }
  
  .u-z-index-5 {
    z-index: 5; }
  
  .u-z-index-10 {
    z-index: 10; }
  
  .u-z-index-20 {
    z-index: 20; }
  
  .u-z-index-50 {
    z-index: 50; }
  
  .bg-white {
    background: #fff !important; }
    .bg-white-opacity-0_1 {
      background: rgba(255, 255, 255, 0.1); }
    .bg-white-opacity-0_2 {
      background: rgba(255, 255, 255, 0.2); }
    .bg-white-opacity-0_3 {
      background: rgba(255, 255, 255, 0.3); }
    .bg-white-opacity-0_4 {
      background: rgba(255, 255, 255, 0.4); }
    .bg-white-opacity-0_5 {
      background: rgba(255, 255, 255, 0.5); }
    .bg-white-opacity-0_6 {
      background: rgba(255, 255, 255, 0.6); }
    .bg-white-opacity-0_7 {
      background: rgba(255, 255, 255, 0.7); }
    .bg-white-opacity-0_8 {
      background: rgba(255, 255, 255, 0.8); }
    .bg-white-opacity-0_9 {
      background: rgba(255, 255, 255, 0.9); }
  
  .bg-white--onHover:hover {
    background: #fff !important;
    color: #fff; }
  
  .bg-white-opacity {
    background: rgba(255, 255, 255, 0.75) !important; }
  
  .bg-black {
    background: #111 !important; }
    .bg-black-opacity-0_1 {
      background: rgba(17, 17, 17, 0.1); }
    .bg-black-opacity-0_2 {
      background: rgba(17, 17, 17, 0.2); }
    .bg-black-opacity-0_3 {
      background: rgba(17, 17, 17, 0.3); }
    .bg-black-opacity-0_4 {
      background: rgba(17, 17, 17, 0.4); }
    .bg-black-opacity-0_5 {
      background: rgba(17, 17, 17, 0.5); }
    .bg-black-opacity-0_6 {
      background: rgba(17, 17, 17, 0.6); }
    .bg-black-opacity-0_7 {
      background: rgba(17, 17, 17, 0.7); }
    .bg-black-opacity-0_8 {
      background: rgba(17, 17, 17, 0.8); }
    .bg-black-opacity-0_9 {
      background: rgba(17, 17, 17, 0.9); }
  
  .bg-black--onHover:hover {
    background: #111 !important;
    color: #fff; }
  
  .bg-black-opacity {
    background: rgba(17, 17, 17, 0.75) !important; }
  
  .bg-blue {
  background: #0795d1 !important; }
    .bg-blue-opacity-0_1 {
      background: rgba(0, 129, 255, 0.1); }
    .bg-blue-opacity-0_2 {
      background: rgba(0, 129, 255, 0.2); }
    .bg-blue-opacity-0_3 {
      background: rgba(0, 129, 255, 0.3); }
    .bg-blue-opacity-0_4 {
      background: rgba(0, 129, 255, 0.4); }
    .bg-blue-opacity-0_5 {
      background: rgba(0, 129, 255, 0.5); }
    .bg-blue-opacity-0_6 {
      background: rgba(0, 129, 255, 0.6); }
    .bg-blue-opacity-0_7 {
      background: rgba(0, 129, 255, 0.7); }
    .bg-blue-opacity-0_8 {
      background: rgba(0, 129, 255, 0.8); }
    .bg-blue-opacity-0_9 {
      background: rgba(0, 129, 255, 0.9); }
  
  .bg-blue--onHover:hover {
    background: #0795d1 !important;
    color: #fff; }
  
  .bg-blue-opacity {
    background: rgba(0, 129, 255, 0.75) !important; }
  
  .bg-purple {
    background: #8C47E2 !important; }
    .bg-purple-opacity-0_1 {
      background: rgba(140, 71, 226, 0.1); }
    .bg-purple-opacity-0_2 {
      background: rgba(140, 71, 226, 0.2); }
    .bg-purple-opacity-0_3 {
      background: rgba(140, 71, 226, 0.3); }
    .bg-purple-opacity-0_4 {
      background: rgba(140, 71, 226, 0.4); }
    .bg-purple-opacity-0_5 {
      background: rgba(140, 71, 226, 0.5); }
    .bg-purple-opacity-0_6 {
      background: rgba(140, 71, 226, 0.6); }
    .bg-purple-opacity-0_7 {
      background: rgba(140, 71, 226, 0.7); }
    .bg-purple-opacity-0_8 {
      background: rgba(140, 71, 226, 0.8); }
    .bg-purple-opacity-0_9 {
      background: rgba(140, 71, 226, 0.9); }
  
  .bg-purple--onHover:hover {
    background: #8C47E2 !important;
    color: #fff; }
  
  .bg-purple-opacity {
    background: rgba(140, 71, 226, 0.75) !important; }
  
  .bg-purple-light {
    background: #a282e3 !important; }
    .bg-purple-light-opacity-0_1 {
      background: rgba(162, 130, 227, 0.1); }
    .bg-purple-light-opacity-0_2 {
      background: rgba(162, 130, 227, 0.2); }
    .bg-purple-light-opacity-0_3 {
      background: rgba(162, 130, 227, 0.3); }
    .bg-purple-light-opacity-0_4 {
      background: rgba(162, 130, 227, 0.4); }
    .bg-purple-light-opacity-0_5 {
      background: rgba(162, 130, 227, 0.5); }
    .bg-purple-light-opacity-0_6 {
      background: rgba(162, 130, 227, 0.6); }
    .bg-purple-light-opacity-0_7 {
      background: rgba(162, 130, 227, 0.7); }
    .bg-purple-light-opacity-0_8 {
      background: rgba(162, 130, 227, 0.8); }
    .bg-purple-light-opacity-0_9 {
      background: rgba(162, 130, 227, 0.9); }
  
  .bg-purple-light--onHover:hover {
    background: #a282e3 !important;
    color: #fff; }
  
  .bg-purple-light-opacity {
    background: rgba(162, 130, 227, 0.75) !important; }
  
  .bg-yellow {
    background: #FFAD00 !important; }
    .bg-yellow-opacity-0_1 {
      background: rgba(255, 173, 0, 0.1); }
    .bg-yellow-opacity-0_2 {
      background: rgba(255, 173, 0, 0.2); }
    .bg-yellow-opacity-0_3 {
      background: rgba(255, 173, 0, 0.3); }
    .bg-yellow-opacity-0_4 {
      background: rgba(255, 173, 0, 0.4); }
    .bg-yellow-opacity-0_5 {
      background: rgba(255, 173, 0, 0.5); }
    .bg-yellow-opacity-0_6 {
      background: rgba(255, 173, 0, 0.6); }
    .bg-yellow-opacity-0_7 {
      background: rgba(255, 173, 0, 0.7); }
    .bg-yellow-opacity-0_8 {
      background: rgba(255, 173, 0, 0.8); }
    .bg-yellow-opacity-0_9 {
      background: rgba(255, 173, 0, 0.9); }
  
  .bg-yellow--onHover:hover {
    background: #FFAD00 !important;
    color: #fff; }
  
  .bg-yellow-opacity {
    background: rgba(255, 173, 0, 0.75) !important; }
  
  .bg-green {
    background: #39b1e4 !important; }
    .bg-green-opacity-0_1 {
      background: rgba(44, 212, 74, 0.1); }
    .bg-green-opacity-0_2 {
      background: rgba(44, 212, 74, 0.2); }
    .bg-green-opacity-0_3 {
      background: rgba(44, 212, 74, 0.3); }
    .bg-green-opacity-0_4 {
      background: rgba(44, 212, 74, 0.4); }
    .bg-green-opacity-0_5 {
      background: rgba(44, 212, 74, 0.5); }
    .bg-green-opacity-0_6 {
      background: rgba(44, 212, 74, 0.6); }
    .bg-green-opacity-0_7 {
      background: rgba(44, 212, 74, 0.7); }
    .bg-green-opacity-0_8 {
      background: rgba(44, 212, 74, 0.8); }
    .bg-green-opacity-0_9 {
      background: rgba(44, 212, 74, 0.9); }
  
  .bg-green--onHover:hover {
    background: #2CD44A !important;
    color: #fff; }
  
  .bg-green-opacity {
    background: rgba(44, 212, 74, 0.75) !important; }
  
  .bg-red {
    background: #F64D62 !important; }
    .bg-red-opacity-0_1 {
      background: rgba(246, 77, 98, 0.1); }
    .bg-red-opacity-0_2 {
      background: rgba(246, 77, 98, 0.2); }
    .bg-red-opacity-0_3 {
      background: rgba(246, 77, 98, 0.3); }
    .bg-red-opacity-0_4 {
      background: rgba(246, 77, 98, 0.4); }
    .bg-red-opacity-0_5 {
      background: rgba(246, 77, 98, 0.5); }
    .bg-red-opacity-0_6 {
      background: rgba(246, 77, 98, 0.6); }
    .bg-red-opacity-0_7 {
      background: rgba(246, 77, 98, 0.7); }
    .bg-red-opacity-0_8 {
      background: rgba(246, 77, 98, 0.8); }
    .bg-red-opacity-0_9 {
      background: rgba(246, 77, 98, 0.9); }
  
  .bg-red--onHover:hover {
    background: #F64D62 !important;
    color: #fff; }
  
  .bg-red-opacity {
    background: rgba(246, 77, 98, 0.75) !important; }
  
  .bg-indigo {
    background: #5D51F6 !important; }
    .bg-indigo-opacity-0_1 {
      background: rgba(93, 81, 246, 0.1); }
    .bg-indigo-opacity-0_2 {
      background: rgba(93, 81, 246, 0.2); }
    .bg-indigo-opacity-0_3 {
      background: rgba(93, 81, 246, 0.3); }
    .bg-indigo-opacity-0_4 {
      background: rgba(93, 81, 246, 0.4); }
    .bg-indigo-opacity-0_5 {
      background: rgba(93, 81, 246, 0.5); }
    .bg-indigo-opacity-0_6 {
      background: rgba(93, 81, 246, 0.6); }
    .bg-indigo-opacity-0_7 {
      background: rgba(93, 81, 246, 0.7); }
    .bg-indigo-opacity-0_8 {
      background: rgba(93, 81, 246, 0.8); }
    .bg-indigo-opacity-0_9 {
      background: rgba(93, 81, 246, 0.9); }
  
  .bg-indigo--onHover:hover {
    background: #5D51F6 !important;
    color: #fff; }
  
  .bg-indigo-opacity {
    background: rgba(93, 81, 246, 0.75) !important; }
  
  .bg-lime {
    background: #c8d046 !important; }
    .bg-lime-opacity-0_1 {
      background: rgba(200, 208, 70, 0.1); }
    .bg-lime-opacity-0_2 {
      background: rgba(200, 208, 70, 0.2); }
    .bg-lime-opacity-0_3 {
      background: rgba(200, 208, 70, 0.3); }
    .bg-lime-opacity-0_4 {
      background: rgba(200, 208, 70, 0.4); }
    .bg-lime-opacity-0_5 {
      background: rgba(200, 208, 70, 0.5); }
    .bg-lime-opacity-0_6 {
      background: rgba(200, 208, 70, 0.6); }
    .bg-lime-opacity-0_7 {
      background: rgba(200, 208, 70, 0.7); }
    .bg-lime-opacity-0_8 {
      background: rgba(200, 208, 70, 0.8); }
    .bg-lime-opacity-0_9 {
      background: rgba(200, 208, 70, 0.9); }
  
  .bg-lime--onHover:hover {
    background: #c8d046 !important;
    color: #fff; }
  
  .bg-lime-opacity {
    background: rgba(200, 208, 70, 0.75) !important; }
  
  .bg-primary-opacity-0_1 {
    background: rgba(0, 129, 255, 0.1); }
  
  .bg-primary-opacity-0_2 {
    background: rgba(0, 129, 255, 0.2); }
  
  .bg-primary-opacity-0_3 {
    background: rgba(0, 129, 255, 0.3); }
  
  .bg-primary-opacity-0_4 {
    background: rgba(0, 129, 255, 0.4); }
  
  .bg-primary-opacity-0_5 {
    background: rgba(0, 129, 255, 0.5); }
  
  .bg-primary-opacity-0_6 {
    background: rgba(0, 129, 255, 0.6); }
  
  .bg-primary-opacity-0_7 {
    background: rgba(0, 129, 255, 0.7); }
  
  .bg-primary-opacity-0_8 {
    background: rgba(0, 129, 255, 0.8); }
  
  .bg-primary-opacity-0_9 {
    background: rgba(0, 129, 255, 0.9); }
  
  .bg-facebook {
    background: #3b5998; }
  
  .bg-twitter {
    background: #46acf9; }
  
  .bg-google {
    background: #dd4b39; }
  
  .bg-linkedin {
    background: #007bb6; }
  
  .bg-youtube {
    background: #bb0000; }
  
  .bg-instagram {
    background: #517fa4; }
  
  .bg-pinterest {
    background: #cb2027; }
  
  .bg-flickr {
    background: #ff0084; }
  
  .bg-tumblr {
    background: #32506d; }
  
  .bg-forusquare {
    background: #0072b1; }
  
  .bg-dribbble {
    background: #ea4c89; }
  
  .bg-vine {
    background: #00bf8f; }
  
  .text-white {
    color: #fff !important; }
  
  .text-black {
    color: #111 !important; }
  
  .text-blue {
    color: #0795d1 !important; }
  
  .text-purple {
    color: #8C47E2 !important; }
  
  .text-purple-light {
    color: #a282e3 !important; }
  
  .text-yellow {
    color: #FFAD00 !important; }
  
  .text-green {
    color: #39b1e4 !important; }
  
  .text-red {
    color: #F64D62 !important; }
  
  .text-indigo {
    color: #5D51F6 !important; }
  
  .text-lime {
    color: #c8d046 !important; }
  
  .color-heading {
    color: #273f5b; }
  
  .bg-primary {
    background: #0795d1 !important; }
  
  .bg-dark {
    background: #20283b !important; }
  
  .color-blog{
      color: #2D74EF;
      text-decoration: underline;
  }
  
  .color-primary {
    color: #0795d1 !important; }
  
  .text-muted {
    color: #7b8697 !important; }
  
  .bg-navy {
    background: #273f5b;
    color: #a5bacf; }
  
  .bg-navy-dark {
    background: #20344a;
    color: #a5bacf; }
  
  .text-navy {
    color: #273f5b; }
  
  .text-navy-dark {
    color: #20344a; }
  
  @media (min-width: 767px) {
    .bg-two-step:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      background: #2c364c;
      top: 0; } }
  
  .purple-gradian {
    background: #8B3AC6;
    background-image: -webkit-linear-gradient(left, #8B3AC6 0%, #4D3399 100%);
    background-image: -o-linear-gradient(left, #8B3AC6 0%, #4D3399 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#8B3AC6), to(#4D3399));
    background-image: linear-gradient(to right, #8B3AC6 0%, #4D3399 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B3AC6', endColorstr='#FF4D3399', GradientType=1); }
  
  .bg-gray-v1 {
    background: #F3F6FB; }
  
  .bg-gray-v2 {
    background: #f8f9fa; }
  
  .bg-gray-v3 {
    background: #F0F3FA; }
  
  .u-fs-10 {
    font-size: 0.625rem !important; }
  
  .u-fs-11 {
    font-size: 0.6875rem !important; }
  
  .u-fs-12 {
    font-size: 0.75rem !important; }
  
  .u-fs-13 {
    font-size: 0.8125rem !important; }
  
  .u-fs-14 {
    font-size: 0.875rem !important; }
  
  .u-fs-15 {
    font-size: 0.9375rem !important; }
  
  .u-fs-16 {
    font-size: 1rem !important; }
  
  .u-fs-17 {
    font-size: 1.0625rem !important; }
  
  .u-fs-18 {
    font-size: 1.125rem !important; }
  
  .u-fs-19 {
    font-size: 1.1875rem !important; }
  
  .u-fs-20 {
    font-size: 1.25rem !important; }
  
  .u-fs-21 {
    font-size: 1.3125rem !important; }
  
  .u-fs-22 {
    font-size: 1.375rem !important; }
  
  .u-fs-23 {
    font-size: 1.4375rem !important; }
  
  .u-fs-24 {
    font-size: 1.5rem !important; }
  
  .u-fs-25 {
    font-size: 1.5625rem !important; }
  
  .u-fs-26 {
    font-size: 1.625rem !important; }
  
  .u-fs-27 {
    font-size: 1.6875rem !important; }
  
  .u-fs-28 {
    font-size: 1.75rem !important; }
  
  .u-fs-29 {
    font-size: 1.8125rem !important; }
  
  .u-fs-30 {
    font-size: 1.875rem !important; }
  
  .u-fs-30 {
    font-size: 1.875rem !important; }
  
  .u-fs-32 {
    font-size: 2rem !important; }
  
  .u-fs-34 {
    font-size: 2.125rem !important; }
  
  .u-fs-36 {
    font-size: 2.25rem !important; }
  
  .u-fs-38 {
    font-size: 2.375rem !important; }
  
  .u-fs-40 {
    font-size: 2.5rem !important; }
  
  .u-fs-42 {
    font-size: 2.625rem !important; }
  
  .u-fs-44 {
    font-size: 2.75rem !important; }
  
  .u-fs-46 {
    font-size: 2.875rem !important; }
  
  .u-fs-48 {
    font-size: 3rem !important; }
  
  .u-fs-50 {
    font-size: 3.125rem !important; }
  
  .u-fs-52 {
    font-size: 3.25rem !important; }
  
  .u-fs-54 {
    font-size: 3.375rem !important; }
  
  .u-fs-56 {
    font-size: 3.5rem !important; }
  
  .u-fs-58 {
    font-size: 3.625rem !important; }
  
  .u-fs-60 {
    font-size: 2rem !important; }
    .u-fs-70 {
      font-size: 6rem !important;}
  
  @media (min-width: 768px) {
    .u-fs-md-150 {
      font-size: 9.375rem !important; }
    .u-fs-md-20 {
      font-size: 1.25rem !important; }
    .u-fs-md-22 {
      font-size: 1.375rem !important; }
    .u-fs-md-24 {
      font-size: 1.5rem !important; }
    .u-fs-md-26 {
      font-size: 1.625rem !important; }
    .u-fs-md-28 {
      font-size: 1.75rem !important; }
    .u-fs-md-30 {
      font-size: 1.875rem !important; }
    .u-fs-md-32 {
      font-size: 2rem !important; }
    .u-fs-md-34 {
      font-size: 2.125rem !important; }
    .u-fs-md-36 {
      font-size: 2.25rem !important; }
    .u-fs-md-38 {
      font-size: 2.375rem !important; }
    .u-fs-md-40 {
      font-size: 2.5rem !important; }
    .u-fs-md-42 {
      font-size: 2.625rem !important; }
    .u-fs-md-44 {
      font-size: 2.75rem !important; }
    .u-fs-md-46 {
      font-size: 2.875rem !important; }
    .u-fs-md-48 {
      font-size: 3rem !important; }
    .u-fs-md-50 {
      font-size: 3.125rem !important; }
    .u-fs-md-52 {
      font-size: 3.25rem !important; }
    .u-fs-md-54 {
      font-size: 3.375rem !important; }
    .u-fs-md-56 {
      font-size: 3.5rem !important; }
    .u-fs-md-58 {
      font-size: 3.625rem !important; }
    .u-fs-md-60 {
      font-size: 3.75rem !important; }
    .u-fs-md-62 {
      font-size: 3.875rem !important; }
    .u-fs-md-64 {
      font-size: 4rem !important; }
    .u-fs-md-66 {
      font-size: 4.125rem !important; }
    .u-fs-md-68 {
      font-size: 4.25rem !important; }
    .u-fs-md-70 {
      font-size: 4.375rem !important; }
    .u-fs-md-72 {
      font-size: 4.5rem !important; }
    .u-fs-md-74 {
      font-size: 4.625rem !important; }
    .u-fs-md-76 {
      font-size: 4.75rem !important; }
    .u-fs-md-78 {
      font-size: 4.875rem !important; }
    .u-fs-md-80 {
      font-size: 5rem !important; } }
  
  @media (min-width: 992px) {
    .u-fs-lg-20 {
      font-size: 1.25rem !important; }
    .u-fs-lg-22 {
      font-size: 1.375rem !important; }
    .u-fs-lg-24 {
      font-size: 1.5rem !important; }
    .u-fs-lg-26 {
      font-size: 1.625rem !important; }
    .u-fs-lg-28 {
      font-size: 1.75rem !important; }
    .u-fs-lg-30 {
      font-size: 1.875rem !important; }
    .u-fs-lg-32 {
      font-size: 2rem !important; }
    .u-fs-lg-34 {
      font-size: 2.125rem !important; }
    .u-fs-lg-36 {
      font-size: 2.25rem !important; }
    .u-fs-lg-38 {
      font-size: 2.375rem !important; }
    .u-fs-lg-40 {
      font-size: 2.5rem !important; }
    .u-fs-lg-42 {
      font-size: 2.625rem !important; }
    .u-fs-lg-44 {
      font-size: 2.75rem !important; }
    .u-fs-lg-46 {
      font-size: 2.875rem !important; }
    .u-fs-lg-48 {
      font-size: 3rem !important; }
    .u-fs-lg-50 {
      font-size: 3.125rem !important; }
    .u-fs-lg-52 {
      font-size: 3.25rem !important; }
    .u-fs-lg-54 {
      font-size: 3.375rem !important; }
    .u-fs-lg-56 {
      font-size: 3.5rem !important; }
    .u-fs-lg-58 {
      font-size: 3.625rem !important; }
    .u-fs-lg-60 {
      font-size: 3.75rem !important; }
    .u-fs-lg-62 {
      font-size: 3.875rem !important; }
    .u-fs-lg-64 {
      font-size: 4rem !important; }
    .u-fs-lg-66 {
      font-size: 4.125rem !important; }
    .u-fs-lg-68 {
      font-size: 4.25rem !important; }
    .u-fs-lg-70 {
      font-size: 4.375rem !important; }
    .u-fs-lg-72 {
      font-size: 4.5rem !important; }
    .u-fs-lg-74 {
      font-size: 4.625rem !important; }
    .u-fs-lg-76 {
      font-size: 4.75rem !important; }
    .u-fs-lg-78 {
      font-size: 4.875rem !important; }
    .u-fs-lg-80 {
      font-size: 5rem !important; } }
  
  .u-mt-5 {
    margin-top: 0.3125rem !important; }
  
  .u-mt-10 {
    margin-top: 0.625rem !important; }
  
  .u-mt-15 {
    margin-top: 0.9375rem !important; }
  
  .u-mt-20 {
    margin-top: 1.25rem !important; }
  
  .u-mt-25 {
    margin-top: 1.5625rem !important; }
  
  .u-mt-30 {
    margin-top: 1.875rem !important; }
  
  .u-mt-35 {
    margin-top: 2.1875rem !important; }
  
  .u-mt-40 {
    margin-top: 2.5rem !important; }
  
  .u-mt-45 {
    margin-top: 2.8125rem !important; }
  
  .u-mt-50 {
    margin-top: 3.125rem !important; }
  
  .u-mt-55 {
    margin-top: 3.4375rem !important; }
  
  .u-mt-60 {
    margin-top: 3.75rem !important; }
  
  .u-mt-65 {
    margin-top: 4.0625rem !important; }
  
  .u-mt-70 {
    margin-top: 4.375rem !important; }
  
  .u-mt-75 {
    margin-top: 4.6875rem !important; }
  
  .u-mt-80 {
    margin-top: 5rem !important; }
  
  .u-mb-5 {
    margin-bottom: 0.3125rem !important; }
  
  .u-mb-10 {
    margin-bottom: 0.625rem !important; }
  
  .u-mb-15 {
    margin-bottom: 0.9375rem !important; }
  
  .u-mb-20 {
    margin-bottom: 1.25rem !important; }
  
  .u-mb-25 {
    margin-bottom: 1.5625rem !important; }
  
  .u-mb-30 {
    margin-bottom: 1.875rem !important; }
  
  .u-mb-35 {
    margin-bottom: 2.1875rem !important; }
  
  .u-mb-40 {
    margin-bottom: 2.5rem !important; }
  
  .u-mb-45 {
    margin-bottom: 2.8125rem !important; }
  
  .u-mb-50 {
    margin-bottom: 3.125rem !important; }
  
  .u-mb-55 {
    margin-bottom: 3.4375rem !important; }
  
  .u-mb-60 {
    margin-bottom: 3.75rem !important; }
  
  .u-mb-65 {
    margin-bottom: 4.0625rem !important; }
  
  .u-mb-70 {
    margin-bottom: 4.375rem !important; }
  
  .u-mb-75 {
    margin-bottom: 4.6875rem !important; }
  
  .u-mb-80 {
    margin-bottom: 5rem !important; }
  
  .u-ml-5 {
    margin-left: 0.3125rem !important; }
  
  .u-ml-10 {
    margin-left: 0.625rem !important; }
  
  .u-ml-15 {
    margin-left: 0.9375rem !important; }
  
  .u-ml-20 {
    margin-left: 1.25rem !important; }
  
  .u-ml-25 {
    margin-left: 1.5625rem !important; }
  
  .u-ml-30 {
    margin-left: 1.875rem !important; }
  
  .u-ml-35 {
    margin-left: 2.1875rem !important; }
  
  .u-ml-40 {
    margin-left: 2.5rem !important; }
  
  .u-ml-45 {
    margin-left: 2.8125rem !important; }
  
  .u-ml-50 {
    margin-left: 3.125rem !important; }
  
  .u-ml-55 {
    margin-left: 3.4375rem !important; }
  
  .u-ml-60 {
    margin-left: 3.75rem !important; }
  
  .u-ml-65 {
    margin-left: 4.0625rem !important; }
  
  .u-ml-70 {
    margin-left: 4.375rem !important; }
  
  .u-ml-75 {
    margin-left: 4.6875rem !important; }
  
  .u-ml-80 {
    margin-left: 5rem !important; }
  
  .u-pr-5 {
    padding-right: 0.3125rem !important; }
  
  .u-pr-10 {
    padding-right: 0.625rem !important; }
  
  .u-pr-15 {
    padding-right: 0.9375rem !important; }
  
  .u-pr-20 {
    padding-right: 1.25rem !important; }
  
  .u-pr-25 {
    padding-right: 1.5625rem !important; }
  
  .u-pr-30 {
    padding-right: 1.875rem !important; }
  
  .u-pr-35 {
    padding-right: 2.1875rem !important; }
  
  .u-pr-40 {
    padding-right: 2.5rem !important; }
  
  .u-pr-45 {
    padding-right: 2.8125rem !important; }
  
  .u-pr-50 {
    padding-right: 3.125rem !important; }
  
  .u-pr-55 {
    padding-right: 3.4375rem !important; }
  
  .u-pr-60 {
    padding-right: 3.75rem !important; }
  
  .u-pr-65 {
    padding-right: 4.0625rem !important; }
  
  .u-pr-70 {
    padding-right: 4.375rem !important; }
  
  .u-pr-75 {
    padding-right: 4.6875rem !important; }
  
  .u-pr-80 {
    padding-right: 5rem !important; }
  
  .u-my-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  
  .u-my-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  
  .u-my-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  
  .u-my-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  
  .u-my-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  
  .u-my-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  
  .u-my-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  
  .u-my-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  
  .u-my-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  
  .u-my-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  
  .u-my-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important; }
  
  .u-my-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  
  .u-my-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important; }
  
  .u-my-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  
  .u-my-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important; }
  
  .u-my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  
  .u-mx-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  
  .u-mx-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important; }
  
  .u-mx-7 {
    margin-left: 0.4375rem !important;
    margin-right: 0.4375rem !important; }
  
  .u-mx-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  
  .u-mx-9 {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important; }
  
  .u-mx-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  
  .u-mx-11 {
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important; }
  
  .u-mx-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  
  .u-mx-13 {
    margin-left: 0.8125rem !important;
    margin-right: 0.8125rem !important; }
  
  .u-mx-14 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important; }
  
  .u-mx-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  
  .u-mx-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  
  .u-mx-17 {
    margin-left: 1.0625rem !important;
    margin-right: 1.0625rem !important; }
  
  .u-mx-18 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important; }
  
  .u-mx-19 {
    margin-left: 1.1875rem !important;
    margin-right: 1.1875rem !important; }
  
  .u-mx-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  
  .u-mx-21 {
    margin-left: 1.3125rem !important;
    margin-right: 1.3125rem !important; }
  
  .u-mx-22 {
    margin-left: 1.375rem !important;
    margin-right: 1.375rem !important; }
  
  .u-mx-23 {
    margin-left: 1.4375rem !important;
    margin-right: 1.4375rem !important; }
  
  .u-mx-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  
  .u-mx-25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important; }
  
  .u-mx-26 {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important; }
  
  .u-mx-27 {
    margin-left: 1.6875rem !important;
    margin-right: 1.6875rem !important; }
  
  .u-mx-28 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important; }
  
  .u-mx-29 {
    margin-left: 1.8125rem !important;
    margin-right: 1.8125rem !important; }
  
  .u-mx-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  
  .u-mx-31 {
    margin-left: 1.9375rem !important;
    margin-right: 1.9375rem !important; }
  
  .u-mx-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  
  .u-mx-33 {
    margin-left: 2.0625rem !important;
    margin-right: 2.0625rem !important; }
  
  .u-mx-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important; }
  
  .u-mx-35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important; }
  
  .u-mx-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  
  .u-mx-37 {
    margin-left: 2.3125rem !important;
    margin-right: 2.3125rem !important; }
  
  .u-mx-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important; }
  
  .u-mx-39 {
    margin-left: 2.4375rem !important;
    margin-right: 2.4375rem !important; }
  
  .u-mx-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  
  .u-mx-41 {
    margin-left: 2.5625rem !important;
    margin-right: 2.5625rem !important; }
  
  .u-mx-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important; }
  
  .u-mx-43 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important; }
  
  .u-mx-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important; }
  
  .u-mx-45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important; }
  
  .u-mx-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important; }
  
  .u-mx-47 {
    margin-left: 2.9375rem !important;
    margin-right: 2.9375rem !important; }
  
  .u-mx-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  
  .u-mx-49 {
    margin-left: 3.0625rem !important;
    margin-right: 3.0625rem !important; }
  
  .u-mx-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important; }
  
  .u-mx-51 {
    margin-left: 3.1875rem !important;
    margin-right: 3.1875rem !important; }
  
  .u-mx-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important; }
  
  .u-mx-53 {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important; }
  
  .u-mx-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important; }
  
  .u-mx-55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important; }
  
  .u-mx-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  
  .u-mx-57 {
    margin-left: 3.5625rem !important;
    margin-right: 3.5625rem !important; }
  
  .u-mx-58 {
    margin-left: 3.625rem !important;
    margin-right: 3.625rem !important; }
  
  .u-mx-59 {
    margin-left: 3.6875rem !important;
    margin-right: 3.6875rem !important; }
  
  .u-mx-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important; }
  
  .u-mx-61 {
    margin-left: 3.8125rem !important;
    margin-right: 3.8125rem !important; }
  
  .u-mx-62 {
    margin-left: 3.875rem !important;
    margin-right: 3.875rem !important; }
  
  .u-mx-63 {
    margin-left: 3.9375rem !important;
    margin-right: 3.9375rem !important; }
  
  .u-mx-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  
  .u-mx-65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important; }
  
  .u-mx-66 {
    margin-left: 4.125rem !important;
    margin-right: 4.125rem !important; }
  
  .u-mx-67 {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important; }
  
  .u-mx-68 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important; }
  
  .u-mx-69 {
    margin-left: 4.3125rem !important;
    margin-right: 4.3125rem !important; }
  
  .u-mx-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important; }
  
  .u-mx-71 {
    margin-left: 4.4375rem !important;
    margin-right: 4.4375rem !important; }
  
  .u-mx-72 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  
  .u-mx-73 {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important; }
  
  .u-mx-74 {
    margin-left: 4.625rem !important;
    margin-right: 4.625rem !important; }
  
  .u-mx-75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important; }
  
  .u-mx-76 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important; }
  
  .u-mx-77 {
    margin-left: 4.8125rem !important;
    margin-right: 4.8125rem !important; }
  
  .u-mx-78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important; }
  
  .u-mx-79 {
    margin-left: 4.9375rem !important;
    margin-right: 4.9375rem !important; }
  
  .u-mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  
  @media (min-width: 768px) {
    .u-mt-md-80 {
      margin-top: 5rem !important; }
    .u-mt-md-75 {
      margin-top: 4.6875rem !important; }
    .u-mt-md-70 {
      margin-top: 4.375rem !important; }
    .u-mt-md-65 {
      margin-top: 4.0625rem !important; }
    .u-mt-md-60 {
      margin-top: 3.75rem !important; }
    .u-mt-md-55 {
      margin-top: 3.4375rem !important; }
    .u-mt-md-50 {
      margin-top: 3.125rem !important; }
    .u-mt-md-45 {
      margin-top: 2.8125rem !important; }
    .u-mt-md-40 {
      margin-top: 2.5rem !important; }
    .u-mt-md-35 {
      margin-top: 2.1875rem !important; }
    .u-mt-md-30 {
      margin-top: 1.875rem !important; }
    .u-mt-md-25 {
      margin-top: 1.5625rem !important; }
    .u-mt-md-20 {
      margin-top: 1.25rem !important; }
    .u-mt-md-15 {
      margin-top: 0.9375rem !important; }
    .u-mt-md-10 {
      margin-top: 0.625rem !important; }
    .u-mb-md-80 {
      margin-bottom: 5rem !important; }
    .u-mb-md-85 {
      margin-bottom: 5.3125rem !important; }
    .u-mb-md-90 {
      margin-bottom: 5.625rem !important; }
    .u-mb-md-95 {
      margin-bottom: 5.9375rem !important; }
    .u-mb-md-100 {
      margin-bottom: 6.25rem !important; }
    .u-ml-md-80 {
      margin-left: 5rem !important; }
    .u-ml-md-85 {
      margin-left: 5.3125rem !important; }
    .u-ml-md-90 {
      margin-left: 5.625rem !important; }
    .u-ml-md-95 {
      margin-left: 5.9375rem !important; }
    .u-ml-md-100 {
      margin-left: 6.25rem !important; }
    .u-mr-md-80 {
      margin-right: 5rem !important; }
    .u-mr-md-85 {
      margin-right: 5.3125rem !important; }
    .u-mr-md-90 {
      margin-right: 5.625rem !important; }
    .u-mr-md-95 {
      margin-right: 5.9375rem !important; }
    .u-mr-md-100 {
      margin-right: 6.25rem !important; }
    .u-my-md-80 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    .u-my-md-85 {
      margin-top: 5.3125rem !important;
      margin-bottom: 5.3125rem !important; }
    .u-my-md-90 {
      margin-top: 5.625rem !important;
      margin-bottom: 5.625rem !important; }
    .u-my-md-95 {
      margin-top: 5.9375rem !important;
      margin-bottom: 5.9375rem !important; }
    .u-my-md-100 {
      margin-top: 6.25rem !important;
      margin-bottom: 6.25rem !important; }
    .u-mx-md-80 {
      margin-left: 5rem !important;
      margin-right: 5rem !important; }
    .u-mx-md-81 {
      margin-left: 5.0625rem !important;
      margin-right: 5.0625rem !important; }
    .u-mx-md-82 {
      margin-left: 5.125rem !important;
      margin-right: 5.125rem !important; }
    .u-mx-md-83 {
      margin-left: 5.1875rem !important;
      margin-right: 5.1875rem !important; }
    .u-mx-md-84 {
      margin-left: 5.25rem !important;
      margin-right: 5.25rem !important; }
    .u-mx-md-85 {
      margin-left: 5.3125rem !important;
      margin-right: 5.3125rem !important; }
    .u-mx-md-86 {
      margin-left: 5.375rem !important;
      margin-right: 5.375rem !important; }
    .u-mx-md-87 {
      margin-left: 5.4375rem !important;
      margin-right: 5.4375rem !important; }
    .u-mx-md-88 {
      margin-left: 5.5rem !important;
      margin-right: 5.5rem !important; }
    .u-mx-md-89 {
      margin-left: 5.5625rem !important;
      margin-right: 5.5625rem !important; }
    .u-mx-md-90 {
      margin-left: 5.625rem !important;
      margin-right: 5.625rem !important; }
    .u-mx-md-91 {
      margin-left: 5.6875rem !important;
      margin-right: 5.6875rem !important; }
    .u-mx-md-92 {
      margin-left: 5.75rem !important;
      margin-right: 5.75rem !important; }
    .u-mx-md-93 {
      margin-left: 5.8125rem !important;
      margin-right: 5.8125rem !important; }
    .u-mx-md-94 {
      margin-left: 5.875rem !important;
      margin-right: 5.875rem !important; }
    .u-mx-md-95 {
      margin-left: 5.9375rem !important;
      margin-right: 5.9375rem !important; }
    .u-mx-md-96 {
      margin-left: 6rem !important;
      margin-right: 6rem !important; }
    .u-mx-md-97 {
      margin-left: 6.0625rem !important;
      margin-right: 6.0625rem !important; }
    .u-mx-md-98 {
      margin-left: 6.125rem !important;
      margin-right: 6.125rem !important; }
    .u-mx-md-99 {
      margin-left: 6.1875rem !important;
      margin-right: 6.1875rem !important; }
    .u-mx-md-100 {
      margin-left: 6.25rem !important;
      margin-right: 6.25rem !important; } }
  
  .card {
    border: none !important; }
  
  .tab__slider &gt; .tab-pane {
    display: block;
    height: 0;
    overflow: visible; }
  
  .tab__slider &gt; .active {
    height: auto; }
  
  .form-control {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  
  .input-group .form-control {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  
  .lead {
    font-size: 22px; }
  
  .progress {
    background: #d6ebff; }
    .progress-bar {
      height: 8px;
      background: #0795d1 !important; }
  
  .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .slick-arrow:hover {
      background: #0795d1;
      color: #fff; }
  
  .slick-prev {
    left: -70px; }
  
  .slick-next {
    right: -70px; }
  
  .slick-dots {
    padding: 0;
    list-style: none; }
    .slick-dots &gt; li {
      display: inline-block;
      margin-left: 4px;
      margin-right: 4px; }
      .slick-dots &gt; li &gt; span {
        width: 12px;
        height: 12px;
        border-radius: 20px;
        background: rgba(0, 129, 255, 0.5);
        display: block;
        border: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer; }
      .slick-dots &gt; li.slick-active &gt; span {
        width: 22px;
        background: #0795d1; }
    .slick-dots.dots-white &gt; li &gt; span {
      background: rgba(255, 255, 255, 0.7); }
    .slick-dots.dots-white &gt; li.slick-active span {
      background: #fff; }
    .slick-dots.dots-green &gt; li &gt; span {
      background: rgba(07, 149,209, 0.7); }
    .slick-dots.dots-green &gt; li.slick-active span {
      background: #0795d1; }
  
  /* ========================================= redesign blog html ===================================== */
  .redesign, #scroll_top{
    font-family: 'Poppins', sans-serif; 
  }
  .redesign h1{
    font-family: 'Poppins', sans-serif;  
  }
  .redesign h2{
    font-family: 'Poppins', sans-serif; 
    color: #000;
  }
  .redesign h3{
    font-family: 'Poppins', sans-serif;
    color: #FEC000;
  }
  .redesign h4{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; 
    color: #000;
  }
  .redesign .text-muted{
    font-size: 14px;
    margin-bottom: 0;
  }
  .redesign .pagination {
    display: inline-block;
  }
  .redesign .pagination a {
    color: #000;
    float: left;
    padding: 4px 16px;
    text-decoration: none;
    font-size: 16px;
    background: #f8f9fa;
    margin: 5px;
    font-weight: 500;
  }
  .redesign .pagination a.active{
    background-color: #003248;
    color: #fff;
  }
  .redesign .pagination a:hover:not(.active) {
    background-color: #f8f9fa;
  }
  .redesign .box-shadow-v1{
    -webkit-box-shadow: 0 2px 35px 0 #ecebeb; 
    box-shadow: 0 2px 35px 0 #ecebeb;  
  }
  .py-7{
    padding-top: 5rem!important;
    padding-bottom: 5rem!important; 
  }
  .redesign .newsletter{
    text-align: center;
    background: #fafcff;
    border: 1px solid #ecf1f8;
  }
  .redesign .newsletter h4{
    color: #000;
  }
  .redesign .newsletter p{
    font-size: 14px;
    font-weight: 300;
    color: #8b8b8b;
  }
  .sub_header{
    /* display: flex;
    justify-content: space-between;
    transition: all .3s ease-out; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* align-items: center;
    height: 57px; */
  }
  .header_inline{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .sub_header .open_hours{
    width: 43%; 
    background: #0795d2; 
  }
  .sub_header .phone_contact{
    width: 57%;  
    background: #003248; 
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
  }
  #scroll_top .header-shrink.fixed-top{
    top: 57px;  
    padding: 5px;
  }
  #scroll_top .header-inverse .nav-link{
    font-size: 14px !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  #scroll_top .header-inverse .nav-link .fa-angle-down{
    color: #787575;
    padding-left: 1px;
  }
  #scroll_top.sticky_header .header-shrink.fixed-top{
    top: 0px;   
  }
  .sub_header .phone_contact .list-unstyled{
    display: flex;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .sub_header .open_hours h4{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 16px;
    position: relative;
    z-index: 2;
  }
  .redesign.product_page .sidebar-widget .post-tabs{
  padding: 20px;
  }
  .redesign.product_page .sidebar-widget.blog_side2 .post-tabs{
  padding: 0;
  }
  .sub_header .phone_contact .list-unstyled li{
    padding-right: 30px;
    color: #fff;  
    font-weight: 300;
    font-size: 19px;
  }
  .border_btn{
    border: 1px solid !important;
    border-radius: 0 !important;
  }
  .newsletter_btn{
    max-width: 550px;
    width: 100%;
    position: relative; 
    margin: 0 auto;
  }
  .newsletter_btn button{
    position: absolute;
    top: 0;
    right: 0;
    background: #0795d2;
    border: 0;
    color: #fff;
    height: 47px;
    padding: 10px 34px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 14px;
    cursor: pointer;
  }
  .newsletter_btn button:focus{
    outline: none;
  }
  .newsletter_btn i{
    position: absolute;
    left: 20px;
    color: #8b8b8b;
    top: 17px;
    font-size: 14px;
  }
  .newsletter_btn input{
    border-radius: 35px;
    padding: 8px 120px 8px 45px;
    box-shadow: 1px 1px 8px #e8e8e8;
    margin-bottom: 10px;
  }
  .newsletter_btn input:focus{
    outline: none;
  }
  .brdr-right{
    border-right: 1px solid #e9eff5;  
  }
  .brdr-bottom{
    border-bottom: 1px solid #e9eff5; 
  }
  .brdr-top{
    border-top: 1px solid #e9eff5;  
  }
  .newsletter_btn input::-webkit-input-placeholder { /* Edge */
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
  }
  
  .newsletter_btn input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  
  .newsletter_btn input::placeholder {
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }
  .redesign .padd_tp{
    padding-top: 16rem !important;
  }
  .redesign .blog-details .post-meta{
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 500;
    padding: 20px 0 10px;
    margin-bottom: 20px;
  }
  .redesign .widget-content .media-body p{
    color: #8b8b8b;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
  } 
  .redesign .sidebar-widget .get_in_touch ul li i{
    font-size: 22px;
    margin-right: 10px;
    color: #0795d2;  
    margin-top: 3px;
  }
  .redesign.product_page .sidebar-widget .tag-cloud{
    padding: 20px; 
  }
  .redesign .highLights{
    background: #f5faff;
    padding: 4%;
    border-left: 5px solid #0794d1;
    position: relative;
    color: #8b8b8b;
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .redesign .highLights img{
    position: absolute;
    max-width: 4%;
  }
  .redesign .highLights span{
    display: inline-block;
    padding-left: 8%;
    font-size: 18px;
    font-weight: 400;
    font-style: italic; 
  }
  .redesign .blog-details p{
    color: #8b8b8b;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;  
  }
  .redesign .blog-details h3{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #000;
  }
  .redesign.product_page #product_accordian .card-header{
    padding: 0;
    padding: 8px 20px;
    border: 0;
    background: #f5faff;
    margin: 5px 0;
    border: 1px solid #ebf3f9;
  }
  .redesign.product_page #product_accordian .card-header h2{
    color: #666;
    margin-bottom: 0;
  }
  .redesign.product_page #product_accordian .panel-title a{
    padding: 0;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
  }
  .beneficial_sec{
    display: flex;
    padding-top: 30px;
  }
  .beneficial_sec .img_wrap{
    width: 46%;
    display: block;
  }
  .ivr_page .beneficial_sec .img_wrap{position: relative;}
  .ivr_page .beneficial_sec .img_wrap .call_us{
    position: absolute;
    background: #0795d2;
    display: block;
    width: 100%;
    color: #fff;
    left: 50px;
    text-align: left;
    text-align: left;
    padding: 10px 30px 8px 50px;
  }
  .ivr_page .beneficial_sec .img_wrap .call_us p{
    padding-top: 15px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
  }
  .ivr_page .beneficial_sec .img_wrap .call_us h2{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
  }
  .beneficial_sec .side_panel{
    width: 54%;
    margin-left: 25px;
  }
  .redesign .side_panel ul{
    margin: 0;
    color: #8b8b8b;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
  }
  .redesign .side_panel ul li{
    list-style: none;
  }
  .redesign .side_panel ul li i{
    padding-right: 5px;
    color: #0795d2;
  }
  .b-py-4{
    padding-bottom: 1rem;
  }
  .side_blog span{
    display: block;
    text-align: center;
    padding: 35% 0 30%;
  }
  .redesign .sidebar-widget{
    padding: 30px;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    background: #fff;
  }
  .redesign .sidebar-widget h3{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #000; 
    position: relative;
    margin-bottom: 35px;
  }
  .redesign .sidebar-widget ul{
    padding: 0;
  }
  .redesign .blog_sidebar{
    background: #f5faff;
    padding: 30px;  
  }
  .redesign .sidebar-widget .widget-content.tags-list a{
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    border-radius: 0;
    border: 1px solid;
    background: #fff;
  }
  .redesign .sidebar-widget ul li{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .redesign .sidebar-widget h3::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #0795d2;
    left: 0;
    bottom: -15px;
  }
  .redesign .sidebar-widget ul.news li{
    justify-content: center;
  }
  .redesign .sidebar-widget ul.news li span{
    width: 30%; 
  }
  .redesign .sidebar-widget ul.news li p{
    width: 70%;
    margin-left: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  .redesign .sidebar-widget ul.news li p span{
    display: block;
    width: 100%;
    color: #8b8b8b;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
  }
  .redesign .sidebar-widget .get_in_touch ul li{
    justify-content: initial;
    color: #8b8b8b;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    align-items: normal;
  }
  .redesign .sidebar-widget ul li a{
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: #f5faff;
    justify-content: center;
    align-items: center;  
  }
  .redesign .sidebar-widget.blog_side2 ul li:hover{
    background: #0794d1;  
    color: #fff;
    border-left: 4px solid #003249;
    padding: 10px 15px;
  }
  .redesign .sidebar-widget.blog_side2 ul li{
    padding: 10px 15px;
    border-left: 4px solid #ebf3f9;
  }
  .redesign.product_page .sidebar-widget.download{
    background: transparent;
  }
  .redesign.product_page .sidebar-widget.download li{
    background: #fff;
    margin-bottom: 10px;
    justify-content: initial;
    position: relative;
    padding-left: 50px;
    padding: 10px 52px;
  }
  .redesign.product_page .sidebar-widget.download li span{
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    width: 40px;
    text-align: center;
    background: #0795d2;
    color: #fff;
    font-size: 20px;
    padding-top: 14px; 
  }
  .redesign .our_partners{
    display: flex;
    padding-top: 5px;
  }
  .redesign .our_partners p{
    width: 45%;
    margin-bottom: 0;
  }
  .redesign .our_partners .logo_sec{
    width: 55%;
    display: flex;
    justify-content: center;
  }
  .redesign .our_partners .logo_sec span{
    max-width: 145px;
    display: block;
    width: 100%;
    text-align: center;  
  }
  .redesign.product_page .sidebar-widget{
    padding: 0;
  }
  .redesign.product_page .panel-heading {
    padding: 12px 20px;
    border: 0;
    background: #f5faff;
    margin: 10px 0;
    border: 1px solid #ebf3f9;
  }
  .redesign.product_page .panel-heading h4{
    margin-bottom: 0;
  }
  .whychoose_spark.beneficial_sec .side_panel{
    width: 100%;
  }
  .whychoose_spark.beneficial_sec .side_panel ul{
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .redesign .product_bg h1{
    margin-bottom: 0;
  }
  .redesign .product_bg p{
    font-size: 19px;
  }
  .redesign .sidebar-widget.blog_side2 ul li.active{
    background: #0794d1;
    color: #fff;
    border-left: 4px solid #003249;
    padding: 10px 15px;
  }
  .ivr_page .beneficial_sec .side_panel{
    margin-left: 90px;  
    text-align: left;
  }
  .redesign.ivr_page .side_panel ul{
    display: flex;
    flex-wrap: wrap;
  }
  .redesign.ivr_page .side_panel ul li i{
    font-size: 30px;
    padding-right: 20px;
  }
  .redesign.ivr_page .side_panel ul li{
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding-bottom: 22px;
  }
  .ivr_page .beneficial_sec .side_panel .beneficial_sec{
    padding-top:0;
  }
  .ivr_page .beneficial_sec .side_panel .beneficial_sec .side_panel{
    margin-left: 30px;  
  }
  .readMore{
    display: block;
    color: #000;
    padding-bottom: 0px;
    border-bottom: 2px solid;
    max-width: 82px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding-top: 12px;  
  }
  .redesign.ivr_page h1{
    font-weight: 700;
    color: #000;
  }
  .ivr_products_sec .solutions{
    width: 30%;
    margin: 15px;
    background: #fff;
  }
  .ivr_products_sec .virtual-full-width{
      width: 47%;
  }
  .ivr_products_sec .content{
    padding: 25px;
  }
  .ivr_products_sec .content .img-icon{
    font-size: 35px;
    color: #0795d2;
    padding: 10px 0 20px;
  }
  .ivr_products_sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
  }
  .solutions .content_wrap .img-icon{
    font-size: 30px;
    color: #0795d2;
  }
  .blue_bg{
    background: #f5faff;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .bg_img_video h2{
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .bg_img_video i{
    font-size: 75px;
    padding-bottom: 35px;
    color: #ffffff;
  }
  .bg_img_video a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #003147;
    display: inline-block;
    padding: 10px 25px;
    margin: 30px;
  }
  .redesign.product_page .sidebar-widget .post-tabs.download_tab{
    padding: 0;
  }
  section.bg_img_video{
    padding-top: 125px;
    padding-bottom: 100px; 
  }
  .call_handling{
    background-color: #fff;
    box-shadow: 1px 1px 13px #eaeaea;
    padding-top: 10px !important;
  }
  .call_handling p{
    background: #f5faff;
    padding: 15px;
    border: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 500;
  }
  .ivr_products_sec .content p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 500; 
  }
  .call_handling h4{
    text-align: center;
  }
  .plus-minus &gt; a {
    display: block;
    position: relative;
  }
  .redesign.career #accordion .plus-minus &gt; a[aria-expanded="true"]{
    color: #0794d1;
    border-bottom: 0;
  }
  .redesign.career #accordion .plus-minus &gt; a:after{
    font-size: 14px;
    font-weight: 300;
  }
  .display_align{
    display: flex;
    justify-content: space-between;
    align-items: center;  
  }
  .redesign.career .applynow{
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    max-width: 125px;
    width: 100%;
    height: 35px;
    min-width: 112px;
    padding: 4px;
    background: #0795d2;
  }
  .plus-minus &gt; a:after {
    content: "\f067"; /* fa-plus */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
  }
  .plus-minus &gt; a[aria-expanded="true"]:after {
    content: "\f068"; /* fa-minus */
  }
  #product_accordian .card-header{
    padding: 0;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
  }
  #product_accordian .card-header a{
    color: #666;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  } 
  #product_accordian .plus-minus &gt; a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 20px;
  }
  #product_accordian .plus-minus &gt; a[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .faq_sec .card-header{
    padding: 12px 20px;
    margin: 5px 0;
    border: 2px solid #d2d3d3;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    border-radius: 0;
    font-weight: 600;
    background: #fff;
  }
  .faq_sec .card-header h5{
    margin-bottom: 0;
  }
  .faq_sec .card-header a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 500;  
  }
  .faq_sec .lead{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 5px 150px; 
  }
  .portfolio-block.case_block img{
    top: 0;
    transition: top ease 0.5s;
    position: relative;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /* -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0); */
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    height: 260px;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
  }
  .portfolio-block.case_block{
    margin-top: 0;
    min-width: 329px;
    max-width: 329px;
    max-height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .portfolio-block.case_block:hover img{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
  }
  .portfolio-item{
    overflow: hidden;  
  }
  .portfolio-block:hover .portfolio-overlay{
    background: transparent;
  }
  .portfolio-block.case_block .portfolio-overlay{
    height: 31%;
    bottom: 0;
    top: auto;
    background: #003249;
  }
  footer .footer_links{
    list-style: none;
    padding: 0;
  }
  .about_spark p{
    max-width: 400px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 26px;
  }
  footer.new_footer{
    background: #003249;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    color: #f5f6f6;
    padding: 50px 0 0;
  }
  .new_bg-green{
    color: #00bf63 !important;
    background:#00bf63 !important ;
  }
  footer.new_footer.new_design{
    background: #152532;
  }
  .new_footer.new_design .news_signup h3{
    color: #0795D2;
  }
  .new_footer.new_design .email_signup form .email_input input{
    background: #0795D2;
    color: #fff;
  }
  .new_footer.new_design .email_signup form button{
    background: #00bf63;
  }
  .about_spark{
    margin-bottom:20px;
  }
  footer .footer_links li a{
    font-size: 14px;
  }
  footer .footer_links li a i{
    padding-right: 5px;  
  }
  footer .footer .brdr-top{
    border-top: 1px solid #315b6e;
    padding-top: 25px;
    margin-top: 50px;
    padding-bottom: 38px;
  }
  footer .footer .brdr-top p{
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #f5f6f6;
  }
  footer .footer .brdr-top p a{
    color: #f5f6f6; 
  }
  footer h5{
    color: #f5f6f6; 
    font-family: 'Poppins', sans-serif;
  }
  .links_sec{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .links_sec .portfolio-filter &gt; li.active{
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    border-radius: 0;
    color: #fff;
  }
  .blue_btn{
    max-width: 150px;
    display: block;
    background: #2cd44a;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; 
  }
  .links_sec .list-inline-item.border_btn{
    border: 1px solid;
    border-radius: 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 15px;
  }
  .links_sec .portfolio-block:hover .portfolio-desc{
    margin-top: 20px;
  }
  .links_sec .portfolio-block:hover .portfolio-desc h4{
    margin-bottom: 0;
  }
  .links_sec .portfolio-filter{
    width: 100%;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .inner_case_study .brdr_right_after::after{
    content: "";
    width: 1px;
    height: 75%;
    position: absolute;
    right: 0%;
    background: #e9eff5;
    top: 0%;
  }
  .brdr_right_after h4{
    margin-bottom: 0;
  }
  .brdr_right_after p{
    margin-bottom: 0;
  }
  .inner_case_study .brdr-bottom.brdr-top{
    padding-bottom: 0px !important;  
  }
  .inner_case_study .brdr_right_after{
    position: relative;
    text-align: center;
  }
  .social_media{
    display: flex;
    margin-bottom: 30px;
  }
  .social_icons ul{ 
    display: flex;
    list-style: none;
    padding-left: 25px;
  }
  .social_icons ul li a{ 
    width: 35px;
    height: 35px;
    background: #fff;
    justify-content: center;
    border: 1px solid #e9eff5;
    border-radius: 48%;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding-top: 2px;
  }
  .social_para h5{
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif; 
  }
  .display_inline{
    display: flex;
    padding: 0;
    list-style: none;
  }
  .display_inline li{
    margin-right: 15px;
    list-style: none;
    width: 33.3%;
  }
  .btn_previous .blue_btn{
    padding: 8px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 50px;
  }
  .btn_previous .blue_btn i{
    font-size: 16px;
    padding-right: 8px;
  }
  .inner_case_study{
    padding-top: 100px ;
  }
  .padd_top{
    padding: 15px 0 0px;
  }
  .padd_top_img{
    padding: 10px 0 25px;  
  }
  .padd_top h3{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  .btn_previous h2{
    margin-bottom: 40px;
    padding: 20px 0 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
  } 
  .padd_top p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #919090;
    font-weight: 500;
  }
  .redesign #map{
    margin-bottom: 50px;
    margin-top: 8%;
  }
  .redesign .contact_us h2{
    font-family: 'Poppins', sans-serif; 
    color: #000;
    margin-bottom: 35px;
    font-size: 28px;
  }
  .redesign .contact_us .margin_top h2{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  .contact_us .margin_top form input{
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #009edf!important;
    padding-left: 0 !important;
    border-radius: 0;
  }
  .contact_us .margin_top form input:visited, .contact_us .margin_top form input:active, .contact_us .margin_top form input:focus, .contact_us .margin_top form input:hover{
    background: #007cb4;
  }
  .contact_us .margin_top form input:-webkit-autofill {
    -webkit-background: #007cb4;
  }
  .contact_us .margin_top form{
    padding-top: 10px;
  }
  .contact_us .margin_top form .btn-blue{
    background: #003249;
    font-size: 13px !important;
    border-radius: 0 !important;
    max-width: 200px;
    width: 100% !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  }
  .pricing_checkout{
    width: 100%;
    text-align: center;
  }
  .pricing_checkout p.italic{
    color: #0094d5;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    padding-top: 10px;
  }
  .price_section{
    background: #eef7fe;
  }
  .price_sec h3{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0094d5;
    padding-bottom: 25px;
  }
  .price_sec .price_img{
    width: 180px;
    height: 180px;
    background: #e5f5fb;
    border-radius: 80%;
    margin-bottom: 35%;
  }
  .switch_wrap{
    padding-top: 35px;
  }
  .price_sec h2{
    font-family: 'Poppins', sans-serif; 
    position: relative;
    padding-left: 16px;
  }
  .pricing_wrapper{
    text-align: center;
    background: #fff;
  }
  .price_sec h2 span{
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -10px;
  }
  .pricing_checkout .switch_wrap span{
    font-family: 'Poppins', sans-serif;
      font-size: 15px;
      color: #000;
      padding: 0 14px;
  }
  .pricing_checkout h2.h1{
    font-size: 33px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  .pricing_checkout p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
  }
  .contact_us .margin_top textarea{
    background: transparent;
    border: 0;
    padding: 0 !important;
    color: #fff;
    border-bottom: 1px solid #009edf!important;
    margin-bottom: 45px;
    border-radius: 0;
  }
  .contact_us .margin_top form textarea::-webkit-input-placeholder{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top form textarea:-ms-input-placeholder{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top form textarea::placeholder{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top form input::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top form input::placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  .contact_us .margin_top{
    background: #007cb4;
    max-width: 600px;
    margin: 0 auto;
    padding: 35px;  
  }
  .contact_us .col-lg-8{
    position: relative;
  }
  .contact_us .margin_top{
    position: absolute;
    right: 0;
    top: -30%;
  }
  .contact_us ul{
    padding: 0;
  }
  .contact_us ul li{
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding-top: 14px;
  }
  .contact_us ul li .mail{
    color: #000;
  }
  .contact_us ul li i{
    color: #0794d1;
    padding-right: 10px;
    font-size: 20px;
  }
  .contact_us ul li p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #919090;
    font-weight: 400;
  }
  .mt-custom{
    padding-top: 80px;
  }
  .career .lead{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 5px 150px;
  }
  .redesign.career #accordion .card-body{
  background: #f5faff;
  }
  .redesign.career #accordion .card-body ul{
    padding: 0;
  }
  .redesign.career #accordion .card-body ul li{
    list-style: none;
    font-size: 14px;
    color: #8d9297;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .redesign.career #accordion .card-body ul li i{
    color: #0793d0;
    padding-right: 10px;
  }
  .redesign.career #accordion{
    padding: 20px;
    border: 1px solid #d2d3d3;
  }
  .redesign.career h3{
    text-align: left;
  }
  .redesign.career #accordion .card-header{
    border-bottom: 1px solid #d2d3d3;
    background: transparent;
  }
  .redesign.career #accordion .card-header a{
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #666;  
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #d2d3d3;
  }
  .redesign.career #accordion .card-header{
    padding: 0 !important;
    border-bottom: 0!important;
  }
  .redesign.career #accordion .card-body p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    font-weight: 500;
  }
  .redesign.career #accordion .card-body strong{
    color: #000;
  }
  .border_cover ul{
    padding: 0;
    border: 1px solid #d2d3d3;
    max-width: 315px;
    width: 100%;
  }
  .redesign.career .h1{
    font-family: 'Poppins', sans-serif;
    font-size: 40px; 
    font-weight: 700;
    color: #000;
  }
  .redesign.career .col-12.text-center{
    padding-top: 65px;
  }
  .redesign.career h3{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;  
    margin-bottom: 10px;
  }
  .border_cover ul li{
    list-style: none;
    border-bottom: 1px solid #d2d3d3;
    text-align: center;
    padding: 24px;
  }
  .border_cover ul li h3{
    text-align: center !important;
  }
  .border_cover ul li p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .border_cover ul li:last-child{
    border-bottom:0;
  }
  .border_cover ul li i{
  color: #0795d2;
  font-size: 30px;
  margin-bottom: 10px;
  }
  .border_cover ul li a{
    margin: 0 auto;
  }
  .redesign.solution .our_partners p{
    text-align: justify;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .solution_sec ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .solution_sec ul li{
    width: 50%;
    list-style: none;
    display: flex;
    align-items: flex-start;
  }
  .solution_sec{
    padding: 40px 0;
  }
  .solution_sec ul li p{
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #8b8b8b;
  }
  .solution_display_align{
    display: flex;
  }
  .solution_display_align #product_accordian{
    width: 49%;
    padding-right: 15px;
  }
  .solution_display_align .img_solution{
    width: 49%;
  }
  .solution #product_accordian .card-header a{
    font-size: 16px;
    line-height: 30px;
  }
  .solution #product_accordian .card-body{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #8b8b8b;
    padding: 15px;
  }
  .solution_sec ul li h3{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  .redesign .sidebar-widget.blog_side2 ul li.new_head{
    background: #f5faff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
  }
  .solution.redesign.product_page .sidebar-widget .post-tabs{
  padding-bottom: 0;
  }
  .redesign .sidebar-widget.blog_side2 ul li.new_head:hover{
    background: #f5faff;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #ebf3f9;
    color: #000;
  }
  .align_start{
    align-items: flex-start;
  }
  .redesign.ivr_page section#about{
  padding-top: 70px;
  }
  .inner_blog{
    padding-top: 5rem !important;
  }
  .redesign.career{
    padding-bottom: 40px;
  }
  .row.contact_us{
    padding-bottom: 50px;
  }
  .sub_header .header_wrapper{
    width: 100%;
  }
  .sub_header .header_wrapper .container{
  display: flex;
  }
  .lyt_blue_bg{
    height: 58px;
    position: absolute;
    background: #0795d2;
    left: -59px;
    width: 41%;
    top: 0;
  }
  .dark_blue_bg{
    height: 58px;
    position: absolute;
    right: 0;
    width: 40%;
    background: #003248;
    top: 0;  
  }
  .sub_header .phone_contact .list-unstyled li:last-child{
    padding-right: 0;
  }
  .item_hover{
    padding: 10px 0;
    justify-content:center;
  }
  .pricing_checkout .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .pricing_checkout .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .pricing_checkout .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .pricing_checkout .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .pricing_checkout input:checked + .slider {
    background-color: #2196F3;
  }
  .pricing_checkout input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  .pricing_checkout input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .pricing_checkout .slider.round {
    border-radius: 34px;
  }
  .pricing_checkout .slider.round:before {
    border-radius: 50%;
  }
  .contact_us .margin_top form .row{
    padding-bottom: 65px;
    padding-top: 20px;  
  }
  .opacity_bg{
    position: relative;
  }
  .opacity_bg::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4f6e79;
    opacity: 0.6;
  }
  .card.min_card_height {
    min-height: 386px;
    margin-bottom: 30px;
    max-height: 386px;
    overflow-y: auto;
  }
  .display_inline_overflow {
    min-height: 192px;
    max-height: 192px;
    overflow: hidden;
  }
  .card.min_card_height .min_height_achor {
    display: inline-block;
    overflow-y: auto;
  }
  .redesign .text-muted {
    font-size: 14px;
    margin-bottom: 0;
  }
  .redesign h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  .content_wrapper {
    position: relative;
  }
  .newBlogSec#wrap .col-lg-12 .col-md-4{
    float: left;
  }
  .phone_contact ul li a.sub_head{
    font-size: 15px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .phone_contact ul li a.sub_head img{
    max-width: 23px;
    width: 100%;
    margin-right: 2px;
  }
  .sub_header .open_hours h4.talkToService{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .sub_header .open_hours h4.talkToService span{
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-left: 2px;
  }
  .row.contact_us.support{
    padding: 17% 0 6%;
  }
  .row.contact_us.support .col-lg-8{
    position: relative;
  }
  .row.contact_us.support .col-lg-8 h2{
    position: absolute;
    top: -16%;
    left: 15%;
    font-weight: 700;
  }
  .contact_us.support ul li .mail{
  font-weight: 700;
  }
  .row.contact_us.support .col-lg-4 h4{
    font-weight: 700;
  }
  .contact_us.support .margin_top{
    top: 0;
    position: static;
    background: transparent;
  }
  .contact_us.support .margin_top textarea{
    color: #a2a2a2;
    border-bottom: 2px solid #a2a2a2!important;
  }
  .contact_us.support .margin_top form input{
    background: transparent;
    color: #a2a2a2;
    border-bottom: 2px solid #a2a2a2!important;
    padding-left: 0 !important;
    border-radius: 0;
  }
  .contact_us.support .margin_top form .row{
    padding-bottom: 0;
    margin-top: -9%;
  }
  .contact_us.support form h4{
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
  }
  .contact_us.support .margin_top form input::-webkit-input-placeholder { /* Edge */
    color: #a2a2a2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .contact_us.support .margin_top form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a2a2a2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .contact_us.support .margin_top form input::placeholder {
    color: #a2a2a2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .contact_us.support .margin_top form {
    padding-top: 0;
    margin-top: -12.9%;
  }
  .c2cPopup#c2cOtpForm{
    position: fixed;
    right: 23%;
    top: 9%;
    border: 3px solid #f1f1f1;
    max-width: 300px;
    padding: 10px;
    background-color: white;
    z-index: 9999;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 171px;
    display: none;
  }
  .c2cPopup#c2cOtpForm::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    position: absolute;
    top: -6%;
    left: 48%;
  }
  .redesign .contact_us.support .margin_top h2{
    color: #a2a2a2;
  }
  .bg_grey_border{
    background:#a2a2a2 !important;
  }
  .c2cPopup#c2cNumberForm{
    position: fixed;
    right: 23%;
    top: 9%;
    border: 3px solid #f1f1f1;
    max-width: 300px;
    padding: 10px;
    background-color: white;
    z-index: 9999;
    bottom: auto;
    left: auto;
    display: none;
  }
  .c2cPopup#c2cNumberForm::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    position: absolute;
    top: -6%;
    left: 48%;
  }
  .c2cPopup input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  .c2cPopup .btn {
    background-color: #2cd44a;
    color: white;
    border: none;
    cursor: pointer;
    width: 46%;
    margin-bottom: 10px;
    opacity: 0.8;
  }
  .c2cPopup .btn.cancel {
    background-color: #B0B0B0;
    margin-right: 1vw;
  }
  .c2cPopup .btn {
    background-color: #0795d2;
    color: white;
    border: none;
    cursor: pointer;
    width: 46%;
    margin-bottom: 10px;
    opacity: 0.8;
  }
  .row.contact_us.support.trial {
    display: flex;
    justify-content: center;
    padding: 13% 0 6%;
  }
  .fa-facebook{
      background: #003249;
      color: #ffffff;
      padding: 10px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
  }
  .fa-twitter{
      background: #003249;
      color: #ffffff;
      padding: 10px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
  }
  .fa-linkedin{
      background: #003249;
      color: #ffffff;
      padding: 10px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
  }
  .fa-instagram{
      background: #003249;
      color: #ffffff;
      padding: 10px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
  }
  .fa-youtube-play{
      background: #003249;
      color: #ffffff;
      padding: 10px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
  }
  .contact_us.support .margin_top form .row.trialForm {
    padding-bottom: 8%;
  }
  .contact_us .center_align .margin_top {
    padding: 35px 0;
  }
  .row.contact_us.support.trial {
    display: flex;
    justify-content: center;
    padding: 5% 0 6%;
  }
  .console_sec_mar h2{
    margin-top: 2rem;
  }
  .call_handling.feature_sec{
    padding-top: 1.5rem !important;
  }
  .mb-md-2{
    margin-bottom: 1rem !important;
  }
  .call_handling.feature_sec p{
    height: 100%;
    color: #000000;
    font-weight: 600;
  }
  .blue_bg.console_bg{
    padding-top: 95px;
  }
  /* ====================new design================== */
  .bg-gradient{
    width: 100%;
    background: hsla(196, 61%, 85%, 1);
    background: linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -moz-linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -webkit-linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C2E4F0", endColorstr="#FFFFFF", GradientType=1 );
  }
  .bg-gradient_right{
    width: 100%;
    background: hsla(196, 61%, 85%, 1);
    background: linear-gradient(180deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -moz-linear-gradient(180deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -webkit-linear-gradient(180deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C2E4F0", endColorstr="#FFFFFF", GradientType=1 );
  }
  .join_spark h2{
    font-size: 2.1rem;
    color: #061A2A;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5%;
    font-weight: 500;
  }
  .join_spark .content{
    display: flex;
    width: 90%;
    padding-bottom: 2.5%;
    border-bottom: 1px solid;
    margin-bottom: 4%;
    flex-direction: column;
  }
  .enable_whatsapp .support_sec{
    text-align: left;
    width: 79%;
    padding: 2.5% 20% 1% 1%;
    border-radius: 48px;
    margin-top: 5%;
    height: 250px;
  }
  .whatsp_need h3{
    font-size: 1.5rem;
      font-weight: 400;
      color: #0795d2;
  }
  .whatsp_need p{
    font-size: 1.05rem;
    line-height: 1.28;
    color: #061A2A;
  }
  .whatsp_need .wa_need_sec{
    padding-left: 10%;
    padding-bottom: 7%;
  }
  .whatsp_need .wa_need_icon{
    max-width: 10%;
    margin-bottom: 3%;
  }
  .join_spark .content .join_logo.last{
    width: 10%;
    margin-right: 5%;
  }
  .enable_whatsapp img{
    margin-top: 5%;
    margin-left: -62%;
  }
  .service_pricing .Pricing{
    background: #c1e3f0;
  }
  .support_sec.pos_right {
    padding: 2.5% 0% 1% 22%;
    margin: 6% 21% 1%;
  }
  .enable_whatsapp .bg-gradient{
    padding: 20px 0 60px;
  }
  .whatsp_need .cust_p{
    margin-bottom: 5%;
    padding: 0;
    font-size: 1.3rem;
  }
  .enable_whatsapp .margn_img img{
    margin: 22% 0 0;
  }
  .enable_whatsapp .margn_img img.view_mg{
    margin-right: -31%;
  }
  .service_panel ul li.bl_tg{
    padding: 10px 8px 10px 25px;
  }
  .enable_whatsapp .support_sec h4{
    font-size: 1.5rem;
    color: #0795d2;
    margin-bottom: 12px;
    font-weight: 500;
  }
  .enable_whatsapp .support_sec p{
    font-size: 1.1rem;
    font-weight: 500;
    color: #061A2A;
    line-height: 1.2;
  }
  .enable_whatsapp{
    padding: 0;
    padding-top: 90px;
  }
  .whatsp_need, .busi_com, .brand_pad, .service_pricing, .india_pricing{
    padding-top: 75px;
    padding-bottom: 0;
  }
  .Pricing .starter{
    background: #fff;
    max-width: 280px;
    width: 100%;
    height: 685px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
  }
  .Pricing .starter.teamsSec ul{
    margin-top: 6.5%;
  }
  .Pricing .starter.teamsSec .start_price{
    max-width: 130px;
    height: 130px;
    font-size: 30px;
    padding-top: 39px;
  }
  .Pricing .starter.teamsSec .start_price span{
    display: block;
    font-size: 1rem;
    margin-top: 2px;
  }
  .Pricing .starter.teamsSec ul li{
    margin: 10px 0;
  }
  .Pricing .starter.teamsSec{
    margin-top: -17%;
    max-width: 320px;
    height: 788px;
  }
  .Pricing .starter.teamsSec button{
    max-width: 173px;
    width: 100%;
    font-size: 1.4rem;
    left: 21%;
  }
  .starter.teamsSec button::after{
    border-left: 87px solid transparent;
    border-right: 87px solid transparent;
  }
  .start_price{
    background: #0795d2;
    display: block;
    border-radius: 68px;
    max-width: 85px;
    height: 85px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 19px;
    color: #fff;
    position: relative;
    top: -16px;
    text-align: center;
  }
   .starter.month ul li.pad_li{
    padding: 2px 46px;
  }
  .starter.month ul li.pad_li.li_weight{
    font-weight: 600;
  }
  .service_panel{
    margin-bottom: 20px;
  }
  .service_panel ul li.dash{
    text-align: center;
  }
  .service_panel ul li.dash span{
    width: 20px;
    display: block;
    height: 3px;
    margin: 11% auto;
    background: #d1d3d4;
  }
  .service_panel ul{
    list-style: none;
    padding: 32px 0;
    border: 2px solid #305f80;
    border-radius: 20px;
    height: 270px;
  }
  .service_panel ul li:nth-of-type(odd){
    background: #daeff8;
  }
  .service_pricing p{
    margin-bottom: 0;
    color: #305f80;
    font-size: 0.9rem;
  }
  .service_pricing .col-lg-6, .service_pricing .col-lg-2{
    padding-right: 0;
      padding-left: 10px;
  }
  .service_panel ul li{
    padding: 10px 13px 10px 25px;
    color: #305f80;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .india_pricing .service_head.additional_sec{
    max-width: none;
  }
  .india_pricing .notify{
    color: #061A2A;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 90px;
    padding-top: 24px;
  }
  .brand_pad .com_p2{
    font-size: 1.2rem;
  }
  .teamsSec .start_head{
    padding: 25px 20px;
    max-width: 165px;
    font-size: 1.8rem;
  }
  .service_head.additional_sec{
    background: #0795d2;
    padding: 10px 24px;
    color: #fff;
    margin: 0 auto 48px;
    border-radius: 24px;
    margin-bottom: 48px;
    font-size: 24px;
    max-width: 290px;
  }
  .starter button:focus{
    outline: none;
  }
  .starter button{
    position: absolute;
    border: 0;
    padding: 10px 20px;
    background: #f6cd16;
    font-size: 1.1rem;
    font-weight: 600;
    left: 73px;
    bottom: -25px;
    cursor: pointer;
  }
  .blocks.max_blocks{
    max-width: 25%;
    margin-left: 50%;
  }
  .starter.month ul li{
    padding: 2px 34px;
  }
  .starter button::after{
    content: '';
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-bottom: 32px solid #f6cd16;
    border-top: 50px solid transparent;
    display: inline-block;
    position: absolute;
    top: -81px;
    left: 0px;
  }
  .Pricing .starter ul{
    list-style: none;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .starter ul li{
    padding: 2px 30px;
    line-height: 1.4;
    font-size: 0.85rem;
    margin: 9px 0;
    color: #061A2A;
  }
  .starter ul li.pad_tags{
    padding-bottom: 20px;
  }
  .Pricing.bg-gradient_right{
    padding-top: 140px;
    padding-bottom: 90px;
  }
  .start_head{
    padding: 25px 12px;
    margin: 15px auto;
    display: block;
    max-width: 134px;
    color: #fff;
    background: #0795d2;
    font-size: 1.4rem;
    border-radius: 15px;
    font-weight: 600;
    position: relative;
    top: -37px;
    margin-bottom: 0;
  }
  .srv_price .cust_h2{
    background: #0795d2;
    padding: 10px 30px;
    color: #fff;
    border-radius: 24px;
    margin-bottom: 85px;
    font-size: 1.95vw;
  }
  .brand_pad .cust_h2{
    font-size: 2rem;
    text-align: center;
  }
  .brand_pd_wrap.margn_auto p{
    margin-top: 7px;
  }
  .brand_pd_wrap p
  .brand_pad .com_p2{
    font-size: 1.08rem;
    line-height: 1.2;
    padding-bottom: 1.55%;
  }
  .start_price span{
    display: block;
    font-size: 0.7rem;
    margin-top: -9px;
  }
  .cust_h2{
    font-size: 2.2rem;
    color: #061A2A;
    padding-bottom: 1.7rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .cust_p{
    font-size: 1.35rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.32;
  }
  .com_p2{
    font-size: 1.4rem;
    font-weight: 500;
    color: #061A2A;
  }
  .mobile_content{
    position: relative;
    background: url(../img/index/whatsapp/WhatsApppagei1.png);
    background-size: 82%;
    background-repeat: no-repeat;
    padding-bottom: 25%;
  }
  .mobile_content .form{
    width: 57%;
    margin: 0px 0 3% 13.5%;
    padding-top: 50%;
  }
  .mobile_content .form input{
    margin: 6% auto;
    background: url(../img/index/whatsapp/WhatsApppage114.png);
    background-size: 100%;
    height: 68px;
    background-repeat: no-repeat;
    color: #061A2A;
    outline: none;
    border: 0;
  }
  .mobile_content .form input::placeholder{
    color: #061A2A;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .mobile_content .form input::-webkit-input-placeholder { /* Edge */
    color: #061A2A;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .mobile_content .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #061A2A;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .mobile_content img{
    position: absolute;
    width: 92%;
    left: 10%;
    right: -10%;
    top: 0;
  }
  .mobile_content .form img{
    max-width: 62%;
    left: 10.5%;
    right: -10.5%;
    top: 14%;
  }
  .mobile_content .form .button{
    border: 0;
    max-width: 155px;
    height: 48px;
    width: 100%;
    box-shadow: 0px 6px 1px 2px #ffffff;
    font-size: 1.35rem;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #0795d2;
    border-radius: 10px;
    margin-top: 56px;
  }
  .brand_pad img{
    width: 23%;
  }
  .brand_pad .brdr_right{
    position: relative;
  }
  .brand_pd_wrap{
    max-width: 470px;
  }
  .brand_pd_wrap p{
    font-size: 1.1rem;
    font-weight: 500;
    color: #061A2A;
    font-family: 'Poppins', sans-serif;
  }
  .brand_pd_wrap.margn_auto{
    margin: 0 auto;
  }
  .brand_pad{
    margin-top: 5%;
    padding-bottom: 4%;
  }
  .brand_pad .brdr_right::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    background: #07a2df;
    top: 0;
  }
  .cust_h3{
    font-size: 1.45rem;
    color: #0795d2 !important;
    font-weight: 500;
  }
  .brand_pad .pd2{
    padding-bottom: 2%;
  }
  .com_p{
    color: #061A2A;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
  }
  .whatsp_need .col-lg-6.bg-gradient{
    padding: 20px;
    border-radius: 50px;
    text-align: left;
    margin: 20px 0;
  }
  .img_clg{
    position: relative;
    left: 3rem;
  }
  .mx_width80{
    max-width: 80%;
  }
  .mx_width52{
    max-width: 52%;
  }
  .margin_tp_minus.busi_sec{
    margin-top: -15%;
    padding-left: 4%;
    width: 85%;
  }
  .margin_tp_plus{
    margin-top: 20%;
  }
  .img_clg .arrow_img{
    position: absolute;
    left: 42%;
  }
  .border0{
    border-bottom: 0 !important;
  }
  .enable_whatsapp .cust_p{
    padding-bottom: 25px;
  }
  .img_clg .arrow_img img{
    max-width: 35%;
  }
  .busi_com p{
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1rem;
  }
  .whatsp_need .col-lg-6.bg-gradient h3{
    font-size: 1.5rem;
    color: #0795d2;
    font-weight: 500;
  }
  .whatsp_need .col-lg-6.bg-gradient p{
    color: #061A2A;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 1.14rem;
  }
  .join_spark .content .join_logo{
    width: 7.8%;
    margin-right: 6%;
    margin-bottom: 3.5%;
  }
  .join_spark .content .join_steps{
    text-align: left;
  }
  .join_spark .content .join_steps h3{
    font-size: 1.5rem;
    color: #0795d2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .join_spark .content .join_steps p{
    font-size: 1.1rem;
    color: #061A2A;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
  }
  .spark_span{
    background: #4fbe6f;
    font-size: 21px;
    padding: 2px 18px;
    border-radius: 49px;
    margin-bottom: 6%;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  .spark_span span{
    color:#fff;
    font-family: 'Poppins', sans-serif;
  }
  .banner_sec_form{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-right: 4%;
  }
  .banner_sec_form h1{
    padding-bottom: 3rem;
    color: #061A2A;
    font-weight: 500;
  }
  .banner_sec_form h1 span{
    color: #0795d2;
  }
  .tryNowSec{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .new_footer.new_design .news_signup h3 img{
    max-width: 9%;
  }
  .tryNowSec input{
    background: #fff;
    font-size: 20px;
    width: 100%;
    font-size: 1vw;
    height: 50px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    margin-right: 2%;
  }
  .tryNowSec input::placeholder {
    color: #0795d2;
    font-size: 1.25vw;
    font-family: 'Poppins', sans-serif;
  }
  .tryNowSec input:-ms-input-placeholder{
    color: #0795d2;
    font-size: 1.25vw;
    font-family: 'Poppins', sans-serif;
  }
  .tryNowSec .flex_cover{
    display: flex;
    margin-bottom: 5.5%;
  }
  .tryNowSec input::-webkit-input-placeholder{
    color: #0795d2;
    font-size: 1.25vw;
    font-family: 'Poppins', sans-serif;
  }
  .tryNowSec form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tryNowSec input.btn-primary-one{
    width: 100%;
    margin-left: 2%;
    background: #0795d2;
    border: 0;
    color: #fff;
    height: 48px;
    border-radius: 25px;
    font-size: 1.4vw!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    line-height: 1vw;
  }
  .customer_trust h3{
    font-size: 2.1rem;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    color: #061A2A;
  }
  .customer_trust p{
    font-size: 1.3rem;
    padding-bottom: 1.1rem;
    font-family: "Open Sans", sans-serif;
    color: #061A2A;
  }
  .customer_trust h2{
    font-size: 2.4rem;
    font-family: "Open Sans", sans-serif;
    color: #061A2A;
    padding-bottom: 1.15vw;
  }
  .customer_trust{
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .bg_gallery.bg-gradient{
    padding-top: 230px;
    padding-bottom: 80px;
  }
  .bg-gradient_right.join_spark{
    padding-bottom: 0px;
    padding-top: 60px;
  }
  .enable_whatsapp .desktop_view{
    display: block;
  }
  .enable_whatsapp .mobile_view{
    display: none;
  }
  .service_pricing .deskservice{
    display: block;
  }
  .service_pricing .mob_service{
    display: none;
  }
  .service_pricing .col-wrap .bg_wrap span{
    background: #e9f4f9;
  }
  .service_pricing .col-wrap .bg_wrap{
    background: #daeff8;
    padding: 10px;
  }
  .landing_design_new .banner_sec_form h1{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding-bottom: 1rem;
  }
  .landing_design_new .banner_sec_form p{
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .landing_design_new .banner-form .form .last input{
    margin-bottom: 2px;
    margin-top: 2px;
  }
  .landing_design_new .banner_sec_form h1 span{
    display: block;
  }
  .col_row{
    display: flex;
  }
  .log_wrapper{
    padding-top: 25px;
  }
  .col_row .col_img{
    margin-right: 14px;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .row{
    position: relative;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .row .textAlign{
    text-align: right;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .row img{
    position: absolute;
    max-width: 18%;
    right: 39%;
    top: -1%;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_5{
    position: relative;
    top: 4rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_55{
    position: relative;
    top: 4rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_6{
    position: relative;
    top: 5rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_7{
    position: relative;
    top: 5.5rem;
  }
  .landing_design_new .banner_sec_form .form_sec{
    font-size: 1.23rem;
    text-align: center;
    padding-top: 2.5rem;
  }
  .landing_design_new.bg_design_green .banner_sec_form h1 span{
    color: #FEC000;
  }
  .landing_design_new.whatsapp .new_bgbanner{
    background: #152532;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .whatsapp.landing_design_new section{
    padding: 3.8rem 0;
  }
  .landing_design_new .buss_sec img{
    max-width: 33%;
    margin-bottom: 8%;
  }
  .landing_design_new .bussiness_plan h3{
    color: #4c4c4c;
    text-align: center;
    padding: 0 25px 55px;
  }
  .landing_design_new .buss_sec{
    background: #152532;
    text-align: left;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    padding-top: 15px;
    height: 320px;
    box-shadow: 5px 12px 14px #888888;
  }
  .landing_design_new .buss_sec h4{
    color: #FEC000;
  }
  .landing_design_new .free_trial .start_trial{
    background: #152532;
    padding: 4rem 0;
  }
  .landing_design_new .start_trial h3{
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
  }
  .landing_design_new .start_trial h3 span{
    color:#FEC000;
  }
  .landing_design_new .whatApi h2{
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .news_signup{
    margin-bottom: 3rem;
  }
  .client_review .ryt_rview .subs_btn{
    display: block;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-left: 2rem;
    margin-top: 1.2rem;
    background: #ff3131;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px;
    border-radius: 20px;
  }
  .landing_design_new .whatApi .whatsapp_api_sec{
    max-width: 970px;
    margin: 0 auto;
  }
  .landing_design_new .customer_exp h2{
    margin-bottom: 3.5rem;
    font-weight: 700;
    width: 100%;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec{
    background: #152532;
    color: #fff;
    padding-bottom: 7%;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec h2{
    color: #fff;
    padding-bottom: 4%;
  }
  .whatsapp.landing_design_new section.desc_feature .row{
    position: relative;
  }
  .whatsapp.landing_design_new section.desc_feature .row img{
    position: absolute;
    max-width: 24%;
    right: 38%;
    top: 4%;
  }
  .whatsapp.landing_design_new section.desc_feature h3{
    padding-bottom: 4%;
    font-size: 2.5rem;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design h4{
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .whatsapp.landing_design_new .footer_form{
    background: #152532;
    color: #fff;
    border-bottom: 0.01rem solid #5a6671;
  }
  .whatsapp.landing_design_new .footer_form li{
    padding-bottom: 2%;
    padding-right: 2%;
  }
  .whatsapp.landing_design_new .footer_form h3{
    color: #FEC000 ;
    padding-bottom: 6%;
    padding-left: 1%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .whatsapp.landing_design_new .footer_form .footer_sec{
    padding-right: 4%;
  }
  .landing_design_new .whatApi .buss_description img{
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 8%;
  }
  .landing_design_new .whatApi .buss_description.wa_media img{
    max-width: 42%;
  }
  .landing_design_new .whatApi .buss_description.wa_temp img{
    max-width: 60%;
  }
  .landing_design_new .whatApi .buss_description.wa_reply img{
    max-width: 60%;
  }
  .whatsapp.landing_design_new .footer_form span{
    color: #FEC000    ;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 5% 15% 0 0;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design p{
    line-height: 1.3;
    color: #000;
    padding-bottom: 9%;
    font-size: 0.9rem;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.mrgn_btm_text{
    margin-top: 14%;
    padding: 5% 0 0 27%;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.mrgn_top_text{
    margin-top: -11%;
  }
  .whatsapp.landing_design_new section.client_review{
    background: #152532;
    border-bottom: 1px solid;
    padding-top: 7.2rem;
  }
  .whatsapp.landing_design_new section.client_review .clt_review{
    max-width: 75%;
  }
  .whatsapp.landing_design_new section.client_review .left_review{
    position: relative;
    text-align: center;
  }
  .whatsapp.landing_design_new section.client_review .left_review img{
    max-width: 75%;
  }
  .whatsapp.landing_design_new section.client_review .left_review img{
    max-width: 75%;
  }
  .whatsapp.landing_design_new section.client_review .left_review img.blocks{
    position: absolute;
    max-width: 25%;
    left: 3%;
    top: -14%;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.margn24{
    padding: 0 0 0 25%;
    margin-top: 8%;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design{
    padding: 5% 30% 0% 0%;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec p{
    padding-right: 29%;
    margin-bottom: 9%;
  }
  .redesign_headerv1 .news_signup{
    margin-bottom: 30px;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .pd_text_right p{
    padding-left: 29%;
    padding-right:0;
  }
  .whatsapp.landing_design_new section.desc_feature{
    text-align: center;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec h2 span{
    color: #FEC000;
  }
  .landing_design_new .customer_exp .cust_experience{
    background: #152532;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    padding-top: 15px;
    height: 14.5rem;
    box-shadow: 5px 12px 14px #888888;
  }
  .landing_design_new .customer_exp .cust_experience:hover {
   transform: scale(1.1);
   cursor: pointer;
  }
  .redesign_headerv1 .header-inverse .nav-link .fa-angle-down{
    font-size: 1.4rem !important;
    color: #dadad7;
    position: relative;
    top: 3px;
    margin-left: 2px;
  }
  .redesign_headerv1.wa_green#scroll_top .header-shrink.fixed-top{
    background: #152532;
    top: 0px;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-link{
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.04rem !important;
  }
  .redesign_headerv1 .sub_header .open_hours{
    width: 26%;
    background: #0795D2;
    text-align: center;
    border-radius: 35px;
    height: 2.4rem;
    padding-top: 1px;
    margin-top: 6px;
  }
  .redesign_headerv1 .sub_header{
    background: #152532;
    height: 85px;
  }
  .redesign_headerv1 .sub_header .phone_contact{
    background: transparent;
    width: 75%;
  }
  .redesign_headerv1 .sub_header .phone_contact li.get_call a{
    background: #0795D2;
    text-align: center;
    border-radius: 35px;
    margin-top: 6px;
    padding: 8px 25px 8px 22px;
  }
  .new_footer .news_signup h3{
    font-size: 1.6rem;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #0795d2;
  }
  .new_footer .email_signup{
    width: 100%;
  }
  .new_footer .email_signup form{
    display: flex;
    justify-content: space-around;
  }
  .new_footer .email_signup form .email_input{
    width: 60%;
    background:#0795d2;
    border-radius: 50px;
  }
  .new_footer .email_signup form .email_input input::placeholder{
    color: #fff;
    font-size: 1.2rem;
  }
  .new_footer .email_signup form .email_input input::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-size: 1.2rem;
  }
  .new_footer .email_signup form .email_input input:-ms-input-placeholder {
    color: #fff;
    font-size: 1.2rem;
  }
  .new_footer .email_signup form .email_input input{
    background:#0795d2;
    border: 0;
    border-radius: 50px;
  }
  .new_footer .email_signup form input.btn-primary-one{
    max-width: 170px;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 30px;
    border: 0;
    background:#0795d2;
    color: #fff;
  }
  .new_footer.landing_design .email_signup form input.btn-primary-one{
    background:#0795D2;
  }
  .new_footer .news_signup p{
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
  }
  .redesign_headerv1 .sub_header .phone_contact li.login a{
    background: #0795D2;
    text-align: center;
    border-radius: 35px;
    margin-top: 6px;
    padding: 8px 25px 8px 22px;
  }
  .redesign_headerv1 .sub_header .phone_contact li.support_btn a{
    background: #0795D2;
    text-align: center;
    border-radius: 35px;
    margin-top: 6px;
    padding: 8px 25px 8px 22px;
  }
  .redesign_headerv1 .sub_header .open_hours h4{
    padding: 7px;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-item{
    margin-left: 5px;
  }
  /* #scroll_top.redesign_headerv1 .header-inverse .nav-item.contact_sec a{
    background: #0795D2;
    border-radius: 29px;
    padding: 5px 22px;
    margin-top: 4px;
  } */
  .contact_us_button{
    background: #0795D2;
    border-radius: 29px;
    padding: 5px 22px;
    margin-top: 4px;
    color: white;
  }
  .redesign_headerv1 .header .navbar-brand{
    width: 30%;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-item.contact_sec{
    /* position: relative;
    right: -9%; */
    max-width: 145px;
  }
  .whatsapp.landing_design_new section.whatApi{
    padding-bottom: 0;
  }
  .landing_design_new .customer_exp .cust_experience p{
    line-height: 1.4;
    font-size: 0.9rem;
    padding: 0px 0px;
    margin-top: 1rem;
  }
  .landing_design_new .customer_exp .cust_experience h4{
    color: #FEC000;
    font-size: 1.32rem;
    padding: 1.1rem 0;
  }
  .landing_design_new .customer_exp h2 span{
    color: #FEC000;
  }
  .landing_design_new .whatApi .wa_mrgn{
    margin-top: -2rem;
  }
  .landing_design_new .whatApi .buss_description p{
    line-height: 1.3;
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 5px;
  }
  .landing_design_new .whatApi .buss_description{
    max-width: 299px;
    padding: 20px;
    margin: 0 auto;
    border: 3px solid #FEC000;
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    height: 19.5rem;
  }
  .landing_design_new .whatApi .buss_description:hover{
    border: 3px solid #152532;
    cursor: pointer;
  }
  .landing_design_new.bg_design_green .whatApi h2 span{
    color: #00bf63;
  }
  .landing_design_new .free_trial .start_trial button{
    background: #FEC000;
    border: 0;
    padding: 1.4rem;
    font-size: 1.2rem;
    color: #152532;
    border-radius: 50px;
    margin-top: 1rem;
  }

  .landing_design_new .free_trial .start_trial button:hover{
    background-color:#0793d0;
    cursor: pointer;
  }

  .landing_design_new .buss_sec p{
    line-height:1.4;
  }
  .ryt_rview.text_right{
    position: relative;
  }
  .subs_now_sec{
    position: relative;
  }
  .landing_design_new .banner-form{
    max-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  .col-mobile-2 {
    width: 50%; 
  }
  .ryt_rview .subscribe_now{
    display: inline-block;
    position: absolute;
    bottom: -1.6rem;
    left: 35%;
  }
  .ryt_rview .subscribe_now img{
    max-width: 9.5%;
  }
  .landing_design_new.bg_design_green .banner-form {
    box-shadow: -15px 14px 0px 1px #FEC000;
  }
  .landing_design_new .banner-form .form{
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    padding-top: 4rem;
  }
  .landing_design_new .banner-form .form input{
    background: #152532;
    border: 0;
    border-radius: 38px;
    margin-bottom: 2.4rem;
    color: #fff;
  }
  .landing_design_new.bg_design_green .banner-form input.btn-primary-one{
    background: #FEC000;
  }
  .landing_design_new.bg_design_green .banner-form input.btn-primary-one:hover{
    background-color: #0793d0;
    cursor: pointer;
  }
  .landing_design_new .banner-form input.btn-primary-one{
    padding: 10px 20px;
    border-radius: 29px;
    font-size: 1.3rem;
    border: 0;
    font-weight: 600;
    color: #152532;
    position: relative;
    top: 2rem;
    margin: 0;
    width: 50%;
  }
  .content-below{
      background: #0894d1;
      padding: 7%;
      margin: 2%;
  }
  .content-below p{
      color: #ffffff !important;
  }
  .whatsApp-Button{
    position: fixed;
    padding: 10px;
    background-color: #4FCE5D;
    width:60px;
    height:60px;
    border:none;
    bottom: 2.5%;
    right:4%;
    z-index: 1000;
    border-radius: 50%;
  }
  .busi_sec{
    margin-right: 18%;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec span.circle{
    display: none;
  }
  .redesign_headerv1 nav.navbar .navbar-brand img{
    max-width: 60%;
  }
  .whatsapp.landing_design_new section.desc_feature .row img.wa_img{
    display: none;
  }
  footer .footer .brdr-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new_footer.new_design.comn_footer .email_signup form .email_input input{
    background: #0795d2;
    color: #fff;
  }
  .new_footer.new_design.comn_footer .email_signup form button{
    background: #0795d2;
  }
  .new_footer.new_design.comn_footer .news_signup h3{
    color: #0795d2;
  }
  .new_bg-blue{
    background: #0795d2;
  }
  footer.comn_footer .footer .social_media a{
    background: #0795d2;
    color: #ffffff;
  }
  footer.comn_footer .footer_links li a{
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    font-family: 'Poppins', sans-serif;
  }
  footer.comn_footer .footer_links li a i{
    padding-right: 5px;
    max-width: 1.64vw;
    width: 100%;
    color: #0795d2;
  }
  footer.comn_footer .footer .brdr-top p{
    font-size: 1.3vw;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  footer.comn_footer .footer .brdr-top p a{
    font-size: 1.1vw;
  }
  footer.comn_footer h5{
    color: #0795d2;
    font-size: 1.55vw;
  }
  footer.comn_footer h5.u-fs-16{
    font-size: 1.05rem !important;
    font-weight: 600;
  }
  .new_footer.comn_footer .news_signup p{
    color: #000;
    font-weight: 600;
  }
  footer.new_footer.new_design.comn_footer{
    width: 100%;
    background: hsla(196, 61%, 85%, 1);
    background: linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -moz-linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    background: -webkit-linear-gradient(360deg, hsla(196, 61%, 85%, 1) 10%, hsla(0, 0%, 100%, 1) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C2E4F0", endColorstr="#FFFFFF", GradientType=1 );
  }
  footer .footer .social_media a{
    background: #ffffff;
    color: #152532;
  }
  footer.new_footer.new_design.landing_design h5{
    color: #0795D2;
  }
  footer.new_footer.new_design.landing_design h5 i{
    color: #fff;
  }
  footer.new_footer.landing_design.new_design .footer .brdr-top p a{
    color: #0795D2;
  }
  @media only screen and (max-width:1200px){
  .mobile_content .form .button{
    margin-top: 22px;
  }
  .landing_design_new .customer_exp .cust_experience{
    height: 16.5rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .row img{
    max-width: 27%;
    right: 37%;
  }
  .redesign_headerv1 .header .navbar-brand{
    width: 25%;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-item.product_btm{
    margin-left: 25px;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-item.contact_sec{
    right: -2%;
  }
  .redesign_headerv1 .sub_header .phone_contact li.login a{
    font-size: 11px !important;
    padding: 9px 25px 9px 22px;
  }
  #scroll_top.redesign_headerv1 .header-inverse .nav-link{
    font-size: 0.9rem !important;
  }
  .redesign_headerv1 .sub_header .open_hours h4{
    font-size: 0.75rem;
  }
  .redesign_headerv1 .sub_header .phone_contact li.support_btn a{
    font-size: 11px !important;
    padding: 9px 25px 9px 22px;
  }
  .redesign_headerv1 .sub_header .phone_contact li.get_call a{
    font-size: 11px !important;
    padding: 9px 25px 9px 22px;
  }
  .redesign_headerv1 .sub_header .open_hours{
    height: 2rem;
    margin-top: 16px;
  }
  .service_panel ul li.customised{
    padding-bottom:40px;
  }
  .img_clg{
    left:auto;
  }
  .mobile_content .form input{
    padding-top: 2px;
  }
  .enable_whatsapp .support_sec{
    height: auto;
  }
  .whatsp_need .col-lg-6.bg-gradient{
    height: auto;
  }
  .brand_pd_wrap{
    max-width: 400px;
  }
  .starter button::after{
    top: -81px;
  }
  .service_panel ul{
    height: 350px;
  }
  .service_panel ul li{
    font-size: 0.9rem;
  }
  .brand_pad .brdr_right::after{
    width: 0;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_55{
    top: 3.8rem; 
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_6{
    top: 5rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec .top_7{
    top: 4rem;
  }
  .whatsapp.landing_design_new section.sparktg_tg_sec{
    padding-bottom: 10%;
  }
  }
  @media only screen and (max-width:1050px){
    #scroll_top .header-inverse .nav-link{
      font-size: 12px !important;
    }
    footer.comn_footer .footer .brdr-top p{
      font-size: 2vw;
    }
    footer.comn_footer .footer .brdr-top p a{
      font-size: 1.9vw;
    }
    .mobile_content .form img {
      max-width: 52%;
      left: 23.5%;
      right: -11.5%;
      top: 19%;
   }
   .banner_sec_form h1{
    font-size: 2rem;
   }
   .customer_trust h3 {
    font-size: 1.6rem;
  }
  .customer_trust p {
    font-size: 1.1rem;
  }
  .customer_trust h2 {
    font-size: 2.1rem;
  }
    .service_pricing .deskservice{
      display: none;
    }
    .service_pricing .mob_service{
      display: block;
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .brand_pd_wrap{
        margin: 0 auto;
        text-align: left;
    }
    .brand_pd_wrap.order{
      display: flex;
      flex-direction: column;
    }
    .brand_pd_wrap.order p{
      order: 2;
    }
    .brand_pd_wrap.order img{
      order: 1;
    }
    .busi_sec .cust_h3, .busi_sec .com_p{
      text-align: center!important;
    }
    .mobile_content .form .button{
      margin-top: 16px;
      max-width: 146px;
      font-size: 1.5rem;
      height: 49px;
    }
    .mobile_content .form input{
      margin: 8% auto;
      padding-top: 0;
    }
    .scroll-top.active{
      right: 62px !important;
    }
    .enable_whatsapp .margn_img img{
      margin: 12% 0 0;
    }
    .tryNowSec button{
      font-size: 17px;
      padding-top: 2px;
    }
    .mobile_content{
      background-size: 76%;
      background-position: center;
    }
    .mobile_content .form input{
      padding: 9px 14px;
    }
    .mobile_content .form{
      margin: 0 auto;
    }
    .mobile_content .form input::placeholder{
      font-size: 1rem;
    }
    .mobile_content .form input::-webkit-input-placeholder { /* Edge */
      font-size: 1rem;
      }
    .mobile_content .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 1rem;
    }
    .enable_whatsapp .support_sec{
      width: 100%;
      margin-top: 12%;
    }
    .support_sec.pos_right{
      margin: 0 auto;
      margin-top: 12%;
    }
    .enable_whatsapp .desktop_view{
      display: none;
    }
    .enable_whatsapp .mobile_view{
      display: block;
    }
    .busi_sec {
      margin-top: 0;
      padding-left: 0;
      width: 70%;
      margin: 0 0 2% 17%;
      text-align: left;
   }
   .margin_tp_minus.busi_sec {
    padding-left: unset;
    width: unset;
    margin: 0 12% 2% 17%;
    }
    .margin_tp_plus{
      margin-top: 0;
    }
    .img_clg .arrow_img{
      left: 0;
      display: none;
    }
    .service_pricing .head{
      display: flex;
      background: #daeff8;
      padding: 22px 18px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      margin-bottom: 10px;
    }
    .service_pricing .head h4{
      width: 33%;
      margin-right: 20px;
      margin-bottom: 0;
    }
    .service_pricing .col-wrap{
      text-align: center;
    }
    .service_pricing .col-wrap .bg_wrap span{
      width: 31.5%;
      display: inline-block;
      font-size: 22px;
      font-weight: 600;
      padding: 10px;
      margin-right: 12px;
    }
    .service_pricing .col-wrap .bg_wrap span.height_serv{
      padding-top: 10px;
    }
    .service_pricing .col-wrap .last_serv .bg_wrap{
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
    .service_pricing .head h4.mrgn0{
      margin-right: 0;
    }
    .service_pricing .service_wrap{
      border: 2px solid #305f80;
      border-radius: 22px;
    }
    .busi_com .img_clg .col-lg-6{
      flex: 0 0 100%;
      max-width: 100%;
    }
    .support_sec.pos_right{
      padding: 0;
      padding-right: 18%;
    }
    .enable_whatsapp .margn_img img{
      margin: 12% 0 0;
      margin-left: -100px;
    }
    .tryNowSec input::placeholder {
      color: #0795d2;
      font-size: 1.5vw;
      font-family: 'Poppins', sans-serif;
    }
    .tryNowSec input:-ms-input-placeholder{
      color: #0795d2;
      font-size: 1.5vw;
      font-family: 'Poppins', sans-serif;
    }
    .tryNowSec input::-webkit-input-placeholder{
      color: #0795d2;
      font-size: 1.5vw;
      font-family: 'Poppins', sans-serif;
    }
    .tryNowSec input{
      font-size: 1.55vw;
      padding: 9px 20px;
    }
    .tryNowSec form .form-group{
      width: 50%;
    }
  }
  @media only screen and (max-width:1024px){
    .sub_header .open_hours h4{
      font-size: 15px;
      padding: 18px;
    }
    .tryNowSec input::placeholder {
      font-size: 1.67vw;
    }
    .tryNowSec input:-ms-input-placeholder{
      font-size: 1.67vw;
    }
    .tryNowSec input::-webkit-input-placeholder{
      font-size: 1.67vw;
    }
    .tryNowSec input{
      font-size: 1.65vw;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .row img{
      max-width: 24%;
      right: 38%;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec p{
      font-size: 1rem;
      line-height: 1.4;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_55{
      top: 3.5rem;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_5{
      top: 4rem;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_6{
      top: 4.5rem;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_7{
      top: 4.5rem;
    }
    .landing_design_new .banner_sec_form .form_sec{
      padding-right: 0rem;
      padding-top: 0;
    }
    .whatsp_need p{
      padding: 0;
    }
    .srv_price .cust_h2{
      font-size: 1.5rem;
    }
    .inner_case_study .brdr_right_after::after{
      display: none;
    }
    .Pricing .starter.teamsSec {
      margin-top: auto;
      max-width: initial;
    }
    .inner_case_study .brdr_right_after{
      border-bottom: 1px solid #f0eeee;
      padding: 15px 0;
    }
    .inner_case_study {
      padding-top: 50px;
    }
    .inner_case_study .brdr-bottom.brdr-top{
      text-align: center;
    }
    .sub_header .phone_contact .list-unstyled li{
      font-size: 15px;
    }
    .About_consultancy .img_full_border{
      text-align: center;
    }
    .redesign.home section{
      padding-top: 70px !important;
      padding-bottom: 70px!important;
    }
    .solution_display_align{
      flex-direction: column;
    }
    .solution_display_align #product_accordian{
      width: 100%;
      order: 2;
      padding-right: 0;
      padding-top: 15px;
    }
    .solution_display_align .img_solution{
      width: 100%;
      order: 1;
    }
    .redesign h4{
      font-size: 18px;
    }
    .faq_sec .lead{
      padding: 5px 20px;
    }
    section{
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .redesign.ivr_page .side_panel ul{
      justify-content: center;
    }
    .blue_bg{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .h1{
      font-size: 28px;
    }
    .ivr_products_sec .solutions{
      width: 42%;
    }
    .ivr_products_sec .solutions h3{
      font-size: 20px;
    }
    .ivr_products_sec .content p{
      font-size: 14px;
    }
    section.bg_img_video{
      padding-top: 100px;
    }
    .border_cover ul{
      max-width: 100%;
    }
    .service_panel ul li.dash{
      padding-top: 25px;
    }
    .service_panel ul li.customised{
      padding-bottom: 40px;
    }
    .whatsapp.landing_design_new section.desc_feature .d-design.mrgn_top_text{
      margin-top: -19%;
    }
    .whatsapp.landing_design_new section.desc_feature .d-design.margn24{
      margin-top: 0;
    }
    .tryNowSec input.btn-primary-one{
      font-size: 1.7vw!important;
    }
  }
  @media only screen and (max-width:992px){
    .Pricing .starter{
      width: 100%;
      height: auto;
      max-width: 100%;
      margin-bottom: 92px;
      padding-bottom: 50px;
      height: 685px;
    }
    footer.comn_footer .footer_links li a i{
      max-width: 2.64vw;
    }
    .join_spark .content{
      align-items: center;
      justify-content: center;
    }
    .join_spark .content .join_steps{
      text-align: center;
    }
    .tryNowSec input::placeholder {
      font-size: 2.2vw;
    }
    .tryNowSec form .form-group{
      width: 100%;
    }
    .tryNowSec input.btn-primary-one{
      font-size: 2.1vw !important;
    }
    .tryNowSec input:-ms-input-placeholder{
      font-size: 2vw;
    }
    .tryNowSec input::-webkit-input-placeholder{
      font-size: 2vw;
    }
    .tryNowSec input{
      font-size: 2vw;
    }
    .blocks.max_blocks{
      margin-top: 9%;
    }
    .ryt_rview .subs_now_sec .subs_btn{
      margin: 0 auto;
      margin-top: 5%;
    }
    .log_wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
  }
    .whatsapp.landing_design_new section.desc_feature .row img.wa_img{
      display: block;
      position: unset;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .whatsapp.landing_design_new section.desc_feature .d-design p{
      padding-bottom: 5%;
    }
    .landing_design_new .customer_exp .cust_experience{
      margin-bottom: 20px;
    }
   
    .new_footer .email_signup{
      margin-bottom: 30px;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .pd_text_right p{
      padding-left: 60px;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec p{
      display: flex;
      padding: 0 60px;
      font-size: 0.9rem;
      margin-bottom: 10px;
      align-items: center;
    }
    #scroll_top.redesign_headerv1 .header-inverse .nav-link{
      color: #000000;
    }
    .redesign_headerv1.wa_green#scroll_top .header-shrink.fixed-top{
      top: 0;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec span.circle{
      width: 46px;
      display: inline-block;
      height: 45px;
      background: #FEC000;
      border-radius: 53px;
      padding: 18px;
      font-size: 1.2rem;
      line-height: 0.4;
      margin-right: 30px;
      padding-top: 20px;
      color:#152532;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec span.circle.white{
      background:#fff;
    }
  
    .sparktg_tg_sec img{
      display: none;
    }
    #scroll_top.redesign_headerv1 .header-inverse .nav-item.contact_sec{
      right: 0;
      margin: 0;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_5{
      top: 0;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_55{
      top: 0;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_6{
      top:0;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .top_7{
      top:0;
    }
    #scroll_top.redesign_headerv1 .header-inverse .nav-item.product_btm{
      margin-left:0;
    }
    .redesign_headerv1 .navbar-toggler .nav-hamburger{
      color: #fff;
      font-size: 1.8rem;
    }
    .enable_whatsapp .margn_img img.view_mg{
      margin-right: auto;
    }
    .mobile_content {
      background-size: 62%;
      background-position: center;
  }
  .mobile_content .form{
    width: 48%;
  }
    .Pricing .starter.teamsSec{
      height: 685px;
    }
    .join_spark .content .join_logo.last{
      width: 12%;
    }
    .enable_whatsapp img{
      max-width: 50%;
      margin-left:0;
    }
    .bg_gallery.bg-gradient{
      padding-top: 190px;
    }
    .enable_whatsapp .support_sec{
      padding: 0;
    }
    .starter button {
      left: 42%;
  }
  .service_pricing .col-wrap .bg_wrap span{
    font-size: 16px;
    width: 28.5%;
  }
  .service_pricing .col-wrap .bg_wrap span.height_serv{
    padding-top: 10px;
  }
  .india_pricing .service_panel.desk_view{
    display: none;
  }
  .service_panel ul{
    height: auto;
  }
  .service_panel ul{
    height: auto;
  }
  .india_pricing .mob_view li span{
    display: block;
  }
  .Pricing .starter.teamsSec button {
    left: 37%;
  }
  .landing_design_new .buss_sec{
    text-align: center;
    height: 22rem;
    padding: 15px;
    font-size: 0.9rem;
  }
  .landing_design_new .start_trial h3{
    font-size: 1.4rem;
  }
  .landing_design_new .free_trial .start_trial button{
    padding: 1rem;
    font-size: 1rem;
  }
  .landing_design_new .whatApi .buss_description{
    height: 21rem;
  }
  .whatsapp.landing_design_new section.desc_feature .row img{
    display: none;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.mrgn_btm_text{
    margin-top: 0;
    padding: 0;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.mrgn_top_text{
    margin-top:0;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design {
    padding: 0;
  }
  .whatsapp.landing_design_new section.desc_feature .d-design.margn24{
    padding: 0;
    margin-top: 0;
  }
  .whatsapp.landing_design_new section.client_review .left_review img{
    max-width: 70%;
  }
  .whatsapp.landing_design_new section.client_review .left_review img.blocks{
    max-width: 22%;
    left: 4%;
  }
  .whatsapp.landing_design_new section.client_review .left_review{
    text-align: center;
  }
  .whatsapp.landing_design_new section.client_review .clt_review{
    max-width: 47%;
    text-align: center;
  }
  .whatsapp.landing_design_new section.client_review {
    text-align: center;
  }
  .whatsapp.landing_design_new .footer_form span{
    padding: 0;
    padding-bottom: 20px;
  }
  .landing_design_new .free_trial .start_trial .col-lg-5.col-md-5{
    text-align: center;
  }
  .redesign_headerv1 nav.navbar .navbar-brand img {
    max-width: 100%;
  }
  }
  
  @media only screen and (max-width: 768px) {
    .sub_header{
      display: none;
    }
  footer .footer .brdr-top {
      flex-wrap: wrap;
  }
  footer.comn_footer .footer .brdr-top p{
    width: 100%;
  }
  footer.comn_footer .footer .social_media{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
    .new_footer .email_signup form input.btn-primary-one{
      max-width: 125px;
      width: 100%;
      font-size: 1.1rem;
    }
    footer.comn_footer h5{
      font-size: 4vw;
    }
    .tryNowSec input::placeholder {
      font-size: 2.6vw;
    }
    .tryNowSec form .form-group{
      width: 100%;
    }
    .tryNowSec input.btn-primary-one{
      font-size: 2.6vw !important;
    }
    .tryNowSec input:-ms-input-placeholder{
      font-size: 2.6vw;
    }
    .tryNowSec input::-webkit-input-placeholder{
      font-size: 2.6vw;
    }
    .tryNowSec input{
      font-size: 2.6vw;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .row .textAlign{
      text-align: left;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec p{
      padding: 0 15px;
    }
    .whatsapp.landing_design_new section.sparktg_tg_sec .pd_text_right p{
      padding-left:15px;
    }
    .whatsapp.landing_design_new .footer_form .footer_sec{
      padding-right:0;
    }
    .whatsapp.landing_design_new .footer_form h3{
      padding-left:0 ;
    }
    .whatsapp.landing_design_new .footer_form span{
      padding: 0;
      margin-bottom: 20px;
    }
    .landing_design_new .customer_exp .cust_experience{
      margin-bottom: 15px;
    }
    .landing_design_new .whatApi .wa_mrgn{
      margin-top:0;
    }
    .starter button{
      left: 36%;
    }
    .landing_design_new .buss_sec{
      margin-bottom: 10px;
      height: auto;
      text-align: center;
    }
    .social_media{
      flex-direction: column;
    }
    .btn_previous h2{
      font-size: 22px;
      margin-bottom: 15px;
    }
    .btn_previous .blue_btn{
      margin-bottom: 20px;
    }
    .ivr_page .beneficial_sec .side_panel .beneficial_sec .side_panel{
      margin-left: 0px; 
      margin-top: 10px;
    }
    .ivr_products_sec .solutions{
      width: 90%;
    }
    .redesign.ivr_page h1{
      padding-top: 10px;
    }
    .ivr_page .beneficial_sec .img_wrap .call_us h2{
      font-size: 22px;
    }
    .redesign .padd_tp{
      padding-top: 10rem !important;
    }
    .redesign .blog_sidebar{
      padding: 15px;
    }
    .solution_sec ul li{
      width: 100%;
    }
    .contact_us .margin_top{
      max-width: 100%;
    }
    .mobile_content{
      background-position:center;
      background-size: 70%;
    }
    .mobile_content .form img{
      max-width: 50%;
      left: 24.5%;
      right: -24.5%;
      top: 18%;
    }
    .mobile_content .form{
      width: 64%;
    }
    .mobile_content .form input{
      height: auto;
    }
    .mobile_content .form input{
      width: 80%;
      margin: 7% auto;
    }
    .banner_sec_form{
      margin-bottom: 35px;
    }
    .tryNowSec button{
      margin-top: 20px;
    }
    .tryNowSec{
      flex-direction: column;
    }
    .customer_trust img{
      max-width: 36%;
      margin-bottom: 25px;
    }
    #scroll_top .header-shrink.fixed-top{
      top: 0;
    }
    .u-mb-80{
      margin-bottom: 3rem !important;
    }
    nav.navbar.navbar-expand-lg {
      padding: 0;
    }
    #navbarNav.navbar-collapse{
      padding: 10px;
    }
    #navbarNav.navbar-collapse a{
      font-size: 12px;
      padding: 2px 10px;
    }
    .sticky_header .navbar-brand img{
      max-width: 60%;
    }
    .navbar-brand img{
      max-width: 60%;
    }
    .navbar-nav .dropdown-menu{
      padding: 0;
    }
    .display_inline{
      flex-wrap: wrap;
      justify-content: center;  
    }
    .career .lead{
      padding:0;
    }
    .redesign.career .h1{
      font-size: 26px;
      padding-top: 15px;
    }
    .redesign.career #accordion .card-header a{
      font-size: 15px !important;
    }
    .redesign.career #accordion .plus-minus &gt; a:after{
      font-size: 14px;
      font-weight: 300;
      top: 16px;  
    }
    .redesign.career h3{
      margin-top: 10px;  
    }
    .contact_us .margin_top{
      position: static;
      margin-top: 20px;
    }
    #scroll_top .sub_header{
      display: none;
    }
    .ivr_page .beneficial_sec .side_panel{
      margin: 0 auto;
    }
    .ivr_page .beneficial_sec .img_wrap .call_us{
      position: static;
    }
    .redesign .our_partners{
      flex-direction: column;
    }
    .redesign .our_partners p{
      width: 100%;
    }
    .Pricing .starter.teamsSec button {
      left: 32%;
    }
    .redesign .our_partners .logo_sec{
      width: 100%;
      padding-top: 15px;
    }
    #scroll_top .header-shrink.fixed-top{ 
      top: 0;
      padding: 5px;    
    }
    .beneficial_sec{
      flex-direction: column;
    }
    .beneficial_sec .img_wrap{
      width: 100%;
    }
    .beneficial_sec .side_panel{
      width: 100%;
      margin-left: 0;
      margin-top: 15px;
    }
    .service_pricing .head h4{
      width: 30%;
    }
    .service_head.additional_sec{
      font-size: 16px;
      padding: 10px;
    }
    .join_spark h2{
      font-size: 2rem;
    }
    .cust_h2{
      font-size: 2rem;
    }
    footer.comn_footer .footer_links li a i {
      max-width: 3.64vw;
  }
  .textalign{
    text-align: center;
  }
  }
  @media (max-width: 480px)
  {
    .whatsapp.landing_design_new section.sparktg_tg_sec .row .textAlign{
      text-align: left;
    }
    }
    .whatsApp-Button{
      left: 4%;
      bottom: 2.5%;
    }
    footer.comn_footer .footer_links li a i {
      max-width: 4.4vw;
  }
    footer.comn_footer h5{
      font-size: 5.2vw;
    }
    .tryNowSec input::placeholder {
      font-size: 4.5vw;
    }
    .tryNowSec form .form-group{
      width: 100%;
    }
    .tryNowSec input.btn-primary-one{
      font-size: 4.5vw !important;
    }
    .tryNowSec input:-ms-input-placeholder{
      font-size: 4.5vw;
    }
    .tryNowSec input::-webkit-input-placeholder{
      font-size: 4.5vw;
    }
    .tryNowSec input{
      font-size: 4.5vw;
    }
    .mobile_content .form input{
      width: 70%;
      margin: 6% auto;
    }
    .Pricing .starter.teamsSec button {
      left: 21%;
  }
  .starter button {
    left: 28%;
  }
  .starter button::after {
    top: -80px;
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-bottom: 31px solid #f6cd16;
    border-top: 50px solid transparent;
    display: inline-block;
  }
  
  </pre></body></html>