@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Amaranth:wght@300;400;700&display=swap);

@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("hover.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

/* ------------------------
    General
------------------------*/
:root {
  --primary-color: #188487;
  --heading-color: #188487;
  --white-color: #fff;
  --font-color: #222;
  --body-font: "Roboto", sans-serif;
  --heading-font: "Amaranth", sans-serif;
  --icon-font: "Font Awesome 6 Free";
  --body-font-size: 15px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  color: var(--font-color);
  line-height: 1.8em;
  font-weight: 400;
  background: var(--white-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-color);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--heading-font);
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.8em;
}

input,
button,
select,
textarea {
  font-family: var(--body-font);
}

p {
  position: relative;
  line-height: 1.8em;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 1030px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.centered {
  text-align: center;
}

.anim-3,
.anim-3-all * {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.anim-5,
.anim-5-all * {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.anim-7,
.anim-7-all * {
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.btn-style-one {
  position: relative;
  padding: 8px 20px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 11px;
  font-style: normal;
  border: 2px solid var(--primary-color) !important;
  font-family: var(--body-font);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.btn-style-one .icon {
  position: relative;
  padding-left: 5px;
}

.btn-style-one:hover {
  background: var(--white-color);
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-style-two {
  position: relative;
  padding: 8px 20px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  background: none;
  color: var(--white-color);
  font-size: 11px;
  border: 2px solid var(--white-color);
  font-family: var(--body-font);
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.btn-style-two .icon {
  position: relative;
  padding-left: 5px;
}

.btn-style-two:hover {
  background: var(--white-color);
  color: var(--primary-color) !important;
  border-color: var(--white-color);
}

.theme_color {
  color: var(--primary-color);
}

.text-white {
  color: var(--white-color);
}

.padd-top-20 {
  padding-top: 20px !important;
}

.padd-top-30 {
  padding-top: 30px !important;
}

.padd-top-40 {
  padding-top: 40px !important;
}

.padd-bott-20 {
  padding-bottom: 20px !important;
}

.padd-bott-30 {
  padding-bottom: 30px !important;
}

.padd-bott-40 {
  padding-bottom: 40px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bott-20 {
  margin-bottom: 20px !important;
}

.margin-bott-30 {
  margin-bottom: 30px !important;
}

.margin-bott-40 {
  margin-bottom: 40px !important;
}

.no-padd-bottom {
  padding-bottom: 0px !important;
}

.no-padd-top {
  padding-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-top {
  margin-bottom: 0px !important;
}

.no-bg {
  background: none !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--white-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  color: var(--primary-color);
  background: #f3f3f3;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border: 1px solid #cccccc;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.scroll-to-top:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one {
  position: fixed;
  padding: 15px 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one.fixed-header {
  padding: 0px;
}

.header-style-one .outer-box {
  position: relative;
}

.header-style-one .logo {
  position: relative;
  float: left;
  padding: 5px 20px 5px 0px;
}

.header-style-one .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}

.header-style-one .logo:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1500px;
  height: 100%;
  background: var(--primary-color);
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}

.header-style-one .header-right {
  position: relative;
  float: right;
}

.header-style-one .info-box {
  position: relative;
  float: right;
  margin-bottom: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one.fixed-header .info-box {
  opacity: 0;
  visibility: hidden;
  margin-top: -200px;
  margin-bottom: 0px;
}

.header-style-one .info-box li {
  position: relative;
  float: left;
  margin-bottom: 10px;
  font-size: 13px;
  min-height: 40px;
  font-style: italic;
  color: #90a2a8;
}

.header-style-one .info-box li .btn-style-one {
  top: 4px;
}

.header-style-one .info-box li a {
  color: #90a2a8;
}

.header-style-one .info-box li a:hover {
  color: var(--primary-color);
}

.header-style-one .info-box li.separator {
  position: relative;
  margin: 0px 25px;
  width: 2px;
  height: 40px;
  background: #777777;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
}

.header-style-one .info-box li.address,
.header-style-one .info-box li.contact-info {
  padding-left: 25px;
}

.header-style-one .info-box li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  font-size: 16px;
  line-height: 30px;
  color: var(--primary-color);
  font-style: normal;
}

.header-style-one .main-menu {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one.fixed-header .main-menu {
  padding-top: 30px;
}

.header-style-one .main-menu .navbar-collapse {
  padding: 0px;
}

.header-style-one .main-menu .navigation {
  position: relative;
  float: right;
}

.header-style-one .main-menu .navigation > li {
  position: relative;
  float: left;
  margin-left: 30px;
}

.header-style-one .main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 0px 0px;
  color: var(--white-color);
  font-size: 14px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-style-one .main-menu .navigation > li:hover > a,
.header-style-one .main-menu .navigation > li.current > a,
.header-style-one .main-menu .navigation > li.current-menu-item > a {
  color: var(--primary-color);
}

.header-style-one .main-menu .navigation > li > ul {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 100px;
  width: max-content;
  padding: 0px;
  text-align: left;
  border: 1px solid var(--primary-color);
  border-top-width: 4px;
  z-index: 100;
  background: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one .main-menu .navigation > li > ul:before {
  font-family: var(--icon-font);
  content: "\f0d8";
  position: absolute;
  left: 0px;
  top: -20px;
  padding-top: 4px;
  text-align: center;
  display: block;
  width: 100%;
  width: 100%;
  height: 20px;
  display: block;
  color: var(--primary-color);
  line-height: 20px;
  font-size: 28px;
  z-index: 5;
}

.header-style-one .main-menu .navigation > li:hover > ul {
  top: 40px;
  opacity: 1;
  visibility: visible;
}

.header-style-one .main-menu .navigation > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.header-style-one .main-menu .navigation > li > ul > li:last-child {
  border: none;
}

.header-style-one .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #3a3a3a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-one .main-menu .navigation > li > ul > li:hover > a {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.fixed-header .header-style-two .main-menu .navigation > li > a {
  padding: 34px 15px 26px;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
}

.main-slider h2 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: var(--heading-font);
}

.main-slider .price {
  font-size: 32px;
  font-weight: 600;
}

.main-slider .bg-white .price {
  color: #29dee3;
}

.main-slider .bg-green {
  position: relative;
  text-align: left;
  padding: 20px 40px 25px 30px;
  background: rgba(24, 132, 135, 0.85);
  color: var(--white-color);
}

.main-slider .bg-green.curve-right .curve {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -25px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-left: 30px solid rgba(24, 132, 135, 0.85);
}

.main-slider .bg-white {
  position: relative;
  text-align: right;
  padding: 20px 30px 25px 40px;
  background: rgba(32, 39, 43, 0.85);
  color: var(--white-color);
}

.main-slider .bg-white.curve-left .curve {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -25px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-right: 30px solid rgba(32, 39, 43, 0.85);
}

.main-slider .bg-grey {
  position: relative;
  text-align: left;
  padding: 0px;
  background: #20272b;
  color: var(--white-color);
}

.main-slider .bg-grey .outer-box {
  position: relative;
  overflow: hidden;
}
.main-slider span {
  color: #29dee3;
  font-weight: 300;
}
span.discount {
  font-size: 21px;
  color: var(--white-color);
}
.main-slider .bg-grey h2 {
  margin-bottom: 0px;
}

.main-slider .bg-grey h2 strong {
  font-size: 32px;
}

.main-slider .bg-grey.curve-top .curve {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -25px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-bottom: 30px solid #20272b;
}

.main-slider .bg-grey .column {
  position: relative;
  float: left;
  padding: 25px 30px;
}

.main-slider .bg-grey .title-column {
  width: 40%;
  padding-left: 40px;
}

.main-slider .bg-grey .info-column {
  width: 18%;
  padding: 45px 10px 20px;
  text-transform: uppercase;
}

.main-slider .bg-grey .price-column {
  width: 24%;
  padding: 45px 30px 20px;
}

.main-slider .bg-grey .price {
  display: block;
  margin: 15px 30px 0px 0px;
  color: var(--primary-color);
}

.main-slider .bg-grey .view-more {
  position: relative;
  float: left;
  width: 18%;
  right: 0px;
  top: 0px;
  padding: 66px 20px;
  text-align: center;
  background: var(--primary-color);
}

.main-slider .bg-grey .view-more .read-more {
  position: relative;
  display: block;
  line-height: 30px;
  top: 5px;
  color: var(--white-color);
}

.main-slider .bg-grey .column:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 150px;
  background: #777777;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #777777,
    rgba(0, 0, 0, 0)
  );
}

.sec-title {
  position: relative;
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.sec-title h2 {
  position: relative;
  font-size: 42px;
  font-weight: 700;

  line-height: 1.4em;
  margin-bottom: 10px;

  font-family: var(--heading-font);
}

.sec-title h2 strong {
  font-family: var(--heading-font);
  color: var(--primary-color);
  font-weight: 300;
}

.sec-title h2 .light {
  font-family: var(--heading-font);
  color: var(--primary-color);
  font-weight: 300;
}

.sec-title .text {
  font-size: 15px;
  font-style: italic;
  background: var(--primary-color);
  color: var(--white-color);
  padding-top: 10px;
  padding-bottom: 5px;
}

.sec-title .separator {
  position: relative;
  width: 100%;
  height: 20px;
}

.small-separator {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/title-separator-small.png);
}

.big-separator {
  position: relative;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/title-separator-big.png);
}

/*** 

====================================================================
	About Section style
====================================================================

***/

.about-section {
  position: relative;
  background: var(--white-color);
  padding: 70px 0px 30px;
}

.full-image-box {
  position: relative;
  margin-bottom: 50px;
  outline: 4px solid var(--white-color);
  outline-offset: -15px;
}

.full-image-box img {
  display: block;
  width: 100%;
}

.about-section .services-outer {
  /* position:relative;	 */
}

.services-outer .column {
  position: relative;
  margin-bottom: 30px;
}

.services-outer .column .inner-box {
  position: relative;
  padding-left: 60px;
}

.services-outer .column .inner-box .icon-left {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 4px;
  width: 36px;
  text-align: center;
}

.services-outer .column .inner-box .icon-left .icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  line-height: 36px;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.services-outer .column .inner-box .icon-left .number {
  position: relative;
  display: block;
  color: #e1e1e1;
  font-size: 48px;
  font-weight: 700;
  display: none;
}

.services-outer .column .inner-box h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--heading-font);
}

/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section {
  position: relative;
  padding: 80px 0px;
  color: var(--white-color);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  clear: both;
}

.parallax-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.parallax-section .auto-container {
  position: relative;
  z-index: 5;
}

.parallax-section h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.parallax-section h3 {
  position: relative;
  font-size: 28px;
  margin-bottom: 30px;
}

.parallax-section .line {
  position: relative;
  width: 100px;
  height: 3px;
  background: var(--white-color);
  margin: 0px auto 40px;
}

.parallax-section .text {
  position: relative;

  font-size: 16px;
  font-style: italic;
  margin-bottom: 40px;
}

.parallax-section .theme-btn {
  margin: 0px 12px 5px;
  padding: 10px 25px;
}

/*** 

====================================================================
	Properties Section style
====================================================================

***/

.properties-section {
  position: relative;
  background: var(--white-color);
  padding: 70px 0px 40px;
}

.three-col-theme {
  position: relative;
}

.three-col-theme .column {
  position: relative;
  margin-bottom: 30px;
}

.three-col-theme .column .inner-box {
  position: relative;
  padding-left: 70px;
}

.three-col-theme .column .inner-box .icon-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
}

.three-col-theme .column .inner-box .icon-left .icon {
  position: relative;
  display: block;
  color: var(--primary-color);
  line-height: 25px;
  font-size: 25px;
  /* margin-bottom:20px; */
}

.three-col-theme .column .inner-box h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--body-font);
}

.three-col-theme .column .inner-box h3 .number {
  position: relative;
  font-size: 30px;
  font-weight: 700;
}

.five-col-theme {
  position: relative;
  background: var(--primary-color);
  margin-top: 50px;
}

.five-col-theme .column {
  position: relative;
  float: left;
  width: 16.66%;
  text-align: center;
  padding: 30px 0px;
}

.five-col-theme .column:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #cccccc;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #cccccc,
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #cccccc,
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #cccccc,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #cccccc,
    rgba(0, 0, 0, 0)
  );
}
.five-col-theme .column:hover {
  background: #000;
  color: var(--white-color);
}
.five-col-theme .column:last-child:after {
  display: none;
}

.five-col-theme .column .inner-box {
  position: relative;
}

.five-col-theme .column .inner-box .icon {
  position: relative;
  display: block;
  color: var(--white-color);
  line-height: 50px;
  font-size: 48px;
  margin-bottom: 10px;
}

.five-col-theme .column .inner-box h4 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.five-col-theme .column .inner-box h3 {
  position: relative;
  font-size: 30px;
  color: var(--white-color);
  font-weight: 700;
}

/*** 

====================================================================
	Property Details Section
====================================================================

***/

.property-details {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.property-details .auto-container:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 1500px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 0;
}

.property-details .auto-container {
  position: relative;
  z-index: 5;
}

.property-details .left-column {
  position: relative;
  padding: 60px 15px;
  background: rgba(255, 255, 255, 0.95);
}

.property-details .left-column h2 {
  position: relative;
  font-size: 34px;

  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}

.tabs-box {
  position: relative;
  padding-right: 50px;
}

.tabs-box .tab-buttons {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: table-cell;
  border-right: 1px solid #dddddd;
  padding: 14px 20px;

  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tabs-box .tab-buttons .tab-btn:last-child {
  border: none;
}

.tabs-box .tab-buttons .tab-btn:hover,
.tabs-box .tab-buttons .tab-btn.active-btn {
  color: var(--white-color);
  background: var(--primary-color);
}

.tabs-box .tab-content {
  position: relative;
}

.tabs-box .tab-content .tab {
  position: relative;
  display: none;
  top: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
}

.tabs-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;

  font-weight: 700;
}

.tabs-box .text {
  margin-bottom: 15px;
}

.styled-list {
  position: relative;
  margin-top: 10px;
}

.styled-list li {
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding-left: 25px;
}

.styled-list li:before {
  content: "\e0b0";
  font-family: "Flaticon";
  color: var(--primary-color);
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
}

.styled-list li:hover {
  color: var(--primary-color);
}

/*** 

====================================================================
	Gallery Section style
====================================================================

***/

.gallery-section {
  position: relative;
  background: var(--white-color);
  padding: 80px 0px 0px;
}

.gallery-section .filter-tabs {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.gallery-section .filter-tabs li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  min-width: 80px;
  text-align: center;
  color: #353535;
  margin: 0px 5px 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
  border-color: var(--primary-color);
  color: var(--white-color);
  background: var(--primary-color);
}

.gallery-section .images-container {
  position: relative;
}

.gallery-section .image-box {
  position: relative;
  float: left;
  /* display:none; */
}

.gallery-section.full-width .image-box {
  width: 25%;
}

.gallery-section.boxed-style .image-box {
  margin-bottom: 30px;
}

.gallery-section .image-box .inner-box {
  position: relative;
  width: 100%;
  display: block;
  background: var(--white-color);
  overflow: hidden;
}

.three-column .image-box .inner-box,
.four-column .image-box .inner-box {
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.gallery-section .image-box .image {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-section .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-section .image-box:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.gallery-section .image-box .zoom-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 42px;
  color: var(--primary-color);
  outline: 3px solid var(--primary-color);
  outline-offset: -20px;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-section .image-box .zoom-btn .icon {
  position: relative;
  display: inline-block;
  line-height: 50px;
  top: 46%;
  margin-top: -25px;
}

.gallery-section .image-box .inner-box:hover .zoom-btn {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.gallery-section .owl-nav {
  display: none;
}
/*** 

====================================================================
	Intro Section
====================================================================

***/

.intro-section {
  position: relative;
  padding: 30px 0px;
  background: var(--primary-color);
  color: var(--white-color);
}

.intro-section.style-two {
  position: relative;
  background: var(--white-color);
  color: #1a1d1f;
}

.intro-section .outer-box {
  position: relative;
  padding-left: 300px;
}

.intro-section .outer-box .anim-image {
  position: absolute;
  left: 0px;
  top: 0px;
}

.intro-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.intro-section p {
  margin-top: 15px;
  font-size: 14px;
  padding-left: 20px;
  border-left: 3px solid var(--white-color);
}

.intro-section.style-two p {
  border-left-color: var(--primary-color);
}

.intro-section .theme-btn {
  margin-top: 18px;
  padding: 10px 25px;
}

.intro-section.style-two .btn-style-two {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/*** 

====================================================================
	Agent Section
====================================================================

***/

.agent-section {
  position: relative;
  padding: 90px 0px 60px;
  background: var(--white-color);
}
.agent-section .bordered-title {
  border: none;
  padding-left: 0;
  position: relative;
  /* padding-bottom: 30px; */
  margin-bottom: 15px;
  font-family: var(--heading-font);
}
.agent-section .bordered-title h2 {
  margin-bottom: 10px;
}
.agent-section .bordered-title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background: var(--primary-color);
}
.agent-section .column {
  position: relative;
  margin-bottom: 20px;
}
.agent-section .column.col-md-7.col-sm-12.col-xs-12 {
  padding-left: 35px;
}
.agent-section .agent-image {
  position: relative;
  margin: 0 auto;
}

.agent-section .agent-image img {
  display: inline-block;
  width: 100%;
  outline: 4px solid var(--white-color);
  outline-offset: -15px;
}

.bordered-title {
  position: relative;
  border-left: 5px solid var(--primary-color);
  padding-left: 30px;
  margin-bottom: 30px;
  font-family: var(--heading-font);
}

.bordered-title h2 {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-family: var(--heading-font);
}

.bordered-title p {
  position: relative;
  font-style: italic;
  color: #50575e;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.agent-section .agent-headers {
  position: relative;
  margin-bottom: 20px;
}

.agent-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;

  font-weight: 700;
}

.agent-section h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;

  font-weight: 700;
}

.agent-section .designation {
  font-size: 14px;
  margin-bottom: 0px;
  color: #cccccc;
  font-style: italic;
}

.agent-section .desc-text {
  position: relative;
  margin-bottom: 30px;
}

.agent-section .info-box {
  position: relative;
  float: none;
  margin-bottom: 10px;
}
.agent-section .info-box ul {
  margin-bottom: 15px;
}
.agent-section .info-box li {
  position: relative;
  float: none;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  min-height: 40px;
  color: #353535;
}

.agent-section .info-box li a {
  color: #90a2a8;
}

.agent-section .info-box li a:hover {
  color: var(--primary-color);
}

.agent-section .info-box li.address,
.agent-section .info-box li.contact-info {
  padding-left: 45px;
}

.agent-section .info-box li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  font-size: 32px;
  line-height: 42px;
  color: var(--primary-color);
  font-style: normal;
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section {
  position: relative;
  padding: 90px 0px 60px;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  clear: both;
}
.testimonials-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}

.testimonials-section .auto-container {
  position: relative;
  z-index: 5;
}

.testimonials-section .sec-title {
  border: none;
  color: var(--white-color);
}

.testimonials-section .sec-title h2 {
  color: var(--white-color);
}

.testimonials-section .sec-title .text {
  color: var(--white-color);
}

.testimonials-section .testimonials-slider {
  position: relative;
}

.testimonials-section .testimonials-slider .slide-item {
  position: relative;
  margin: 50px 0px 0px 0px;
  border: 2px solid transparent;
  background: var(--white-color);
  text-align: center;
}

.testimonials-section .testimonials-slider .image-box {
  position: relative;
  /* width:300px;
	height:300px;
	margin:-50px auto 20px; */
  border: 5px solid var(--white-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonials-section .testimonials-slider .slide-item:hover,
.testimonials-section .testimonials-slider .slide-item:hover .image-box {
  border-color: var(--primary-color);
}

.testimonials-section .testimonials-slider .image-box img {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.testimonials-section .slide-item h3 {
  position: relative;
  font-size: 16px;

  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.testimonials-section .slide-item .designation {
  position: relative;
  font-size: 13px;
  color: #777;
  font-style: italic;

  margin-bottom: 0px;
  padding-bottom: 20px;
}

.testimonials-section .slide-text {
  position: relative;
  font-size: 14px;
  color: #252525;
  font-style: italic;

  line-height: 2em;
  padding: 20px;
}

.testimonials-section .column-carousel.three-column .owl-nav {
  display: none !important;
}

.testimonials-section .column-carousel.three-column .owl-controls {
  position: relative;
  text-align: center;
  padding: 20px 0px;
  top: 0px;
}

.testimonials-section .column-carousel.three-column .owl-dots {
  display: block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span {
  background: none !important;
  border: 2px solid var(--white-color);
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span {
  border-color: var(--primary-color);
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span {
  border-color: var(--primary-color);
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 90px 0px 40px;
  background: var(--white-color);
}

.faq-section .column {
  position: relative;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.faq-section .column .faq-block {
  position: relative;
  margin-bottom: 40px;
}

.faq-section .column .faq-block h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.faq-section .column .faq-block p {
  position: relative;
  margin-bottom: 15px;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
  position: relative;
  background: var(--white-color);
}

.map-section .map-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.map-section .static-image {
  position: relative;
  display: block;
  width: 100%;
}

/*** 

====================================================================
	Faded Section style
====================================================================

***/

.faded-section {
  position: relative;
  padding: 70px 0px 0px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.faded-section .column {
  margin-bottom: 60px;
}

.faded-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.faded-section .auto-container {
  position: relative;
  z-index: 3;
}

.contact-section h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white-color);
}

.contact-section .desc-text {
  margin-bottom: 30px;
}

.contact-section .contact-info li {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  padding-left: 70px;
}

.contact-section .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  color: var(--white-color);
  background: var(--primary-color);
  text-align: center;
}

.contact-section .contact-info li h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
}
.footer .contact-info p,
.footer .contact-info h3 {
  color: var(--white-color);
}
.contact-section ul.list li {
  padding: 10px 20px;
}
.contact-section ul.list li a {
  color: var(--white-color);
}
.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  color: #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group input[type="url"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--primary-color);
}

.contact-form .form-group input[type="text"].error,
.contact-form .form-group input[type="email"].error,
.contact-form .form-group input[type="url"].error,
.contact-form .form-group input[type="password"].error,
.contact-form .form-group select.error,
.contact-form .form-group textarea.error {
  border-color: #ff0000 !important;
}

.contact-form .form-group label.error {
  display: none !important;
}

.contact-form .form-group textarea {
  height: 180px;
  resize: none;
}

.contact-form button {
  min-width: 100px;
  padding: 12px 50px;
}

/*** 

====================================================================
	Faded Section style
====================================================================

***/

.info-section {
  position: relative;
  padding: 70px 0px 40px;
  background: var(--white-color);
}

.info-section .column {
  margin-bottom: 30px;
}

.info-section h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.info-section .ctext {
  color: #50575e;
  font-size: 15px;
  font-style: italic;
  background: var(--primary-color);
  color: var(--white-color);
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  max-width: fit-content;
}
.info-section .ctext p {
  padding-left: 20px;
  padding-right: 20px;
}
.info-section .desc-text {
  margin-bottom: 40px;
}

.info-section .contact-info .column {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  padding-left: 90px;
}

.info-section .contact-info .column .icon {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 50px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  color: var(--white-color);
  background: var(--primary-color);
  text-align: center;
}

.info-section .contact-info .column h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000000;
  font-weight: 700;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.main-footer {
  position: relative;
  background: #1a1d1f;
  padding: 0px;
}

.footer-content {
  position: relative;
  padding: 50px 0px 40px;
  color: var(--white-color);
  text-align: center;
}

.main-footer .footer-content {
  color: var(--white-color);
}

.footer-content .social-links {
  position: relative;
  margin-bottom: 15px;
}

.footer-content .social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: var(--white-color);
  background: #3b3b3b;
  font-size: 16px;
  margin: 0px 5px;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.footer-content .social-links a:hover {
  background: var(--primary-color);
}

/*** 

============================================================================
	Default Two Column style / Blog Section + Testimonials Slider Full Width
============================================================================

***/

.default-two-column {
  position: relative;
  background: #f7f7f7;
  padding: 80px 0px 50px;
}

.default-two-column h2 {
  /* font-size:24px; */
  margin-bottom: 20px;
  font-weight: 700;
  color: #222222;
}

.blog-section {
  position: relative;
}

.blog-section .blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-section .blog-post .inner-box {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.blog-section .blog-post .image {
  position: relative;
  margin-bottom: 20px;
}

.blog-section .blog-post .image img {
  display: block;
  width: 100%;
}

.blog-section .blog-post .post-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
}

.blog-section .blog-post .post-title a {
  position: relative;
  display: block;
  color: #222222;
}

.blog-section .blog-post .post-title a:hover,
.blog-section .blog-post .read-more:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.blog-section .blog-post .post-date {
  position: relative;
  margin-bottom: 10px;
  color: #717171;

  font-size: 13px;
  font-style: italic;
}

.blog-section .blog-post .post-desc {
  position: relative;
  margin-bottom: 10px;
}

.blog-section .blog-post .read-more {
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #222222;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .slide-content {
  position: relative;
  padding: 25px 30px;
  background: var(--white-color);
  border: 1px solid #f1f1f1;
  color: #3a4145;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
}

/*.testimonial-slider .slide-content:before{
	content:'';
	position:absolute;
	left:19px;
	bottom:-33px;
	border:18px solid transparent;
	border-top:16px solid #57b6d9;
}

.testimonial-slider .slide-content:after{
	content:'';
	position:absolute;
	left:22px;
	bottom:-28px;
	border:15px solid transparent;
	border-top:15px solid #cbecf8;
}*/

.testimonial-slider .slide-content:after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -19px;
  width: 25px;
  height: 20px;
  background: url(../images/icons/testimonials-curve.png) right top no-repeat;
}

.testimonial-slider .slide-info {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  min-height: 80px;
}

.testimonial-slider .slide-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 74px;
  height: 74px;
  border: 2px solid var(--primary-color);
}

.testimonial-slider .slide-info .author-thumb img {
  position: relative;
  display: block;
  width: 100%;
}

.testimonial-slider .slide-info h5 {
  font-size: 18px;
  color: #3a4145;
  text-transform: capitalize;
  font-weight: 700;
}

.testimonial-slider .slide-info p {
  font-style: italic;

  color: #717171;
}

.testimonial-slider .bx-pager {
  position: absolute;
  bottom: 80px;
  right: 0px;
  z-index: 100;
  display: none;
}

.testimonial-slider .bx-pager-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 3px;
}

.testimonial-slider .bx-pager-link {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #1a1a1a;
  background: none;
  overflow: hidden;
  text-indent: 100px;
  font-size: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-slider .bx-pager-link:hover,
.testimonial-slider .bx-pager-link.active {
  border-color: #57b6d9;
  background: #cbecf8;
}

.testimonial-slider .bx-controls {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 100;
}

.testimonial-slider .bx-controls .bx-prev {
  position: absolute;
  right: 40px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  text-align: center;
  background: none !important;
  font-size: 0px !important;
}

.testimonial-slider .bx-controls .bx-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  text-align: center;
  background: none !important;
  font-size: 0px !important;
}

.testimonial-slider .bx-controls .bx-prev:after {
  content: "\f104";
  font-family: var(--icon-font);
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 36px;
  display: block;
  font-size: 20px;
  color: #333333;
  text-align: center;
  width: 36px;
  height: 36px;
  opacity: 1;
  background: var(--white-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonial-slider .bx-controls .bx-next:after {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 36px;
  display: block;
  font-size: 20px;
  color: #333333;
  text-align: center;
  width: 36px;
  height: 36px;
  opacity: 1;
  background: var(--white-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonial-slider .bx-controls .bx-prev:hover:after,
.testimonial-slider .bx-controls .bx-next:hover:after {
  background: var(--primary-color) !important;
  opacity: 1;
  color: var(--white-color);
}

/*** 

====================================================================
	Page Title style
====================================================================

***/

.page-title {
  position: relative;
  padding: 14% 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.page-title .auto-container {
  position: relative;
  z-index: 3;
}

.page-title .content-box {
  /*  position:relative;
	display:inline-block; 
max-width:500px;
	min-width:180px; */
  padding: 2% 7%;
  background: rgba(0, 0, 0, 0.7);
  font-family: var(--heading-font);
  color: var(--white-color);
  float: right;
}

.page-title .content-box:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 100%;
  height: 4px;
}

.page-title h1 {
  position: relative;
  font-size: 45px;
  font-weight: 300;
}
.page-title p {
  font-size: 20px;
  font-style: italic;
}
.page-title .bread-crumb {
  position: relative;
  font-weight: 700;
}

.page-title .bread-crumb a {
  display: inline-block;
  margin: 0px 3px;
  font-style: italic;
}

.page-title .bread-crumb a:hover,
.page-title .bread-crumb a.current {
  color: var(--primary-color);
}

/*** 

============================================================================
	Video Tour Section
============================================================================

***/

.video-tour-section {
  position: relative;
  background: var(--white-color);
  padding: 80px 0px 30px;
}

.video-tour-section .ms-skin-default .ms-slide .ms-slide-vpbtn {
  background: url(../images/icons/icon-video.png) center center no-repeat !important;
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  margin-top: -40px;
  opacity: 0.75;
}

.video-tour-section .ms-skin-default .ms-nav-next,
.video-tour-section .ms-skin-default .ms-nav-prev {
  width: 40px !important;
  height: 50px !important;
  display: block !important;
  opacity: 1 !important;
  position: absolute;
}

.video-tour-section .ms-skin-default .ms-nav-next {
  right: 0px !important;
}

.video-tour-section .ms-skin-default .ms-nav-prev {
  left: 0px !important;
}

.video-tour-section .ms-skin-default .ms-nav-prev:after {
  content: "\f104";
  font-family: var(--icon-font);
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 50px;
  display: block;
  font-size: 32px;
  color: var(--primary-color);
  text-align: center;
  width: 40px;
  height: 50px;
  opacity: 1;
  background: var(--white-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-tour-section .ms-skin-default .ms-nav-next:after {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 50px;
  display: block;
  font-size: 32px;
  color: var(--primary-color);
  text-align: center;
  width: 40px;
  height: 50px;
  opacity: 1;
  background: var(--white-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-tour-section .ms-skin-default .ms-nav-prev:hover:after,
.video-tour-section .ms-skin-default .ms-nav-next:hover:after {
  background: var(--primary-color);
  color: var(--white-color);
  opacity: 1;
}

/*** 

====================================================================
	Blog Page Style
====================================================================

***/

.blog-container.blog-section {
  padding: 0 15px;
}
.blog-container.blog-section .blog-post .post-info.lower {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  color: #707070;
}
.blog-container.blog-section .blog-post .post-info.lower .read-more {
  border: none;
}

.sidebar-page {
  position: relative;
  padding: 70px 0px 40px;
}

.blog-container {
  position: relative;
  padding: 0px 0px;
}

.blog-container .blog-post {
  position: relative;
  margin-bottom: 30px;
  background: none;
}

.blog-container .blog-post .inner-box {
  position: relative;
}

.blog-container .blog-post .image-box {
  position: relative;
  overflow: hidden;
}

.blog-container .blog-post .image-box img {
  display: block;
  width: 100%;
}

.blog-container .blog-post .image-box .post-options {
  position: absolute;
  right: -100px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.blog-container .blog-post .image-box.with-carousel .post-options {
  bottom: auto;
  top: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.blog-container .blog-post:hover .image-box .post-options {
  right: 0px !important;
  opacity: 1;
}

.blog-container .blog-post .image-box .post-options .heart-icon {
  position: relative;
  display: inline-block;
  margin: 15px 15px 15px 0px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 44px;
  color: var(--white-color);
  background: var(--primary-color);
  border: 1px solid #426702;
  font-size: 18px;
  z-index: 1;
}

.blog-container .blog-post .image-box .post-options .plus-icon {
  position: relative;
  display: inline-block;
  margin: 0px 15px 15px 0px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 44px;
  color: var(--white-color);
  background: var(--primary-color);
  border: 1px solid #426702;
  font-size: 18px;
  z-index: 1;
}

.blog-container .blog-post:hover .heart-icon,
.blog-container .blog-post:hover .plus-icon {
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -op-animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.blog-container .blog-post .lower-part {
  position: relative;
  padding: 30px 0px;
}

.blog-container .blog-post .post-title {
  position: relative;
}

.blog-container .blog-post h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  color: #353535;
}

.blog-container .blog-post h3 a {
  color: #202020;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.blog-container .blog-post h3 a:hover {
  color: var(--primary-color);
}

.blog-container .blog-post .post-info {
  position: relative;
  color: #707070;
  font-size: 13px;
}

.blog-container .blog-post .post-info .comment-count {
  position: absolute;
  right: 0px;
  top: 0px;
}

.blog-container .blog-post .post-info .comment-count .fa {
  font-size: 20px;
}

.blog-container .blog-post .post-info a {
  display: inline-block;
  color: #979797;
  font-style: italic;
}

.blog-container .blog-post .post-info a {
  font-weight: bold;
  color: #202020;
}
.blog-container .blog-post .post-info a:hover {
  color: var(--primary-color);
}

.blog-container .blog-post .post-text {
  position: relative;
  margin-bottom: 20px;
  color: #212a2b;
}

.blog-container .blog-post .post-info.lower {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  color: #707070;
}
.blog-container .blog-post .post-info.lower a {
  color: inherit;
  font-weight: normal;
}
.blog-container .blog-post .post-info.lower i {
  color: var(--primary-color);
  font-size: 1.25em;
}
.blog-container .blog-post .post-info.lower .read-more {
  color: #202020;
  font-weight: normal;
  font-style: normal;
}
.blog-container .blog-post .post-info.lower strong {
  color: #202020;
}
.blog-container .blog-post .read-more {
  color: #707070;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.list li {
  position: relative;
  line-height: 32px;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #d5d5d5;
}
.list li::before {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 32px;
  line-height: 32px;
  display: block;
  color: var(--primary-color);
  font-size: 14px;
  font-family: var(--icon-font);
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.fixedContact {
  display: none;
}
/* .modal-header .close{font-size:15px;opacity:1;cursor: pointer;padding:5px 0px 5px 0px;} */
.modal {
  top: 25%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 800px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiperContent {
  position: absolute;
  top: 25%;
  right: 10%;
  z-index: 101;
}

@media only screen and (max-width: 991px) {
  .fixedContact {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
    z-index: 101;
  }
  ul.bottomLinks {
    padding: 0px;
    margin: 0px;
  }
  ul.bottomLinks li {
    list-style-type: none;
    font-size: 16px;
    padding: 10px 0px;
    float: left;
    display: inline;
    text-align: center;
    border-right: solid 1px var(--white-color);
    width: 33%;
  }
  ul.bottomLinks li:last-child {
    border-right: 0px;
  }
  ul.bottomLinks li a {
    color: var(--white-color);
  }
  .main-slider .bg-white.curve-left .curve {
    display: none;
  }
  .main-slider .tp-banner .bg-white {
    padding: 20px 30px 25px 0px;
  }
  .swiperContent {
    position: absolute;
    right: 0px;
    top: 40%;
    width: -webkit-fill-available;
  }
  .main-slider h2 {
    font-size: 35px;
    text-align: center;
  }
  .swiper-fade swiper-slide {
    min-height: 550px;
  }
  span.discount {
    font-size: 18px;
  }
  .main-slider .bg-white {
    text-align: center;
    background: rgba(32, 39, 43, 1);
    color: var(--white-color);
    /* min-height:380px; */
    padding: 20px 20px 25px 20px;
  }
}

/**************** counter css ****************************/
.count {
  color: var(--white-color);
  font-size: 45px;
  margin: 10px 0;
}

.counters {
  color: var(--white-color);
  padding: 70px 20px;
  border-top: 3px lightskyblue solid;
}

.counters .container {
  /* display: flex;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px; */
  text-align: center;
  background: rgba(24, 132, 135, 0.7);
  padding: 70px 20px;
}
/*
.counters i {
	color: lightskyblue;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
} */
/*********************************************************/
.blackBg {
  background: #000;
}
ul.socials li a,
.fcontact i {
  float: left;
  color: var(--white-color);
  background: var(--primary-color);
  text-align: center;
  margin: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
ul.socials li a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.fcontact a {
  color: var(--white-color);
  font-size: 24px;
  line-height: 70px;
}

.moretext {
  display: none;
}
