.white-text {
  color: #fff;
}

.footer--dark {
  background-color: #f5f5f5;
}

.entry-style {
  color: #D5D5D5;
  text-transform: uppercase;
}

.entry-style span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #83858F;
}

.entry-style span a {
  color: #6001D2;
}

html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

section {
  padding: 60px 0px 20px;
}

footer {
  padding: 30px 0px;
}

.page-content {
  padding: 30px 0px 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  /*border: 1px solid #c0c0c0;*/
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.my-10 {
  margin: 10px 0px;
}

.item-lg {
  display: block;
}

@media screen and (max-width: 767px) {
  .item-lg {
    display: none;
  }
}

.item-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .item-sm {
    display: inline-block;
    width: 100%;
  }
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

tr {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

table caption {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

table th a {
  color: #000;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #666;
  font-size: 14px;
  height: 46px;
  border: 1px solid #E3E4E8;
  background-color: #fff;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  line-height: 1.6;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px 0;
  font-family: "Poppins", sans-serif;
}

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

blockquote {
  margin: 0;
  padding: 30px 5px 5px 0px;
}

blockquote p {
  margin: 0 0 1em;
  font-style: italic;
}

blockquote, q {
  quotes: "" "";
  position: relative;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  word-wrap: break-word;
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

ul,
ol {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: 100%;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  width: 100%;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e5e5e5;
}

td,
th {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
/*button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
display: inline-block;
font-size: 16px;
margin: 10px;
padding: 10px 30px;
color: #ffffff;
border-radius: 0px;
background:#246A55;
border: none;
}*/
a.button {
  min-width: 150px;
}

/*button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background:transparent;
border: 1px solid #ffc341;
color: white;
}*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="number"] {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  color: #666;
  border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"],
input[type="date"],
input[type="time"],
textarea:focus {
  color: #111;
  outline: none;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="varchar"],
input[type="password"],
input[type="search"],
input[type="number"] {
  padding: 10px 0 10px 15px;
}

input[type="search"] {
  padding: 12px 0px 8px 15px;
}

select {
  width: 100%;
  padding: 5px;
}

textarea {
  padding: 10px;
  width: 100%;
}

.form-submit input#submit {
  margin: 20px 0 10px 0;
}

.form-submit {
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}

/*input[type="submit"] {*/
/*width: 100%;*/
/*}*/
/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #6001D2;
  text-decoration: none;
  outline: inherit;
}

a:active {
  outline: 0;
  color: #6001D2;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: #6001D2;
  text-decoration: none;
  outline: inherit;
}

a.more-link {
  margin-top: 10px;
  display: inline-block;
  padding: 7px 13px;
  background: #08c299;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 500;
}

a.more-link:hover {
  background: #000;
}

/*----reset---*/
.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
  clear: both;
}

.container::before {
  display: table;
  content: "";
}

.container::after {
  display: table;
  content: "";
  clear: both;
}

.section-content {
  padding: 0px 15px;
}

p {
  font-family: "Poppins", sans-serif;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-apdpearance: none;
}

input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: transparent;
}

input[type="date"]:focus {
  color: white;
  background-color: transparent;
}

input[type="date"]:hover {
  color: white;
  background-color: transparent;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

.no-padding {
  padding: 0;
}

/*image*/
.item-image-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.item-image-holder img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bg-light {
  background: #f3f3f3 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .d-flex {
    display: block;
  }
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.site-header,
.header-content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
}

.fixed {
  position: fixed;
}

.prop-btn {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  /* padding-right: 56px; */
  border-color: #6001D2;
  border-style: solid;
  background-color: #6001D2;
  border-width: 2px;
  margin: 0px;
  border-radius: 15px;
  padding: 0px 25px;
  color: #727272;
  text-decoration: none;
  white-space: normal;
  width: 176px;
  height: 50px;
  min-height: 0px;
  min-width: 0px;
  line-height: 3;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-height: none;
  max-width: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
}

.prop-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -200px;
  background-color: #6001D2;
  width: 100%;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.prop-btn:hover {
  background-color: white;
  color: white;
  font-weight: 700;
  border: 1px solid #6001D2;
}

.prop-btn:hover::after {
  top: 0;
}

.prop-btn.reverse-button {
  color: #6001D2;
  background-color: white;
  border: 1px solid #6001D2;
}

.prop-btn.reverse-button:hover {
  background-color: #6e94c9;
  color: white;
  border: 1px solid #6001D2;
}

@media screen and (max-width: 767px) {
  .prop-btn {
    height: 40px;
  }
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6001D2;
  opacity: 0.5;
}

.no-padding {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .mb-scroll-container {
    min-width: 380px;
    display: inline-block;
    vertical-align: top;
  }
}

.megamenu-background {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background: #6001D2;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #6001D2;
}

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #6001D2;
  color: white;
  border-radius: 10px;
}

.select2-container--default .select2-results__options .select2-dropdown--below {
  width: 300px !important;
  border-radius: 10px;
  border: none;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .select2-container--default .select2-results__options .select2-dropdown--below {
    width: auto !important;
  }
}

.affix {
  position: fixed !important;
  top: 200px;
  width: 18%;
}

@media screen and (max-width: 1499px) {
  .affix {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .affix {
    position: relative !important;
    top: auto !important;
    width: 100%;
  }
}

.affix-bottom {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .affix-bottom {
    position: relative !important;
    top: auto !important;
  }
}

.news-list {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .news-list {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    overflow-x: scroll;
  }
}

.news-list .news-single {
  margin-bottom: 30px;
}

.news-list .news-single .news-image {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}

.news-list .news-single .news-content .entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list .news-single .news-content .entry-container .entry-content ul {
  margin-left: 0;
  margin-bottom: 0;
}

.news-list .news-single .news-content .entry-container .entry-content ul li {
  display: inline;
  color: #7e7a79;
}

.news-list .news-single .news-content .entry-container .entry-content.date-time {
  width: 70%;
}

.news-list .news-single .news-content .entry-container .entry-content.date-time ul li {
  font-size: 12px;
  padding: 0px 5px;
  border-right: 1px solid #7e7a79;
}

.news-list .news-single .news-content .entry-container .entry-content.date-time ul li:last-child {
  border-right: 0;
}

.news-list .news-single .news-content .entry-container .entry-content.news-icons {
  width: 30%;
}

.news-list .news-single .news-content .entry-container .entry-content.news-icons ul {
  text-align: right;
}

.news-list .news-single .news-content .entry-container .entry-content.news-icons ul li {
  font-size: 16px;
  padding: 0px 5px;
}

.news-list .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.news-list .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart:hover {
  color: red;
}

.news-list .news-single .news-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.news-list .news-single .news-content span {
  color: #6001D2;
  font-weight: 400;
  font-size: 12px;
}

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

.style-shadow {
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.site-header {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 1000;
  top: 0;
}

@media screen and (max-width: 767px) {
  .site-header {
    position: relative;
  }
}

.site-header .header-logo-menu {
  padding-top: 20px;
  background-color: white;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1499px) {
  .site-header .header-logo-menu {
    padding-top: 10px;
  }
}

.site-header .header-logo-menu .head-itm {
  padding: 0px 15px;
}

.site-header .header-logo-menu .head-itm.logo-left {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.logo-left {
    width: 50%;
    float: left;
  }
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  text-shadow: -0.0375em 0 0 #3030301a;
  color: #6001D2;
  text-transform: uppercase;
  position: relative;
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link span {
  color: white;
  background-color: #6001D2;
  padding: 2px;
  text-transform: lowercase;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
    font-size: 20px;
    padding: 25px 0px;
  }
}

@media screen and (max-width: 1499px) {
  .site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
    font-size: 25px;
  }
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header .header-logo-menu .head-itm.right-menu {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu {
    width: 100%;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu {
  z-index: 9999;
  width: 100%;
  margin-top: 0;
  top: 0;
  background-color: white;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search {
    width: 100%;
    padding-left: 0;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form {
  -webkit-animation: fadeOut 0.3s linear;
          animation: fadeOut 0.3s linear;
  margin-bottom: 5px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p {
    margin-bottom: 15px;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p .select2-container--default .select2-selection--single {
  height: 46px;
  border-color: #ddd;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  padding: 10px 0 10px 15px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  height: 30px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 2px solid #6001D2;
  border-top: 2px solid #6001D2;
  border-bottom: none;
  border-right: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p input {
  margin-bottom: 0px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p text-area {
  margin-bottom: 15px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form .prop-btn {
  color: white;
  border-radius: 0;
  height: 46px;
  width: 100%;
  background-color: #6001D2;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form .prop-btn:hover {
  color: #6001D2;
  background-color: white;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .prop-btn {
  float: right;
  width: 10%;
  background-color: white;
  height: auto;
  color: #6001D2;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .prop-btn {
    width: auto;
    padding: 5px 15px;
    font-size: 10px;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .prop-btn:hover {
  color: white;
}

.site-header.active {
  position: fixed;
  -webkit-box-shadow: 0 3px 2px -2px #0000001a;
          box-shadow: 0 3px 2px -2px #0000001a;
}

.site-header .main-navigation {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  text-align: left;
  background-color: #6001D2;
}

@media screen and (max-width: 767px) {
  .site-header .main-navigation {
    display: none;
  }
}

.site-header .main-navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-header .main-navigation ul .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .main-navigation ul .sub-menu .sub-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 80%;
}

.site-header .main-navigation ul .sub-menu .sub-menu-wrap .sub-menu-list {
  border-right: 1px solid #ddd;
  padding: 0px 30px;
}

.site-header .main-navigation ul .sub-menu .sub-menu-wrap .sub-menu-list:last-child {
  border-right: 0;
}

.site-header .main-navigation ul ul {
  display: block;
  margin: 0;
  min-width: 220px;
}

.site-header .main-navigation ul ul ul {
  right: 100%;
  top: 0;
  left: inherit;
}

.site-header .main-navigation ul ul ul::after {
  content: none;
}

.site-header .main-navigation ul ul ul ul {
  display: none;
}

.site-header .main-navigation ul ul ul li:hover {
  border-bottom: 2px solid #6001D2;
}

.site-header .main-navigation ul ul ul li:hover > ul {
  display: block;
}

.site-header .main-navigation ul ul li:hover > ul {
  right: 100%;
}

.site-header .main-navigation ul ul li:last-child > a {
  border: none;
}

.site-header .main-navigation ul ul::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  z-index: 9999;
  right: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 12px;
  width: 12px;
}

.site-header .main-navigation ul ul a {
  -webkit-transition: padding 0.2s ease-in-out 0s;
  transition: padding 0.2s ease-in-out 0s;
  color: white;
  position: relative;
  height: auto;
  padding: 10px 15px 10px 30px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.site-header .main-navigation ul > li:hover > ul {
  right: 0;
  z-index: 9999;
  opacity: 1;
  display: block;
  -webkit-animation: fadeInUp 0.3s ease-in;
  animation: fadeInUp 0.3s ease-in;
}

.site-header .main-navigation ul li {
  float: revert;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid transparent;
  transition: all 0.3s linear;
}

.site-header .main-navigation ul li:hover {
  border-bottom: 2px solid #6001D2;
}

.site-header .main-navigation ul li a {
  color: white;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1499px) {
  .site-header .main-navigation ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.site-header .main-navigation ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.site-header .main-navigation ul li.first-child a {
  padding-left: 0;
}

.site-header .main-navigation ul li.page_item_has_children > a {
  padding-right: 30px;
}

.site-header .main-navigation ul li.menu-item-has-childrenv > a {
  padding-right: 30px;
}

.site-header .main-navigation li {
  display: inline-block;
  margin-bottom: 0;
  float: left;
}

.site-header .main-navigation li li {
  float: none;
  display: block;
}

.site-header .main-navigation li li > a:hover::before {
  display: none;
}

.site-header .main-navigation li li:hover > a::before {
  display: none;
}

.site-header .main-navigation li > a:hover {
  color: #6001D2;
}

.site-header .main-navigation li:hover > a {
  color: #6001D2;
}

.site-header .main-navigation li .sub-menu h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.site-header .main-navigation li .sub-menu li {
  border-bottom: none;
}

.site-header .main-navigation li .sub-menu li a {
  opacity: 1;
  color: #0e263e;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 0px;
  text-transform: uppercase;
}

.site-header .main-navigation li .sub-menu li:hover {
  border-bottom: none;
}

.site-header .main-navigation li .sub-menu li:hover > a {
  color: #6001D2;
  opacity: 1;
}

.site-header .main-navigation li li.current-menu-item > a::before {
  display: none;
}

.site-header .main-navigation li.current-menu-item {
  border-bottom: 2px solid white;
}

.site-header .main-navigation li.current-menu-item > a {
  color: white;
}

.site-header .main-navigation li.current_page_item > a {
  color: #727272;
}

.site-header .main-navigation li.current_page_item > a::before {
  display: none;
}

.site-header .main-navigation .menu-toggle {
  display: none;
}

.site-header .login-wrap {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .login-wrap i {
  font-size: 10px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 5px;
  color: white;
}

.site-header .login-wrap span a {
  color: white;
  font-size: 14px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .search-content {
    display: none;
  }
}

.search-content .search-icon button {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 20%;
  float: right;
}

.search-content .search-icon button .fa {
  font-size: 20px;
}

.search-content .search-icon button:focus {
  border: none;
  outline-color: transparent;
  border: none;
  outline-color: transparent;
  outline: none;
  border: 0;
}

.search-content .search-icon button:active {
  border: none;
  outline-color: transparent;
  outline: none;
  border: 0;
}

.modal-backdrop.fade {
  z-index: 99;
}

.no-display {
  display: none;
}

#breadcrumb-list {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrap {
  text-align: left;
  padding: 10px 0px;
  background-color: #f5f5f5;
}

.breadcrumb-wrap .breadcrumbs ul {
  margin-left: 0px;
}

.breadcrumb-trail.breadcrumbs ul li {
  display: inline-block;
  color: white;
  font-size: 20px;
}

.breadcrumb-trail.breadcrumbs ul li a {
  color: #6001D2;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}

.breadcrumb-trail.breadcrumbs ul li a:after {
  content: "/ ";
  padding-left: 5px;
  font-family: fontawesome;
  font-weight: bold;
  color: #6001D2;
}

.breadcrumb-trail.breadcrumbs ul .trail-end {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
}

.entry-container {
  padding-top: 15px;
}

.entry-container a {
  display: inline-block;
  color: #4a4a4a;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu-item-has-children .dropdown-toggle {
  width: auto;
  color: black;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 14%;
  right: -12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
}

.menu-item-has-children .dropdown-toggle i {
  font-size: 14px;
}

@media screen and (max-width: 1499px) {
  .menu-item-has-children .dropdown-toggle {
    top: 0;
  }
}

.menu-item-has-children:hover .dropdown-toggle {
  color: #6001D2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-header {
  border-bottom: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0px;
  z-index: 9998;
  top: 2%;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mobile-nav-toggle.cross {
  top: 0%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline-block;
    right: 0;
  }
  .mobile-nav-active #mobile-nav-toggle {
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-nav-toggle {
    width: 100px;
    background-color: white;
  }
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 9997;
  background: #fff;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #129dbc;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #e8e8e8b3;
  display: none;
}

.mobile-nav-active #mobile-nav {
  left: 0;
}

.login-modal.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
  border-radius: 15px;
}

.login-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.login-modal .modal-dialog {
  margin: auto;
  float: right;
  height: 100%;
  width: 400px;
  -webkit-transform: translate(5%, 0);
          transform: translate(5%, 0);
}

@media screen and (max-width: 767px) {
  .login-modal .modal-dialog {
    margin: 200px auto;
    width: 80%;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}

.login-modal .modal-dialog .modal-content {
  height: 100%;
}

.login-modal .modal-dialog .modal-content .modal-header {
  background-color: white;
  padding: 5px;
  border-bottom: 0;
}

.login-modal .modal-dialog .modal-content .modal-header h4 {
  color: #6001D2;
}

.login-modal .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  width: 100px;
  height: 40px;
  right: 0%;
  top: 0%;
  opacity: 1;
  z-index: 10;
  background-color: white;
  color: #6001D2;
}

.login-modal .modal-dialog .modal-content .modal-header button.close span {
  font-weight: 200;
  font-size: 16px;
}

.login-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile {
  width: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile h2 {
  color: #6001D2;
  padding-bottom: 10px;
  border-bottom: 1px solid #6001D2;
  margin-bottom: 30px;
  font-weight: 500;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p {
  margin-bottom: 15px;
  font-weight: 500;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p label sup {
  color: red;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input {
  border-bottom: 1px solid #ddd;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input:nth-child(2) {
  margin-bottom: 10px;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input.prop-btn {
  color: white;
  margin-bottom: 0;
  width: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input.prop-btn:hover {
  border: 1px solid #6001D2;
  color: #6001D2;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile h3 {
  display: block;
  font-size: 40px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 20px 0px;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile a {
  padding: 0px 0px 20px;
  display: block;
  color: #6001D2;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .prop-btn {
  width: 100%;
  padding: 10px 0px;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
  border-radius: 0;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .prop-btn.reverse-button {
  -webkit-box-shadow: 2px 8px 7px 2px #ddd;
          box-shadow: 2px 8px 7px 2px #ddd;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .prop-btn.reverse-button:hover {
  color: white;
}

.banner-wrap-section {
  background-image: url(../images/banner.jpg);
  background-position: bottom;
  background-size: cover;
  height: 70vh;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1499px) {
  .banner-wrap-section {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap-section {
    height: 100vh;
    margin-top: 0px;
  }
}

.banner-wrap-section .banner-wrap {
  width: 100%;
  z-index: 2;
}

.banner-wrap-section .banner-wrap .drop-wrap {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .banner-wrap-section .banner-wrap .drop-wrap {
    width: auto;
  }
}

.banner-wrap-section .banner-wrap .drop-wrap h3 {
  text-transform: capitalize;
  font-weight: 500;
  color: white;
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .banner-wrap-section .banner-wrap .drop-wrap h3 {
    font-size: 25px;
  }
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .nav-tabs li {
  margin-right: 15px;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .nav-tabs li.active a {
  color: white;
  background-color: #6001D2;
  border: none;
  padding: 15px 35px;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .nav-tabs li a {
  background-color: white;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 0;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content {
  background-color: white;
  text-align: left;
  border-radius: 5px;
  border-top-right-radius: 0px;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form {
  -webkit-animation: fadeOut 0.3s linear;
          animation: fadeOut 0.3s linear;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p .select2-container--default .select2-selection--single {
  height: 46px;
  border-color: #ddd;
  border-radius: 0;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  padding: 10px 0 10px 15px;
  border-radius: 0;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  height: 30px;
  border-radius: 0;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 2px solid #6001D2;
  border-top: 2px solid #6001D2;
  border-bottom: none;
  border-right: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p input {
  margin-bottom: 0px;
  border-radius: none;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form p text-area {
  margin-bottom: 15px;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form .prop-btn {
  color: white;
  border-radius: 0;
  height: 46px;
  width: 152px;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content form .prop-btn:hover {
  color: #6001D2;
}

.banner-wrap-section .banner-wrap .drop-wrap .search-contents .search-tab .tab-content.active form {
  -webkit-animation: fadeInRight 0.4s linear;
          animation: fadeInRight 0.4s linear;
}

.banner-wrap-section:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}

.launch-section {
  position: relative;
}

@media screen and (max-width: 767px) {
  .launch-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.launch-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.launch-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .launch-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.launch-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.launch-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .launch-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.launch-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.launch-section .section-content.title-reversed p {
  color: white;
}

.launch-section .launch-contents {
  padding: 0;
}

.launch-section .launch-contents .launch-listing .launch-single {
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0px 10px;
}

@media screen and (max-width: 767px) {
  .launch-section .launch-contents .launch-listing .launch-single {
    padding: 0px;
    margin-bottom: 15px;
  }
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 15px 10px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single {
    padding: 0;
  }
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .entry-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .entry-address .icon-holder {
  width: 4%;
  padding-bottom: 4%;
  float: left;
  margin-bottom: 0;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .entry-address span {
  color: #727272;
  padding-left: 10px;
  font-size: 12px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-image {
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-image {
    width: 100%;
  }
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content {
    width: 100%;
    padding: 15px;
  }
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content h4 {
  margin-bottom: 5px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content ul {
  margin-left: 0;
  margin-bottom: 10px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content ul li {
  float: left;
  color: #727272;
  font-style: italic;
  font-size: 14px;
  padding: 0px 5px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content p {
  color: #727272;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 15px;
  height: 70px;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content .price-tag p {
  font-style: normal;
  color: #000;
  font-size: 10px;
  height: auto;
}

.launch-section .launch-contents .launch-listing .launch-single .launch-wrap-single .launch-single-content .price-tag span {
  display: inline-block;
  padding: 10px 20px;
  color: #6001D2;
  border: 1px solid #6001D2;
  font-size: 22px;
  border-radius: 15px;
  font-weight: 600;
}

.launch-section .launch-contents .launch-listing .launch-single:hover .launch-wrap-single {
  -webkit-box-shadow: 0px 0px 34px #0918211a;
          box-shadow: 0px 0px 34px #0918211a;
}

.launch-section .launch-contents .launch-listing.launch-slider .slick-list {
  padding: 20px 10px;
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow {
  top: 50%;
  z-index: 999;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.8;
  border-radius: 50%;
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow.slick-next {
  right: -5%;
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow.slick-next:before {
  content: url(../images/icons/arrow-r.png);
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow.slick-prev {
  left: -5%;
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow.slick-prev:before {
  content: url(../images/icons/arrow-l.png);
}

@media screen and (max-width: 767px) {
  .launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow.slick-prev {
    right: 25%;
  }
}

.launch-section .launch-contents .launch-listing.launch-slider button.slick-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.launch-section .launch-contents .launch-listing.launch-slider:hover button.slick-arrow {
  opacity: 1;
}

.latest-section {
  position: relative;
}

@media screen and (max-width: 767px) {
  .latest-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.latest-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.latest-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .latest-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.latest-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.latest-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .latest-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.latest-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.latest-section .section-content.title-reversed p {
  color: white;
}

.latest-section .latest-contents {
  padding: 0;
}

.latest-section .latest-contents .latest-listing .latest-single {
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  margin: 0px 10px;
}

@media screen and (max-width: 767px) {
  .latest-section .latest-contents .latest-listing .latest-single {
    padding: 0px;
    margin-bottom: 15px;
  }
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 15px 15px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single {
    padding: 0;
  }
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .entry-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .entry-address .icon-holder {
  width: 4%;
  padding-bottom: 4%;
  float: left;
  margin-bottom: 0;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .entry-address span {
  color: #727272;
  padding-left: 10px;
  font-size: 12px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-image {
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-image {
    width: 100%;
  }
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content {
    width: 100%;
    padding: 15px;
  }
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content h4 {
  margin-bottom: 5px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content ul {
  margin-left: 0;
  margin-bottom: 10px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content ul li {
  float: left;
  color: #727272;
  font-style: italic;
  font-size: 14px;
  padding: 0px 5px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content p {
  color: #727272;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 15px;
  height: 70px;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content .price-tag p {
  font-style: normal;
  color: #000;
  font-size: 10px;
  height: auto;
}

.latest-section .latest-contents .latest-listing .latest-single .latest-wrap-single .latest-single-content .price-tag span {
  display: inline-block;
  padding: 10px 20px;
  color: #6001D2;
  border: 1px solid #6001D2;
  font-size: 22px;
  border-radius: 15px;
  font-weight: 600;
}

.latest-section .latest-contents .latest-listing .latest-single:hover .latest-wrap-single {
  -webkit-box-shadow: 0px 0px 34px #0918211a;
          box-shadow: 0px 0px 34px #0918211a;
}

.latest-section .latest-contents .latest-listing.latest-slider .slick-list {
  padding: 20px 10px;
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow {
  top: 50%;
  z-index: 999;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.8;
  border-radius: 50%;
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow.slick-next {
  right: -5%;
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow.slick-next:before {
  content: url(../images/icons/arrow-r.png);
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow.slick-prev {
  left: -5%;
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow.slick-prev:before {
  content: url(../images/icons/arrow-l.png);
}

@media screen and (max-width: 767px) {
  .latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow.slick-prev {
    right: 25%;
  }
}

.latest-section .latest-contents .latest-listing.latest-slider button.slick-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.latest-section .latest-contents .latest-listing.latest-slider:hover button.slick-arrow {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .catagory-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.catagory-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.catagory-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .catagory-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.catagory-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.catagory-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .catagory-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.catagory-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.catagory-section .section-content.title-reversed p {
  color: white;
}

.catagory-section .catagory-content {
  padding: 0;
}

.catagory-section .catagory-content .catagory-list {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .catagory-section .catagory-content .catagory-list {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    overflow-x: scroll;
  }
}

.catagory-section .catagory-content .catagory-list .catagory-single {
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catagory-section .catagory-content .catagory-list .catagory-single .catagory-icon {
  border-radius: 15px;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.catagory-section .catagory-content .catagory-list .catagory-single .catagory-content h4 {
  color: #0e263e;
  font-weight: 500;
  margin-bottom: 10px;
}

.catagory-section .catagory-content .catagory-list .catagory-single .catagory-content p {
  color: #727272;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .sell-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.sell-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.sell-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sell-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.sell-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.sell-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .sell-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.sell-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.sell-section .section-content.title-reversed p {
  color: white;
}

.sell-section .sell-content {
  height: 40vh;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sell-section .sell-content {
    height: 50vh;
  }
}

.sell-section .sell-content .sell-content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #000, transparent);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sell-section .sell-content .sell-content-wrap .sell-wrap-inner {
  width: 60%;
  padding: 0px 40px;
}

.sell-section .sell-content .sell-content-wrap .sell-wrap-inner p {
  color: white;
  margin-bottom: 20px;
  line-height: 25px;
}

.sell-section .sell-content .sell-content-wrap .sell-wrap-inner .prop-btn {
  color: white;
  background-color: transparent;
  border-color: white;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .sell-section .sell-content .sell-content-wrap .sell-wrap-inner {
    width: 100%;
    padding: 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  .news-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.news-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.news-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.news-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.news-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .news-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.news-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.news-section .section-content.title-reversed p {
  color: white;
}

.news-section .news-content {
  padding: 0;
}

.news-section .news-content .news-list {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .news-section .news-content .news-list {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    overflow-x: scroll;
  }
}

.news-section .news-content .news-list .news-single {
  margin-bottom: 30px;
}

.news-section .news-content .news-list .news-single .news-image {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}

.news-section .news-content .news-list .news-single .news-content .entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content ul {
  margin-left: 0;
  margin-bottom: 0;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content ul li {
  display: inline;
  color: #7e7a79;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.date-time {
  width: 70%;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.date-time ul li {
  font-size: 12px;
  padding: 0px 5px;
  border-right: 1px solid #7e7a79;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.date-time ul li:last-child {
  border-right: 0;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.news-icons {
  width: 30%;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.news-icons ul {
  text-align: right;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.news-icons ul li {
  font-size: 16px;
  padding: 0px 5px;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.news-section .news-content .news-list .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart:hover {
  color: red;
}

.news-section .news-content .news-list .news-single .news-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.news-section .news-content .news-list .news-single .news-content span {
  color: #6001D2;
  font-weight: 400;
  font-size: 12px;
}

footer {
  padding-top: 0;
  padding-bottom: 0px;
}

footer .footer-browse {
  background-color: #faf9f8;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

footer .footer-browse .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

footer .footer-browse .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .section-content .section-title h3 {
    font-size: 24px;
  }
}

footer .footer-browse .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

footer .footer-browse .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

footer .footer-browse .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

footer .footer-browse .section-content.title-reversed p {
  color: white;
}

footer .footer-browse .tab-wrap ul {
  border-bottom: 1px solid #ddd;
}

footer .footer-browse .tab-wrap ul li {
  padding: 10px 15px;
  font-size: 14px;
  display: inline-block;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .tab-wrap ul li {
    padding: 0;
  }
}

footer .footer-browse .tab-wrap ul li.active {
  color: #bf5d5c;
  border-bottom: 1px solid #bf5d5c;
}

footer .footer-browse .tab-wrap ul li.active a {
  color: #bf5d5c;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .tab-wrap ul li.active a {
    font-size: 12px;
  }
}

footer .footer-browse .tab-wrap ul li a {
  background-color: transparent;
}

footer .footer-browse .tab-wrap ul li:hover {
  background-color: transparent;
}

footer .footer-browse .tab-wrap ul li:hover a {
  color: #bf5d5c;
}

footer .footer-browse .explore-wrap {
  padding: 15px;
}

footer .footer-browse .explore-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

footer .footer-browse .explore-wrap ul li {
  width: 25%;
  line-height: 21px;
  margin-bottom: 15px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer .footer-browse .explore-wrap ul li {
    width: 100%;
  }
}

footer .footer-browse .explore-wrap ul li a {
  color: #0e263e;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .footer-browse .explore-wrap ul li:hover a {
  color: #6001D2;
}

footer .main-footer {
  padding: 30px 0px 0px;
}

footer .main-footer .footer-widgets .footer-widget-single {
  margin-bottom: 15px;
}

footer .main-footer .footer-widgets .footer-widget-single h6 {
  margin-bottom: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single ul {
  list-style-type: none;
  margin-left: 0;
}

footer .main-footer .footer-widgets .footer-widget-single ul li {
  margin-bottom: 15px;
  padding-right: 10px;
  display: inline;
}

footer .main-footer .footer-widgets .footer-widget-single ul li a {
  color: #0e263e;
  font-weight: 400;
  font-size: 12px;
}

footer .main-footer .footer-widgets .footer-widget-single ul li:hover a {
  color: #6001D2;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li {
  display: inline;
  margin-right: 15px;
  float: left;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li a {
  width: 30px;
  background-color: #ccc;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  color: #0e263e;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li a i {
  font-size: 14;
  color: white;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li:hover a {
  background-color: #6001D2;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-menu-desc ul li {
  display: inline;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-menu-desc ul li a {
  font-size: 12px;
}

footer .main-footer .footer-widgets .footer-widget-single.partners-menu ul li {
  border-right: 1px solid #ddd;
  margin-right: 10px;
}

footer .main-footer .footer-widgets .footer-widget-single.app-download {
  width: 60%;
  float: left;
}

footer .main-footer .footer-widgets .footer-widget-single.app-download ul li {
  width: 25%;
  display: inline-block;
}

footer .main-footer .footer-widgets .footer-widget-single.app-download ul li .download-image {
  padding-bottom: 35%;
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-widgets .footer-widget-single.app-download ul li .download-image {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-widgets .footer-widget-single.app-download ul li {
    width: 45%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-widgets .footer-widget-single.app-download {
    width: 100%;
  }
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons {
  width: 30%;
  float: right;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li {
  padding-right: 0;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a {
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.facebook-icon {
  background-color: #4267B2;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.twitter-icon {
  background-color: #00acee;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.youtube-icon {
  background-color: #FF0000;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.instagram-icon {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-widgets .footer-widget-single.social-icons {
    width: 100%;
  }
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p {
  margin-bottom: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p span input {
  margin-bottom: 10px;
  height: auto;
  padding: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p span input::-ms-input-placeholder {
  color: #ddd;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p .prop-btn {
  color: white;
  width: 100%;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p .prop-btn:hover {
  color: #6001D2;
}

footer .main-footer .copyright {
  padding: 20px 0px;
  border-top: 2px solid #ddd;
  background: black;
  text-align: center;
}

footer .main-footer .copyright p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #999;
}

.inner-search-section {
  padding-top: 170px;
}

.prop-name-price {
  padding-top: 60px;
}

.prop-name-price .name-location-wrap {
  width: 50%;
  float: left;
}

.prop-name-price .name-location-wrap h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .prop-name-price .name-location-wrap h3 {
    font-size: 18px;
    float: left;
    text-align: left;
  }
}

@media screen and (max-width: 1499px) {
  .prop-name-price .name-location-wrap h3 {
    font-size: 22px;
    margin-right: 5px;
  }
}

.prop-name-price .name-location-wrap .entry-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.prop-name-price .name-location-wrap .entry-address .icon-holder {
  width: 4%;
  padding-bottom: 4%;
  float: left;
  margin-bottom: 0;
}

.prop-name-price .name-location-wrap .entry-address span {
  color: #727272;
  padding-left: 10px;
  font-size: 12px;
}

.prop-name-price .price-wrap {
  width: 50%;
  text-align: right;
  float: right;
}

.prop-name-price .price-wrap span {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1499px) {
  .prop-name-price .price-wrap span {
    padding: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .prop-name-price .price-wrap span {
    float: right;
    text-align: right;
    font-size: 16px;
  }
}

.detail-header {
  background-color: #f5f5f5;
  padding: 30px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1499px) {
  .detail-header {
    padding: 15px 0px;
  }
}

.detail-header .detail-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-header .detail-head-wrap .prop-name-price {
  float: left;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap .prop-name-price {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.detail-header .detail-head-wrap .prop-name-price h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap .prop-name-price h3 {
    font-size: 18px;
    float: left;
    text-align: left;
  }
}

@media screen and (max-width: 1499px) {
  .detail-header .detail-head-wrap .prop-name-price h3 {
    font-size: 22px;
    margin-right: 5px;
  }
}

.detail-header .detail-head-wrap .prop-name-price span {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1499px) {
  .detail-header .detail-head-wrap .prop-name-price span {
    padding: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap .prop-name-price span {
    float: right;
    text-align: right;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap .detail-menu {
    width: 100%;
    float: none;
    text-align: left;
  }
}

.detail-header .detail-head-wrap .detail-menu ul {
  margin-left: 0;
}

.detail-header .detail-head-wrap .detail-menu ul li {
  display: inline;
}

.detail-header .detail-head-wrap .detail-menu ul li a {
  padding: 10px 15px;
  color: #0e263e;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap .detail-menu ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 1499px) {
  .detail-header .detail-head-wrap .detail-menu ul li a {
    font-size: 13px;
  }
}

.detail-header .detail-head-wrap .detail-menu ul li.active a {
  color: #6001D2;
}

@media screen and (max-width: 767px) {
  .detail-header .detail-head-wrap {
    display: inline-block;
  }
}

.detail-header.detail-header-fixed {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 10px 0px;
  margin-top: 130px;
  display: block;
}

.detail-header.detail-header-fixed .detail-head-wrap .prop-name-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-header.detail-header-fixed .detail-head-wrap .prop-name-price h3 {
  font-size: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 1499px) {
  .detail-header.detail-header-fixed .detail-head-wrap .prop-name-price h3 {
    font-size: 22px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .detail-header.detail-header-fixed .detail-head-wrap .prop-name-price {
    margin-bottom: 10px;
  }
}

.detail-header.detail-header-fixed .detail-head-wrap .detail-menu ul li {
  padding: 0;
}

.detail-header.detail-header-fixed .detail-head-wrap .detail-menu ul li a {
  color: #0e263e;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

.detail-header.detail-header-fixed .detail-head-wrap .detail-menu ul li.active a {
  color: #6001D2;
}

@media screen and (max-width: 1499px) {
  .detail-header.detail-header-fixed {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .detail-header.detail-header-fixed {
    margin-top: 140px;
  }
}

.detail-img-section .detail-img-wrap .detail-img-single {
  width: 25%;
  float: left;
  display: none;
  padding: 0px 10px;
}

.detail-img-section .detail-img-wrap .detail-img-single:first-child {
  width: 50%;
  display: block;
}

@media screen and (max-width: 767px) {
  .detail-img-section .detail-img-wrap .detail-img-single:first-child {
    width: 100%;
  }
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(2) {
  display: block;
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(3) {
  display: block;
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(4) {
  display: block;
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(5) {
  display: block;
  position: relative;
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(5) .item-image-holder::after {
  content: "View more photos";
  background-color: black;
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
  font-size: 16px;
}

.detail-img-section .detail-img-wrap .detail-img-single:nth-child(5) .item-image-holder:hover::after {
  top: 0;
}

@media screen and (max-width: 767px) {
  .detail-img-section .detail-img-wrap .detail-img-single {
    width: 50%;
  }
}

.detail-img-section .detail-img-wrap .detail-img-single a .item-image-holder {
  -webkit-box-shadow: 2px 1px 10px 2px #ddd;
          box-shadow: 2px 1px 10px 2px #ddd;
}

.detail-img-section .detail-img-wrap .detail-img-single a .item-image-holder:hover {
  -webkit-box-shadow: 2px 10px 10px 2px #4e4a4a8c;
          box-shadow: 2px 10px 10px 2px #4e4a4a8c;
}

.detail-content-section {
  padding-top: 0;
}

.detail-content-section .prop-brf {
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.detail-content-section .prop-brf .brf-single {
  border-right: 1px solid #ddd;
  text-align: center;
}

.detail-content-section .prop-brf .brf-single label {
  display: block;
  font-size: 18px;
}

.detail-content-section .prop-brf .brf-single span {
  font-size: 12px;
  color: #b8b8b8;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap {
  padding: 30px 0px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-title h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0px;
  border-bottom: 2px solid #6001D2;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.overview-content .overview-brf-wrap {
  padding: 15px 0px;
  margin: 15px 0px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.overview-content .overview-brf-wrap .overview-brf {
  text-align: left;
  margin-bottom: 15px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.overview-content .overview-brf-wrap .overview-brf label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.overview-content .overview-brf-wrap .overview-brf span {
  font-size: 20px;
  color: #b8b8b8;
  font-weight: 500;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
  margin-left: 0;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li {
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 0px;
  margin: 0px 10px;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 767px) {
  .detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li {
    margin: 0px 5px;
  }
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li a {
  border: none;
  text-transform: capitalize;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li a:hover {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li a {
    font-size: 12px;
  }
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li:hover {
  border-bottom: 2px solid #01b2ff;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .nav-tabs li.active {
  border-bottom: 2px solid #01b2ff;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea {
  padding: 20px 0px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .icon-holder {
  width: 12%;
  border-radius: 50%;
  padding-bottom: 12%;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .icon-holder.bed-icon {
  background-color: #ec4f6a;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .icon-holder.bath-icon {
  background-color: #8ede6a;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .icon-holder.park-icon {
  background-color: #f7924c;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .icon-holder img {
  width: 60%;
  height: 60%;
  top: 10px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .fea-content {
  padding: 0px 20px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .fl-fea ul li .fea-content span {
  font-weight: 200;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.config-content .tab-content .tab-pane .fl-item .area-image {
  text-align: center;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list {
  padding: 20px 0px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list .list-title {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list ul {
  margin-left: 0;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list ul li .icon-holder {
  width: 20%;
  float: left;
  padding-bottom: 20%;
  margin-bottom: 0;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.amenities-content .amneties-list ul li span {
  width: 80%;
  padding: 5px;
  float: right;
  font-size: 12px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.gallery-content {
  padding: 20px 0px;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.gallery-content .gallery-img-single {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.gallery-content .gallery-img-single:hover {
  -webkit-box-shadow: 2px 10px 10px 2px #4e4a4a8c;
          box-shadow: 2px 10px 10px 2px #4e4a4a8c;
}

.detail-content-section .dt-primary-wrap .dt-section-wrap .dt-content.locality-content .map-holder iframe {
  width: 100%;
  height: 600px;
}

.detail-content-section .secondary-enquiry-holder {
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 4px solid #6001D2;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder {
    padding: 10px 10px;
  }
}

.detail-content-section .secondary-enquiry-holder .enquiry-title {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.detail-content-section .secondary-enquiry-holder .enquiry-title h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .enquiry-title h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .enquiry-title {
    padding-top: 0;
  }
}

.detail-content-section .secondary-enquiry-holder .enquiry-title p {
  font-size: 14px;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .enquiry-title p {
    margin-bottom: 5px;
  }
}

.detail-content-section .secondary-enquiry-holder .form-card {
  background-color: white;
  padding: 15px;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input {
  border: none;
  border-bottom: 1px solid #ddd;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input::-webkit-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input:-ms-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input::-ms-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input::placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input[type="checkbox"] {
  width: 20px;
  height: 20px;
  float: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .form-card form span p input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
  }
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input.prop-btn {
  width: 100%;
  color: white;
  height: 46px;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p input.prop-btn:hover {
  border: 1px solid #6001D2;
  color: #6001D2;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .form-card form span p input {
    margin-bottom: 5px;
    padding: 5px;
    height: 40px;
  }
}

.detail-content-section .secondary-enquiry-holder .form-card form span p label {
  float: right;
  font-weight: 200;
  display: block;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 5px;
  text-align: left;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .form-card form span p label {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.detail-content-section .secondary-enquiry-holder .form-card form span p textarea {
  border: none;
  border-bottom: 1px solid #ddd;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p textarea::-webkit-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p textarea:-ms-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p textarea::-ms-input-placeholder {
  color: #999;
}

.detail-content-section .secondary-enquiry-holder .form-card form span p textarea::placeholder {
  color: #999;
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .form-card form span p textarea {
    margin-bottom: 10px;
    padding: 5px;
    height: 40px;
  }
}

@media screen and (max-width: 1499px) {
  .detail-content-section .secondary-enquiry-holder .form-card form span p {
    margin-bottom: 5px;
  }
}

.listing-wrap {
  padding-top: 50px;
}

.listing-wrap .listing-section-wrap .primary-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .listing-wrap .listing-section-wrap .primary-wrap {
    display: none;
  }
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap {
  padding: 15px;
  background-color: #f6f6f6;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap h4 {
  color: #6001D2;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul {
  margin-left: 0;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li {
  margin-bottom: 15px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li h4 i {
  padding-right: 10px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span {
  /* For IE10 */
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span select {
  padding-left: 50px;
  position: relative;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span select::-ms-expand {
  display: none;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span select:focus {
  outline: none;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single {
  height: 46px;
  border-color: #ddd;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  padding: 10px 0 10px 15px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  height: 30px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 2px solid #6001D2;
  border-top: 2px solid #6001D2;
  border-bottom: none;
  border-right: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter {
  position: relative;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px #6765651f;
          box-shadow: 0 1px 2px #6765651f;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .filtre-form span p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .filtre-form span p input {
  margin-bottom: 0;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .filtre-form span p input[type=radio] {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 10px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .filtre-form span p input[type=number] {
  font-size: 12px;
  width: 35%;
  margin-left: 10px;
  padding: 5px;
}

.listing-wrap .listing-section-wrap .primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .filtre-form span p label {
  padding: 0px 10px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .list-secondary-wrap .prop-listing-wrap .prop-single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap a {
  width: 30%;
  float: left;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap a .prop-single-img {
  height: 100%;
  float: left;
}

@media screen and (max-width: 767px) {
  .list-secondary-wrap .prop-listing-wrap .prop-single-wrap a {
    width: 100%;
  }
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content {
  width: 70%;
  padding: 20px;
  float: right;
}

@media screen and (max-width: 767px) {
  .list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content {
    width: 100%;
  }
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a {
  width: 100%;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a h4 {
  margin-bottom: 5px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .entry-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .entry-address .icon-holder {
  width: 4%;
  padding-bottom: 4%;
  float: left;
  margin-bottom: 0;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .entry-address span {
  color: #727272;
  padding-left: 10px;
  font-size: 12px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a p {
  color: #727272;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap ul {
  width: 100%;
  margin-left: 0;
  list-style-type: none;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap ul li {
    width: 45%;
  }
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap ul li .icon-holder {
  width: 20%;
  margin-bottom: 0;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap ul li span {
  color: #727272;
  width: 85%;
  float: right;
  font-style: italic;
  padding-left: 10px;
  font-size: 12px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap .price-tag {
  width: 50%s;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap .price-tag p {
  font-style: normal;
  color: #000;
  font-size: 10px;
  height: auto;
  margin-bottom: 5px;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap .prop-in-content a .fea-price-wrap .price-tag span {
  display: inline-block;
  padding: 10px 20px;
  color: #6001D2;
  border: 1px solid #6001D2;
  font-size: 22px;
  border-radius: 15px;
  font-weight: 600;
}

.list-secondary-wrap .prop-listing-wrap .prop-single-wrap:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: transparent;
  -webkit-box-shadow: 0px 26px 41px #0918211a;
          box-shadow: 0px 26px 41px #0918211a;
}

.list-secondary-wrap .pagination {
  width: 100%;
  text-align: center;
}

.list-secondary-wrap .pagination ul li {
  display: inline;
}

.list-secondary-wrap .pagination ul li a {
  color: #6001D2;
  padding: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list-secondary-wrap .pagination ul li a i {
  color: #6001D2;
}

.list-secondary-wrap .pagination ul li a:hover {
  background-color: #6001D2;
  color: white;
}

.list-secondary-wrap .pagination ul li.active a {
  background-color: #6001D2;
  color: white;
}

.filter-mobile-btn {
  display: none;
  margin-bottom: 20px;
  bottom: 0;
  color: white;
  width: 100%;
  width: 100%;
  color: white;
  z-index: 1042;
}

@media screen and (max-width: 767px) {
  .filter-mobile-btn {
    display: block;
  }
}

.mobile-primary-search {
  top: 0;
  padding: 15px;
}

.mobile-primary-search .close {
  width: 30px;
  height: 30px;
  opacity: 1;
  color: white;
  background-color: #6001D2;
  float: right;
  position: absolute;
  right: 0;
  display: none;
}

.mobile-primary-search .filter-wrap {
  padding: 15px;
  position: fixed;
  display: none;
  z-index: 1041;
  background-color: #fff;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.mobile-primary-search .filter-wrap h4 {
  color: #6001D2;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul {
  margin-left: 0;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li {
  margin-bottom: 15px;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li h4 i {
  padding-right: 10px;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span {
  /* For IE10 */
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span select {
  padding-left: 50px;
  position: relative;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span select::-ms-expand {
  display: none;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span select:focus {
  outline: none;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single {
  height: 46px;
  border-color: #ddd;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  padding: 10px 0 10px 15px;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  height: 30px;
}

.mobile-primary-search .filter-wrap .filter-select-wrap ul li form span .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 2px solid #6001D2;
  border-top: 2px solid #6001D2;
  border-bottom: none;
  border-right: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter {
  position: relative;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px #6765651f;
          box-shadow: 0 1px 2px #6765651f;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper {
  position: relative;
  padding: 0 10px 10px;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper p input {
  margin-bottom: 2px;
  height: auto;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-widget-header {
  background: #6001D2;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal {
  height: 0.6em;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper {
  position: relative;
  padding: 0 10px 10px;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper p input {
  margin-bottom: 2px;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-widget-header {
  background: #0e263e;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal {
  height: 0.6em;
}

.mobile-primary-search .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

.registration-section .registration-form {
  width: 50%;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin: 0 auto;
}

.registration-section .registration-form h3 {
  color: #6001D2;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.registration-section .registration-form form p {
  display: inline-block;
  width: 100%;
}

.registration-section .registration-form form p input {
  margin-bottom: 0;
}

.registration-section .registration-form form p input.prop-btn {
  color: white;
  float: right;
}

.registration-section .registration-form form p input.prop-btn:hover {
  color: #6001D2;
}

.contact-map .map-holder iframe {
  width: 100%;
}

.contact-wrapper {
  padding: 50px 0px 60px;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.contact-wrapper .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.contact-wrapper .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content .section-title h3 {
    font-size: 24px;
  }
}

.contact-wrapper .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.contact-wrapper .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.contact-wrapper .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.contact-wrapper .section-content.title-reversed p {
  color: white;
}

.contact-wrapper .contact-form {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
}

.contact-wrapper .contact-form p {
  margin-bottom: 0;
}

.contact-wrapper .contact-sidebar .contact-widget {
  padding: 10px 20px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  border-radius: 15px;
  margin-bottom: 20px;
}

.contact-wrapper .contact-sidebar .contact-widget ul {
  margin-left: 0;
}

.contact-wrapper .contact-sidebar .contact-widget ul li {
  line-height: 3;
}

.contact-wrapper .contact-sidebar .contact-widget ul li i {
  color: #6001D2;
  font-size: 20px;
}

.contact-wrapper .contact-sidebar .contact-widget ul li span {
  margin-left: 15px;
  font-weight: 500;
}

.contact-wrapper .contact-sidebar .prop-social {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  padding: 20px;
  border-radius: 15px;
}

.contact-wrapper .contact-sidebar .prop-social ul li {
  padding-right: 0;
  display: inline-block;
}

.contact-wrapper .contact-sidebar .prop-social ul li a {
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.contact-wrapper .contact-sidebar .prop-social ul li a.facebook-icon {
  background-color: #4267B2;
}

.contact-wrapper .contact-sidebar .prop-social ul li a.twitter-icon {
  background-color: #00acee;
}

.contact-wrapper .contact-sidebar .prop-social ul li a.youtube-icon {
  background-color: #FF0000;
}

.contact-wrapper .contact-sidebar .prop-social ul li a.instagram-icon {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.news-detail-page {
  padding: 60px 0px;
}

.news-detail-page .detail-news-wrap {
  padding: 60px 0px 0px;
}

.news-detail-page .detail-news-wrap .page-primary {
  border-right: 1px solid #ddd;
  padding: 0px 25px;
  margin-bottom: 30px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper {
  color: red;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-title h2 {
  font-size: 40px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .item-image-holder {
  padding-bottom: 40%;
  border-radius: 15px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry {
  padding-bottom: 10px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content ul {
  margin-left: 0;
  margin-bottom: 0;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content ul li {
  display: inline;
  color: #7e7a79;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.date-time {
  width: 70%;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.date-time ul li {
  font-size: 12px;
  padding: 0px 5px;
  border-right: 1px solid #7e7a79;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.date-time ul li:last-child {
  border-right: 0;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.news-icons {
  width: 30%;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.news-icons ul {
  text-align: right;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.news-icons ul li {
  font-size: 16px;
  padding: 0px 5px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.news-icons ul li .fa-heart {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .entry-container .entry-content.news-icons ul li .fa-heart:hover {
  color: red;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share {
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  text-align: right;
  margin-top: 10px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share ul li {
  padding-right: 0;
  float: left;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share ul li a {
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share ul li a.facebook-icon {
  background-color: #4267B2;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share ul li a.twitter-icon {
  background-color: #00acee;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-entry .social-share ul li a.google-icon {
  background-color: #db4a39;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-text p:first-child {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-text p:first-child::first-letter {
  color: #6001D2;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.news-detail-page .detail-news-wrap .page-primary .single-news-wrapper .news-text blockquote {
  color: #6001D2;
  font-size: 30px;
  padding: 10px;
  line-height: 1.5;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  border-left: 0;
  border-top: 1px solid #6001D2;
  border-bottom: 1px solid #6001D2;
  width: 50%;
  float: left;
  margin-right: 20px;
}

.related-news {
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .related-news .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.related-news .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}

.related-news .section-content .section-title h3 {
  margin-bottom: 0;
  color: #6001D2;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .related-news .section-content .section-title h3 {
    font-size: 24px;
  }
}

.related-news .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #6001D2;
}

.related-news .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .related-news .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.related-news .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.related-news .section-content.title-reversed p {
  color: white;
}

.related-news .related-news-slider {
  padding: 0 15px;
}

.related-news .related-news-slider .news-single {
  margin-bottom: 30px;
  margin: 0px 15px 10px;
}

.related-news .related-news-slider .news-single .news-image {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}

.related-news .related-news-slider .news-single .news-content .entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content ul {
  margin-left: 0;
  margin-bottom: 0;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content ul li {
  display: inline;
  color: #7e7a79;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.date-time {
  width: 70%;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.date-time ul li {
  font-size: 12px;
  padding: 0px 5px;
  border-right: 1px solid #7e7a79;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.date-time ul li:last-child {
  border-right: 0;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.news-icons {
  width: 30%;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.news-icons ul {
  text-align: right;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.news-icons ul li {
  font-size: 16px;
  padding: 0px 5px;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.related-news .related-news-slider .news-single .news-content .entry-container .entry-content.news-icons ul li .fa-heart:hover {
  color: red;
}

.related-news .related-news-slider .news-single .news-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.related-news .related-news-slider .news-single .news-content span {
  color: #6001D2;
  font-weight: 400;
  font-size: 12px;
}
/*# sourceMappingURL=main.css.map */