@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");

/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url("https://fonts.googleapis.com/css?family=Muli:400,500,700&amp;display=swap");
header,
nav,
section,
article,
aside,
footer {
  display: block; }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #666;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0 0 16px;
  line-height: 1.5;
  color: #3f3d56;
  }

h1 {
  font-size: 48px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px;
  }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

@media (max-width: 991px) {
  h2 {
    font-size: 28px; } }
@media (max-width: 735px) {
  h2 {
    font-size: 24px; }

  h3 {
    font-size: 18px; } }
@media (max-width: 360px) {
  h2 {
    font-size: 21px; } }
p {
  margin-bottom: 0.5rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #666;
    position: relative;
    display: inline-block;
    padding: 0; }

ol {
  margin: 0;
  counter-reset: i;
  position: relative; }
  ol li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #666;
    padding-left: 0;
    position: relative; }

a {
  color: #9a4657;
  transition: all ease-in-out 0.5s; }
  a:hover{
    text-decoration: none;
    color: #A7727D;
    transition: all ease-in-out 0.5s; }

img {
  max-width: 100%;
  }
  
img.sitelogo {
  max-height: 90px;
  }

.white {
  color: #fff !important; }

.bg-grey {
  background: #fbfbfb; }

.headcolor {
  background: #03416b; }

.rating span {
  color: #ffbc00;
  display: inline;
  font-size: 14px; }

.mt-1, .my-1 {
  margin-top: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 2rem !important; }

.mt-5, .my-5 {
  margin-top: 2.5rem !important; }

.mt-6, .my-6 {
  margin-top: 3rem !important; }

.mt-7, .my-7 {
  margin-top: 3.5rem !important; }

.mt-8, .my-8 {
  margin-top: 4rem !important; }

.mt-9, .my-9 {
  margin-top: 4.5rem !important; }

.mt-10, .my-10 {
  margin-top: 5rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 2rem !important;
  }

.mb-5, .my-5 {
  margin-bottom: 2.5rem !important; }

.mb-6, .my-6 {
  margin-bottom: 3rem !important; }

.mb-7, .my-7 {
  margin-bottom: 3.5rem !important; }

.mb-8, .my-8 {
  margin-bottom: 4rem !important; }

.mb-9, .my-9 {
  margin-bottom: 4.5rem !important; }

.mb-10, .my-10 {
  margin-bottom: 5rem !important; }

.pt-1, .py-1 {
  padding-top: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 2rem !important; }

.pt-5, .py-5 {
  padding-top: 2.5rem !important; }

.pt-6, .py-6 {
  padding-top: 3rem !important; }

.pt-7, .my-7 {
  padding-top: 3.5rem !important; }

.pt-8, .my-8 {
  padding-top: 4rem !important; }

.pt-9, .my-9 {
  padding-top: 4.5rem !important; }

.pt-10, .my-10 {
  padding-top: 5rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.5rem !important;
  }

.pb-2, .py-2 {
  padding-bottom: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 2rem !important; }

.pb-5, .py-5 {
  padding-bottom: 2.5rem !important; }

.pb-6, .py-6 {
  padding-bottom: 3rem !important; }

.pb-7, .my-7 {
  padding-bottom: 3.5rem !important; }

.pb-8, .my-8 {
  padding-bottom: 4rem !important; }

.pb-9, .my-9 {
  padding-bottom: 4.5rem !important; }

.pb-10, .my-10 {
  padding-bottom: 5rem !important; }

.form-group {
  width: 100%;
  display: inline-block; }
  .form-group select {
    padding: 10px 20px 10px 35px; }

input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  padding: 10px 20px;
  /* color: #fff; */
  margin-bottom: 1rem;
  height: 44px;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
  }
  input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
  input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
    border: none;
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none; }

select {
  padding: 10px 20px;
  width: 100%; }
  select option {
    color: #3f3d56; }

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px; }

label {
  display: inline-block;
  color: #666;
  margin: 0 0 8px 0;
  font-weight: 300;
  font-size: 12px;
  padding: 0 4px;
  }

blockquote {
  font-size: 14px;
  font-weight: 400;
  background-color: #A7727D;
  margin-bottom: 15px;
  border: 0;
  padding: 30px 70px 30px 70px;
  line-height: 1.5;
  color: #fff;
  margin: 20 0;
  font-style: italic;
  position: relative; }
  blockquote :after {
    content: '';
    position: absolute;
    height: 60%;
    width: 2px;
    background: #fff;
    top: 20%;
    left: 35px; }
  blockquote p {
    color: #fff;
    margin: 0; }
  blockquote :before {
    content: '\f10d';
    font-family: 'fontawesome';
    font-size: 45px;
    position: absolute;
    bottom: 26px;
    right: 20px;
    color: #fff;
    transform: rotate(180deg); }
  blockquote span {
    position: relative;
    padding-left: 20px; }
    blockquote span :before {
      content: '';
      width: 12px;
      height: 1px;
      background: #A7727D;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px; }

table > tbody tr td, table > tbody tr th, table > tfoot tr td, table > tfoot tr th, table > thead tr td, table > thead tr th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #A7727D;
  font-size:14px;
  border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
  }

table {
  width: 100%; }
  table thead tr th {
    border-bottom: none; }

.overlay, .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 38, 57, 0.43);
  transition: all ease-in-out 0.5s; }

.color-overlay {
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    top: inherit;
    bottom: 0;
}

section {
  padding: 1.55rem 0 5rem;
  position: relative;
  background: #F9F5E7;
  z-index: 1; }

/*heading title*/
.section-title {
  position: relative;
  z-index: 1;text-align: center !important; }
  .section-title h2 {
    position: relative; }
    .section-title h2 span {
      color: #A7727D; }
  .section-title h4 {
    color: #666;
    text-transform: capitalize;
    font-weight: 400; }

@media (max-width: 767px) {
  .section-title {
    width: 100%;
    text-align: center !important; } }
.row.slick-slider {
  margin: 0 -15px; }

/*pagination*/
.pagination-main {
  line-height: 0.8; }
  .pagination-main .pagination {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block; }
    .pagination-main .pagination li {
      padding-left: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      float: left; }
      .pagination-main .pagination li:before, .pagination-main .pagination li:after {
        display: none; }
      .pagination-main .pagination li a {
        padding: 0;
        height: 40px;
        line-height: 38px;
        margin-right: 9px;
        text-align: center;
        width: 40px;
        color: #3f3d56;
        font-size: 12px;
        border: 1px solid #f1f1f1;
        display: inline-block;
        background: #fbfbfb;
        border-radius: 0px;
        background: #fff; }
        .pagination-main .pagination li a:hover, .pagination-main .pagination li a:focus {
          background-color: #A7727D;
          color: #fff !important;
          border-color: #A7727D; }
      .pagination-main .pagination li:last-child > a, .pagination-main .pagination li:last-child > span {
        border-radius: none;
        margin: 0; }
      .pagination-main .pagination li.active a {
        background: #A7727D !important;
        border-color: #A7727D !important;
        color: #fff; }
    .pagination-main .pagination .prev a, .pagination-main .pagination .next a {
      border-radius: 0px; }

@media (max-width: 567px) {
  .pagination li a {
    height: 30px;
    width: 30px;
    line-height: 28px; } }
@media (max-width: 359px) {
  .pagination li a {
    height: 28px;
    width: 28px;
    line-height: 28px; } }
/*breadcrumb*/
section.breadcrumb-outer {
    background: url(../images/breadcrumb.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 2rem 0 1.5rem;
    /* background-attachment: fixed; */
}
  section.breadcrumb-outer:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ffffff00 0%, #000000 100%);
    }
  section.breadcrumb-outer .breadcrumb-content {
    position: relative;
    z-index: 1; }
    section.breadcrumb-outer .breadcrumb-content h2 {
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      
      border-radius: 0px;
      padding: 3px 15px;font-size:20px; }
    section.breadcrumb-outer .breadcrumb-content nav {
      display: inline-block; }

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .breadcrumb li, .breadcrumb li.active {
    margin-bottom: 0;
    color: #fff; }
    .breadcrumb li a, .breadcrumb li.active a {
      color: #ffa801; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '|';
    color: #fff; }

@media (max-width: 479px) {
  section.breadcrumb-outer .breadcrumb-content {
    text-align: center; }
    section.breadcrumb-outer .breadcrumb-content h2 {
      margin: 0 0 1rem 0 !important;
      display: block; } }
/*Buttons*/
.nir-btn, .nir-btn1, .nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 10px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #A7727D;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: Muli, sans-serif;
  }
  .nir-btn:before, .nir-btn1:before, .nir-btn-black:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.5s;
    transform: scale(0, 1);
    z-index: -1;
    /* border: 2px solid #A7727D; */
    color: #A7727D;
    background: transparent;
    border-radius: 4px;
    }
  .nir-btn:hover, .nir-btn1:hover, .nir-btn-black:hover {
    color: #ffffff;
    /* background: transparent !important; */
    transition: all ease-in-out 0.5s;
    box-shadow: none;
    background: #643c44;
    }
    .nir-btn:hover:before, .nir-btn1:hover:before, .nir-btn-black:hover:before {
      transform: scale(1);
      transition: all ease-in-out 0.5s; }

.nir-btn-black {
  background: #A7727D;
  }
  .nir-btn-black:before {
    border-color: #3f3d56;
    color: #3f3d56; }
  .nir-btn-black:hover {
    border-color: #3f3d56;
    color: #3f3d56 !important; }
    .nir-btn-black:hover:before {
      color: #3f3d56 !important; }

.nir-btn1:before {
  border-color: #fff !important;
  border-radius: 4px;
  }
.nir-btn1:hover {
  color: #fff !important; }

input#submit {
  border: none; }

input#submit:hover {
  opacity: 0.8;
  background: #A7727D !important;
  color: #fff; }

@media (max-width: 811px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 60% !important; } }
@media (max-width: 767px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 100% !important; } }
@media (max-width: 567px) {
  .newsletter .newsletter-main .newsletter-form form {
    border: none !important;
    border-radius: 0 !important; }
    .newsletter .newsletter-main .newsletter-form form input {
      border: 1px solid #f1f1f1 !important;
      padding-right: 20px !important; }
    .newsletter .newsletter-main .newsletter-form form input.nir-btn {
      border: none !important;
      position: relative !important;
      margin-top: 1rem; } }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }
  #preloader #status {
    position: fixed;
    content: '';
    display: block;
    top: 25%;
    left: 0;
    right: 0;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.5s;
    z-index: 9999999999; }

/* End Preloader */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none; }
  #back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #A7727D;
    position: relative;
    transition: all ease-in-out 0.5s;
    text-align: center;
    border-radius: 0px; }
    #back-to-top a:after {
      position: absolute;
      content: '\f062';
      font-family: 'fontawesome';
      font-size: 20px;
      color: #fff;
      top: 50%;
      left: 50%;
      z-index: 1;
      font-weight: 600;
      transform: translate(-50%, -50%); }

.alert {
  margin-bottom: 10px;
  border-radius: 0px;
  color: #e83737;
  /* padding: 0; */
  }
  .alert .alert-success {
    background: transparent;
    border: transparent;
    border-radius: 0px;
    color: #3c763d; }
    .alert .alert-success h4 {
      margin-bottom: 8px; }
    .alert .alert-success p {
      color: #fff; }

/* ========================================= */
/*          Ribbon CSS        */
/* ======================================== */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 2; }
  .ribbon:before, .ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #666; }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #ef2853;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 600 16px/1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center; }
  .ribbon span.open {
    background: #5ECFB1; }

.ribbon-top-left {
  top: -10px;
  left: -10px; }
  .ribbon-top-left:before, .ribbon-top-left:after {
    border-top-color: transparent;
    border-left-color: transparent; }
  .ribbon-top-left:before {
    top: 0;
    right: 0; }
  .ribbon-top-left:after {
    bottom: 0;
    left: 0; }
  .ribbon-top-left span {
    right: -25px;
    top: 40px;
    transform: rotate(-45deg); }

/* ========================================= */
/*          Wickedpicker CSS        */
/* ======================================== */
.wickedpicker {
  width: 120px !important;
  height: auto !important;
  z-index: 9; }

.wickedpicker .wickedpicker__title {
  display: none !important; }

.wickedpicker__controls__control-up:before {
  content: "" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: #909090 !important; }

.wickedpicker__controls__control-down:after {
  content: "" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: #909090 !important; }

/* ========================================= */
/*          Accrodion CSS        */
/* ======================================== */
.accrodion-grp .accrodion + .accrodion {
  margin-top: 10px; }
.accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 14.5px 25px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  border-radius: 0px; }
  .accrodion-grp .accrodion .accrodion-title h5 {
    margin: 0;
    position: relative;
    font-weight: 400; }
    .accrodion-grp .accrodion .accrodion-title h5:before {
      content: '\f107';
      font-family: 'FontAwesome';
      color: #222222;
      font-size: 20px;
      position: absolute;
      top: 50%;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
.accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px; }
  .accrodion-grp .accrodion .accrodion-content .inner {
    padding: 10px 0px; }
    .accrodion-grp .accrodion .accrodion-content .inner p {
      margin: 0;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: .01em;
      color: #74787D; }
.accrodion-grp .accrodion.active .accrodion-title {
  background: #A7727D;
  border-color: #A7727D; }
  .accrodion-grp .accrodion.active .accrodion-title h5 {
    color: #fff; }
    .accrodion-grp .accrodion.active .accrodion-title h5:before {
      content: '\f106';
      color: #fff; }

@media (max-width: 567px) {
  .accrodion-grp .accrodion .accrodion-title h5 {
    font-size: 14px; } }
/* ========================================= */
/*          Custom animation CSS        */
/* ======================================== */
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -111px 0; } }
@-webkit-keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -111px 0; } }
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0, 0) rotate(0); }
  21% {
    transform: translate(40px, 50px) rotate(35deg); }
  41% {
    transform: translate(-20px, -75px) rotate(48deg); }
  60% {
    transform: translate(25px, 48px) rotate(125deg); }
  80% {
    transform: translate(16px, -15px) rotate(180deg); }
  100% {
    transform: translate(0, 0) rotate(0); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0, 0) rotate(0); }
  21% {
    -webkit-transform: translate(40px, 5px) rotate(35deg); }
  41% {
    -webkit-transform: translate(-20px, -75px) rotate(48deg); }
  60% {
    -webkit-transform: translate(25px, 48px) rotate(125deg); }
  80% {
    -webkit-transform: translate(16px, -15px) rotate(180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(0, 0) rotate(0); }
  21% {
    transform: translate(4px, 10px) rotate(360deg); }
  41% {
    transform: translate(25px, 40px) rotate(360deg); }
  60% {
    transform: translate(35px, 22px) rotate(360deg); }
  80% {
    transform: translate(17px, 46px) rotate(360deg); }
  100% {
    transform: translate(0, 0) rotate(0); } }
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(0, 0) rotate(0); }
  21% {
    -webkit-transform: translate(4px, -20px) rotate(360deg); }
  41% {
    -webkit-transform: translate(-50px, -80px) rotate(360deg); }
  60% {
    -webkit-transform: translate(-75px, -35px) rotate(360deg); }
  80% {
    -webkit-transform: translate(-20px, 20px) rotate(360deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/*--move-forever--*/
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%); }
  100% {
    transform: translate(85px, 0%); } }
/*Navbar*/
.navbar-default {
  background: #f5f5f5; }

.navbar {
  border-bottom: 0;
  padding: 0; }

.sidebar .navbar-nav {
  background: transparent;
  margin: 0; }

.navbar.navbar-default {
  transition: none; }

header #navbar {
  width: 100%;
  background: #f49b00; }

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  flex: 1; }
  .navbar-default a.navbar-brand span {
    color: #fc883a; }
  .navbar-default a.navbar-brand:hover {
    color: #D60D45; }
.navbar-default .navbar-nav li, .navbar-default .navbar-nav li.active {
  background: #f33807; }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover {
    color: #fff;
    background: #f33807; }

/* Main Menu Dropdown */
.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0; }
  .navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 190px;
    display: none;
    border: 1px solid #f1f1f1;
    border-top: 2px solid #f33807;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4); }
    .navbar-nav li ul li {
      border-bottom: 1px solid #f1f1f1; }
      .navbar-nav li ul li:last-child {
        border-bottom: none; }
      .navbar-nav li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px;
        text-decoration: none; }
      .navbar-nav li ul li:hover ul li a {
        padding-left: 15px;
        padding-right: 15px; }
      .navbar-nav li ul li a {
        display: block;
        padding: 7px 15px;
        font-size: 15px;
        font-weight: 500;
        color: #636363; }
        .navbar-nav li ul li a:hover {
          color: #f33807; }
      .navbar-nav li ul li ul {
        position: absolute;
        left: 188px;
        top: -2px; }
        .navbar-nav li ul li ul li ul li:hover a {
          padding-left: 20px;
          padding-right: 10px; }

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0; }
.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0; }

.main_header_area {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .main_header_area .header-content {
    padding: 8px 0 10px;
    background: #3f3d56;
    position: relative;
    z-index: 1; }
    .main_header_area .header-content li {
      display: inline-block;
      padding: 0px 20px;
      border-left: 1px solid #ffffff2e;
      margin: 0; }
      .main_header_area .header-content li:first-child {
        border: none;
        padding-left: 0; }
      .main_header_area .header-content li:last-child {
        padding-right: 0; }
      .main_header_area .header-content li a {
        font-size: 14px;
        color: #fff; }
    .main_header_area .header-content ul.social-links li {
      border: none;
      padding: 0;
      margin: 0 10px 0 0;
      display: inline-block; }
      .main_header_area .header-content ul.social-links li:last-child {
        margin-right: 0; }
    .main_header_area .header-content select {
      padding: 2px 8px;
      background: transparent;
      border: 1px solid #ffffff2e;
      height: auto;
      color: #fff; }
      .main_header_area .header-content select option {
        color: #3f3d56; }

.main_header_area.headerstye-1 {
  position: absolute;
  background: transparent; }
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0; }
    .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
      display: block; }
      .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
        display: none; }
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    color: #fff !important; }
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li:hover > a {
    color: #A7727D !important; }
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li.active > a {
    color: #A7727D !important; }
  .main_header_area.headerstye-1 .header_menu.fixed-top .navbar-header .navbar-brand {
    padding: 0;
    margin: 0; }
    .main_header_area.headerstye-1 .header_menu.fixed-top .navbar-header .navbar-brand img {
      display: none !important; }
      .main_header_area.headerstye-1 .header_menu.fixed-top .navbar-header .navbar-brand img + img {
        display: block !important; }
  .main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li a {
    color: #666 !important; }
  .main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li:hover > a {
    color: #A7727D !important; }
  .main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li.active > a {
    color: #A7727D !important; }

@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important; } }
.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  width: 100%;
box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;  }
  .header_menu .navbar.navbar-default .navbar-collapse {
    text-align: right;
    padding: 0; }
  .header_menu .navbar.navbar-default .nav.navbar-nav {
    float: none;
    text-align: right;
    display: inline-block;
    background: transparent; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li {
      float: none;
      display: inline-block;
      margin-right: 0px;
      background: transparent; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
        margin: 0; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li a {
        background: transparent;
        color: #444 !important;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 0px;
        /*letter-spacing: .45px;*/
        line-height: inherit;
        transition: all 150ms linear;
        border: none;
        padding: 0 15px;
        }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a i {
          margin-left: 2px; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
          position: absolute;
          right: 15px;
          top: 12px; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
          display: none; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
      color: #A7727D !important;
      background: transparent; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
      position: relative; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        border: none;
        padding: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #eeeeee transparent transparent transparent;
          position: absolute;
          right: 24px;
          top: 45px;
          z-index: 3;
          opacity: 0;
          -webkit-transition: all 400ms linear;
          -o-transition: all 400ms linear;
          transition: all 400ms linear; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
          display: block;
          float: none;
          margin-right: 0px;
          border-bottom: 1px dashed #f1f1f1; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
            line-height: 2.7;
            color: #666 !important;
            font-size: 15px;
            padding: 0px 20px;
            font-weight: 400;
            letter-spacing: .30px;
            -webkit-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
            display: block;
            text-transform: capitalize; }
            .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
              background: transparent;
              color: #A7727D !important; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
            border-bottom: none; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
            overflow: visible; }
  .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px; }
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover > a, .header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active > a {
  color: #A7727D !important; }

/*Fullpage search*/
#search1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }
  #search1 input[type="search"] {
    position: absolute;
    top: 35%;
    width: 50%;
    color: #666;
    background: transparent;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    border-width: 0 0 1px;
    margin: 0px auto;
    padding: 20px 30px;
    outline: none;
    margin-bottom: 30px;
    height: 82px;
    left: 0;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1; }
  #search1 .btn {
    position: absolute;
    top: 55%;
    left: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #A7727D;
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
    font-size: 18px; }
  #search1 .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #A7727D;
    border-color: #A7727D;
    opacity: 1;
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 27px; }

#search1.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

.head-sign button#dropdownMenuButton {
  background: transparent;
  border: 0;
  padding: 0; }
.head-sign .dropdown-toggle::after {
  display: none; }

@media (min-width: 992px) {
  .header_menu {
    background: #ffffff21; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
      position: absolute;
      top: 40px;
      left: 0px;
      min-width: 275px;
      background: #fff;
      box-shadow: 0 0 15px #cccccc57;
      text-align: left;
      opacity: 0;
      transition: all ease-in-out 0.5s;
      visibility: hidden;
      display: block;
      border: none;
      padding: 0px;
      border-radius: 0px; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
          line-height: 2.7;
          color: #666;
          font-size: 15px;
          padding: 0px 20px;
          letter-spacing: .30px;
          transition: all 150ms linear;
          display: block;
          background: transparent; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
          color: #A7727D; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
        transform: scale(1, 1); }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
      left: 0px;
      visibility: visible;
      opacity: 1; } }
header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22; }

.logo a {
  font-size: 28px;
  color: #fff; }
  .logo a [class^="flaticon-"]:before {
    font-size: 28px;
    color: #fff; }

nav.navbar.navbar-default .logo-white {
  display: block; }
nav.navbar.navbar-default .logo-black {
  display: none; }

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none; }
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block; }

.navbar-flex {
  padding: 15px 0;
  }

.nav-btn {
  display: inline-block; }

.navbar-sticky-in .nir-btn:hover {
  color: #A7727D; }

/*Fullpage search*/
.search-wrapper {
  position: relative;
  min-width: 250px;
  display: inline-block; }
  .search-wrapper .search_module {
    position: relative; }
    .search-wrapper .search_module .icon-left {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      transition: all ease-in-out 0.5s;
      z-index: 10;
      color: #fff; }
    .search-wrapper .search_module .search_area form .input-group {
      margin: 0; }
      .search-wrapper .search_module .search_area form .input-group .form-control {
        background: none;
        padding-left: 40px;
        border: 1px solid #ffffff23;
        transition: all ease-in-out 0.5s;
        font-weight: 400;
        width: 100%;
        color: #fff; }
        .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
          transition: all ease-in-out 0.5s;
          color: #fbfbfb; }
        .search-wrapper .search_module .search_area form .input-group .form-control:focus {
          outline: 0;
          box-shadow: none; }
    .search-wrapper .search_module.active + .search-categories {
      visibility: visible;
      opacity: 1; }
    .search-wrapper .search_module.active .search_area form .input-group .form-control {
      border: none;
      padding-left: 2.66667rem;
      border: 1px solid #ffffff23;
      font-weight: 400; }
      .search-wrapper .search_module.active .search_area form .input-group .form-control:focus {
        border: none; }

.reg-log a {
  text-transform: uppercase; }
.reg-log .head-sign button#dropdownMenuButton {
  background: transparent;
  border: 0;
  padding: 0; }
  .reg-log .head-sign button#dropdownMenuButton:hover, .reg-log .head-sign button#dropdownMenuButton:focus {
    border: none; }
  .reg-log .head-sign button#dropdownMenuButton h5 {
    font-weight: 400;
    color: #fff; }
.reg-log .head-sign .dropdown-menu {
  border-radius: 0px; }
.reg-log .head-sign .dropdown-toggle::after {
  display: none; }
.reg-log .head-sign a.dropdown-item {
  color: #666;
  text-transform: capitalize; }

.navbar-sticky-in .reg-log .head-sign button#dropdownMenuButton h5 {
  font-weight: 400;
  color: #444; }

@media (max-width: 811px) {
  .reg-log {
    display: none !important; } }
.header_menu.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px #cccccc57; }
  .header_menu.fixed-top .navbar.navbar-default .navbar-header .navbar-brand img + img {
    display: block; }
  .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li a {
    color: #666 !important; }
  .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control {
    border-color: #f1f1f1;
    color: #666; }
    .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
      color: #666; }
  .header_menu.fixed-top .search-wrapper .search_module .icon-left {
    color: #666; }
  .header_menu.fixed-top .reg-log a.nir-btn-black:hover {
    color: #3f3d56; }

.fade:not(.show) {
  opacity: 1; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9F5E7;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-backdrop {
  background: transparent; }

.modal__container {
  overflow-x: hidden;
  overflow-y: auto; }
  .modal__container .modal__content {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    overflow: hidden; }
    .modal__container .modal__content .login-content {
      background: #fff;
      text-align: center; }
      .modal__container .modal__content .login-content .section-border {
        padding: 20px 30px;
        border-top: 1px dashed #f1f1f1; }
      .modal__container .modal__content .login-content .form-checkbox {
        text-align: left; }
      .modal__container .modal__content .login-content a.btn-facebook, .modal__container .modal__content .login-content a.btn-twitter {
        padding: 8px 20px;
        color: #fff;
        background: #ccc;
        border-radius: 0px;
        display: inline-block; }
      .modal__container .modal__content .login-content a.btn-facebook {
        background: #395899; }
      .modal__container .modal__content .login-content a.btn-twitter {
        background: #04a9e1; }
      .modal__container .modal__content .login-content .sign-up {
    padding: 20px 5px;
    border-top: 1px dashed #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .modal__container .modal__content button.close {
      background: #A7727D;
      color: #fff;
      position: relative;
      top: 4px;
      right: 4px;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      opacity: 1;
      text-align: center;
      line-height: 1.6;
      font-size: 12px;
      z-index: 9;
      transition: all ease-in-out 0.5s;
      }

@media (max-width: 1100px) {
  .search-wrapper {
    width: 200px; }

  .head-btn, .head-sign {
    display: none;
    } 
	.header_menu .navbar.navbar-default .nav.navbar-nav li.ilanekle{display:block;}
	}
@media (max-width: 911px) {
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before,
  .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_open:before,
  .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
    color: #444 !important; }

  .headerstye-1 .slicknav_btn.slicknav_open:before,
  .headerstye-1 .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important; }

  .dropdown-toggle::after, .search-wrapper {
    display: none; } }
/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  padding: 0; }
  .banner .slider {
    height: 200px;
    position: relative;
    background: #000000;
    }
    .banner .slider .swiper-container {
      width: 100%;
      height: 100%; }
      .banner .slider .swiper-container .swiper-slide {
        overflow: hidden; }
        .banner .slider .swiper-container .swiper-slide .slide-inner {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-size: cover;
          background-position: center; }
          .banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-size: cover;
            background-position: center; }
          .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
            z-index: 1;
            position: absolute;
            left: 50%;
            margin: 0 auto;
            text-align: center;
            width: 70%;
            top: 50%;
            transform: translate(-50%, -50%); }
    .banner .slider .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 40px; }
    .banner .slider .swiper-pagination-custom .swiper-pagination-fraction {
      bottom: 40px; }
    .banner .slider .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #fff;
      opacity: 1; }
    .banner .slider .swiper-pagination-bullet-active {
      background: #ffa801; }
    .banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
      right: 50px; }
    .banner .slider .swiper-button-next:after, .banner .slider .swiper-button-prev:after {
      background: #fff;
      font-size: 21px;
      padding: 15px 20px;
      color: #3f3d56;
      transition: all ease-in-out 0.5s; }
    .banner .slider .swiper-button-next:hover:after, .banner .slider .swiper-button-prev:hover:after {
      background: #A7727D;
      color: #fff;
      transition: all ease-in-out 0.5s; }
    .banner .slider .video-banner video {
      width: 100%;
      display: block; }
    .banner .slider .video-banner #vid {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      overflow: hidden; }
    .banner .slider .overlay {
      background: linear-gradient(to bottom, rgb(68 3 5 / 30%), rgb(0 0 0 / 30%)); }

@media (max-width: 767px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    width: 90%; }

  .banner.banner1 .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    display: none; } }
@media (max-width: 567px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content h1 {
    font-size: 36px; } }
.wave-animation {
  display: block;
  width: 100%;
  height: 5em;
  max-height: 100vh;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  }

path#gentle-wave {
  fill: #fff; }

.wave-bg > use {
  animation: move-forever 20s linear infinite; }

/* ========================================= */
/*          Banner Form  CSS        */
/* ======================================== */
.banner-form {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  }
  .banner-form .form-title h1, .banner-form .form-title p {
    color: #fff; }
  .banner-form .form-title h1 {
    font-weight: 600;
    font-size: 2.25em;
    background: linear-gradient(to right, transparent, #A7727D, transparent);
    border-radius: 0px;
    display: inline-block;
    padding: 0px 30px;
    margin: 3px 0;
    text-shadow: 0px 1px 4px #444;
    }
  .banner-form .form-title p {
    font-size: 14px;
    text-shadow: 0px 1px 4px #444;
    }
  .banner-form .form-content {
    padding: 20px 20px 22px;
    position: relative;
    margin: 0;
    border-radius: 25px;
    width: 65%;
    background: rgb(0 0 0 / 50%);
}
    .banner-form .form-content .form-group {
      margin-bottom: 0;
      display: block; }
      .banner-form .form-content .form-group label {
        color: #666;
        margin-bottom: 10px; }
      .banner-form .form-content .form-group input {
        padding-left: 35px; }
        .banner-form .form-content .form-group input::placeholder {
          color: #3f3d56; }
      .banner-form .form-content .form-group .input-box {
        position: relative; }
        .banner-form .form-content .form-group .input-box .nice-select {
          padding-left: 35px; }
        .banner-form .form-content .form-group .input-box i {
          position: absolute;
          left: 15px;
          top: 15px;
          z-index: 1; }
        .banner-form .form-content .form-group .input-box [class^="flaticon-"]:before {
          color: #A7727D;
          font-weight: 500; }
      .banner-form .form-content .form-group a.nir-btn {
        /*padding: 26px;*/ }
  .banner-form .category-main h4 {
    color: #fff;text-shadow: 0px 1px 4px #444;
    font-weight: 400; }
  .banner-form .category-main .row.slick-slider {
    margin: 0; }
  .banner-form .category-main .col-md-2 {
    padding: 0 5px; }
  .banner-form .category-main .category-list {
    padding: 5px ;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all ease-in-out 0.5s;
    background: #ffffff2b; }
    .banner-form .category-main .category-list .cat-icon i {
      font-size: 21px;
      color: #fff; }
    .banner-form .category-main .category-list .cat-content a {
      color: #fff; font-weight:300;font-size: 14px;}
    .banner-form .category-main .category-list:hover {
      background: #A7727D;
      transition: all ease-in-out 0.5s;
      cursor: pointer; }

.bubbles {
  position: relative; }
  .bubbles .individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    background: #fff; }

.form-main {
  padding: 4.25rem 0 5rem; }
  .form-main .banner-form {
    position: inherit;
    top: 0;
    left: 0;
    transform: none; }
    .form-main .banner-form .form-content {
      background: #fff; }

.banner-form.banner-form1 {
  bottom: 5%;
  transform: translate(-50%, 0);
  top: inherit; }

.categories-main .category-main .category-list {
  padding: 30px 10px 25px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
  transition: all ease-in-out 0.5s;
  background: #fff; }
  .categories-main .category-main .category-list .cat-icon i {
    font-size: 28px;
    color: #666;
    transition: all ease-in-out 0.5s; }
  .categories-main .category-main .category-list .cat-content a {
    color: #666;
    transition: all ease-in-out 0.5s; }
  .categories-main .category-main .category-list:hover {
    background: #A7727D;
    transition: all ease-in-out 0.5s;
    cursor: pointer; }
    .categories-main .category-main .category-list:hover a, .categories-main .category-main .category-list:hover i {
      color: #fff;
      transition: all ease-in-out 0.5s; }

@media (max-width: 991px) {
  .banner-form, .banner-form.banner-form1 {
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: inherit;
    }
    .banner-form .form-title, .banner-form .form-content, .banner-form.banner-form1 .form-title, .banner-form.banner-form1 .form-content {
      width: 100% !important; }
    .banner-form .category-main, .banner-form.banner-form1 .category-main {
      margin: 0 auto; } }
@media (max-width: 767px) {
  .banner-form .form-title {
    display: block; }
  .banner-form .form-content {
    padding-bottom: 16px; }
    .banner-form .form-content .col-md {
      margin-bottom: 1rem; }
    .banner-form .form-content .form-group {
      margin-bottom: 1rem;
      display: inline-block; }
      .banner-form .form-content .form-group a.nir-btn {
        padding: 10px 20px 10px; } }
@media (max-width: 639px) {
  .category-main {
    display: block; }
	.banner-form .form-title h1 {
    font-weight: 500;
    font-size:22px;
}

  section.categories-main .category-main {
    display: block; } }
/* ========================================= */
/*          Top Places CSS        */
/* ======================================== */
section.top-place {
  padding-bottom: 3rem; }
  section.top-place .top-place-list {
    border-radius: 6px;
    position: relative;
	box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;
    }
    section.top-place .top-place-list img {
      transition: all ease-in-out 0.5s;
      width: 100%; }
    section.top-place .top-place-list .place-detail {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      z-index: 2;
      padding: 10px;
      height: 25%;
      cursor: pointer;
      }
      section.top-place .top-place-list .place-detail .place-detail-title {
        position: absolute;
        bottom: 10px;
        }
		.place-detail-title h4 a{font-size:15px;font-weight:500;}
      section.top-place .top-place-list .place-detail h5 {
        background: rgb(0 0 0 / 40%);
        border-radius: 3px;
        padding: 3px;
        display: inline-block; font-size:12px;font-weight:400;}
      section.top-place .top-place-list .place-detail .place-detail-rating {
        position: absolute;
        bottom: 25px; }
        section.top-place .top-place-list .place-detail .place-detail-rating .review-score {
          background: #f9b800;
          color: #fff;
          float: left;
          font-weight: 600;
          border-radius: 0px;
          padding: 10px;
          font-size: 13px;
          margin-right: 12px; }
        section.top-place .top-place-list .place-detail .place-detail-rating .place-detail-star {
          float: left;
          position: relative;
          top: 0;
          color: #f9b800; }
        section.top-place .top-place-list .place-detail .place-detail-rating .reviews-count {
          float: left;
          color: #fff;
          font-size: 11px;
          position: relative;
          top: 2px; }
      section.top-place .top-place-list .place-detail:before {
        content: '';
        background-image: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0,rgb(0 0 0 / 90%) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        left: 0; }
    section.top-place .top-place-list:hover img {
      transform: scale(1.1);
      transition: all ease-in-out 0.5s;
      cursor: pointer; }

/* ========================================= */
/*         Best Listing CSS        */
/* ======================================== */
section.best-listing {
  padding-bottom: 3rem; }
  section.best-listing .container {
    position: relative;
    z-index: 1; }
  section.best-listing .coupon-sale {
    background: #3f3d56;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    }
   /* section.best-listing .coupon-sale:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 0 13px 10px;
      border-color: transparent transparent transparent #3f3d56;
      }*/
  section.best-listing .listing-map .map-container.map-left {
    flex: 0 0 calc(100% - 890px);
    -webkit-box-flex: 0;
    overflow: hidden;
    position: relative; }
    section.best-listing .listing-map .map-container.map-left #map {
      position: fixed !important;
      top: 0;
      left: 0;
      bottom: 0;
      flex: calc(100% - 890px); }
  section.best-listing .listing-map .listing-main.listing-right {
    flex: 0 0 890px;
    padding: 60px;
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-flex: 0;
    background: #fff;
    position: relative;
    z-index: 2; }
  section.best-listing .listing-list {
    /* border-radius: 0px; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;
    /* border: 1px solid #f1f1f1; */
    }
    section.best-listing .listing-list img {
      transition: all ease-in-out 0.5s; }
    section.best-listing .listing-list .listing-image {
      position: relative;
      border-radius: 4px;
      }
      section.best-listing .listing-list .listing-image:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 25%;
        width: 100%;
        left: 0;
        /*background: linear-gradient(to top, #000000c9, transparent);*/
        z-index: 1;
        }
      section.best-listing .listing-list .listing-image .listing-detail-rating {
        position: absolute;
        bottom: 26px;
        left: 30px;
        z-index: 2; }
        section.best-listing .listing-list .listing-image .listing-detail-rating .review-score {
          background: #f9b800;
          color: #fff;
          float: left;
          font-weight: 600;
          border-radius: 0px;
          padding: 10px;
          font-size: 13px;
          margin-right: 12px; }
        section.best-listing .listing-list .listing-image .listing-detail-rating .listing-detail-star {
          float: left;
          position: relative;
          top: 0;
          color: #f9b800; }
        section.best-listing .listing-list .listing-image .listing-detail-rating .reviews-count {
          float: left;
          color: #fff;
          font-size: 11px;
          position: relative;
          top: 2px; }
      section.best-listing .listing-list .listing-image:hover img {
        transform: scale(1.1);
        transition: all ease-in-out 0.5s;
        cursor: pointer; }
    section.best-listing .listing-list .listing-detail {
      background: #fff;
      width: 100%;
      padding: 10px 10px 10px;
      height: 110px;
      display: inline-block;
      /* display: flex; */
      /* align-content: center; */
      /* justify-content: center; */
      /* align-items: center; */
      /* text-align: center; */
      }
      section.best-listing .listing-list .listing-detail ul.list-inline li {
        color: #A7727D; }
        section.best-listing .listing-list .listing-detail ul.list-inline li a {
          color: #A7727D; }
      section.best-listing .listing-list .listing-detail .listing-price {
        font-weight: 600;
        background: #A7727D;
        border-radius: 0px;
        padding: 3px 12px 5px;
        display: inline-block;
        color: #fff; }
		
    section.best-listing .listing-list .listing-detail-footer {
      float: left;
      width: 100%;
      /* padding: 5px 10px; */
      /* border-top: 1px solid #f1f1f1; */
      position: absolute;
	  top:0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      }
      section.best-listing .listing-list .listing-detail-footer span {
        font-size: 14px;
        color: #999; }
      section.best-listing .listing-list .listing-detail-footer .footer-item i, section.best-listing .listing-list .listing-detail-footer .footer-items i, section.best-listing .listing-list .listing-detail-footer .post-author img {
        /* border-radius: 4px; */
        height: 30px;
        width: 30px;
        text-align: center;
        background: #A7727D;
        line-height: 1.9;
        color: #fff;
        font-size: 16px;
        /* margin-right: 5px; */
        display: inline-block;
        }
section.best-listing .listing-list .listing-detail-footer .footer-items i {
	background:#A7727D;
	
}

.listing-detail-title.mb-2 {
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: 100px;
    align-items: center;
    text-align: center;
}		
		
.listing-detail-title.mb-2 h4 {
    font-size: 15px;
    font-weight: 500;
}
.listing-detail-title.mb-2 a.location {
    font-size: 12px;
}		

section.best-listing.best-listing1 {
  background: url(../images/calltoaction4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  section.best-listing.best-listing1 .section-title h2:before {
    color: #fff; }
  section.best-listing.best-listing1 .listing-list {
    box-shadow: none; }

@media (max-width: 1100px) {
  section.best-listing .listing-map {
    display: inherit !important; }
    section.best-listing .listing-map .map-container.map-left {
      flex: inherit; }
      section.best-listing .listing-map .map-container.map-left #map {
        position: relative !important;
        flex: inherit;
        height: 400px !important; }
    section.best-listing .listing-map .listing-main.listing-right {
      flex: inherit;
      padding: 5rem 15px; } }
@media (max-width: 991px) {
  .detail-title-inner, .list-single-details {
    text-align: center !important; }

  .list-single-details {
    margin-top: 1rem; }
    .list-single-details .rating-score {
      justify-content: center;
      float: none !important;
      margin-bottom: 0.5rem; } }
@media (max-width: 767px) {
  .listing-btn {
    display: inline-block !important;
    margin-top: 15px; } }
/* ========================================= */
/*         About Us CSS        */
/* ======================================== */
section#mt_about-style .container {
  position: relative;
  z-index: 1; }
section#mt_about-style .about_list {
  position: relative; }
  section#mt_about-style .about_list .num {
    font-size: 72px;
    font-weight: 600;
    color: #dedcdd;
    letter-spacing: .05em;
    line-height: 0.9em;
    position: relative;
    margin-bottom: 12px; }
    section#mt_about-style .about_list .num .decor:before, section#mt_about-style .about_list .num .decor:after {
      content: "";
      position: absolute; }
    section#mt_about-style .about_list .num .decor:before {
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -10px;
      background: #A7727D;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0px 5px 10px 0px rgba(155, 40, 123, 0.3);
      z-index: 2; }
  section#mt_about-style .about_list .col-lg-4:not(:last-of-type) .num .decor:after {
    content: "....................................................................................................................................";
    font-size: 14px;
    color: #dedcdd;
    line-height: 1em;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    width: 100%;
    overflow: hidden;
    letter-spacing: .6em; }
  section#mt_about-style .about_list .link {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #f51465;
    font-weight: 600;
    display: inline-block; }
    section#mt_about-style .about_list .link i {
      position: relative;
      left: 0;
      font-size: 14px;
      margin-left: 8px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }

@media (max-width: 991px) {
  section#mt_about-style .about_list .col-lg-4:not(:last-of-type) .num .decor:after {
    display: none; } }
@media (max-width: 735px) {
  .about_list .col-md-4 {
    margin-bottom: 30px; }

  .morph-wrap {
    display: none; } }
section.about-us {
  padding-bottom: 58px; }
  section.about-us .about-icon {
    position: relative;
    z-index: 1; }
    section.about-us .about-icon:before {
      content: '';
      background: #3797d826;
      position: absolute;
      top: -5px;
      left: 0;
      height: 100px;
      width: 100px;
      border-radius: 50%;
      margin: 0 auto;
      z-index: -1;
      right: 0; }
    section.about-us .about-icon i {
      font-size: 32px;
      background: #A7727D;
      border-radius: 50%;
      height: 90px;
      width: 90px;
      line-height: 2.8;
      color: #fff; }
  section.about-us .about-content h4 a span {
    font-size: 42px;
    font-weight: 600;
    color: #A7727D;
    padding-right: 10px; }
  section.about-us .about-listing {
    position: relative; }
    section.about-us .about-listing .about-item {
      margin-top: 5px; }
    section.about-us .about-listing:after {
      content: '';
      width: 67%;
      position: absolute;
      left: 0;
      top: 15%;
      z-index: 0;
      border: 1px dashed #f1f1f1;
      right: 0;
      margin: 0 auto; }
    section.about-us .about-listing .about-content h3 {
      font-size: 64px;
      text-align: center;
      color: #f1f1f1;
      margin-bottom: 0;
      line-height: 1.4; }

section.about-us.about-us1 {
  padding-bottom: 77px; }
  section.about-us.about-us1 .about-listing:after {
    display: none; }
  section.about-us.about-us1 .about-listing .about-content h4 a span {
    font-size: 42px;
    font-weight: 600;
    color: #A7727D;
    padding-right: 10px; }
  section.about-us.about-us1 .counter {
    border-top: 1px dashed #f1f1f1; }
    section.about-us.about-us1 .counter .counter-item h3 {
      font-size: 42px; }
    section.about-us.about-us1 .counter .counter-item i {
      font-size: 24px;
      color: #A7727D; }

@media (max-width: 911px) {
  section.about-us.about-us1 {
    padding-bottom: 3rem; }
    section.about-us.about-us1 .counter .counter-item {
      margin-bottom: 2rem; } }

section.about-detail .about-image {
  border-radius: 0px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 15px #cccccc37; }
section.about-detail .p-about-us .p-call-action li {
  display: inline-block;
  padding: 5px;
  width: 49%; }

.about-banner {
  border-bottom: 1px dashed #f1f1f1; }

.about-action {
  background-image: url(../images/slider/5.jpg) !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5rem; }
  .about-action .counter {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }

@media (max-width: 767px) {
  section.about-us {
    padding-bottom: 3rem; }
    section.about-us .about-listing .about-item {
      margin-bottom: 2rem; }
    section.about-us .about-listing:after {
      display: none; }

  section.about-detail .about-detail-content {
    margin-bottom: 2rem; }

  .about-banner {
    text-align: center; }
    .about-banner .about-banner-content {
      margin-bottom: 2rem; }

  section.about-detail:before {
    display: none; } }
.our-team {
  padding-bottom: 3rem; }
  .our-team .team-image {
    border-radius: 0px;
    overflow: hidden;
    transition: all ease-in-out 0.5s; }
    .our-team .team-image img {
      transition: all ease-in-out 0.5s;
      width: 100%; }
    .our-team .team-image:hover img {
      transition: all ease-in-out 0.5s;
      transform: scale(1.1); }
  .our-team .team-content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    background: #ffffffe0;
    padding: 15px 0; }
    .our-team .team-content h4 {
      color: #A7727D; }
    .our-team .team-content p {
      color: #3f3d56; }

/* ========================================= */
/*         call-to-action CSS        */
/* ======================================== */
section.call-to-action {
  padding-top: 64px;
  background-image: url(../images/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  section.call-to-action .call-content {
    position: relative;
    z-index: 1; }
    section.call-to-action .call-content h2 {
      font-weight: 600; }
      section.call-to-action .call-content h2 span {
        font-size: 46px; }
    section.call-to-action .call-content p {
      font-size: 18px;
      margin-bottom: 41px; }
  section.call-to-action:before, section.call-to-action:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000062; }
  section.call-to-action:after {
    background: linear-gradient(to top, rgba(6, 27, 65, 0) 0%, #610b0db5 100%); }
  section.call-to-action .counter {
    border-top: 1px solid #ffffff56;
    padding-top: 44px;
    margin-top: 40px;
    position: relative;
    z-index: 1; }
    section.call-to-action .counter .counter-item {
      text-align: center;
      width: 100%; }
      section.call-to-action .counter .counter-item h3 {
        font-size: 42px; }
      section.call-to-action .counter .counter-item i {
        font-size: 21px; }
    section.call-to-action .counter .d-line {
      border-right: 1px solid #ffffff56;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }

section.call-to-action.maincounter {
  background-image: url(../images/calltoaction3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 75px; }
  section.call-to-action.maincounter .counter {
    border: none; }

@media (max-width: 991px) {
  section.call-to-action {
    padding-bottom: 3rem; }
    section.call-to-action .counter .counter-item {
      margin-bottom: 2rem; } }
@media (max-width: 811px) {
  section.call-to-action .counter .counter-item h3 {
    font-size: 32px; } }
@media (max-width: 767px) {
  section.call-to-action {
    padding-bottom: 3rem; }
    section.call-to-action .call-content-inner {
      margin-top: 2rem;
      text-align: center; }
    section.call-to-action .counter .d-line {
      position: relative;
      border: none;
      margin-bottom: 2rem; } }
/* ========================================= */
/*          price Section CSS        */
/* ======================================== */
section.pricing-tab {
  padding-top: 80px; }
  section.pricing-tab .price-tabmain .section-title span {
    background: #f1f1f1;
    border-radius: 0px;
    padding: 5px 16px;
    display: inline-block;
    font-weight: 400; }
  section.pricing-tab .price-tabmain .price-list .price-box {
    background: #fff;
    box-shadow: 0 0 15px #cccccc37;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 2rem;
    border: 5px solid #fff; }
    section.pricing-tab .price-tabmain .price-list .price-box .price-header {
      position: relative;
      margin-bottom: 25px;
      border-bottom: 1px dashed #f6f2fe;
      padding: 30px 0 20px;
      margin-bottom: 0;
      background: #3f3d56; }
      section.pricing-tab .price-tabmain .price-list .price-box .price-header h2 {
        font-size: 45px;
        margin-bottom: 0;
        font-weight: 600; }
        section.pricing-tab .price-tabmain .price-list .price-box .price-header h2 sup {
          font-weight: 400; }
    section.pricing-tab .price-tabmain .price-list .price-box .price-item-list ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 3.0;
      display: inline-block;
      width: 100%; }
      section.pricing-tab .price-tabmain .price-list .price-box .price-item-list ul li:nth-child(odd) {
        background: #fbfbfb; }
    section.pricing-tab .price-tabmain .price-list .price-box .price-link {
      padding: 20px;
      border-top: 1px dashed #f1f1f1; }
  section.pricing-tab .price-tabmain .price-list .price-box.price-recommended {
    z-index: 1;
    position: relative;
    margin-top: 0; }
    section.pricing-tab .price-tabmain .price-list .price-box.price-recommended .price-header {
      background: #A7727D; }

.booking.pricing-tab .price-list {
  width: 90%;
  margin: 0 auto; }
  .booking.pricing-tab .price-list .price-header {
    padding-bottom: 0;
    border: none; }

@media (max-width: 991px) {
  section.pricing-tab .price-tabmain .price-list .price-box.price-recommended {
    margin-top: 2rem; } }
/* ========================================= */
/*          Reviews CSS        */
/* ======================================== */
section.reviews {
  padding-bottom: 124px;
  background: #fbfbfb url(../images/testimonial.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  section.reviews .container {
    position: relative;
    z-index: 2; }
  section.reviews .section-title h2 {
    border-color: #fff; }
    section.reviews .section-title h2:before {
      color: #fff; }
  section.reviews .slider-content {
    position: relative;
    padding-top: 20px; }
    section.reviews .slider-content .slider-image {
      position: relative; }
      section.reviews .slider-content .slider-image:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #f1f1f1;
        z-index: 0; }
      section.reviews .slider-content .slider-image img {
        transition: all ease-in-out 0.5s;
        width: 100%;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin: 0 auto;
        position: relative;
        z-index: 1; }
    section.reviews .slider-content p {
      line-height: 1.8;
      font-weight: 600;
      position: relative; }
      section.reviews .slider-content p:before {
        content: '\f10d';
        font-size: 32px;
        color: #ccccccbf;
        font-family: 'fontawesome';
        padding-right: 15px; }

section.reviews.reviews-inner .section-title h2:before {
  color: #A7727D; }
section.reviews.reviews-inner:before {
  display: none; }
section.reviews.reviews-inner .slider-content {
  padding: 40px 30px 22px;
  background: #fff;
  border-radius: 0px; }

/* ========================================= */
/*          News section CSS        */
/* ======================================== */
section.news {
  padding-bottom: 45px; }
  section.news .news-item {
    border-radius: 0; }
    section.news .news-item .news-content {
      padding-top: 20px; }
      section.news .news-item .news-content .news-cats a {
        background: #f1f1f1;
        border-radius: 0px;
        padding: 5px 10px 4px;
        display: inline-block;
        font-weight: 400;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 13px;
        transition: all ease-in-out 0.5s; }
        section.news .news-item .news-content .news-cats a:hover {
          background: #A7727D;
          color: #fff !important;
          transition: all ease-in-out 0.5s; }
      section.news .news-item .news-content .news-list {
        border-top: 1px dashed #f1f1f1;
        padding-top: 15px; }
        section.news .news-item .news-content .news-list li a {
          font-size: 14px;
          color: #999; }
          section.news .news-item .news-content .news-list li a:hover {
            color: #A7727D; }

/* ========================================= */
/*          Partners CSS        */
/* ======================================== */
.partners {
  border-top: 1px dashed #f1f1f1;
  border-bottom: 1px dashed #f1f1f1; }
  .partners img {
    padding: 10px;
    background: #fff;
    border: 1px solid #f1f1f1; }

/* ========================================= */
/*          Newsletter CSS        */
/* ======================================== */
.newsletter {
  background: transparent;
  border-bottom: 1px dashed #ffffff26;
  padding-bottom: 2.45rem;
  margin-bottom: 2rem; }
  .newsletter .newsletter-main {
    position: relative; }
    .newsletter .newsletter-main .newsletter-form {
      position: relative;
      width: 50%; }
      .newsletter .newsletter-main .newsletter-form form {
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        border: 1px solid #f1f1f1; }
        .newsletter .newsletter-main .newsletter-form form input {
          padding-right: 65px;
          border: none;
          height: 50px;
          outline: none; }
        .newsletter .newsletter-main .newsletter-form form input.nir-btn {
          position: absolute;
          right: 0;
          top: 0;
          text-align: center;
          border-radius: 0;
          padding: 12px 20px 12px;
          transition: all ease-in-out 0.5s; }
          .newsletter .newsletter-main .newsletter-form form input.nir-btn:hover {
            background: #2a92d6 !important;
            transition: all ease-in-out 0.5s;
            color: #fff; }

.newsletter.newsletter1 {
  background: none; }
  .newsletter.newsletter1 .section-title h2 {
    padding-bottom: 0; }
    .newsletter.newsletter1 .section-title h2:before {
      display: none; }
  .newsletter.newsletter1 form {
    border: none !important; }

/* ========================================= */
/*          Contact Page CSS        */
/* ======================================== */
.contact-main .contact-info .info-item {
  position: relative;
  padding: 20px;
  box-shadow: 0 0 15px #cccccc37;
  border-radius: 3px;
  border: 1px solid #ddd;
  }
  .contact-main .contact-info .info-item .info-icon i {
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    background: #A7727D;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 2; }
  .contact-main .contact-info .info-item .info-content {
    padding-left: 65px; }
.contact-main .contact-map .map-main {
  border-radius: 0px;
  overflow: hidden; }
.contact-main .contact-map .contact-form {
  background: #3f3d56;
  padding: 30px;
  border-radius: 0px; }

.contact1 .support-item {
  border: 1px solid #f1f1f1;
  padding: 20px;
  text-align: center;
  border-radius: 0px; }
.contact1 .info-icon {
  left: 4%; }

@media (max-width: 767px) {
  .contact-main .contact-map .contact-form {
    margin-top: 2rem; } }
/* ========================================= */
/*          Events Pages CSS        */
/* ======================================== */
section.events .events-image {
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  section.events .events-image img {
    width: 100%;
    border-radius: 0px; }
section.events .news-content {
  margin-top: 20px;
  width: 94%;
  box-shadow: 0 0 15px #cccccc37;
  padding: 25px 30px 30px;
  margin: -30px auto 0;
  position: relative;
  background: #fff;
  border-radius: 0px; }
  section.events .news-content h4 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px; }
  section.events .news-content .meta span {
    color: #999;
    font-size: 14px; }
section.events p.dates {
  background: #000000c7;
  text-align: center;
  font-weight: 600;
  padding: 9px 15px 8px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
  position: absolute;
  top: 20px;
  left: 0px;
  border-radius: 0px 10px 10px 0; }
  section.events p.dates p.dates span {
    font-size: 24px;
    display: block; }

.events-main {
  width: 80%;
  margin: 0 auto; }
  .events-main .events-list {
    background: #fff;
    padding: 20px;
    border-radius: 0px; }
    .events-main .events-list .time-from {
      border: 1px solid #f1f1f1;
      background: #fbfbfb;
      padding: 15px;
      border-radius: 0px; }
      .events-main .events-list .time-from .date {
        font-size: 72px;
        font-weight: 600;
        line-height: 73px;
        margin-top: 0;
        display: block; }
      .events-main .events-list .time-from .maina {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 25px;
        display: block; }

.events-detail-lists {
  border-radius: 0px;
  background: #fff;
  padding: 20px; }
  .events-detail-lists ul.event-list-content {
    list-style-type: disc; }
    .events-detail-lists ul.event-list-content li {
      line-height: 2.4; }

.events-sidebar {
  position: sticky;
  top: 0; }

.blog-search {
  position: relative; }
  .blog-search input {
    padding-right: 70px; }
  .blog-search a {
    position: absolute;
    right: 0;
    height: 43px;
    line-height: 1.7;
    border-radius: 0px;
    background: #A7727D;
    text-align: center;
    padding: 10px 15px; }

.sidebar-info .info {
  background: #fff;
  border-radius: 0px;
  overflow: hidden; }
  .sidebar-info .info ul li.title {
    background: #3f3d56;
    color: #fff;
    border: none; }
  .sidebar-info .info ul li {
    padding: 10px 15px;
    margin: 0;
    display: block; }

.sidebar-book-event {
  overflow: hidden;
  border-radius: 0px;
  background: #fff; }
  .sidebar-book-event h4 {
    background: #5585a5;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    margin: 0; }
  .sidebar-book-event form li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-weight: 500;
    margin: 0;
    list-style: none;
    border-bottom: 1px dashed #f1f1f1; }
    .sidebar-book-event form li .label {
      font-weight: 400;
      font-size: 16px; }
    .sidebar-book-event form li .value {
      font-weight: 600; }

@media (max-width: 991px) {
  .events-main {
    width: 100%; }
    .events-main .events-list .time-from .date {
      font-size: 28px; }

  .events-sidebar {
    margin-top: 2rem; } }
@media (max-width: 767px) {
  .events-content {
    padding: 2rem 0; } }
/* ========================================= */
/*          Gallery CSS        */
/* ======================================== */
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px; }
  .gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.5s; }
    .gallery .gallery-item .gallery-content ul {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .gallery .gallery-item .gallery-content ul li {
        border: 1px solid #ffffff26;
        color: #fff;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 20px;
        line-height: 2;
        display: inline-block;
        border-radius: 0px;
        margin: 0;
        transition: all ease-in-out 0.5s; }
        .gallery .gallery-item .gallery-content ul li a {
          color: #fff !important; }
        .gallery .gallery-item .gallery-content ul li:hover {
          background: #A7727D;
          transition: all ease-in-out 0.5s; }
  .gallery .gallery-item:hover .gallery-content {
    top: 0;
    transition: all ease-in-out 0.5s; }

a.lb-close {
  position: absolute;
  top: -30px;
  right: 30px; }

/* ========================================= */
/*          Booking  CSS        */
/* ======================================== */
section.booking .price-tabmain ul.nav.nav-tabs {
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0 15px #cccccc37;
  border: none;
  background: #A7727D;
  padding: 10px; }
  section.booking .price-tabmain ul.nav.nav-tabs li {
    margin: 0;
    border: none; }
    section.booking .price-tabmain ul.nav.nav-tabs li a {
      border: none;
      border-radius: 0px;
      display: inline-block;
      margin-right: 0px;
      padding: 10px 20px;
      transition: all ease-in-out 0.5s;
      color: #fff; }
      section.booking .price-tabmain ul.nav.nav-tabs li a:hover {
        color: #A7727D;
        background-color: #fff;
        border: none;
        transition: all ease-in-out 0.5s; }
  section.booking .price-tabmain ul.nav.nav-tabs li.active a {
    color: #A7727D;
    background-color: #fff;
    border: none;
    transition: all ease-in-out 0.5s; }
    section.booking .price-tabmain ul.nav.nav-tabs li.active a:focus, section.booking .price-tabmain ul.nav.nav-tabs li.active a:hover {
      color: #A7727D;
      background-color: #fff;
      border: none;
      transition: all ease-in-out 0.5s; }
section.booking .booking-box {
  background: #fff;
  box-shadow: 0 0 15px #cccccc37;
  padding: 30px;
  border-radius: 0px; }
  
  .search-box {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  }
  
img.isletmeekle{max-width:300px;text-align:center;}
	.search-box-title .title-content img {
    width:100%;}
	
	.search-box .search-box-title i {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #c36464;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    border-radius: 50%;
}
	
  section.booking .booking-box .booking-box-title span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    line-height: 3;
    margin-bottom: 15px; }
  section.booking .booking-box .booking-box-title li.active span {
    background: #0059ff;
    color: #fff; }
  section.booking .booking-box .booking-box-title li.active p {
    color: #0059ff; }
  section.booking .booking-box .booking-box-title i {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #77c364;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    border-radius: 50%; }
  section.booking .booking-box .booking-box-title .title-content {
    padding-left: 70px; }
  section.booking .booking-box .booking-border {
    padding: 1.5rem 0;
    border-bottom: 1px dashed #f1f1f1; }
    section.booking .booking-box .booking-border:last-child {
      border: none;
      padding-bottom: 0; }
  section.booking .booking-box .fl-wrap {
    float: left;
    width: 100%;
    position: relative; }
  section.booking .booking-box .log-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #f1f1f1;
    z-index: 1; }
  section.booking .booking-box .log-separator span {
    position: relative;
    width: 90px;
    display: inline-block;
    background: #fff;
    z-index: 2; }
  section.booking .booking-box .soc-log a.facebook-log {
    background: #2a92d6;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    transition: all ease-in-out 0.5s; }
    section.booking .booking-box .soc-log a.facebook-log:hover {
      background: #A7727D;
      transition: all ease-in-out 0.5s; }

@media (max-width: 567px) {
  section.booking .booking-box .booking-box-title {
    text-align: center; }
    section.booking .booking-box .booking-box-title i {
      float: none; }
    section.booking .booking-box .booking-box-title .title-content {
      padding: 16px 0 0; } }
/* ========================================= */
/*          Error Page CSS        */
/* ======================================== */
.error {
  background: linear-gradient(to bottom, #ffe8e8 0%, #ffffff 100%);
  }
  .error .error-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .error .error-content h1 {
      font-size: 252px;
      margin: 0px;
      color: #fff;
      letter-spacing: -40px;
      line-height: 1; }
      .error .error-content h1 span {
        text-shadow: -8px 0px 0px #fff;
        color: #A7727D; }
  .error .bubbles .individual-bubble {
    background: #A7727D; }
  .error .newsletter-form {
    position: relative; }
    .error .newsletter-form form {
      border-radius: 0px;
      overflow: hidden;
      position: relative; }
      .error .newsletter-form form input {
        padding-right: 65px;
        border: none;
        height: 50px;
        outline: none; }
      .error .newsletter-form form input.nir-btn {
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        border-radius: 0;
        padding: 14px 20px 12px;
        transition: all ease-in-out 0.5s; }
        .error .newsletter-form form input.nir-btn:hover {
          background: #2a92d6 !important;
          transition: all ease-in-out 0.5s;
          color: #fff; }

.error.error1:before {
  content: '';
  background: url(../images/trending-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; }

@media (max-width: 911px) {
  .error .error-content {
    width: 100%; } }
@media (max-width: 811px) {
  .error .error-content {
    width: 100%; } }
@media (max-width: 567px) {
  .error .error-content h1 {
    font-size: 140px;
    letter-spacing: -20px; }
  .error .error-content .nir-btn {
    margin: 0 0 1rem; }
  .error .newsletter-form form {
    border-radius: 0px; }
    .error .newsletter-form form input[type="email"] {
      padding-right: 20px; }
    .error .newsletter-form form input.nir-btn {
      position: relative;
      border-radius: 0px;
      margin: 1rem 0 0; } }
/* ========================================= */
/*          Coming Soon CSS        */
/* ======================================== */
section.comingsoon {
  background: url(../images/calltoaction3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh; }
  section.comingsoon .comingsoon-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    section.comingsoon .comingsoon-content .coming-title span {
      color: #A7727D;
      font-size: 60px; }
    section.comingsoon .comingsoon-content .counter-box {
      text-align: center;
      display: inline-block;
      color: #fff;
      padding: 0 30px;
      text-transform: capitalize;
      font-size: 21px; }
      section.comingsoon .comingsoon-content .counter-box span {
        font-size: 80px;
        color: #fff;
        display: block;
        font-weight: 600;
        line-height: 1.5; }

section.comingsoon.comingsoon1 {
  text-align: left;
  background: url(../images/slider/slider21.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  section.comingsoon.comingsoon1 canvas.pg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 1; }
  section.comingsoon.comingsoon1 .comingsoon-content {
    left: 10%; }
    section.comingsoon.comingsoon1 .comingsoon-content .counter-box {
      text-align: left;
      padding: 0 40px 0 0; }
      section.comingsoon.comingsoon1 .comingsoon-content .counter-box span {
        font-size: 100px; }
    section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form {
      position: relative;
      width: 50%; }
      section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        border: 1px solid #f1f1f1; }
        section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input {
          padding-right: 65px;
          border: none;
          height: 50px;
          outline: none; }
        section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input.nir-btn {
          position: absolute;
          right: 0;
          top: 0;
          text-align: center;
          border-radius: 0;
          padding: 12px 20px 12px;
          transition: all ease-in-out 0.5s; }
          section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input.nir-btn:hover {
            background: #2a92d6 !important;
            transition: all ease-in-out 0.5s;
            color: #fff; }
    section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form {
      width: 70%; }
      section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
        border: none; }
    section.comingsoon.comingsoon1 .comingsoon-content .social-links a i {
      color: #fff;
      font-size: 18px; }

@media (max-width: 991px) and (min-width: 812px) {
  section.comingsoon {
    height: 200vh; } }
@media (max-width: 911px) {
  section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form {
    width: 100%; } }
@media (max-width: 767px) {
  section.comingsoon .comingsoon-content .coming-title span, section.comingsoon.comingsoon1 .comingsoon-content .coming-title span {
    font-size: 40px; }
  section.comingsoon .comingsoon-content .counter-box span, section.comingsoon.comingsoon1 .comingsoon-content .counter-box span {
    font-size: 54px; }

  section.comingsoon.comingsoon1 .comingsoon-content {
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px; }
    section.comingsoon.comingsoon1 .comingsoon-content .coming-title-main {
      width: 80% !important;
      margin: 0 auto; }
    section.comingsoon.comingsoon1 .comingsoon-content .counter-box {
      padding: 0 10px; } }
@media (max-width: 639px) {
  section.comingsoon .comingsoon-content .coming-title span, section.comingsoon.comingsoon1 .comingsoon-content .coming-title span {
    font-size: 30px; }
  section.comingsoon .comingsoon-content .counter-box span, section.comingsoon.comingsoon1 .comingsoon-content .counter-box span {
    font-size: 42px; } }
@media (max-width: 567px) {
  section.comingsoon .comingsoon-content .coming-title-main, section.comingsoon.comingsoon1 .comingsoon-content .coming-title-main {
    width: 100% !important; }
  section.comingsoon .comingsoon-content .newsletter-form form, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
    border-radius: 0px; }
    section.comingsoon .comingsoon-content .newsletter-form form input[type="email"], section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input[type="email"] {
      padding-right: 20px; }
    section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input.nir-btn {
      position: relative;
      border-radius: 0px;
      margin: 1rem 0 0; } }
/* ========================================= */
/*          invoice CSS        */
/* ======================================== */
.invoice-box {
  max-width: 800px;
  margin: 5rem auto;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  color: #555; }

@media (max-width: 767px) {
  .invoice-box {
    max-width: 90%; } }
@media (max-width: 639px) {
  .invoice-box {
    overflow: scroll; } }
/* ========================================= */
/*          Shop all CSS        */
/* ======================================== */
.banner.shop-banner .slider {
  height: 500px; }

.banner_thumb {
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  .banner_thumb .banner_thumb img {
    width: 100%; }
  .banner_thumb .banner_text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%); }

@media (max-width: 1100px) and (min-width: 1024px) {
  .banner_thumb .banner_text h3 {
    font-size: 18px; } }
@media (max-width: 991px) {
  .banner_thumb .banner_text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: #ccc;
    width: 100%;
    text-align: center;
    padding: 20px; } }
@media (max-width: 767px) {
  .banner_area {
    padding-bottom: 3rem !important; }

  .banner_area.banner_area1 {
    padding-bottom: 0 !important; }

  .banner_thumb {
    margin-bottom: 2rem; } }
.shop-item {
  background: #fff;
  border-radius: 0px;
  overflow: hidden; }
  .shop-item .shop-image {
    position: relative;
    text-align: center;
    padding: 20px; }
    .shop-item .shop-image img {
      width: 60%;
      display: inline-block; }
  .shop-item .shop-content {
    text-align: center;
    padding: 0px 0 20px; }

.shop-price span {
  margin: 0 5px;
  font-size: 14px;
  color: #A7727D; }
.shop-price del {
  opacity: 0.7;
  font-size: 14px; }
.shop-price ins {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px; }

/*shop sidebar*/
.shop-sidebar-box .recent-item {
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  border-radius: 0px; }
  .shop-sidebar-box .recent-item .recent-image {
    width: 30%; }
.shop-sidebar-box .shop-sidebar-content ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  transition: all ease-in-out 0.5s; }
  .shop-sidebar-box .shop-sidebar-content ul li a {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0px;
    display: inline-block; }
.shop-sidebar-box .latest-tweets ul > li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f1f1f1; }
  .shop-sidebar-box .latest-tweets ul > li:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0; }
.shop-sidebar-box .latest-tweets p.tweet-text:before {
  content: "\f099";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  left: 0;
  padding-top: 5px;
  color: #01d6a3; }
.shop-sidebar-box .tagcloud a {
  border: 1px solid #f1f1f1;
  border-radius: 5px 0;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 3px; }

.shop-sidebar-ad {
  position: relative;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #4db7fe 0%, #155986 100%);
  overflow: hidden;
  border-radius: 0px; }

section.shop-main .shop-detail {
  background: #fff;
  border-radius: 0px;
  padding: 30px; }
  section.shop-main .shop-detail .quantity-buttons {
    display: inline-block; }
  section.shop-main .shop-detail .slick-list {
    padding: 0 !important; }
  section.shop-main .shop-detail .slider-thumbs {
    margin-top: 10px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 0px; }
    section.shop-main .shop-detail .slider-thumbs .slick-slide {
      opacity: 0.5; }
      section.shop-main .shop-detail .slider-thumbs .slick-slide img {
        border-radius: 10px;
        border: 1px solid #f1f1f1;
        border-width: 3px; }
    section.shop-main .shop-detail .slider-thumbs .slick-slide.slick-active {
      opacity: 1; }

#store-tab-main .nav-tabs {
  border: none; }
  #store-tab-main .nav-tabs > li > {
    margin: 0; }
    #store-tab-main .nav-tabs > li > a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 14px 17px 14px;
      font-size: 18px;
      text-align: center;
      font-weight: 400;
      color: #3f3d56;
      background: transparent;
      border-radius: 10px 10px 0 0;
      margin: 0;
      line-height: inherit;
      border: none; }
      #store-tab-main .nav-tabs > li > a:hover {
        color: #fff !important;
        border: none;
        background: #A7727D; }
  #store-tab-main .nav-tabs li.active > a {
    color: #fff !important;
    border: none;
    background: #A7727D; }
    #store-tab-main .nav-tabs li.active > a:focus {
      color: #fff !important;
      border: none;
      background: #A7727D; }
#store-tab-main .tab-content {
  border: none;
  background: #fff;
  padding: 30px;
  border-radius: 0px 0px 10px 10px; }
  #store-tab-main .tab-content p {
    margin: 0; }

.cart-inner .cart-table-list table thead {
  width: 100%; }
.cart-inner .cart-table-list table td.actions .coupon input[type=text] {
  width: 250px;
  margin-left: 22px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 40px;
  vertical-align: top;
  padding-left: 10px; }
.cart-inner .cart-table-list table td.actions .coupon button {
  color: #A7727D;
  background-color: transparent;
  border: 1px solid #A7727D;
  border-radius: 0px;
  padding: 6px 12px;
  transition: all ease-in-out 0.5s;
  margin-left: 10px; }
.cart-inner .cart-table-list table td.actions .coupon button.update_cart {
  background: #A7727D;
  color: #fff;
  border-color: #A7727D; }
.cart-inner .cart-table-list table th, .cart-inner .cart-table-list table td {
  text-align: center; }
.cart-inner .cart-table-list .product-thumbnail img {
  width: 30%;
  margin-right: 15px; }
.cart-inner .checkout-order {
  margin: 30px 0 20px; }

.checkout-coupon {
  background: #6b7b86;
  padding: 15px 30px;
  border-radius: 0px;
  display: inline-block;
  width: 100%; }

table.shop_table.rt-checkout-review-order-table {
  width: 100%; }
  table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
    background: #fbfbfb; }
  table.shop_table.rt-checkout-review-order-table tr {
    border: 1px solid #f1f1f1; }
    table.shop_table.rt-checkout-review-order-table tr span.rt-Price-amount {
      color: #ef2a4c; }
    table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
      padding: 10px 15px;
      font-size: 15px;
      border: 1px solid #f1f1f1; }

@media (max-width: 991px) {
  .shop-sidebar {
    margin-top: 2rem; } }
@media (max-width: 767px) {
  .fp-content {
    width: 100% !important; } }
@media (max-width: 639px) {
  #store-tab-main .nav-tabs li {
    width: 100%; }
    #store-tab-main .nav-tabs li a {
      width: 100%; }

  .cart-inner .cart-table-list table td.actions .coupon button.update_cart {
    margin-top: 10px; } }
@media (max-width: 567px) {
  .order-list {
    overflow: scroll; }

  .cart-inner .cart-table-list table td.actions .coupon button {
    margin-top: 10px; } }
/* ========================================= */
/*          Instagram CSS        */
/* ======================================== */
.insta-main {
  overflow: hidden;
  background: #A7727D; }
  .insta-main .insta-inner .col-md-3 {
    padding: 0;
    overflow: hidden; }
  .insta-main .insta-inner .follow-button {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -25px;
    z-index: 1; }
    .insta-main .insta-inner .follow-button a {
      position: relative;
      background-color: #fff;
      font-size: 18px;
      color: #1a1a1a;
      display: block;
      padding: 11px 15px 12px;
      text-align: center;
      font-weight: 400;
      width: 250px;
      height: 50px;
      -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }
      .insta-main .insta-inner .follow-button a:before {
        content: '\f16d';
        font-family: 'fontawesome';
        margin-right: 5px;
        display: inline-block;
        vertical-align: top; }
      .insta-main .insta-inner .follow-button a:after {
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
        border: 1px solid #fff; }
  .insta-main .insta-inner .insta-image, .insta-main .insta-inner .insta-image a img {
    transition: all ease-in-out 0.5s;
    overflow: hidden; }
  .insta-main .insta-inner .insta-image:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.5s; }

/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
  width: 100%;
  padding-top: 73px;
  background: #593c41;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  footer:before {
    background: url(../images/footer-bg.png) no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: ''; }
  footer a, footer p, footer li {
    color: #f1f1f1;
    font-size: 14px; }
  footer h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    footer h4:after {
      position: absolute;
      content: '';
      height: 2px;
      width: 50px;
      background: #A7727D;
      left: 0;
      bottom: 0; }
  footer .footer-upper {
    padding-bottom: 5rem; }
    footer .footer-upper .footer-links ul li {
      margin-bottom: 0;
      line-height: 2.8;
      display: block;
      color: #fff; }
    footer .footer-upper .footer-links ul p span {
      color: #A7727D; }
    footer .footer-upper .footer-links .social-links ul li {
      display: inline-block; }
      footer .footer-upper .footer-links .social-links ul li a {
        background: #ffffff26;
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 17px;
        line-height: 2.3;
        border-radius: 0px; }
        footer .footer-upper .footer-links .social-links ul li a:hover {
          color: #fff;
          background: #A7727D; }
    footer .footer-upper .footer-links input.nir-btn {
      border: none; }
      footer .footer-upper .footer-links input.nir-btn:hover {
        opacity: 0.8;
        background: #A7727D !important;
        color: #fff !important; }
    footer .footer-upper .footer-links .post-list {
      border-bottom: 1px dashed #ffffff30;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      footer .footer-upper .footer-links .post-list:last-child {
        border: none;
        margin: 0;
        padding: 0; }
      footer .footer-upper .footer-links .post-list .post-image {
        width: 30%;
        border-radius: 0px;
        overflow: hidden; }
      footer .footer-upper .footer-links .post-list span {
        font-size: 12px; }
  footer .footer-copyright {
    padding: 20px 0;
    background: #fbfbfb12; }
    footer .footer-copyright .footer-nav ul li {
      display: inline-block;
      margin: 0 5px; }

footer.footer1:before {
  display: none; }

@media (max-width: 991px) {
  footer .footer-upper {
    padding-bottom: 3rem; }
    footer .footer-upper .footer-links {
      margin-bottom: 2rem; }

  footer.footer1 .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem; }
  footer.footer1 .newsletter .newsletter-main {
    text-align: center; }
    footer.footer1 .newsletter .newsletter-main .newsletter-form {
      width: 80%;
      margin: 0 auto; } }
@media (max-width: 811px) {
  footer .footer-copyright .copyright-inner {
    display: inherit !important;
    text-align: center; } }
@media (max-width: 767px) {
  footer.footer1 .newsletter .newsletter-main .newsletter-form {
    width: 100%; } }
@media (max-width: 639px) {
  footer .footer-upper .footer-links .post-list {
    justify-content: normal !important; }
    footer .footer-upper .footer-links .post-list .post-content {
      padding-left: 1rem; } }
/* ========================================= */
/*          Listing CSS        */
/* ======================================== */
.listing-main.mt-map {
  margin-top: -80px;
  position: relative; }

.list-results {
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  border-radius: 0px; }
  .list-results label {
    margin: 0; }
  .list-results .nice-select {
    border: 1px solid #f1f1f1;
    background: #fff;
    width: 150px;
    padding-left: 20px;
    border-radius: 0; }
  .list-results .change-grid, .list-results .change-list {
    display: inline-block; }
    .list-results .change-grid i, .list-results .change-list i {
      line-height: 2.5;
      text-align: center;
      color: #3f3d56;
      display: inline-block;
      transition: all ease-in-out 0.5s;
      height: 40px;
      width: 40px;
      border-radius: 0px;
      border: 1px solid #f1f1f1; }
  .list-results .change-list.f-active i, .list-results .change-grid.f-active i {
    background: #A7727D;
    color: #fff;
    transition: all ease-in-out 0.5s;
    border-color: #A7727D; }

.blog-full {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  background: #fff; }
  .blog-full .blog-height {
    height: 100%; }
  .blog-full .blog-image {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
    transition: all ease-in-out 0.5s; }
    .blog-full .blog-image .b-date {
      position: absolute;
      background: #24324f;
      right: 10px;
      top: 10px;
      padding: 10px;
      text-align: right;
      text-transform: uppercase;
      border-radius: 0px; }
      .blog-full .blog-image .b-date strong {
        font-size: 36px;
        display: block;
        line-height: 1.0; }
    .blog-full .blog-image a {
      background-size: cover;
      height: 100%;
      width: 100%;
      background-position: center;
      display: inline-block;
      transition: all ease-in-out 0.5s; }
      .blog-full .blog-image a:hover {
        transition: all ease-in-out 0.5s;
        transform: scale(1.1); }
  .blog-full .blog-content {
    padding: 20px 0px;
    display: inline-block;
    width: 100%; }
    .blog-full .blog-content .rating span {
      color: #ffbc00; }
	  
	.about-detail-content .detail-amenities li {
	width: 48%;
	margin: 0.5%;
	padding: 10px;
	color: #9b4d5d;
	background: #EDDBC7;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 14px;
	}
	.about-detail-content .detail-amenities li i {
	margin-right: 5px; }	  

.add-listing .addlist-inner .addlist-title {
  margin-bottom: 2rem;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  padding: 15px;
  background: #fff;
  width: 100%;
  border-radius: 0px; }
.add-listing .addlist-inner .addlist-content {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  padding: 20px;
  border-radius: 10px; }
  .add-listing .addlist-inner .addlist-content .niceSelect {
    padding: 10px 20px; }
.add-listing .addlist-inner .upload-file {
  width: 100%;
  background: #fbfbfb;
  border: 2px dashed #f1f1f1;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 50px 0; }
  .add-listing .addlist-inner .upload-file input {
    display: none; }
  .add-listing .addlist-inner .upload-file i {
    font-size: 3.6rem; }
.add-listing .addlist-inner .listing-btn a {
  padding: 8px 15px 6px; }

.detail-title .detail-title-inner .listing-rating i {
  color: #edff00;
  }
.detail-title .detail-title-inner .list-single-contacts li {
  font-size: 13px;
  padding-right: 10px; }
.detail-title .detail-title-inner .list-single-details .list-single-rating {
  position: relative;
  z-index: 1;
  display: inline-block; }
  .detail-title .detail-title-inner .list-single-details .list-single-rating .rating-score span {
    background: #fff;
    color: #A7727D;
    float: left;
    font-weight: 600;
    border-radius: 0px;
    padding: 16px 18px;
    font-size: 24px; }

.detail-listing-inner {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  padding: 5px;
  border-radius: 0px;
  /* box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px; */
  }
  .detail-listing-inner > div {
    /* border-bottom: 1px dashed #f1f1f1; */
    /* padding-bottom: 2rem; */
    margin-bottom: 1.5rem;
    }
    .detail-listing-inner > div .detail-amenities li {
      width: 49%;
      margin: 0.5%;
      padding: 10px;
      color: #666;
      background: #f6f6f6;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 14px;
      }
      .detail-listing-inner > div .detail-amenities li i {
        margin-right: 5px; }
    .detail-listing-inner > div:last-child {
      border: none;
      padding: 0;
      margin: 0; }
  .detail-listing-inner .detail-recentlist .blog-full {
    box-shadow: none; }
	
	.detail-about .title{background: #A7727D;padding:5px;text-align:center;margin-bottom: 15px;border-radius: 4px;}
	.detail-about .title h4{margin: 0;color: #fff;}

.detail-comments h4, .single-comments h4 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1.25rem; }
.detail-comments .comment-box, .single-comments .comment-box {
  display: flex;
  margin-bottom: 30px; }
  .detail-comments .comment-box:last-child, .single-comments .comment-box:last-child {
    margin-bottom: 0; }
  .detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
    text-align: center;
    height: 150px;
    width: 150px; }
    .detail-comments .comment-box .comment-image img, .single-comments .comment-box .comment-image img {
      border-radius: 50%; }
  .detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
    padding-left: 30px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 30px;
    position: relative; }
    .detail-comments .comment-box .comment-content:last-child, .single-comments .comment-box .comment-content:last-child {
      padding-bottom: 0;
      border: 0; }
    .detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 14px;
      margin: 0; }
    .detail-comments .comment-box .comment-content .comment-rate span.comment-title, .single-comments .comment-box .comment-content .comment-rate span.comment-title {
      font-weight: 500;
      font-style: italic; }
    .detail-comments .comment-box .comment-content p.comment, .single-comments .comment-box .comment-content p.comment {
      margin: 0.5rem 0; }
    .detail-comments .comment-box .comment-content .comment-like, .single-comments .comment-box .comment-content .comment-like {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px dashed #f1f1f1;
      padding-top: 0.5rem; }
      .detail-comments .comment-box .comment-content .comment-like a, .single-comments .comment-box .comment-content .comment-like a {
        padding: 6px 12px; }
      .detail-comments .comment-box .comment-content .comment-like .like-title, .single-comments .comment-box .comment-content .comment-like .like-title {
        display: inline-block; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a, .single-comments .comment-box .comment-content .comment-like .like-btn a {
        margin-left: 10px; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a.like, .single-comments .comment-box .comment-content .comment-like .like-btn a.like {
        color: #292e8c; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a.dislike, .single-comments .comment-box .comment-content .comment-like .like-btn a.dislike {
        color: #a6aebb; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a.love, .single-comments .comment-box .comment-content .comment-like .like-btn a.love {
        color: #ff6f7e; }
h3.searchtitle {
	font-size:20px;
	border-bottom: 1px solid #EDDBC7;
	padding-bottom: 10px;
}
.list-sidebar {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  padding: 5px;
  border-radius: 0px;
  background: #fff;
  position: sticky;
  top: 20px;
  transition: all ease-in-out 0.5s;
  /* box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px; */
  }
  .list-sidebar .sidebar-item h4 {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 16px;
    margin-bottom: 18px; }
  .list-sidebar .sidebar-item .filter-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #A7727D;
    padding: 10px;
    border-radius: 0px;
    box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;
    }
    .list-sidebar .sidebar-item .filter-box .form-group {
      margin-bottom: 16px;
      display: inline-block;
      width: 100%; }
      .list-sidebar .sidebar-item .filter-box .form-group .input-box {
        position: relative; }
        .list-sidebar .sidebar-item .filter-box .form-group .input-box i {
          position: absolute;
          left: 12px;
          top: 15px;
          z-index: 1; }
  .list-sidebar .sidebar-item .pretty {
    display: block;
    margin-bottom: 20px;
    margin-right: 0; }
    .list-sidebar .sidebar-item .pretty .state label {
      text-indent: 1em;
      width: 100%;
      padding-left: 10px; }
      .list-sidebar .sidebar-item .pretty .state label span.number {
        float: right; }
    .list-sidebar .sidebar-item .pretty:last-child {
      margin: 0; }
  .list-sidebar .sidebar-item .range-slider .ui-slider .ui-slider-range {
    background: #A7727D; }
  .list-sidebar .sidebar-item .star-rating span {
    color: #ffbc00;
    display: inline; }
  .list-sidebar .categories-inner {
    position: relative;
    overflow: hidden; }
    .list-sidebar .categories-inner .categories-content {
      position: absolute;
      bottom: 15px;
      border-radius: 0px;
      background: #fbfbfb;
      width: 90%;
      padding: 10px 20px;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .list-sidebar .categories-inner .categories-content i {
        width: 40px;
        height: 40px;
        text-align: center;
        background: #f15c76;
        line-height: 2.5;
        color: #fff;
        border-radius: 50%; }

@media (max-width: 991px) {
  .blog-full .blog-height {
    height: 250px; }

  .list-sidebar {
    margin-top: 2rem; } }
@media (max-width: 767px) {
  .detail-listing-inner > div .detail-amenities li {
    width: 49%; } }
@media (max-width: 639px) {
  .detail-comments .comment-box, .single-comments .comment-box {
    display: block !important;
    text-align: center; }
    .detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
      display: inline-block; }
    .detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
      margin-top: 1rem;
      padding-left: 0; }
      .detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
        position: relative !important; } }
@media (max-width: 567px) {
  .list-results {
    display: inherit !important;
    text-align: center; }
    .list-results .click-menu {
      justify-content: center !important;
      margin-top: 1rem; }
      .list-results .click-menu .sortby {
        display: inline-block !important; }

  .detail-listing-inner > div .detail-amenities li, .about-detail-content .detail-amenities li {
    width: 100%; } 
	
	}
@media (max-width: 400px) {
  .detail-comments .comment-box .comment-content .comment-like, .single-comments .comment-box .comment-content .comment-like {
    display: block !important; }
    .detail-comments .comment-box .comment-content .comment-like .like-title, .single-comments .comment-box .comment-content .comment-like .like-title {
      float: none !important; }
    .detail-comments .comment-box .comment-content .comment-like .like-btn, .single-comments .comment-box .comment-content .comment-like .like-btn {
      float: none !important;
      margin-top: 0.5rem; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a, .single-comments .comment-box .comment-content .comment-like .like-btn a {
        padding: 0; }

  .detail-title .detail-title-inner .list-single-contacts li {
    padding-right: 0; } }
/* ========================================= */
/*          Blog CSS        */
/* ======================================== */
.swiper-list li {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 0px; }

section.blog .blog-full {
  box-shadow: none;
  border: none; }
section.blog .grid {
  position: relative;
  overflow: hidden;
  border-radius: 0px; }
  section.blog .grid .gridblog-content {
    padding: 20px 0 0; }
    section.blog .grid .gridblog-content .date {
      border-bottom: 1px solid #f1f1f1;
      display: inline-block; }
  section.blog .grid .grid-image {
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden; }
    section.blog .grid .grid-image img {
      transition: all ease-in-out 0.5s;
      width: 100%; }
    section.blog .grid .grid-image:hover img {
      transform: scale(1.1);
      transition: all ease-in-out 0.5s; }
  section.blog .grid .grid-item1 .gridblog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px; }
  section.blog .grid .grid-item1 .date {
    border-bottom: 1px solid #fff;
    display: inline-block; }

.blog-sidebar {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s; }


  .author-news .author-news-content {
    position: relative;
    z-index: 1; }
    .author-news .author-news-content .author-thumb {
      width: 180px;
      height: 180px;
      margin: 30px auto 0px;
      position: relative;
      }
      .author-news .author-news-content .author-thumb img {
        width: 100%;
        height: 180px;
        border-radius: 50%;
        box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;
        }
      .author-news .author-news-content .author-thumb:before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 180px;
        width: 180px;
        border-radius: 50%;
        border: 2px dashed #fff;
        }
    .author-news .author-news-content .author-content {
      padding: 15px;
      text-align: center;
      }
      .author-news .author-news-content .author-content .title {
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding-top: 12px; }
      .author-news .author-news-content .author-content p {
        font-size: 18px;
        color: #fff;
        padding-bottom: 18px; }
      .author-news .author-news-content .author-content span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        position: relative; }
        .author-news .author-news-content .author-content span:before {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          width: 60px;
          height: 1px;
          background: #fff; }

.header-social ul li {
  display: inline-block;
  margin: 0 3px 16px; }

.header-social ul li a i {height: 30px;width: 30px;text-align: center;line-height: 30px;color: #fff;margin-right: 2px;border-radius: 3px;}

.header-social ul li a i:last-child {
margin-right: 0; }

.header-social ul li a i.fa-facebook-f{
background: #4267B2; }
.header-social ul li a i.fa-twitter {
background: #1DA1F2; }
.header-social ul li a i.fa-youtube {
background: #FF0000; }
.header-social ul li a i.fa-linkedin-in {
background: #0072b1; }
.header-social ul li a i.fa-instagram {
background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}
	
.header-social ul li a i:hover {
opacity: 0.8; }


ul.sidebar-category li {
  position: relative;
  margin: 0 0 12px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  display: block; }
  ul.sidebar-category li:last-child {
    margin: 0; }

.sidebar-tabs .nav-tabs {
  border-bottom: none;
  background: #fff;
  border-radius: 0px;
  overflow: hidden; }
  .sidebar-tabs .nav-tabs > li {
    width: 50%; }
    .sidebar-tabs .nav-tabs > li > a {
      border-radius: 0px;
      padding: 15px;
      margin: 0;
      line-height: inherit;
      border: none;
      display: inline-block; }
      .sidebar-tabs .nav-tabs > li > a:hover {
        color: #fff !important; }
    .sidebar-tabs .nav-tabs > li:hover {
      color: #fff;
      background-color: #A7727D;
      border: none; }
  .sidebar-tabs .nav-tabs > li.active {
    color: #fff;
    background-color: #A7727D;
    border: none; }
    .sidebar-tabs .nav-tabs > li.active > a {
      color: #fff; }
.sidebar-tabs .sidebar-image {
  overflow: hidden;
  border-radius: 0px; }
.sidebar-tabs .s-content {
  background: #fff;
  padding: 8px 15px 10px;
  transition: all ease-in-out 0.5s;
  border-radius: 0px; }
  .sidebar-tabs .s-content .blog-no {
    font-size: 32px;
    color: #ccc;
    font-weight: 600; }
  .sidebar-tabs .s-content:hover {
    box-shadow: 0 0 15px #cccccc37;
    transition: all ease-in-out 0.5s; }

ul.sidebar-tags li {
  display: inline-block;
  margin-bottom: 0; }
  ul.sidebar-tags li a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    color: #444;
    transition: all ease-in-out 0.5s;
    border-radius: 0px; }
    ul.sidebar-tags li a:hover {
      background: #A7727D;
      color: #fff;
      transition: all ease-in-out 0.5s; }
video {
  width: 100%;
  height: auto;
  border:4px;
  padding:2px;
  border:1px solid #ddd;
}
.sidebar-videos article.post {
  padding: 15px;
  background: #fff;
  border-radius: 0px; }

.blog-single .para-content {
  border-top: 1px dashed #f1f1f1;
  padding-top: 15px; }
  .blog-single .para-content span a {
    font-size: 14px;
    font-style: italic; }
.blog-single .blog-quote {
  position: relative;
  text-align: center;
  z-index: 10;
  padding: 60px 40px 30px;
  border-radius: 0px;
  overflow: hidden; }
  .blog-single .blog-quote:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #A7727D;
    z-index: -1; }
  .blog-single .blog-quote p {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 50px; }
  .blog-single .blog-quote span {
    font-size: 18px;
    font-style: italic; }
  .blog-single .blog-quote i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    background: #fff;
    color: #A7727D;
    border-radius: 50%;
    margin-bottom: 20px; }
    .blog-single .blog-quote i:after {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 55px;
      width: 55px;
      border-radius: 50%;
      border: 1px dashed #fff; }
.blog-single .blog-imagelist img {
  border-radius: 0px; }
.blog-single .blog-share {
  padding: 20px;
  background: #fff;
  border-radius: 0px; }
  .blog-single .blog-share .blog-share-tag ul li {
    display: inline-block;
    margin-bottom: 0; }
.blog-single .blog-next {
  display: inline-block;
  width: 100%;
  background: #3f3d56;
  border-radius: 0px;
  overflow: hidden; }
  .blog-single .blog-next a {
    width: 50%;
    padding: 20px; }
  .blog-single .blog-next a.float-left {
    background: #242424; }
  .blog-single .blog-next .prev, .blog-single .blog-next .next {
    position: relative; }
    .blog-single .blog-next .prev i, .blog-single .blog-next .next i {
      position: absolute;
      left: 0;
      top: 6px; }
  .blog-single .blog-next .next i {
    left: inherit;
    right: 0; }
.blog-single .blog-author {
  padding: 20px;
  border-radius: 0px;
  background: #fff; }
  .blog-single .blog-author .blog-author-item .title span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400; }
  .blog-single .blog-author .blog-author-item .blog-thumb img {
    border-radius: 50%;
    width: 150px;
    height: 150px; }
  .blog-single .blog-author .blog-author-item .blog-thumb:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    height: 125px;
    width: 125px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: 2px dashed #fff;
    border-radius: 50%; }

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 2rem;
    position: relative; } }
@media (max-width: 767px) {
  section.login {
    padding-bottom: 0 !important; }
    section.login .login-content {
      margin-bottom: 2rem; } }
@media (max-width: 359px) {
  .sidebar-tabs .nav-tabs > li > a {
    padding: 15px 13px; } }
	
	.detail-title-inner span {
    /* background: rgb(255 255 255 / 20%); */
    background: linear-gradient(to bottom, #ffffff00 0%, rgb(255 255 255 / 20%) 100%);
    padding: 4px 2px;
    border-radius: 4px;
    text-shadow: 0px 1px 2px #000;
    box-shadow: rgb(0 0 0 / 94%) 0px 18px 36px -18px;
}
h3.iletisim {
    border-bottom: 1px solid #5b596f;
	padding-bottom: 10px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.ilanekle{display:none;}
.ilanekle-wa,.ilanekle-wa:hover{background: #A7727D;color:#fff;}
.ilanekle-wa i{font-size:18px;}
a.wp {
    background: #A7727D;
    color: #F9F5E7;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 45px 150px;
    width: 240px;
    box-shadow: 0 0 5px 1px;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
a.wp:hover {
color: #fff;
    background: #075E54;	
}
#contactform-error-msg{margin-top:15px;}
#loading
{
text-align:center; 
background: url('../images/loading.gif') no-repeat center; 
height: 256px;
}