  /**********************/

  /* .popup-wrapper .inner-contact .content .text-wrapper .bullets {
    font-family: "Montserrat", sans-serif;
  }

  .popup-wrapper .inner-contact .content .text-wrapper .bullets li {
    margin: 0 0 6px;
  }

  .popup-wrapper .inner-contact .content .text-wrapper .bullets li svg {
    transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
  }

  .popup-wrapper .inner-contact.alt-2 .content .form-wrapper p.one {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
  }

  .popup-wrapper .inner-contact.alt-2 .content .form-wrapper form .form-row .part input {

  } */

  .main {
    position: relative;
    padding-top: 67px;
  }

  .form-control.error {
    border: 2px solid #E60005 !important;
  }

  .btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem #539FEA;
  }

  .double-inputs {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .double-inputs .row {
    width: calc( 50% - 6px );
    margin: 0;
  }

  .banner-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 4px !important;
  }

  .banner-form p {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 24px;
  }

  .banner-form p.disclaimer {
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 400;
  }

  .banner-form p.disclaimer a {
    color: white;
  }

  p.disclaimer {
    font-size: 13px !important;
    line-height: 17px;
    font-weight: 400;
  }

  p.disclaimer a {
    color: white;
  }

  #submit {
    border: none;
    position: relative;
    border-radius: 60px !important;
    transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
    font-family: "Montserrat", sans-serif;
  }

  #submit .inner-loader {
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -10px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
  }

  form.loading #submit {
    padding-right: 44px;
  }

  form.loading #submit .inner-loader {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  /**********************/

  i {
    font-size: 22px;
  }
  p,h6 {
      color: #14105B;
  }
  #contact {
      background-color: #f1f5ff;
  }
  .color-5-bg,.color-4-bg,.color-3-bg,.color-6-bg {
      background-color: #E5E3FF !important;
  }
  .banner-section-main p {
      color: white;
  }
  blockquote {
      height: 130px;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  html{
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  .header-child-02 {
      text-align: end;
  }
  .contact-main {
      width: 100%;
      max-width: 650px;
      margin: 0 auto;
  }
  .banner-form {
      text-align: center;
  }
  .banner-section-main {
      width: 100%;
      background-image: url("../images/lp1/banner01.jpg");
      background-size: cover;
      position: absolute;
      top: 0;
      height: 750px;
      display: flex;
      align-items: center;
  }
  .banner-content,
  .banner-form {
      position: relative;
      z-index: 9;
  }
  .banner-form {
      background-color: #e9e9e94f;
      padding: 30px 20px;
      border-radius: 10px;
      margin-left: 80px;
  }
  .promo-new-section {
      margin-top: 100px;
  }
  .banner-section-main::after {
      content: "";
      position: absolute;
      height: 750px;
      top: 0;
      background-image: linear-gradient( to left, #080094, #000 ) !important;
      width: 100%;
      opacity: 0.6;
  }
  .myformtwo {
      text-align: center;
    padding: 20px !important;
  }
  .contact-us-form {
      background-image: linear-gradient( to left, #080094a6, #000000b0 ) !important;
      border-radius: 15px !important;
      box-shadow: 2px 2px 36px #b8b8b8;
  }
  .gradient-bg{
    background-image: linear-gradient( to left, #080094, #000 ) !important;
  }
  .work-process-icon-wrap i {
      font-size: 25px;
  }
  .work-process-icon-wrap .fa-solid.fa-bezier-curve {
      color: red;
  }
  .work-process-icon-wrap .fa-solid.fa-list {
      color: #7202bb;
  }
  
  .work-process-icon-wrap .fa-solid.fa-palette {
      color: blue;
  }
  
  .work-process-icon-wrap .fa-solid.fa-trophy {
      color: orange;
  }
  
  #faq img {
      width: 100%;
      height: 504px;
      object-fit: cover;
  }
  html,
  body,
  div,
  span,
  h1,
  h2,
  h5,
  h6,
  p,
  blockquote,
  a,
  img,
  i,
  ul,
  li,
  form,
  footer,
  header,
  nav,
  section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  body {
    line-height: 1;
    overflow-x: hidden;
  }
  
  ul {
    list-style: none;
  }
  
  blockquote {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after {
    content: "";
    content: none;
  }
  html {
    overflow-y: scroll;
    font-size: 15px;
  }
  
  body,
  h1,
  h2,
  h5,
  h6,
  p,
  .navbar,
  .btn,
  a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  
  body {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
  }
  
  p:not(:last-child) {
    margin-bottom: 1.25em;
  }
  
  h1,
  h2,
  h5 {
    margin: 0 0 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
  }
  
  h1 {
    margin-top: 0;
    font-size: 3.052em;
  }
  
  h2 {
    font-size: 2.441em;
    color: #14105B;
  }
  
  h5 {
    font-size: 1.25em;
    color: #14105B;
  }
  .ptb-100 {
    padding: 100px 0;
  }
  .pt-100 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .gray-light-bg {
    background: #f7f7f7;
  }
  .color-primary {
    color: #3264f5;
  }
  
  .white-bg {
    background: #ffffff;
  }
  
  a {
    color: #3264f5;
  }
  a:hover {
    color: #7202bb;
    text-decoration: none;
  }
  
  .color-1 {
    color: #ff164e;
  }
  .color-1-bg {
      background: #E5E3FF;
  }
  
  .color-2 {
    color: #9123ff;
  }
  .color-2-bg {
      background: #E5E3FF;
  }
  
  .color-3 {
    color: #3413f7;
  }
  .color-1-bg {
      background: #E5E3FF;
  }
  .color-4 {
    color: #ff7c3f;
  }
  .color-1-bg {
      background: #E5E3FF;
  }
  
  .color-5 {
    color: #2ebf6d;
  }
  .color-1-bg {
      background: #E5E3FF;
  }
  #download p {
      color: white;
  }
  .color-6 {
    color: #f25c7f;
  }
  .color-1-bg {
      background: #E5E3FF;
  }
  .solid-btn {
    padding: 10px 25px;
    font-family: "Open Sans", sans-serif;
  }
  .solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
    background: #7202bb;
    border: 2px solid #7202bb;
    border-radius: 30px;
  }
  
  .solid-btn:hover {
    background: transparent;
    color: #7202bb;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .solid-white-btn,
  .outline-white-btn {
    padding: 12px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .solid-white-btn {
      background: #14105B;
      border-color: #14105B;
      color: white;
      border-radius: 30px;
  }
  .solid-white-btn:hover {
    background: #A1BCF4;
    color: #14105B;
    border-color: #A1BCF4;
  }
  .outline-white-btn {
    border-radius: 30px;
    color: #ffffff;
    border-color: #ffffff;
  }
  .outline-white-btn:hover {
    background: #ffffff;
    color: #7202bb;
  }
  
  .icon-sm {
    font-size: 25px;
    line-height: 25px;
  }
  
  .form-control {
    border-color: #ebebeb;
    padding: 0 14px;
    height: 50px;
  }
  .form-control:focus {
    outline: none;
    box-shadow: none;
  }

  .form-group.of-select:before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 22px;
    width: 0;
    height: 0;
    border-top: 4px solid #14105B;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }

  .form-group {
    position: relative;
  }

  .form-group select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #14105B;
    background-color: #fff;
    outline: 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group select.error {
  border: 2px solid #E60005 !important;
}
  
  input[type]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #14105B !important;
    font-size: 13px;
  }
  
  input[type]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #14105B;
    font-size: 13px;
  }
  
  input[type]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #14105B;
    font-size: 13px;
  }
  
  input[type]::placeholder, textarea::placeholder {
      color: #14105B;
      font-size: 13px;
  }
  
  .affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
  }
  
  .bg-transparent ul li a:hover {
    opacity: 1;
  }
  
  .bg-transparent.affix {
      background-color: white !important;
      /* box-shadow: 2px 2px 10px #aeaeae; */
      box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
  }
  
  .navbar-toggler {
    color: #ffffff;
  }
  
  .l-header nav.navbar {
    padding: 0;
    height: 67px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
  }
  
  .menu {
    display: block;
  }
  
  .menu li {
    display: inline-block;
    position: relative;
  }
  
  .menu li:first-child {
    margin-left: 0;
  }
  
  .menu li a {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    opacity: 0.8;
  }
  
  .menu li a:hover,
  .menu li:hover > a {
    opacity: 1;
  }
  .contact-us-section {
      background-color: #f7f7f7;
  }
  
  @media (min-width: 320px) and (max-width: 992px) {
    .main {
      padding-top: 0;
    }
    .navbar {
      background-color:white !important;
      padding: 0.85rem 1rem !important;
    }
    .l-header nav.navbar {
      height: 71px
    }
    .menu li {
      display: block;
    }
  
    .ptb-100 {
      padding: 55px 0;
    }
  
    .pt-100 {
      padding-top: 55px;
    }
  
    .pb-100 {
      padding-bottom: 55px;
    }
  }
  
  @media (min-width: 992px) {
    .navbar {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      background: transparent;
      -o-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out,
        padding 0.3s ease-in-out;
      -webkit-transition: border-bottom 0.3s ease-in-out,
        background 0.3s ease-in-out, padding 0.3s ease-in-out;
      -moz-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out,
        padding 0.3s ease-in-out;
      transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out,
        padding 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
    }
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
  
    .menu li a {
      padding: 8px 15px;
    }
  }
  
  @media (max-width: 767px) {
    .l-header nav.navbar {
      padding: 0.5rem 1rem;
    }
  
    nav {
      margin: 0;
      background: none;
    }
  
    .menu li {
      display: block;
      margin: 0;
    }
  
    .menu li a {
      padding: 8px 15px;
    }
  
    .menu li a:hover,
    .menu li:hover > a {
      background: #3264f5;
      color: #fff;
    }
    .form-control {
      height: 40px;
      font-size: 16px;
    }
    .form-group select {
      height: 40px;
      font-size: 16px;
    }
    .form-group.of-select:before {
      bottom: 18px;
    }
  }
  
  .hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  
  .gradient-overlay {
    position: relative;
    width: 100%;
  }
  
  .gradient-overlay:before {
    position: absolute;
    content: "";
    background-image: linear-gradient( to left, #080094, #000 ) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  
  .single-promo span {
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
  }
  .single-promo-1 {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
  }
  .single-promo-1 span {
    font-size: 35px;
    background-image: url("../images/lp1/promo-icon-bg.svg");
    background-size: 150px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
  }
  .single-promo-hover {
    transition: all 0.2s ease-out;
    will-change: transform;
  }
  .single-promo-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  }
  
  
  .testimonial-single {
    display: block;
    position: relative;
  }
  
  .testimonial-single:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #f7f7f7;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
  }
  
  
  .work-process-wrap {
    display: block;
    width: 100%;
  }
  .single-work-process {
    position: relative;
    float: left;
    margin: 0 15px;
    width: calc(25% - 30px);
  }
  
  .work-process-icon-wrap {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
  }
  @media screen and (max-width: 991px) {
    .single-work-process {
      width: calc(50% - 30px);
    }
    .work-process-divider {
      width: calc(100% - 145px);
    }
    .single-work-process:nth-child(2n) .work-process-divider {
      display: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .single-work-process {
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-right: 0;
    }
    .work-process-divider {
      display: none;
    }
  }
  
  .work-process-divider {
    background-image: linear-gradient(
      90deg,
      #73778c,
      #73778c 40%,
      transparent 40%,
      transparent 100%
    );
  }
  
  .single-work-process .work-process-divider {
    position: absolute;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(
      90deg,
      #73778c,
      #73778c 40%,
      transparent 40%,
      transparent 100%
    );
    background-size: 12px 1px;
  }
  .work-process-icon-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .work-process-icon-wrap .process-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
  }
  
  #accordion .card {
    border-radius: 0;
    border: 0;
  }
  #accordion .card-header {
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0;
  }
  #accordion a.card-header {
    color: #707070;
  }
  #accordion .card-header h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
  #accordion .card-body {
    padding: 30px 0;
    background: transparent;
  }
  
  #accordion .card-header.collapsed:after {
    content: "";
    background-image: url("../images/lp1/plus.svg");
    transition: 0.5s;
  }
  .form-main {
      padding: 0 160px;
  }
  
  #accordion .card-header::after {
      content: "";
      background-image: url("../images/lp1/minus.svg");
      transition: 0.5s;
      width: 15px;
      height: 15px;
      position: absolute;
      right: 14px;
      background-size: cover;
  }
  
  
  .scroll-top.open {
    bottom: 30px;
  }
  button.scroll-top:focus {
    outline: none;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #7202bb;
    transition: 1s ease;
    border: none;
  }
  
  .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%
    );
  }
  
  
  .form-control:focus {
    border-color: #7202bb;
  }
  
  .footer-top {
    padding: 65px 0;
  }
  @media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
      padding: 50px 0;
    }
  }
  
  .copyright-text {
    font-size: 13px;
  }
  button,
  [type="button"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  @media (min-width: 320px) and (max-width: 575px) {
    html {
      font-size: 14px;
    }
  
    h1 {
      font-size: 2.25rem;
    }
    h2 {
      font-size: 1.7441em;
    }
  
    div[class*="col-"]:not(:last-of-type) {
      margin-bottom: 0px !important;
    }
    .row > div[class*="col-"]:last-of-type {
      margin-bottom: 0;
    }
    .download-btn a.btn {
      margin: 7px 0;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767px) {
    div[class*="col-"]:not(:last-of-type) {
      margin-bottom: 20px !important;
    }
    .row > div[class*="col-"]:last-of-type {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width:768px){
    .header-main .header-child-01 {
      margin:0 auto !important;
    }
    .header-child-02{
      display: none !important;
    }
    .card-header h6 {
      width: 100%;
      max-width: 239px;
    }
    .banner-form {
      margin-top: 20px;
    }
    .banner-content {
      margin-top: 115px;
    }
    #faq img {
      height: 300px;
      padding-bottom: 10px;
    }
    .form-main {
      padding: 0 0px;
    }
    .p-5 {
      padding: 1rem !important;
    }
    .navbar-brand {
      width: 100%;
      text-align: start;
  }
  .banner-form {
      margin-left: 0px;
  }
  .banner-section-main::after {
      height: 100%;
  }
  .banner-section-main {
      height: 1000px;
  }
  .promo-new-section {
      margin-top: 320px;
  }
  
  .btn.outline-white-btn.w-50 {
      width: 100% !important;
  }
  .banner-content, .banner-form {
      text-align: center;
  }
  .banner-content p {
      font-size: 15px;
  }
  .banner-content {
      padding-top: 100px;
  }
  .banner-content {
      padding: 0 7px;
  }
  
  }
  
  .form-control::-webkit-input-placeholder {
    color: #14105B !important;
    font-family: inherit !important;
    font-size: 16px !important;
  }
  .form-control::-moz-placeholder {
    color: #14105B !important;
    font-family: inherit !important;
    font-size: 16px !important;
  }
  .form-control:-ms-input-placeholder {
    color: #14105B !important;
    font-family: inherit !important;
    font-size: 16px !important;
  }
  .form-control:-moz-placeholder {
    color: #14105B !important;
    font-family: inherit !important;
    font-size: 16px !important;
  }

  .form-control {
    color: #14105B !important;
  }