/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #da5920;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  
  small,
  .small {
    font-size: 80%;
    font-weight: 400; }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  
  .img-fluid {
    max-width: 100%;
    
    height: auto; }
  
  .figure {
    display: inline-block; }
  
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word; }
    a > code {
      color: inherit; }
  
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
    pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px; } }
  
        .row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -15px;
          
          margin-left: -15px; }
  
          .justify-content-center{
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
          
          
          }
      
      
            .align-items-center{
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important; 
            display: flex;
            justify-content: center; /* Center horizontally */
            align-items: center;     /* Center vertically */
          }
          .high-and-tight{
            align-items: start !important; 

          }


   .col-12, .col, .col-sm-6, .col-md-6, .col-md-8, .col-md-10, .col-md-12, .col-lg-3, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-10, .col-xl-6, .col-xl-8, .col-xl-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  
  .order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  
  .order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  
  @media (min-width: 576px) {
    .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  
  @media (min-width: 768px) {
    .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.667%;
              flex: 0 0 66.667%;
      max-width: 66.667%; }
    .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333%;
              flex: 0 0 83.333%;
      max-width: 83.333%; }
    .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  
  @media (min-width: 992px) {
    .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.667%;
              flex: 0 0 41.667%;
      max-width: 41.667%; }
    .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333%;
              flex: 0 0 58.333%;
      max-width: 58.333%; }
    .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.667%;
              flex: 0 0 66.667%;
      max-width: 66.667%; }
    .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333%;
              flex: 0 0 83.333%;
      max-width: 83.333%; }
    .order-lg-first {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .order-lg-last {
      -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
              order: 13; } }
  
  @media (min-width: 1200px) {
    .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.667%;
              flex: 0 0 66.667%;
      max-width: 66.667%; }
    .col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333%;
              flex: 0 0 83.333%;
      max-width: 83.333%; } }
  

  .position-relative {
    position: relative !important; }
  
  .fixed-top {
    position: fixed;
    filter: grayscale(100%);
    transition: filter 0.6s ease;
    transition: background-color 0.6s ease;

    background: #c0c0c0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  
  
  .my-0 {
    margin-top: 0 !important; }
  
  
  .my-0 {
    margin-bottom: 0 !important; }
  
  
  .my-3 {
    margin-top: 1rem !important; }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important; }
  
  .mt-4 {
    margin-top: 1.5rem !important; }
  
  .mb-4 {
    margin-bottom: 1.5rem !important; }
  
  .mt-5 {
    margin-top: 3rem !important; }
  
  .pt-0 {
    padding-top: 0 !important; }
  
  
  .py-3 {
    padding-top: 1rem !important; }
  
  
  .py-3 {
    padding-bottom: 1rem !important; }
  
  
  .mx-auto {
    margin-right: auto !important; }
  
  
  .mx-auto {
    margin-left: auto !important; }
  
    .text-p-left {
      text-align: left !important; }

  @media (min-width: 768px) {
    .mb-md-0 {
      margin-bottom: 0 !important; }
    .ml-md-0 {
      margin-left: 0 !important; }
    .mr-md-2 {
      margin-right: 0.5rem !important; } }
  
  @media (min-width: 992px) {
    .mb-lg-0 {
      margin-bottom: 0 !important; } }
  
  .text-center {
    text-align: center !important; }
  
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important; } }
  
  .text-light {
    color: #f8f9fa !important; }
  
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important; }
  
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    a:not(.btn) {
      text-decoration: underline; }
    pre {
      white-space: pre-wrap !important; }
    pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr,
    img {
      page-break-inside: avoid; }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      margin: 60px;
      page-break-after: avoid; }
    @page {
      size: a3; }
    body {
      margin-top: var(--navbar-height);


      min-width: 992px !important; }
    .container {
      text-align: start  !important; 

      min-width: 992px !important; }
    .table {
      border-collapse: collapse !important; }
      .table td,
      .table th {
        background-color: #fff !important; } }
  
  .bg-light {
    background: #f1faff !important; }
  
  .bg-dark {
    background: #04365e !important; }
  
  .color-brand {
    color: #e74c3c; }
  
  .text-light,
  .text-light * {
    color: #ffffff; }
  
  .text-underline {
    text-decoration: underline; }
  
  @font-face {
    font-family: 'Montserrat';
    src: url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
    font-weight: bolder;
    font-style: normal; }
  
  :root,
  html,
  body {
    font-size: 16px; }
    @media (min-width: 768px) {
      :root,
      html,
      body {
        font-size: 18px; } }
    @media (min-width: 992px) {
      :root,
      html,
      body {
        font-size: 20px; } }
  
  html, body {
    margin: 0;
    overflow-x: hidden;
    color: #323232; }
  
  * {
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* font-family: "Montserrat", Helvetica, sans-serif; */
    /* font-family: "Inter"; */

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0; }
  
  .subheadline {
    font-size: 1.1rem;
    opacity: .7; }
  
  body {
    min-height: 100vh;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  
  .background-image-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .background-image-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  
  ul.styled-list {
    padding-left: 0; }
    ul.styled-list li {
      position: relative;
      list-style: none;
      margin-bottom: 24px;
      padding-left: 3.5rem; }
      ul.styled-list li i {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-size: 2rem;
        line-height: 1;
        font-style: normal; }
  
  img.max-width {
    width: 100%;
    max-width: 300px; }
    @media (min-width: 768px) {
      img.max-width {
        max-width: 400px; } }
    @media (min-width: 992px) {
      img.max-width {
        max-width: 100%; } }
  
    img.guarantee {
      min-width:256px;
      width:256px;
      /* max-width: 260px; */
  }
    
  img.star {
    max-width: 250px; }
  
  header {
    position: relative;
    padding: 15px;
    z-index: 999 !important;
    -webkit-transition: .5s;
    transition: .5s; }
    header.scrolled {
    filter: grayscale(0%);
    color:#111;


      background: #fff; }
  
  .header-logo img {
    width: 180px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 250px; }
        .scrolled .header-logo img {
          width: 200px; } }
  
  .header-phone {
    text-decoration: none; }
    .header-phone i {
      font-family: "Font Awesome 5 Free";
      font-size: 1.2rem;
      font-style: normal;
      color: #da5920; }
    .header-phone .phone-text {
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.5;
      color: white; }
  
  .btn,
  button {
    /* display: block; */
    /* width: 100%; */
    border-radius: 5px;
    padding: 15px;
    border: 0;
    color: #fff !important;
    background: #da5920;
    /* font-family: 'Montserrat ExtraBold', sans-serif; */
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */

    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out; }
    .btn:hover, .btn:focus, .btn:active,
    button:hover,
    button:focus,
    button:active {
      color: #333 !important;
      /* background: rgba(218, 89, 32, 0.8); */
      background: #f3f4f6

    
    }
  
  section {
    position: relative;
    padding: 60px 0px;


    }
    @media (min-width: 768px) {
      section {
        padding: 80px 0px; } }
    @media (min-width: 992px) {
      section {
        padding: 120px 0px; } }
    section.hero {
      padding-top: 80px; }
      @media (min-width: 768px) {
        section.hero {
          padding-top: 150px; } }
      .thankyou-page section.hero {
        min-height: 88vh; }
    section.seen-in-band {
      bottom: 0;
      padding: 30px 0; }
      section.seen-in-band img {
        max-height: 35px;
        width: auto; }
  
  footer p {
    line-height: 1; }
  
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form textarea {
    width: 100%;
    padding: 20px 15px 20px 20px;
    border: 0;
    border-radius: 5px;
    /* margin-bottom: 10px; */
    /* background-color: #f4f7fb; */
    /* -webkit-box-shadow: inset 0px 7px 16px 0px rgba(0, 0, 0, 0.13); */
            /* box-shadow: inset 0px 7px 16px 0px rgba(0, 0, 0, 0.13); */
    font-size: 1rem;
    line-height: 1; }
    form input[type=text]:-internal-autofill-selected,
    form input[type=email]:-internal-autofill-selected,
    form input[type=tel]:-internal-autofill-selected,
    form textarea:-internal-autofill-selected {
      border:1px solid #ccc;
      border-radius: 4px;
      background-color: #fff !important;
      background-image: none !important;
      color: -internal-light-dark-color(black, white) !important; }
  
  form input[type=submit],
  form input[type=button] {
    max-width: 100%; }
  
  form textarea {
    height: 120px !important; }
  
  form label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1; }
    form label.error {
      display: block;
      margin-bottom: 20px;
      margin-top: -10px;
      color: red;
      font-size: 1.9rem; }
    form label .icon {
      position: absolute;
      top: 30px;
      left: 20px;
      width: 25px;
      height: 25px;
      z-index: 999;
      margin: auto; }
      form label .icon i {
        font-family: 'Font Awesome 5 Free';
        font-size: 1.5rem;
        line-height: 1;
        font-style: normal;
        color: #da5920; }
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  
  .slick-list:focus {
    outline: none; }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''; }
  
  .slick-track:after {
    clear: both; }
  
  .slick-loading .slick-track {
    visibility: hidden; }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .slick-slide p, .slick-slide h5 {
      max-width: 90%;
      margin: 0 auto; }
    .slick-slide p {
      margin-bottom: 1.8rem; }
    .slick-slide h2 {
      font-size: 4rem;
      margin-bottom: -10px; }
    .slick-slide h5 {
      margin-bottom: 0;
      font-weight: bold; }
  
  [dir='rtl'] .slick-slide {
    float: right; }
  
  .slick-slide img {
    display: block; }
  
  .slick-slide.slick-loading img {
    display: none; }
  
  .slick-slide.dragging img {
    pointer-events: none; }
  
  .slick-initialized .slick-slide {
    display: block; }
  
  .slick-loading .slick-slide {
    visibility: hidden; }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none; }
    .slick-dots li {
      margin: 0 0.25rem; }
      .slick-dots li button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        text-indent: -9999px;
        background: #fff !important; }
      .slick-dots li.slick-active button {
        background: #da5920 !important; }
  
.mr-auto{
  align-items: center;
}

#mission1 {
  padding: 0 20px;

}

  .slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    border: 0;
    outline: none;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .slick-arrow svg {
      width: 100%;
      height: 100%;
      fill: #da5920; }
    .slick-arrow.prev {
      left: 0; }
      [dir="rtl"] .slick-arrow.prev {
        left: auto;
        right: 0; }
    .slick-arrow.next {
      right: 0; }
      [dir="rtl"] .slick-arrow.next {
        left: 0;
        right: auto; }
  

