html {
  font-size: 100%;   scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45em;
  color: #4b4b4b;
}
 
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Playfair Display", serif;
  line-height: 1.4em;
  color: #292928;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

small, .font_small {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading-content-one {
  color: #0e385d;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 600px) {
  .heading-content-one {
    max-width: 640px;
  }
}
.heading-content-one h2.title {
  font-size: 60px;
  color: inherit;
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .heading-content-one h2.title {
    font-size: 45px;
  }
}
.heading-content-one h5.sub-title {
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  margin-top: 15px;
}
.heading-content-one.border h2.title {
  position: relative;
  margin-bottom: 30px;
}
.heading-content-one.border h2.title:before {
  position: absolute;
  content: "";
  background-color: #969696;
  width: 105px;
  height: 1px;
  bottom: -15px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
}

.heading-content-two {
  color: #0e385d;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .heading-content-two {
    max-width: 500px;
  }
}
.heading-content-two h2.title {
  font-size: 60px;
  color: inherit;
  font-weight: bold;
  line-height: 1.1em;
}
.heading-content-two h5.sub-title {
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  margin-top: 15px;
}
.heading-content-two h5.sub-title span {
  font-weight: bold;
  font-size: 18px;
}

.heading-content-three {
  margin: auto auto 45px;
  text-align: center;
}
.heading-content-three h2.title {
  font-size: 45px;
  color: inherit;
  position: relative;
  font-weight: bold;
  color: #0e385d;
  margin-top: 10px;
}
.heading-content-three h5.sub-title {
  font-family: inherit;
  font-size: 22px;
  color: inherit;
  font-weight: 600;
  color: #20527e;
}
.heading-content-three h5.sub-title span {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 24px;
}

.heading-content-four {
  color: #0e385d;
}
.heading-content-four h2.title {
  font-size: 60px;
  color: inherit;
  position: relative;
}
.heading-content-four h5.sub-title {
  font-family: inherit;
  font-size: 16px;
  color: inherit;
}

.section-title-area {
  padding: 30px 0 60px;
}
.section-title-area .section-title {
  font-weight: bold;
  font-family: inherit;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1em;
}
.section-title-area .section-description {
  color: #999;
  margin-bottom: 0;
}

.page-header .page-title {
  color: #fff;
  font-weight: bold;
  font-family: inherit;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.12em;
  margin-top: 0;
}
.page-header .page-description {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.015em;
  margin-bottom: 0;
}

.heading-section {
  padding-top: 60px;
}

.form-bottom-title {
  font-weight: 600;
} 
::-moz-selection {
  color: white;
  display: inline-block;
  text-shadow: none;
}

::selection {
  color: white;
  display: inline-block;
  text-shadow: none;
}

p {
  margin-bottom: 1.875em;
  line-height: 1.975em;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

label {
  font-weight: 600;
}

big {
  font-size: 125%;
}

pre {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  border-left: 10px solid #ccc;
  font-size: 0.929em;
  overflow: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}
 
body {
  background: white; 
  word-wrap: break-word;
  overflow-x: hidden;
}

q {
  quotes: "" "";
}
q:before, q:after {
  content: "";
}

blockquote {
  border: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 16px;
  position: relative;
  border-left: 5px solid #9bc6b2;
  color: #939292;
}
blockquote:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #9bc6b2;
  color: white !important;
  text-align: center;
  left: -22px;
  position: absolute;
  top: 0;
  content: "\f10d";
  font-style: normal;
  font-family: FontAwesome;
  font-size: 15px;
}
blockquote:after {
  background: #9bc6b2;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 45px;
}
blockquote p {
  padding: 0 0 20px 40px;
  margin-bottom: 10px;
  position: relative;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
blockquote footer {
  font-family: "Poppins", sans-serif;
  margin-left: 35px;
  position: relative;
  top: 6px;
  margin-top: -15px;
}
blockquote cite, blockquote a, blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
blockquote cite {
  display: block;
}
blockquote cite::before {
  content: "--";
  padding-right: 5px;
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before,
blockquote .font_small::before {
  margin-left: 18px;
}

.single-post blockquote {
  margin: 35px 0 35px 25px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #d2d2d2;
}

th, td {
  border: 1px solid #d2d2d2;
}

td {
  border-width: 0 1px 1px 0;
} 
.post li,
.page li,
#comments li {
  line-height: 1.3em;
}
.post table,
.page table,
#comments table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-left: none;
}
.post table tbody tr.odd,
.page table tbody tr.odd,
#comments table tbody tr.odd {
  background: white;
}
.post table th, .post table td,
.post table td,
.page table th,
.page table td,
.page table td,
#comments table th,
#comments table td,
#comments table td {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.tb {
  display: table;
  width: 100%;
}
.tb .tb-cell {
  display: table-cell;
  vertical-align: middle;
}
.tb .tb-cell[class*=' col-'] {
  float: none;
}

.margin-less-top {
  margin-top: -42px;
}

.default-pd-center {
  padding: 90px 0px;
  text-align: center;
}

.full-width-content {
  float: none;
  margin: auto;
}

.pd-zero {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.border-radius {
  border-radius: 5px;
}

.jarallax {
  position: relative;
}

.bg-gray-color {
  background-color: #F7F7F7;
}

.bg-white-color {
  background-color: #fff;
}

.yellow-color {
  color: #fca22a;
}

.nevy-blue-bg {
  background: #0e385d;
}

.bg-white-smoke {
  background-color: #f8f8f8;
}

.bg-nero {
  background-color: #1C1C1C;
}

.bg-green {
  background: #21b75f;
}

.text-green {
  color: #21b75f;
}

.default-text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .default-text-gradient {
    background: transparent;
  }
}
.overlay-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gradient-border {
  border: 10px solid transparent;
  position: relative;
  background-clip: padding-box;
}
.gradient-border:after {
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  content: "";
  z-index: 0;
  border-radius: 5px;
}
.gradient-border > div {
  position: relative;
  z-index: 99;
  margin: 0;
}

.gradient-circle {
  position: relative;
  background-clip: padding-box;
}
.gradient-circle > div {
  position: absolute;
  margin: 2px;
  content: "";
  z-index: 0;
  border-radius: 50%;
  padding: 2px;
}
.gradient-circle > div span {
  background: #fff;
  border-radius: 50%;
  padding: 30px;
  display: block;
}

.transfarent-white-bg {
  background-color: rgba(255, 255, 255, 0.92);
}

.breadcrumbs-area.bg {
  background-color: #F8F8F8;
}

.overlay-bg {
  position: relative;
}
.overlay-bg:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.color-black h2 {
  color: #000;
}
.color-black p {
  color: #fff !important;
}

@media only screen and (max-width: 992px) {
  .mobile-extend {
    max-height: 600px;
    overflow: hidden;
  }
}

.extend-icon {
  font-size: 35px;
  padding: 15px;
  display: block;
  cursor: pointer;
}
.extend-icon.up .fa:before {
  content: "\f106";
}

.extend-btn {
  text-align: center;
  position: relative;
  margin-top: -95px;
  padding-top: 60px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .container-large-device {
    max-width: 1000px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container-large-device {
    max-width: 1190px;
    margin: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .container-large-device {
    max-width: 1475px;
    margin: auto;
  }
}

.overview > ul > li {
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #666666;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
  padding: 18px 0;
  text-align: left;
  -webkit-width: calc(50% - 5px);
  width: calc(50% - 5px);
}
@media only screen and (max-width: 767px) {
  .overview > ul > li {
    width: 100%;
  }
}
.overview > ul > li:nth-child(2n+1) {
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .overview > ul > li:nth-child(2n+1) {
    margin-right: 0;
  }
}
.overview > ul > li i.fa {
  font-size: 18px;
  margin: -3px 20px 0;
}
 
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 11px;
  padding: 12px 30px;
  color: white;
  line-height: normal;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
} 

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
  color: white;
}
 
.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-default {
  color: #4b4b4b;
}
.btn-default:hover {
  color: #4b4b4b;
}

.mobile-booking-btn {
  background: white;
  padding: 15px 30px;
  border-radius: 7px;
  font-weight: 600;
}

a.more-content {
  background: #0e385d;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: table;
  margin: 15px auto auto;
}

.more-link {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  word-spacing: 0.02em;
  letter-spacing: 0.01em;
  color: white;
  display: table;
  margin: 30px auto 0;
  padding: 15px 30px;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.more-link:hover, .more-link:focus, .more-link:active:focus {
  color: white;
  text-decoration: none !important;
} 
.go-button {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 46px;
  background: #f7faf9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.go-button:hover {
  color: white;
}

.entry-content .btn {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: 0;
  line-height: 1.7em;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.form-group .button {
  border: none;
  margin-top: 30px;
  float: left;
}

.form-group .button {
  width: 100%;
  padding: 13px 45px;
}
@media only screen and (max-width: 992px) {
  .form-group .button {
    padding: 15px 25px;
  }
}

.button {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 45px;
  border-radius: 26px;
  text-transform: capitalize;
  margin: auto;
  display: table;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.button:hover {
  color: #ffffff;
}

.nevy-button {
  background-color: #0e385d;
}

.button-radius {
  border-radius: 5px;
}

.blog-area .button,
.call-to-action .button {
  text-transform: capitalize;
  border-radius: 5px;
}

.gallery-area .button {
  float: left;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}

.button.contact {
  background-color: #0E385D;
}

.default-pd-center .button {
  border-radius: 5px;
  top: 10px;
  float: left;
}

.call-to-action .button {
  float: left;
}
@media screen and (max-width: 767px) {
  .call-to-action .button {
    float: none;
  }
}

.pogoSlider-dir-btn {
  padding: 15px;
}

.pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
  left: 50px;
}

.pogoSlider-dir-btn.pogoSlider-dir-btn--next {
  right: 50px;
}

.main-slide.eight .pogoSlider-dir-btn {
  top: 35%;
}
 
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("/assets/images/select-bg.png") no-repeat scroll 95% 50%;
}
select option[selected] {
  color: white;
}
 
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #4b4b4b !important;
} 
input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
} 
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/ 
a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
} 
@media only screen and (min-width: 992px) {
  #mobile-menu {
    display: none;
  }

  .mainmenu {
    position: relative;
  }

  .overlapblackbg {
    display: none;
  }

  .menu-wrapper {
    color: white;
    position: relative;
    padding: 0;
    margin: 0px auto;
    width: 100%;
  }

  .menu-content {
    text-align: center;
    margin: auto;
  }

  .menu-list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .menu-list > li {
    line-height: 45px;
    float: left;
    position: relative;
  }
  .menu-list li {
    list-style: none;
  }

  .top-navigation .menu-list > li > a {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
  }
  .top-navigation .menu-list > li > a span {
    font-size: 14px;
    color: #929292;
    margin-left: 5px;
  }
  .top-navigation .menu-list > li.current-menu-item > a:before,
  .top-navigation .menu-list > li.current-menu-ancestor > a:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .top-navigation .menu-list > li:last-child > a::after {
    content: "";
  }

  .menu-click {
    display: none;
  } 
  .menuexpandermain {
    display: none;
  } 
  /* Default Color */
  .menu-list li:hover > a,
  .menu-list > li > a:hover,
  .menu-list > li > a.active {
    background-color: transparent;
    text-decoration: none;
  } 

  .menu-list.two {
    margin-top: -6px;
  }
  .menu-list.two li a {
    color: #000;
  }
  .menu-list.two li a .fa-angle-down {
    color: #000;
  }

  .menu-list.six {
    border-top: 1px solid #979797;
    margin-top: 70px;
    width: 80%;
  }
  .menu-list.six li a {
    font-size: 20px;
  }

  .menu-list.six li ul li a {
    font-size: 14px;
  }

  .center-nav .menu-list {
    display: table;
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .top-navigation .menu-list > li > a {
    padding: 10px 18px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .top-navigation .menu-list > li > a {
    padding: 10px 23px;
  }
}
.banner-with-menu-area .menu-list > li > a {
  font-size: 18px;
  font-weight: 700;
}
 
.navigation {
  padding-top: 30px;
  z-index: 1;
  font-size: 12px;
  clear: both;
}
.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation .nav-links {
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navigation .nav-links a {
  font-weight: bold;
}
.navigation .nav-links > li {
  display: inline-block;
}
.navigation .nav-links > li:first-child {
  margin-right: 45px;
}
.navigation .nav-links > li:last-child {
  margin-left: 45px;
}
.navigation .nav-links > li a, .navigation .nav-links > li span {
  padding: 8px 12px;
  background: white;
  border: 1px solid #e1e1e1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navigation .nav-links > li a > span {
  padding: 0;
  border: 0;
}
.navigation .nav-links > li span.page-numbers.dots {
  border: 0;
  background: transparent;
}
.navigation .nav-links > li a:hover {
  color: white;
}
.navigation .nav-links > li.active a, .navigation .nav-links > li.active span {
  color: white;
}
.navigation .nav-links li.nav-previous a, .navigation .nav-links li.nav-next a {
  border: 0;
  padding: 0;
  display: block;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navigation .nav-links li.nav-previous a:hover, .navigation .nav-links li.nav-next a:hover {
  background: transparent;
  color: inherit;
}
.navigation .nav-links li.nav-previous.disabled > a, .navigation .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.navigation .nav-links li.nav-previous a .fa-angle-double-left {
  font-size: 13px;
  margin-right: 8px;
}
.navigation .nav-links li.nav-previous > a:after {
  bottom: -4px;
  content: "";
  height: 2px;
  position: absolute;
  width: 45px;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navigation .nav-links li.nav-previous > a:hover:after {
  width: 60px;
}
.navigation .nav-links li.nav-next a .fa-angle-double-right {
  font-size: 13px;
  margin-left: 8px;
}
.navigation .nav-links li.nav-next > a:after {
  bottom: -4px;
  content: "";
  height: 2px;
  position: absolute;
  width: 26px;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navigation .nav-links li.nav-next > a:hover:after {
  width: 40px;
}
 
.entry-content .page-links > a {
  border: 1px solid #ebebeb;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}
  
@media only screen and (max-width: 991px) {
  .site-navigation {
    display: none;
  }

  .menuexpandermain, #mobile-main-nav {
    display: block;
  }

  .main-navigation .menu-list {
    margin: 0;
  }

  .menu-area {
    margin-top: 0;
  }
  .menu-area:before {
    border: 0 none;
  }

  .navigation.menuopen {
    display: block;
  }

  .menu-list li a span:not(.my-cart) {
    display: none;
  }

  #mobile-menu {
    display: block;
  }

  .menu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none;
  }

  .main-navigation .menu-list > li.current-menu-item > a,
  .main-navigation .menu-list > li.current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.04);
  }

  .overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .overlaybg.menuopen {
    display: block;
  }

  .main-navigation .menu-list > li > a {
    backface-visibility: hidden;
    background-color: white;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 14px;
    position: relative;
    text-decoration: none;
    transform: translateZ(0px);
    vertical-align: middle;
  }
 
  .menu-list li:hover .sub-menu {
    display: none;
  }
  .menu-list li:hover .sub-menu .sub-menu {
    display: none;
  }

  .menu-list li:hover .megamenu {
    display: none;
  }

  #main-mobile-container .menu-list > li::after {
    content: "";
  }

  .menu-list .sub-menu .sub-menu li:hover .sub-menu {
    display: none;
    list-style: none;
    padding: 2px;
    background-color: white;
  }

  .menu-list li:first-child a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .menu-list li:last-child a {
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .innerpnd {
    padding: 0;
  }

  .menu-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menuexpander {
    display: inline-block;
    height: 53px;
    margin-bottom: -6px;
    position: relative;
    width: 56px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
 
  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120;
  }
  .menu-click i {
    display: block;
    background-size: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
    float: right;
    padding: 15px;
    width: 43px;
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
  }

  .menu-extend.fa-plus::before {
    content: "\f068";
    font-family: FontAwesome;
  }
 
  .menu-list .sub-menu a {
    display: block;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: normal;
  }

  .main-navigation .menu-wrapper ul > li ul {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
  } 

  .menu-list > li > a .fa {
    margin-right: 6px;
  }
 
  .main-navigation {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-navigation .menu-wrapper .container {
    padding: 0;
  }
  .main-navigation .menu-wrapper .row {
    margin: 0;
  }

  .main-navigation .menu-list {
    height: 100%;
    display: block;
  }

  .main-navigation .menu-list > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  .main-navigation .menu-list > li > a::before {
    opacity: 0;
  }

  .main-navigation .menu-list > li > a::after {
    position: relative;
    content: "";
  }

  .main-navigation .menu-list > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 15px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid #313131;
    position: static;
    color: white;
    font-family: inherit;
  }
 
  .mrginleft {
    margin-left: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .main-navigation {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1010;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    background-color: #1C1C1C;
  }
 
  .main-navigation.menuopen {
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .main-navigation.menuclose {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menucontent {
    z-index: 100;
  }
 
  .animated-arrow {
    position: absolute;
    right: 0;
    left: -28px;
    top: -10px;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #menu-marker {
    display: none;
  }

  .animated-arrow {
    cursor: pointer;
    padding: 32px 15px;
  }

  .animated-arrow.menuopen {
    position: fixed;
    left: 45%;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: white;
    position: absolute;
    display: block;
    content: '';
  }

  .animated-arrow span:before {
    top: -7px;
  }

  .animated-arrow span:after {
    bottom: -7px;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .animated-arrow.menuopen span {
    background-color: transparent;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    background: #d2d2d2;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }

  .animated-arrow.menuopen span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }

  .animated-arrow.menuopen span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-list.top-menu > li:first-of-type > a {
    border-top: 0 none;
  }
  .menu-list.top-menu > li:last-of-type > .sub-menu > li:first-of-type > a {
    border-top: 0 none;
  }

  #mobile-main-nav .menu-list .sub-menu a {
    line-height: 24px;
  }
  #mobile-main-nav .menu-list .sub-menu li a,
  #mobile-main-nav .menu-list .sub-menu .sub-menu li a {
    border-bottom: 1px solid #313131;
  }
  #mobile-main-nav .menu-list .sub-menu > li:last-of-type > a {
    border-bottom: 1px solid #313131;
  }

  li.menu-item > ul.sub-menu,
  li.menu-item:not(.sh_mega) ul.sub-menu {
    display: none;
  }

  .mobile-menu-main .animated-arrow {
    width: 100%;
    margin-left: 15px;
    margin-top: 0;
  }
  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen {
    left: 16em;
  }
  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::before,
  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::after {
    background: white;
  }
  .mobile-menu-main .menuexpandermain {
    position: relative;
    padding: 20px;
  }
  .mobile-menu-main .menuexpandermain #menu-marker {
    height: auto;
    padding-top: 0;
    margin-left: 0;
  }

  .menu-content ul {
    list-style: none;
  }
  .menu-content > ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .menuexpander .menuopen {
    left: 240px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 359px) {
  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen {
    left: 14.5em;
  }
} 
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; 
} 
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
 
.header-top-content {
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}
.header-top-content img {
  width: auto;
}
.header-top-content .site-logo,
.header-top-content .left-content {
  padding: 15px 0;
}
.header-top-content.header-three .site-logo {
  padding: 10px 0 15px;
}
.header-top-content.header-three .left-content {
  margin-top: 12px;
}
.header-top-content.header-three .left-content li i {
  color: #0e385d !important;
}

.house-logo {
  float: left;
  margin-right: 15px;
}

.house {
  float: left;
}
.house h4 {
  font-weight: bold;
  color: #fde953;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 800;
}

.header-top-content .left-content {
  position: relative;
}
.header-top-content .left-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-content .left-content ul li {
  display: inline-block;
}
.header-top-content .left-content ul li a { 
  padding-right: 30px;
  font-weight: 600; 
}
.header-top-content .left-content ul li a i {
  color: #A5A5A5;
  font-size: 18px;
  margin-right: 10px;
}
.header-top-content .left-content ul li:nth-of-type(3) i {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header-top-content .left-content {
    float: right;
    margin-right: -25px;
    margin-top: 19px;
  }
}

.top-menu {
  padding: 20px 10px;
  display: block;
  padding-bottom: 40px;
  margin-left: -25px;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul li {
  float: left;
  margin-right: 15px;
}
.top-menu ul li a {
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
}

.booking {
  font-size: 16px;
  padding: 21px 25px;
  border-left: 1px solid rgba(204, 204, 204, 0.35);
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  position: relative;
  left: 25px;
}

.header-top-area {
  padding: 20px;
}

.header-bottom-area {
  padding: 10px 0 0px;
}

.left-content.tow {
  margin-top: 5px;
}
.left-content.tow a {
  color: #5a5a5a;
}
.left-content.tow a i {
  color: #5a5a5a;
}
.left-content.tow a .fa-search {
  color: #5a5a5a;
}
 
.header-area.style-two .header-top-content {
  border-bottom: 0 none;
}
.header-area.style-two .header-top-content .social-media {
  padding: 20px 0;
}
.header-area.style-two .header-top-content .left-content {
  float: right;
  margin-top: 0;
  left: 0;
  padding: 20px 0;
}
.header-area.style-two .header-top-content .left-content ul li a {
  color: #5a5a5a;
  font-size: 14px;
  padding-right: 15px;
}
.header-area.style-two .header-top-content .left-content ul li i {
  color: #5a5a5a;
}
.header-area.style-two .header-top-content .left-content ul li:last-child a {
  padding-right: 0;
}

.header-bottom-content.style-two .top-navigation .menu-list > li > a {
  letter-spacing: normal;
  color: #3d3d3d;
  text-transform: uppercase;
  padding: 10px 26px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .header-bottom-content.style-two .top-navigation .menu-list > li > a {
    padding: 10px 15px;
  }
}
.header-bottom-content.style-two .top-navigation .menu-list > li > a span {
  color: #777777;
}
@media only screen and (min-width: 992px) {
  .header-bottom-content.style-two .menu-list {
    margin-right: -50px;
  }
}
.header-bottom-content.style-two .menu-list > li {
  line-height: 60px;
}
.header-bottom-content.style-two .site-logo a {
  padding: 15px 0;
  display: inline-block;
} 
.mobile-header-area {
  padding-top: 5px;
}
.mobile-header-area .site-logo {
  padding: 0 10px 15px !important;
}

.mobile-header-area.bg-gray-color .animated-arrow span,
.mobile-header-area.bg-gray-color .animated-arrow span:before,
.mobile-header-area.bg-gray-color .animated-arrow span:after {
  background-color: #333333;
}
.mobile-header-area.bg-gray-color .mobile-header-block .search-block .main-search .fa,
.mobile-header-area.bg-gray-color .mobile-header-block .additional-content .trigger-overlay .fa {
  color: #333333;
}

.header-bottom-area.four .site-navigation .menu-list > li > a {
  padding: 10px 28px;
}
.header-bottom-area.four .top-navigation .menu-list > li > a span {
  color: #eee;
}

.main-navigation .social-media {
  width: 240px;
}

.top-menu.tow {
  float: right;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 15px;
  position: relative;
  left: 35px;
}
.top-menu.tow li {
  margin-right: 12px;
}
.top-menu.tow a {
  color: #000;
}

.house.two h4 {
  color: #239B02;
  font-weight: 800;
}

.header-area.three {
  background: #153E4D;
}
.header-area.three .header-top-content {
  border-bottom: 1px solid rgba(80, 171, 249, 0.19);
}
.header-area.three .booking {
  border-left: 1px solid rgba(80, 171, 249, 0.19);
}

.header-top-area.four {
  padding: 0;
}
.header-top-area.four .header-top-content {
  padding: 10px 0;
  border-bottom: none;
}
.header-top-area.four .left-content a i {
  color: #31376D;
}

.header-bottom-area.four {
  padding: 10px 0;
}
.header-bottom-area.four .social-media {
  margin-top: 20px;
  float: right;
}
.header-bottom-area.four .social-media a {
  color: #C1C2C2;
}
.header-bottom-area.four .social-media a i {
  color: #21B360;
}
.header-bottom-area.four .social-media a i:hover {
  color: #C1C2C2;
}

.header-bottom-area.four.default-template-gradient {
  padding: 0;
}
 
.overlay,
.overlay-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 15%; 
}
.overlay .overlay-close,
.overlay .overlay .overlay-close,
.overlay-search .overlay-close,
.overlay-search .overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(/assets/images/cross-overlay.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay nav,
.overlay-search nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} 
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  position: relative;
}
 
.overlay ul li .fa-angle-down.menu-extend:before {
  content: "\f106";
}
.overlay ul li a {
  font-weight: 600;
  padding: 15px;
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a .fa-angle-down {
  font-size: 18px;
  position: absolute;
  width: 45px;
  height: 45px;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 13px;
  z-index: 9999;
}

.overlay-menu .menu-click {
  display: none;
} 
.overlay-hugeinc,
.overlay-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open,
.overlay-search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav > ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc nav > ul ul {
  display: none;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
} 

.mobile-header-block .menu-area {
  width: 10%;
}
.mobile-header-block .logo-area {
  width: 90%;
  text-align: center;
}
.mobile-header-block .logo-area .site-logo {
  padding: 15px 0;
}
@media only screen and (max-width: 480px) {
  .mobile-header-block .logo-area .site-logo {
    padding: 15px 10px;
  }
}
.mobile-header-block .search-block {
  width: 5%;
}
.mobile-header-block .search-block .main-search {
  padding: 25px 10px;
  display: block;
}
.mobile-header-block .search-block .main-search .fa {
  font-size: 20px;
  color: white;
}
.mobile-header-block .additional-content {
  width: 5%;
}
.mobile-header-block .additional-content .trigger-overlay {
  padding: 25px 10px;
  display: block;
}
.mobile-header-block .additional-content .trigger-overlay .fa {
  font-size: 20px;
  color: white;
}
.mobile-header-block .left-content ul {
  padding: 0;
  list-style: none;
}
.mobile-header-block .left-content ul li {
  width: 240px;
}
.mobile-header-block .left-content ul li a {
  color: #21b360;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  padding: 9px 15px 9px 15px;
  font-size: 15px;
  letter-spacing: 0;
  border-right: solid 0px;
  background-color: transparent;
  line-height: 25px;
  border-bottom: 1px solid #313131;
}
.mobile-header-block .left-content ul li a .fa {
  font-size: 18px;
  margin-right: 5px;
}

.banner-with-menu-area .top-navigation .menu-list > li > a span {
  color: #e2e2e2;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .header-top-content .col-md-8.col-sm-8 {
    width: 58.666667%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .header-top-content .col-md-4.col-sm-4 {
    width: 40.333333%;
  }
}
 
.slider-content {
  padding: 130px 0px;
}

.slider-area {
  overflow: hidden;
}

.slider-text-content {
  clear: both;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.slider-text-content h3 {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 536px) {
  .slider-text-content h3 {
    font-size: 18px;
  }
}
.slider-text-content h2 {
  color: #fff;
  font-size: 90px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  .slider-text-content h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 1075px) {
  .slider-text-content h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .slider-text-content h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 536px) {
  .slider-text-content h2 {
    font-size: 30px;
  }
}
.slider-text-content h2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  width: 90px;
  height: 5px;
  margin: auto;
  border-radius: 5px;
}
.slider-text-content p {
  font-size: 18px;
  padding: 0 50px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .slider-text-content p {
    display: none;
  }
}
.slider-text-content a {
  font-size: 22px;
  padding: 15px 30px;
  font-weight: 600;
}
@media screen and (max-width: 536px) {
  .slider-text-content a {
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 60px;
  }
}

.slider-area .main-slider > div.owl-controls > div.owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: normal;
  padding: 15px 15px;
  font-size: 42px;
  border-radius: 50%;
  color: #fff;
}

.slider-area .main-slider > div.owl-controls > div.owl-nav > div.owl-prev {
  left: 40px;
}

.slider-area .main-slider > div.owl-controls > div.owl-nav > div.owl-next {
  right: 40px;
}

.show-image-content img {
  width: auto;
}

.show-text-content {
  margin-top: 5%;
  color: #fff;
  padding: 50px;
}
.show-text-content h2 {
  font-size: 140px;
  font-weight: bold;
  color: #fff;
  line-height: 140px;
}
@media only screen and (max-width: 1000px) {
  .show-text-content h2 {
    font-size: 105px;
    line-height: 105px;
  }
}
@media only screen and (max-width: 768px) {
  .show-text-content h2 {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 490px) {
  .show-text-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .show-text-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 590px) {
  .show-text-content p {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .show-text-content {
    padding: 0;
  }
} 
.slider-image {
  padding: 150px 0px; 
}
.slider-image .special {
  background: #21B360;
}
 
.slider-image-six {
  padding: 100px 0px 0px;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.slider-image-six img {
  width: 70px;
}
.slider-image-six h4 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #fff;
}
.slider-image-six h2:before {
  width: 0;
}
.slider-image-six .button {
  top: 10px;
}

.top-menu.six {
  top: 90px;
  position: relative;
  border-top: 1px solid #979797;
  padding-bottom: 0;
}
.top-menu.six ul {
  margin: auto;
  display: table;
}
.top-menu.six a {
  font-size: 24px;
}
 
.main-slide.eight {
  overflow: hidden;
}
.main-slide.eight .slider-content-eight {
  text-align: center;
  margin-top: -60px;
}
.main-slide.eight .slider-content-eight h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .main-slide.eight .slider-content-eight h3 {
    margin-bottom: 5px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 530px) {
  .main-slide.eight .slider-content-eight h3 {
    display: none;
  }
}
.main-slide.eight .slider-content-eight p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 530px) {
  .main-slide.eight .slider-content-eight p {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .main-slide.eight .pogoSlider {
    padding-bottom: 48% !important;
  }
}
@media screen and (max-width: 767px) {
  .main-slide.eight .pogoSlider {
    padding-bottom: 65% !important;
  }
}
@media screen and (max-width: 530px) {
  .main-slide.eight .pogoSlider {
    padding-bottom: 100% !important;
  }
}

.pogoSlider-slide {
  background-position: center center;
}

@media screen and (min-width: 1200px) {
  .container-slider {
    width: 1100px;
    margin: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-slider.one {
    padding: 5%;
  }
}
@media screen and (min-width: 840px) and (max-width: 991px) {
  .container-slider.one {
    padding: 7%;
  }
}
@media screen and (min-width: 700px) and (max-width: 839px) {
  .container-slider.one {
    padding: 10%;
  }
}
@media screen and (max-width: 699px) {
  .container-slider.one {
    padding: 10%;
  }
}
@media screen and (max-width: 480px) {
  .container-slider.one {
    padding: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .container-slider.one {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1400px) {
  .container-slider.one {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1500px) {
  .container-slider.one {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1600px) {
  .container-slider.one {
    padding: 10% 0;
  }
}
@media only screen and (min-width: 1950px) {
  .container-slider.one {
    padding: 15% 0;
  }
}

.main-slider-two p.pogoSlider-slide-element {
  font-weight: 600;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .pogoSlider {
    padding-bottom: 45% !important;
  }
}
@media screen and (min-width: 840px) and (max-width: 991px) {
  .slider-area .pogoSlider {
    padding-bottom: 50% !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 839px) {
  .slider-area .pogoSlider {
    padding-bottom: 72% !important;
  }
}
@media screen and (max-width: 699px) and (min-width: 536px) {
  .slider-area .pogoSlider {
    padding-bottom: 60% !important;
  }
}
@media screen and (max-width: 534px) {
  .slider-area .pogoSlider {
    padding-bottom: 100% !important;
  }
}

@media screen and (max-width: 699px) {
  .slider-area .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 25px;
  }
}
@media screen and (max-width: 380px) {
  .slider-area .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 10px;
  }
}

@media screen and (max-width: 699px) {
  .slider-area .pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 25px;
  }
}
@media screen and (max-width: 380px) {
  .slider-area .pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 10px;
  }
}

.main-slider-two {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1400px) {
  .main-slider-two {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .main-slider-two .container-slider {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-slider-two .container-slider {
    padding: 10% 8%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1367px) {
  .main-slider-two .pogoSlider {
    padding-bottom: 42% !important;
  }
}
@media screen and (min-width: 690px) and (max-width: 1199px) {
  .main-slider-two .pogoSlider {
    padding-bottom: 55% !important;
  }
}
@media screen and (max-width: 690px) {
  .main-slider-two .pogoSlider {
    padding-bottom: 65% !important;
  }
}
@media only screen and (min-width: 1400px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 10%;
  }
}
@media only screen and (min-width: 1400px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 10%;
  }
}

@media screen and (max-width: 699px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 25px;
  }
}
@media screen and (max-width: 380px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 10px;
  }
}

@media screen and (max-width: 699px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 25px;
  }
}
@media screen and (max-width: 380px) {
  .main-slider-two .pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 10px;
  }
}

.aboutus-area.four .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-heading-content h2,
.about-content-left h2,
.social-media.footer i,
.availability-area.two h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-text {
  padding: 100px 0px;
  text-align: center;
}

.default-template-gradient.default-pd-center h2 {
  color: #fff;
  font-size: 45px;
  font-family: inherit;
  font-weight: bold;
}
.default-template-gradient.default-pd-center p {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
}

.slider-main-content.heading h2 {
  color: #000;
}
.slider-main-content.heading p {
  letter-spacing: 1px;
  color: #d6d6d6;
}

.header-bottom-area.four.slider-text {
  padding: 10px 0 150px;
}
.header-bottom-area.four.slider-text .header-bottom-text-content {
  position: relative;
  top: 80px;
}
.header-bottom-area.four.slider-text .header-bottom-text-content h2 {
  color: #000;
}
.header-bottom-area.four.slider-text .header-bottom-text-content p {
  color: #fff;
}

.banner-with-menu-area .banner-images {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .banner-with-menu-area .site-navigation {
    border-top: 1px solid #9e9e9e;
  }
}
.banner-with-menu-area .more-link {
  padding: 10px 30px;
}

.banner-text-content {
  text-align: center;
  padding: 105px 0 75px;
}
.banner-text-content .banner-title {
  color: #fff;
  font-size: 90px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 990px) {
  .banner-text-content .banner-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner-text-content .banner-title {
    font-size: 45px;
  }
}
.banner-text-content .banner-subtitle {
  color: #ffffff;
}
.banner-text-content .more-link {
  border-radius: 50px;
}
 
.aboutus-area {
  padding: 75px 0 90px;
}
.aboutus-area .tab-list {
  position: relative;
}
.aboutus-area .tab-list:before {
  position: absolute;
  content: "";
  background-color: #EEEEEE;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 999;
  right: 0px;
}
@media screen and (max-width: 990px) {
  .aboutus-area .tab-list:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aboutus-area .tab-list:before {
    background-color: transparent;
  }
}
.aboutus-area .nav.nav-tabs {
  border-bottom: none;
}
.aboutus-area .nav.nav-tabs li {
  padding-bottom: 60px;
  position: relative;
}
.aboutus-area .nav.nav-tabs li:before {
  position: absolute;
  content: "";
  background-color: #B6B6B6;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 10px;
  border-radius: 50%;
  z-index: 999;
  border: 5px solid #EEEEEE;
}
@media screen and (max-width: 990px) {
  .aboutus-area .nav.nav-tabs li:before {
    top: 30px;
  }
}
.aboutus-area .nav.nav-tabs li:last-child::before {
  top: auto;
  bottom: 0;
}
.aboutus-area .nav.nav-tabs li:first-child::before {
  top: 0;
  right: -10px;
}
@media screen and (max-width: 990px) {
  .aboutus-area .nav.nav-tabs li:first-child::before {
    top: 30px;
  }
}
.aboutus-area .nav.nav-tabs li:last-child {
  padding: 0;
}
.aboutus-area .nav.nav-tabs a {
  font-size: 16px;
  font-weight: 600;
  color: #6a6a6a;
}
.aboutus-area .nav.nav-tabs a:last-child {
  padding: 0 30px;
}
.aboutus-area .nav.nav-tabs a:hover {
  border: 1px solid #fff;
  background: none;
}
.aboutus-area .nav.nav-tabs li.active a {
  border: 1px solid #fff;
}
.aboutus-area .about-mobile {
  width: 100%;
  border: 2px solid #31386e;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.aboutus-area .nav-tabs.four li.active:before {
  background-color: #34B96D;
}
.aboutus-area .text-content {
  line-height: 25px;
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .aboutus-area .text-content {
    margin-bottom: 20px;
  }
}
.aboutus-area .text-content {
  padding: 0 10px;
}
.aboutus-area .text-content ul li,
.aboutus-area .text-content ol li {
  position: relative;
  list-style: none;
  margin-top: 10px;
}
.aboutus-area .text-content ul li:before,
.aboutus-area .text-content ol li:before {
  position: absolute;
  content: "";
  background-color: #B6B6B6;
  width: 8px;
  height: 8px;
  left: -25px;
  top: 7px;
  border-radius: 50%;
}
.aboutus-area .text-content > ul > li:first-child,
.aboutus-area .text-content > ol > li:first-child {
  margin-top: 0;
}
 
.offer-area .title {
  margin-bottom: 20px;
} 

.offer-content {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
}
.offer-content .image-content {
  overflow: hidden;
  clear: both;
  border-radius: 5px;
}
.offer-content img {
  width: 100%;
}
.offer-content .text-content h3 {
  font-weight: 800;
  color: #292928;
  font-family: inherit;
  font-size: 20px;
}
.offer-content .text-content .top-content {
  border: 1px solid #E4E4E4;
  padding: 0px 20px 20px;
  margin-top: -3px;
}
.offer-content .text-content .top-content span i {
  font-size: 20px;
  color: #9d9d9d;
  margin-right: 5px;
}
.offer-content .text-content .top-content span {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 500;
}
.offer-content .text-content .bottom-content {
  padding: 20px 20px 20px;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 500;
  border: 1px solid #E4E4E4;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.offer-content .text-content .bottom-content > div {
  display: inline-block;
}
.offer-content .text-content .bottom-content > div i {
  margin-right: 5px;
}
.offer-content .text-content .bottom-content .meta-bed-room {
  margin-right: 30px;
}
.offer-content .text-content .bottom-content .rent-price {
  font-size: 20px;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}
.offer-content .text-content .bottom-content .share-meta {
  font-size: 18px;
}
.offer-content .text-content .bottom-content .share-meta > ul {
  list-style: none;
  float: right;
  margin-top: 20px;
  margin-bottom: 0;
}
.offer-content .text-content .bottom-content .share-meta > ul li {
  float: left;
}
.offer-content .text-content .bottom-content .share-meta > ul li a i {
  margin-right: 10px;
}
.offer-content .text-content .bottom-content .share-meta > ul li .dropdown-menu li {
  float: none;
}
.offer-content .text-content .bottom-content .share-meta .dropdown-menu {
  min-width: 55px;
  right: 0;
  margin: auto;
  left: -20px;
  bottom: 30px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.175);
}
.offer-content .text-content .bottom-content .share-meta .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  border-top: 10px solid #a2a1a1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 15px;
  margin: auto;
}
.offer-content .text-content .bottom-content .share-meta .dropdown-menu > li > a {
  padding: 8px 20px;
}

.offer-area {
  padding: 75px 0 90px;
}
@media only screen and (max-width: 992px) {
  .offer-area {
    padding: 30px 0 60px;
  }
}
.offer-area .offer-content .text-content .bottom-content .meta-bed-room {
  margin-right: 14px;
}
@media only screen and (max-width: 530px) {
  .offer-area .col-md-4.col-sm-6.col-xs-6,
  .offer-area .col-md-3.col-sm-6.col-xs-6,
  .offer-area .col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .offer-area.seven .form-bg.seven {
    margin-bottom: 30px;
  }
}
.offer-area.seven .visible-xs-block {
  display: block !important;
}
.offer-area.seven .offer-heading-content {
  margin-bottom: 80px;
}
.offer-area.seven .offer-content.seven {
  margin-top: -70px;
}
@media screen and (max-width: 990px) {
  .offer-area.seven .offer-content.seven {
    margin-top: 0px;
  }
}
.offer-area.seven .overlay-image {
  height: 468px;
}
.offer-area .button.Load {
  border-radius: 5px;
}
.offer-area .button {
  padding: 15px 45px;
}
.offer-area .home {
  font-family: "Poppins", sans-serif;
  position: relative;
  top: -40px;
  font-weight: 600;
}
.offer-area .home a {
  margin-right: 10px;
}
.offer-area.post h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-family: inherit;
} 
.offer-content {
  position: relative;
  overflow: hidden;
}
.offer-content .overlay-image {
  height: 418px;
}
@media screen and (max-width: 990px) {
  .offer-content .overlay-image {
    height: 480px;
  }
}
.offer-content .overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(127, 158, 136, 0.64);
  opacity: 0;
  border-radius: 5px;
}
.offer-content .overlay-content h3 {
  position: absolute;
  bottom: -65px;
  background-color: #20B55F;
  padding: 18px 10px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  width: 100%;
  text-align: center;
}
.offer-content .overlay-content h3 i {
  margin-left: 11px;
}
.offer-content:hover .overlay-content {
  opacity: 1;
}
.offer-content:hover .overlay-content h3 {
  bottom: -10px;
  transition: all 300ms ease-out;
}
 

.dropdown.right .catagory-dropdown {
  width: 189px;
} 

.offer-related-area {
  padding: 60px 0 60px;
}
.offer-related-area .title {
  font-family: inherit;
  margin: 0 !important;
  font-size: 45px !important;
}
@media only screen and (max-width: 992px) and (min-width: 520px) {
  .offer-related-area .col-md-4.col-sm-6:last-child {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .offer-related-area .col-md-4.col-sm-6 {
    width: 100%;
  }
}
 
.fun-fects-area {
  position: relative;
  padding: 90px 0px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fun-fects-area:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.stat {
  text-align: center;
}

.highlight {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 60px;
  color: #fff;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .highlight {
    font-size: 45px;
  }
}

.milestone-details {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .milestone-details {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .milestone-details {
    font-size: 20px;
  }
}

@media screen and (max-width: 990px) {
  .milestone-counter {
    margin-bottom: 50px;
  }
}
 
.call-to-action {
  padding: 70px 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
}
.call-to-action .tb-cell {
  float: none;
}
@media only screen and (max-width: 520px) {
  .call-to-action .tb-cell {
    display: block;
  }
}
.call-to-action .button {
  text-transform: capitalize;
  border-radius: 5px;
  display: inline-block;
}
.call-to-action .contact-left-content h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: inherit;
  color: #fff;
  margin-top: 0;
}
.call-to-action .contact-left-content h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 0;
}
.call-to-action .contact-right-content {
  margin-left: 30%;
}
@media screen and (max-width: 520px) {
  .call-to-action .contact-right-content {
    margin-left: 0%;
    margin-top: 30px;
  }
}
.call-to-action .contact-right-content h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}
.call-to-action .contact-right-content h4 span {
  display: block;
}

.call-to-action.style-two {
  padding: 40px 0 30px;
}
.call-to-action.style-two .left-content {
  left: 0;
}
.call-to-action.style-two .left-content h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: inherit;
  color: #fff;
  margin-top: 0px;
}
.call-to-action.style-two .left-content h4 {
  font-size: 20px;
  color: #303c6c;
  font-weight: bold;
  font-family: inherit;
}
.call-to-action.style-two .right-content h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}
.call-to-action.style-two .right-content h4 span {
  display: block;
}
.call-to-action.style-two .right-content .contact a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #303C6C;
  padding: 13px 45px;
  display: inline-block;
  border-radius: 5px;
}

.call-to-action.with-map {
  display: block;
  position: relative;
  margin-top: -160px;
}
@media only screen and (max-width: 992px) {
  .call-to-action.with-map {
    margin-top: 0;
  }
}
.call-to-action.with-map .left-content h3,
.call-to-action.with-map .contact-left h4 {
  color: #fca22a;
}
 
.footer-area { 
  background: #0e385d;
}
.bottom-content {
  display: flex;
  justify-content: space-around;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links a {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 992px) {
  .footer-area {
    background-size: cover;
  }
}
.footer-area .bottom-content {
  text-align: center; 
  margin-top: 30px;
}
.footer-area .bottom-content p {
  color: #fff;
  font-size: 14px; 
  margin-top: 27px;
}
.footer-area .col-md-4 .widget:first-of-type {
  margin-top: 75px;
}
.footer-area .widget {
  padding: 0;
}
.footer-area .widget-title {
  font-size: 23px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 992px) {
  .footer-area .widget .widget-title.expand-margin {
    background: #f0f0f0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-area .widget .expand-margin.widget-title:after {
    right: 15px;
  }
}
.footer-area .widget .mb-widget + div,
.footer-area .widget .mb-widget + ul,
.footer-area .widget .mb-widget + p {
  background: #f0f0f0;
  padding: 30px;
}
.footer-area .widget .mb-widget .widget-title {
  border-bottom: 0 none !important;
}

.footer-area.three {
  background-color: #F8F8F8;
}

.footer-area.four {
  background-color: #FAFAFA;
}

.widget-about-content img {
  width: auto;
  display: block;
  margin-bottom: 30px;
}
.widget-about-content p {
  color: #777;
  font-size: 15px;
  font-weight: 500;
}
.widget-about-content .button {
  margin-left: 0;
  border-radius: 5px;
}

.footer-area.others .footer-content h3 {
  color: #303C6C;
}
.footer-area.others .footer-content h2 {
  color: #239B02;
  font-size: 28px;
  margin-bottom: 25px;
}
.footer-area.others .footer-content h2 a {
  position: relative;
  top: 5px;
}
.footer-area.others .footer-content span a {
  background-color: #303C6C;
}
.footer-area.others .list-content ul li a {
  color: #303c6c;
} 
.topbutton {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: white;
  display: block;
  height: 45px;
  line-height: 47px;
  text-align: center;
  width: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  color: #292928;
}
@media only screen and (max-width: 600px) {
  .topbutton {
    right: 10px;
  }
}

.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 600px) {
  .btn-show {
    opacity: 0.75;
  }
}

.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
 
.map-area .heading-content-one {
  margin-bottom: 20px;
}
.map-area .heading-content-one h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  float: left;
}
.map-area .heading-content-one h4 span {
  color: #605f5f;
}
.map-area .heading-content-one h5 {
  font-size: 24px;
  position: relative;
  top: 15px;
  color: #777A7D;
  font-family: inherit;
  font-weight: 600;
}
.map-area .heading-content-one h2 {
  font-family: "Poppins", sans-serif;
}
.map-area .heading-content-one p {
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #535353;
}
.map-area iframe {
  width: 100%;
}

.map-content iframe {
  width: 100%;
}
 
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}
 
.header-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-header {
  margin: 0;
  padding: 60px 0;
  text-align: center;
}
 
.nevy-color .button {
  background: #0e385d;
}
 
.heading-content-two.available {
  margin-bottom: 60px;
}

.contact-area {
  padding: 60px 0 75px;
  overflow: hidden;
}
.contact-area.pd-zero .map-left-content iframe {
  min-height: 570px;
}
.contact-area.pd-zero .heading-content-two.available {
  margin-bottom: 30px;
}
.contact-area.pd-zero .heading-content-two h2.title {
  margin-top: 45px;
}
@media only screen and (min-width: 1400px) {
  .contact-area.pd-zero .map-right-content {
    max-width: 85% !important;
  }
}
@media only screen and (min-width: 1950px) {
  .contact-area.pd-zero .col-md-5 {
    max-width: 789px;
  }
}
.contact-area .map-left-content iframe {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .contact-area {
    padding: 15px;
  }
}
.contact-area .contact {
  margin-bottom: 30px;
}
.contact-area .contact h4 {
  font-size: 20px;
  color: #0E385D;
  font-family: inherit;
  font-weight: 700;
}
.contact-area .contact h4 i {
  color: #0E385D;
  font-size: 30px;
  margin-right: 10px;
}
.contact-area .contact h4 .fa-user {
  background-color: #0E385D;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
}
.contact-area .contact p {
  color: #414141;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
  font-size: 16px;
}
.contact-area .contact .social-icon {
  margin-top: 20px;
}
.contact-area .contact .social-icon i {
  background-color: #515151;
  padding: 9px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 17px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.policies-wrapper {
  padding: 2rem;
}
 
@media only screen and (min-width: 1450px) {
  .map-right-content {
    max-width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .map-right-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 850px) {
  .map-right-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .map-right-content {
    padding: 0 30px;
  }
} 
@media only screen and (max-width: 768px) {
  .content-area .format-quote .quote-thumb .quote-content {
    padding: 2.8em 1em 1.2em !important;
  }

  .content-area .format-quote .quote-thumb .quote-content::before {
    top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #singlepage-layout-two .post-description {
    margin-top: -75px;
    padding: 15px;
  }

  #singlepage-layout-two .post-format {
    margin-top: -35px;
  }

  #singlepage-layout-two .col-md-12 {
    overflow: hidden;
  }

  .single .post {
    padding: 0 !important;
  }

  #singlepage-layout-two .post .col-sm-12 {
    padding: 0;
  }

  #post-others {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 482px) {
  .content-area .post, .content-area .page {
    padding: 1em;
  }
  .content-area .format-quote {
    margin: 90px 10px 0 !important;
  }
  .content-area .format-quote blockquote p:first-child {
    margin-top: 2.5em !important;
  }
  .content-area .format-quote .quote-icon a {
    top: -70px;
  }
  .content-area .post-link-wrapper .tb-cell > a {
    margin-bottom: 8px;
  }
  .content-area .format-aside .post-format {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 475px) {
  .content-area .post-link-wrapper .link-content {
    padding-left: 15px;
  }

  .content-area .post-link-wrapper .icon-area {
    padding: 45px 35px;
  }

  .content-area .post-link-wrapper .tb-cell > a {
    text-overflow: inherit;
    white-space: normal;
  }
}
@media only screen and (max-width: 440px) {
  .content-area .post-link h2 {
    font-size: 1em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 410px) {
  .content-area .post-link-wrapper .icon-area {
    padding: 45px 15px;
  }

  #singlepage-layout-two .post-description {
    margin-top: -45px;
  }
}
 
@media only screen and (max-width: 992px) {
  .contact-details .row {
    margin: 0;
  }

  .contact-page #address-main::before {
    margin-top: 0;
  }

  .contact-page .entry-content::after {
    width: 0;
  }
}
@media only screen and (max-width: 990px) {
  .about-me #main,
  .contact-page #main {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page #contact-info .dl-horizontal dd {
    margin-left: 0 !important;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 615px) {
  .contact-page #address-main {
    width: 50%;
  }
}
@media only screen and (max-width: 451px) {
  .contact-page #address-main {
    width: 60%;
  }
} 