/*----------- Globals -----------*/
/* Disable outline */
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/* Body */
body {
  background-color: #f9f9f9;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  position: relative;
}

/* Typography */
i.icon {
  line-height: 100%;
}

p {
  font-size: 17px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222;
  font-weight: 600;
}

b {
  font-weight: bold;
}

/* Other elements */
a {
  transition: all 0.15s ease-in-out;
}

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

hr {
  border-top: 3px solid #1b1b1b;
  margin: 0;
}

.anchor-basic {
  color: #222 !important;
}

.anchor-basic:hover,
.anchor-basic:focus {
  color: #000 !important;
}

/* Buttons */
.button-main {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #222;
  font-size: 14px;
  padding: 10px 35px;
}

.button-main:focus {
  background-color: #6e6e6e;
  border: 1px solid #8a8a8a;
  box-shadow: none;
}

.button-main.button-scheme {
  color: #fff;
}

/* Helpers */
.rc-mb-0 {
  margin-bottom: 0 !important;
}

/* Overlay background */
.element-cover-bg {
  background-color: rgba(0, 0, 0, 0.85);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.element-cover-bg:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* General styles */
.f-basis-100 {
  flex-basis: 100%;
}

.content-title {
  line-height: 1.5;
  margin-bottom: 12px;
}

.tns-nav {
  margin: 10px 0;
  text-align: center;
}

.tns-nav>[aria-controls] {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  width: 9px;
}

.tns-nav>.tns-nav-active {
  background: #999;
}

.lity {
  z-index: 99990;
}

.lity-wrap {
  z-index: 99990;
}

.lity-loader {
  z-index: 99991;
}

.lity-container {
  z-index: 99992;
}

.lity-content {
  z-index: 99993;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 99994;
}

.lity {
  transition: opacity 0.15s ease;
}

.lity-loader {
  transition: opacity 0.15s ease;
}

.lity-content {
  transition: transform 0.15s ease;
}

.lity-close {
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 19px;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 30px;
  width: 22px;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  align-self: flex-end;
  background-color: gray;
  height: 3px;
  width: 100%;
}

.lity-close:before {
  content: '';
  width: 85%;
}

.lity-close:after {
  content: '';
}

.lity-close .btn-line {
  width: 55%;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
}

.lity-close .btn-line {
  display: none;
}

.lity-close:before {
  transform: rotate(45deg);
}

.lity-close:after {
  transform: rotate(-45deg);
}

.lity-close:active {
  top: 25px;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  background-color: #fff;
  height: 2px;
}

@media (max-width: 575.98px) {
  .lity-close {
    right: 15px;
  }
}

.page-wrapper {
  padding: 100px 0;
}

.button-close {
  position: fixed;
  right: 4vw;
  top: 35px;
  z-index: 99;
}

.button-close .close-btn {
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 19px;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  width: 30px;
}

.button-close .close-btn .btn-line,
.button-close .close-btn:before,
.button-close .close-btn:after {
  align-self: flex-end;
  background-color: gray;
  height: 3px;
  width: 100%;
}

.button-close .close-btn:before {
  content: '';
  width: 85%;
}

.button-close .close-btn:after {
  content: '';
}

.button-close .close-btn .btn-line {
  width: 55%;
}

.button-close .close-btn .btn-line,
.button-close .close-btn:before,
.button-close .close-btn:after {
  background-color: #000;
  position: absolute;
  width: 100%;
}

.button-close .close-btn .btn-line {
  display: none;
}

.button-close .close-btn:before {
  transform: rotate(45deg);
}

.button-close .close-btn:after {
  transform: rotate(-45deg);
}

.button-close .close-btn .btn-line,
.button-close .close-btn:before,
.button-close .close-btn:after {
  background-color: #000;
  height: 2px;
}

.section-heading {
  margin-bottom: 50px;
  text-align: left;
}

.section-heading>.section-title {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

.section-heading.page-heading {
  margin-bottom: 92px;
  text-align: center;
}

.section-heading.page-heading>.section-title {
  font-size: 46px;
  margin-bottom: 37px;
}

.section-heading.page-heading>.animated-bar {
  background-color: #fff;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto 0 auto;
  position: relative;
  right: 0;
  width: 75px;
}

.section-heading.page-heading>.animated-bar:before,
.section-heading.page-heading>.animated-bar:after {
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: barAnimation;
  -webkit-animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: barAnimation;
  animation-timing-function: linear;
  background-color: transparent;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}

.section-heading.page-heading>.animated-bar:before {
  left: 8px;
}

.section-heading.page-heading>.animated-bar:after {
  left: 0;
}

@-webkit-keyframes barAnimation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(75px);
  }
}

@keyframes barAnimation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(75px);
  }
}

.section-heading>.section-description {
  font-size: 15px;
  margin-bottom: 17px;
}

@media (max-width: 991.98px) {

  .section-heading>.section-title {
    font-size: 36px;
  }

  .section-heading>.section-description {
    font-size: 14px;
  }

  .section-heading.page-heading>.section-title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .section-heading>.section-description {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .section-heading>.section-title {
    font-size: 34px;
  }

  .section-heading.page-heading>.section-title {
    font-size: 36px;
  }
}

/*----------- Preloader lightbox -----------*/
.preloader {
  background-color: #0e0e0e;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.preloader .preloader-block {
  -webkit-transform: translate(50%, 50%);
  bottom: 50%;
  position: fixed;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 3000;
}

.preloader .preloader-block .preloader-icon .loading-dot {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-1 {
  -webkit-animation: 1.2s grow ease-in-out infinite;
  animation: 1.2s grow ease-in-out infinite;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-2 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
  animation: 1.2s grow ease-in-out infinite 0.15555s;
  margin: 0 14px;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-3 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
  animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {

  0%,
  40%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes grow {

  0%,
  40%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/*----------  Navbar  ----------*/
.navbar {
  background-color: transparent;
  padding: 40px 50px;
}

.navbar .navbar-brand span {
  color: #111;
  text-transform: uppercase;
}

.navbar .navbar-brand img {
  width: 110px;
}

.navbar .navbar-brand svg {
  width: 110px;
}

.navbar .navbar-brand svg #logo-text {
  fill: #111;
}

.navbar .navbar-menu {
  display: none;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
}

.navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
  margin-right: 32px;
}

@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
    width: 90px;
  }

  .navbar .navbar-menu {
    -ms-flex-pack: justify;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 19px;
    justify-content: space-between;
    position: relative;
    width: 30px;
  }

  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:before,
  .navbar .navbar-menu:after {
    align-self: flex-end;
    background-color: gray;
    height: 3px;
    width: 100%;
  }

  .navbar .navbar-menu:before {
    content: '';
    width: 85%;
  }

  .navbar .navbar-menu:after {
    content: '';
  }

  .navbar .navbar-menu .btn-line {
    width: 55%;
  }

  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:before,
  .navbar .navbar-menu:after {
    background-color: #222;
  }

  .navbar .navbar-collapse .navbar-nav {
    background-color: #f3f3f3;
    padding: 8px 20px;
    position: relative;
    top: 8px;
    width: 200px;
    z-index: 2;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    letter-spacing: 0.35px;
    padding: 7px 0;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  .navbar .navbar-collapse .navbar-nav .nav-link:focus {
    color: #000;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .navbar .navbar-brand svg {
    height: 30px;
  }
}

/*--------- Bottom Nav --------*/
#bottom-nav {
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 50px;
}

#bottom-nav .booking {
  margin-left: 8px;
}

#bottom-nav .booking a {
  text-decoration: underline;
  /* text-decoration-color: #000; */
  color: #000;
  font-weight: 600;
}

#bottom-nav .booking:before {
  content: '';
  display: inline-block;
  margin: 0 3px;
  color: #f3f3f3;
}

.home-area #bottom-nav {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .home-area #bottom-nav {
    bottom: auto;
    flex-wrap: wrap-reverse;
  }

  #bottom-nav {
    flex-wrap: wrap-reverse;
  }

  #bottom-nav li {
    margin-bottom: 26px;
  }
}

#bottom-nav li {
  font-size: 26px;
}

#bottom-nav li:not(last-child) {
  margin-right: 14px
}

#bottom-nav li a {
  color: #f3f3f3;
}


/*----------- Home -----------*/
.home-area {
  background-color: #fff;
  background-position: center center;
  height: 100vh;
  overflow: hidden;
}

.home-area:before {
  background-color: rgba(0, 0, 0, 0.0);
}

.home-area .single-icon {
  padding: 0 35px;
}

@media (min-width: 991.98px) {
  .home-area>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-area>.container>.row {
    height: 75% !important;
    margin-top: 30px;
  }

  .home-area .single-icon:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
  }

  .home-area .single-icon:first-child img {
    width: 350px;
  }
}

@media (max-width: 991.98px) {
  .home-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .home-area>.container {
    height: auto !important;
  }

  .home-area .single-icon {
    padding: 30px 80px;
  }
}

@media (max-width: 767.98px) {
  .home-area .single-icon {
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .home-area {
    overflow: auto;
    display: block;
  }

  .home-area .single-icon {
    padding: 25px 60px;
  }

  .home-area .single-icon:first-child {
    margin-top: 100px;
  }

  .home-area .single-icon:last-child {
    margin-bottom: 100px;
  }

}


.block-title.centered {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.block-title.centered {
  margin-bottom: 24px;
}

/*----------- Scrapbook -----------*/

.scrapbook-reviews .single-review {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0 0 0 / 35%);
  padding: 48px 40px;
  text-align: left;
  user-select: none
}

.scrapbook-reviews .single-review .review-header {
  margin-bottom: 23px
}

.scrapbook-reviews .single-review .review-client {
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left
}

.scrapbook-reviews .single-review .review-client .client-avatar {
  margin-right: 14px;
  width: 54px
}

.scrapbook-reviews .single-review .review-client .client-details {
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 100%
}

.scrapbook-reviews .single-review .review-client .client-name {
  color: #cecece;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px
}

.scrapbook-reviews .single-review .review-client .client-role {
  color: #949494;
  display: inline-block;
  font-size: 14px;
  font-weight: 400
}

.scrapbook-reviews .single-review .review-icon {
  display: inline-block;
  font-size: 50px;
  color: #cecece;
}

.scrapbook-reviews .single-review .review-content {
  font-size: 15px;
  margin-bottom: 0;
  color: #cecece;
}

.scrapbook-reviews .tns-outer {
  position: relative
}

.scrapbook-reviews .tns-nav {
  margin-bottom: 0;
  margin-top: 30px
}

@media (max-width: 991.98px) {
  .scrapbook-reviews .single-review {
    padding: 45px 40px
  }

  .scrapbook-reviews .single-review .review-client .client-avatar {
    width: 50px
  }

  .scrapbook-reviews .single-review .review-client .client-role {
    font-size: 13px
  }

  .scrapbook-reviews .single-review .review-icon {
    display: inline-block;
    font-size: 47px
  }
}

@media (max-width: 767.98px) {
  .scrapbook-reviews .single-review .review-content {
    font-size: 14px
  }
}

@media (max-width: 362px) {
  .scrapbook-reviews .single-review .review-icon {
    display: none
  }
}

.scrapbook-box-title {
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
}

.scrapbook-section .scrapbook-block:not(:last-child) {
  margin-bottom: 50px;
}

.scrapbook-section .scrapbook-media .embed-responsive-item {}

.scrapbook-section .scrapbook-media .embed-responsive-item:before {
  background-color: rgba(0, 0, 0, .2)
}

.scrapbook-section .scrapbook-media .embed-responsive-item,
.scrapbook-section .scrapbook-media .embed-responsive-item:before {
  border-radius: 3px
}

.scrapbook-section .scrapbook-media .embed-responsive-item .play-wrapper {
  -webkit-transform: scale(1);
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: all .1s ease-in-out;
  width: 70px
}

.scrapbook-section .scrapbook-media .embed-responsive-item .play-wrapper .icon {
  color: #222;
  display: block;
  font-size: 30px;
  line-height: 74px;
  text-align: center
}

.scrapbook-section .scrapbook-media .embed-responsive-item:hover .play-wrapper {
  transform: scale(1.075)
}

/*----------- Team -----------*/
.team-list {
  font-size: 14px;
}

.team-section .team-list .media:not(:last-child) {
  margin-bottom: 39px;
}

@media (max-width: 767.98px) {
  .team-section .team-list .media {
    display: block;
    text-align: center;
  }

  .team-section .team-list .media img {
    margin-right: 0 !important;
  }

  .team-section .team-list .media .media-body {
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
  }
}

/*----------- Contact -----------*/
.contact-section address,
.contact-section ul {
  margin: 0;
}

.contact-section .contact-form .content-title {
  margin-bottom: 22px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 25px;
}

.contact-section .contact-form .form-group .form-control {
  background-color: rgb(231, 231, 231);
  border: none;
  border-bottom: 1px solid #bebebe;
  border-radius: 0;
  font-size: 15px;
  height: 44px;
  padding: 9px 14px;
}

.contact-section .contact-form .form-group .form-control:-webkit-autofill,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:hover,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:focus,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #ccc inset;
  -webkit-text-fill-color: #333 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact-section .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #333;
}

.contact-section .contact-form .form-group .form-control::-moz-placeholder {
  color: #333;
}

.contact-section .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #333;
}

.contact-section .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #333;
}

.contact-section .contact-form .form-group .form-control,
.contact-section .contact-form .form-group .form-control::placeholder {
  color: #333;
}

.contact-section .contact-form .form-group .form-control:focus {
  box-shadow: none;
}

.contact-section .contact-form .form-group.form-message #contact-message {
  height: auto;
}

.contact-section .contact-form .form-submit #contact-submit {
  padding: 10px 26px;
  background-color: #000!important;
  border-color: #000!important;
  transition: all 0.15s ease-in-out;
}

.contact-section .contact-form .form-submit #contact-submit:focus {
  background-color: rgb(17, 17, 17)!important;
  border-color: rgb(17, 17, 17)!important;
}

.contact-section .contact-form .form-submit #contact-submit.wait {
  background-color: #333 !important;
  border-color: #333 !important;
}

.contact-section .contact-form .form-submit #contact-submit.success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.contact-section .contact-form .form-submit #contact-submit.error {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.contact-section .contact-form .form-submit .contact-feedback {
  display: none;
  margin: 0;
  margin-top: 8px;
}

.contact-section .contact-form .form-submit .contact-feedback.success {
  color: #28a745;
}

.contact-section .contact-form .form-submit .contact-feedback.error {
  color: #dc3545;
}

@media (max-width: 1199.98px) {
  .contact-section .contact-form .form-group {
    margin-bottom: 35px;
  }
}

@media (max-width: 991.98px) {
  .contact-section .contact-form {
    /* margin-bottom: 45px; */
  }
}

@media (max-width: 767.98px) {}

.contact-image {
  margin-top: 50px;
}

.page-section {
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .page-section {
    font-size: 16px;
  }
}

.block-text {
  margin-bottom: 18px;
}

.block-text li {
  margin-bottom: 3px;
}

.list-price {
  margin-left: 4px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}