



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.25;

}

h1,
.h1 {
    font-size: 3rem;
    line-height: 1.125
}

.h2,
h2 {
    font-size: 2.75rem;
    line-height: 1.125
}

.h3,
h3 {
    font-size: 2.5rem;
}

.h4, h4 {
    font-size: 1.5rem;
  
}

.h5, h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #141A30;
}

.h6, h6 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #141A30;
}

body {
    font-size: 18px;
    font-weight: 300;
    color: #141A30;
   
    overflow-x: hidden;
    line-height: 1.5;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}



a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
        top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
        margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #141A30;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
       -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 12.5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    background: #F6F6F6;
    border: 0;
    border-radius: 0;
        color: #141a30;

}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

select {
        background-image: url(images/down.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}


::-webkit-input-placeholder {
        color: #141a30;
}

::-moz-placeholder {
        color: #141a30;
}

:-ms-input-placeholder {
      color: #141a30;
}

::-moz-selection {
    background-color: #141A30;
    color: #ffffff
}

::selection {
    background-color: #141A30;
    color: #ffffff
}

::-moz-selection {
    background-color: #141A30;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

b,
strong {
    font-weight: bold;
}

small,
.small {
        font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

/*.container {
  padding-right: 30px;
  padding-left: 30px;
}
*/
.row.big-gutters {
    margin-right: -37.5px;
    margin-left: -37.5px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

body {
  align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;

}


main {
  display: flex;
    align-items: center;
    padding: 60px 0;
}

main .logo{  
  max-width: 450px;
  margin-bottom: 360px;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

main ul li b{
      min-width: 50px;
    display: inline-block;
}


main p {
  position: relative;
}

main p a,
main p a:hover{
    text-decoration: underline;
}


@media (max-width: 1400px) {
 body {
    font-size: 17px
  }
}

@media (max-width: 1400px) {
  .row.big-gutters {
      margin-right: -30px;
      margin-left: -30px;
  }

  .row.big-gutters > [class*="col-"] {
      padding-right: 30px;
      padding-left:30px;
  }

}


@media (max-width: 991.98px) {
    
  body {
    font-size: 16px
  }
  
  .row.big-gutters {
      margin-right: -22.5px;
      margin-left: -22.5px;
  }

  .row.big-gutters > [class*="col-"] {
      padding-right: 22.5px;
      padding-left: 22.5px;
  }

  main .logo {
    margin-bottom: 150px;
  }


    
}











