/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/

@media (min-width: 768px) {
  body,
  html {
    height: 100%;
  }
}
body {
  margin: 0;
  font-family: -apple-system, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.7)),
      to(rgba(255, 255, 255, 0.7))
    ),
    url("../images/features/feature.jpg");
  background-image: -o-linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("../images/features/feature.jpg");
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("../images/features/feature.jpg");
}

/*@media (min-width: 768px) {*/
/*  body {*/
/*    background-image: none;*/
/*    background-color: #fff;*/
/*  }*/
/*}*/

@media (min-width: 768px) {
  .carousel,
  .carousel .carousel-inner,
  .carousel .carousel-inner .active,
  .carousel .carousel-inner .carousel-item,
  .view {
    height: 100%;
  }
  .view-slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.navbar {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    color-stop(40%, rgba(255, 255, 255, 0.95)),
    color-stop(50%, rgba(255, 255, 255, 0.9)),
    color-stop(60%, rgba(255, 255, 255, 0.8)),
    color-stop(70%, rgba(255, 255, 255, 0.65)),
    color-stop(80%, rgba(255, 255, 255, 0.5)),
    color-stop(90%, rgba(255, 255, 255, 0.3)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.65) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.65) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (min-width: 768px) {
  .navbar {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 1)),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 2rem 1rem 0;
  }
}

footer.page-footer {
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0.3)),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    color-stop(60%, rgba(255, 255, 255, 0.65)),
    color-stop(70%, rgba(255, 255, 255, 0.8)),
    color-stop(80%, rgba(255, 255, 255, 0.9)),
    color-stop(90%, rgba(255, 255, 255, 0.95)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.9) 80%,
    rgba(255, 255, 255, 0.95) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.9) 80%,
    rgba(255, 255, 255, 0.95) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  footer.page-footer {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 1))
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .page-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fixed-bottom-custom {
}
@media (min-width: 768px) {
  .fixed-bottom-custom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

@media (min-width: 768px) {
  .view .mask {
    position: absolute;
    top: 11rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
  }
}

.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.carousel-fade .carousel-indicators-custom {
  top: 110px;
}

.carousel-indicators-custom {
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 15;
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}

@media (min-width: 768px) {
  .carousel-indicators-custom {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .carousel-indicators-custom {
    margin-top: 2rem;
  }
}

.carousel-indicators-custom li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  min-height: 40px;
  margin-right: 0;
  margin-left: 0;
  text-indent: initial;
  cursor: pointer;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-color: transparent;
  background-clip: border-box;
}

.carousel-indicators-custom .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #0e497a;
}
.carousel-indicators-custom .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #0e497a;
}

@media (min-width: 768px) {
  .carousel-indicators-custom .nav-item .nav-link,
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    line-height: 125%;
    padding: 5px 15px;
    border-radius: 5px;
    color: rgb(36, 131, 197);
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: normal;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }
  .carousel-indicators-custom .nav-item.active > .nav-link,
  .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: white;
    background-color: rgb(36, 131, 197);
  }

  .carousel-indicators-custom .nav-item .nav-link:hover,
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: white;
    background-color: #093560;
  }
}

.mask .desktop {
  display: none;
}

@media (min-width: 768px) {
  .mask .desktop {
    display: block;
  }
}

.mobile {
  display: block;
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.mobile > h1 {
  color: rgb(14, 73, 122);
  letter-spacing: -0.02em;
  line-height: calc(1.5rem + 3vw);
  font-size: calc(2rem + 3vw);
}

.color-text .rgba-black-shadow,
.rgba-black-shadow:after {
  background-color: rgba(0, 0, 0, 0.1);
}

footer .nav-link,
.footer-copyright {
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #093560;
  font-size: 1.25rem;
}

footer .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgb(36, 131, 197);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
}
.navbar-toggler .line {
  width: 100%;
  height: 2px;
  background-color: rgb(36, 131, 197);
}

.carousel-inner {
  overflow: auto;
}
@media (min-width: 768px) {
  .carousel-inner {
    overflow: hidden;
  }
}

/*@media (min-width: 1200px) {*/
/*  .carousel-inner .container {*/
/*    margin-top: 2rem;*/
/*  }*/
/*}*/
.carousel-fade .carousel-item {
  opacity: 1;
  display: block;
}
@media (min-width: 768px) {
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
}
.carousel-item {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  float: none;
}
.carousel-item:not(:first-of-type) {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .carousel-item:not(:first-of-type) {
    margin-top: 0;
  }
}
.carousel-control-prev,
.carousel-control-next {
  display: none;
}

@media (min-width: 768px) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*//////////////////*/

.backdrop {
  display: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.sidenav-backdrop {
  display: block;
  z-index: 900;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.mobile-collapse:not(.show) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-collapse {
  padding: 20px;
  outline: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  z-index: 1035;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 768px) {
  .mobile-collapse {
    padding: 0;
    outline: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: unset;
    z-index: 1035;
    background-color: transparent;
    overflow: hidden;
    height: unset;
  }
  .mobile-collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fixed-position {
  overflow: hidden;
}

.mobile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 1rem;
}
.navbar.navbar-dark .navbar-nav .nav-item .mobile-section .nav-item .nav-link {
  letter-spacing: 0.01em;
  font-weight: normal;
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  .mobile-section {
    display: none;
  }
}

.mob-dr {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .mob-dr {
    display: none;
  }
}

.desc-dr {
  display: none;
}
@media (min-width: 768px) {
  .desc-dr {
    display: block;
  }
}

.request {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  line-height: 110%;
  padding: 10px 20px;
  background: #2483c5;
  margin-top: 1rem;
}

.btn-primary.request:not(:disabled):not(.disabled):active,
.request:hover,
.request:active,
.request:focus {
  color: #ffffff;
  background-color: #093560;
}

/*---feature---*/

.ul {
  list-style-type: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  text-align: left;
}
.ul li:before {
  content: "\2011";
  position: absolute;
  margin-left: -20px;
}
.color-text > .ul li {
  color: #0e497a;
  line-height: 100%;
  font-size: calc(1.4rem + 1vw);
  font-weight: 300;
  letter-spacing: 2px;
}

.color-text > section > .ul li {
  line-height: 110%;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #0e497a;
  font-size: calc(1.4rem + 1vw);
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .color-text > section > .ul li {
    font-size: 1.5rem;
  }
}

.color-text > section > h4 {
  color: #0e497a;
  font-size: calc(1.3rem + 2vw);
  letter-spacing: -0.03em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .color-text > section > h4 {
    font-size: 2.25rem;
  }

  .color-text > section > .ul li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .color-text > section > h4 {
    font-size: 2rem;
  }

  .color-text > section > .ul li {
    font-size: 1.15rem;
  }
}

@media (min-width: 1200px) {
  .color-text > section > h4 {
    font-size: 2rem;
  }

  .color-text > section > .ul li {
    font-size: 1.15rem;
  }
}

@media (min-width: 1400px) {
  .color-text > section > h4 {
    font-size: 3rem;
  }

  .color-text > section > .ul li {
    font-size: 1.75rem;
  }
}

.img-container,
.color-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-container img {
  width: 100%;
}

.header-fake-browser {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  height: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.header-fake-browser span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 3px;
}
.control-fake-browser-1 {
  background: #62c453;
  border: 1px solid #4fa63c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.control-fake-browser-2 {
  background: #f4be4f;
  border: 1px solid #d7a13f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.control-fake-browser-3 {
  background: #ec695e;
  border: 1px solid #d75346;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fake-browser {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: 1rem 1rem 0;
}
@media (min-width: 768px) {
  .container-fake-browser {
    margin-top: 0;
  }
}

.main-fake-browser {
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  width: 100%;
}

.view .mask .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .view .mask .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.dialog-header {
  border-bottom: none;
  padding: 2rem 2rem 0;
}
.dialog-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: rgb(14, 73, 122);
}

.dialog-body {
  padding: 1rem 2rem 2rem;
}
