@media screen and (max-width: 750px) {
  #columns {
    column-gap: 0px;
  }
  #columns figure {
    width: 100%;
  }
}

/*=======  COMMON CLASS  =======*/
@media (min-width: 1600px) {
  .container-custom-one {
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .container-custom-two {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container-custom-three {
    max-width: 1420px;
  }
}

.slick-slide img {
  display: inline-block;
}

.section-title span.title-tag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .section-title span.title-tag {
    letter-spacing: 2px;
  }
}

@media (max-width: 399px) {
  .section-title span.title-tag {
    font-size: 12px;
  }
}

.section-title h2 {
  font-size: 38px;
  line-height: 1.125;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 62px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 399px) {
  .section-title h2 {
    font-size: 32px;
  }
}

.section-title.white-color span.title-tag {
  color: #c4c3c2;
}

.section-title.white-color h2 {
  color: #fff;
}

.arrow-style {
  display: flex;
  justify-content: flex-end;
}

.arrow-style .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #111;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.arrow-style .slick-arrow.next-arrow {
  margin-left: 20px;
}

.arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.next-arrow {
  background-color: #c4c3c2;
  color: #fff;
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}
.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
/*-- margin left --*/
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-55 {
	margin-left: 55px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-65 {
	margin-left: 65px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-75 {
	margin-left: 75px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-85 {
	margin-left: 85px;
}
.ml-90 {
	margin-left: 90px;
}
.ml-95 {
	margin-left: 95px;
}
.ml-100 {
	margin-left: 100px;
}
.ml-105 {
	margin-left: 105px;
}
.ml-110 {
	margin-left: 110px;
}
.ml-115 {
	margin-left: 115px;
}
.ml-120 {
	margin-left: 120px;
}
.ml-125 {
	margin-left: 125px;
}
.ml-130 {
	margin-left: 130px;
}
.ml-135 {
	margin-left: 135px;
}
.ml-140 {
	margin-left: 140px;
}
.ml-145 {
	margin-left: 145px;
}
.ml-150 {
	margin-left: 150px;
}
.ml-155 {
	margin-left: 155px;
}
.ml-160 {
	margin-left: 160px;
}
.ml-165 {
	margin-left: 165px;
}
.ml-170 {
	margin-left: 170px;
}
.ml-175 {
	margin-left: 175px;
}
.ml-180 {
	margin-left: 180px;
}
.ml-185 {
	margin-left: 185px;
}
.ml-190 {
	margin-left: 190px;
}
.ml-195 {
	margin-left: 195px;
}
.ml-200 {
	margin-left: 200px;
}
/*-- margin right --*/
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-55 {
	margin-right: 55px;
}
.mr-60 {
	margin-right: 60px;
}
.mr-65 {
	margin-right: 65px;
}
.mr-70 {
	margin-right: 70px;
}
.mr-75 {
	margin-right: 75px;
}
.mr-80 {
	margin-right: 80px;
}
.mr-85 {
	margin-right: 85px;
}
.mr-90 {
	margin-right: 90px;
}
.mr-95 {
	margin-right: 95px;
}
.mr-100 {
	margin-right: 100px;
}
.mr-105 {
	margin-right: 105px;
}
.mr-110 {
	margin-right: 110px;
}
.mr-115 {
	margin-right: 115px;
}
.mr-120 {
	margin-right: 120px;
}
.mr-125 {
	margin-right: 125px;
}
.mr-130 {
	margin-right: 130px;
}
.mr-135 {
	margin-right: 135px;
}
.mr-140 {
	margin-right: 140px;
}
.mr-145 {
	margin-right: 145px;
}
.mr-150 {
	margin-right: 150px;
}
.mr-155 {
	margin-right: 155px;
}
.mr-160 {
	margin-right: 160px;
}
.mr-165 {
	margin-right: 165px;
}
.mr-170 {
	margin-right: 170px;
}
.mr-175 {
	margin-right: 175px;
}
.mr-180 {
	margin-right: 180px;
}
.mr-185 {
	margin-right: 185px;
}
.mr-190 {
	margin-right: 190px;
}
.mr-195 {
	margin-right: 195px;
}
.mr-200 {
	margin-right: 200px;
}

/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}

/*-- Padding left --*/

.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-55 {
	padding-left: 55px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 85px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-105 {
	padding-left: 105px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-115 {
	padding-left: 115px;
}
.pl-120 {
	padding-left: 120px;
}
.pl-125 {
	padding-left: 125px;
}
/*-- Padding right --*/

.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-55 {
	padding-right: 55px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 85px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-105 {
	padding-right: 105px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	/* Center slide text vertically */
	/* display: -webkit-box; */
	/* display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*=======  Testimonial  =======*/
.testimonial-box {
  background-color: #f0f0f047;
  text-align: center;
  padding: 50px 30px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box {
    padding: 50px 20px;
    font-size: 14px;
  }
}

.testimonial-box .client-img {
  max-width: 150px;
  max-height: 150px;
  margin: auto;
  position: relative;
}

.testimonial-box .client-img img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}

.testimonial-box .client-img .check {
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #c4c3c2;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.testimonial-box h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box h3 {
    font-size: 22px;
  }
}

.testimonial-box .clinet-post {
  font-weight: bold;
  text-transform: uppercase;
  color: #c4c3c2;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 12px;
  }
}

.testimonial-box:hover {
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
}

.testimonial-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.testimonial-slider ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.testimonial-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background: #e7e7e7;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
}

.testimonial-slider ul.slick-dots li.slick-active button {
  width: 26px;
  background-color: #c4c3c2;
}

/*=======  Core Feature  =======*/
.features-loop .feature-box {
  padding: 60px 50px;
  background-color: #fff;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #f8f8f8;
  position: relative;
  margin-top: 30px;
  /*=======  Dark Style  =======*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-loop .feature-box {
    padding: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box {
    padding: 35px 25px;
  }
}

@media (max-width: 575px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}

.features-loop .feature-box .icon {
  margin-bottom: 30px;
  font-size: 70px;
  color: #c4c3c2;
  line-height: 1;
}

.features-loop .feature-box:hover .icon i {
  animation: hvr-buzz-out 0.75s linear 1;
}

.features-loop .feature-box h3 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box h3 {
    font-size: 24px;
  }
}

.features-loop .feature-box .count {
  line-height: 1;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 120px;
  color: #f8f8f8;
}

.features-loop .feature-box.with-hover-img .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out 0s;
  visibility: visible;
  opacity: 1;
}

.features-loop .feature-box.with-hover-img:hover .hover-img {
  opacity: 0;
  visibility: hidden;
}

.features-loop .feature-box.dark-box {
  background-color: #292929;
  border: none;
}

.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
  color: #fff;
}

.features-loop .feature-box.dark-box .count {
  color: #222;
}


/*=======  Room Gird  =======*/
.room-gird-loop .room-box .room-img-wrap {
  overflow: hidden;
  width: 100%;
  /* margin-bottom: 15px; */
  /* min-height: 300px; */
}

.room-gird-loop .room-box .room-img-wrap .room-img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.room-gird-loop .room-box:hover .room-img {
  transform: scale(1.1);
}

.room-gird-loop .room-box .room-desc {
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 11px 11px 0px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-gird-loop .room-box .room-desc {
    padding: 50px 25px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc {
    padding: 50px 20px 30px;
  }
}

.room-gird-loop .room-box .room-desc .icons {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  transform: translateY(-50%);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc .icons {
    left: 12px;
    right: 12px;
    padding: 15px 5px;
  }
}

.room-gird-loop .room-box .room-desc .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-gird-loop .room-box .room-desc .icons li {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-gird-loop .room-box .room-desc .icons li {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc .icons li {
    margin: 0 5px;
  }
}

@media (max-width: 399px) {
  .room-gird-loop .room-box .room-desc .icons li {
    margin: 0 5px;
  }
}

.room-gird-loop .room-box .room-desc h4 {
  font-size: 1.2rem;
  letter-spacing: -1px;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc h4 {
    font-size: 20px;
  }
}

.room-gird-loop .room-box .room-desc span.price,
.room-gird-loop .room-box .room-desc a.book-btn {
  font-size: 16px;
  font-weight: 700;
  color: #c4c3c2;
  margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc span.price,
  .room-gird-loop .room-box .room-desc a.book-btn {
    font-size: 14px;
  }
}

.room-gird-loop .room-box .room-desc a.book-btn {
  color: #bdbdbd;
  margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-gird-loop .room-box .room-desc a.book-btn {
    margin-left: 10px;
  }
}

.room-gird-loop .room-box .room-desc a.book-btn:hover {
  color: #c4c3c2;
}

/*=======  Room List  =======*/
.room-list-loop .room-box .room-img-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-list-loop .room-box .room-img-wrap {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .room-list-loop .room-box .room-img-wrap {
    min-height: 250px;
  }
}

.room-list-loop .room-box .room-img-wrap .room-img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.room-list-loop .room-box:hover .room-img {
  transform: scale(1.1);
}

.room-list-loop .room-box .room-desc {
  background-color: #fff;
  font-size: 14px;
  padding: 50px 20px 50px 40px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-list-loop .room-box .room-desc {
    padding: 50px 20px 50px 25px;
  }
}

@media (max-width: 575px) {
  .room-list-loop .room-box .room-desc {
    padding: 50px 30px;
  }
}

@media (max-width: 399px) {
  .room-list-loop .room-box .room-desc {
    padding: 50px 25px;
  }
}

.room-list-loop .room-box .room-desc .icons {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  display: inline-block;
  margin-bottom: 25px;
}

.room-list-loop .room-box .room-desc .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #222;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-list-loop .room-box .room-desc .icons li {
    margin: 0 8px;
  }
}

@media (max-width: 575px) {
  .room-list-loop .room-box .room-desc .icons li {
    margin: 0 5px;
  }
}

.room-list-loop .room-box .room-desc h4 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.room-list-loop .room-box .room-desc a.book-btn {
  font-size: 16px;
  font-weight: 700;
  color: #bdbdbd;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.room-list-loop .room-box .room-desc a.book-btn:hover {
  color: #c4c3c2;
}

.room-list-loop .room-box .room-desc a.book-btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  height: 2px;
  transform: translateX(-50%);
  width: 60px;
  background-color: #efefef;
}

.room-list-loop .room-box .room-desc .price {
  font-size: 40px;
  font-weight: 700;
  color: #c4c3c2;
  line-height: 1;
  display: block;
}

@media (max-width: 575px) {
  .room-list-loop .room-box .room-desc .price {
    margin-top: 30px;
  }
}

.room-list-loop .room-box .room-desc .price span {
  font-size: 16px;
}

/*=======  Room Slider  =======*/
.room-slider {
  position: relative;
  z-index: 1;
  /*=======  Room Slider One  =======*/
  /*=======  Room Slider Two  =======*/
}

.room-slider .rooms-slider-one.row {
  margin-left: -20px;
  margin-right: -20px;
}

.room-slider .rooms-slider-one.row > .col {
  padding-left: 20px;
  padding-right: 20px;
}

.room-slider .rooms-slider-one .slider-img {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-slider-one .slider-img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-one .slider-img {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .room-slider .rooms-slider-one .slider-img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-content-wrap {
    margin-bottom: 100px;
  }
}

.room-slider .rooms-content-wrap .room-content-box {
  background-color: #222;
  color: #d4d4d4;
  font-size: 14px;
  padding: 60px 50px;
  position: relative;
  z-index: 2;
  margin-top: -495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-content-wrap .room-content-box {
    margin-top: -445px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-content-wrap .room-content-box {
    margin-top: -100px;
    padding: 50px 30px;
  }
}

@media (max-width: 575px) {
  .room-slider .rooms-content-wrap .room-content-box {
    margin-top: -50px;
    padding: 50px 30px;
  }
}

.room-slider .rooms-content-wrap .room-content-box .slider-count {
  position: absolute;
  right: 50px;
  font-size: 14px;
  font-weight: 700;
  top: 90px;
  color: #4c4c4c;
  z-index: 3;
  letter-spacing: 2px;
}

.room-slider .rooms-content-wrap .room-content-box .slider-count .current {
  color: #c4c3c2;
}

.room-slider .rooms-content-wrap .room-content-box .slider-count-big {
  position: absolute;
  bottom: -30px;
  right: 0;
  line-height: 1;
  font-size: 200px;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  opacity: 0.1;
}

@media (max-width: 767px) {
  .room-slider .rooms-content-wrap .room-content-box .slider-count-big {
    font-size: 150px;
  }
}

.room-slider .rooms-content-wrap .room-content-box h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.room-slider .rooms-content-wrap .room-content-box h3,
.room-slider .rooms-content-wrap .room-content-box h3 a {
  color: #fff;
}

.room-slider .rooms-content-wrap .room-content-box .icon {
  line-height: 1;
  color: #c4c3c2;
  margin-bottom: 40px;
  font-size: 70px;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider {
  padding-bottom: 45px;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider .single-content {
  overflow: hidden;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background: #434343;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li.slick-active button {
  width: 26px;
  background-color: #c4c3c2;
}

.room-slider .rooms-slider-two .single-rooms-box {
  position: relative;
  margin-bottom: 130px;
  margin-top: 25px;
}

.room-slider .rooms-slider-two .single-rooms-box .room-img {
  overflow: hidden;
  width: 100%;
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-img {
    height: 350px;
  }
}

.room-slider .rooms-slider-two .single-rooms-box .room-img .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out 0s;
}

.room-slider .rooms-slider-two .single-rooms-box:hover .img {
  transform: scale(1.1);
}

.room-slider .rooms-slider-two .single-rooms-box .icons {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  visibility: visible;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.room-slider .rooms-slider-two .single-rooms-box .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #222;
}

@media (max-width: 575px) {
  .room-slider .rooms-slider-two .single-rooms-box .icons li {
    margin: 0px 5px;
  }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -115px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  font-size: 14px;
  visibility: visible;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc {
    left: 20px;
    right: 20px;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc {
    left: 20px;
    right: 20px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc {
    left: 10px;
    right: 10px;
    padding: 25px;
  }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
    font-size: 26px;
  }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
  text-align: right;
  font-size: 40px;
  color: #c4c3c2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
    text-align: left;
    margin-top: 10px;
  }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price span {
  font-size: 16px;
}

.room-slider .rooms-slider-two .slick-current .single-rooms-box .room-desc,
.room-slider .rooms-slider-two .slick-current .single-rooms-box .icons {
  visibility: visible;
  opacity: 1;
}

.room-slider .rooms-slider-two .slick-arrow {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #111;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 22%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-slider-two .slick-arrow {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .slick-arrow {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .slick-arrow {
    left: 2%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.room-slider .rooms-slider-two .slick-arrow.next-arrow {
  margin-left: 20px;
  left: auto;
  right: 22%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 5%;
  }
}

@media (max-width: 767px) {
  .room-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 2%;
  }
}

.room-slider .rooms-slider-two .slick-arrow:hover, .room-slider .rooms-slider-two .slick-arrow.next-arrow {
  background-color: #c4c3c2;
  color: #fff;
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

/*=======  Room Details  =======*/
.room-details .deatils-box {
  font-family: "Roboto", sans-serif;
}

.room-details .deatils-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  background-color: #fff;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .title-wrap {
    padding: 40px 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-details .deatils-box .title-wrap {
    padding: 30px 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .title-wrap {
    padding: 30px;
    margin-right: 20px;
    display: block;
  }
}

.room-details .deatils-box .title-wrap .title .room-cat {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

.room-details .deatils-box .title-wrap .title h2 {
  font-size: 48px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .title-wrap .title h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-details .deatils-box .title-wrap .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .title-wrap .title h2 {
    font-size: 28px;
  }
}

.room-details .deatils-box .title-wrap .price {
  font-size: 40px;
  color: #c4c3c2;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .title-wrap .price {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-details .deatils-box .title-wrap .price {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .title-wrap .price {
    font-size: 24px;
    margin-top: 15px;
  }
}

.room-details .deatils-box .title-wrap .price span {
  font-size: 16px;
}

.room-details .deatils-box .thumb {
  margin-top: -90px;
  position: relative;
  z-index: -1;
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-details .deatils-box .thumb {
    margin-top: -65px;
  }
}

.room-details .deatils-box h3.subtitle {
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}

.room-details .deatils-box .room-fearures {
  background-color: #fff;
  padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .room-fearures {
    padding: 50px 35px 30px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .room-fearures {
    padding: 50px 30px 30px;
  }
}

.room-details .deatils-box .room-fearures .room-fearures-list li {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .room-details .deatils-box .room-fearures .room-fearures-list li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .room-fearures .room-fearures-list li {
    width: 100%;
  }
}

.room-details .deatils-box .room-fearures .room-fearures-list li i {
  color: #c4c3c2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.room-details .deatils-box .room-rules {
  background-color: #fff;
  padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .room-rules {
    padding: 50px 35px 30px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .room-rules {
    padding: 50px 30px 30px;
  }
}

.room-details .deatils-box .room-rules .room-rules-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.room-details .deatils-box .room-rules .room-rules-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c4c3c2;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f00c';
}

.room-details .deatils-box .cancellation-box {
  background-color: #fff;
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .deatils-box .cancellation-box {
    padding: 50px 35px;
  }
}

@media (max-width: 575px) {
  .room-details .deatils-box .cancellation-box {
    padding: 50px 30px;
  }
}

.room-details .deatils-box .cancellation-box strong {
  color: #222;
}

.room-details .deatils-box .room-map {
  width: 100%;
  height: 390px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .room-details .deatils-box .room-map {
    height: 320px;
  }
}

.room-details .deatils-box .room-map iframe {
  width: 100%;
  height: 100%;
}

.room-details .deatils-box .related-room h3.subtitle {
  border-color: #dddddd;
}

.room-details .room-booking-form {
  background-color: #fff;
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-details .room-booking-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .room-details .room-booking-form {
    margin-top: 30px;
  }
}

.room-details .room-booking-form input,
.room-details .room-booking-form .nice-select,
.room-details .room-booking-form select {
  background-color: #f8f8f8;
}

.room-details .room-booking-form .main-btn {
  height: 60px;
  line-height: 60px;
  box-shadow: none;
  width: 100%;
  padding: 0;
}

.room-details .room-booking-form .title {
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .room-booking-form .title {
    padding-left: 50px;
  }
}

@media (max-width: 399px) {
  .room-details .room-booking-form .title {
    padding-left: 50px;
  }
}

.room-details .room-booking-form .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #c4c3c2;
  content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-details .room-booking-form .title::before {
    width: 30px;
  }
}

@media (max-width: 399px) {
  .room-details .room-booking-form .title::before {
    width: 30px;
  }
}

/*=======  COUNTER CSS  =======*/
.counter-section .counter-box {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .counter-section .counter-box {
    font-size: 12px;
  }
}

/* .counter-section .counter-box .icon {
  margin-bottom: 30px;
}

.counter-section .counter-box .icon img {
  max-width: 100px;
} */

.counter-section .counter-box,
.counter-section .counter-box h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.counter-section .counter-box h4 {
  word-spacing: 0;
}

.counter-section .counter-box h4 .plus-icon {
  font-size: 16px;
}

@media (max-width: 575px) {
  .counter-section .counter-box h4 {
    font-size: 38px;
  }
}

.counter-section .counter-box .title {
  color: #999999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.box-layout {
    font-size: 12px;
  }
}

.counter-section .counter-box.counter-box-two {
  background-color: #fff;
  padding: 30px 40px 30px 120px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.counter-box-two {
    padding: 30px 20px 30px 115px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-box.counter-box-two {
    padding: 110px 25px 30px;
  }
}

.counter-section .counter-box.counter-box-two,
.counter-section .counter-box.counter-box-two h4 {
  font-weight: 400;
  color: #777;
}

.counter-section .counter-box.counter-box-two .icon {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  color: #c4c3c2;
  margin: 0;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.counter-box-two .icon {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-box.counter-box-two .icon {
    top: 30px;
    left: 25px;
  }
}

.counter-section .counter-box.counter-box-two h4 {
  color: #222;
  letter-spacing: -1px;
  font-family: "Old Standard TT", serif;
}


.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.flaticon-menu:before {
	content: "\f100"
}

.flaticon-call:before {
	content: "\f101"
}

.flaticon-phone:before {
	content: "\f102"
}

.flaticon-envelope:before {
	content: "\f103"
}

.flaticon-message:before {
	content: "\f104"
}

.flaticon-clipboard:before {
	content: "\f105"
}

.flaticon-checklist:before {
	content: "\f106"
}

.flaticon-calendar:before {
	content: "\f107"
}

.flaticon-event:before {
	content: "\f108"
}

.flaticon-man:before {
	content: "\f109"
}

.flaticon-user:before {
	content: "\f10a"
}

.flaticon-group:before {
	content: "\f10b"
}

.flaticon-teamwork:before {
	content: "\f10c"
}

.flaticon-team:before {
	content: "\f10d"
}

.flaticon-back:before {
	content: "\f10e"
}

.flaticon-arrow:before {
	content: "\f10f"
}

.flaticon-tick:before {
	content: "\f110"
}

.flaticon-close:before {
	content: "\f111"
}

.flaticon-accept:before {
	content: "\f112"
}

.flaticon-menu-1:before {
	content: "\f113"
}

.flaticon-upload:before {
	content: "\f114"
}

.flaticon-next:before {
	content: "\f115"
}

.flaticon-download:before {
	content: "\f116"
}

.flaticon-back-1:before {
	content: "\f117"
}

.flaticon-back-3:before {
	content: "\f118"
}

.flaticon-back-2:before {
	content: "\f119"
}

.flaticon-bread:before {
	content: "\f11a"
}

.flaticon-breakfast:before {
	content: "\f11b"
}

.flaticon-coffee:before {
	content: "\f11c"
}

.flaticon-airplane:before {
	content: "\f11d"
}

.flaticon-marker:before {
	content: "\f11e"
}

.flaticon-location-pin:before {
	content: "\f11f"
}

.flaticon-barbecue:before {
	content: "\f120"
}

.flaticon-hotel:before {
	content: "\f121"
}

.flaticon-pixels:before {
	content: "\f122"
}

.flaticon-air-freight:before {
	content: "\f123"
}

.flaticon-world:before {
	content: "\f124"
}

.flaticon-fast-food:before {
	content: "\f125"
}

.flaticon-swimming:before {
	content: "\f126"
}

.flaticon-paper-plane:before {
	content: "\f127"
}

.flaticon-facebook:before {
	content: "\f128"
}

.flaticon-twitter:before {
	content: "\f129"
}

.flaticon-behance:before {
	content: "\f12a"
}

.flaticon-youtube:before {
	content: "\f12b"
}

.flaticon-linkedin:before {
	content: "\f12c"
}

.flaticon-rating:before {
	content: "\f12d"
}

.flaticon-clock:before {
	content: "\f12e"
}

.flaticon-clock-1:before {
	content: "\f12f"
}

.flaticon-credit-card:before {
	content: "\f130"
}

.flaticon-discount:before {
	content: "\f131"
}

.flaticon-user-1:before {
	content: "\f132"
}

.flaticon-like:before {
	content: "\f133"
}

.flaticon-suitcase:before {
	content: "\f134"
}

.flaticon-bed:before {
	content: "\f135"
}

.flaticon-wifi:before {
	content: "\f136"
}

.flaticon-car:before {
	content: "\f137"
}

.flaticon-coffee-cup:before {
	content: "\f138"
}

.flaticon-dice:before {
	content: "\f139"
}

.flaticon-serving-dish:before {
	content: "\f13a"
}

.flaticon-expand:before {
	content: "\f13b"
}

.flaticon-double-angle-pointing-to-right:before {
	content: "\f13c"
}

.flaticon-double-left-chevron:before {
	content: "\f13d"
}

.flaticon-bath:before {
	content: "\f13e"
}

.flaticon-cut:before {
	content: "\f13f"
}

.flaticon-housekeeping:before {
	content: "\f140"
}

.flaticon-groceries:before {
	content: "\f141"
}

.flaticon-shopping-cart:before {
	content: "\f142"
}

.flaticon-kitchen:before {
	content: "\f143"
}

.flaticon-hamburger:before {
	content: "\f144"
}

.flaticon-towel:before {
	content: "\f145"
}

.flaticon-key:before {
	content: "\f146"
}

.flaticon-shield:before {
	content: "\f147"
}

.flaticon-headphones:before {
	content: "\f148"
}

.flaticon-pizza:before {
	content: "\f149"
}

.flaticon-cake:before {
	content: "\f14a"
}

.flaticon-boiled:before {
	content: "\f14b"
}

.flaticon-cookie:before {
	content: "\f14c"
}

.flaticon-cocktail:before {
	content: "\f14d"
}

.flaticon-witness:before {
	content: "\f14e"
}

.flaticon-chat:before {
	content: "\f14f"
}

.flaticon-quote:before {
	content: "\f150"
}

.flaticon-quote-1:before {
	content: "\f151"
}

.flaticon-search:before {
	content: "\f152"
}

.flaticon-grid:before {
	content: "\f153"
}

.flaticon-back-4:before {
	content: "\f154"
}

.flaticon-pen:before {
	content: "\f155"
}

.flaticon-globe:before {
	content: "\f156"
}

.flaticon-home:before {
	content: "\f157"
}

.flaticon-notebook:before {
	content: "\f158"
}

.pagination-wrap {
	text-align: center;
	padding-top: 20px
}

.pagination-wrap ul li {
	display: inline-block;
	margin: 0 5px
}

@media ( max-width : 575px) {
	.pagination-wrap ul li {
		margin-bottom: 8px
	}
}

.pagination-wrap ul li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #777;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	color: #111
}

.pagination-wrap ul li.active a, .pagination-wrap ul li a:hover {
	background-color: #c4c3c2;
	color: #fff
}

<!--
Banner area-->.breadcrumb-area {
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 1;
	margin-top: 130px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.breadcrumb-area {
		margin-top: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.breadcrumb-area {
		margin-top: 100px
	}
}

@media ( max-width : 575px) {
	.breadcrumb-area {
		margin-top: 80px
	}
}

.breadcrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	/* background-color: #222; */
	content: "";
	opacity: .7
}

.breadcrumb-area .breadcrumb-text {
	position: relative;
	padding: 100px 0
}

.breadcrumb-area .breadcrumb-text, .breadcrumb-area .breadcrumb-text h2.page-title
	{
	color: #fff
}

.breadcrumb-area .breadcrumb-text h2.page-title {
	font-size: 72px;
	letter-spacing: -1px
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.breadcrumb-area .breadcrumb-text h2.page-title {
		font-size: 60px
	}
}

@media ( max-width : 575px) {
	.breadcrumb-area .breadcrumb-text h2.page-title {
		font-size: 50px
	}
}

.breadcrumb-area .breadcrumb-text span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-bottom: 25px
}

@media ( max-width : 767px) {
	.breadcrumb-area .breadcrumb-text span {
		letter-spacing: 2px
	}
}

@media ( max-width : 575px) {
	.breadcrumb-area .breadcrumb-text span {
		font-size: 12px
	}
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 20px 40px;
	z-index: 2
}

@media ( max-width : 575px) {
	.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
		padding: 15px 20px;
		font-size: 14px
	}
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
	display: inline-block;
	font-weight: 700;
	position: relative
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li, .breadcrumb-area .breadcrumb-text .breadcrumb-nav li a
	{
	color: #222
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
	color: #c4c3c2
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
	padding-left: 10px;
	margin-left: 10px
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child):before
	{
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-48%);
	content: "|";
	color: #222
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active,
	.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active:before {
	color: #c4c3c2
}

.banner-area .banner-content span.promo-tag {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area .banner-content span.promo-tag {
		font-size: 12px;
		letter-spacing: 1px
	}
}

@media ( max-width : 767px) {
	.banner-area .banner-content span.promo-tag {
		font-size: 12px;
		letter-spacing: 1px
	}
}

.banner-area .banner-content .title {
	font-size: 120px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -6px;
	padding-bottom: 26px
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
	.banner-area .banner-content .title {
		font-size: 100px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.banner-area .banner-content .title {
		font-size: 86px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.banner-area .banner-content .title {
		font-size: 72px
	}
}

@media ( max-width : 575px) {
	.banner-area .banner-content .title {
		font-size: 66px
	}
}

@media ( max-width : 399px) {
	.banner-area .banner-content .title {
		font-size: 52px
	}
}

.banner-area .banner-content ul li {
	display: inline-block
}

.banner-area .banner-content ul li:last-child {
	margin-left: 24px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 10px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 10px
	}
}

@media ( max-width : 767px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 5px
	}
}

@media ( max-width : 399px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 0;
		margin-top: 10px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.banner-area .banner-content .main-btn {
		padding: 0 35px;
		line-height: 55px
	}
}

@media ( max-width : 575px) {
	.banner-area .banner-content .main-btn {
		padding: 0 25px;
		line-height: 50px;
		letter-spacing: 1px
	}
}

.banner-area .banner-thumb .single-thumb {
	overflow: hidden
}

.banner-area .banner-thumb .single-thumb img {
	animation: zoomIn 15s linear infinite
}

.banner-area.banner-style-one {
	padding-top: 240px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.banner-area.banner-style-one {
		padding-top: 200px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area.banner-style-one {
		padding-top: 160px;
		padding-bottom: 120px
	}
}

@media ( max-width : 767px) {
	.banner-area.banner-style-one {
		padding-top: 160px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
	.banner-area.banner-style-one .banner-content {
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.banner-area.banner-style-one .banner-content {
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content .title {
		font-size: 66px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content ul li:last-child {
		margin-left: 5px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content .main-btn {
		padding: 0 20px;
		line-height: 50px;
		letter-spacing: 1px
	}
}

.banner-area.banner-style-three .single-banner, .banner-area.banner-style-two .single-banner
	{
	height: 950px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

@media ( max-width : 767px) {
	.banner-area.banner-style-three .single-banner, .banner-area.banner-style-two .single-banner
		{
		height: 700px
	}
}

.banner-area.banner-style-three .single-banner .banner-bg, .banner-area.banner-style-three .single-banner .banner-overly,
	.banner-area.banner-style-two .single-banner .banner-bg, .banner-area.banner-style-two .single-banner .banner-overly
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-size: cover;
	background-position: 50%
}

.banner-area.banner-style-three .single-banner .banner-overly,
	.banner-area.banner-style-two .single-banner .banner-overly {
	background-color: #222;
	z-index: -1;
	opacity: .6
}

.banner-area.banner-style-three .single-banner .banner-bg, .banner-area.banner-style-two .single-banner .banner-bg
	{
	animation: zoomIn 15s linear infinite
}

.banner-area.banner-style-three .banner-content, .banner-area.banner-style-three .banner-content h1,
	.banner-area.banner-style-two .banner-content, .banner-area.banner-style-two .banner-content h1
	{
	color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.banner-area.banner-style-three .banner-content h1, .banner-area.banner-style-two .banner-content h1
		{
		font-size: 90px
	}
}

.banner-area.banner-style-three .banner-content .main-btn.btn-border:hover,
	.banner-area.banner-style-three .banner-content .main-btn.btn-filled,
	.banner-area.banner-style-two .banner-content .main-btn.btn-border:hover,
	.banner-area.banner-style-two .banner-content .main-btn.btn-filled {
	box-shadow: none
}

.banner-area.banner-style-three .banner-content .main-btn.btn-border,
	.banner-area.banner-style-three .banner-content .main-btn.btn-filled:hover,
	.banner-area.banner-style-two .banner-content .main-btn.btn-border,
	.banner-area.banner-style-two .banner-content .main-btn.btn-filled:hover
	{
	border-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.banner-area.banner-style-three .single-banner {
	height: auto;
	padding-top: 180px;
	padding-bottom: 125px
}

.banner-area .slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	background: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	z-index: 9
}

.banner-area .slick-arrow:hover {
	background-color: #c4c3c2;
	color: #fff
}

.banner-area .slick-arrow.next-arrow {
	right: 0;
	left: auto
}

.banner-area ul.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-51%);
	bottom: 30px
}

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

.banner-area ul.slick-dots li button {
	border: none;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 0;
	font-size: 0
}

.banner-area ul.slick-dots li.slick-active button {
	background-color: #c4c3c2
}

<!--
About Section-->.about-section {
	position: relative;
	z-index: 1
}

.about-section .down-arrow-wrap {
	padding-bottom: 125px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .down-arrow-wrap {
		padding-bottom: 90px
	}
}

@media ( max-width : 767px) {
	.about-section .down-arrow-wrap {
		padding-bottom: 90px
	}
}

.about-section .down-arrow-wrap a.down-arrow {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: #c4c3c2;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .3);
	position: relative
}

.about-section .down-arrow-wrap a.down-arrow:before {
	animation: pulse-border-2 1s linear infinite
}

.about-section .down-arrow-wrap a.down-arrow:after, .about-section .down-arrow-wrap a.down-arrow:before
	{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 50%
}

.about-section .down-arrow-wrap a.down-arrow:after {
	animation: pulse-border-2 1.5s linear infinite
}

.about-section .about-title span.title-tag span {
	color: #c4c3c2
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-title h2 {
		font-size: 45px
	}
}

@media ( max-width : 575px) {
	.about-section .about-title h2 {
		font-size: 30px
	}
}

/* .about-section .about-features {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 35px;
	margin-top: 100px
} */

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.about-section .about-features {
		grid-column-gap: 20px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features {
		grid-column-gap: 15px
	}
}

/* @media ( max-width : 767px) {
	.about-section .about-features {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-rows: 2fr;
		grid-template-rows: 2fr;
		grid-column-gap: 15px;
		margin-top: 60px
	}
} */

/* @media ( max-width : 575px) {
	.about-section .about-features {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: 3fr;
		grid-template-rows: 3fr
	}
}
 */
.about-section .about-features li {
	margin-top: 15px
}

.about-section .about-features li a {
	background: #fff;
	box-shadow: 0 14px 24px 0 hsla(0, 0%, 72.2%, .1);
	text-align: center;
	display: block;
	color: #c4c3c2;
	position: relative;
	z-index: 1
}

.about-section .about-features li a, .about-section .about-features li a i,
	.about-section .about-features li a span {
	transition: all .3s ease-out 0s
}

.about-section .about-features li a i {
	font-size: 75px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features li a i {
		font-size: 55px
	}
}

.about-section .about-features li a img {
	max-width: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features li a img {
		max-width: 55px
	}
}

.about-section .about-features li a .title {
	font-size: 12px;
	color: #111;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	padding-top: 10px;
	display: block
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.about-section .about-features li a .title {
		letter-spacing: 2px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features li a .title {
		letter-spacing: 1px
	}
}

@media ( max-width : 767px) {
	.about-section .about-features li a .title {
		letter-spacing: 1px
	}
}

.about-section .about-features li a .hover-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 75px;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.about-section .about-features li a:hover {
	background: #c4c3c2;
	color: #fff
}

.about-section .about-features li a:hover .title {
	color: #fff
}

.about-section .about-features li a:hover .hover-icon {
	visibility: visible;
	opacity: .1
}

.about-section .about-features.masonry-layout {
	margin-top: 0
}

@media ( max-width : 767px) {
	.about-section .about-features.masonry-layout {
		margin-top: 50px
	}
}

.about-section .about-features.masonry-layout li {
	margin-top: 0
}

.about-section .about-features.masonry-layout li:nth-child(2) {
	margin-top: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(2) {
		margin-top: 50px
	}
}

@media ( max-width : 767px) {
	.about-section .about-features.masonry-layout li:nth-child(2) {
		margin-top: 50px
	}
}

.about-section .about-features.masonry-layout li:nth-child(3) {
	margin-top: 200px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 100px
	}
}

@media ( max-width : 575px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 0
	}
}

.about-section .about-features.masonry-layout li:nth-child(4) {
	margin-top: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: 50px
	}
}

@media ( max-width : 767px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: -50px
	}
}

@media ( max-width : 575px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: 50px
	}
}

.about-section .about-features-boxes .single-feature-box {
	background-color: #fff;
	padding: 50px 30px;
	box-shadow: 0 8px 16px 0 rgba(34, 34, 34, .02);
	text-align: center;
	font-size: 14px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.about-section .about-features-boxes .single-feature-box {
		padding: 50px 18px
	}
}

.about-section .about-features-boxes .single-feature-box .icon {
	font-size: 70px;
	margin-bottom: 20px;
	line-height: 1;
	color: #c4c3c2
}

.about-section .about-features-boxes .single-feature-box h4 {
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: -1px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.about-section .about-features-boxes .single-feature-box h4 {
		font-size: 24px
	}
}

.about-section .about-features-boxes .single-feature-box.only-bg {
	width: 100%;
	height: 100%;
	box-shadow: none;
	min-height: 315px;
	padding: 0;
	background-size: cover;
	background-position: 50%
}

.about-section .about-features-boxes .single-feature-box.dark {
	background-color: #222
}

.about-section .about-features-boxes .single-feature-box.dark,
	.about-section .about-features-boxes .single-feature-box.dark h4,
	.about-section .about-features-boxes .single-feature-box.dark h4 a {
	color: #fff
}

.about-section .about-features-boxes .single-feature-box.dark a:hover {
	color: #c4c3c2
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .abour-text {
		padding: 0;
		margin-top: 50px
	}
}

@media ( max-width : 767px) {
	.about-section .abour-text {
		padding: 0;
		margin-top: 50px
	}
}

.about-section .about-text-box {
	background-color: #fff;
	padding: 30px;
	margin-top: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-text-box {
		padding: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.about-section .about-text-box {
		padding: 50px
	}
}

@media ( max-width : 575px) {
	.about-section .about-text-box {
		padding: 40px 20px
	}
}

.about-section .about-text-box .about-text {
	font-size: 14px;
	padding-left: 20px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.about-section .about-text-box .about-text {
		padding: 0;
		margin-top: 50px
	}
}

@media ( max-width : 767px) {
	.about-section .about-text-box .about-text {
		padding: 0;
		margin-top: 50px
	}
}

.about-section .about-text-box .about-text span {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.about-section .about-text-box .about-text h3 {
	font-size: 48px;
	margin-bottom: 30px;
	letter-spacing: -1px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 38px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 34px
	}
}

@media ( max-width : 575px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 32px
	}
}

.about-section .about-text-box .about-text .main-btn {
	margin-top: 30px
}

@media ( max-width : 575px) {
	.about-section .about-text-box .about-text .main-btn {
		padding: 0 35px
	}
}

.about-section .about-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1
}

.about-section .about-right-bottom .about-bottom-img {
	position: relative
}

.about-section .about-right-bottom .about-bottom-img:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(cms/img/slider-img/pattern-04.91d642f5.png);
	content: "";
	background-size: cover;
	background-position: 50%
}

/*=======  Video  =======*/
.video-wrap {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media ( max-width : 575px) {
	.video-wrap {
		height: 350px;
	}
}

.video-wrap a.popup-video {
	border-radius: 50%;
	box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
	width: 60px;
	height: 60px;
	line-height: 65px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #111;
	position: relative;
}

.video-wrap a.popup-video::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 50%;
	animation: pulse-border-2 1s linear infinite;
}

.video-wrap a.popup-video::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 50%;
	animation: pulse-border-2 1.5s linear infinite;
}

.video-wrap.video-wrap-two {
	height: 460px;
}

@media ( max-width : 575px) {
	.video-wrap.video-wrap-two {
		height: 350px;
	}
}

.video-wrap.video-wrap-two a.popup-video {
	height: 120px;
	width: 120px;
	line-height: 120px;
	font-size: 20px;
	box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.video-wrap.video-wrap-two a.popup-video {
		height: 100px;
		width: 100px;
		line-height: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-wrap.video-wrap-two a.popup-video {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

@media ( max-width : 767px) {
	.video-wrap.video-wrap-two a.popup-video {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

.video-wrap.full-section {
	height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-wrap.full-section {
		height: 550px;
	}
}

@media ( max-width : 767px) {
	.video-wrap.full-section {
		height: 380px;
	}
}

.video-wrap.full-section a.popup-video {
	height: auto;
	width: auto;
	background-color: transparent;
}

.video-wrap.full-section a.popup-video::before, .video-wrap.full-section a.popup-video::after
	{
	display: none;
}

.video-wrap.full-section a.popup-video img {
	max-width: 115px;
	max-height: 115px;
}

@media ( max-width : 767px) {
	.video-wrap.full-section a.popup-video img {
		max-width: 80px;
		max-height: 80px;
	}
}

.video-wrap.video-about {
	height: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-wrap.video-about {
		height: 500px;
	}
}

@media ( max-width : 767px) {
	.video-wrap.video-about {
		height: 300px;
	}
}

.text-block.with-bg {
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 1
}

.text-block.with-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	z-index: -1;
	opacity: .94
}

.text-block.bg-black .section-title h2, .text-block.bg-black p {
	color: #fff
}

.text-block.bg-black .section-title .title-tag {
	color: hsl(0, 0%, 69%)
}

.text-block.bg-black .main-btn.btn-filled {
	box-shadow: none
}

.text-block.bg-black .main-btn.btn-filled:hover {
	color: #fff
}

.text-block.with-pattern {
	position: relative;
	z-index: 1
}

.text-block.with-pattern .pattern-wrap {
	position: absolute;
	background: #f5f5f5;
	right: 0;
	height: 100%;
	z-index: -1;
	width: 30%;
	top: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.text-block.with-pattern .pattern-wrap {
		width: 100%;
		height: 320px
	}
}

@media ( max-width : 767px) {
	.text-block.with-pattern .pattern-wrap {
		width: 100%;
		height: 320px
	}
}

.text-block.with-pattern .pattern-wrap .pattern {
	position: relative;
	width: 100%;
	height: 100%
}

.text-block.with-pattern .pattern-wrap .pattern:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(cms/img/slider-img/pattern-03.fb0e67a1.png);
	content: "";
	background-size: cover;
	background-position: 100%
}

@media ( max-width : 575px) {
	.text-block .block-text p {
		padding-right: 0
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.text-block .mb-small {
		margin-bottom: 50px
	}
}

@media ( max-width : 767px) {
	.text-block .mb-small {
		margin-bottom: 50px
	}
}

.cta-section .cta-inner {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.cta-section .cta-inner .cta-text p {
	font-size: 20px;
	line-height: 1.6;
	color: #a9a8a6
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
	background-color: #111;
	color: #fff;
	margin-top: 40px;
	border-color: #111
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled:hover {
	background-color: #c4c3c2;
	border-color: #c4c3c2
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.cta-section .cta-inner .cta-text {
		margin-top: 60px
	}
}

@media ( max-width : 767px) {
	.cta-section .cta-inner .cta-text {
		margin-top: 60px
	}
}

.cta-section .cta-inner .cta-features .single-feature {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 120px 1fr;
	grid-template-columns: 120px 1fr;
	margin-bottom: 45px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.cta-section .cta-inner .cta-features .single-feature {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr
	}
}

@media ( max-width : 575px) {
	.cta-section .cta-inner .cta-features .single-feature {
		display: block
	}
}

.cta-section .cta-inner .cta-features .single-feature .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 8px 16px 0 rgba(190, 173, 142, .2);
	text-align: center;
	line-height: 120px;
	font-size: 60px;
	color: #c4c3c2;
	transition: all .3s ease-out 0s;
	position: relative;
	z-index: 2
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 40px
	}
}

@media ( max-width : 767px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 40px
	}
}

@media ( max-width : 575px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		margin-bottom: 30px
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc {
	position: relative;
	z-index: 1;
	font-size: 14px;
  margin:auto;
  margin-left: 20px;
}

@media ( max-width : 575px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc {
		padding-left: 0
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
	font-size: 16px;
	color: #111;
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
		font-size: 26px
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
	position: absolute;
	font-size: 120px;
	font-weight: 700;
	left: -32px;
	top: 0;
	line-height: 1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #111;
	z-index: -1;
	color: transparent;
	opacity: .1
}

@media ( max-width : 575px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
		left: 0;
		top: -75px
	}
}

.cta-section .cta-inner .cta-features .single-feature:hover .icon {
	background-color: #c4c3c2;
	color: #fff
}

.cta-section .cta-inner .cta-features .single-feature:last-child {
	margin-bottom: 0
}

/* .cta-section .cta-inner:after {
	content: "";
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: -40px;
	background-color: #c4c3c2;
	height: 20px
} */

/* .cta-section .cta-inner:before {
	content: "\f127";
	font-family: "Flaticon";
	left: 0;
	bottom: 0;
	line-height: 1;
	color: #f6f6f6;
	font-size: 350px;
	position: absolute
} */

.room-gallery-cta {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
	padding: 120px 0;
	background-attachment: fixed
}

.room-gallery-cta:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #111;
	opacity: .7;
	content: ""
}

.room-gallery-cta ul li {
	display: inline-block;
	margin: 0 10px
}

@media ( max-width : 767px) {
	.room-gallery-cta ul li {
		margin: 0 5px
	}
}

@media ( max-width : 767px) {
	.room-gallery-cta ul li .main-btn {
		padding: 0 25px;
		letter-spacing: 1px
	}
}

@media ( max-width : 399px) {
	.room-gallery-cta ul li .main-btn {
		padding: 0 15px;
		letter-spacing: 1px;
		font-size: 12px
	}
}

.room-gallery-cta ul li .main-btn.btn-border:hover, .room-gallery-cta ul li .main-btn.btn-filled
	{
	box-shadow: none
}

.room-gallery-cta ul li .main-btn.btn-border, .room-gallery-cta ul li .main-btn.btn-filled:hover
	{
	border-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.room-gallery-cta .cta-text h2 {
	font-size: 80px;
	line-height: 1.125;
	letter-spacing: -3px;
	color: #fff
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 72px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 60px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 52px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 42px
	}
}

@media ( max-width : 575px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 32px
	}
}

@media ( max-width : 399px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 28px
	}
}

.room-gallery-cta .cta-text span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 20px;
	color: #c4c3c2
}

.room-gallery-cta .rotate-images img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	transform: rotate(-37deg);
	left: 3%;
	z-index: -1
}

@media ( max-width : 767px) {
	.room-gallery-cta .rotate-images img {
		max-width: 150px
	}
}

@media ( max-width : 399px) {
	.room-gallery-cta .rotate-images img {
		max-width: 100px
	}
}

.room-gallery-cta .rotate-images img.rotate-image-one {
	left: 8%;
	top: 0;
	bottom: auto;
	max-width: 260px;
	transform: rotate(-37deg)
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 2%
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 2%;
		max-width: 220px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 1%;
		max-width: 180px
	}
}

@media ( max-width : 767px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 1%;
		max-width: 150px
	}
}

@media ( max-width : 399px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		max-width: 100px
	}
}

.room-gallery-cta .rotate-images img.rotate-image-three {
	right: 5%;
	left: auto
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 2%;
		max-width: 250px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 2%;
		max-width: 250px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 1%;
		max-width: 200px
	}
}

@media ( max-width : 767px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 1%;
		max-width: 150px
	}
}

@media ( max-width : 399px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		max-width: 100px
	}
}

.room-type-section {
	position: relative;
	z-index: 1
}

.room-type-section, .room-type-section:before {
	background-size: 100% 100%;
	background-position: 50%
}

.room-type-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image:
		url(/themes/react/miranda/static/media/brush.be87a021.png);
	z-index: -1;
	background-repeat: no-repeat
}

.room-type-section .room-filter {
	text-align: right
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.room-type-section .room-filter {
		margin-top: 30px
	}
}

@media ( max-width : 767px) {
	.room-type-section .room-filter {
		margin-top: 30px
	}
}

.room-type-section .room-filter li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	border: 2px solid transparent;
	padding: 20px 30px;
	cursor: pointer;
	color: #777;
	transition: all .3s ease-out 0s;
	border-radius: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.room-type-section .room-filter li a {
		padding: 10px 20px
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.room-type-section .room-filter li a {
		padding: 10px 20px
	}
}

@media ( max-width : 575px) {
	.room-type-section .room-filter li a {
		padding: 8px 15px;
		font-size: 14px
	}
}

.room-type-section .room-filter li a.active, .room-type-section .room-filter li a:hover
	{
	color: #111;
	border-color: #e6e6e6;
	background-color: transparent
}

.room-type-section .room-items .row {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.room-type-section .room-items .row>.col, .room-type-section .room-items .row>[class*=col-]
	{
	padding-left: 7.5px;
	padding-right: 7.5px
}

.room-type-section .room-items .room-box {
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 15px
}

.room-type-section .room-items .room-box.extra-height {
	height: 575px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.room-type-section .room-items .room-box.extra-height {
		height: 280px
	}
}

@media ( max-width : 767px) {
	.room-type-section .room-items .room-box.extra-height {
		height: 280px
	}
}

.room-type-section .room-items .room-box:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(17, 17, 17, .50196),
		rgba(17, 17, 17, .25) 44%, rgba(17, 17, 17, 0));
	content: ""
}

.room-type-section .room-items .room-box .room-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	transition: all .4s ease-out 0s
}

.room-type-section .room-items .room-box .room-content {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	right: 30px
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.room-type-section .room-items .room-box .room-content {
		left: 15px
	}
}

.room-type-section .room-items .room-box .room-content h3 {
	font-size: 36px
}

@media ( max-width : 767px) {
	.room-type-section .room-items .room-box .room-content h3 {
		font-size: 26px
	}
}

.room-type-section .room-items .room-box .room-content h3 a {
	color: #fff
}

.room-type-section .room-items .room-box .room-content span {
	color: #fff;
	padding-bottom: 15px;
	font-weight: 700
}

.room-type-section .room-items .room-box .room-content span i {
	margin-right: 10px
}

@media ( max-width : 767px) {
	.room-type-section .room-items .room-box .room-content span {
		font-size: 14px
	}
}

.room-type-section .room-items .room-box .room-link {
	border: 2px solid hsla(0, 0%, 100%, .2);
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	bottom: 0;
	border-radius: 50%;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	opacity: 0;
	visibility: hidden
}

@media ( max-width : 767px) {
	.room-type-section .room-items .room-box .room-link {
		height: 40px;
		width: 40px;
		text-align: center;
		right: 10px;
		line-height: 40px
	}
}

.room-type-section .room-items .room-box .room-link:hover {
	background-color: #fff;
	color: #111
}

.room-type-section .room-items .room-box.extra-wide .room-link {
	right: 40px
}

.room-type-section .room-items .room-box:hover .room-link {
	opacity: 1;
	visibility: visible;
	bottom: 30px
}

.room-type-section .room-items .room-box:hover .room-bg {
	transform: scale(1.1)
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}


.menu-area.menu-nagative-gallery .gallery-wrap {
	position: absolute;
	bottom: -190px;
	width: 100%;
	left: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -130px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -100px
	}
}

@media ( max-width : 767px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -100px
	}
}

@media ( max-width : 575px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -150px
	}
}

.menu-area.menu-with-shape .shape-one {
	position: absolute;
	left: 2%;
	top: -70px;
	max-width: 250px;
	z-index: 2
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.menu-area.menu-with-shape .shape-one {
		max-width: 180px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.menu-area.menu-with-shape .shape-one {
		max-width: 180px
	}
}

@media ( max-width : 767px) {
	.menu-area.menu-with-shape .shape-one {
		display: none
	}
}

.menu-area.menu-with-shape .shape-two {
	position: absolute;
	right: 3%;
	bottom: 160px;
	z-index: -1;
	max-width: 250px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.menu-area.menu-with-shape .shape-two {
		max-width: 180px
	}
}

.menu-area .menu-loop .single-menu-box {
	align-items: center;
	/* margin-bottom: 20px;
	padding-left: 120px;
	position: relative */
}

@media ( max-width : 575px) {
	.menu-area .menu-loop .single-menu-box {
		padding-left: 0;
	}
}

.menu-area .menu-loop .single-menu-box .menu-desc {
	position: relative;
	transition: all .3s ease-out 0s;
	font-size: 14px;
	color: #222;
	padding: 20px 2px 10px 15px;
  padding-left: 120px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.menu-area .menu-loop .single-menu-box .menu-desc {
    padding-top:126px;
	}
}

@media ( max-width : 399px) {
	.menu-area .menu-loop .single-menu-box .menu-desc {
    padding-top:126px;
	}
}

.menu-area .menu-loop .single-menu-box .menu-desc h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 8px
}

.menu-area .menu-loop .single-menu-box .menu-desc .menu-link {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #c4c3c2;
	z-index: 2;
	transition: all .3s ease-out 0s;
	visibility: hidden;
	opacity: 0
}

.menu-area .menu-loop .single-menu-box .menu-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media ( max-width : 575px) {
	.menu-area .menu-loop .single-menu-box .menu-img {
		height: 100px;
		left: 30px
	}
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc {
	background-color: #fff
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
	right: 40px;
	visibility: visible;
	opacity: 1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
		right: 15px
	}
}

@media ( max-width : 399px) {
	.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
		right: 15px
	}
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc {
	background-color: #222
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc,
	.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc h4 a
	{
	color: #fff
}

.gallery-wrap .gallery-popup {
	overflow: hidden
}

.gallery-wrap .gallery-popup img {
	transition: all .4s ease-out 0s
}

.gallery-wrap .gallery-popup:hover img {
	transform: scale(1.1)
}

.contact-part .contact-info .info-box {
	padding: 50px 45px;
	background-color: #fff;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 40px 1fr;
	grid-template-columns: 40px 1fr;
	margin-bottom: 30px;
	grid-column-gap: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.contact-part .contact-info .info-box {
		padding: 50px 30px;
		-ms-grid-columns: 30px 1fr;
		grid-template-columns: 30px 1fr
	}
}

@media ( max-width : 767px) {
	.contact-part .contact-info .info-box {
		display: block;
		padding: 30px 20px
	}
}

.contact-part .contact-info .info-box .icon {
	font-size: 40px;
	color: #c4c3c2
}

@media ( max-width : 767px) {
	.contact-part .contact-info .info-box .icon {
		margin-bottom: 15px
	}
}

.contact-part .contact-info .info-box .desc h4 {
	font-size: 24px;
	margin-bottom: 20px
}

.contact-part .contact-maps {
	height: 700px;
	width: 100%
}

.contact-part .contact-form {
	background-color: #fff;
	padding: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.contact-part .contact-form {
		padding: 50px
	}
}

@media ( max-width : 767px) {
	.contact-part .contact-form {
		padding: 50px
	}
}

.contact-part .contact-form .main-btn.btn-filled {
	box-shadow: none
}
.post-box .post-desc {
    padding: 50px;
    background-color: #fff
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .post-box .post-desc {
        padding:40px 30px
    }
}

@media (max-width: 575px) {
    .post-box .post-desc {
        padding:40px 30px;
        font-size: 14px
    }
}

@media (max-width: 399px) {
    .post-box .post-desc {
        padding:40px 20px
    }
}

.post-box .post-desc .cat {
    margin-bottom: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    display: inline-block;
    color: #fff;
    background-color: #c4c3c2
}

.post-box .post-desc .cat:hover {
    background-color: #111
}

.post-box .post-desc h2 {
    font-size: 42px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1;
    color: #111
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .post-box .post-desc h2 {
        font-size:34px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .post-box .post-desc h2 {
        font-size:32px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .post-box .post-desc h2 {
        font-size:30px
    }
}

@media (max-width: 575px) {
    .post-box .post-desc h2 {
        font-size:24px
    }
}

.post-box .post-desc .post-meta {
    margin-bottom: 30px
}

.post-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .post-box .post-desc .post-meta li {
        margin-right:15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .post-box .post-desc .post-meta li {
        margin-right:15px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .post-box .post-desc .post-meta li {
        margin-right:10px
    }
}

@media (max-width: 575px) {
    .post-box .post-desc .post-meta li {
        font-size:14px;
        margin-right: 15px;
        margin-bottom: 5px
    }
}

.post-box .post-desc .post-meta li a {
    color: #777
}

.post-box .post-desc .post-meta li a:hover {
    color: #c4c3c2
}

.post-box .post-desc .post-meta li a i {
    margin-right: 5px
}

.post-box .post-desc .post-footer {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post-box .post-desc .post-footer .author {
    font-family: "Old Standard TT",serif;
    letter-spacing: -1px
}

.post-box .post-desc .post-footer .author a {
    color: #777
}

.post-box .post-desc .post-footer .author img {
    margin-right: 15px
}

.post-box .post-desc .post-footer .read-more a {
    font-size: 14px;
    color: #777;
    font-family: "Roboto",sans-serif
}

.post-box .post-desc .post-footer .read-more a i {
    margin-right: 5px
}

.post-box .post-desc .post-footer .read-more a:hover {
    color: #c4c3c2
}

.post-box.with-video .post-media {
    position: relative
}

.post-box.with-video .post-media .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: #c4c3c2;
    color: #fff;
    line-height: 80px;
    text-align: center;
    transform: translate(-50%,-50%)
}

@media (max-width: 767px) {
    .post-box.with-video .post-media .play-icon {
        height:50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px
    }
}

.post-box.with-video .post-media .play-icon:hover {
    background-color: #111
}

.post-box.title-with-thumb {
    position: relative;
    z-index: 1
}

.post-box.title-with-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/themes/react/miranda/static/media/04.eaa2fad0.jpg);
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    opacity: .1
}

.post-box.title-with-thumb .post-desc {
    background-color: transparent
}

.post-box.title-with-thumb .post-desc .post-meta {
    margin-bottom: 0
}

.post-box.quote-post {
    padding: 50px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .post-box.quote-post {
        padding:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .post-box.quote-post {
        padding:40px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .post-box.quote-post {
        padding:40px 25px
    }
}

@media (max-width: 575px) {
    .post-box.quote-post {
        padding:40px 15px
    }
}

.post-box.quote-post:after,.post-box.quote-post:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c4c3c2;
    z-index: -1;
    content: ""
}

.post-box.quote-post:after {
    background-image: url(/themes/react/miranda/static/media/pattern-05.3ed22608.png);
    z-index: -1;
    opacity: .6
}

.post-box.quote-post .post-desc {
    border: none;
    position: relative;
    z-index: 1;
    padding: 0 0 0 115px;
    background-color: transparent
}

.post-box.quote-post .post-desc,.post-box.quote-post .post-desc a,.post-box.quote-post .post-desc h2 {
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .post-box.quote-post .post-desc {
        padding-left:75px
    }
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc {
        padding-left:75px
    }
}

@media (max-width: 399px) {
    .post-box.quote-post .post-desc {
        padding-left:0;
        padding-top: 70px
    }
}

.post-box.quote-post .post-desc:before {
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABQCAYAAABcQfj1AAAFDUlEQVR4nO2cWYgdRRSGv7mZGJdoFhVlEtxRgxujhrhFUNwIKqgY4kaMiKgv+qAigr6JAQVxAdEHH0RRn6I+qPiQ+CDRiCvjgmJiXHAnmqhhzOiUlJxrbu65c2/3OdU990J90DCc7lt95u+uqlOnqnoohEAN7A6cBpwEHA8cDSwE5gObgYuAz+twpCCLgNPF1+OAg4H9gSjWXVWKtgdwKXA5cC6wp7piJ48DNyprvZwKXA0sAw7pcuetw8rkZwS4DVgFzC1Y2t7KUg/x/18J3AocW/COc1KKNge4G7hZ3rJ+ZwVwL3BYWT9TiXYJ8Ki8Zf3OocBjwPlWP72izRKxrldn+pPLgCeBfTzeeURbALwAnKzO9B9DwH3AHfK3C6toRwKvSVfc78T/8SngilR+WkQ7Alg3IO3XDOA5qZbJaJQsaD/glQERLLI6tWCUFG034Hl50waBmyReTE4Z0R4EzlbW/mQJ8HBVnhUV7WIJWgeBOLp4JmEMqigi2r4yNqySXxKWHWvE4cqaji1FRIuN6YHKmoYtErrcn6i8U4DrlDUN48BHwLW9shwxcH07RUAobJPO5EVgPfCrusJOfAE2JAy2ozBrJWR5HdgoNoiidTnWhjRMhBAeCSHM7XIv77Eqka+RN0MIi6fyRxlajqWqKBubQgijHcpPeQyHEDYm8DU+3FtCCEPdfOvWw9yjLOX5GDgH+CFRlZmKqywpnjZ2AMul6ejKVG3aYmnLPHwtKeNvk0nTmdjefiIpdA8rZYzak6l6T29M9pfk2KoWLHJeAsEeKCrYf3Sos/NCCNtVbS/H7R3KrepY4/T1nRDCzDK+dXrTrnGmqz+UALMODgAudNxnErgBmFBnutBJNG/e6U7gb2WthhXO4dKzwHvK2oP2jiBOXW1yBLMxCDxLWatjvUy9WYhv11HAl2V/2/6mLXdG/6uVpTpGZNhkZY1FMDqIdoG6ojhfyDiyLpY5H7C53W0VLc5bnqGuKM4T/4/N6sHzgMeAt5S1IK2ixQTjTGM5kzKwrYsZMtKw8rTHz1bRzlRni/MG8E2Noo1KzbAQJNNiJpVoLylLtSx1lP4+8JWylqAp2mzgBEc5LytLtXja3leVpSRN0U6UdsLCz8CnNYvmSTSuU5aStIpmxdwLGYlzrwcZfzshAbGLpmieqlm3aKPKUpwPgO1eB5qiHaPOFKdu0RYpS3HeTeFAUzRrPuqfBMnKsvSFaAsdyzfj2O0PZa0WT8IxSYfV6LEotxYnSuLxN8kKcq9onylLtQxLzbDwm4RHbhrOhXmm1IqDEUfSMdk+hYakjK24hiMGPMsjNiuLkYZzgd6PylItCxylf6csRqJo8xy//15ZqmW+o/RkD7jhSLFEflKWaukb0YpuxWlna9mprwR4akWSnpMEotXNbMf9timLkYajC/9dWarHM8eZbOTiadPGlaV6um1/7EWypsTz5GYZJzfGZZC/Q53pjXXiB0l/WWLSsfZOJM6w1znt1mSD7DSeVGe6E1dtX9n1ivT8KbP4Y82SO63lqIMlzkC1TvZqn2OdLtFIuPi5DnaZP5lO0QaWLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBxjRsnmhiWXWU8tNhZdhlP1VDPjZZ51qz+Emd+M1sy9LTh6Zhw0fctbdz+zbwL2SJ0QPoRVs0AAAAAElFTkSuQmCC);
    width: 75px;
    height: 90px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: ""
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .post-box.quote-post .post-desc:before {
        width:50px
    }
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc:before {
        width:50px;
        height: 50px
    }
}

.post-box.quote-post .post-desc .post-meta {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc .post-meta li {
        margin-right:5px
    }
}

.post-box.quote-post .post-desc .post-meta li a {
    color: #fff
}
/* @media only screen and (min-width: 768px) and (max-width:991px) {
    .sidebar {
        margin-top:80px
    }
}

@media (max-width: 767px) {
    .sidebar {
        margin-top:80px
    }
}
 */
.sidebar .widget {
    padding: 40px;
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .sidebar .widget {
        padding:40px 20px
    }
}

@media (max-width: 399px) {
    .sidebar .widget {
        padding:40px 20px
    }
}

.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px
}

.sidebar .widget .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #c4c3c2;
    content: ""
}

.sidebar .widget.about-author-widget .author-box {
    font-size: 14px;
    text-align: center
}

.sidebar .widget.about-author-widget .author-box h6 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 30px;
    padding-bottom: 20px
}

.sidebar .widget.about-author-widget .author-box .social-icon {
    margin-top: 25px
}

.sidebar .widget.about-author-widget .author-box .social-icon li {
    display: inline-block;
    margin: 0 5px
}

.sidebar .widget.about-author-widget .author-box .social-icon li a {
    padding: 5px;
    color: #b3bed3
}

.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
    color: #c4c3c2
}

.sidebar .widget.search-widget form {
    position: relative
}

.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: #f8f8f8;
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px
}

.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: #c4c3c2;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease-out 0s
}

.sidebar .widget.search-widget form button:hover {
    background-color: #111;
    color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
    align-items: center
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
    font-size: 18px;
    margin-bottom: 10px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-size: 14px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 5px
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: #f8f8f8;
    display: block;
    position: relative;
    line-height: 50px;
    color: #777;
    transition: all .3s ease-out 0s
}

.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eaeaea;
    transition: all .3s ease-out 0s
}

.sidebar .widget.categories-widget ul li a:hover {
    background-color: #c4c3c2;
    color: #fff
}

.sidebar .widget.categories-widget ul li a:hover span {
    background-color: #947f58
}

.sidebar .widget.socail-widget ul li {
    display: inline-block;
    margin-right: 10px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .sidebar .widget.socail-widget ul li {
        margin-right:5px
    }
}

@media (max-width: 399px) {
    .sidebar .widget.socail-widget ul li {
        margin-right:5px
    }
}

.sidebar .widget.socail-widget ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #777;
    background-color: #f8f8f8;
    text-align: center
}

.sidebar .widget.socail-widget ul li a:hover {
    background-color: #c4c3c2
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    border-bottom: 1px solid #e1e6ff;
    padding-left: 35px;
    position: relative
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-size: 14px;
    color: #c4c3c2
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter a {
    color: #111
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter .date {
    margin-top: 15px;
    font-weight: 500
}

/* .sidebar .widget.instagram-feed-widget ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3,1fr);
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px
} */

.sidebar .widget.popular-tag-widget ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.sidebar .widget.popular-tag-widget ul li a {
    font-size: 12px;
    color: #777;
    padding: 10px 20px;
    background-color: #f4f4f4
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding:10px 15px
    }
}

@media (max-width: 399px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding:10px 15px
    }
}

.sidebar .widget.popular-tag-widget ul li a:hover {
    background-color: #c4c3c2
}

.sidebar .widget.banner-ad-widget {
    padding: 0;
    border: none
}

.section-title .title{
  position: relative;
  margin: 0;
}
.section-title{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  /* border-bottom: 3px solid #F0F2F3; */
}
.section-title::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 3px;
  /* background-color: #50BD4D; */
}
.section-title.flex-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-title.flex-title .nav{
  margin-left: auto;
}
.section-title.flex-title .nav-item{
  margin: 0;
}
.section-title.flex-title .nav-item + .nav-item{
  margin-left: 10px;
}
.section-title.flex-title .nav-item .nav-link{
  margin: 0;
}
