.slider {
  height: 100vh;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/bg01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/bg02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/bg03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/bg04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9vh;
  border-top: 2px solid #5487ed;
  border-bottom: 2px none #5487ed;
  background-color: hsla(0, 0%, 100%, .9);
  background-image: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.div-block {
  position: absolute;
  left: 3%;
  top: 25%;
  bottom: 0px;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 560px;
  max-width: 550px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 5px solid #5487ed;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
}

.paragraph {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.link-2 {
  color: #5487ed;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-3 {
  color: #5487ed;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  font-size: 18px;
  font-weight: 300;
}

.button {
  width: 170px;
  height: 40px;
  border: 1px solid #5487ed;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  background-color: #5487ed;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-left: 17px;
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.link-block:hover {
  color: #5487ed;
}

.text-block-3 {
  text-decoration: none;
}

.link-tel {
  margin-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
}

.link-tel:hover {
  color: #5487ed;
}

.link-block-2 {
  margin-right: 40px;
}

.heading {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
}

.div-block-6 {
  width: 90%;
}

.div-block-7 {
  width: 50%;
}

.link-4 {
  margin-right: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-4:hover {
  color: #5487ed;
}

.image-2 {
  margin-right: 5px;
}

.image-3 {
  margin-right: 5px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

html.w-mod-js *[data-ix="fade-in-1000"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-500"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .slider {
    height: 1024px;
  }
  .div-block {
    top: 25%;
    width: 70%;
  }
  .text-block {
    font-size: 12px;
  }
  .link-tel {
    font-size: 17px;
  }
  .link-block-2 {
    width: 160px;
  }
  .div-block-4 {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .text-block {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .button {
    text-align: center;
  }
  .div-block-3 {
    margin-left: 0px;
  }
  .link-tel {
    color: #fff;
    font-size: 34px;
  }
  .heading-2 {
    display: block;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
  }
  .link-block-3 {
    text-decoration: none;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 5px solid #5487ed;
    background-color: #fff;
  }
  .body-xs {
    height: 800px;
    background-image: url('../images/BG-MOBILE.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-block-9 {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border-left: 4px solid #5487ed;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: #fff;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 150px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(84, 135, 237, .5), rgba(84, 135, 237, .5));
    background-image: linear-gradient(180deg, rgba(84, 135, 237, .5), rgba(84, 135, 237, .5));
    color: #fff;
  }
  .image {
    display: none;
  }
}

@media (max-width: 479px) {
  .text-block {
    text-align: center;
  }
  .button {
    margin-right: 11px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-tel {
    margin-left: 0px;
    line-height: 43px;
  }
  .link-4 {
    margin-top: 20px;
  }
  .div-block-8 {
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-xs {
    height: 1100px;
  }
  .div-block-9 {
    width: 95%;
  }
  .div-block-10 {
    height: 220px;
  }
}

