/* Montserrat */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/montserrat-v31-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*****************************************************/
/*****************   Typography   ********************/
/*****************************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  background-color: #FFFFFF;
}


  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    display: inline-block;
  }

  a:hover {
    text-decoration: none;
  }

  a:focus {
    outline: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    padding: 0;
  }

  img {
    border: none;
    max-width: 100%
  }

  button {
    border: none;
  }

  button:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }

  .align_center {
    align-items: center;
  }

  .no_padding {
    padding: 0;
  }

  .section_padding {
    padding: 50px 0px;
  }


  /*****************************************************/
  /******************   Header Area   ******************/
  /*****************************************************/

  .coming-soon-content {
    padding: 56px 0;
    color: #002F5D;
  }

  .coming-soon-area img {
    width: 100%;
  }

  .cs-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
  }

  .cs-contact {
    margin: 20px 0;
  }

  .cs-contact a {
    color: #002F5D;
  }

  .cs-company {
    margin-top: 6px;
  }

  .cs-title-right {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cs-times>div>p:first-child {
    min-width: 230px;
  }

  @media (max-width:767px) {
    .coming-soon-content {
      padding: 28px 0
    }

    .cs-contact strong {
      display: inline-block;
      width: 92px
    }
  }

  /*****************************************************/
  /******************   Item Area   ********************/
  /*****************************************************/


  /*****************************************************/
  /*****************   Footer Area   *******************/
  /*****************************************************/