/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-apply-steps {
  overflow: hidden; }
  #section-apply-steps .container {
    position: relative; }
    #section-apply-steps .container .title h2 span {
      background: linear-gradient(90deg, #1C3F85 0%, #00B6E8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 80px; }
    #section-apply-steps .container .owl-stage {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 980px) {
        #section-apply-steps .container .owl-stage {
          padding-left: 0 !important; } }
    @media (max-width: 980px) {
      #section-apply-steps .container .steps {
        margin-top: 6rem; } }
    #section-apply-steps .container .steps .step {
      background-color: #fff;
      border-radius: 16px;
      padding: 2.5rem;
      box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.15);
      height: 100%; }
      #section-apply-steps .container .steps .step .step-image {
        display: block;
        margin-bottom: 2rem; }
        #section-apply-steps .container .steps .step .step-image img {
          height: 80px;
          width: auto;
          border-radius: 0; }
      #section-apply-steps .container .steps .step .step-title {
        display: block;
        color: #1C3F85; }
      #section-apply-steps .container .steps .step .step-content {
        color: #1C3F85; }
    #section-apply-steps .container .owl-nav {
      position: absolute;
      display: flex;
      gap: 1rem;
      top: 120px;
      left: 0; }
      @media (min-width: 768px) {
        #section-apply-steps .container .owl-nav {
          top: 90px; } }
      @media (min-width: 981px) {
        #section-apply-steps .container .owl-nav {
          top: 8px;
          right: 0;
          left: auto; } }
      #section-apply-steps .container .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background-color: #40c7e9;
        border: 1px solid #40c7e9;
        color: #fff;
        font-size: 13px; }

/*# sourceMappingURL=steps-apply.css.map */
