@charset "UTF-8";
/* ------------------------------------------
[Master Stylesheet]


---------------------------------------------

[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 CTA CSS
    - 11.0 Breadcrumb CSS
    - 12.0 Blog CSS
    - 13.0 Choose_us CSS
    - 14.0 Portfolio CSS
    - 15.0 Team CSS
    - 16.0 Service CSS
    - 17.0 About CSS
    - 18.0 Contact CSS
    - 19.0 Follow CSS

  --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700");
@import "css/bootstrap.min.css";
@import "css/animate.css";
@import "css/default-assets/classy-mb.css";
@import "css/default-assets/audioplayer.css";
@import "css/owl.carousel.min.css";
@import "css/magnific-popup.css";
@import "css/font-awesome.min.css";
@import "css/default-assets/themify-icons.css";
@import "css/style.css";
h1 {
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
}

/* Title, subtitel CSS */
.title {
  font-size: 27px !important;
  font-weight: 600 !important;
  color: #fff;
  /* color: #252525 !important; */
  /* text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3); */
}
.sub-title {
  color: #ea749d;
}

/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  /* position: relative; */
  z-index: -10;
  /* background-image: url("../img/bg-img/bg-home.jpg"); */
  /* opacity: 0.25; */
  max-width: 100%;
  height: auto;
  background-position: center center;
  background-size: cover;
  /* background-repeat: no-repeat; */
  margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/* Хедер и бургер-меню */
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

.classy-nav-container {
    background-color: rgba(58, 25, 25, 0.625); /* Прозрачный темный фон */
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .classy-nav-container {
        background-color: rgba(58, 25, 25, 0.625); /* Прозрачный фон на мобильных */
    }
    .classy-nav-container .classy-navbar {
        height: 50px; /* Высота бургер-меню */
    }
    .classy-navbar-toggler {
        z-index: 1001; /* Бургер-меню поверх всего */
    }
}

/* Секция с изображением */
.akame-about-area {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Без горизонтальной прокрутки */
    position: relative;
    z-index: 1;
}

.about-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block !important;
    object-fit: cover;
    margin-top: -70px; /* Под хедером на десктопе */
    margin-bottom: 40px;
    z-index: 2; /* Поверх фона, но ниже хедера */
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-backface-visibility: visible; /* Для совместимости с iOS */
    backface-visibility: visible;
}

@media only screen and (max-width: 767px) {
    .about-image {
        margin-top: 0px; 
        /* Под бургер-меню (50px) */
        width: 100%;
        max-width: 100%;
        display: block !important;
        z-index: 2;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }
    .akame-about-area .container {
        padding-top: 30px; /* Контент ниже изображения */
        padding-left: 0;
        padding-right: 0;
    }
}

.home {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100vw;
  background-image: url(../img/bg-img/bg-home.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .home {
    background-image: url(../img/bg-img/bg3.jpg) !important;
  }
  .home:before {
    content: "";
    background-image: url(../img/bg-img/bg3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /* z-index: 0; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/* @media only screen and (max-width: 767px) {
  .home {
    background-image: url(../img/bg-img/bg-home2.jpg) !important;
  }
} */
.bg {
  background: rgba(251, 241, 245, 0.033);
  background-color: rgba(0, 0, 0, 0.761);
}
@media only screen and (max-width: 767px) {
  .bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(251, 241, 245, 0.033);
    background-color: rgba(0, 0, 0, 0.601);
  }
}

/* @media only screen and (max-width: 767px) {
  .home {
    background-position: left;
  }
} */
.portfolio {
  /* position: relative; */
  /* z-index: -1; */
  /* z-index: 1; */
  /* background-color: #fbf1f550; */
  max-width: 100%;
  height: auto;
  background-position: right center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.712);
}
@media only screen and (max-width: 767px) {
  .portfolio {
    /* margin-top: 10px; */
    background-position: left;
  }
}
.prices {
  /* position: relative; */
  /* z-index: -1; */
  /* z-index: 1;
  background-color: #fbf1f550; */
  max-width: 100%;
  height: auto;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.712);
}
@media only screen and (max-width: 767px) {
  .prices {
    background-position: left;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
  /* color: #252525; */
  color: #f9f6f6;
  line-height: 1.3;
  font-weight: 400;
}

a {
  color: #f9f6f6;
}
a:active,
a:focus,
a:hover {
  color: #ff4646;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400;
}

li {
  list-style: none;
}

p {
  line-height: 1.7;
  color: #f9f6f6;
  /* color: #6e6e6e; */
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.65);
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #ea7da5;
  height: 30px;
  line-height: 30px;
}

button.mfp-close,
button.mfp-arrow {
  background: #ea7da5;
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-bg {
  background-color: #000000;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-red {
  background-color: #fbf1f550 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

.border {
  border-color: rgba(172, 172, 172, 0.603);
}

.mfp-arrow-left::after {
  border-right-color: transparent;
}

.mfp-arrow-left::before {
  border-right-color: #ffffff;
}

.mfp-arrow-right::after {
  border-left-color: transparent;
}

.mfp-arrow-right::before {
  border-left-color: #ffffff;
}

/* :: 2.0 Spacing CSS */
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-80-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.section-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-padding-60-0 {
  padding-top: 60px;
  padding-bottom: 0;
}
.section-padding-60-20 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.section-padding-40-0 {
  padding-top: 40px;
  padding-bottom: 0;
}
.section-padding-20-0 {
  padding-top: 20px;
  padding-bottom: 0;
}
.section-padding-20-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ea7da5;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
/* :: 4.0 Heading CSS */
.section-heading {
  /* position: relative; */
  z-index: 1;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    text-align: center;
  }
}
.section-heading h2 {
  font-size: 25px;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading p {
  font-size: 16px;
}
.section-heading span {
  position: absolute;
  top: 50%;
  font-size: 100px;
  color: #ea7da5;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.1;
  left: 0;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading span {
    font-size: 50px;
  }
}
.section-heading span {
  right: 48px;
}
.section-heading h3 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: fixed;
  right: 10px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 30px;
  /* background-color: #cf763e3e; */
  color: #ffffff;
  background-color: #ea7da583;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 15%;
  -webkit-box-shadow: 0 2px 10px 1px rgba(15, 15, 15, 0.308);
  box-shadow: 0 2px 10px 1px rgba(15, 15, 15, 0.308);
  z-index: 15962536;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 10px;
    bottom: 10px;
    border-radius: 15%;
  }
}
#scrollUp:focus,
#scrollUp:hover {
  /* background: #fbf1f524; */
  background-color: #ea7da5;
}

/* :: 6.0 Buttons CSS */

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.villa-btn {
  /* font-family: "Montserrat", Arial, sans-serif; */
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 37px;
  line-height: 36px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  background: #fbf1f524;
  background-color: rgba(0, 0, 0, 0.277);
  /* background-color: #ffffff47; */
  color: #fff;
  border: 1px solid #ea7da5bb;
  border-radius: 12px;
  /* text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3); */
  /* -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.345);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.345); */
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.villa-btn:focus,
.villa-btn:hover {
  border-color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  background-color: #cf763e58;
  color: #ffffff;
  -webkit-box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199);
  box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199);
}
.villa-btn.active {
  border-color: #ea7da5e3;
  /* background-color: rgba(217, 180, 180, 0.797); */
  /* border-bottom-color: #ea7da5; */
  background-color: rgba(31, 25, 23, 0.147);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(204, 183, 99, 0.188);
  box-shadow: 1px 1px 10px 1px rgba(204, 183, 99, 0.121);
  color: #ffffff;
}
.villa-btn.active:focus,
.villa-btn.active:hover {
  border-color: #eaf2f5;
  background-color: #cf763e58;
  color: #fff;
}

/* Top Header CSS */
.top-header-area {
  position: relative;
  z-index: 1;
  /* background-color: #bca858; */
  width: 100%;
  height: 25px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .top-header-area {
    height: auto;
    padding: 10px 0;
    display: none;
  }
}
.top-header-area .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: row;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
@media only screen and (max-width: 767px) {
  .top-header-area .col-12 {
    display: block;
  }
}
.top-header-area .top-header-content p {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area .top-header-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-area .top-header-content p {
    font-size: 13px;
    text-align: center;
  }
}
.top-header-area .top-header-content a {
  color: #ffffff;
  padding: 0 5px;
}
.top-header-area .top-header-content a:hover {
  background-color: #f1ef3f;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  color: #d70528;
}

.header-area {
  position: sticky;
  top: -1px;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid rgba(217, 180, 180, 0.603);
  -webkit-box-shadow: 0 2px 10px 1px rgba(211, 159, 159, 0.552);
  box-shadow: 0 2px 10px 1px rgba(211, 159, 159, 0.437);
}

.classy-nav-container {
  background-color: rgba(58, 25, 25, 0.625);
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .classy-nav-container {
    background-color: rgba(255, 255, 255, 0.128);
  }
}
.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 70px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 50px;
  }
  .classy-nav-container .classy-navbar .villa-btn {
    display: none;
  }
}
.classy-nav-container .classy-navbar .nav-brand {
  background-color: transparent;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    margin-right: 35px;
    padding: 0 5px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li {
  padding: 0 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    min-width: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    text-align: left;
    min-height: 45px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li .dropdown li {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li .dropdown li {
    text-align: center;
  }
}
.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 16px;
    padding-left: 55px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus {
  /* -webkit-box-shadow: 0 2px 10px 1px rgba(224, 209, 209, 0.308); */
  /* box-shadow: 0 2px 10px 1px rgba(224, 209, 209, 0.308); */
  /* background-color: rgba(255, 255, 255, 0.93); */
  color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  text-transform: capitalize;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.93);
}
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.cn-dropdown-item
  ul
  li
  a:focus,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.cn-dropdown-item
  ul
  li
  a:hover,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  ul
  li
  a:focus,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  ul
  li
  a:hover {
  color: rgba(255, 255, 255, 0.93);
}

.classynav ul li .dropdown .has-down {
  padding: 0 0 0 50px;
}
.classynav ul li.active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.classynav ul li.active a {
  position: relative;
  z-index: 1;
  color: #fff !important;
  background-color: #ffffff0a;
}
.classynav ul li.active a:hover,
.classynav ul li.active a:focus {
  color: rgba(255, 255, 255, 0.93) !important;
  /* background-color: #ea7da5; */
}
.classynav ul li.active a::before {
  width: 80%;
  height: 1px;
  background-color: #e8507e;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li.active a::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .classynav ul li.active a::before {
    display: none;
  }
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #fbf1f550;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  border-radius: 6px;
}

.breakpoint-off .classynav ul li .megamenu {
  width: 100%;
}

/* :: 8.0 Hero CSS */
.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 600px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide {
    background-position: right -375px center !important;
  }
  .single-welcome-slide .btn {
    display: none;
  }
}
.single-welcome-slide .welcome-text {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text {
    height: 550px;
    width: 83%;
    left: -15px;
    padding: 30px 8px;
    background-color: rgba(117, 111, 111, 0.61);
  }
}
.single-welcome-slide .welcome-text h2 {
  font-size: 72px;
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.single-welcome-slide .welcome-text p {
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text p {
    color: #ffffff;
  }
}

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* :: 9.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .single-footer-widget {
    text-align: center;
    padding: 0 10px;
    width: 100%;
    /* display: none; */
  }
  .single-footer-widget h4 {
    margin-bottom: 5px !important;
    padding: 0;
  }
}
.single-footer-widget p {
  line-height: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-footer-widget p {
    font-size: 14px;
  }
}
.single-footer-widget .widget-title {
  font-size: 20px;
  /* color: #252525; */
  margin-bottom: 35px;
  display: block;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .single-footer-widget .widget-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-footer-widget .open-time {
    display: none;
  }
}
.single-footer-widget .open-time p {
  margin-bottom: 0px;
}
.single-footer-widget .open-time p:last-child {
  margin-bottom: 0px;
}
.single-footer-widget .social-info {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .single-footer-widget .social-info {
    display: none;
  }
}
.single-footer-widget .social-info p {
  line-height: normal;
}
.single-footer-widget .social-info a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-footer-widget .social-info a {
    margin-right: 5px;
  }
}
.single-footer-widget .social-info a.facebook {
  background-color: #4b62b3;
}
.single-footer-widget .social-info a.telegram {
  background-color: #03baeb;
}
.single-footer-widget .social-info a.youtube {
  background-color: #cb242e;
}
.single-footer-widget .social-info a.instagram {
  background-color: #d70528;
}
.single-footer-widget .social-info a:focus,
.single-footer-widget .social-info a:hover {
  background-color: #ea7da5;
}
@media only screen and (max-width: 767px) {
  .single-footer-widget .contact-address {
    display: none;
  }
}
.single-footer-widget .contact-address p {
  margin-bottom: 8px;
  line-height: normal;
}
.single-footer-widget .contact-address p:last-child {
  margin-bottom: 0;
}
.single-footer-widget .contact-address a:hover {
  color: #ea7da5;
}
.single-footer-widget .footer-logo {
  display: block;
  margin-bottom: 0px;
  align-items: center;
}

.bottom-footer-area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(217, 180, 180, 0.603);
  -webkit-box-shadow: 0 2px 10px 1px rgba(211, 159, 159, 0.552);
  box-shadow: 0 2px 10px 1px rgba(211, 159, 159, 0.437);
  background-color: rgba(255, 255, 255, 0.128);
  /* background-color: #ea7da5; */
  /* background-color: rgb(77, 75, 75); */

  width: 100%;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .bottom-footer-area {
    height: auto;
    padding: 10px 0;
  }
}
.bottom-footer-area .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .bottom-footer-area .col-12 {
    display: block;
  }
}
.bottom-footer-area .copywright-text p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-footer-area .copywright-text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-footer-area .copywright-text p {
    font-size: 13px;
    text-align: center;
  }
}
.bottom-footer-area .copywright-text a {
  color: #ffffff;
  padding: 0 5px;
}
.bottom-footer-area .copywright-text a:hover {
  background-color: #ffffff0a;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  color: #ff052f;
}
@media only screen and (max-width: 767px) {
  .bottom-footer-area .copywright-text a {
    background-color: #ffffff0a;
    color: #cf763e;
  }
}

.puls {
  animation: pulse 1s linear infinite;
}

@keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 10.0 Follow CSS */
.single-instagram-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-instagram-item img {
  width: 100%;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
}
.single-instagram-item .instagram-hover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(224, 190, 97, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-instagram-item .instagram-hover-content a {
  text-align: center;
}
.single-instagram-item .instagram-hover-content a i {
  color: #ffffff;
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
}
.single-instagram-item .instagram-hover-content a span {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}
.single-instagram-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-instagram-item:hover .instagram-hover-content {
  opacity: 1;
  visibility: visible;
}

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
  margin-top: 0;
  opacity: 1;
}

/* :: 10.0 CTA CSS */
.akame-cta-area {
  position: relative;
  z-index: 1;
  /* text-align: right; */
  padding-top: 150px;
}
.akame-cta-area .cta-content {
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .akame-cta-area .cta-content {
    text-align: center;
  }
}
.akame-cta-area .cta-content p {
  font-size: 20px;
}
.akame-cta-area .cta-content h2 {
  font-size: 35px;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .akame-cta-area .cta-content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-content .heading {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .akame-cta-area .cta-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .akame-cta-area .cta-content h2 {
    font-size: 30px;
    text-align: center;
  }
}
.akame-cta-area .cta-thumbnail {
  position: absolute;
  width: 300px;
  height: 78%;
  left: 50%;
  z-index: -1;
  top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  /* bottom: 20px; */
  right: 0;
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) and (max-width: 1119px) {
  .akame-cta-area .cta-thumbnail {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .akame-cta-area .cta-thumbnail {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .akame-cta-area .cta-thumbnail {
    width: 45%;
    height: 88%;
    /* display: none; */
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .akame-cta-area .cta-thumbnail {
    width: 100%;
    display: none;
    /* opacity: 0.2; */
    left: 0;
  }
}

/* :: 11.0 Breadcrumb CSS */
.breadcrumb-area-top {
  display: block;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area-top {
    display: none;
  }
}

.breadcrumb-area {
  display: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    display: block;
  }
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  text-align: center;
  /* display: none; */
}
.breadcrumb-content h2 {
  font-size: 35px;
  font-weight: 500;
  /* color: #252525; */
  margin-bottom: 15px;
  /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15); */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content h2 {
    font-size: 36px;
  }
}
.breadcrumb-content .breadcrumb {
  position: relative;
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content .breadcrumb {
    display: block;
  }
}
.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
  color: #e8507e;
}
.breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "FontAwesome";
}

/* :: 12.0 Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1;
}
.single-post-area .post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-post-area .post-thumbnail a {
  display: block;
}
.single-post-area .post-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-post-area .post-content {
    text-align: center;
    padding: 0 30px;
  }
}
.single-post-area .post-content .post-title {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}
.single-post-area .post-content .post-title:hover,
.single-post-area .post-content .post-title:focus {
  color: #ea7da5;
}
.single-post-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.single-post-area .post-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #6e6e6e;
  display: inline-block;
  margin-right: 30px;
}
.single-post-area .post-content .post-meta a:last-child {
  margin-right: 0;
}
.single-post-area .post-content .post-meta a:last-child::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.single-post-area .post-content .post-meta a:hover,
.single-post-area .post-content .post-meta a:focus {
  color: #ea7da5;
}
.single-post-area .post-content p {
  margin-bottom: 0;
}
.single-post-area:hover .post-content .post-title,
.single-post-area:focus .post-content .post-title {
  color: #e8507e;
}

.akame-blog-details-area {
  position: relative;
  z-index: 1;
}
.akame-blog-details-area .post-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}
.akame-blog-details-area .post-content .post-title {
  font-weight: 400;
  font-size: 25px;
  display: block;
  margin-bottom: 0;
  font-family: "Montserrat", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .akame-blog-details-area .post-content .post-title {
    font-size: 30px;
  }
}
.akame-blog-details-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.akame-blog-details-area .post-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  /* color: #ea7da5; */
  display: inline-block;
  margin-right: 30px;
}
.akame-blog-details-area .post-content .post-meta a:last-child {
  margin-right: 0;
}
.akame-blog-details-area .post-content .post-meta a:last-child::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .akame-blog-details-area .post-content .post-meta a {
    font-size: 14px;
  }
}
.akame-blog-details-area .post-content .post-meta a:hover,
.akame-blog-details-area .post-content .post-meta a:focus {
  color: #6e6e6e;
}

.blog-details-text {
  position: relative;
  z-index: 1;
}
.blog-details-text p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-text p {
    font-size: 16px;
    padding-left: 0;
  }
}
.blog-details-text p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.blog-details-text p:first-child span:first-child {
  font-weight: 700;
  margin-right: 15px;
  font-size: 100px;
}
@media only screen and (max-width: 767px) {
  .blog-details-text p:first-child span:first-child {
    font-size: 50px;
  }
}
.blog-details-text p:first-child span:last-child {
  line-height: 1.7;
}
.blog-details-text ul {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.blog-details-text ul li {
  font-size: 20px;
  color: #6e6e6e;
  margin-bottom: 30px;
}
.blog-details-text ul li span {
  color: #252525;
}
.blog-details-text ul li i {
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-details-text ul li {
    font-size: 16px;
  }
}

.akame-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 5px solid #ea7da5;
  padding: 15px;
}
.akame-blockquote h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .akame-blockquote h4 {
    font-size: 20px;
  }
}

.akame-post-share {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .akame-post-share {
    display: none;
  }
}
.akame-post-share a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ea7da5;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .akame-post-share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.akame-post-share a.facebook {
  background-color: #4b62b3;
}
.akame-post-share a.twitter {
  background-color: #03baeb;
}
.akame-post-share a.google-plus {
  background-color: #cb242e;
}
.akame-post-share a.instagram {
  background-color: #057ad7;
}
.akame-post-share a:hover,
.akame-post-share a:focus {
  background-color: #ea7da5;
}

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-top: 1px solid rgba(172, 172, 172, 0.603);
}
.post-author-area .author-meta .author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .post-author-area .author-meta .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
.post-author-area .author-meta .author-avatar img {
  border-radius: 50%;
}
.post-author-area .author-meta .author-text p {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .post-author-area .author-meta .author-text p {
    font-size: 12px;
  }
}
.post-author-area .author-meta .author-text h5 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-author-area .author-meta .author-text h5 {
    font-size: 14px;
  }
}
.post-author-area .author-social-info a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fbf1f550;
  color: #ffffff;
  text-align: center;
  margin-left: 15px;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .post-author-area .author-social-info a {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    font-size: 14px;
  }
}
.post-author-area .author-social-info a.facebook {
  background-color: #4b62b3;
}
.post-author-area .author-social-info a.twitter {
  background-color: #03baeb;
}
.post-author-area .author-social-info a.google-plus {
  background-color: #cb242e;
}
.post-author-area .author-social-info a:hover,
.post-author-area .author-social-info a:focus {
  background-color: #ea7da5;
}

/* :: 13.0 Choose Us CSS */
.why-choose-us-area {
  background-color: #eaf2f5;
}

.choose-us-content {
  position: relative;
  z-index: 1;
}
.choose-us-content ul li {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.choose-us-content ul li i {
  color: #ea7da5;
  padding-right: 5px;
}
.choose-us-content ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .choose-us-content ul li {
    padding: 0 17px;
  }
}

.choose-us-thumbnail {
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  border-radius: 4px;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .choose-us-thumbnail {
    height: 220px;
  }
}
.choose-us-thumbnail .choose-us-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  right: 30px;
  z-index: 10;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .choose-us-thumbnail .choose-us-img {
    top: -15px;
    right: 0;
  }
}

/* :: 14.0 Portfolio CSS */
.akame-portfolio {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .portfolio-menu {
    margin-top: 20px;
  }
}

.portfolio-menu {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.portfolio-menu .btn {
  padding: 5px 10px;
  color: rgba(217, 180, 180, 0.797);
  /* background-color: transparent; */
  font-size: 18px;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu .btn {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu .btn {
    margin: 0 3px;
    font-size: 16px;
  }
}
.portfolio-menu .btn.active {
  /* color: rgba(217, 180, 180, 0.797); */
  border-bottom-color: #ea7da5;
  background-color: transparent !important;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
}
.portfolio-menu .btn:hover,
.portfolio-menu .btn:focus {
  color: #ea7da5;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  /* -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445); */
  background-color: #ffffff3d;
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.akame-portfolio-single-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
}
.akame-portfolio-single-item img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  /* border-radius: 3px; */
  border: 2px solid #fbf1f526;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.48);
  border-radius: 10px;
}
.akame-portfolio-single-item .overlay-content {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border-radius: 3px;
  padding: 50px 30px;
}
.akame-portfolio-single-item .overlay-content .overlay-text h4 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .akame-portfolio-single-item .overlay-content .overlay-text h4 {
    font-size: 20px;
  }
}
.akame-portfolio-single-item .overlay-content .overlay-text p {
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .akame-portfolio-single-item .overlay-content .overlay-text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .akame-portfolio-single-item .overlay-content .overlay-text p {
    font-size: 14px;
  }
}
.akame-portfolio-single-item .thumbnail-zoom {
  position: absolute;
  width: 40px;
  height: auto;
  margin-left: -40px;
  font-size: 40px;
  color: #ffffff;
  left: 50%;
  z-index: 100;
  bottom: 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.akame-portfolio-single-item .thumbnail-zoom:hover,
.akame-portfolio-single-item .thumbnail-zoom:focus {
  color: #e8507e;
}
.akame-portfolio-single-item:hover img,
.akame-portfolio-single-item:focus img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.akame-portfolio-single-item:hover .overlay-content,
.akame-portfolio-single-item:focus .overlay-content {
  opacity: 0.7;
  visibility: visible;
}
.akame-portfolio-single-item:hover .thumbnail-zoom,
.akame-portfolio-single-item:focus .thumbnail-zoom {
  opacity: 1;
  visibility: visible;
  margin-left: -20px;
}

/* :: 15.0 Team CSS */
.akame-our-expert-area {
  position: relative;
  /* z-index: 1; */
}
.akame-our-expert-area::before {
  position: absolute;
  width: 100%;
  height: 90%;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  /* background-color: #ffffff; */
}
.akame-our-expert-area .side-thumbnail {
  position: absolute;
  width: 300px;
  height: 100%;
  right: 50%;
  top: 25px;
  opacity: 0.7;
  /* z-index: -1; */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .akame-our-expert-area .side-thumbnail {
    /* height: 50%; */
    width: 45%;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 767px) {
  .akame-our-expert-area .side-thumbnail {
    display: none;
  }
}
.akame-our-expert-area.about-us-page::before {
  height: 100%;
}
.akame-our-expert-area.about-us-page .side-thumbnail {
  height: 100%;
}

.our-certificate-area {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .our-certificate-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.our-certificate-area img {
  margin-right: 30px;
  max-height: 45px;
}
.our-certificate-area img:last-child {
  margin-right: 0;
}

.single-team-member {
  position: relative;
  z-index: 1;
  /* border: 1px solid rgba(172, 172, 172, 0.616); */
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: rgba(255, 255, 255, 0.251);
}
.single-team-member .team-member-img {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}
.single-team-member .team-member-img .team-social-info {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.single-team-member .team-member-img .team-social-info .social-link a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
}
.single-team-member .team-member-img .team-social-info .social-link a:hover,
.single-team-member .team-member-img .team-social-info .social-link a:focus {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  color: #ffffff;
}
.single-team-member .team-member-info {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .single-team-member .team-member-info {
    text-align: center;
  }
}
.single-team-member .team-member-info h5 {
  display: block;
  margin-bottom: 10px;
}
.single-team-member .team-member-info p {
  margin-bottom: 0;
  font-size: 14px;
}
.single-team-member:hover,
.single-team-member:focus {
  -webkit-box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #fff;
}
.single-team-member:hover img,
.single-team-member:focus img {
  width: 100%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.single-team-member:hover .team-social-info,
.single-team-member:focus .team-social-info {
  opacity: 1;
  visibility: visible;
}
.single-team-member:hover .team-member-info h5,
.single-team-member:focus .team-member-info h5 {
  color: #e8507e;
}

/* :: 16.0 Service CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  padding: 40px 15px;
  /* border-color: transparent; */
  /* -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445); */
  /* border: 1px solid rgba(172, 172, 172, 0.432); */
  /* -webkit-box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199);
  box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199); */
  text-align: center;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service-area {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-area {
    padding: 20px 15px;
    max-height: 260px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.1) !important;
    box-shadow: 5px 5px 10px 1px rgba(204, 143, 99, 0.1) !important;
  }
}
.single-service-area img {
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .single-service-area img {
    max-height: 100px;
  }
}
.single-service-area h5 {
  font-size: 22px;
  margin-bottom: 10px;
  /* color: #e8507e; */
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service-area h5 {
    font-size: 18px;
  }
}
.single-service-area p {
  margin-bottom: 0;
  /* color: #e8507e; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service-area p {
    font-size: 14px;
  }
}
.single-service-area:hover,
.single-service-area:focus {
  /* border-color: transparent;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445); */
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  /* background-color: transparent !important; */
  /* background-color: #ffffff; */
}
/* .single-service-area:hover h5,
.single-service-area:focus h5 {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
} */

.single--service--item {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.single--service--item .service-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .single--service--item .service-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.single--service--item .service-content .service-text {
  margin-left: auto;
  width: 555px;
  padding: 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single--service--item .service-content .service-text {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single--service--item .service-content .service-text {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .single--service--item .service-content .service-text {
    width: 100%;
    padding: 80px 30px;
  }
}
.single--service--item .service-content .service-text h2 {
  font-size: 25px;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single--service--item .service-content .service-text h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single--service--item .service-content .service-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single--service--item .service-content .service-text h2 {
    font-size: 24px;
  }
}
.single--service--item .service-content .service-text p {
  margin-bottom: 30px;
  display: block;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single--service--item .service-content .service-text p span:last-child {
  font-weight: 600;
  color: #252525;
}
.single--service--item .service-content .service-text p:last-child {
  margin-bottom: 0;
}
.single--service--item .service-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .single--service--item .service-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}
.single--service--item.odd-item .service-content .service-text {
  margin-left: 15%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .single--service--item.odd-item .service-content .service-text {
    margin-left: auto;
  }
}

.akame-service-area {
  position: relative;
  z-index: 1;
  background: #fbf1f524;
  background-color: rgba(0, 0, 0, 0.458);
}
/* .akame-service-area .single--service--item:first-child {
  border-top: 1px solid rgba(172, 172, 172, 0.603);
}
.akame-service-area .single--service--item:last-child {
  border-bottom: 1px solid rgba(172, 172, 172, 0.603);
} */

/* :: 17.0 About CSS */

/* 17.1 - Home CSS  */

/* .akame-about-area { */
/* position: relative; */
/* z-index: 1 !important; */
/* background-color: #fbf1f526; */
/* /* background-image: url("../img/bg-img/bg1.jpg"); */
/* opacity: 0.25; */
/* }  */

@media only screen and (max-width: 992px) {
  .akame-about-area {
    text-align: center;
  }
}

/* .akame-portfolio {
  background-color: #fbf1f550;
} */

.about-us-thumbnail {
  position: relative;
  z-index: 1;
}
.about-us-thumbnail img {
  /* border: none; */
  border: 2px solid #fbf1f526;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  /* -webkit-box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199);
  box-shadow: -2px -2px 8px 1px rgba(107, 107, 107, 0.199); */
}

.about-us-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-us-content .pl-4 {
    padding-left: 0rem !important;
  }
}
.about-us-content h3 {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content h3 {
    font-size: 24px;
  }
}

/* .section-heading {
  text-align: right;
} */
@media only screen and (max-width: 767px) {
  .section-heading {
    text-align: center !important;
    padding: 0 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .about--us--content {
    text-align: center;
  }
}
.about--us--content p {
  font-size: 20px;
  font-style: italic;
  /* color: #252525; */
  margin-bottom: 25px;
}
.about--us--content img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.about--us--content h4 {
  margin-bottom: 0;
}

.akame--video--area {
  position: relative;
  z-index: 1;
}
.akame--video--area::before {
  position: absolute;
  width: 100%;
  height: 60%;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #fbf1f550;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .akame--video--area::before {
    height: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .akame--video--area::before {
    height: 90%;
  }
}
.akame--video--area .video-content-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.akame--video--area .video-content-area .video-play-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #ea7da5;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 100;
}
.akame--video--area .video-content-area .video-play-btn i {
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .akame--video--area .video-content-area .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
.akame--video--area .video-content-area .video-play-btn:hover,
.akame--video--area .video-content-area .video-play-btn:focus {
  background-color: #000000;
}

.single-cool-facts-area {
  position: relative;
  z-index: 1;
}
.single-cool-facts-area span {
  position: absolute;
  top: 50%;
  font-size: 48px;
  color: #bca858;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.15;
  left: 50%;
  font-weight: 700;
}
.single-cool-facts-area h2 {
  font-size: 60px;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .single-cool-facts-area h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-cool-facts-area h2 {
    font-size: 42px;
  }
}
.single-cool-facts-area p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #6e6e6e;
}

.testimonial-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-area .row .col-10 {
    padding: 0 0 !important;
    margin: 0 0 !important;
  }
}

.testimonial-slides {
  position: relative;
  z-index: 1;
}
.testimonial-slides .owl-dots {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-slides .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #bca858;
  margin: 0 5px;
  border-radius: 50%;
}
.testimonial-slides .owl-dots .owl-dot.active {
  background-color: #bca858;
}

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-testimonial-slide img {
  width: 35px !important;
  margin: 0 auto 50px;
}
.single-testimonial-slide p {
  color: #252525;
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide p {
    font-size: 20px;
    padding: 0 0 !important;
  }
}
.single-testimonial-slide .ratings-name {
  position: relative;
  z-index: 1;
}
.single-testimonial-slide .ratings-name .ratings {
  font-size: 16px;
  color: #e0cd3f;
}
.single-testimonial-slide .ratings-name h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.booking-info {
  position: relative;
  z-index: 1;
}
.booking-info h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-info h2 {
    font-size: 36px;
  }
}
.booking-info h4 {
  color: #bca858;
  margin-bottom: 15px;
}
.booking-info p:last-child {
  margin-bottom: 0;
}

.single-booking-table {
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(172, 172, 172, 0.603);
  margin: 0 70px;
}
@media only screen and (max-width: 767px) {
  .single-booking-table {
    margin: 0;
  }
}
.single-booking-table .single-date-hours {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.single-booking-table .single-date-hours .booking-day {
  border: 1px solid rgba(172, 172, 172, 0.603);
  text-align: center;
  padding: 20px 15px;
  width: 100%;
  border-left: none;
}
.single-booking-table .single-date-hours .booking-day h5 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-booking-table .single-date-hours .booking-day h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-booking-table .single-date-hours .booking-day h5 {
    font-size: 14px;
  }
}
.single-booking-table .single-date-hours .booking-day h6 {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-booking-table .single-date-hours .booking-day h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-booking-table .single-date-hours .booking-day h6 {
    font-size: 12px;
  }
}
.single-booking-table .single-date-hours .booking-hours {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-booking-table .single-date-hours .booking-hours span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  border-right: 1px solid rgba(172, 172, 172, 0.603);
  border-bottom: 1px solid rgba(172, 172, 172, 0.603);
  padding: 20px 5px;
  font-size: 24px;
  color: #252525;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-booking-table .single-date-hours .booking-hours span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-booking-table .single-date-hours .booking-hours span {
    font-size: 12px;
  }
}
.single-booking-table .single-date-hours .booking-hours span.active {
  background-color: #f6f9f9;
  color: #acacac;
}
.single-booking-table .single-date-hours.active .booking-day {
  background-color: #bca858;
}
.single-booking-table .single-date-hours.active .booking-day h5,
.single-booking-table .single-date-hours.active .booking-day h6 {
  color: #ffffff;
}

.booking-table-slider {
  position: relative;
  z-index: 1;
}
.booking-table-slider .owl-prev,
.booking-table-slider .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #252525;
  color: #252525;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  top: 50%;
  margin-top: -20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-table-slider .owl-prev,
  .booking-table-slider .owl-next {
    display: none;
  }
}
.booking-table-slider .owl-prev:hover,
.booking-table-slider .owl-prev:focus,
.booking-table-slider .owl-next:hover,
.booking-table-slider .owl-next:focus {
  border-color: #bca858;
  background-color: #bca858;
  color: #ffffff;
}
.booking-table-slider .owl-next {
  left: auto;
  right: 20px;
}
.booking-table-slider .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 0;
  width: 200px;
  border: 1px solid rgba(172, 172, 172, 0.603);
  border-radius: 6px;
  height: 10px;
}
.booking-table-slider .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  border-radius: 5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.booking-table-slider .owl-dots .owl-dot.active {
  height: 10px;
  background-color: #bca858;
}

/* :: 18.0 Contact Area */
.akame-contact-form {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(172, 172, 172, 0.603);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .akame-contact-form {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .akame-contact-form h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .akame-contact-form h4 {
    font-size: 20px;
  }
}
.akame-contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #acacac;
  font-size: 14px;
}
.akame-contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ea7da5;
}
.akame-contact-form textarea.form-control {
  height: 150px;
  padding: 20px;
}

.akame-google-maps-area {
  position: relative;
  z-index: 1;
  height: 480px;
}
@media only screen and (max-width: 767px) {
  .akame-google-maps-area {
    height: 100vh;
  }
}
.akame-google-maps-area iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-information-area .col-lg-3 {
  padding: 0 0 !important;
}

.single-contact-information {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-contact-information i {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ea7da5;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-contact-information i {
    font-size: 50px;
  }
}
.single-contact-information h4 {
  display: block;
  margin-bottom: 15px;
}
.single-contact-information p {
  margin-bottom: 0;
  padding: 0 0 !important;
}
.single-contact-information a:hover {
  color: #d70528;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup {
  position: absolute;
  width: 275px;
  height: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #fbf1f550;
}
.popup h3 {
  color: #ffffff !important;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
}

.pricing-entry {
  background-color: #ffffff;
  position: relative;
  /* -webkit-box-shadow: 0 2px 10px 1px rgba(15, 15, 15, 0.308);
  box-shadow: 0 2px 10px 1px rgba(15, 15, 15, 0.308); */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* margin-bottom: 4em; */
}
.pricing-entry:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  /* -webkit-box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445);
  box-shadow: 5px 5px 10px 1px rgba(204, 183, 99, 0.445); */
}
.pricing-entry div {
  padding: 20px;
}
.pricing-entry div p {
  margin-bottom: 0;
}
.pricing-entry h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .pricing-entry h3 {
    font-size: 24px;
  }
}
.pricing-entry p .price {
  font-weight: 400;
  font-size: 20px;
  color: #e8507e;
}
.pricing-entry p .per {
  font-size: 12px;
}
.pricing-entry hr {
  margin: 0 auto;
  width: 70%;
  height: 12px;
  border-top: 1px solid #ea7da5;
}
.pricing-entry ul {
  margin: 0;
  padding: 0;
}
.pricing-entry ul li {
  list-style: none;
  padding: 10px 20px;
}
.pricing-entry .button {
  position: absolute;
  display: none;
  bottom: -26px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.pricing-entry .button .btn {
  border-radius: 30px;
}
.pricing-entry .button .btn.btn-outline-primary {
  background: #ffffff;
  border: 1px solid;
  color: white;
}
.pricing-entry .button .btn.btn-outline-primary:hover,
.pricing-entry .button .btn.btn-outline-primary:focus {
  background: #ffffff !important;
}
/* .pricing-entry:hover,
.pricing-entry:focus {
  background-color: #fbf1f550;
} */
.pricing-entry:hover .button,
.pricing-entry:focus .button {
  display: block;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.pricing-entry:hover .button .btn.btn-outline-primary,
.pricing-entry:focus .button .btn.btn-outline-primary {
  /* background: #bca858 !important; */
  /* border: 1px solid #bca858 !important; */
  color: #ffffff;
}
.pricing-entry.active {
  border: 1px solid #bca858;
}
.pricing-entry.active .button {
  display: block;
}
.pricing-entry.active .button .btn.btn-outline-primary {
  background: #bca858 !important;
  border: 1px solid #bca858 !important;
  color: #ffffff;
}

.ftco-services .icon span {
  margin: 0 auto;
  font-size: 40px;
  color: #bca858;
}
.ftco-services h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #bca858;
}

.ftco-section {
  padding: 120px 0 15px 0;
  position: relative;
  background: #fbf1f524;
  background-color: rgba(0, 0, 0, 0.458);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ftco-section .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
}
.ftco-section h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.ftco-discount {
  position: relative;
}
.ftco-discount .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bca858;
  opacity: 0;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.discount {
  color: rgba(255, 255, 255, 0.8);
}
.discount h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 24px;
}
.discount h2 {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .discount h2 {
    font-weight: 600;
  }
}
.discount p {
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .discount p {
    font-weight: 500;
    padding: 30px 0 10px;
  }
}

.ftco-partner {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .ftco-partner {
    display: none;
  }
}
.ftco-partner img {
  width: 100%;
}
.ftco-partner img:hover,
.ftco-partner img:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.ftco-price-list {
  padding: 20px 130px;
  /* background: #fbf1f524; 
  background-color: rgba(0, 0, 0, 0.458); */
}
@media only screen and (max-width: 767px) {
  .ftco-price-list {
    padding: 20px 20px;
  }
}
.price-text p {
  display: flex;
  justify-content: space-between;
}

.ftco-price-list .price-text p span:last-child {
  font-weight: 600;
  color: #fff;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* .before_and_after {
  background: #fbf1f550;
} */
.before_and_after .text-center {
  text-align: center;
}
.before_and_after h3 {
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.before_and_after .heading-section {
  padding-top: 60px;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0em auto;
  -webkit-box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
  box-shadow: 0px 0px 20px 6px rgba(15, 15, 15, 0.295);
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s,
    -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

@media only screen and (max-width: 767px) {
  .cd-handle {
    display: none;
  }
}

.cd-resize-img {
  position: absolute;
  top: 0;
  right: 2px;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img .img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.ba_text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
}

.ba_button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.ba_button .container {
  margin-top: 37px;
} /*# sourceMappingURL=style.css.map */
