* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143em;
  font-weight: 400;
  color: #212529;
}
.main {
  background: #ffffff;
}
section,
.section {
  position: relative;
}
.container {
  width: 100%;
  margin: 0 auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'PT Sans Caption', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 3.5em;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 50px;
  line-height: 1;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143em;
  color: #333333;
  margin-bottom: 0;
}
a {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a,
a:hover,
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-body > a {
  text-decoration: underline;
  color: #212529;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 36px;
  }
  .section-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.8em;
  }
  h2 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 2.3em;
    line-height: 1;
  }
  h2 {
    font-size: 40px;
    line-height: 1;
  }
  h3 {
    font-size: 18px;
    line-height: 1;
  }
  p {
    line-height: 1.42857143em;
  }
  .section-heading > h2 {
    line-height: 1;
  }
  .service-thumb {
    text-align: center;
  }
}
.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.op-5 {
  opacity: 0.5;
}
.op-7 {
  opacity: 0.7;
}
.op-10 {
  opacity: 1;
}
.avatar-sm {
  height: 3rem;
  width: 3rem;
}
.avatar-md {
  height: 4rem;
  width: 4rem;
}
.avatar-lg {
  height: 5rem;
  width: 5rem;
}
.price-lg {
  max-width: 6rem;
}
.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
  text-decoration: underline;
}
.text-secondary {
  color: #666 !important;
}
.text-muted {
  color: #9ba5ae !important;
}
.color-primary {
  color: #212529 !important;
}
.featured-icon > span::before {
  font-size: 4.25rem;
  line-height: 1;
  color: #777;
  margin: 0;
}
.radius-25 {
  border-radius: 25px !important;
}
.radius-100 {
  border-radius: 100px !important;
}
.h-100vh {
  height: 100vh;
}
.inner .h-100vh {
  height: 100vh !important;
}
.single-brand {
  min-height: 100px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.section-heading {
  margin-bottom: 80px;
}
.section-heading > span,
.section-span {
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.section-heading > h2 {
  position: relative;
}
.section-heading > h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-5 .features-area .section-heading > h2::after,
.contact-page .contact-area .section-heading > h2::after {
  left: 0;
  transform: inherit;
}
.pt_0 {
  padding-top: 0;
}
.ptb_25 {
  padding: 25px 0;
}
.ptb_50 {
  padding: 50px 0;
}
.ptb_100 {
  padding: 100px 0;
}
.ptb_150 {
  padding: 150px 0;
}
.ptb_180 {
  padding: 180px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_180 {
    padding: 130px 0;
  }
  .ptb_150 {
    padding: 100px 0;
  }
  .ptb_100 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .res-margin {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .ptb_180 {
    padding: 130px 0;
  }
  .ptb_150,
  .ptb_100 {
    padding: 60px 0;
  }
  .res-margin {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .ptb_180 {
    padding: 80px 0;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999999999;
}
.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 70%;
  left: 50%;
  margin-left: -20px;
  margin-top: -40px;
  -webkit-animation: rotatee 2.0s infinite linear;
  animation: rotatee 2.0s infinite linear;
}
.spinner-logo {
position: absolute;
width   : 250px;
top     : 35%;
left    : 50%;
margin-left: -125px;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  background-color: #004085;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bouncee {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncee {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#scrollUp {
  position: fixed;
  right: 2%;
  bottom: 3%;
  height: 45px;
  width: 40px;
  border-radius: 4px;
  background-color: rgba(35, 35, 35, 0.65);
  text-align: center;
  cursor: pointer;
  z-index: 500;
  display: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#scrollUp > svg {
  display: block;
  height: 100%;
  font-size: 22px;
  color: #ffffff;
  margin: 0 auto;
}
#scrollUp:hover {
  background-color: #004085;
}
h2.header {
  position: relative;
}
h2.header::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h2.header.left::after {
  bottom: -25px;
  left: 35px;
}
h2.header::after {
  background-color: #004085;
}
div.list-box > span {
  position: relative;
}
div.list-box > span::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border: 2px solid #565656;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
ul.list-box {
  padding-left: 25px;
  list-style: circle;
}
ul.list-box li {
  list-style: circle;
}
.media-body {
  flex: none;
}
.btn {
  font-size: 0.825rem;
  font-weight: 700;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.915rem 1.85rem;
  border: 2px solid transparent;
  border-radius: 100px;
  transition: all 450ms ease-in-out;
}
.btn.media {
  display: flex;
  justify-content: center;
}
.btn:hover,
.btn:focus {
  background-color: #004085;
  color: #ffffff;
  border-color: #004085;
}
.btn-success {
  background: #28a745 !important;
  border-color: #28a745 !important;
}
.button-group {
  margin-top: 30px;
}
.button-group a {
  margin-right: 10px;
}
.button-group a:last-child {
  margin-right: 0;
}
.store-buttons a {
  text-align: left;
}
.store-buttons img {
  max-width: 190px;
}
.store-buttons .store-btn-content > span:first-child {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.btn.btn-white-op {
  border-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-white-op:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-blue-op {
  border-color: rgba(13, 149, 232, 0.5);
}
.btn.btn-blue-op:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}
.btn.btn-blue {
  background-color: #0d95e8;
  border-color: #0d95e8;
}
.btn.btn-blue:hover {
  background-color: #004085;
  border-color: #004085;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-blue-o {
  background-color: transparent;
  border-color: #0d95e8;
  color: #0d95e8;
}
.btn.btn-blue-o:hover {
  color: #ffffff;
  background-color: #0d95e8;
}
.btn.btn-blue-dark-o {
  background-color: transparent;
  border-color: #004085;
  color: #004085;
}
.btn.btn-blue-dark-o:hover {
  color: #ffffff;
  background-color: #004085;
}
.btn .btn-content > span:first-child {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.btn.btn-video {
  background: #004085;
}
.btn.btn-video:hover {
  fill: #004085;
  color: #004085;
  background: #ffffff;
  border-color: #004085;
}
.btn.appmax-btn {
  background-color: transparent;
  color: #333;
  border: 2px solid #ccc;
}
@media (max-width: 575px) {
  .button-group a {
    margin-top: 0;
    margin-right: 5px;
  }
  .button-group .btn {
    padding: 12px 20px;
  }
}
.btn-model {
  padding: 0.915rem 0;
}
.social-icons > a {
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-icons svg {
  display: block;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-icons > a:hover svg:first-child {
  margin-top: -45px;
}
.social-icons > a.facebook {
  background-color: #3b5999 !important;
}
.social-icons > a.instagram {
  background-color: #c13584 !important;
}
.social-icons > a.youtube {
  background-color: #f70000 !important;
}
.social-icons > a.vk {
  background-color: #587e9f !important;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
.navbar .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-brand-sticky {
  display: none;
}
.navbar-sticky {
  -webkit-transition: none;
  transition: none;
}
.navbar-sticky-transitioned {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-sticky-moved-up {
  position: fixed;
  top: 0;
  background: #ffffff;
  margin-top: -100px;
}
[data-theme=dark] .navbar-sticky-moved-up {
  background: #212529;
  -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0 rgba(30, 39, 69, 0.4);
  box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0 rgba(30, 39, 69, 0.4);
}
.navbar-sticky-on {
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
}
.navbar-sticky-on .navbar-brand-regular {
  display: none;
}
.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
}
/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .btn-outline {
  color: #ffffff;
}
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #212529;
}
.navbar-brand-regular,
.navbar-brand-sticky {
  width: 350px;
}
.navbar .top-phone {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  line-height: 1.2;
  text-align: right;
}
.navbar .top-phone .nav-link-top {
  display: block;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.navbar .top-phone .nav-link-top:hover {
  color: #0d95e8;
}
.navbar .top-phone span {
  color: #ffffff;
  font-weight: 100;
  font-size: 10px;
  text-transform: uppercase;
}
.navbar.navbar-sticky-on .top-phone .nav-link-top {
  color: #212529;
}
.navbar.navbar-sticky-on .top-phone .nav-link-top:hover {
  color: #004085;
}
.navbar.navbar-sticky-on .top-phone span {
  color: #8894a0;
}
.navbar.active .top-phone {
  text-align: left;
}
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #e7eaee;
}
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
  color: #2c2e30;
}
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
  color: #D2D5DA;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar-brand-regular,
  .navbar-brand-sticky {
    width: 250px;
  }
  .navbar .top-phone .nav-link-top {
    font-size: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .navbar-brand-regular,
  .navbar-brand-sticky {
    width: 250px;
  }
  .navbar .top-phone .nav-link-top {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
@media (max-width: 991px) {
  .main:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #ffffff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [data-theme=dark] .main:before {
    background: #01081f;
  }
  .canvas-open {
    overflow: hidden;
  }
  .canvas-open .main:before {
    width: 100%;
    opacity: 0.95;
    visibility: visible;
  }
  .navbar {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .navbar.active {
    display: block;
  }
  .navbar.active .navbar-inner {
    right: 0;
  }
  .navbar .navbar-inner {
    right: -100%;
    -webkit-transition: right 0.3s 0.2s;
    transition: right 0.3s 0.2s;
  }
  .navbar .nav-link {
    border-bottom: 1px solid #eee;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  [data-theme=dark] .navbar .nav-link {
    border-bottom: 1px solid #1E2745;
  }
  .navbar.navbar-dark .nav-link {
    color: #8894a0;
  }
  [data-theme=dark] .navbar.navbar-dark .nav-link {
    color: #f6f8f9;
  }
  .navbar.navbar-dark .nav-link:hover,
  .navbar.navbar-dark .nav-link:focus,
  .navbar.navbar-dark .nav-link.active,
  .navbar.navbar-dark .nav-link.current-menu-item {
    color: #2c2e30;
  }
  [data-theme=dark] .navbar.navbar-dark .nav-link {
    color: #e7eaee;
  }
  [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
    background: #212529;
  }
  [data-theme=dark] .dropdown-item:focus,
  [data-theme=dark] .dropdown-item:hover {
    background: #212529;
  }
  .navbar-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 20rem;
    padding-top: 2.5rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
  }
  [data-theme=dark] .navbar-inner {
    background: #151c32;
  }
  .navbar-inner .dropdown-menu:before {
    content: none;
  }
  .navbar-inner .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static;
  }
  [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
    color: #f6f8f9;
  }
  [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
    background: #212529;
  }
  .navbar.navbar-dark .dropdown.show > .nav-link {
    color: #2c2e30;
  }
  [data-theme=dark] .navbar.navbar-dark .dropdown.show > .nav-link {
    color: #e3e4e6;
  }
  .nav-open .main-wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  /*MOBILE NAVBAR TOGGLER*/
  .navbar-toggler {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    border: none;
    height: 100%;
    width: 3.75rem;
    background-image: none;
    border-radius: 0;
    z-index: 1;
    display: inline-block;
  }
  .navbar-inner .navbar-toggler {
    position: absolute;
    height: 2.5rem;
    top: 0;
  }
  .navbar-toggler-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: none !important;
  }
  .navbar-toggler-icon,
  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar-toggler-icon {
    height: 3px;
    width: 50%;
    background: #8894a0;
    display: inline-block;
  }
  .navbar-dark .navbar-toggler-icon {
    background: #ffffff;
  }
  .navbar-sticky-on .navbar-toggler-icon {
    background: #8894a0;
  }
  .navbar-dark .navbar-toggler-icon.active:before,
  .navbar-dark .navbar-toggler-icon.active:after {
    background: #8894a0;
  }
  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    content: "";
    background: #8894a0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .navbar-dark .navbar-toggler-icon:before,
  .navbar-dark .navbar-toggler-icon:after {
    background: #ffffff;
  }
  .navbar-sticky-on .navbar-toggler-icon:before,
  .navbar-sticky-on .navbar-toggler-icon:after {
    background: #7e8085;
  }
  .navbar-toggler-icon::before {
    top: -0.625rem;
  }
  .navbar-toggler-icon::after {
    top: 0.625rem;
  }
  .navbar-toggler-icon.active {
    background-color: transparent;
    -webkit-transform: scale(0.85) rotate(270deg);
    transform: scale(0.85) rotate(270deg);
  }
  .navbar-toggler-icon.active:before {
    top: 0;
    -webkit-transform: scale(0.65) rotate(45deg);
    transform: scale(0.65) rotate(45deg);
  }
  .navbar-toggler-icon.active:after {
    top: 0;
    -webkit-transform: scale(0.65) rotate(-45deg);
    transform: scale(0.65) rotate(-45deg);
  }
  .navbar .top-phone .nav-link-top {
    color: #212529;
  }
  .navbar .top-phone span {
    color: #212529;
  }
}
@media (max-width: 575px) {
  .navbar-brand-regular,
  .navbar-brand-sticky {
    width: 250px !important;
  }
  .spinner-logo {
    top: 20%;
  }
}
.welcome-area {
  height: 950px;
  z-index: 1;
}
.welcome-area,
.inner-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/top.jpg") no-repeat scroll center center / cover;
}
.welcome-area .btn {
  min-width: 220px;
}
.welcome-area .btn.btn-model {
  min-width: 140px;
}
.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}
.welcome-area .shape-bottom {
  bottom: -6px;
  z-index: -1;
}
@media (min-width: 992px) {
}
.welcome-area.bg-overlay::after {
  z-index: -2;
}
.welcome-area h2.sub {
  font-weight: 100;
  font-size: 26px;
}
.bounce .welcome-thumb > img {
  position: relative;
  -webkit-animation: bounceHero 3s infinite;
  animation: bounceHero 3s infinite;
}
@-webkit-keyframes bounceHero {
  0% {
    top: 0;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
@keyframes bounceHero {
  0% {
    top: 0;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .welcome-area .btn {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .welcome-area h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .welcome-area,
  .inner .welcome-area {
    height: 700px !important;
  }
  .inner .h-100vh {
    height: 100vh !important;
  }
}
@media (max-width: 767px) {
  .welcome-area {
    height: 100% !important;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .welcome-intro {
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .welcome-area h2 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .inner .h-100vh {
    height: 100% !important;
  }
  .welcome-intro {
    margin-top: 0;
  }
  .welcome-area h2,
  .welcome-area p {
    text-align: center;
  }
  .welcome-area .btn {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .welcome-area h2 {
    font-size: 46px;
  }
  .welcome-area .btn {
    width: 49%;
  }
  .welcome-area .btn-full {
    width: 100%;
  }
}
.item-area .item-text h2 {
  font-size: 40px;
}
.item-area .item-text h3 {
  color: #8894a0;
}
.item-area .badges {
  position: absolute;
  bottom: 0;
}
.item-area .item-thumb {
  text-align: center;
  display: flex;
  position: relative;
}
.item-area .item-thumb:hover .swipe-block {
  display: none;
}
.item-area .badges img {
  width: 100px;
}
.item-area .video {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 0;
}
.item-area .price {
  border-radius: 2px;
  margin: 5px 0;
  font-size: 36px;
  font-weight: 700;
}
.item-area .currency {
  font-size: 20px;
  margin-left: 5px;
  color: #8894a0;
}
.item-area .img-own-item {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #cfe1e5;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  background: url('../img/loupe.svg') 50% 50% #ffffff no-repeat;
  background-size: 0;
}
.item-area .img-own-item:hover {
  border: 1px solid #004085;
  background-size: 40px;
}
.item-area .img-own-item:hover img {
  opacity: 0.1;
}
.item-area .img-own-item img {
  max-width: 90%;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.item-area .tooltips {
  position: relative;
  padding-left: 5px;
}
.item-area .tooltip-vopros {
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  color: #004085;
  border-bottom: 1px dashed #004085;
  padding: 0 !important;
}
.item-area .tooltip-hidden {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #ffffff;
  color: #004085;
  padding: 15px !important;
  text-align: center;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.item-area .tooltip-hover:after {
  content: attr(data-title);
  display: none;
  position: absolute;
  bottom: 130%;
  left: 0;
  background-color: #ffffff;
  color: #004085;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
.item-area .tooltip-hover:hover:after {
  display: block;
}
.item-area .tooltip-hover + .tooltip-hidden:before {
  content: " ";
  position: absolute;
  top: 98%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
.item-area .tooltip-hover + .tooltip-hidden:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  z-index: 1;
}
.item-area .tooltip-hover:hover + .tooltip-hidden {
  display: block;
}
.item-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.item-area .owl-carousel button.owl-dot {
  height: 8px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  outline: none;
  margin: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-area .owl-carousel button.owl-dot.active {
  background-color: #004085;
}
@media (max-width: 575px) {
  .item-area .item-text h2 {
    font-size: 30px;
  }
  .btn-buy {
    width: 100%;
  }
}
.items-list {
  padding: 10px;
  display: flex;
  color: #8894a0;
  border-radius: 0.425rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}
.items-list .card {
  border: 0;
}
.items-list .card .card-footer {
  min-height: 70px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.items-list:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}
.card-header .btn {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: #212529;
  text-align: left;
  border: 0;
}
.card-header.bg-overlay .btn,
.card-header.bg-overlay .btn:focus {
  color: #ffffff !important;
}
.card-header.bg-overlay .btn.collapsed,
.card-header.bg-overlay .btn.collapsed:focus {
  color: #ffffff !important;
}
.card-header .btn.collapsed {
  color: #8894a0;
}
.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: inherit !important;
}
.card-header .btn::after,
.card-header .btn.collapsed::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.25rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.card-header .btn::after {
  content: '\f068';
}
.card-header .btn.collapsed::after {
  content: '\f067';
}
.promo-area h2 {
  font-size: 30px;
}
.promo-area h3 {
  font-size: 20px;
  line-height: 1.2;
}
.promo-area .promo-text {
  min-height: 100px;
}
.promo-area .single-promo {
  position: relative;
  transition: all 0.3s ease 0s;
}
.promo-area .single-promo::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, rgba(32, 40, 119, 0.97), rgba(55, 46, 149, 0.97), rgba(83, 49, 177, 0.96), rgba(114, 48, 205, 0.96), rgba(150, 41, 230, 0.97));
  bottom: 0;
  left: 0;
  opacity: 0;
}
.promo-area .single-promo:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.promo-area .single-promo:hover::after {
  opacity: 1;
}
.promo-area .single-promo > i {
  font-size: 4.5em;
}
.promo-area .dark .promo-area .col-12.col-sm-6:nth-child(2n) .single-promo {
  margin-top: 3rem !important;
}
@media (max-width: 575px) {
  .promo-area .dark .promo-area .col-12.col-sm-6:nth-child(2n) .single-promo {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 991px) {
}
.promo-icons .col-12.col-sm-6:nth-child(2n) .single-promo {
  margin-top: 3rem !important;
}
.promo-icons .single-promo {
  position: relative;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  min-height: 250px;
}
.promo-icons .single-promo::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(32, 40, 119, 0.97), rgba(55, 46, 149, 0.97), rgba(83, 49, 177, 0.96), rgba(114, 48, 205, 0.96), rgba(150, 41, 230, 0.97));
  bottom: 0;
  left: 0;
}
.single-review .card-top {
  position: relative;
  padding: 1.5rem 1.8rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-review .reviewer {
  position: relative;
}
.single-review .reviewer::after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background-color: #f6f9fe;
  bottom: calc(100% - 10px);
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-review:hover .card-top {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
.contact-us .social-icon {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.contact-us .social-icon {
  background: #004085;
}
.contact-us .contact-link .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #8894a0;
}
.contact-us .contact-link .phone {
  font-size: 26px;
}
.contact-us .contact-link:hover .title {
  color: #212529;
}
.contact-us .contact-link:hover .phone {
  color: #004085;
}
.contact-box .form-group input,
.contact-box .form-group textarea {
  font-size: 14px;
  height: 50px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-box .form-group textarea {
  height: 160px;
  padding: 15px;
}
.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.contact-box button {
  height: 60px;
  border-radius: 8px;
}
/*Map Area*/
.map-area {
  height: 550px;
  width: 100%;
}
.map-area iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .map-area {
    height: 450px;
  }
}
.contact-top > h3 {
  font-size: 2em;
}
.contact-bottom > span {
  font-size: 13px;
}
.contact-bottom > span a {
  text-decoration: underline;
  color: #212529;
}
.footer-area.bg-overlay::after {
  opacity: 1 !important;
}
.footer-area,
.footer-area a,
.footer-area h3,
.footer-area p,
.footer-area span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.footer-area .social-icons > a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #ffffff !important;
}
.footer-area .social-icons > a:hover svg:first-child {
  margin-top: -40px;
}
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area a:hover {
  color: #ffffff !important;
}
.footer-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/bottom.jpg") no-repeat scroll center center / cover;
}
@media (min-width: 992px) {
  .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer-items {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer-items {
    margin-bottom: 30px;
  }
  .footer-area .col-12:last-of-type .footer-items {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .top-phone .nav-link-top {
    color: #1b1e21;
  }
  .top-phone span {
    color: #1b1e21;
  }
  .bg-overlay::after,
  .benifits-item:after {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.98), rgba(27, 67, 123, 0.98));
  }
}
.text-dark {
  color: #212529;
}
.text-gray {
  color: #8894a0;
}
.text-blue {
  color: #004085;
}
.text-white {
  color: #ffffff;
}
.text-red {
  color: red;
}
.bg-overlay,
.overlay-white,
.overlay-dark {
  position: relative;
  z-index: 0;
}
.bg-overlay::after,
.overlay-white:after,
.overlay-dark:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg-overlay::after {
  opacity: 0.94;
  z-index: -1;
}
.overlay-white:after {
  background-color: #ffffff;
  opacity: 0.89;
  z-index: -1;
}
.overlay-dark::after {
  background-color: #2e2f33;
  opacity: 0.94;
  z-index: -1;
}
.bg-gray {
  background-color: #f6f9fe;
}
.bg-inherit {
  background: inherit !important;
}
.bg-overlay::after {
  background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(27, 67, 123, 0.95));
}
.btn-primary {
  color: #ffffff;
  background-color: #004085;
  border-color: #003976;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:active {
  color: #ffffff;
  background-color: #002752;
  border-color: #002348;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #004085;
  border-color: #004085;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus {
  color: #ffffff;
  background-color: #002752;
  border-color: #002348;
}
.btn-primary.btn-o {
  color: #004085;
  background-color: transparent;
  border-color: #00346c;
}
.btn-primary.btn-o:hover,
.btn-primary.btn-o:focus,
.btn-primary.btn-o:active,
.btn-primary.btn-o.active,
.open > .dropdown-toggle.btn-primary.btn-o,
.open > .dropdown-toggle.btn-primary.btn-o:hover,
.open > .dropdown-toggle.btn-primary.btn-o:focus,
.open > .dropdown-toggle.btn-primary.btn-o:active {
  color: #ffffff;
  background-color: #002752;
  border-color: #002348;
}
.btn-primary.btn-o:active,
.btn-primary.btn-o.active,
.open .dropdown-toggle.btn-primary.btn-o {
  background-image: none;
}
.btn-primary.btn-o.disabled,
.btn-primary.btn-o[disabled],
fieldset[disabled] .btn-primary.btn-o,
.btn-primary.btn-o.disabled:hover,
.btn-primary.btn-o[disabled]:hover,
fieldset[disabled] .btn-primary.btn-o:hover,
.btn-primary.btn-o.disabled:focus,
.btn-primary.btn-o[disabled]:focus,
fieldset[disabled] .btn-primary.btn-o:focus,
.btn-primary.btn-o.disabled:active,
.btn-primary.btn-o[disabled]:active,
fieldset[disabled] .btn-primary.btn-o:active,
.btn-primary.btn-o.disabled.active,
.btn-primary.btn-o[disabled].active,
fieldset[disabled] .btn-primary.btn-o.active {
  background-color: #004085;
  border-color: #004085;
}
.step-bg {
  background-image: linear-gradient(268deg, #fff 0, transparent 66%), repeating-linear-gradient(223deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), repeating-linear-gradient(268deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), repeating-linear-gradient(313deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), linear-gradient(178deg, #fff, #fff);
}
.step-bg-gray {
  background-image: linear-gradient(268deg, #f6f9fe 0, transparent 66%), repeating-linear-gradient(223deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), repeating-linear-gradient(268deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), repeating-linear-gradient(313deg, rgba(189, 189, 189, 0.08) 0, rgba(189, 189, 189, 0.08) 1px, transparent 1px, transparent 16px), linear-gradient(178deg, #f6f9fe, #f6f9fe);
}
.tmb-wrap-table div {
  border-color: #f4f8fa;
}
.tmb-wrap-table div.active {
  border-color: #004085;
}
.text-area .col-12.col-sm-6:nth-child(2n) .promo-new {
  margin-top: 3rem !important;
}
.promo-new {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.promo-new::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, rgba(32, 40, 119, 0.97), rgba(55, 46, 149, 0.97), rgba(83, 49, 177, 0.96), rgba(114, 48, 205, 0.96), rgba(150, 41, 230, 0.97));
  bottom: 0;
  left: 0;
  opacity: 1;
}
.promo-new img {
  max-height: 120px;
}
.promo-new .promo-text {
  min-height: 100px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.brazzers-daddy {
  position: inherit;
}
.swipe-block {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-content: center;
}
.swipe-block img {
  position: absolute;
  opacity: 0.3;
  margin: 0 auto;
  bottom: 50px;
  animation: left-right 5s infinite;
}
@keyframes left-right {
  0%,
  100% {
    left: 25%;
  }
  50% {
    left: 75%;
  }
}
.item-area .video {
  bottom: 50px;
  top: inherit;
}
.--ambulance .inner-area,
.--ambulance .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/ambulance-top.jpg") no-repeat scroll center center / cover;
}
.--ambulance .footer-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/ambulance-bottom.jpg") no-repeat scroll center center / cover;
}
.--kids .inner-area,
.--kids .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/kids-top.jpg") no-repeat scroll center center / cover;
}
.--kids .footer-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/kids-bottom.jpg") no-repeat scroll center center / cover;
}
.--home .inner-area,
.--home .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/home-top.jpg") no-repeat scroll center center / cover;
}
.--home .footer-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/home-bottom.jpg") no-repeat scroll center center / cover;
}
div.list-box > span.font-weight-bold::before {
  display: none;
}
div.list-box .media-body.font-weight-bold {
  font-size: 18px;
  padding-left: 0 !important;
}