@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick-theme.min.css");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
/* Global Styles*/
/* SCREEN SIZES */
/* CONTAINER WIDTH SIZES */
@media (1320px) {
  .container {
    max-width: 780px; } }

@media (980px) {
  .container {
    max-width: 640px; } }

@media (768px) {
  .container {
    max-width: 480px; } }

@media (480px) {
  .container {
    max-width: 100%; } }

/*COLORS*/
@font-face {
  font-family: 'M PLUS 1p', sans-serif; }

*, body {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
  font-family: 'M PLUS 1p', sans-serif; }

h1 {
  font-size: 92px;
  font-weight: 600;
  text-align: center; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

hr {
  border-top: 1px solid #000; }

a {
  color: #808080;
  cursor: pointer;
  outline: 0;
  transition: all 0.5s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.flex-vertical-center {
  justify-content: center; }

.flex-horizontal-center {
  justify-content: center; }

.overlay {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute; }

.button {
  color: #fff;
  background-color: #FF7700; }

/* SCREEN SIZES */
/* CONTAINER WIDTH SIZES */
@media (1320px) {
  .container {
    max-width: 780px; } }

@media (980px) {
  .container {
    max-width: 640px; } }

@media (768px) {
  .container {
    max-width: 480px; } }

@media (480px) {
  .container {
    max-width: 100%; } }

/*COLORS*/
section {
  padding-bottom: 100px; }
  section h2 {
    width: 100%;
    height: 79px;
    display: flex;
    color: #fff;
    padding: 25px 0 0 115px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat; }
  section.move1 h2 {
    background-color: #28B3B4;
    background-image: url(../../style/img/move1-h2.png); }
  section.move2 h2 {
    background-color: #28A0B4;
    background-image: url(../../style/img/move2-h2.png); }
  section.move3 h2 {
    background-color: #2873B4;
    background-image: url(../../style/img/move3-h2.png); }
  section.move4 h2 {
    background-color: #2873B4;
    margin-bottom:40px;
    padding: 25px;
  }
  section p {
    margin: 2em 0; }
  section hr {
    margin-top: 0; }
.to-top {
  text-align:center;
  margin-bottom:80px;
}
.to-top a{
  color:#666;
  text-decoration:underline;
}

.to-top a:hover{
  text-decoration:none;
}
#header {
  width: 100%;
  color: #fff;
  height: 745px;
  margin-bottom: 250px;
  position: relative;
  background-size: cover;
  background-position: center center; }
  #header .overlay {
    opacity: 0.42;
    background-color: #000; }
  #header .main-banner {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 100px auto;
    z-index: 5;

  }
    #header .main-banner .heading {
      font-size: 48px;
      text-align: center;
      margin-bottom: 30px; }
      #header .main-banner .heading span {
        width: 245px;
        color: #000;
        padding: 10px;
        font-weight: bold;
        font-size: 69px;
        text-align: center;
        border-radius: 20px;
        background-color: #fff; }
        #header .main-banner .heading span.one {
          color: #28B3B4; }
        #header .main-banner .heading span.two {
          color: #2873B4; }
    #header .main-banner .img-panel {
      left: 0;
      width: 100%; }
      #header .main-banner .img-panel img {
        max-width: 796px; }
    #header .main-banner .blocks {
      margin-top: 50px;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: space-between; }
      #header .main-banner .blocks .block {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 10px;
        justify-content: center;
        width: calc(31.5%);
        position: relative;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center center; }
        #header .main-banner .blocks .block.one {
          background-color: #28B3B4;
          /*background-image: url(../../style/img/move1.svg);*/ }
        #header .main-banner .blocks .block.two {
          background-color: #28A0B4;
          /*background-image: url(../../style/img/move2.svg);*/ }
        #header .main-banner .blocks .block.three {
          background-color: #2873B4;
          /*background-image: url(../../style/img/move3.svg);*/ }
        #header .main-banner .blocks .block p {
          color: #fff;
          margin: 0;
          font-size: 1.2em;
          text-align: center; }
          #header .main-banner .blocks .block p br {
            display: none; }
        #header .main-banner .blocks .block img {
          width: 80%;
          max-width: 214px;
          margin: 2em 0; }
        #header .main-banner .blocks .block span.lnr {
          bottom: 20px;
          height: 20px;
          width: 100%;
          color: #fff;
          font-size: 2em;
          text-align: center; }

.search-infos {
  align-items: stretch;
  justify-content: space-between; }
  .search-infos .info-box {
    width: 49.1%;
    min-height: 265px;
    margin-bottom: 1.2em;
    background-color: #8FDADB; }
    .search-infos .info-box .heading {
      color: #fff;
      min-height: 55px;
      padding: 0.5em 1.5em 0.5em 5.5em;
      background-color: #404040;
      background-size: 9%;
      background-position: 1em 0.5em;
      background-repeat: no-repeat;
      background-image: url(../../style/img/chat-icon.svg); }
    .search-infos .info-box .content {
      min-height: 115px;
      padding: 1.7em 1em 1em;
      justify-content: space-between; }
      .search-infos .info-box .content .logo {
        width: 40%;
        padding: 5px;
        max-width: 162px;
        height: 60px;
        justify-content: center;
        background-color: #fff; }
        .search-infos .info-box .content .logo img {
          max-width: 122px; }
      .search-infos .info-box .content .details {
        width: 65%; }
    .search-infos .info-box .box-btn {
      width: 100%;
      padding: 1em;
      justify-content: flex-end; }
      .search-infos .info-box .box-btn .button {
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: 1em;
        text-align: center;
        max-width: 298px; }

.move2 h3 {
  margin: 1.5em 0 1em; }
  .move2 h3.center {
    font-weight: bold;
    text-align: center; }

.move2 h4 {
  margin: 0; }

.move2 .checklist {
  margin-top: 2em;
  align-items: start;
  justify-content: space-between; }
  .move2 .checklist .list {
    width: 24%;
    padding: 1em;
    min-height: 175px;
    background-color: #E5FBFF; }
    .move2 .checklist .list .check-head {
      color: #2F9FB2;
      padding: 0.5em;
      border-radius: 20px;
      background-color: #ABD8DF; }
      .move2 .checklist .list .check-head .fa {
        color: transparent;
        font-size: 2em;
        -webkit-text-stroke: 2px #fff; }
    .move2 .checklist .list .info p {
      margin: 0;
      padding: 0.5em 0; }

.move2 .flex.poster {
  padding: 1em;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #000;
  background-image: url(../../style/img/poster-bg.jpg); }
  .move2 .flex.poster div {
    width: 33.3%; }
    .move2 .flex.poster div.text img {
      max-width: 352px; }
    .move2 .flex.poster div.people img {
      max-width: 297px; }
    .move2 .flex.poster div .button {
      width: 100%;
      padding: 0.5em;
      display: flex;
      font-size: 29px;
      justify-content: center;
      border-radius: 25px; }

.move2 .container {
  border: none; }
  .move2 .container .flex {
    width: 100%; }

.move3 h3 {
  margin: 1.5em 0 1em; }
  .move3 h3.center {
    font-weight: bold;
    text-align: center; }

.move3 .advice {
  justify-content: space-between; }
  .move3 .advice p {
    width: 24%;
    color: #fff;
    padding: 1em;
    min-height: 97px;
    background-color: #5A9DD8; }

.move3 .contact-box {
  height: 185px;
  padding: 2em;
  margin-top: 30px;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../style/img/contact-banner.jpg); }
  .move3 .contact-box .button {
    width: 100%;
    padding: 0.5em;
    font-size: 29px;
    border-radius: 25px;
    max-width: 385px;
    text-align: center;
    background-color: #3FCE2F; }
