﻿@import "https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap"; /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #4f4f4f;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}
h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 20px;
}
h1.hero {
  font-size: 52px;
  line-height: 68px;
}
h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
}
h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 10px;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 10px;
}
p,
q {
  display: block;
  font-weight: 300;
  margin-bottom: 20px;
}
ul,
ol {
  font-weight: 300;
  list-style-position: inside;
  padding: 0;
}
a {
  color: #1e94e6;
  font-weight: 300;
}
a:hover,
a:focus {
  cursor: pointer;
}
header.bg-white {
  color: var(--secondary);
}
header.bg-transparent {
  position: relative;
  z-index: 3;
}
header.bg-transparent .navbar {
  transition: ease 0.25s;
}
table {
  margin-bottom: 20px;
}
table th,
table td {
  padding: 10px;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  table th,
  table td {
    padding: 20px;
  }
}
table thead th {
  border-bottom: 1px solid var(--secondary);
}
img {
  height: auto;
  width: 100%;
  -webkit-user-drag: none;
}
blockquote {
  font-weight: 300;
}
iframe {
  border: 0;
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.btn {
  border-width: 2px;
  border-style: solid;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 13px 48px;
  white-space: normal;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .btn {
    margin-right: 30px;
    width: auto;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: inset 0px 2px 4px rgba(21, 106, 165, 0.4);
  text-decoration: none;
}
.btn:not(:first-child):last-child {
  margin-right: 0;
}
.btn.btn-primary {
  background-color: #1e94e6;
  border-color: #1e94e6;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #51b4f9;
  border-color: #51b4f9;
}
.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #177fc7;
  border-color: #177fc7;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #fff;
  border-color: #1e94e6;
  color: #1e94e6;
}
.btn.btn-secondary:hover {
  background-color: rgba(81, 180, 249, 0.2);
}
.btn.btn-secondary:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #c2e2f7;
  border-color: #1e94e6;
  color: #1e94e6;
}
.btn.btn-tertiary {
  background-color: #27c469;
  border-color: #27c469;
  color: #fff;
}
.btn.btn-tertiary:hover {
  background-color: #51dd8b;
  border-color: #51dd8b;
}
.btn.btn-tertiary:focus,
.btn.btn-tertiary:not(:disabled):not(.disabled):active,
.btn.btn-tertiary:not(:disabled):not(.disabled):active:focus {
  background-color: #27c469;
  border-color: #27c469;
  color: #fff;
}
.btn.btn-quaternary {
  background-color: #fff;
  border-color: transparent;
  color: #1e94e6;
}
.btn.btn-quaternary:hover {
  background-color: rgba(81, 180, 249, 0.2);
}
.btn.btn-quaternary:focus,
.btn.btn-quaternary:not(:disabled):not(.disabled):active,
.btn.btn-quaternary:not(:disabled):not(.disabled):active:focus {
  background-color: #c2e2f7;
  border-color: transparent;
  color: #1e94e6;
}
.btn.btn-scroll {
  align-items: center;
  background-color: transparent;
  border-color: #1e94e6;
  border-radius: 100%;
  color: #1e94e6;
  display: flex;
  justify-content: center;
  height: 55px;
  padding: 0;
  width: 55px;
}
.btn.btn-scroll:hover {
  background-color: #51b4f9;
  border-color: #51b4f9;
}
.btn.btn-scroll:focus,
.btn.btn-scroll:not(:disabled):not(.disabled):active,
.btn.btn-scroll:not(:disabled):not(.disabled):active:focus {
  background-color: #177fc7;
  border-color: #177fc7;
  color: #1e94e6;
}
.bg-dark .btn.btn-scroll {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bg-dark .btn.btn-scroll:hover {
  background-color: #51b4f9;
  border-color: #51b4f9;
}
.bg-dark .btn.btn-scroll:focus,
.bg-dark .btn.btn-scroll:not(:disabled):not(.disabled):active,
.bg-dark .btn.btn-scroll:not(:disabled):not(.disabled):active:focus {
  background-color: #177fc7;
  border-color: #177fc7;
  color: #fff;
}
form input,
form textarea,
form select,
form .form-control {
  border-color: #bdbdbd;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  background: #f5f5f5;
  color: #828282;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 14px 10px 15px;
}
form textarea {
  line-height: 1.25;
}
form label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
form .form-control {
  height: auto;
}
form .input-group {
  margin-bottom: 25px;
}
form .input-group input {
  border-radius: 0.25rem;
}
form .input-group .input-group-prepend .input-group-text {
  border-color: #bdbdbd;
  border-right: 0 none;
  font-size: 14px;
  font-weight: 300;
}
form .input-group .input-group-prepend + input {
  border-left: 0;
}
form .input-group .input-group-append .btn {
  padding-bottom: 10px;
  padding-top: 9px;
}
form .input-group .btn {
  margin: 0;
}
form .form-group {
  margin-bottom: 25px;
}
form .form-check {
  margin-bottom: 25px;
  padding: 0;
}
form .form-check input[type="checkbox"] {
  display: none;
}
form .form-check .ds-form-check-input {
  background: #f5f5f5;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  display: inline-block;
  float: left;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
form .form-check .form-check-input:checked + label .ds-form-check-input:after {
  align-items: center;
  content: "";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  width: 18px;
}
div[class^="col-"] {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  div[class^="col-"] {
    margin-bottom: 0;
  }
}
.card-deck {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .card-deck {
    grid-template-columns: repeat(auto-fit, minmax(280px, 33%));
    grid-gap: 0;
  }
}
.card-deck .card {
  border: 0 none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.card-deck .card-img.background-image {
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px;
  min-height: 300px;
}
.card-deck .card-body {
  border-radius: 0 0 5px 5px;
}
.card-deck .card-footer {
  background: none;
  border: 0 none;
  padding: 0;
}
.card {
  overflow: hidden;
}
.responsive-table-container {
  overflow-x: scroll;
}
.responsive-table-container table {
  min-width: 750px;
}
.responsive-map-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .responsive-map-container {
    padding-bottom: 19.5%;
  }
}
.responsive-map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon {
  width: 54px;
  height: 54px;
}
.subtitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.bg-dark {
  color: #f2f2f2;
}
.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.small {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}
section {
  position: relative;
}
section.article,
section.basic,
section.blog,
section.call-to-action,
section.contact,
section.content,
section.ecommerce,
section.faq,
section.feature,
section.form,
section.hero,
section.in-page-nav,
section.photo,
section.policy,
section.portfolio,
section.pricing,
section.profile,
section.team,
section.testimonial,
section.title {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  section.article,
  section.basic,
  section.blog,
  section.call-to-action,
  section.contact,
  section.content,
  section.ecommerce,
  section.faq,
  section.feature,
  section.form,
  section.hero,
  section.in-page-nav,
  section.photo,
  section.policy,
  section.portfolio,
  section.pricing,
  section.profile,
  section.team,
  section.testimonial,
  section.title {
    padding: 100px 0;
  }
}
.blog .tag i,
.blog .tag svg {
  margin-right: 10px;
}
.blog.blog-02 h2 {
  margin-bottom: 60px;
}
.blog.blog-02 .card-body {
  margin-bottom: 30px;
  padding: 0;
}
.blog.blog-02 .card-footer .card-text {
  margin-bottom: 0;
}
.blog.blog-02 .card-footer .card-text.tag {
  margin-bottom: 20px;
}
.blog.blog-02 .tag svg,
.blog.blog-02 .tag i {
  margin-right: 10px;
}
.blog.blog-10 .card {
  margin-bottom: 50px;
}
.blog.blog-10 .card:last-child {
  margin-bottom: 0;
}
.blog.blog-10 .card div[class^="col-"] {
  margin-bottom: 0;
}
.blog.blog-10 .card .col-12:first-child {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog.blog-10 .card .tag svg,
.blog.blog-10 .card .tag i {
  margin-right: 10px;
}
.blog.blog-10 .sidebar h2 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.blog.blog-10 .sidebar ul {
  font-size: 24px;
  list-style: none;
  margin-bottom: 50px;
}
.blog.blog-10 .sidebar ul li {
  line-height: 29px;
  margin-bottom: 15px;
}
.blog.blog-10 .sidebar .tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.blog.blog-10 .sidebar .tags .btn {
  margin: 0 10px 0 0;
  padding: 3px 10px;
}
.blog.blog-10 .model_pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.blog.blog-10 .model_pagination ul li {
  margin-right: 5px;
}
.blog.blog-10 .model_pagination ul li:last-child {
  margin-right: 0;
}
.blog.blog-10 .model_pagination ul li a {
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  color: #bdbdbd;
  display: flex;
  font-size: 15px;
  height: 32px;
  justify-content: center;
  line-height: 15px;
  width: 32px;
}
.blog.blog-10 .model_pagination ul li a.inactive {
  border-color: #1e94e6;
  color: #1e94e6;
}
.blog.blog-10 .model_pagination ul li a:hover,
.blog.blog-10 .model_pagination ul li a:focus {
  border-color: #1e94e6;
  color: #1e94e6;
  text-decoration: none;
}
.blog.blog-details-01 .blog-details-main-image {
  height: 300px;
  margin-bottom: 20px;
  object-fit: cover;
}
.blog.blog-details-01 .blog-tags {
  display: flex;
}
.blog.blog-details-01 .blog-tags .tag {
  margin: 0 30px 20px 0;
}
.blog.blog-details-01 .blog-tags .tag:first-child {
  padding-right: 50px;
  border-right: 1px solid #bdbdbd;
}
.blog.blog-details-01 .blog-author {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
}
.blog.blog-details-01 .blog-author .list-inline .list-inline-item {
  margin-right: 8px;
}
.blog.blog-details-01 .blog-author .list-inline .list-inline-item i,
.blog.blog-details-01 .blog-author .list-inline .list-inline-item svg {
  font-size: 24px;
  line-height: 28px;
}
.call-to-action.call-to-action-16 {
  padding: 500px 0;
}
.contact.contact-01 {
  padding-top: 0;
}
.contact.contact-01 strong {
  margin-right: 10px;
}
.contact.contact-01 .responsive-map-container {
  margin-bottom: 75px;
}
.contact.contact-08 {
  padding-top: 0;
}
.contact.contact-08 h3 {
  font-weight: 300;
}
.contact.contact-08 h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.contact.contact-08 a {
  display: inline-block;
  margin-bottom: 20px;
}
.contact.contact-08 section {
  margin-bottom: 20px;
}
.contact.contact-08 .header {
  background: #fafafa;
  padding: 100px 0;
  margin-bottom: 100px;
}
.content.content-02 img {
  margin-top: 50px;
}
.ecommerce.ecommerce-list-01 .sidebar {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}
.ecommerce.ecommerce-list-01 .sidebar .card-header {
  background: #fff;
  padding: 20px 30px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-header h2 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body {
  padding: 25px 30px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body a {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 24px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body a:hover,
.ecommerce.ecommerce-list-01 .sidebar .card-body a:focus {
  color: #1e94e6;
  text-decoration: none;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body ul {
  list-style-type: none;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul {
  margin-bottom: 0;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul > li {
  margin-bottom: 10px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul > li a {
  text-transform: uppercase;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul > li ul {
  margin: 10px 0 0 20px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul > li ul li {
  margin-bottom: 5px;
}
.ecommerce.ecommerce-list-01 .sidebar .card-body > ul > li ul li a {
  text-transform: capitalize;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-img a {
  display: block;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-img img {
  height: 200px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-body {
  padding: 0;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-body h2 {
  font-size: 16px;
  line-height: 19px;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-footer .tag a {
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  width: auto;
}
.ecommerce.ecommerce-list-01 .card-deck .card .card-footer .tag a i,
.ecommerce.ecommerce-list-01 .card-deck .card .card-footer .tag a svg {
  margin-right: 10px;
}
.ecommerce.ecommerce-item-01 h2 {
  font-size: 16px;
  line-height: 19px;
}
.ecommerce.ecommerce-item-01 section {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
}
.ecommerce.ecommerce-item-01 .price {
  color: #1e94e6;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 25px;
}
.ecommerce.ecommerce-item-01 .tag a {
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  width: auto;
}
.ecommerce.ecommerce-item-01 .tag a i,
.ecommerce.ecommerce-item-01 .tag a svg {
  margin-right: 10px;
}
.ecommerce.ecommerce-cart-01 h2 i,
.ecommerce.ecommerce-cart-01 h2 svg {
  margin-right: 15px;
}
.ecommerce.ecommerce-cart-01 table {
  width: 100%;
}
.ecommerce.ecommerce-cart-01 table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table thead {
    display: table-header-group;
  }
}
.ecommerce.ecommerce-cart-01 table tr {
  border-bottom: 1px solid #f5f5f5;
}
.ecommerce.ecommerce-cart-01 table th,
.ecommerce.ecommerce-cart-01 table td {
  vertical-align: middle;
}
.ecommerce.ecommerce-cart-01 table th:first-child,
.ecommerce.ecommerce-cart-01 table td:first-child {
  padding-left: 0;
}
.ecommerce.ecommerce-cart-01 table th {
  text-transform: uppercase;
}
.ecommerce.ecommerce-cart-01 table td {
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.ecommerce.ecommerce-cart-01 table td:first-child {
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table td:first-child {
    padding: 30px 20px 30px 0;
  }
}
.ecommerce.ecommerce-cart-01 table td:last-child {
  padding: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table td:last-child {
    padding: 30px 0 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table td {
    display: table-cell;
    padding: 30px 20px;
    text-align: left;
    width: auto;
  }
}
.ecommerce.ecommerce-cart-01 table h2 {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table h2 {
    display: inline-block;
  }
}
.ecommerce.ecommerce-cart-01 table img {
  height: 250px;
  margin: 0 0 25px 0;
  object-fit: cover;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table img {
    height: 80px;
    margin: 0 15px 0 0;
    width: 80px;
  }
}
.ecommerce.ecommerce-cart-01 table label {
  display: inline;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.ecommerce.ecommerce-cart-01 table input {
  width: auto;
}
.ecommerce.ecommerce-cart-01 table button {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0 none;
    float: right;
    padding: 0;
  }
  .ecommerce.ecommerce-cart-01 table button:hover,
  .ecommerce.ecommerce-cart-01 table button:focus,
  .ecommerce.ecommerce-cart-01
    table
    button:not(:disabled):not(.disabled):active,
  .ecommerce.ecommerce-cart-01
    table
    button:not(:disabled):not(.disabled):active:focus {
    background: none;
    box-shadow: none;
  }
}
.ecommerce.ecommerce-cart-01 table button i,
.ecommerce.ecommerce-cart-01 table button svg {
  display: none;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table button i,
  .ecommerce.ecommerce-cart-01 table button svg {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .ecommerce.ecommerce-cart-01 table button span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.faq.faq-01 {
  padding-top: 0;
}
.faq.faq-01 .faq-01-questions {
  background: #f5f5f5;
  padding: 50px 0 75px;
}
@media screen and (min-width: 992px) {
  .faq.faq-01 .faq-01-questions {
    padding-top: 100px;
  }
}
.faq.faq-01 .faq-01-questions ul {
  list-style-type: none;
}
.faq.faq-01 .faq-01-questions ul li {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.faq.faq-01 .faq-01-questions ul li i,
.faq.faq-01 .faq-01-questions ul li svg {
  margin-right: 15px;
}
.faq.faq-01 .faq-01-answers {
  margin-top: 75px;
}
.faq.faq-01 .faq-01-answers article {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.faq.faq-01 .faq-01-answers article:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq.faq-02 h2 {
  margin-bottom: 50px;
}
.faq.faq-02 .accordion .card {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin-bottom: 10px;
}
.faq.faq-02 .accordion .card .card-header {
  border-bottom: 0 none;
  border-radius: 0;
  padding: 0;
}
.faq.faq-02 .accordion .card .card-header button {
  appearance: none;
  -webkit-appearance: none;
  background: #f5f5f5;
  border: 0 none;
  color: #1e94e6;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 20px 64px 20px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq.faq-02 .accordion .card .card-header button:focus {
  outline: 0;
  text-decoration: underline;
}
.faq.faq-02 .accordion .card .card-header button i,
.faq.faq-02 .accordion .card .card-header button svg {
  align-items: center;
  background: #fff;
  border: 2px solid #1e94e6;
  border-radius: 100%;
  display: flex;
  font-size: 24px;
  height: 24px;
  justify-content: center;
  margin-left: 20px;
  position: absolute;
  right: 20px;
  transition: transform 0.5s linear;
  top: 20px;
  width: 24px;
}
.faq.faq-02 .accordion .card .card-header button.collapsed i,
.faq.faq-02 .accordion .card .card-header button.collapsed svg {
  transform: rotate(-180deg);
}
.faq.faq-02 .accordion .card .card-body {
  padding: 30px 20px;
  font-weight: 300;
}
.faq.faq-03 h3 {
  font-size: 1rem;
}
.faq.faq-03 .accordion h4 {
  border-bottom: 1px dashed #dee2e6;
  font-size: 1rem;
  line-height: 22px;
}
.faq.faq-03 .nav-link {
  border: 1px solid #dee2e6;
  color: #4f4f4f;
}
.faq.faq-03 .nav-link.active,
.faq.faq-03 .nav-link:hover,
.faq.faq-03 .nav-link:focus {
  border-color: #1e94e6;
  color: #1e94e6;
}
.faq.faq-03 .nav-link img {
  max-width: 30px;
}
.feature.feature-01 h2 {
  margin-bottom: 60px;
}
.feature.feature-11 .card-body {
  padding: 0;
}
.feature.feature-14 .container > .row {
  margin-bottom: 50px;
}
.feature.feature-14 h2 {
  margin-bottom: 100px;
}
.feature.feature-17 .container > .row:first-child {
  margin-bottom: 50px;
}
.feature.feature-20 h2 {
  margin-bottom: 75px;
}
.feature.feature-20 img {
  margin-bottom: 20px;
}
.footer.footer-11 {
  padding: 25px 0;
}
.footer.footer-11 img {
  margin-bottom: 20px;
}
.footer.footer-11 p {
  font-size: 12px;
  line-height: 15px;
}
.footer.footer-11 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 15px;
}
.footer.footer-11 ul li {
  margin-right: 25px;
}
.footer.footer-11 ul li:last-child {
  margin-right: 0;
}
.footer.footer-11 ul li a {
  color: #4f4f4f;
}
@media screen and (min-width: 768px) {
  .footer.footer-11 p {
    margin-bottom: 0;
  }
  .footer.footer-11 img {
    margin-bottom: 0;
  }
  .footer.footer-11 ul {
    margin: 0;
  }
}
.form.form-08 {
  background: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .form.form-08 {
    padding: 200px 0;
  }
}
.form.form-08 .card {
  border: 0 none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.form.form-08 .card-body {
  padding: 50px;
}
.form.form-08 .card .btn {
  float: right;
  margin: 0;
}
.form.form-12 .border-top {
  border-top: 5px solid #1e94e6;
}
.header .bar {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 10px 0;
  width: 35px;
}
@media screen and (min-width: 992px) {
  .header .navbar-nav {
    display: flex;
    align-items: center;
  }
}
.header .navbar-nav li:not(.btn) {
  margin-right: 15px;
}
.header .navbar-nav li:not(.btn):last-child {
  margin-right: 0;
}
.header .navbar-nav li:not(.btn) a {
  padding: 0;
}
.header .navbar-nav .btn {
  padding: 0;
  margin-bottom: 0;
}
.header .navbar-nav .btn a {
  padding: 8px 48px;
}
.header.header-03 .navbar-collapse {
  flex-grow: 0;
}
.hero.hero-01 {
  padding: 230px 0 290px;
}
.hero.hero-01 .btn-scroll {
  bottom: 55px;
  left: 50%;
  margin-bottom: 0;
  margin-left: -28px;
  position: absolute;
}
.policy.policy-01 ol {
  counter-reset: my-awesome-counter;
  list-style: none;
}
.policy.policy-01 ol > li {
  counter-increment: my-awesome-counter;
}
.policy.policy-01 ol > li:before {
  content: counter(my-awesome-counter) ") ";
  font-size: 32px;
  line-height: 38px;
}
.policy.policy-01 ol ol li:before {
  content: counter(my-awesome-counter, lower-alpha) ") ";
  font-size: 1em;
}
.policy.policy-01 h2 {
  display: inline-block;
}
.portfolio.portfolio-02 h2 {
  margin-bottom: 80px;
}
.portfolio.portfolio-02 .card-body {
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.team.team-02 img {
  margin-bottom: 20px;
}
.testimonial.testimonial-01 .container > .row {
  align-items: center;
}
.testimonial.testimonial-01 strong {
  margin-right: 10px;
}
.title.title-02 h1:after {
  background-color: #1e94e6;
  content: "";
  display: block;
  height: 3px;
  margin: 25px auto 0;
  width: 300px;
}
.title.title-02 img {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .title.title-02 img {
    margin-bottom: 0;
  }
}

.job-booking h4,
.job-booking p {
  line-height: 1.5;
}
.recaptcha-wrapper .recaptcha-resize .g-recaptcha {
  transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .recaptcha-wrapper .recaptcha-resize .g-recaptcha {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 479px) {
  .recaptcha-wrapper {
    max-width: 17rem !important;
    display: flex;
    justify-content: center;
  }
  .recaptcha-wrapper .recaptcha-resize .g-recaptcha {
    transform: scale(0.77) !important;
  }
}
@media only screen and (max-width: 330px) {
  .recaptcha-wrapper {
    max-width: 14rem !important;
    display: flex;
    justify-content: center;
  }
  .recaptcha-wrapper .recaptcha-resize .g-recaptcha {
    transform: scale(0.7) !important;
  }
}

.recaptcha-warning {
    border: 3px solid red;
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
  }

  .grecaptcha-badge {
    visibility: collapse !important;
  }

  .warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }

  .pad-20 {
    padding: 20px !important;
  }

  .padv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }