/*
* Theme Name: RentUP - Real Estate HTML Template
* Author: Themezhub
* Version: 1.0
* Last Change: 10 Aug 2021
  Author URI    : https://themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# Property Style
# How it Work
# Contact Info
# PopUp Modal
# Agency & Agents Design
# Blog Designs
# General Features 
# Dashboard
# Footer Start
# New Updated Styles
# Responsiveness Start
# Bottom To top Scroll 
------------- List Of Table ----------*/

/* CSS Document */
@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/date-picker.css);
@import url(../css/plugins/dropzone.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/magnifypopup.css);
@import url(../css/plugins/select2.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/themify.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/line-icons.css);
/* @import url(../css/plugins/iconfont.css); */
@import url(../css/plugins/font-awesome.css);

/*------------------------------------
	Fonts
------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Livvic:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@font-face {
    font-family: amanda;
    src: url('fonts/amandasignature.ttf');
}

@font-face {
    font-family: agraham;
    src: url('fonts/Agraham.ttf');
}

@font-face {
    font-family: brownsugar;
    src: url('fonts/BrownSugar.ttf');
}

@font-face {
    font-family: avenir;
    src: url('fonts/AvenirLTStd-Roman.otf');
}

@font-face {
    font-family: newForest;
    src: url('fonts/NewForest-Regular.ttf');
} */

@font-face {
    /*font-family: "Hatton Medium";*/
    /*font-display: swap;*/
    /*src: url("fonts/Hatton-Medium.otf") format("opentype");*/
}

/*------------------------------------
	Preloader
------------------------------------*/
/* COLOR:  #74602c */
/* COLOR: #434445 */

.preloader {
  background-color: #ffffff;
  background-image: url("../img/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
i.req {
    color: #e41515;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
	GLobal Settings
-------------------------------------------------------------*/
* {
  outline: none; }
.modal-open {
    overflow: hidden !important;
}
body {
	background: #ffffff;
	color:#72809D;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	overflow-x: hidden !important;
	font-weight: 400;
    scroll-behavior: smooth;
}

/* h3,h4,h5,h6{
    font-family: 'Oswald' ,sans-serif !important;
    color: #434445;
}

h1,h2{
    font-family: "Hatton Medium" !important;
    font-size:3em !important; 
    font-weight:100 !important;
} */
/* 
.fontTest{
    font-family: newForest !important;
    font-size:4em !important; 
    font-weight:100 !important;
} */

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    color:#30384e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none; }

a.link {
  color:#e42d29; }
a.link:hover, a.link:focus, a:hover, a:focus {
    color:#091c3e; 
}
a.text-success:focus, a.text-success:hover {
    color:#27b737 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:#091c3e !important;
}
a.text-warning:focus, a.text-warning:hover {
    color:#ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
    color:#f33066 !important;
}
a.white-link {
  color: #ffffff; }
  a.white-link:hover, a.white-link:focus {
    color: #263238; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:50px 0 50px;
	position:relative;
}
section.min{
	padding:50px 0 50px;
	position:relative;
}
.light-bg {
    background:#ecf7f3;
}
p {
    line-height:1.8;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.shadow-0{
	box-shadow:none !important;
}
.dn {
    display: none;
}
/*------------ GLobal Settings: Heading-------------*/ 
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#2D3954;
	font-weight:600;
	text-transform: capitalize;
	font-family: 'Jost', sans-serif;
}

h5,
h6 {
	color:#2D3954;  
}
h1 {
  line-height: 1.2em;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead{
	font-size:20px !important;
}
.lead-i{
    font-family: 'Work Sans', sans-serif;
	font-size:22px !important;
	font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }
.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }
.theme-cl{
	color:#091c3e !important;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}
ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left:30px;
    position: relative;
}
ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    color: #27b737;
    font-family: 'themify';
}
ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color:#0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
	height:10px;
}
.ht-20{
	height:20px;
}
.ht-30{
	height:30px;
}
.ht-40{
	height:40px;
}
.ht-50{
	height:50px;
}
.ht-60{
	height:60px;
}
.ht-70{
	height:70px;
}
.ht-80{
	height:80px;
}
.ht-80{
	height:80px;
}
.ht-100{
	height:100px;
}
.ht-110{
	height:110px;
}
.ht-120{
	height:120px;
}
.ht-130{
	height:130px;
}
.ht-140{
	height:140px;
}
.ht-150{
	height:150px;
}
.ht-160{
	height:160px;
}
.ht-170{
	height:170px;
}
.ht-180{
	height:180px;
}
.ht-190{
	height:190px;
}
.ht-200{
	height:200px;
}
.ht-100{
	height:100%;
	min-height:580px;
}
.h-100{
	height:100vh;
	min-height:580px;
}
.hts-100{
	height:100%;
}
/*------------ Global Settings: Typography ----------------*/
.type--fade {
  opacity: .5;
}
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-style: italic;
}
.type--fine-print {
  font-size: 0.85714286em;
}
.type--strikethrough {
  text-decoration: line-through;
  opacity: .5;
}
.type--underline {
  text-decoration: underline;
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
.bg-img-holder:not([class*='col-']) {
  width: 100%;
}
.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
  background: none;
}
.bg-img-holder img {
  display: none;
}
.imagebg.border--round {
    overflow: hidden;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5; 
  border-radius:6px
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p{
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: spinner-width-sm;
  height: spinner-height-sm;
  border-width: spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ GLobal Settings: Blockquote -------------*/ 
.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*------------ GLobal Settings: Call To Action -------------*/
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
}	
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
	background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }


/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid #e0ecf5 !important; }

html body .b-l {
  border-left: 1px solid #e0ecf5 !important; }

html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important; }

html body .b-t {
  border-top: 1px solid #e0ecf5 !important; }

html body .b-all {
  border: 1px solid #e0ecf5 !important; }


/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }


/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #f33066 !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #ff9b20 !important; }

.text-success {
  color: #27b737 !important; }

.text-info {
  color:#03a98a !important; }

.text-inverse {
  color: #3e4555 !important; }

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}
.alert-success {
    color: #27b737;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}
.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}
.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}
.alert-danger {
    color: #f33066;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}
.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}
.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color:#e42d29 !important; }

.bg-success {
  background-color: #27b737 !important; }

.bg-info {
  background-color:#1ac790 !important; }

.bg-warning {
  background-color: #ff9b20 !important; }

.bg-danger {
  background-color: #f33066 !important; }

.bg-orange {
  background-color: #ec2828 !important; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }
/*-------------- GLobal Settings: Rounds ----------------*/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background:#e42d29; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background:#e42d29; }

.round.round-warning {
  background: #ff9b20; }

.round.round-danger {
  background: #f33066; }

.round.round-success {
  background: #27b737; }

.round.round-primary {
  background:#e42d29; }

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #27b737; }

.label-info {
  background-color:#e42d29; }

.label-warning {
  background-color: #ff9b20; }

.label-danger {
  background-color: #f33066; }

.label-primary {
  background-color:#e42d29; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #27b737; }

.label-light-info {
  background-color: #cfecfe;
  color:#e42d29; }

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f0f4f7;
}
.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
    padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding:20px 15px;
	text-align:center;
}
table.table tr th {
    font-weight: 600;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e !important;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/*----------- Group Button ------------*/
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn-secondary a{
	box-shadow:none !important;
    border-left: 1px solid rgba(255,255,255,0.1) !important;
}
.btn-group .btn-secondary:first-child {
    border-left:none !important;
}
.btn-group .btn {
    border-radius: 0.3rem;
	overflow: hidden;
	padding:0px;
}
.btn-group .btn a {
	padding:1rem 1.5rem;
}
.nav-link.active, .btn-group .btn-secondary:hover a,.btn-group .btn-secondary:focus a, .btn-group .btn-secondary .nav-link {
    color: #ffffff;
}
label.btn {
    border: none !important;
}
.btn-group .btn-secondary a {
    color: #fff !important;
    background-color: #122947 !important;
    border-radius: 0 !important;
}
.btn-group .btn-secondary .nav-link.active, .btn-group .btn-secondary .nav-link:hover, .btn-group .btn-secondary .nav-link:focus {
    color:#fff;
    background-color:#e42d29 !important;
}

/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #27b737; }

.badge-info {
  background-color:#e42d29; }

.badge-primary {
  background-color:#e42d29; }

.badge-warning {
  background-color: #ff9b20; }

.badge-danger {
  background-color: #f33066; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }


/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
	margin: 0px;
	padding: 0px;
}

ul.list-style-none li {
	list-style: none; 
}

ul.list-style-none li a {
	color: #8d97ad;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
	font-size: 15.5px;
}
ul.list-style-none li a:hover {
	color:#e42d29;
}


/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color:#607394;
  font-size: 15.5px;
}


/*------------- GLobal Settings: Buttons ----------------*/
.btn {
    border: 2px solid transparent;
}
.btn {
	color: #ffffff;
	padding: 12px 25px;
	cursor: pointer;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	border-radius:0.1rem;
}
a.btn-trans-video{
    font-size: 1em;
    padding: 0.8em 1.6em;
	color:#e42d29;
} 
a.btn-trans-video i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background:#e42d29;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
	-webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid  a.btn-trans-video{
	color:#ffffff;
} 
.light-vid a.btn-trans-video i {
    background: #3583ff;
    color: #ffffff;
    box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
}
.btn:hover {
	color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  
.btn-link .underline {
    border-bottom: 1px solid #263238;
}
	
.btn-link:hover {
    color: #27b737;
}

.btn-light {
  color: #263238;
  border:1px solid #ffffff;
  border-radius:4px;
  margin-bottom:5px;
}
  
.btn-light:hover {
    background:#252c41;
    color: #ffffff !important;
    border-color:#252c41;
}

.btn-lg {
    padding: 0.8em 2em;
    font-size: 1.2em;
}

.btn-md {
  padding:1em 1.5em;
  font-size:1em;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius:50px !important;
  -webkit-border-radius:50px !important;
}

.btn-arrow {
  position: relative;
}
  
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
	
.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
	
.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
	
.btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; 
}
.btn-theme{
	background:#e42d29;
	border-color:#e42d29;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2{
	background:#3151B7;
	border-color:#3151B7;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus{
	background:#e42d29;
	border-color:#e42d29;
	color:#ffffff !important;
}
.btn-outline-theme {
    color:#e42d29;
    background-color: transparent;
    border:2px solid#e42d29;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
    color:#ffffff !important;
    background-color:#e42d29;
    border-color:#e42d29;
}
.btn-outline-theme-2 {
    color:#3151B7;
    background-color: transparent;
    border:2px solid #3151B7;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
    color:#ffffff;
    background-color:#3151B7;
    border-color:#3151B7;
}
.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color:#eef0f3;
  color: #8d97ad;
}
  
.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
}
	
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background:#e42d29;
  border: 1px solid#e42d29;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}
  
.btn-primary:hover,
.btn-primary.disabled:hover {
    background:#2677e6;
    border: 1px solid #2677e6;
}
	
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background:#e42d29;
  color: #ffffff;
  border: 1px solid#e42d29;
}
  
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1;
}
.btn-black{
  background:#263547;
  color: #ffffff;
  border:1px solid #263547;
}
  
.btn-black:hover,
.btn-black:focus {
    background:#0f7dff;
    border: 1px solid #0f7dff;
}
	
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #27b737;
  border: 1px solid #27b737;
  color: #ffffff;
}
  
.btn-success:hover,
.btn-success.disabled:hover {
    background: #1fd628;
    border: 1px solid #1fd628;
}
	
.btn-success.active, .btn-success:active, .btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #1fd628;
}

.btn-info,
.btn-info.disabled {
  background:#1ac790;
  border: 1px solid #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-info:hover,
.btn-info.disabled:hover {
    background:#1ac790;
    border: 1px solid #1ac790; 
}
	
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #0976ea;
}

.btn-warning,
.btn-warning.disabled {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}
  
.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #f1901a;
    color: #ffffff;
    border: 1px solid #f1901a;
}
	
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #f1901a;
    color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b;
}
	
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
  
.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
  
.btn-red:hover,
.btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f;
}
	
.btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b;
}

.btn-success-gradiant {
  background: #27b737;
  background: -webkit-linear-gradient(legacy-direction(to right), #27b737 0%, #1fd628 100%);
  background: -webkit-gradient(linear, left top, right top, from(#27b737), to(#1fd628));
  background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
  border: 0px; 
}
  
.btn-success-gradiant:hover {
    background: #1fd628;
    background: -webkit-linear-gradient(legacy-direction(to right), #1fd628 0%, #27b737 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1fd628), to(#27b737));
    background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}
	
.btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-danger-gradiant {
  background: #f33066;
  background: -webkit-linear-gradient(legacy-direction(to right), #f33066 0%, #ec2828 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f33066), to(#ec2828));
  background: -webkit-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: -o-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: linear-gradient(to right, #f33066 0%, #ec2828 100%);
  border: 0px;
}
  
.btn-danger-gradiant:hover {
    background: #ec2828;
    background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #f33066 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#f33066));
    background: -webkit-linear-gradient(left, #ec2828 0%, #f33066 100%);
    background: -o-linear-gradient(left, #ec2828 0%, #f33066 100%);
    background: linear-gradient(to right, #ec2828 0%, #f33066 100%);
}
	
.btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-warning-gradiant {
  background: #ff9b20;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff9b20 0%, #f48624 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff9b20), to(#f48624));
  background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
  border: 0px;
}
  
.btn-warning-gradiant:hover {
    background: #f48624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #ff9b20 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#ff9b20));
    background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}
	
  .btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}
	
.btn-info-gradiant, .btn-primary-gradiant {
  background:#e42d29;
  background: -webkit-linear-gradient(legacy-direction(to right),#e42d29 0%,#e42d29 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e42d29), to(#e42d29));
  background: -webkit-linear-gradient(left,#e42d29 0%,#e42d29 100%);
  background: -o-linear-gradient(left,#e42d29 0%,#e42d29 100%);
  background: linear-gradient(to right,#e42d29 0%,#e42d29 100%);
  border: 0px;
  color: #ffffff;
}

.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
    background:#e42d29;
    background: -webkit-linear-gradient(legacy-direction(to right),#e42d29 0%,#e42d29 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e42d29), to(#e42d29));
    background: -webkit-linear-gradient(left,#e42d29 0%,#e42d29 100%);
    background: -o-linear-gradient(left,#e42d29 0%,#e42d29 100%);
    background: linear-gradient(to right,#e42d29 0%,#e42d29 100%);
}
	
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #263238;
}

.btn-outline-primary {
  color:#e42d29;
  background-color: #ffffff;
  border-color:#e42d29;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background:#e42d29;
    color: #ffffff;
    border-color:#e42d29; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb;
}

.btn-outline-success, a.btn-outline-success {
  color: #27b737;
  background-color: transparent;
  border-color: #27b737;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #27b737;
    border-color: #27b737;
    color: #ffffff;
}
	
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1fd628;
}

.btn-outline-info {
  color:#1ac790;
  background-color: transparent;
  border-color:#1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background:#1ac790;
    border-color:#1ac790;
    color: #ffffff;
}
	
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background:#1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #ff9b20;
    border-color: #ff9b20;
    color: #ffffff;
}
	
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #f33066;
    border-color: #f33066;
    color: #ffffff;
}
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff;
}
	
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color:#1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a; 
  color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}
.btn-warning-light{
	color: #ff8f00!important;
    background: rgba(255,143,0,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-warning-light:hover, .btn-warning-light:focus{
	color:#ffffff !important;
    background:#ff8f00;
    border-color:#ff8f00;
}
.btn-success-light{
	color:#29cf8d !important;
    background: rgba(41,207,141,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-success-light:hover, .btn-success-light:focus{
	color:#ffffff !important;
    background:#29cf8d;
    border-color:#29cf8d;
}
.btn-primary-light{
	color:#e42d29 !important;
    background: rgba(51,137,255,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-primary-light:hover, .btn-primary-light:focus{
	color:#ffffff !important;
    background:#e42d29;
    border-color:#e42d29;
}
.btn-danger-light{
	color:#ed2929 !important;
    background: rgba(237,41,41,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-danger-light:hover, .btn-danger-light:focus{
	color:#ffffff !important;
    background:#ed2929;
    border-color:#ed2929;
}
.btn-over-light{
	color:#ffffff !important;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}
.btn-over-light:hover, .btn-over-light:focus{
	color:#ffffff !important;
    background:#ff8f00;
    border-color: rgba(255,255,255,0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}
.video-play-icon {
    width:6.42857143em;
    height:6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index:2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
	line-height:6em;
    background: #ffffff;
	box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
	-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
	color:#e42d29;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:0px auto 0 !important;
}
.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width:22px;
    height:22px;
    text-align: center;
    line-height:22px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#091c3e;
    border-color:#091c3e;
}

.pagination li:first-child a {
    background:#091c3e;
    border: 1px solid #091c3e;
    border-radius:50% !important;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:50% !important;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color:#091c3e;
    border-color:#091c3e;
    font-size: 11px;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    margin-left: 0;
}
.checkbox-custom-label, .radio-custom-label {
	position: relative;
	width: 100%;
}
.checkbox-custom + .checkbox-custom-label:before{
	content: '';
	background: #fff;
	border: 2px solid #dae3ec;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius:2px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}
._adv_features_list label i {
    font-style: initial;
    font-weight: 600;
    float: right;
}
.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rgba(5, 175, 120,0.1);
    border-radius: 2px;
    border: none;
}
.checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 10px;
    color: #05af78;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
background:#e42d29;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:#e42d29;
    position: absolute;
    top:3px;
    left:3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.inquireNowBtn:hover{
    background-color: white !important;
    color: black !important;
}


@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

.hidden-xl-down {
  display: none !important;
}
/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
	margin-bottom:2rem;
}
.sec-heading.lg {
	margin-bottom:30px;
}
.sec-heading.center {
	text-align:center;
}
.sec-heading h2, .sec-heading p{
	margin-bottom:5px;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}
.color-heading .sec-heading h2{
    color: #e42d29;	
}
.sec-heading p{
	margin-bottom:5px;
}
.single-items {
    padding: 0 10px;
}
.property-slide, .item-slide{
    margin: 0 -15px;
}
.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-left {
    flex: 1;
}
.sec-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
    height:54px;
    border-radius: 0;
    font-size:15px;
    box-shadow: none;
	padding:.5rem .75rem;
    border:1px solid #e0ecf5;
	background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .frm_submit_block .form-control{
    background: #f9fafc;
    border: 1px solid #ebedf5;
    border-radius: 3px;
	color: #646e77;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
.frm_submit_block h3 {
    margin-left: 10px;
}
.form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;
    border-radius: 4px;
}
.select2-container {
    width: 100% !important;
}
span.select2-selection.select2-selection--single {
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #e7eaf1;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
	border:none;
    height:54px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #16447d;
    font-weight: 600;
    line-height:54px;
    text-align: left;
    padding:0 15px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #245665 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#215463;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
	color:#495057 !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
    height:62px;
}
.form-control.fc-lg {
    height:62px;
}
textarea.form-control{
	height:100px;
}
textarea.form-control.lg{
	height:150px;
}
.form-control::-webkit-input-placeholder{color:#215463;}
.form-control:-ms-input-placeholder{color:#215463;}
.form-control::placeholder{color:#215463;}
.style-auto .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px !important;
    border:1px solid #f5f6fa;
	border-radius:4px;
	padding-left: 15px;
}
.style-auto .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}
.default-terms_wrap {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
}
.default-terms_wrap a {
    color: #17a2b8;
}
/*---------- Input Group -----------*/
.input-group .form-control {
    border-radius: 4px;
}
footer.style-2 {
    padding-top: 0;
}
.top-footer {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eaecf1;
    margin-bottom: 60px;
}
.foot-news-first h5 {
    margin: 0;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top-footer .input-group-text {
    background: transparent;
    border: none;
    cursor: pointer;
}
.top-footer input.form-control {
    border: none;
    background: transparent !important;
    min-width: 270px;
}
.top-footer .input-group {
    background: #eceef3;
    border-radius: 4px;
}

.dark-footer .top-footer {
    border-bottom: 1px solid #333c56;
}
.dark-footer .input-group {
    background: #2c344c;
}
.dark-footer .input-group-text {
    color:#7482ad;
}
.dark-footer .top-footer input.form-control {
    color:#ffffff;
}
.dark-footer .foot-news-first h5 {
    color: #ffffff;
}
/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color:#144273;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none;
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right;
    letter-spacing: 0.5px;
}

.nav-header {
    display: flex;
    align-items: center;
    float: left;
}

.nav-brand {
    padding:18px 15px;
    font-size: 24px;
	margin-right: 1rem;
	padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 10px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
    
}

.nav-menu>li>a {
    padding: 30px 12px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight:500;
    transition: color .3s, background .3s;
    font-size:14px;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    /*color: #091c3e !important;*/
}

.nav-menu>li>a>[class*=ion-], .nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    /* transform: scale(1.4); */
    top: 1px;
    position: relative;
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}
.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa, .nav-menu.nav-menu-social>li>a>.fas {
    font-size: 15px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top:6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color:transparent #506377 #506377 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #091c3e #091c3e transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #e42d29;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
	border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);    
}
.nav-menu>li>.nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width:22px;
  height:22px;
  left:27px;
  top:-12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s; 
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding:14px 20px 14px 10px;
	border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color:#333c56;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	font-family: 'Jost', sans-serif;
}
.nav-dropdown>li:last-child>a{
	border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
	color:#091c3e;
}
.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color:#091c3e;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #091c3e #091c3e transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background:#fff;
	z-index:6;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.nav-menu.nav-menu-social>li.add-listing {
    border-radius:5px;
    top: 16px;
    position: relative;
    height:50px;
    padding: 0px;
    margin-left: 10px;
    /* background-color: #53a57d !important; */
}
.nav-menu.nav-menu-social>li.add-listing.style-2 {
    border-radius:4px;
    min-width: 140px;
    top:17px;
    position: relative;
    height:46px;
}
.nav-menu.nav-menu-social>li.add-listing a {
    top:0px;
	padding: 30px 20px;
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit{
    background:#ffffff !important;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
    color:#333333 !important;
}
.nav-brand img {
    max-width:170px;
    width: 170px;
	position: relative;
    top:0px;
}
/*----------Dark Menu --------*/
@media (min-width: 993px) {
.nav-menu.nav-menu-social>li.add-listing.bg-white{
    background:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-white a{
    color:#333333 !important;
}
.header.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    color: white;
}
.header.head-shadow{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}
.header.head-border{
    border-bottom:1px solid #e9ecef;
}
.nav-menu.nav-menu-social>li.add-listing a {
    top: -15px;
}
.nav-menu.nav-menu-social>li.add-listing.style-2 a {
    top: -16px;
}
.header.header-dark {
    background-color: #1f263e;
}
.header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu>li>a {
    color: #ffffff;
}

.header.header-dark .nav-menu>li .nav-dropdown {
    background:#232b46;
}
.header.header-dark .nav-dropdown>li>a {
    border-bottom: 1px solid #2e3654;
}
.header.header-dark .nav-menu>li>.nav-dropdown:before {
  background-color:#232b46;
}

/*------ transparent --------*/
.header.header-transparent {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index:6;
    /* border-bottom: 1px solid #8da6a1; */
}
.header.header-transparent.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background:#ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
    color: white;
    font-weight: bold;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
    color: #073937;
    font-weight: bold;
}
.change-logo .nav-brand.fixed-logo {
    display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
    display: none;
}

.dark-text .nav-brand, .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover, .header-transparent.dark-text .nav-menu>li>a {
    color: #404656;
}
.header-transparent.dark-text .nav-menu>li>a:hover, .header-transparent.dark-text .nav-menu>li>a:focus {
    color:#e42d29;
}
.header-transparent .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}
.header-transparent.header-fixed .submenu-indicator-chevron {
    border-color:transparent #506377 #506377 transparent;
}
.header.header-fixed a.alio_green {
    color: #07ad7f !important;
}
.mobile_nav {
    display: none;
}
li._my_prt_list a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    color:#293544;
    font-family: 'Jost', sans-serif;
}
li._my_prt_list a span {
    width: auto;
    padding: 0px 6px;
    background: #091c3e;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 4px;
}
}
@media (max-width: 992px) {
.navigation-portrait .nav-brand {
    margin-left:25px;
    /* added*/
    float: right;
    text-align: right;
}
.nav-brand img {
    max-width:150px;
    position: relative;
    top: 2px;
}
.nav-brand {
    padding: 10px 15px;
	padding-right: 0;
}
.nav-header {
    width: 100%;
}
.navigation-portrait .nav-brand {
    flex: 1;
}
.mobile_nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.mobile_nav ul li {
    display: inline-block;
    padding-left:12px;
}
.mobile_nav ul li:first-child{
	padding-left:0;
}
.mobile_nav ul li a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    color:#293544;
    font-family: 'Jost', sans-serif;
}
.mobile_nav ul li._my_prt_list a span {
    width: auto;
    padding: 0px 6px;
    background: #091c3e;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 4px;
}
.mobile_nav ul li i.fas {
    position: relative;
    top: 3px;
}
.navigation-portrait .nav-menu.nav-menu-social {
    display: none;
}
.mobile_nav .account-drop .btn.btn-order-by-filt img.avater-img {
    width: 25px;
    border-radius: 50%;
}
.mobile_nav ul li a.add_prt {
    width:34px;
    height:34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:#fb8b00;
    border-radius:50%;
    color: #ffffff;
    line-height: 0;
}
.mobile_nav ul li a.add_prt i.fas {
    top: 0;
}
}



/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before{
    margin-left: 10px;
    content:"\e61a";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:12px;
    top:2px;
}
nav .menu > li.dropdown  li.dropdown > a:before{
    margin-left: 10px;
    content:"\e649";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:14px;
    top:1px;
}

nav .menu li.dropdown.open > a{
    color: #e74c3c;
	
}
.top-header {
    background:#232c3d;
    padding:12px 0;
    color: #ffffff;
}
.cn-info ul {
    padding: 0;
    margin: 0;
}
.cn-info ul li {
    list-style:none;
	display:inline-block;
	margin-right:15px;
}
.cn-info ul li i{
	margin-right:5px;
}
.cn-info ul li:last-child{
	margin-right:0;
}
.top-social{
	padding: 0;
    margin: 0;
	float:right;
}
.top-social li{
	list-style:none;
	display:inline-block;
	margin-right:15px;	
}
.top-social li:last-child{
	margin-right:0;
}
.top-social li a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
}
.mg-menu-items{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
}
.mg-menu-items i{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.mg-menu-items h5{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
	font-size: 15px;
	color:#031b4e;
	margin-bottom:0;
}
.mg-menu-items h5>span {
    color:#72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 3px;
    margin-top: 0;
    font-weight: 600;
	border-radius:50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
	-webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width:30px;
    border-radius: 50%;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}


/*===================================================
 Homes Banner
==================================================*/
.slickes {
    position: relative;
	overflow:hidden;
}
.theme-bg-light.slickes:before {
    position: absolute;
    content: url(../img/avatar-large-1.png);
    right: 0;
    bottom:-40px;
}

.image-bg {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.hero_banner {
    padding:5em 0 5em;
    display: flex;
	z-index: 2;
    flex-wrap: wrap;
	min-height: 400px;
    justify-content: center;
    align-items: center;
}
.hero_banner.dark-text h1, .hero_banner.dark-text p, .hero_banner.dark-text h1, .hero_banner.dark-text  p{
	color:#4d5968;
}
.stylish {
    font-size: 25px;
    font-family: initial;
    font-weight: 500;
    color: #ffffff;
    font-style: italic;
}
.hace-desti-sub h2 {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 500 !important;
}
.popular-categories {
    margin-top: 30px;
    display: inline-block;
}

ul.popular-categories-list {
    display: table;
    margin:0;
	padding: 0;
}

ul.popular-categories-list li {
    float: left;
    padding: 5px 15px;
    list-style: none;
}
ul.popular-categories-list li a {
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    width: 100px;
    height:85px;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    border-radius:1px;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255,0.2);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255,0.2);
    text-align: center;
    padding:0.8rem 0;
}
ul.popular-categories-list li a i {
    display: block;
    font-size: 38px;
    margin-bottom: 0;
    line-height: 1;
}

.pc-box p {
    font-size: 13px;
    opacity: 1;
    font-weight: 500;
}

.pc-box i {
    font-size: 20px;
    margin-bottom: 10px;
}

ul.popular-categories-list li a:hover,
ul.popular-categories-list li a:focus {
    background:rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255,1);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255,1);
	color:#e42d29;
}
ul.popular-categories-list li a:hover span,
ul.popular-categories-list li a:focus span {
	color:#2c3854;
}
span.pcat-name {
    position: absolute;
    top: 15px;
    left: 20px;
    background: rgba(255, 255, 255, 0.5);
    padding: 2px 15px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
}

span.rating-count {
    font-size: 12px;
    margin-left: 3px;
}

.listing-info {
    float: right;
    display: block;
}

.listing-info ul {
    margin: 0;
    padding: 0;
}

.listing-info ul li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    font-size: 13.5px;
}

.listing-info ul li i {
    margin-right: 6px;
}

span.like-listing {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: table;
   
}
.single-top {
    padding: 0 10px;
}
.slick-track {
    padding: 10px 0;
}
.featured_slick_gallery .slick-track, .single-advance-property .slick-track {
    padding: 0;
}
.home-slider .slick-track {
    padding:0;
}
.form-box {
    position: relative;
    min-height: 52px;
}
.text-mlixer {
    max-width: 700px;
    text-align: center;
    line-height: 1.7;
    margin: 0 auto;
    padding-top: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.home-slider .slick-next {
    right:20px;
}
.home-slider .slick-prev {
    left:20px;
	z-index: 1;
}
/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
	background:#232323;
	background-position:center;
	background-size:cover;
	padding:4em 0;
	position:relative;
}
.large-banner {
    padding: 5em 0 3em;
    display: flex;
	min-height:660px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.verticle-center{
	text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero_banner>*{
	position:relative;
	z-index:1;
}
.hero_banner h1{
	font-weight:800;
	line-height:1.3;
}
.hero_banner p{
	font-size:18px;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background:#112848;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
.top_overlio .full_search_box.hero_search-radius.modern {
    margin-top: -36px;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

/*------------ Agent Grid ---------*/
.grid_agents{
	position: relative;
/*	background:#ffffff;*/
    border-radius:0.5rem;
	margin-bottom:30px;
	/*border:1px solid #e8ebef;*/
	transition:all ease 0.4s;
}
.grid_agents:hover, .grid_agents:focus{
	/*border:1px solid transparent;*/
/*	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);*/
}
.grid_agents.b-none{
	border:none;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.grid_agents-wrap{
	padding:3rem 1.5rem 2.5rem;
}
.fr-grid-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: table;
    position: relative;
    margin: 0.7em auto;
    box-shadow: 0px 0px 0px 5px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(237 240 245);
    border: 8px solid white;
    align-items: center;
    justify-content: center;
}
.fr-grid-thumb a {
    display: block;
    width: 120px;
    height: 120px;
	position:relative;
}
span.verified img {
    position: absolute;
    right: -6px;
    top: 0px;
    max-width: 15px !important;
}
.fr-grid-thumb img {
    width:120px;
    height:120px;
    border-radius:50%;
}
.fr-grid-deatil {
    text-align: center;
}
.fr-can-name{
	margin-bottom:2px;
}
.fr-position{
	font-size:15px;
}
.fr-can-rating{
    text-align: center;
}
.fr-can-rating i {
    font-size: 14px;
    color: #c4c8d0;
}
.fr-can-rating i.filled {
    color: #ff9800;
}
.grid_fr_info {
    margin-bottom:1.5rem;
}

.grid_fr_footer{
	padding:0rem 1.5rem 1rem;
}
.jb-featured {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 22px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background: #ff9800;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
}
.jb-featured a {
    color: #ffffff;
}
.overall-rate {
    position: absolute;
    right: -10px;
    bottom: 8px;
    background: #FF9800;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.agent-call{
    position: absolute;
    right: 20px;
    top: 25px;
}
.agent-call a, .agent-call a:hover, .agent-call a:focus{
	color:#19b12a;
	font-size:22px;
}
span.agent-type {
    display: block;
    font-size: 14px;
}
ul.inline_social {
    padding: 0;
    margin: 0;
}
ul.inline_social li {
    display: inline-block;
    list-style: none;
    padding: 7px 5px;
}
ul.inline_social li a {
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
ul.inline_social li a.fb{
	color:#3f51b5;
}
ul.inline_social li a.ln{
	color:#07a5ad;
}
ul.inline_social li a.gp{
	color:#d4381a;
}
ul.inline_social li a.ins{
	color:#b642ca;
}
ul.inline_social li a.tw{
	color:#03a9f4;
}
.grid_fr_footer {
    padding: 1rem 1.5rem 1rem;
    border-top:1px solid #e8ebef;
    display: flex;
    flex-wrap: wrap;
}
.grid_fr_footer .view-agen-btn {
    background: rgba(238, 32, 77,0.2);
    color: #e42d29;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 13px;
}
.elio_mx_list {
    position: absolute;
    bottom: 61px;
    left: 15px;
    font-size: 13px;
    padding: 10px 18px;
    background: #282c38;
    border-radius: 50px;
    color:#ffffff;
	font-weight:600;
}
.fr-infos-deatil {
    margin-top: 2rem;
    text-align: center;
    display: block;
}
.fr-infos-deatil .btn {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 4px;
    /* background-image: linear-gradient(to RIGHT, #DFBD69 , #926F34); */
	font-weight:600;
	color:#ffffff;
}

/*-------------- Style 2 ----------------*/
.grid_agents.style-2 .grid_agents-wrap {
    padding: 0 0 2.5rem;
}
.grid_agents.style-2 .fr-grid-thumb {
    width: 100%;
   /* padding: 10px;*/
    border: none;
    box-shadow: none;
    height: auto;
    border-radius: 6px;
	margin:0;
}
.grid_agents.style-2 .fr-grid-thumb a{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.grid_agents.style-2 .fr-grid-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.grid_agents.style-2 .elio_mx_list.theme-bg-2 {
    z-index: 1;
    /*top:25px;*/
	left:25px;
}
.grid_agents.style-2 ul.inline_social {
    position: absolute;
    bottom: -10px;
    padding: 7px 35px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -20%);
    background: #444445;
    border-radius: 8px 8px 0px 0px;
}
.grid_agents.style-2 ul.inline_social li {
    list-style: none;
    padding: 5px 10px;
}
.grid_agents.style-2 ul.inline_social li a {
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    background:#2f3a4e;
    color: #ffffff;
}
.foot-location span.pric_lio {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    background: #232323;
    padding: 0 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
	font-family: 'Jost', sans-serif;
    font-size: 17px;
}
/*------------------------------------------------
	Detail Page Style 
------------------------------------------------*/
.gg_single_part.left {
    position: relative;
    display: block;
    border-radius: 6px 0px 0px 6px;
    overflow: hidden;
}
.gg_single_part a {
    display: inline-block;
}
.gg_single_part-right {
    display: block;
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
}
.gg_single_part-right a {
    display: block;
}
.gg_single_part-right.min {
    height: 158px;
}

/*----- Single Advance Slider -----*/
.page-title {
    width: 100%;
    min-height: 250px;
	padding:unset !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #f4f5f7;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
}

.page-title2 {
    width: 100%;
    min-height: 250px;
	padding:unset !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #f4f5f7;
    background-position: center 70% !important;
    background-size: cover !important;
    border-radius: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    /*
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
	font-family:themify;
    content:"\e628";
    */
}
.gray .breadcrumb-item+.breadcrumb-item::before {
    color:#FFFFFF;
}
.ipt-title {
    margin-bottom: 5px;
}
.ipn-subtitle {
    font-size: 20px;
    font-family: initial;
    font-style: italic;
}
.page-title .breadcrumb-item.active, .page-title .breadcrumb-item a {
    color:#ffffff;
}
._page_tetio{
	text-align:center;	
}
.pledtio_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.pretio_top {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
/*----------- Breadcrumbs -----------*/
.breadcrumbs-wrap{
	margin-bottom:4rem;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0.5rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.listing-list-style {
    margin-bottom: 1rem;
    text-align: right;
}
/*------------------------------------------------------------
	Contact Info
-------------------------------------------------------------*/
.contact-info{
	margin-left: 1rem;
}
.cn-info-detail{
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cn-info-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.cn-info-icon i {
    font-size: 35px;
    color:#e42d29;
}
.cn-info-title {
    font-size:15px;
    margin-bottom: 2px;
}

/*------------------------------------------------------------
	PopUp Modal 
-------------------------------------------------------------*/
.modal-body {
    padding:2em 2em;
}
.modal-lg .modal-body {
    padding:1.4rem 1em 2em;
}
h4.modal-header-title {
    font-size: 2em;
    text-align: center;
    margin: 0rem 0 1em 0;
    font-weight: 300;
}
.btn.pop-login {
    border-radius:0.4rem;
    padding: 20px 0;
	background:#091c3e;
	border-color:#091c3e;
	margin-top:0.6rem;
}
.modal-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
}
.modal-divider:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E1E5F2;
}
.modal-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.social-login ul {
	margin: 0;
    width: 100%;
	padding:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-login ul li {
	display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    width:50%;
    list-style: none;
	padding:0 10px;
}
.social-login ul li a.btn {
    width: 100%;
	border-radius:0.3rem;
    padding:12px 15px;
	color:#ffffff;
    background:#f4f5f7;
}
.social-login ul li a.btn i{
	margin-right:7px;
}
.social-login ul li a.btn.connect-fb{
	background:#3b5998;	
}
.social-login ul li a.btn.connect-linkedin{
	background:#0073b0;
}
.signup .modal-dialog {
    max-width:880px;
	z-index: +999999;
}
.signup .form-group {
    margin-bottom: 1.5rem;
}
span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e6eaef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #1a1e2b !important;
    cursor: pointer;
    z-index: 1;
}
.resp_log_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-content.overli {
    border-radius: .5rem;
    overflow: hidden;
}
.resp_log_thumb {
    width: 45%;
    flex: 0 0 45%;
    background-size: cover !important;
    background-position: center !important;
}
.resp_log_caption {
    flex: 1;
    padding:2.5rem;
}
.resp_log_caption label {
    font-size: 12px;
    font-weight: 600;
    color: #2a3961;
}
.resp_log_caption .form-group .form-control {
    background: rgba(39, 174, 96,0.1);
    border: 1px solid rgba(39, 174, 96,0.2);
	color: #091c3e;
}
.resp_log_caption .form-group .form-control:focus{
    background:#ffffff;
	color:#091c3e;
    border: 1px solid rgba(39, 174, 96,0.2);
}
.resp_log_caption .input-with-icon i {
    color: #091c3e;
    opacity: 1;
}
.eltio_ol9 {
    display: flex;
    align-items: center;
    width: 100%;
}
.eltio_k1 {
    display: flex;
    flex: 1;
    align-items: center;
}
.eltio_k1 .checkbox-custom + .checkbox-custom-label:before {
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.eltio_k2 a {
    font-weight: 600;
    font-size: 13px;
    color: #2a3961;
}
.tabs_system.nav-pills.center {
    justify-content: center;
    margin-bottom: 2rem;
}
.resp_log_caption .mod-close {
    background: rgb(39, 174, 96,0.1);
    border-radius: 50%;
    color: #091c3e !important;
}
/*------------------- Filter Modal Popup ---------------------*/
.adv_ft_title {
    border-bottom: 1px solid #e6eaef;
}
.modal-lg .mod-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 14px;
    background: #e6eaef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #1a1e2b !important;
    cursor: pointer;
    z-index:2;
}
.filter_modal{
    z-index: 1;
    width:100%;
    height:70vh;
	min-height:470px;
	position:relative;
}
.filter_modal_flex{
	width:100%;
	height:70vh;
	min-height:470px;
}
.filter_modal{
  position: relative;
  overflow: hidden;
}
.filter_modal_inner{
  position: absolute;
  left: 0;
  right:0;
  width:100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.filter_modal_inner::-webkit-scrollbar {
  display: none;
}
a.map_filter.min {
    height:46px;
	border-radius:0.2rem;
    border: 2px solid #d2d7e2;
    color: #333c56;
    font-weight: 600;
    background: #ffffff;
}
.flt_item_content {
    display: flex;
    flex-wrap: wrap;
}
.flt_item_content.flcl{
    width: 100%;
    flex-direction: column;
}
.switchbtn {
    position: relative;
    width: 100%;
    /* display: flex; */
}
.flt_single_item {
    position: relative;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e6eaef;
}
.flt_item_lablel label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: #363a46;
}

.switchbtn-wrap {
    margin-right: 12px;
    margin-bottom: 5px;
}
.switchbtn-wrap:last-child {
    margin-right:0;
    margin-bottom: 5px;
}
.switchbtn {
    position: relative;
}
.switchbtn-checkbox {
    display: none;
}
.switchbtn-wrap label.switchbtn-label {
    letter-spacing: 0.5px;
    height: 42px;
    border-radius: 0.2rem;
    background: #f2f4f5;
    font-weight: 700;
    font-size: 13px;
    color: #47577d;
    cursor: pointer;
    display: flex;
	flex:1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 120px;
}
input:checked+.switchbtn-label {
    background:#091c3e;
	color:#ffffff;
}
.selected_item_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}
.slt_single_item {
    margin-right:5px;
}
.slt_single_item .remove_pills {
    font-size: 13px;
    font-weight: 600;
    color: #144273;
    padding: 10px 12px;
    background: #f0f4f9;
    border-radius: 0.2rem;
    display: inline-flex;
}
.slt_single_item .pills_clears{
	font-weight: 600;
    color:#144273;
}
span.remove_cross:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
    margin-left: 4px;
}
._mp_filter.center{
    align-items: center;
}
.flt_item_content.align_center .switchbtn-wrap {
    width: 23%;
}
/*---------- Datepicker ---------*/
.daterangepicker {
    border: 1px solid #dee3ea;
}
.daterangepicker {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    color: #2d3954;
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #545d79 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ed3271;
    color: #fff !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: rgba(237, 50, 113,0.1);
    color: #fe1445;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    min-width: 35px;
    width: 37px;
    height: 37px;
    line-height: 34px;
    font-size: 13px;
}
th.next.available, .prev.available {
    background: #e3b44836;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-color: #e3b448 !important;
}
/*-------------- Sidebar -----------*/
.single_widgets {
    border:1px solid #e5e8f3;
	background:#ffffff;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
	border-radius:0.4rem;
}
.single_widgets.widget_category ul {
    padding: 0;
    list-style: none;
}
.single_widgets.widget_category ul li {
    display: block;
    border-bottom:1px dashed #eceff3;
    padding: 11px 0;
}
.single_widgets.widget_category ul li:first-child {
    border-top: none;
}
.single_widgets.widget_category ul li a {
    font-size: 14px;
    font-weight: 600;
    color:#144273;
}
.single_widgets.widget_category ul li a span {
    float: right;
    background: #091c3e;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 11px;
    color: #ffffff;
}
.single_widgets.widget_thumb_post ul {
    padding: 0;
    list-style: none;
}
.single_widgets.widget_thumb_post ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}
.single_widgets.widget_thumb_post ul li .left {
    display: block;
    float: left;
    width: 80px;
}
.single_widgets.widget_thumb_post ul li .right {
    display: block;
    overflow: hidden;
}
.single_widgets.widget_thumb_post ul li .right .feed-title {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-weight:600;
    font-size:15px;
    line-height:22px;
    margin: 0 0 7px;
    padding-left: 20px;
}
.single_widgets.widget_thumb_post ul li .right .post-date {
    color: #144273;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
}
.single_widgets.widget_thumb_post ul li .right .post-date i {
    margin-right:5px;
}
.single_widgets.widget_thumb_post ul li .left img {
    width: 100%;
	border-radius:3px;
}
.single_widgets.widget_tags ul {
    padding: 0;
    list-style: none;
}
.single_widgets.widget_tags ul li {
    display: inline-block;
    margin-bottom:5px;
}
.single_widgets.widget_tags ul li a {
    background: #f3f5f8;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
    border-radius: 0.2rem;
    color: #144273;
    font-size: 13px;
    font-weight: 600;
}
.single_widgets.widget_tags ul li a:hover, .single_widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background:#091c3e;
}


/*------------------------------------------------------------
	General Features
-------------------------------------------------------------*/
/*---------- Slick Arrow -------------*/
.irs--flat .irs-line {
    top: 25px;
    height:7px;
    background-color: #d9dfe8;
    border-radius: 50px;
}

.irs--flat .irs-min, .irs--flat .irs-max {
    display: none;
}
.irs--flat .irs-bar {
    top: 25px;
    height:7px;
    background-color:#ff9800;
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -1px;
    left: 50%;
    width: 17px;
    height: 17px;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border:5px solid #333c56;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color:#ff9800;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color:#ff9800;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color:#fff;
}
.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
}
.list-img-slide .slick-track {
    padding: 0;
}
.slick-next {
    right:-20px;
}
.slick-prev {
    left:-20px;
	z-index: 1;
}
.slick-arrow:before {
    top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    /* background:#e3b448 !important; */
    font-size: 12px;
    color: #122947;
    cursor: pointer;
    border-radius:50px;
	opacity: 1;
    box-shadow: 0 5px 24px rgb(31 37 59 / 15%);
	-webkit-box-shadow: 0 5px 24px rgb(31 37 59 / 15%);
    transition: 0.2s;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
    color: #e42d29;
}
.space .single_items{
	padding:0 10px;
}
/*====================================
	Dashboard
==================================*/
.dashboard_stats_wrap {
    display: inline-block;
    padding: 0;
    height: 160px;
    background-color: #444;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .3s;
    cursor: default;
}
.dashboard_stats_wrap_content {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard_stats_wrap_content h4 {
    font-size:35px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}
.dashboard_stats_wrap_content span {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
}
.dashboard_stats_wrap-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 80px;
    opacity: .2;
}
.dashboard_stats_wrap-icon {
    font-size: 65px;
}
.dashboard_stats_wrap.widget-1 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #2bb170;
}
.dashboard_stats_wrap.widget-2 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #ce024b;
}
.dashboard_stats_wrap.widget-3 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #f39f00;
}

body #Packages {
    background: #ffffff !important;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    border-radius: 4px;
    margin: 10px 0;
}
.btn.btn-link.collapsed, .btn.btn-link:focus {
    text-decoration: none !important;
}
#extraPackages {
    padding:2rem 1.5rem;
    border-radius: 4px;
	background:#ffffff;
	margin-bottom:25px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.package-box {
    padding: 1rem 0rem 0;
    border: 1px solid #e8eaf1;
    border-radius: 4px;
    text-align: center;
	margin-bottom:1rem;
}
ul.packages-lists-list {
    padding:0 1rem 1rem;
    margin: 0;
}
ul.packages-lists-list li {
    list-style: none;
    padding: 5px 0;
}
.buypackage {
    background: #f4f5f7;
    padding:1rem 1rem;
    border-top: 1px solid #e3e6ec;
}
.packages-features-title {
    font-size: 17px;
}
.buypackage span {
    margin-top: 0.7rem;
    display: block;
}
.pay-btn {
    padding: 15px 20px;
    border-radius: 4px;
    background: #f4f5f7;
    margin: 0px 13px 5px 0px;
    display: inline-block;
}
.pay-btn.paypal {
    background: #1468d0;
    color: #ffffff !important;
}
.pay-btn.stripe {
    background: #7f35e0;
    color: #ffffff !important;
}
.pay-btn.wire-trans {
    background: #1ca6e4;
    color: #ffffff !important;
}
.dashboard-wraper {
    position: relative;
	background:#ffffff;
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    border-radius:10px;
}
.property_dashboard_navbar {
    position: relative;
    background: #ffffff;
    width: 100%;
	overflow:hidden;
    padding:2em 0 0;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.dash_user_avater {
    text-align: center;
    margin:2em 0;
	padding: 0 2rem;
}
.dash_user_avater img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 8px;
    box-shadow: 0px 0px 0px 5px rgb(237 240 245);
	-webkit-box-shadow: 0px 0px 0px 5px rgb(237 240 245);
}
.dash_user_avater h4 {
    margin: 10px 0 0px 0;
    font-size:17px;
}
.dash_user_menues ul {
    padding: 0;
    margin: 0;
}
.dash_user_menues ul li {
    list-style: none;
    padding:0px 12px;
    margin: 0;
    display: block;
    width: 100%;
}
.dash_user_menues ul li a {
    padding:1rem 1rem;
    color:#144273;
	border-radius:0.4rem;
	background:#ffffff;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    font-weight:500;
	position: relative;
	transition:all ease 0.4s;
	font-family:'Jost', sans-serif;
}
.dash_user_menues ul li a:hover, .dash_user_menues ul li a:focus{
	color: #091c3e;
	background: rgba(39, 174, 96,0.15);
}
.dash_user_menues ul li.active a {
    color: #091c3e;
	background: rgba(39, 174, 96,0.15);
    padding: 1rem 2rem;
    border-radius: 0.4rem;
}
.dash_user_menues ul li a i{
	margin-right:10px;
}
.dash_user_footer ul {
    padding:0;
    margin:2rem 0 0;
    display: flex;
    width: 100%;
    background: #091c3e;
}
.dash_user_footer ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    border-right: 1px solid #36bf70;
}
.dash_user_footer ul li:last-child{
	border:none;
}
.dash_user_footer ul li a {
    font-size: 16px;
    padding:14px 0;
    color: #ffffff;
}

/*------------ Chart ---------------*/
.list-inline {
    margin-bottom: 7px;
}

.list-inline {
    margin-bottom: 7px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline>li h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}
/*---------- Notification -----------*/
.card {
    border: 1px solid #e8ebef;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
 
}
.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.ground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ground-single-list {
    -webkit-box-align: center;
    align-items: center;
}
.ground-single-list {
    padding: 10px 10px;
    border-bottom: 1px solid #eaeff5;
}
.ground-single-list:last-child {
    border: none;
}
.ground>* {
    margin: 0 6px;
}
.ground-single-list a {
    position: relative;
}
.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #677897;
    border: 1px solid #eaeff5;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}
.ground-content {
    -ms-flex: 1;
    flex: 1;
}
.ground-content>* {
    margin-bottom: 0;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.ground-content>* {
    margin-bottom: 0;
    font-weight: 400;
}
.ground-content h6{
    font-size:14px;
}
/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call_action_wrap-wrap {
    padding: 50px 0;
}
.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	color:#ffffff;
    align-items: center;
}
.call_action_wrap-head {
    flex: 1;
}
.call_action_wrap h3 {
    color:#ffffff;
	margin-bottom:5px;
}
.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}

/*---------- Small footer -------------------*/
footer{
	z-index:99;
	position:relative;
}
footer.dark-footer{
	background:#1d2636;
}

footer.footer-small {
    padding: 50px 0 0 0;
}
img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}
img.img-footer.small {
    margin: 0;
    max-width:150px;
    position: relative;
    top: 2px;
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}

.footer_widget {
    padding:30px 0 30px;
}
h4.widget_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.footer_widget ul {
    padding: 0;
    margin: 0;
}
.footer_widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer_widget ul li a{
	color:white;
}
.light-footer .footer-bottom {
    background: #f4f5f7;
    border: none;
}
footer.skin-dark-footer .extream, footer.skin-light-footer .extream {
    letter-spacing: 1px;
    font-weight: 700;
	line-height:1.4;
    font-family: 'Muli', sans-serif;
}
footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer_widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: #5e6d88;
    transition: all ease 0.4s;
    font-size: 14px;
    font-weight: 600;
}
footer.skin-dark-footer .footer_widget ul li a:hover, footer.skin-dark-footer .footer_widget ul li a:focus{
    color:#ffffff;
}
.footer-bottom {
    padding:10px 0;
    border-top: 1px solid #273246;
}
.skin-dark-footer .footer-bottom {
    background:#1d2636;
	border-top:1px solid #273246;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.footer_widget ul li a span.new {
    margin-left: 4px;
    background: #091c3e;
    padding: 3px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
}
.footer_widget ul li a span.update{
    margin-left: 4px;
    background: #ff9800;
    padding: 3px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
}

/*------- Footer Top -------------*/
.foot-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.foot-news-first {
    padding-right: 2rem;
}

/* ========================================
	New Updated Styles
=========================================*/
.slick-dots li button:before {
    font-family: slick;
    font-size: 18px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgb(51, 60, 86);
    border-radius: 50%;
    color: transparent !important;
    box-shadow: 0px 0px 0px 4px rgba(31, 38, 62,0.2);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(79, 91, 125);
}
.slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 18px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height:10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#091c3e;
    border-radius: 50%;
	/*
    box-shadow:0px 0px 0px 4px rgba(39, 174, 96,0.3);
	-webkit-box-shadow:0px 0px 0px 4px rgba(39, 174, 96,0.3);
    */
}

/*--------- Team Styles -----------*/
.team-grid{
	background: #ffffff;
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	padding: 3em 0;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.single-team{
	padding:15px 10px;
}
.teamgrid-user {
	max-width: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.teamgrid-content {
padding: 15px 0;
text-align: center;
}
.teamgrid-content h4 {
    margin: 0;
    font-size: 17px;
}
.teamgrid-social ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.teamgrid-social ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}
.f-cl {
    color: #1943d0;
}
.t-cl {
    color: #12b0e8;
}
.i-cl {
    color: #d62ba4;
}
.l-cl {
    color: #0c9a9e;
}
.g-cl {
    color: #f53500;
}
.p-cl {
    color: #d21818;
}
.icon-mi-left {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.icon-mi-left i {
    font-size: 28px;
    color: #333;
    text-align: left;
    position: relative;
    top: 5px;
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(238, 32, 77,0.1);
    line-height: 60px;
    display: inline-block;
}
.icon-mi-left .icon-mi-left-content {
    padding: 0px 0 0 15px;
    margin-left: 70px;
}
.icon-mi-left h4 {
    text-align: left;
	margin-bottom: 5px;
    font-size:20px;
    font-weight: 600;
}
.icon-mi-left p{
	line-height:1.7;
}

/*--------- FAQ Design -----------*/
.ac-para {
    line-height: 1.8;
}
.contact-box{
    border-radius: 10px;
    overflow: hidden;
	padding:2.5em 2em;
	margin-bottom:30px;
	text-align:center;
	background:#ffffff;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.contact-box i {
    font-size:3em;
    display:table;
    margin: 0 auto 1rem auto;
}
.contact-box h4 {
    font-size: 18px;
    margin-bottom: 3px;
}
.contact-box p {
    margin-bottom: 0.3rem;
}
.contact-box .live-chat {
    background: rgba(25, 189, 88,0.1);
    color: #19bd58;
    border: none;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
	display:table;
	margin:5px auto 0 auto;
}
/*============== Bottom To top Scroll==============*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background:#333c56;
    color: #ffffff;
}
#back2Top:hover {
    background-color:#ffffff;
    color:#333c56;
}

#title,#title2{
    /*font-family: "Hatton Medium" !important;*/
    font-size:4em !important;
}

#subTitle{
    /* font-family: avenir; */
}

.activitiesTitle{
    font-family: browsugar !important;
    font-size:3em !important;
}

/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
@media all and (min-width: 993px) and (max-width: 1024px) {
.nav-menu.nav-menu-social>li.add-listing {
    display: none;
}
}
@media all and (min-width: 993px) and (max-width: 1199px) {
	span._list_blickes {
		font-size: 11px;
	}
	.listing-card-info-price {
		font-size: 18px;
	}
	
}
@media (max-height: 600px) {
	.pos-vertical-center {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
}

@media (min-width: 768px) {
.no-ul-list.third-row li {
	max-width:33.333333%;
	flex: 0 0 33.333333%;
}
.hidden-md-up {
	display: none !important; 
} 
}

@media (max-width: 991px) {
.hidden-md-down {
	display: none !important; 
}
.breadcrumbs-wrap {
    margin-bottom: 2rem;
}
.listing-list-style {
	text-align: left;
}	
}
@media (min-width: 992px) {
.call_action_wrap h3 {
    font-size: 40px;
    margin-bottom: 1rem;
}
div#fltbox {
    display: block;
}
a.filter_links {
    display: none;
}	
.hero_banner {
	min-height: 580px;
}
.overlay {
    margin-top: -80px;
    z-index:4;
}
.vw-lg-50 {
    width: 50vw !important;
}
.single-advance-property .slider-nav.style-2 {
    margin: auto;
    margin-top: -72px;
}
h1, .h1 {
	font-size:4.142em;
	line-height: 1.31818182em;
}
.breadcrumbs {
	margin-top: 92px;
}
.ct-header h1.big {
	font-size:70px;
	line-height:1;
}
.ct-u-display-tablex {
	min-height:500px;
	height:100vh;
}
.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
	display: block;
	margin-top: 0px;
}
.navbar-nav > .dropdown .dropdown-menu {
	min-width: 210px;
	margin-top: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.main-banner.image-banner, .hero-header, .hero_banner{
	min-height:660px;
}
.hero-header.min-banner{
	height:80vh;
	min-height:400px;
}

.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
	display: block;
	margin-top: 0px;
}

.navbar-nav > .dropdown .dropdown-menu {
	min-width: 210px;
	margin-top: 0px;
	border-radius:0 0 .25rem .25rem;
}


.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.hero_banner h2, .main-banner h1 {
	font-size:60px;
	line-height:1.1;
}

.hero-content h1{
	font-size:60px;
}
.content h1{
	font-size:70px;
}
.hero-content p{
	font-size:22px;
}

.jumbo-banner.software .hero-content {
	margin-top:0em;
}
.jumbo-banner.software .hero-content h1{
	font-size:60px;
}
.sec-heading h2{
	font-size:35px;
	line-height:1.2;
}

.page-title-wrap h1{
	font-size:55px;
	line-height:1.4;
}

.modal-dialog {
	margin: 30px auto;
}
.modal-dialog.modal-lg {
	max-width:700px;
	margin:100px auto 30px;
}
.modal-dialog.modal-xl{
	max-width:850px;
	margin:100px auto 30px;
}
.cta-sec h1, .cta-sec h2 {
	font-size: 38px;
	margin-bottom: 12px;
}
.hidden-lg-up {
	display: none !important;
}
.nav-left-side ul.attributes {
	float: none;
}	

}
@media (min-width: 993px) {
.nav-left-side .core-nav .nav-header{
	position: relative;
	float: left;
}
.home-slider-title h3 {
    font-size:100px;
    line-height:1;
    font-weight: 600;
}
.nav-brand img.sw-m {
    display: none;
}
}

@media (min-width: 1200px) {
.hero-content h1 {
		font-size:80px;
}
.hidden-xl-up {
    display: none !important;
}
.core-nav .megamenu.open > .megamenu-content{
	width:700px !important;
}
.home-slider .item {
    height: 100vh;
}

}
@media (max-width: 1199px) {
	.job-new-list .btn.btn-outline-info.float-right {
		float: none !important;
		margin: 0;
		display: table;
	}
	.verticle-job-detail .jb-title {
		font-size: 18px;
	}
	.verticle-job-thumb {
		max-width: 60px;
		width: 60px;
	}
	.verticle-job-detail {
		margin-left: 65px;
	}
	ul li.submit-attri {
		display: none;
	}
	
	.dw-proprty-info li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.agent-_blocks_wrap {
		padding: 32px 15px;
	}
}	

@media (max-width: 1023px) {
	.grid_fr_info ul li {
		font-size: 12px;
	}
	ul.selio_style li .prt_saveed_12lk {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 992px) {	
	.resp_log_wrap {
		display: block;
	}
	.resp_log_thumb {
		width: 100%;
		flex: 0 0 100%;
		height: 200px;
	}
	.m2_hide {
		display: none;
	}
	.resp_log_caption {
		flex: 1;
		padding: 2rem 1.5rem;
	}
	.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
		float: none;
	}
	.home-slider .item {
		min-height: 350px;
	}
	.home-slider .item, .property-slider .item {
		height: auto;
	}
	.navigation-portrait .nav-menu.nav-menu-social>li {
		margin:10px 0;
	}
	.nav-menu+.nav-menu>li:first-child:before {
		right:0px;
		top: 10px;
	}
	.nav-menu.nav-menu-social>li.add-listing {
		top: 0;
	}
	.header-dark-transparent nav .menu li a {
		color:#606c8e;
	}
	.header-dark-transparent button.toggle-bar.core-nav-toggle {
		color: #ffffff;
	}
	.header-dark-transparent.header-fixed button.toggle-bar.core-nav-toggle {
		color: #728496;
	}
	.nav-brand img.hd-992 {
		display: none;
	}
	._awards_group ._awards_list_wrap ._awards_list_thumb {
		width: 60px;
		height: 60px;
		display: flex;
	}
	._awards_list_wrap ._awards_list_caption h5 {
		margin: 0 0 5px;
		font-size: 30px;
	}
	._awards_list_wrap ._awards_list_caption span {
		font-size: 13px;
	}
	._awards_group ._awards_list_wrap {
		padding: 2rem 1rem 2rem 1rem;
	}
	.nav-menu>li .nav-dropdown {
		border: none;
		padding:0px;
		background:transparent;
		box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0rem;
        
	}

	.change-logo .nav-brand.static-logo {
		display:none;
	}
	.nav-menu>li .nav-dropdown {
		border: none;
		padding:0px;
		background:transparent;
		box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0rem;
	}
	.nav-menu.nav-menu-social>li.add-listing a {
		top: 0px;
		padding: 16px 20px;
		color: #ffffff !important;
	}
	.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding:12px 20px 12px 30px;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.main-banner.image-banner, .hero-header, .hero_banner, .large-banner{
		min-height:580px;
	}
	#main2 .filter_open_btn.style2 {
		left: 10px;
	}
	.db-991 {
		display: block !important;
	}
	ul.attributes {
		float: right;
	}
	button.toggle-bar.core-nav-toggle {
		color: #8594b3;
	}
	.core-nav .dropdown > .dropdown-menu {
	width: 100%;
	}
	.show-mb {
		display:initial !important;
	}
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header .brand {
		margin: 0 auto 10px;
		float: none;
	}
	nav .brand {
		top: 7px;
	}
	li.login-attri a {
		height: 42px;
		line-height: 42px;
		top: -4px;
		position: relative;
	}
	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top:22px;
		left: 15px;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
	
	h1.italian-header-capt {
		font-size:25px;
	}
	.packages_middlebody ul li {
		padding: 9px 0;
		font-size: 15px;
	}
	list-layout .single_property_style.property-1 .listing_thumb_wrapper {
		flex: initial;
	}
	.list-layout .single_property_style.property-1 .listing-content {
		flex: initial;
		position: relative;
	}
	.list-layout .single_property_style.property-1 {
		display: block;
		margin: 0 0 30px 0;
	}
	.list-layout .single_property_style.property-1 .listing-footer-wrapper {
		padding: 0.9rem 1rem;
		border-top: 1px solid #e5e9ec;
		width: 100%;
		display: flex;
		vertical-align: middle;
		align-items: center;
		position: relative;
		bottom: 0;
		width: 100%;
		justify-content: initial;
		left: 0;
	}
	
	.agency_list_wrap {
		display: block;
	}
	
	.avl-features li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.property_info_detail_wrap {
		position: relative;
		display: block;
	}
	.property_info_detail_wrap_first {
		flex: initial;
		margin-bottom: 1.5rem;
	}
	.single-advance-property .container-fluid.p-0 {
		padding: 0 15px !important;
	}



}


@media (max-width: 767px) {
	ul.prs_lists li span {
		display: inline-block;
		margin-bottom: 0;
		font-size: 12px;
		font-weight: 600;
	}
	.footer-flex .prt-view, .call-view {
		padding: 4px 12px;
		font-size: 13px;
	}	
	
	ul.prs_lists li {
		margin-right: 4px;
	}
	.dash_prt_wrap {
		display: block;
		width: 250px;
	}
	._awards_group ul._awards_lists {
		display: block;
	}
	
	._awards_group ul._awards_lists li {
		display: block;
		flex: 0 0 100%;
		border-right: none;
		width:100%;
		border-bottom: 1px solid #eef0f5;
	}
	._awards_group ul._awards_lists li:last-child{
		border-bottom:none;
	}
	._awards_group ._awards_list_wrap {
		justify-content: center;
	}
	.dash_prt_thumb {
		width: 100%;
		height: auto;
		margin-bottom: 0.5rem;
	}
	.dash_prt_thumb img {
		width: 100%;
	}
	.footer_widget {
		padding: 20px 0;
	}
	.footer-middle {
		padding: 15px 0;
	}
	.story-wrap.explore-content {
		margin-bottom: 2rem;
	}
	.dropdown-submenu > .dropdown-menu.show {
		display: block;
	}
	.featured_slick_padd {
		padding: 0 1rem;
	}
	.featured_slick_gallery-slide .featured_slick_padd {
		padding: 0rem;
	}
	.foot-news {
		display: block;
		margin-bottom:2rem;
	}
	.foot-news-first {
		padding: 0;
		margin-bottom: 1rem;
	}
	.top-footer ul.footer-bottom-social {
		text-align: center;
	}
	.hidden-sm-down {
		display: none !important;
	} 
	.shorting-wrap {
		display: block;
	}
	.shorting-title {
		margin-bottom: 1rem;
	}
	.breadcrumb-title {
		font-size: 22px;
		line-height: 28px;
	}
	#main2 .filter_open {
		right: 15px;
		top: -3px;
	}
	.call_action_wrap {
		display: block;
	}
	.call_action_wrap-head {
		margin-bottom: 1.5rem;
	}
	.btn-group .btn a {
		padding: 1rem 1rem;
	}
	.seo-contact .p-0 {
		padding: 0 15px !important;
	}
	.seo-contact button.btn {
		width: 100%;
	}
	.nav-tabs .nav-item a {
		padding: 0.5em 1em;
	}
	.boxed.boxed--lg {
		padding: 2.77em 1em;
	}
	.icon--lg {
		font-size: 3.57142857em;
	}
	.error-page h2 {
		font-size: 100px;
	}
	.pos-vertical-center{
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
	.listing-detail-item {
		display: inline-block;
		margin-left: 4px;
	}
	.tr-list-thumb {
		max-width: 75px;
		height: 75px;
		margin-right: 10px;
	}
	.tr-list-wrap {
		position: relative;
		bottom: 50px;
		display: block;
	}
	a.btn.btn-list {
		padding: 12px 10px;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.job-new-list .vc-thumb, .job-new-list .vc-content {
		float: none;
		margin:0.5rem 0;
		display: table;
	}
	.mpl-0 {
		padding-left: 0 !important;
	}
	.verticle-candidate-list .vc-content {
		margin-top: 1rem;
	}
	.top-header .cn-info {
		display: none;
	}
	.property_dashboard_navbar {
		margin-bottom: 2rem;
	}
	table.property-table-wrap .dashboard_propert_wrapper img {
	display: none;
	}
	table.property-table-wrap td {
		padding: 35px 2px;
	}
	table.property-table-wrap .dashboard_propert_wrapper .title h4 {
		font-size: 14px;
	}
	table.property-table-wrap td.action a {
		margin-left: 10px;
	}
	th.expire-date {
		display: none;
	}
	.page-sidebar {
		margin-top: 2rem;
	}
		li.login-attri.theme-log a {
		padding: 0 22px !important;
	}
	.flic:before{
		display:none;
	}
	.property_block_wrap:last-child {
		margin-bottom:30px;
	}
	.price_into_last, .prt-sect-pric {
		margin-top: 1rem;
	}
	ul.deatil_features li {
		width: 100%;
		flex: 0 0 50%;
	}
	.neary_section_first .nearby_place_title {
		font-size: 13px;
		line-height: 1.4;
	}
	.shorting_pagination {
		padding: 15px 0 10px;
	}
	.shorting-right {
		justify-content: flex-start;
	}
	.elco_bor {
		border: none;
	}
	._smart_testimons .facts-detail p {
		font-size: 16px;
	}
	._awards_group ul._awards_lists.four {
		display: flex;
		flex-flow: wrap;
	}
	._awards_group ul._awards_lists.four li {
		flex: 50%;
		width: 50%;
		border-right: 1px solid #eef0f5;
	}
	._awards_list_wrap ._awards_list_caption h5 {
		margin: 0 0 5px;
		font-size: 22px;
	}
	._awards_group ul._awards_lists.four ._awards_list_wrap ._awards_list_thumb {
		width:40px;
		height:40px;
		display: flex;
	}
	._awards_list_wrap ._awards_list_caption span {
		font-size: 11px;
		line-height: 1.2;
	}
	._awards_group ul._awards_lists.four li:nth-child(n+2),._awards_group ul._awards_lists.four li:nth-child(n+4){
			border-right:none;
	}
	._awards_group ul._awards_lists.four li:nth-child(n+3){
			border-right:1px solid #eef0f5;
	}
	._awards_group ul._awards_lists.four li:nth-child(n+1),._awards_group ul._awards_lists.four li:nth-child(n+2){
			border-bottom:1px solid #eef0f5;
	}
	._awards_list_wrap ._awards_list_caption {
		padding-left: 5px;
	}
	._awards_group ._awards_list_wrap {
		padding: 2rem 0.5rem 2rem 0.5rem;
	}
	.property-listing.list_view {
		display: block;
	}
	.property-listing.list_view .list_view_flex {
		padding: 1rem 0.7rem 0;
	}
	._prtis_list_header ul{
		display:flex;
		flex-wrap:wrap;
	}
	._prtis_list_header ul li {
		flex: 0 0 100%;
		margin-bottom: 1rem;
	}
	._prtis_list_header ul li:last-child{
		margin-bottom:0;
	}
	._walk_score_caption h5 {
		margin: 0;
		font-size: 15px;
	}
	._walk_score_view .view_walk {
		width: 50px;
		height: 50px;
		font-size: 23px;
	}
	._walk_score_list {
		display: block;
	}
	._walk_score_flex {
		margin-bottom: 0.8rem;
	}
	.author-review article .article_comments_thumb {
		width: 55px;
	}
	.author-review article .article_comments_thumb img {
		max-width: 55px;
	}
	.author-review article .comment-details {
		overflow: hidden;
		padding-left: 15px;
	}
	.rating-overview {
		display: block;
	}
	.rating-overview-box {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: none;
		text-align: center;
		width: 100%;
	}
	.rating-bars-item {
		width: calc(100% - 30px);
		margin: 10px 0px;
	}
	.dash-msg-inbox {
		display: none;
	}
	._mp_filter {
		display: block;
	}
	._mp_filter_first {
		margin-bottom: 1rem;
	}
	.selected_item_wrap {
		display: inline-block;
	}
	.slt_single_item {
		display: inline-block;
		margin-bottom: 8px;
	}
	.flt_item_content.align_center .switchbtn-wrap {
		width: 45%;
	}

    /* HomePage */

    .viewAllBtn{
        float: none !important;
        margin-top: 0 !important; 
       
    }

}


@media (max-width: 600px) {
	.bb-video-box {
		margin: 1rem auto;
	}
	.elgio_filter .btn {
		padding: 0 12px;
		font-size: 13px;
		height: 46px;
	}
	
	body #Packages .btn.btn-link {
		font-size: 12px;
	}
	
	.table td a .avatar-30 {
		display: none;
	}
	.package-box {
		margin-bottom: 1rem;
	}
	.pr-price-into h2 {
		font-size: 20px;
	}
	.property_video .bb-video-box {
		width: 80px;
		height: 80px;
	}
	.property_single_advance_caption {
    padding: 1rem 0.5rem;
	}
	.property_name_info .property-name {
		font-size: 18px;
		margin: 0;
	}
	.property_box-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.prt_box_single {
		margin-bottom: 1.5rem;
		width: 50%;
		flex: 0 0 50%;
		margin: 0 0 1.5rem;
	}
	.property_lexible-1 {
    display: block;
}
.gallery_bottom_block.transparent-top {
    background: #e0e7ec;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 2;
    border: none;
}
.gallery_bottom_block.transparent-top .pr-price-into h2 {
    color: #202f3c;
}
.gallery_bottom_block.transparent-top>* {
    color: #445767;
}
.gallery_bottom_block.transparent-top .prt-sect-pric h3 {
    color: #1c4c75;
}
.property_info_detail_wrap_first {
    flex: initial;
    margin-bottom: 1rem;
}
	.bb-video-box {
		margin: 1rem auto;
		width:80px;
		height:80px;
	}
	h1.big-header-capt {
		font-size: 20px;
	}
	.sec-heading h2 {
		font-size: 20px;
	}
	.bb-video-box-inner {
		width: 70px;
		height: 70px;
	}
	ul.popular-categories-list li a {
		width: 70px;
		height: 60px;
		font-size: 13px;
	}
	ul.popular-categories-list li a i {
		font-size: 22px;
	}
	.hero-header {
		min-height: 400px;
	}
	.signup-frm .btn {
		bottom: 4px;
		position: relative;
		right: 0;
		border-width: 0;
		height: 52px;
		margin-top: 12px;
		width: 100%;
	}
	ul.our-team-profile li a {
		width: 34px;
		height: 34px;
		line-height: 33px;
	}
	.rt-content-box ul.our-team-profile li {
		padding: 0;
		margin-right: 6px;
	}
	.lt-img-box {
		display: table;
		width: 105px;
		float: none;
		margin: 0 auto;
	}
	.rt-content-box {
		display: table;
		margin-left: 0;
		margin: 0 auto;
		text-align: center;
	}
	.jumbo-banner .btn-trans-video, .hero_banner .btn-trans-video {
		display: block;
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.error-page h2 {
		font-size: 50px;
	}
	.freelancer-thumb {
		float: none;
		margin-bottom: 1rem;
	}
	.freelancer-caption {
		display: block;
		margin-left: 0;
	}
	
	li.login-attri a {
		padding: 0 20px!important;
	}
	nav .brand {
		top: 14px;
	}
	.core-content .brand img {
		max-width: 125px;
	}
	.header.nav-left-side ul.attributes li a {
		padding: 22px 8px;
		font-size: 12px;
	}
	ul li.login-attri {
		padding: 13px 0 10px 15px;
	}
	ul.attributes li.log-seprate:before {
		top: 23px;
		right: -3px;
	}
	.avl-features li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

    /* HomePage */

    /* .homePageActivity{
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .homePageActivitySlick{
        margin-left: 1em !important;
    } */

    .homePageListing{
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    
    .viewAllBtn{
        float:none !important;
        margin-top: 0 !important; 
    }

    /* .homePageListingSlick{
        margin-left: 1em !important;
    } */

    .homePageCommu{
        margin-left: -4em;
    }

    /* Listing Page */

    .listingPageCard{
        width: 100% !important;
    }
}
@media (max-width:360px) {
	.navigation-portrait .nav-brand {
		margin-left: 20px;
	}
	.mobile_nav ul li a {
		font-size: 13px;
	}
	.mobile_nav ul li {
		padding-left:8px;
	}
	.nav-brand img {
		max-width:120px;
		position: relative;
		top: 2px;
	}
	.mobile_nav ul li a.add_prt {
		width: 30px;
		height: 30px;
	}
	.mobile_nav .account-drop .btn.btn-order-by-filt img.avater-img {
		width: 20px;
		border-radius: 50%;
	}
	
}


.cookie-consent{
   
    bottom: 0;
    z-index: 100;
    padding: 10px;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@media (max-width: 575px){
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid_agents.style-2 .fr-grid-thumb img{
        width: 60%;
    }
}
@media (max-width: 200px){
    .col-xs-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#e3b448;
	color:black;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
}



.float1{
	position:absolute;
    cursor: pointer;
	width:60px;
	height:60px;
	bottom:75px;
	right:0px;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    box-shadow: unset;
	color:black;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
  visibility: hidden;
  transition: .1s all ease-in-out;
 
}

.float2{
	position:absolute;
    cursor: pointer;
	width:60px;
	height:60px;
	bottom:150px;
	right:0px;
	background-color:#4267B2;
	color:black;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  visibility: hidden;
  transition: .1s all ease-in-out;
 
}

.float3{
	position:absolute;
    cursor: pointer;
	width:60px;
	height:60px;
	bottom:225px;
	right:0px;
	background-color:#0077b5;
	color:black;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  visibility: hidden;
  transition: .1s all ease-in;
 
}


/* .float1:after{

} */

.float:hover .float1{
    visibility: visible;
    transition: .5s all ease-in-out;
   
}


.float:hover .float2{
    visibility: visible;
    transition: .5s all ease-in-out;
   
}

.float:hover .float3{
    visibility: visible;
    transition: .5s all ease-in-out;
   
}

.fa-instagram:before{
    color:white;
}


.my-float{
	margin-top:16px;
    color: white;
}


.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

.ml-7 {
    margin-left: 5rem !important;
  }
  
  .overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(12 18 33 / 50%);
    opacity: 0.7;
    z-index: 3;
  }

  .slick-prev{
    top:5em;
    left: 3em;
  }

  .viewAllBtn{
    background-color: #1b365c !important;
  }

  .nav-menus-wrapper>ul>li>a{
    font-family: 'raleway';
    font-size: 1.3em;
  }

  .nav-submenu-open.nav-submenu{
    width:50%!important;
  }


  .dropdown-submenu:hover > .dropdown-menu {
	right:unset!important;
}

.add-listing{
    /* background-image: linear-gradient(to right, #006838 , #96cf24) !important; */
    background-color: #e3b448;
    transition: all ease .5s;
}

.add-listing:hover{
    background-color: #808080 !important;
    transition: all ease .5s;
}

.discoverMoreBtn{
    background-color:#74602c; ;
    color: white !important;
    border: none;
    transition: all ease .5s;
}

.discoverMoreBtn:hover{
    background-color:  #808080;
    transition: all ease .5s;
    color: white !important;
    border: none;
}

.filter-white{
    filter: invert(97%) sepia(98%) saturate(7%) hue-rotate(106deg) brightness(103%) contrast(103%);
}

.modal-backdrop{
    z-index: 1 !important;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
  }

  .moduless {
  width: 250px;
  margin: 0 0 1em 0;
  overflow: hidden;
}
.moduless p {
  margin: 0;
}

  .fad2e {
    position: relative;
    height: 3.6em; /* exactly three lines */
  }
  
  .fade2:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  }

  #explore{
    /* padding: unset !important; */
  }

  .exploreText{
    margin-top: 3%;
}

.card-deck{
    border: none;
}

.card{
    border: unset !important;
    border-radius: unset !important;
}

.discoverDrop{
    right: unset !important;
    opacity: unset !important;
}

/* .slick-prev {
    left: 3em !important;
} */

.listSubtitle{
    color:#6e777f !important ;
}

/* .evaluationBanner{
    font-size: 5em !important;
} */


/* @media (min-width: 1921px){
    #myVid{
        height: 100%;
    }

     .listingCard{
        width: 3% !important;
    }
    
    .exploreText{
        margin-top: 7%;
    }

    .listingPageCard{
        width:16% !important;
    }
} */