

html,
body {
  /* font: 16px/28px Arial, Helvetica, sans-serif; */
  width: 100%;
  height: 100vh;
  margin: 0px;
  background: #fff;
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
}


section {
    float: left;
    width: 100%;
    display:block
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c1c1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display:block;
}

a {
  cursor:pointer !important;
  text-decoration: none !important;
}

.a-red {
  color: #c90000 !important;
  cursor:pointer !important;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out;
}

.a-red:hover {
  color: #ff0707 !important;
  transition: color 0.2s ease-in-out;
}

.table th {
    border-top: none
}

.overlay_white {
  background-color:#fff;
  opacity:0.7;
  transition: 0.5s ease-in-out;
}

.overlay_white:hover {
  background-color:#fff;
  opacity:0.4;
  transition: 0.5s ease-in-out;
}

.h-600 {
  height:600px;
}

.h-500 {
  height:500px;
}

.h-450 {
  height:450px;
}

.h-400 {
  height:400px;
}

.h-350 {
  height:350px;
}

.h-300 {
  height:300px;
}

.h-200 {
  height:200px;
}

.h-150 {
  height:150px;
}

.h100 {
  height:100px;
}

.h-50 {
  height:50px;
}

.h-40 {
  height:40px;
}

.h-30 {
  height:30px;
}

.section {
  padding: 70px 0
}

.fade_in {
  opacity: 0;
}

.bg_rounded {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 50px
}

.bg_rounded_r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  transform-origin: top right;
  border-radius: 0 0 50px 50px
}

.bg_rounded_l {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  transform-origin: top left;
  border-radius: 0 0 50px 50px
}

.bg_rounded_title {
  margin: 0;
  padding: 100px 0;
  text-align: center;
}

.bg_gradient1 { /* Blue */
  background-image: linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -ms-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -moz-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -webkit-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
}

.bg_gradient2 { /* Green */
  background-image: linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -ms-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -moz-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -webkit-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
}

.bg_gradient3 { /* Dark Grey */
  background-image: linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -ms-linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -moz-linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -webkit-linear-gradient(0deg, #293440 0%, #48586c 100%);
}

.bg_gradient4 { /* Grey */
  background-image: linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -ms-linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -moz-linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -webkit-linear-gradient(30deg, #405569 0%, #5c748a 100%);
}

.bg_gradient5 { /* Blue-Green */
  background-image: linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -ms-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -moz-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -webkit-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
}

.bg_gradient6 { /* Purple */
  background-image: linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -ms-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -moz-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -webkit-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
}

.bg_gradient7 { /* Light grey */
  background-image: linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -ms-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -moz-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -webkit-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
}

.bg_gradient8 { /* Water */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#084b9e",GradientType=1);
}

.bg_gradient9 { /* Rainbow */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#9e0871",GradientType=1);
}

.bg_gradient10 { /* Lime */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#fbff00",GradientType=1);
}

.bg_gradient11 { /* Red-Yellow */
  background: rgb(213,5,98);
  background: -moz-linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  background: linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d50562",endColorstr="#ffc200",GradientType=1);
}
/* -- COVER ------------------------------------------------------------------*/

.page-header {
    height: 95vh;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.page-header,
.page-header .page-header-image {
    background-position: 50%;
    background-size: cover
}

.page-header .page-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px
}

.page-header .carousel .carousel-indicators {
    bottom: 60px
}

.page-header .title,
.page-header>.container {
    color: #fff
}

.page-header.header-small {
    height: 65vh;
    min-height: 65vh
}

.page-header .iframe-container iframe {
    width: 100%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.header-filter {
    position: relative
}

.header-filter:after,
.header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: ""
}

.header-filter:before {
    /*background: rgba(0, 0, 0, .2)*/
}

.header-filter .container {
    z-index: 2;
    position: relative
}

.cover_blur {
  transform: scale(1.05);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
}

.carousel_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.img_overlay_2 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_4 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_6 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_8 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.cover_title {
  padding-bottom:12px;
  font-size: 2.5rem;
  font-weight: 600;
}

.cover_subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 300
}

.cover_title .title_border {
  border-bottom: 2px solid #fff;
  padding-bottom:16px;
}

.cover_subtitle .subtitle_border {
  border-top: 2px solid #fff;
  padding-top:12px;
}

/* --/ COVER -----------------------------------------------------------------*/


/* -- INTRO ------------------------------------------------------------------*/

.main {
  background: #fff;
  position: relative;
  z-index: 3;
}

.main-raised {
  margin: -60px 80px 0;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .05), 0 6px 30px 5px rgba(0, 0, 0, .1), 0 8px 10px -5px rgba(0, 0, 0, .1)
}

.main_title {
  font-size: 2.5em;
  font-weight: 200
}

.main_subtitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300
}

.main_text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300
}

/* --/ INTRO -----------------------------------------------------------------*/


/* -- FOOTER -----------------------------------------------------------------*/

.footer_cols {
  max-width: 80%;
  margin: 1em auto
}

.footer_col {
  margin-bottom: 2em
}

.footer_col .col_title {
  color: #a2adb5;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 1.25em;
}

.footer_col .col_item {
  color: #fff;
  display: block;
  margin-bottom: 1em
}

/* --/ FOOTER ----------------------------------------------------------------*/


/* -- OTHER ------------------------------------------------------------------*/

.btn_white_rounded {
  border-radius: 50px;
  color: #61707d;
  text-align: center;
  font-size: 1.25rem;
  padding: .75rem 2rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
}

.btn_white_rounded:hover {
  color: #47a8e0;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
}

/* --/ OTHER -----------------------------------------------------------------*/


/* -- MEDIA QUERIES ----------------------------------------------------------*/

/* Very Very Small devices */
@media (max-width: 767.98px) {

  .cover_title {
    padding-bottom:12px;
    font-size: 1rem;
    font-weight: 300;
  }

  .cover_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .cover_title .title_border {
    border-bottom: none;
    padding-bottom:16px;
  }

  .cover_subtitle .subtitle_border {
    border-top: none;
    padding-top:12px;
  }

}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  body.no_scroll {
    overflow: hidden;
  }

  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cover_title {
    padding-bottom:12px;
    font-size: 2rem;
    font-weight: 300;
  }

  .cover_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .cover_title .title_border {
    border-bottom: none;
    padding-bottom:16px;
  }

  .cover_subtitle .subtitle_border {
    border-top: none;
    padding-top:12px;
  }

  .main_title {
    font-size: 1.5rem;
    font-weight: 300
  }

  .main_subtitle {
    font-size: 1.2rem;
  }

  .footer_cols {
    max-width: 80%;
    margin: 1em auto;
    text-align: center;
  }

}


/* --/ MEDIA QUERIES ---------------------------------------------------------*/
