/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Localview Template
VERSION: 1.0
-------------------------------------------------------------------*/
/*--Variables--*/
@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap";
:root {
  --primary-color: #0aa8a7;
  --secondary-color: #edf6f5; }

body {
  line-height: 1.2;
  font-family: lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #777; }

p,
.paragraph {
  font-weight: 400;
  color: #777;
  font-size: 16px;
  line-height: 1.7;
  font-family: lato, sans-serif; }

small {
  font-size: 88%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: lato, sans-serif;
  font-weight: 700;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 48px; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px; } }

h2,
.h2 {
  font-size: 38px; }

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px; } }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 16px; }

h6,
.h6 {
  font-size: 15px; }

.display-3 {
  font-size: 3.5rem; }

.btn {
  font-size: 16px;
  font-family: lato, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 30px;
  border: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  white-space: nowrap; }

.btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: inherit;
  border: 1px solid transparent; }

.btn:hover,
.btn:active,
.btn:focus {
  outline: 0; }

.btn:hover::before,
.btn:active::before,
.btn:focus::before {
  height: 110%;
  width: 110%; }

.btn-sm {
  padding: 12px 30px;
  font-size: 15px; }

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color); }

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary.active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important; }

.btn-outline-primary {
  background-color: transparent;
  color: #222;
  border-color: transparent; }

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary.active {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color); }

.btn-outline-primary::before {
  border-color: var(--primary-color); }

.btn-link {
  color: var(--primary-color) !important; }

.btn-link i {
  font-size: 12px;
  margin-left: 5px;
  -webkit-transition: .2s ease;
  transition: .2s ease; }

.btn-link:active,
.btn-link:hover,
.btn-link.focus,
.btn-link.active {
  color: var(--primary-color);
  text-decoration: none; }

.btn-link:active i,
.btn-link:hover i,
.btn-link.focus i,
.btn-link.active i {
  margin-left: 10px; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::-moz-selection {
  background-color: #077877;
  color: #fff; }

::selection {
  background-color: #077877;
  color: #fff; }

body::-webkit-scrollbar {
  width: .5rem; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 2px solid #fff; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  margin: 0; }

img {
  vertical-align: middle;
  border: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a,
button,
select {
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease; }

a:focus,
button:focus,
select:focus {
  outline: 0; }

a:hover {
  color: var(--primary-color); }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 70px;
  padding-bottom: 70px; }

.section-title {
  margin-bottom: 30px; }

.bg-cover {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.border-default {
  border-color: #ececec !important; }

.overlay {
  position: relative; }

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5; }

.bg-primary {
  background-color: var(--primary-color) !important; }

.bg-light {
  background-color: var(--secondary-color) !important; }

.text-primary {
  color: var(--primary-color) !important; }

.rounded-lg {
  border-radius: 10px !important; }

.shadow,
.feature-card:hover,
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 12px 24px -6px rgba(45, 67, 121, 0.1) !important;
          box-shadow: 0 12px 24px -6px rgba(45, 67, 121, 0.1) !important; }

.form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: #777; }

.form-control::-moz-placeholder {
  color: #777; }

.form-control:-ms-input-placeholder {
  color: #777; }

.form-control::-ms-input-placeholder {
  color: #777; }

.form-control::placeholder {
  color: #777; }

textarea.form-control {
  height: 100px !important; }

.list-unstyled li {
  margin-bottom: 10px; }

.check-mark {
  position: relative;
  padding-left: 0; }

.check-mark::before {
  position: absolute;
  content: "\e64c";
  font-family: themify;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  left: -30px;
  top: 3px; }

.nav-item {
  margin: 0; }

.nav-item .nav-link {
  text-transform: capitalize;
  font-weight: 700; }

.navbar-light .navbar-nav .nav-link {
  color: #222; }

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-color); }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px; }

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px; } }

.banner {
  padding: 100px 0 50px; }

.feature-card {
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  background-color: #fff; }

.feature-card i {
  font-size: 30px;
  color: var(--primary-color);
  display: inline-block; }

.footer-list a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #777;
  margin: 8px 0; }

.footer-list a:hover {
  color: var(--primary-color); }

.social-icons a {
  color: var(--primary-color);
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: block; }

.social-icons a:hover {
  color: #fff;
  background-color: var(--primary-color); }

a.post-title {
  color: #222;
  display: block; }

a.post-title:hover {
  color: var(--primary-color); }

.content * {
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 20px; }

.content img {
  max-width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 15px; }

.content strong {
  font-weight: 600; }

.content a {
  color: #777;
  border-bottom: 1px dotted #ececec; }

.content a:hover {
  color: var(--primary-color); }

.content ol,
.content ul {
  padding-left: 20px; }

.content ol li,
.content ul li {
  margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none; }

.content ul li {
  padding-left: 20px;
  position: relative; }

.content ul li::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  left: 3px;
  top: 5px; }

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #ececec; }

.content table td,
.content table th {
  padding: .75rem;
  vertical-align: top;
  margin-bottom: 0; }

.content th:not(:last-of-type),
.content td:not(:last-of-type) {
  border-right: 1px solid #ececec; }

.content th {
  font-weight: 500; }

.content thead {
  background: #fff;
  margin-bottom: 0; }

.content thead tr {
  border-bottom: 1px solid #ececec; }

.content tbody {
  background-color: transparent;
  margin-bottom: 0; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: themify;
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #fff; }

.content .notices.note p::after {
  content: 'Note';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78c578;
  background: #fff; }

.content .notices.tip p::after {
  content: 'Tip';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #f0b37e;
  background: #fff; }

.content .notices.info p::after {
  content: 'Info';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #e06f6c;
  background: #fff; }

.content .notices.warning p::after {
  content: 'Warning';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #777;
  padding: 20px 40px;
  border-left: 2px solid var(--primary-color);
  margin: 40px 0;
  font-weight: 700;
  background: #fff; }

.content blockquote p {
  margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.pagination {
  margin-top: 30px;
  justify-content: center; }

.pagination .page-item .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: var(--secondary-color);
  text-align: center;
  padding: 0;
  margin-right: 10px;
  border: 0;
  color: #777; }

.pagination .page-item .page-link:hover {
  background: var(--primary-color);
  color: #fff; }

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 5px; }

.pagination .page-item.active .page-link {
  background: var(--primary-color);
  color: #fff; }

.slick-dots {
  text-align: center;
  margin-top: 20px; }

.slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-dots li.slick-active button {
  background-color: var(--primary-color); }

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  color: transparent;
  padding: 0;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  -webkit-transition: .2s ease;
  transition: .2s ease; }

.col-recommended {
  margin: -2rem -1.5rem;
  z-index: 1; }

@media (max-width: 991px) {
  .col-recommended {
    margin: 0;
    margin-bottom: 40px; } }

.price {
  font-size: 50px;
  color: #222; }
