
/*------------- List Of Table -----------
# Fonts
# 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
# Responsiveness Start
# Bottom To top Scroll 
------------- List Of Table ----------*/
/*------------------------------------
  Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,500&display=swap');

/*------------------------------------
  Preloader
------------------------------------*/
.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #3a71ff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
form.dropzone.dz-clickable.primary-dropzone {
    background: #f9fafc;
    border: 1px solid #ebedf5;
}
i.req {
    color: #e41515;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
  GLobal Settings
-------------------------------------------------------------*/
* {
    outline: none; }

body {
    background: #ffffff;
    color:#797d8a;
    font-size:16px;

    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff; }
a {
    color:#2D3954;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

a.link {
    color:#00adef; }
a.link:hover, a.link:focus, a:hover, a:focus {
    color:#00adef;
}
a.text-success:focus, a.text-success:hover {
    color:#27b737 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:#f96825 !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:80px 0 80px;
    position:relative;
}
.section-bot-min{
    padding:80px 0 50px;
    position:relative;
}
p {
    line-height:1.8;
}

.gray-bg{
    background:#f7f9fc url(../img/pattern.png);
    background-size: cover;
    background-position: center;
}
.gray{
    background:#f7f9fc;
}
.gray-simple{
    background:#f7f9fc;
}
.bg-1{
    background:#f7d0cb;
}
.bg-2{
    background:#dde9ed;
}


.black {
    background: #252424;
}

.tbl {
    display: table;
}
.full-height {
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
    padding:0;
}
.no-ul-list li{
    list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
    width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
    padding: 0 15px;
}
.explore-content p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-style: italic;
}
.explore-content h1, .explore-content h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.shadow-0{
    box-shadow:none !important;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color:#000000;
    font-weight:600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

h5,
h6 {
    color:#2D3954;
}

.font-2{
    font-family: 'Montserrat', sans-serif;
}

h1 {
    line-height: 40px;
    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: 'Lora', serif;
    font-size:22px !important;
    font-style:italic;
}
.display-5 {
    font-size: 3rem; }

.display-6 {
    font-size: 36px; }

.display-7 {
    font-size: 26px; }

.box {
    border-radius: 4px;
    padding: 10px; }

html body .dl {
    display: inline-block; }

html body .db {
    display: block; }

.no-wrap td,
.no-wrap th {
    white-space: nowrap; }

.circle {
    border-radius: 100%; }

.theme-cl{
    color:#f96825;
}
.theme-bg{
    background:#f96825;
}
/*------------ 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;
}
/*------------ 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;
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-style: italic;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
    margin: 0;
}
.list-inline li {
    padding: 0 1em;
    margin-left: 0;
}
.list-inline li:first-child {
    padding-left: 0;
}
.list-inline li:last-child {
    padding-right: 0;
}
.list-inline.list-inline--narrow li {
    padding: 0 .5em;
}
.list-inline.list-inline--wide li {
    padding: 0 2em;
}
.color--white {
    color: #fff !important;
}
.color--dark {
    color: #252525 !important;
}
.color--success {
    color: #4ebf56 !important;
}
.color--error {
    color: #e23636 !important;
}
.bg--dark {
    background:#1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
    color: #ffffff;
}
.bg--dark .boxed:not([class*='bg-']), .imagebg:not(.image--light) .boxed:not([class*='bg-']), .bg--dark .large-features-2, .bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box, .bg--dark .large-features-box, .bg--dark .pricing-wrap {
    background: none;
    color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border, .imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
    border-color:#2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
    color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
    color: #fff;
}
.bg--site {
    background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
    color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
    color: #fff;
}
.bg--primary .color--primary {
    color: #fff !important;
}
.bg--light {
    background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
    color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
    color: #252525;
}
.bg--error {
    background: #e23636;
}
.bg--success {
    background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
    color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
    color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
    background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
    color: #fff;
}
.color--facebook {
    color: #3b5998 !important;
}
.color--twitter {
    color: #00aced !important;
}
.color--googleplus {
    color: #dd4b39 !important;
}
.color--instagram {
    color: #125688 !important;
}
.color--pinterest {
    color: #cb2027 !important;
}
.color--dribbble {
    color: #ea4c89 !important;
}
.color--behance {
    color: #053eff !important;
}
.color--linkedin {
    color: #1685b9 !important;
}
.bg--facebook {
    background: #3b5998 !important;
    color: #fff !important;
}
.bg--twitter {
    background: #00aced !important;
    color: #fff !important;
}
.bg--googleplus {
    background: #dd4b39 !important;
    color: #fff !important;
}
.bg--instagram {
    background: #125688 !important;
    color: #fff !important;
}
.bg--pinterest {
    background: #cb2027 !important;
    color: #fff !important;
}
.bg--dribbble {
    background: #ea4c89 !important;
    color: #fff !important;
}
.bg--behance {
    background: #053eff !important;
    color: #fff !important;
}
.bg--linkedin {
    background:#1685b9 !important;
    color: #fff !important;
}
.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;
}
[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;
}
[data-scrim-bottom] {
    position: relative;
}
[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #a5a5a5;
    color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
    background: #fff;
}
[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
    opacity: 1;
}
[data-scrim-top] {
    position: relative;
}
[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #e6e6e6;
}
[data-scrim-top].image--light:before {
    background: #fff;
}
[data-scrim-top="1"]:before {
    opacity: 0.1;
}
[data-scrim-top="2"]:before {
    opacity: 0.2;
}
[data-scrim-top="3"]:before {
    opacity: 0.3;
}
[data-scrim-top="4"]:before {
    opacity: 0.4;
}
[data-scrim-top="5"]:before {
    opacity: 0.5;
}
[data-scrim-top="6"]:before {
    opacity: 0.6;
}
[data-scrim-top="7"]:before {
    opacity: 0.7;
}
[data-scrim-top="8"]:before {
    opacity: 0.8;
}
[data-scrim-top="9"]:before {
    opacity: 0.9;
}
[data-scrim-top="10"]:before {
    opacity: 1;
}
.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,
div[data-overlay] ul {
    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:20px;
    height:20px;
    vertical-align: text-bottom;
    background:currentColor;
    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: Paddings ----------------*/
html body .p-0 {
    padding: 0px; }

html body .p-10 {
    padding: 10px; }

html body .p-15 {
    padding: 15px; }

html body .p-20 {
    padding: 20px; }

html body .p-30 {
    padding: 30px; }

html body .p-40 {
    padding: 40px; }

html body .p-l-0 {
    padding-left: 0px; }

html body .p-l-10 {
    padding-left: 10px; }

html body .p-l-20 {
    padding-left: 20px; }

html body .p-r-0 {
    padding-right: 0px; }

html body .p-r-10 {
    padding-right: 10px; }

html body .p-r-20 {
    padding-right: 20px; }

html body .p-r-30 {
    padding-right: 30px; }

html body .p-r-40 {
    padding-right: 40px; }

html body .p-t-0 {
    padding-top: 0px; }

html body .p-t-10 {
    padding-top: 10px; }

html body .p-t-20 {
    padding-top: 20px; }

html body .p-t-30 {
    padding-top: 30px; }

html body .p-b-0 {
    padding-bottom: 0px; }

html body .p-b-5 {
    padding-bottom: 5px; }

html body .p-b-10 {
    padding-bottom: 10px; }

html body .p-b-20 {
    padding-bottom: 20px; }

html body .p-b-30 {
    padding-bottom: 30px; }

html body .p-b-40 {
    padding-bottom: 40px; }

/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
    margin:auto; }

html body .m-0 {
    margin: 0px; }

html body .m-l-5 {
    margin-left: 5px; }

html body .m-l-10 {
    margin-left: 10px; }

html body .m-l-15 {
    margin-left: 15px; }

html body .m-l-20 {
    margin-left: 20px; }

html body .m-l-30 {
    margin-left: 30px; }

html body .m-l-40 {
    margin-left: 40px; }

html body .m-r-5 {
    margin-right: 5px; }

html body .m-r-10 {
    margin-right: 10px; }

html body .m-r-15 {
    margin-right: 15px; }

html body .m-r-20 {
    margin-right: 20px; }

html body .m-r-30 {
    margin-right: 30px; }

html body .m-r-40 {
    margin-right: 40px; }

html body .m-t-0 {
    margin-top: 0px; }

html body .m-t-5 {
    margin-top: 5px; }

html body .m-t-10 {
    margin-top: 10px; }

html body .m-t-15 {
    margin-top: 15px; }

html body .m-t-20 {
    margin-top: 20px; }

html body .m-t-30 {
    margin-top: 30px; }

html body .m-t-40 {
    margin-top: 40px; }

html body .m-b-0 {
    margin-bottom: 0px; }

html body .m-b-5 {
    margin-bottom: 5px; }

html body .m-b-10 {
    margin-bottom: 10px; }

html body .m-b-15 {
    margin-bottom: 15px; }

html body .m-b-20 {
    margin-bottom: 20px; }

html body .m-b-30 {
    margin-bottom: 30px; }

html body .m-b-40 {
    margin-bottom: 40px; }


/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
    vertical-align: top; }

html body .vm {
    vertical-align: middle; }

html body .vb {
    vertical-align: bottom; }

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
    opacity: 0.8; }

.op-7 {
    opacity: 0.7; }

.op-5 {
    opacity: 0.5; }

.op-3 {
    opacity: 0.3; }

/*------------ Global Setting: Multiple Bg Color For Category ---------*/
html body .bg-a{
    background:#f73d51;
}
html body .bg-b{
    background:#8a7cd9;
}
html body .bg-c{
    background:#ffb390;
}
html body .bg-d{
    background:#37b475;
}
html body .bg-e{
    background:#4b5e6c;
}
html body .bg-f{
    background:#f5b83b;
}
html body .bg-g{
    background:#5565d0;
}
html body .bg-h{
    background: #18bad9;
}
html body .bg-i{
    background:#433c63;
}
html body .bg-j{
    background:#ad4f87;
}
html body .bg-k{
    background:#ee7d4e;
}
html body .bg-l{
    background:#ff465a;
}
html body .bg-m{
    background:#f5b83b;
}
html body .bg-o{
    background:#18bad9;
}
html body .bg-p{
    background:#6877de;
}
html body .bg-q{
    background: #14af69;
}
html body .bg-r{
    background:#576977;
    color: #576977;
}
html body .bg-s{
    background:#fd5c05;
}
html body .bg-t{
    background:#8a7cd9;
}
html body .bg-u{
    background:#ff465a;
}
html body .bg-v{
    background: #8a7cd9;
}
html body .bg-x{
    background:#18bad9;
}
html body .bg-y{
    background: #f5b83b;
}
html body .bg-z{
    background:#ff8645;
}

/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
    font-weight: 600; }

html body .font-normal {
    font-weight: normal; }

html body .font-light {
    font-weight: 300; }

html body .font-medium {
    font-weight: 500; }

html body .font-16 {
    font-size: 16px; }

html body .font-14 {
    font-size: 14px; }

html body .font-13 {
    font-size: 13px; }

html body .font-10 {
    font-size: 10px; }

html body .font-18 {
    font-size: 18px; }

html body .font-20 {
    font-size: 20px; }



/*-------------- 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:#01b299 !important; }

.text-inverse {
    color: #3e4555 !important; }

html body .text-blue {
    color: #02bec9; }

html body .text-purple {
    color: #7460ee; }

html body .text-primary {
    color: #f96825 !important; }

html body .text-megna {
    color: #1dc8cd; }

html body .text-dark {
    color: #8d97ad; }

html body .text-themecolor {
    color: #f96825; }

/*-------------- 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: #f96825 !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; }

html body .bg-megna {
    background-color: #1dc8cd; }

html body .bg-theme {
    background-color: #f96825; }

html body .bg-inverse {
    background-color:#374158; }

html body .bg-purple {
    background-color: #7460ee; }

html body .bg-light {
    background-color: #f4f8fa !important; }

html body .bg-light-primary {
    background-color: #f1effd; }

html body .bg-light-success {
    background-color: #e8fdeb; }

html body .bg-light-info {
    background-color: #cfecfe; }

html body .bg-light-extra {
    background-color: #ebf3f5; }

html body .bg-light-warning {
    background-color: #fff8ec; }

html body .bg-light-danger {
    background-color: #f9e7eb; }

html body .bg-light-inverse {
    background-color: #f6f6f6; }

html body .bg-light {
    background-color:#f5f7f9; }

html body .bg-white {
    background-color: #ffffff; }

html body .bg-whites {
    background-color: #f4f5f7; }

html body .bg-red {
    background-color: #e21137; }

html body .bg-green {
    background-color: #4caf50; }

html body .bg-sky {
    background-color: #20b2c1; }

html body .bg-blue {
    background-color: #03a9f4; }

html body .bg-dark-blue{
    background-color:#192c48;
}
/*-------------- 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: #f96825; }
.round img {
    border-radius: 100%; }

.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px; }

.round.round-info {
    background: #f96825; }

.round.round-warning {
    background: #ff9b20; }

.round.round-danger {
    background: #f33066; }

.round.round-success {
    background: #27b737; }

.round.round-primary {
    background: #f96825; }

/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}
ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0;
}

/*-------------- 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: #f96825; }

.label-warning {
    background-color: #ff9b20; }

.label-danger {
    background-color: #f33066; }

.label-megna {
    background-color: #1dc8cd; }

.label-primary {
    background-color: #f96825; }

.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: #f96825; }

.label-light-warning {
    background-color: #fff8ec;
    color: #ff9b20; }

.label-light-danger {
    background-color: #f9e7eb;
    color: #f33066; }

.label-light-megna {
    background-color: #e0f2f4;
    color: #1dc8cd; }

.label-light-primary {
    background-color: #f1effd;
    color: #f96825; }

.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 #f7f9fb;
}
.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;
}
/*------------- 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: #f96825; }

.badge-primary {
    background-color: #f96825; }

.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: #f96825;
}


/*------------- 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: #f96825;
}
a.btn-trans-video i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #f96825;
    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;
}

.btn-light:hover {
    background:#f96825;
    color: #ffffff;
    border-color:#f96825;
}

.btn-lg {
    padding: 1.2em 2em;
    font-size: 1em;
}

.btn-md {
    padding:1em 1.5em;
    font-size:1em;
}

.btn-sm {
    padding: .30rem 1.5rem;
    font-size: 13px;
}

.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:#f96825;
    border-color:#f96825;
    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:#f96825;
    border-color:#f96825;
    color:#ffffff !important;
}
.btn-outline-theme {
    color: #00adef;
    background-color: transparent;
    border: 2px solid #00adef;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-weight: 600;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
    color: #ffffff !important;
    background-color: #00acee;
    border-color: #00acee;
}
.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:#f96825;
    border: 1px solid #f96825;
    -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: #f96825;
    color: #ffffff;
    border: 1px solid #f96825;
}

.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: #f96825;
    background: -webkit-linear-gradient(legacy-direction(to right), #f96825 0%, #f96825 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f96825), to(#f96825));
    background: -webkit-linear-gradient(left, #f96825 0%, #f96825 100%);
    background: -o-linear-gradient(left, #f96825 0%, #f96825 100%);
    background: linear-gradient(to right, #f96825 0%, #f96825 100%);
    border: 0px;
    color: #ffffff;
}

.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
    background: #f96825;
    background: -webkit-linear-gradient(legacy-direction(to right), #f96825 0%, #f96825 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f96825), to(#f96825));
    background: -webkit-linear-gradient(left, #f96825 0%, #f96825 100%);
    background: -o-linear-gradient(left, #f96825 0%, #f96825 100%);
    background: linear-gradient(to right, #f96825 0%, #f96825 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: #f96825;
    background-color: #ffffff;
    border-color: #f96825;
    -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: #f96825;
    color: #ffffff;
    border-color: #f96825; }
.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:#f96825 !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:#f96825;
    border-color:#f96825;
}
.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:#f96825;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius:2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.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:#f96825;*/
    /*border-color:#f96825;*/
}

.pagination li:first-child a {
    /*background:#f96825;*/
    /*border: 1px solid #f96825;*/
    border-radius:2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:2px;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    /*background-color: #f96825;*/
    /*border-color: #f96825;*/
}
/*----------- 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: pointerer;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.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;
}

.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: #f96825;*/
    border-radius:2px;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    /*background:#f96825;*/
    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: #f96825;
    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;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom:10px;
}
.sec-heading h2{
    position:relative;
}
.sec-heading .ti-heart{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #787878;
}
.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;
}
.sec-heading p{
    margin-bottom:5px;
    font-family: "Poppins", sans-serif;

}
.single-items {
    padding: 0 10px;
}
.property-slide, .item-slide{
    margin: 0 -15px;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
    height:56px;
    border-radius: 0;
    font-size:17px;
    box-shadow: none;
    padding:.5rem .75rem;
    border:1px solid #e0ecf5;
    background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .form-submit .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;
}
.form-submit h3 {
    margin-left: 10px;
}
.form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;
    border-radius: 4px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    border:none;
    height:56px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626a70;
    line-height:62px;
    text-align: left;
    padding:0 15px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8b9aad;
}
.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:180px;
}
.agent-widget textarea.form-control{
    height:120px;
}
/*------------- Form --------------*/
.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}
.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background:#394d8c;
    color: #ffffff;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
    opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
    background-color: #f9fafc;
    border-radius: 0;
    border: none;
    height: 56px;
    border: 1px solid #ebedf5;
    border-radius: 4px;
    padding-left: 15px;
}
.form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}
/**************************************
  Header Navigation Styles
***************************************/

.header-top .ticker{
    text-align: left;
    margin-left: 15px;
}


.nav-left-side .core-nav {
    display: inline-block;
    width: 100%;
}

.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
    float: left;
}
.header.nav-left-side ul.attributes li a {
    padding: 26px 10px;
}
.header ul.attributes.ad-two li a{
    font-size: 20px;
}
.header{
    position: relative;
    z-index:+999;
    padding: 10px 0;
    margin-top: 15px;
}
ul.attributes li a {
    color:#606c8e;
}
.header-dark-transparent ul.attributes li a{
    color:#ffffff;
}
.header-dark-transparent.header-fixed ul.attributes li a{
    color:#606c8e;
}
ul.attributes li.log-seprate:before {
    position: absolute;
    content: "/";
    font-size: 18px;
    opacity: 0.8;
    right: -4px;
    top:28px;
}
ul.attributes.ad-2 li.log-seprate:before{
    display:none;
}
.header-dark-transparent ul.attributes li.log-seprate:before{
    color:#ffffff;
}
.header-dark-transparent.header-fixed ul.attributes li.log-seprate:before{
    color:#606c8e;
}
nav {
    min-height: 60px;
}

nav .brand {
    display: block;
    position: relative;
    width:180px;
    top:14px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 0 0 8px 0;
    text-decoration: none;
    color: #00113d !important;
    font-size: 16px;
    font-weight: 500;
    margin: 19px 20px 0 0;
    border-bottom: solid 2px transparent;
    transition: all 0.2s;
}

nav .menu li:last-child a {
    margin-right: 0;
    color: #2f3d61 !important;
}

nav .menu li a.active, nav .menu li a:hover{
    border-bottom: solid 2px #007fb3;
    transition: all 0.2s;
}

.core-nav .wrap-core-nav-list .core-nav-list {
    margin: 7px 0;
    width: 100%;
}

.core-nav .wrap-core-nav-list.right{
    text-align: left !important;
}


nav .menu li a:hover {
    color:#fd5234;
}

.header-dark-transparent nav .menu li a{
    color:#00acee;
}
.header-dark-transparent nav .menu li .dropdown-menu li a, .header-dark-transparent nav .megamenu-content ul li a {
    color:#606c8e;
}
.header-dark-transparent.header-fixed nav .menu li a{
    color:#606c8e;
}

.header-light nav.headnavbar {
    background:#ffffff;
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}
.header-transparent nav.headnavbar {
    background: transparent;
    box-shadow:none;
    position: absolute;
    width: 100%;
    top: 0;
}
.header-dark-transparent nav.headnavbar {
    background: transparent;
    box-shadow:none;

    width: 100%;
    top: 0;
}
.header-light nav.headnavbar.no-shadow {
    box-shadow:none;
}
.header.header-fixed nav.headnavbar{
    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;
}
li.login-attri a{
    background: #ffffff;
    height: 46px;
    line-height: 46px;
    padding: 0 35px !important;
    border-radius: 50px;
    transition:ease 0.4s;
    box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
    -webkit-box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
    color:#4d5367 !important;
    font-size: 16px;
}
li.login-attri.mid-rb a, li.login-attri.mid-rb a:hover, li.login-attri.mid-rb a:focus{
    border-radius:3px;
    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);
}
.header-fixed li.login-attri.mid-rb a{
    border-radius:3px;
    box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
    -webkit-box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
}
li.login-attri a.br-4{
    border-radius:4px;
}
ul li.login-attri {
    padding:8px 0 8px 0px;
}
li.login-attri.theme-log a {
    background: #f96825;
    height: 46px;
    line-height: 46px;
    padding: 0 35px !important;
    border-radius:3px !important;
    box-shadow:none !important;
    color: #ffffff !important;
    font-size: 16px;
}
li.login-attri a:hover, li.login-attri a:focus{
    box-shadow:none;
}
nav .menu .mg-menu {
    padding: 1rem;
    display: inline-block;
    width: 100%;
}
nav .menu .mg-menu ul {
    padding: 0;
}
nav .menu .mg-menu li {
    width: 50%;
    display: inline-block;
}
nav .menu .mg-menu li a{
    font-size:17px;
    padding:16px 25px;
}
nav .menu .mg-menu li a i{
    font-size:2.4rem;
    margin-right:7px;
    color: #f96825;
}
nav .menu .dropdown-menu.lg-wt li a i{
    font-size:2.4rem;
    margin-right:7px;
    color: #f96825;
}
ul.submit-attribute {
    padding: 0;
    margin: 0;
    float: right;
}
ul.submit-attribute li {
    list-style: none;
    padding-left: 15px;
}
ul li.submit-attri{
    padding: 15px 0 12px 15px;
}
.attributes li.submit-attri a {
    background:transparent;
    height: 46px;
    line-height:40px;
    padding: 0 25px !important;
    border-radius:4px;
    display:inline-block;
    border:2px solid #ffffff;
    color:#ffffff;
    font-size: 16px;
}
.attributes li.submit-attri.theme-log a {
    background:transparent;
    height: 46px;
    line-height:40px;
    padding: 0 25px !important;
    border-radius:4px;
    display:inline-block;
    border:2px solid #f96825;
    color:#f96825;
    font-size: 16px;
}
.header-dark-transparent.header-fixed .attributes li.submit-attri a {
    border:2px solid #f96825;
    color:#f96825;
}
.header .brand.brand-overlay {
    display: none;
    opacity: 0;
    transition: all ease 0.4s;
}
.header.header-fixed .brand.brand-overlay {
    display: block;
    opacity: 1;
    transition: all ease 0.4s;
}
.header.header-fixed .brand.normal-logo{
    opacity:0;
    display:none;
}
.menu li a.active{
    color:#f96825;
}
/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before{
    margin-left: 4px;
    content:"\e64b";
    font-family:'themify';
    float: right;
    position: relative;
    font-size:12px;
    top: 1px;
    margin-right: 7px;
}
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: #00adef;

}


.core-nav .wrap-core-nav-list .core-nav-list li.dropdown:hover .dropdown-menu {
    display: block;
}


nav .menu li a:hover {
    color: #00adef;
}

.top-header {
    background: #2b4db9;
    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{
    color:#ffffff;
}
.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;
}
.dropdown-menu.lg-wt .mg-menu-items h5 {
    padding-left: 10px;
}
.mg-menu-items h5>span {
    color:#8492a6;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
    margin-top: 0px;
    font-weight: 600;
    color: #03516e;
}
button.btn.btn-order-by-filt {
    outline: none !important;
    border: none;
    font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 28px;
    border-radius: 50%;
    margin-right: 7px;
}
.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:3px 10px !important;
    box-shadow: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400 !important;
}

/*---------- Dark Header -----------*/
.header.dark-header nav.headnavbar {
    background: #181d2f;
}
.dark-header nav .menu>li>a{
    color: #ffffff;
}
.dark-header ul.attributes li a {
    color: #ffffff;
}

/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.hero-banner {
    padding:3em 0 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height:calc( 100vh - 125px );
    height: auto !important;
}


.hero-banner h4{margin-bottom: 60px;
    font-weight: 500;}

.hero-search-wrap {
    position: relative;
    background: #f8faff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding:30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.light {
    position: relative;
    background:#ffffff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding:30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
    background:rgba(255,255,255,0.15);
    border-radius:5px;
    padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
    width:100%;
    max-width:100%;
}
.hero-search h1 {
    text-transform: capitalize;
    color: #2b4db9 !important;
    font-size:35px;
    margin-bottom: 2rem;
}
.btn.search-btn {
    background: #00adef;
    padding: 17px;
    border-radius:5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    color: #ffffff;
    width: 100%;
    font-size:1.2rem;
}
.btn.search-btn:hover, .btn.search-btn:focus{
    color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text  p{
    color:#4d5968;
}

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
    background:#232323;
    background-position:center;
    background-size:cover;
    padding:4em 0;
    position:relative;
}
.large-banner {
    min-height: 100vh;
    padding: 5em 0 3em;
    display: flex;
    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:none;
    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;
}
.hero-banner>* {
    position: relative;
    z-index: 22;
}
.search-header-banner>* {
    position: relative;
    z-index: 22;
}
#canvas{
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.popular-cat-list{
    margin:2rem 0 1rem;
}
.popular-cat-list ul{
    margin:0;
    padding:0;
    text-align:center;
}
.popular-cat-list ul li{
    display:inline-block;
    padding:4px;
    list-style:none;
}
.popular-cat-list ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.2);
    font-size: 14px;
}
.popular-cat-list ul li a:hover, .popular-cat-list ul li a:focus{
    background:#ffffff;
}
.help-video {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pulse {
    display: inline-block;
    width:32px;
    height:32px;
    border-radius: 50%;
    background:#f96825;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.6);
    animation: pulse 2s infinite;
    margin-right: 10px;
    position:relative;
}
span.pulse:before {
    content: "\e6ad";
    font-family: themify;
    left: 10px;
    top: 7px;
    position: absolute;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
a.wt-video {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff !important;
    font-weight: 600;
}
a.wt-video:hover, a.wt-video:focus{
    color:#ffffff;
}
a.sb-directory {
    background: rgba(255,255,255,0.2);
    padding: 14px 30px;
    color: #ffffff !important;
    border-radius: 4px;
}
.rt-log{
    transform: rotate(-90deg);
}
/*------------ Homes Banner: Banner Form ------------*/
.signup-frm{
    max-width:510px;
    margin-top:15px;
    display:block;
    position: relative;
}
.signup-frm .form-control{
    width: 100%;
    font-size:16px;
    font-weight: 400;
    background-color:#ffffff;
    border:1px solid #cfd8dc;
    padding:22px 20px 18px;
    border-radius:2px;
    height: 60px;
}
.signup-frm .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 25px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
}

/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
    background: #ffffff;
    padding:25px 25px 10px;
    border-radius: 6px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}
.btn.reset-btn-outline {
    border:2px solid #bec2cc;
    padding:14px 25px 14px 25px;
    transition:all ease 0.4s;
    width:100%;
    color:#000000;
}
.no-ul-list.third-row {
    display: table;
    width: 100%;
    margin-bottom:15px;
}
.no-ul-list.third-row li {
    width: 50%;
    float: left;
    margin-bottom:7px;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
    background:#000000;
    border-color:#000000;
    color:#ffffff;
}
.btn.search-btn-outline {
    border:2px solid #f96825;
    padding:14px 25px 14px 25px;
    transition:all ease 0.4s;
    width:100%;
    color:#f96825;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
    background:#f96825;
    color:#ffffff;
}
#module>a, #module>a:hover, #module>a:focus{
    width: 100%;
    color:#2D3954;
    padding:14px 10px 14px 45px;
    position: relative;
    line-height: 1.25;
    display: inline-block;
}
#module a.collapsed:after  {
    content: 'Advanced Search';
    font-size: 18px;
}

#module a:not(.collapsed):after {
    content: 'Advanced Search';
    font-size: 18px;
}
#module a.collapsed:before, #module a:not(.collapsed):before {
    content: "\e61a";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top:9px;
}
#module a:not(.collapsed):before {
    content:"\e622";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top:9px;
}
/*--------- Search Modern with box shadow -----*/
.full-search-2.hero-search-radius.box-style {
    background: #ffffff;
    padding: 10px 20px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    overflow: inherit;
}
.italian-search.hero-search-radius.box-style .btn.search-btn {
    border-radius: 4px;
    height: 62px;
}
#multiSearchtab {
    margin: 1rem auto 1.5em;
    border: none;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#multiSearchtab li a {
    background: transparent !important;
    padding: 0 15px 10px;
    position: relative;
}
#multiSearchtab li a.active {
    color: #e4074e;
}
#multiSearchtab li a.active:before {
    top:26px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;

    display: block;
}
.hero-search-radius .filter-group {
    padding: 0;
    margin: 0;
    width: 100%;
}
.italian-search button#guest, .italian-search button#hotel-guest {
    width: 100%;
    display: inline-block;
    height: 60px;
    padding: 0;
    border: none;
    text-align: left;
    padding-left: 45px;
    color: #81839c;
}
span.bn-count {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color:#ffffff;
    border-radius: 50%;
}
.italian-search .filter-group .dropdown-menu {
    max-width:100%;
}
.upper-abs{
    z-index: 9 !important;
}
/*----------- Home Slider Banner -------------*/
.home-slider .item, .property-slider .item {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    height: 600px;
}
.home-slider .item {
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100vh;
}
.home-slider .item {
    background-size: cover !important;
    background-position: center !important;
}
.fullwidth-home-slider div {
    height: 100%;
}
.home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.home-slider .item:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 10%, #111c52);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.home-slider-price {
    display: inline-block;
    padding: 10px 20px;
    background: #2a47a5;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-weight:600;
    font-size: 20px;
}
.home-slider-price i {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}
.home-slider-title{
    display:inline-block;
    margin-bottom:20px;
    width:100%;
}
.home-slider-title a {
    font-size: 2rem;
    color: #ffffff;
}
.home-slider-title h3 {
    margin-bottom: 5px;
}
.home-slider-title span {
    color: #ffffff;
}
.home-slider-title span i{
    margin-right:7px;
}
.simple-search-wrap {
    max-width: 580px;
    margin:0;
}
.home-slider-desc .read-more {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background:#f96825;
    border-radius: 4px;
}
.simple-search-wrap h1{
    color:#ffffff;
}
.simple-search-wrap .pk-input-group {
    background: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    position: relative;
}
.simple-search-wrap .pk-input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    border: none;
    margin: 0;
    height:74px;
    padding-left:3rem;
}

.simple-search-wrap .pk-input-group .pk-subscribe-submit {
    background: #f96825;
    border: 1px solid #f96825;
    margin: 10px;
    padding: 1rem 2rem;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    color: #ffffff;
}
.simple-search-wrap .pk-input-group:after {
    content:"\e607";
    font-family:'themify';
    position: absolute;
    left: 0;
    top:2px;
    bottom: 0;
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c757d;
    font-size: 1.25rem;
    z-index: 3;
}
.large-banner{
    min-height: 100vh;
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.full-search-2 {
    background: #ffffff;
    padding:18px 25px 10px;
    border-radius: 6px;
    overflow: hidden;
}
.full-search-2.italian-search .form-group{
    margin-bottom:5px;
}
.full-search-2.transparent{
    background:transparent;
    padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}
.btn.reset-btn-outline {
    border:2px solid #bec2cc;
    padding:14px 25px 14px 25px;
    transition:all ease 0.4s;
    width:100%;
    color:#000000;
}
.btn.reset-btn {
    border: 2px solid #bec2cc;
    background: #000000;
    height: 60px;
    transition: all ease 0.4s;
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.no-ul-list.first-row, .no-ul-list {
    display: table;
    width: 100%;
    margin-bottom:15px;
}
.no-ul-list.third-row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.no-ul-list.second-row li {
    max-width: 50%;
    float: left;
    margin-bottom:7px;
    flex: 0 0 50%;
}
.no-ul-list.third-row li {
    max-width: 50%;
    float: left;
    margin-bottom:7px;
    flex: 0 0 50%;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
    background:#000000;
    border-color:#000000;
    color:#ffffff;
}
.btn.search-btn-outline {
    border:2px solid #f96825;
    padding:14px 25px 14px 25px;
    transition:all ease 0.4s;
    width:100%;
    color:#f96825;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
    background:#f96825;
    color:#ffffff !important;
}
h1.italian-header-capt {
    font-weight: 500;
    margin: 0 auto;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 50px;
    margin-bottom: 1em;
    text-align: center;
}
h1.big-header-capt {
    font-weight:700;
    margin: 0 auto;
    margin-bottom:0.4em;
    text-align: center;
    text-transform:uppercase;
}
h1.big-header-capt.capti {
    text-transform:capitalize;
}
.italian-search .input-with-icon .form-control,
.italian-search .input-with-shadow .form-control,
.italian-search .input-with-shadow .select2-container,
.italian-search .input-with-icon .select2-container {
    border: none;
    border-radius:3px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    box-shadow:none;
    -webkit-box-shadow: none;
    border:1px solid #bec2cc;
}
.small-padd{
    padding:0 5px !important;
}
.full-search-2.hero-search-radius {
    background: #ffffff;
    padding:10px 20px 5px;

}
.italian-search.hero-search-radius .input-with-icon .form-control,
.italian-search.hero-search-radius .input-with-shadow .form-control,
.italian-search.hero-search-radius .input-with-shadow .select2-container,
.italian-search.hero-search-radius .input-with-icon .select2-container {
    border: none;
    border-radius:3px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    box-shadow:none;
    -webkit-box-shadow: none;
    border:none;
}
.italian-search.hero-search-radius .btn.search-btn{

    height:62px;
}
/*-------------Home Map ----------------*/
.map-search-box {
    background: #ffffff;
    padding: 2em 2em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
button.btn.adv-btn {
    background: #2b4db9;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.map-container {
    float:left;
    width:100%;
    position:relative;
    overflow: hidden;
}
.fw-map {
    height:600px;
}
.map-container.column-map {
    width:50%;
    position:fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.map-container.column-map.right-pos-map {
    right:0;
}
.map-container.column-map.left-pos-map {
    left:0;
}
.map-container #map-main{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    z-index: 10;
    overflow:hidden;
}
.scrollContorl {
    position:absolute;
    z-index:1000;
    bottom:100px;
    right:20px;
    cursor:pointer;
    width:36px;
    height:36px;
    line-height:36px;
    background: #2F3B59;
    border-radius:4px;
    box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
    width:100%;
    position:relative;
    height:300px;
    float:left;
    margin-bottom:30px;
}
.box-widget #singleMap {
    margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
    position:fixed;
    z-index:100;
    top:50%;
    cursor:pointer;
    width:40px;
    height:40px;
    border-radius:100%;
    color:#fff;
    line-height:40px;
    margin-top:-20px;
    text-align:center;
    background:#2b4db9;
    box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
    -webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
    position:absolute;
    right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
    right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
    left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family:'themify';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content:"\e622";
}
.mapzoom-in:before{
    content:"\e61a";
}
.mapzoom-in {
    margin-top:-80px;
}
.mapnavigation {
    position:absolute;
    bottom:50px;
    right:7px;
    z-index:30;
    width:170px;
}
.mapnavigation a {
    width:70px;
    padding:8px 0;
    border-radius:4px;
    color:#fff;
    float:left;
    margin-left:10px;
    box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
    background: #2F3B59;
}
.cluster img{
    display:none
}
.cluster{
    width:40px!important;
    height:40px!important;
}
.cluster div{
    text-align:center;
    font-size:15px!important;
    color:#fff! important;
    background:#2b4db9;
    font-weight:600;
    border-radius:100%;
    width:40px!important;
    height:40px!important;
    line-height:38px!important;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
    background:#f96825;
}
@keyframes cluster-animation{
    0%,100%{box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);}
    50%{box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.2);}
}
.map-popup-location-phone , .map-popup-location-info {
    float:left;
    color:#666;
    font-size:13px;
    width:100%;
    text-align:left;
    margin-bottom:5px;
}
.map-popup-wrap {
    display:block;
    border-radius:8px;
    width:300px !important;
    background:#fff;
    position:relative;
}
.map-popup-wrap .property-listing.property-2{
    border:none;
    margin-top:0;
}
.map-popup {
    display:block;
    width:100%;
    position:relative;
    overflow:hidden;
    border-radius:10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
    position:absolute;
    width:30px;
    height:30px;
    line-height:30px;
    top:20px;
    right:20px;
    color:#2b4db9;
    text-align:center;
    border-radius:100%;
    z-index:20;
    background:#fff;
    box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
    cursor:pointer;
}
.infoBox-close:hover {
    background:#2b4db9;
    color:#ffffff;
}

.map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before {
    top:-2px;
}
.list-single-img a {
    position: relative;
    display: block;
}
.list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
}
/*------- Fullscreen Map Section ---------------- */

.fs-container {
    height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #fff;
}
.fs-left-map-box{
    float: left;
}
.fs-container #map-main{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
}
.fs-left-map-box .map-container.fw-map{
    width:40%;
    height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.half-map .fs-inner-container{
    position: relative;
    width:60%;
    background: #f9f9f9;
    min-height: 100vh;
    z-index: 10;
    float: right;
}
.map-container.fw-map #map-main{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}
.half-map .fs-content {
    padding: 2em;
}
.fs-container section.search {
    padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
    padding: 0 25px;
    margin: 0;
}

.fs-switcher {
    padding: 0 25px;
    margin: 0;
}

/* Inner Containers */
.fs-inner-container {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
}

.projects .img-wrap {
    height: 200px;
}

.projects .img-wrap:before, .projects .img-wrap .img-wrap-content {
    display: none;
}

.projects .img-wrap:hover:before, .projects .img-wrap:hover .img-wrap-content {
    display: block;
}

.img-wrap {
    height:300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index:1;
    margin: 10px 0;
    border-radius:4px;
}
.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #00739e;
    opacity: 0.4;
    z-index:11;
    transition: 0.3s ease-out;
}
.img-wrap-content {
    position: absolute;
    z-index:55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.img-wrap-content span {
    font-size: 16px;
    color: #fff;
}
.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.home-map.fl-wrap{
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
}
/*------------------ New Search ---------------*/
.hero-header .search-form, .hero-header .search-big-form{
    margin-top:2rem;
}
.search-form .form-control{
    height: 60px !important;
    border-radius:0px;
    padding-left:40px;
    box-shadow:none;
}
.search-form .btn {
    height: 60px !important;
    border-radius:0px;
    box-shadow:none;
}
.search-form .select2-container--default .select2-selection--single {
    height:60px;
    border:none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:58px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:60px;
}
.search-big-form .form-control{
    height:70px !important;
    border-radius:0px;
    padding-top:.6rem;
    padding-bottom:.6rem;
    padding-left:45px;
    box-shadow:none;
}
.search-big-form .btn {
    height:70px !important;
    border-radius:0px;
    padding-top:.6rem;
    padding-bottom:.6rem;
    box-shadow:none;
}
.search-big-form .select2-container--default .select2-selection--single {
    height:70px;
    border:none;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:68px;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:70px;
}
.search-form .form-group i{
    position: absolute;
    color: #bbc6d4;
    left:15px;
    top:24px;
}
.search-big-form .form-group i{
    position: absolute;
    color: #bbc6d4;
    left:13px;
    top:25px;
    font-size:22px;
}
.search-big-form.no-border .form-control:hover, .search-big-form.no-border .btn:hover,.search-big-form.no-border .form-control:focus, .search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover, .search-form.no-border .btn:hover,.search-form.no-border .form-control:focus, .search-form.no-border .btn:focus{
    outline:none;
    border:none;
    box-shadow:none;
}
.search-big-form.no-border .form-control, .search-big-form.no-border .btn,
.search-form.no-border .form-control, .search-form.no-border .btn{
    border:none;
}
form.search-big-form.search-shadow, form.search-form.search-shadow {
    padding: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}
.br-all .select2-container--default .select2-selection--single{
    border:1px solid #e0ecf5 !important;
}
.select2-dropdown {
    border: 1px solid #e0ecf5;
    z-index: +33333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e0ecf5;
}

.search-header-banner {
    background:#f6faff;
    padding:5em 0;
}

/*----------- Input With Icons ------------*/
.input-with-icon {
    position: relative;
    width: 100%;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container{
    border: none;
    border-radius:5px;
    padding-left: 45px;
    height:60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
.qty {
    position: relative;
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    padding-right: 45px;
}
.simple-frm .input-with-icon .form-control, .simple-frm .input-with-shadow .form-control, .simple-frm .input-with-shadow .select2-container, .simple-frm .input-with-icon .select2-container{
    border: none;
    border-radius:5px;
    padding-left: 45px;
    height:60px;
    background: #ffffff;
    border: 1px solid #e3e8f3;
    overflow: hidden;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.simple-frm .qty {
    position: relative;
    border: 1px solid #e3e8f3;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow:none;
    -webkit-box-shadow:none;
    padding-right: 45px;
}
.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size:18px;
    color:#a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}
.hero-search-content label {
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #2f3444;
    font-weight: 600;
}
.qty span.minus {
    height: 50px;
    width:50px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.qty span.plus{
    height: 50px;
    width:50px;
    position: absolute;
    right: 0;
    cursor:pointer;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.qty input.count {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    padding-left: 0 !important;
}
.qty span.cminus, .qty span.gminus {
    height: 50px;
    width:50px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.qty span.gplus, .qty span.cplus{
    height: 50px;
    width:50px;
    position: absolute;
    right: 0;
    cursor:pointer;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.qty input.guest, .qty input.children {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    padding-left: 0 !important;
}


/*====================================
  Listings Style
======================================*/
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: rgba(113, 149, 179, 0.2);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d3dbe2;
}
.owl-theme .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a3b1bb;
    border-radius: 50px;
    left: 3.9px;
    top: 3.2px;
}
.owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot:hover {
    outline: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 1.5rem;
}
.list-slide-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modern-list {
    background: #ffffff;
    position: relative;
    display: block;
    border-radius:14px;
    overflow: hidden;
    margin-bottom:30px;
    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);
}
.list-slide-box .modern-list{
    margin-bottom:0;
    box-shadow: none;
    border: solid 1px #f1f1f1;
}
.modern-list .popular {
    position: absolute;
    right:30px;
    top:30px;
}
.modern-list .hot {
    position: absolute;
    right:30px;
    top:30px;
}
.modern-list .new {
    position: absolute;
    right:30px;
    top:30px;
}
.grid-category-thumb {
    display: table;
    width: 100%;
    min-height: 200px;
    padding: 10px;
    border-radius:6px;
    overflow: hidden;
    position: relative;
}
.grid-category-thumb img {
    border-radius:10px;
    padding: 20px;
}
.modern-list-content {
    position: relative;
    padding:5px 20px 15px;
    display: table;
    width: 100%;
}
.lst-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}


h4.lst-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}

.lst-title i.ti-heart{ float: right;
    font-weight: 700;
    font-size: 22px; color: #787878;}

.list-rates i{
    color:#6e778a;
    font-size: 15px;
}
.list-rates i.filled {
    color:#ff8000;
}
.list-rates a {
    font-size: 14px;
    margin-left: 10px;
    color: #6e778a;
}
.overlay-cate {
    position: relative;
    height: 100%;
    display: block;
}
.overlay-cate:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 74%, #1a1d2b45);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    border-radius: 6px;
}
.modern-list .property_meta {
    display: block;
    margin: 15px 0 0 0;
    padding: 0 10px 0 10px;
    left: 30px;
    bottom: 30px;
}

.modern-list .property_meta p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}

.modern-list .listing-card-info-icon {
    font-size: 15px;
}
.modern-list .listing-card-info-icon {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
}
.modern-list .inc-fleat {
    margin-left: 15px;
    color: #ffffff;
}
.modern-list .inc-fleat.inc-add:before {
    background:url(../img/light-add.svg);
    content:"";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.modern-list .inc-fleat.inc-call:before {
    background: url(../img/light-call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.modern-list-cat {
    background: #f5203e;
    position: absolute;
    left: 30px;
    bottom: 104px;
    padding: 5px 16px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
}
.modern-list.ml-2 .author-avater {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    overflow: hidden;
    top: -40px;
    position: absolute;
    right: 45px;
}
.modern-list.ml-2 .lst-title a {
    color: #000000;
    font-size: 20px;
}
.modern-list.ml-2 .list-rates a {
    font-size: 14px;
    margin-left: 10px;
    color: #a7a7a7;
}
.modern-list.ml-2 .list-rates{
    margin-bottom:4px;
}
.modern-list.ml-2 .list-rates i {
    color:#a7a7a7;
}
.modern-list.ml-2 .list-rates i.filled {
    color:#ff8000;
}
.property_item .medium{
    background:#ff8d00;
}
.property_item .good{
    background:#6ebd17;
}
.property_item .great{
    background:#12b96c;
}
.property_item .poor{
    background:#f5225c;
}
.list-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.list-badge.now-open {
    background-color:#12b94d;
}
.list-badge.now-close {
    background-color:#e42626;
}

/*------------ Listings Style: Classic Style -----------*/
.property_item {
    background: #fff;
    position: relative;
    border-radius:6px;
    overflow: hidden;
    margin-bottom:30px;
    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);
}
.image{
    position: relative;
    max-height:200px;
    overflow:hidden;
}
.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
}
.listing-thumb:before {
    background: linear-gradient(to bottom, transparent 17%, #464c63);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition:all ease 0.4s;
}
.property_item:hover .listing-thumb:before{
    background: linear-gradient(to bottom, transparent 17%, #ff431e);
}
.listing-price-info{
    position: absolute;
    top:20px;
    left:20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}
.listing-price-info span {
    display: inline-block;
    background: #ffffff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 15px;
    color: #505667;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
a.tag_t, a.tag_t:hover, a.tag_t:focus {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #ffffff !important;
}
.tag_t i{
    margin-right:10px;
    font-size:18px;
}
.proerty_content {
    position: relative;
    padding: 0em 1.5em 0em;
    text-align: center;
}
.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.proerty_text .captlize {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    line-height: 1;
    margin-bottom:5px;
}
.property_meta {
    display: block;
    margin:1.5em 0 0rem;
}
.classical-list .proerty_price {
    margin: 0;
    font-weight:600;
    color:#049869;
}
.property_add{
    color:#6e778a;
}
.classical-list .btn{
    font-size: 14px;
    padding: 12px 22px;
}
.btn.btn-theme {
    background: #00adef;
    border-radius: 4px;
    margin-right: 0;
    border-color: #00adef;
    margin-bottom: 5px;
}
.btn.btn-theme-light {
    color:#f96825;
    background: rgba(255, 139, 0,0.12);
    border-radius: 4px;
    margin-bottom:5px;
}
.price-features-wrapper .listing-price-fx{
    flex:1;
}

.inc-fleat {
    margin-left:15px;
    color:#6e778a;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
    font-size:14px;
}
.inc-fleat.inc-add:before {
    background:url(../img/add.svg);
    content:"";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.inc-fleat.inc-call:before {
    background: url(../img/call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.listing-card-info-icon img {
    margin-right:5px;
    max-width:18px;
}
.author-avater {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    overflow: hidden;
    top: -30px;
    position: relative;
}
.author-avater img{
    width:100%;
    border-radius:50%;
}
span.veryfied-author:before {
    content: "\e64c";
    display: inline-block;
    font-family: 'themify';
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align:center;
}

span.veryfied-author {
    position: relative;
}
.listing-footer-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding:1.5rem;
}
.listing-cat{
    flex: 1;
    float: left;
}
a.cat-icon.cl-1 {
    color: red;
}
.cat-icon i{
    width:32px;
    height:32px;
    display:table;
    background: red;
    border-radius:50%;
    text-align: center;
    line-height:32px;
    color: #ffffff;
    margin-right:5px;
    float: left;
}
span.more-cat {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #bdc4d6;
    border-radius: 50%;
    line-height: 28px;
    margin-left: 1rem;
    color: #707988;
    font-size: 15px;
}
a.cat-icon.cl-1 {
    color: #6d7a8a;
    font-weight: 600;
}
.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    border-top: 1px dashed #e8edfb;
}
.property_item .list-rate {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background:#34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.place-status{
    color:#12b96c;
}
.place-status.closed {
    color:#e42f2f;
}

/*------------------ verticle Style --------------*/
.verticleilist.listing-shot{
    background:#ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    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);
}

.verticleilist.listing-shot .signle-vert-listing-item{
    display: flex;
    height: 210px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.verticleilist.listing-shot .listing-item{
    flex:3;
    overflow: hidden;
    min-height: 210px;
}
.verticleilist.listing-shot .verticle-listing-caption {
    flex: 5;
    bottom: 0;
    padding: 0;
    left: 0;
    position: relative;
}
.listing-items {
    height: 100%;
}
.listing-shot-img {
    height: 100%;
    position:relative;
}
.listing-shot-img .ti-heart{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #787878;
}
.listing-shot-img img{
    height:100%;
    object-fit: cover;
}
.verticle-listing-caption .listing-shot-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    padding-right: 120px;
}
.verticle-listing-caption .listing-shot-caption h4 {
    margin:3px;
}
.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.listing-badge.now-open {
    background-color:#11b719;
}
.listing-badge.closed {
    background-color:#e42133;
}
span.approve-listing {
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -4px;
}
a.list-cat, a.list-cat:hover, a.list-cat:focus {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background:#ff033E;
    color: #ffffff !important;
    padding: 7px 18px;
    border-radius: 50px;
    line-height: 1.5;
}
a.like-listing {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color:#ff033E;
    font-size: 17px;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
    -webkit-box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
}
a.like-listing:hover, a.like-listing:focus{
    background:#ff033E;
    color:#ffffff !important;
}
.listing-shot-info.rating {
    margin-top: 10px;
}
.listing-shot-info.rating i {
    color: #9da0ab;
}
.listing-shot-info.rating i.fill {
    color:#ff7800;
}
.listing-shot-info.rating span {
    margin-left: 10px;
}

/*-------------- Listing Category --------------*/
.category-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(112, 121, 138, 0.18);
    -webkit-box-shadow: 0 0 20px 0 rgba(112, 121, 138, 0.18);
    border-radius: 6px;
    text-align: center;
    padding: 30px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    overflow: hidden;
    transition: .6s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.list-cats-box {
    padding: 15px;
}
.category-box .category-desc {
    z-index: 2;
}
.category-box .category-desc .category-icon{
    font-size: 40px;
    color: #ff7c39;
    margin-bottom: 10px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    background: #f5f5f5;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.category-box .category-desc i{
    font-size:40px;
    margin-bottom:7px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.category-box .category-desc .category-detail h4{
    font-weight:500;
    margin-bottom:0px;
    font-size:17px;
}
.category-box .category-desc .category-detail p{
    margin-bottom:5px;
    opacity:0.6;
}
.category-box .category-desc .category-detail span{
    font-weight:400;
    font-size:14px;
}
a.btn.width-170 {
    width: 150px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: 1px solid #f9f9f9;
    background:#ffffff;
    padding: 10px;
    border-radius: 50px;
    color:#ff7c39;
    font-size: 16px;
    font-weight: 500;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i.abs-icon {
    position: absolute;
    bottom:5px;
    left:5px;
    opacity:0;
    transition:all ease-in 0.4s;
    color: #eff1f3;
}

.category-box:hover i.abs-icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
    opacity: 1;
}

/*------------------------------------------------
  Listings Elements
------------------------------------------------*/
/*-------------- Listings Elements: Rixel Bar Design --------------*/
.rixel-bar {
    background: #ffffff;
    position: relative;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rixel-bar-left {
    flex: 1;
}
.overrate-box {
    width:45px;
    height:45px;
    display: inline-block;
    background:#ffffff;
    float: left;
    line-height:45px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px dashed transparent;
}
.rate-overall.rate-high .overrate-box {
    color:#00ba74;
    border-color:#00ba74;
}
.rate-overall.rate-good .overrate-box {
    color:#83ce36;
    border-color:#83ce36;
}
.rate-overall.rate-mid .overrate-box {
    color:#fbb851;
    border-color:#fbb851;
}
.rate-overall.rate-poor .overrate-box {
    color:#e6453c;
    border-color:#e6453c;
}
.rate-overall.rate-high .overrate-box-caption span{
    color:#00ba74;
}
.rate-overall.rate-good .overrate-box-caption span{
    color:#83ce36;
}
.rate-overall.rate-mid .overrate-box-caption span{
    color:#fbb851;
}
.rate-overall.rate-poor .overrate-box-caption span{
    color:#e6453c;
}
.rate-overall {
    display: table;
    float: left;
    vertical-align: middle;
}
.overrate-box-caption {
    display: inline-block;
    margin-top:2px;
}
.overrate-box-caption span {
    display: block;
}
.overrate-box-caption .rating-link {
    font-size: 14px;
    color: #606c8e;
}
.separate-rated {
    display: inline-block;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 1px dashed #d2d9e6;
}
.singlewise-rated {
    display: inline-block;
    margin-right: 1.8rem;
}
.singlewise-rated:last-child {
    margin: 0;
}
.singlewise-rated .sngl-rated {
    margin: 0;
}
.singlewise-rated .sngl-rated.rated-high{
    color:#00ba74;
}
.singlewise-rated .sngl-rated.rated-good{
    color:#83ce36;
}
.singlewise-rated .sngl-rated.rated-mid{
    color:#fbb851;
}
.singlewise-rated .sngl-rated.rated-poor{
    color:#e6453c;
}
.singlewise-rated .rate-status {
    font-size: 13.5px;
    color: #606c8e;
}

.auth-call-wrap{
    display: table;
    float: left;
    vertical-align: middle;
}
.call-ic-box {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #ffffff;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px dashed #dfe5ef;
}
.call-ic-box-caption {
    display: inline-block;
    margin-top: 2px;
}
.call-ic-box-caption span {
    display: block;
    color: #e61a72;
}
.call-ic-box-caption .aut-call{
    font-size: 14px;
    font-weight:500;
    margin:0;
    color:#606c8e;
}

/*-------- Listings Elements: List Property Style 2 ---------*/
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    margin-top:30px;
    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);
}
.property-listing.property-2 .listing-img-wrapper {
    overflow: hidden;
    position:relative;
    min-height: 240px;
    max-height: 240px;
}
.list-img-slide {
    overflow: hidden;
    position: relative;
    min-height: 240px;
    max-height: 240px;
}
.property-listing.property-2 .listing-img-wrapper>a {
    position: relative;
    display: block;
    width: 100%;
    transition:all ease 0.4s;
}
.property-listing.property-2 .listing-img-wrapper>a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
    display: block;
    bottom: 0;
}
.property-listing.property-2 .listing-img-wrapper img{
    max-height: 240px;
    min-height: 240px;
    width: 100%;
}
.property-listing.property-2 .listing-detail-wrapper {
    padding:1rem 1.5rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-2 .listing-short-detail{
    flex:1;
}

.property-listing.property-2 .listing-name {
    font-size:16px;
    position: relative;
    margin-bottom:0px;
}
.listing-short-detail .place-names{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: #8e96a0;
}
.property-listing .list-rate {
    float: right;
    position:relative;
    background:#f4f5f7;
    padding:0px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #ffffff;
}
.list-rate.high{
    background:#00ba74;
}
.list-rate.good{
    background:#83ce36;
}
.list-rate.mid{
    background:#fbb851;
}
.list-rate.poor{
    background:#de3329;
}
.property-listing.property-2 .listing-location{
    font-size:14.5px;
    margin-bottom: 2px;
}
.property-listing.property-2 .list-status {
    position: relative;
    margin-left: 10px;
    top: -3px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #0ac186;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    line-height: 22px;
    color: #ffffff;
    box-shadow: none;
    display: inline-block;
}
.property-listing.property-2 .listing-location i{
    margin-right:5px;
}
.property-listing.property-2 .listing-features-info ul {
    margin: 0;
    display:table;
    width:100%;
    padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-2 .listing-features-info ul li{
    display:inline-block;
    width:33.333333%;
    list-style:none;
}
.property-listing.property-2 .listing-features-info ul li:last-child{
    border-right:none;
}
.property-listing.property-2 .listing-features-info ul li strong{
    font-weight:600;
    margin-right:5px;
}
.property-listing.property-2 .listing-footer-wrapper{
    padding:0.5rem 1rem;
    border-top: 1px solid #e5e9ec;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-2 .listing-footer-wrapper .listing-like{
    flex:1;
    color:#0ac1a7;
}
.property-listing.property-2 .like-btn {
    background: #f3f4f7;
    border: 1px solid #edeff3;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: all ease 0.4s;
    position: absolute;
    right: 25px;
    top: 25px;
}
.property-listing.property-2:hover .like-btn a, .property-listing.property-2:focus .like-btn a{
    color:#ffffff;
}
.property-listing.property-2 .listing-price, .property-listing.property-2 .listing-contact-info{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}
.property-listing.property-2 .listing-price .list-pr,
.property-listing.property-2 .listing-price > *,
.property-listing.property-2 .listing-contact-info > *{
    color:#ffffff;
    margin:0;
}
.property-listing.property-2 .listing-detail-btn .more-btn{
    padding:6px 15px;
    color:#ffffff;
    border:1px solid #ff9800;
    background:#ff9800;
    border-radius:2px;
}
.rate-btn {
    font-weight: 800;
    color: #FF9800;
    font-size: 18px;
}
.property-listing.property-2 .list-rating i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background: #ff9800;
    border: 1px solid #ff9800;
    margin-right: 3px;
}
.property-listing.property-2 .list-save i {
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #fe3e67;
    border:1px solid #fe3e67;
    margin-right: 3px;
}
.property-listing.property-2 .list-save-top{
    position:absolute;
    top:20px;
    right:20px;
}
.property-listing.property-2 .list-save-top i {
    color: #fe3e67;
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    margin-right: 3px;
}
.property-listing.property-2 .property-type {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
    box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.property-listing.property-2 .listing-category {
    position: absolute;
    right: 20px;
    bottom: 25px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform:capitalize;
    -webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
    box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.list-featured {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #ffffff;
    padding: 7px 20px;
    border-radius: 50px;
    color: #4c5871;
}
.list-featured i {
    margin-right: 5px;
    color: #ff9802;
}
.property-listing.property-2 .listing-post-status i {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.property-listing.property-2 .listing-img-wrapper>a:hover:before, .property-listing.property-2 .listing-img-wrapper>a:focus:before{
    background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-2:hover .like-btn, .property-listing.property-2:focus .like-btn{
    background:#ff9800;
    color:#ffffff;
    border-color:#ff9800;
}
.price-features-wrapper {
    padding: 0.1rem 1.5rem 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.price-features-wrapper .listing-price-fx{
    flex:1;
}
.inc-fleat {
    margin-left:15px;
    color:#797d8a;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
}
.inc-fleat.inc-bed:before {
    background:url(../img/bed.svg);
    content:"";
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-bath:before {
    background:url(../img/bath.svg);
    content:"";
    position: absolute;
    background-size:contain;
    width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-type:before {
    background:url(../img/type.svg);
    content:"";
    position: absolute;
    background-size:contain;
    width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-area:before {
    background:url(../img/area.svg);
    content:"";
    position: absolute;
    background-size:contain;
    width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.listing-card-info-icon img {
    margin-right:5px;
    max-width:18px;
}
.listing-card-info-price {
    font-weight: 600;
    position:relative;
    font-size:22px;
    color:#fd5332;
    line-height:1.4;
    padding-left: 0.35em;
}
.price-prefix:before {
    content: '$';
    position: absolute;
    left: 0;
    top:0em;
    font-size: 0.6em;
    color: inherit;
}
.listing-price-fx .price-suffix {
    font-size: 14px;
    color: #797d8a;
    font-weight: 400;
}

/*------------- Listing Elements: Hotel -----------------*/
article figure {
    position: relative;
    overflow: hidden;
    height: 280px;
    margin:0;
}
article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
article figure .list-overlay:before {
    content: "";
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}
article figure .listing-box-img {
    position: absolute;
    width: 100%;
    height:100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

article figure>a:hover .listing-box-img{
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}
figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
figure .read_more span{
    background:#0fb76b;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}
.meta-rating>* {
    color: #FF9800;
}
.hotel-box-image>a:before {
    z-index:1;
}
.featured-hotel {
    z-index:2;
}
.hotel-box-image>a:hover .hotel-box-img{
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.hotel-box {
    line-height: 1.375;
    -webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    background: #FFF;
    font-size: 16px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.hotel-box-image{
    position:relative;
}
.hotel-box-image .hotel-box-img {
    height:280px;
    -o-object-fit: cover;
    object-fit: cover;
    position:relative;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hotel-box-image>a {
    position:relative;
    display:table;
    overflow:hidden;
}
.hotel-box-image>a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}
.hotel-box .inner-box {
    padding:5px 20px 5px;
    width: 100%;
}
.hotel-box.style-1 .entry-meta {
    position: relative;
    width: 100%;
    padding: 14px 20px 14px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}
.entry-meta .meta-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
}

.hotel-box .box-inner-ellipsis {
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}
.box-inner-ellipsis>* {
    display: table-cell;
    vertical-align: middle;
}
.hotel-box .entry-location {
    margin: 0 0 0px 0;
    font-size: 17px;
    line-height: 1.3;
    /* max-width: 250px; */
    flex: 1;
}
.meta-rating {
    margin-top: 5px;
    flex: 1;
}

.hotel-box-image .hotel-time{
    position:absolute;
    right:20px;
    bottom:20px;
    color:#ffffff;
    font-size:16px;
    z-index:1;
}
span.real-price {
    font-size: 14px;
}
.hotel-time i, .hotel-price i{
    margin-right:5px;
}
.hotel-box .inner-box p{
    font-size:13.5px;
}
.hotel-place {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px;
}
.hotel-place>*{
    color:#ffffff;
}
.hotel-place a:hover,.hotel-place>*:focus{
    color:#ffffff;
}
.hotel-detail-box {
    padding: 10px 20px;
}

.hotel-inner.inner-box {
    border-top: 1px solid #f4f4f4;
}
.review-status{
    float: left;
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-top: 4px;
    margin-right:6px;
}
.hotel-review h6 {
    margin: 0;
    display: inline-block;
    color: #8995a2;
    font-weight: 300;
    font-size: 14px;
}
.hotel-review h6 span {
    display: block;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1;
}
.hotel-name {
    font-size:16px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

/*------------- Listing Elements: Restaurent -----------------*/
.restaurent-box-image>a:before {
    z-index:1;
}
.featured-restaurent {
    z-index:2;
}
.restaurent-box-image>a:hover .restaurent-box-img{
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.restaurent-box {
    line-height: 1.375;
    -webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    background: #FFF;
    font-size: 16px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.restaurent-box-image{
    position:relative;
}
.restaurent-box-image .restaurent-box-img {
    height:280px;
    -o-object-fit: cover;
    object-fit: cover;
    position:relative;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.restaurent-box-image>a {
    position:relative;
    display:table;
    overflow:hidden;
}
.restaurent-box-image>a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}
.restaurent-box .inner-box {
    padding:5px 20px 5px;
    width: 100%;
}
.restaurent-box.style-1 .entry-meta {
    position: relative;
    width: 100%;
    padding: 14px 20px 14px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}
.entry-meta .meta-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
}

.restaurent-box .box-inner-ellipsis {
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}
.box-inner-ellipsis>* {
    display: table-cell;
    vertical-align: middle;
}
.restaurent-box .entry-location {
    margin: 0 0 0px 0;
    font-size: 17px;
    line-height: 1.3;
    /* max-width: 250px; */
    flex: 1;
}
.restaurent-box .view-box i, .hotel-box .view-box i {
    margin-right: 5px;
}
.meta-rating {
    margin-top: 5px;
    flex: 1;
}

.restaurent-box-image .restaurent-time{
    position:absolute;
    right:20px;
    bottom:20px;
    color:#ffffff;
    font-size:16px;
    z-index:1;
}
.restaurent-time i, .restaurent-price i{
    margin-right:5px;
}
.restaurent-box .inner-box p{
    font-size:13.5px;
}
.restaurent-place {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px;
}
.restaurent-place a:hover, .restaurent-place a:focus{
    color:#ffffff;
}
.restaurent-place>*{
    color:#ffffff;
}
.restaurent-detail-box {
    padding: 10px 20px;
}
.restaurent-inner.inner-box {
    border-top: 1px solid #f4f4f4;
}
.review-status{
    float: left;
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-top: 4px;
    margin-right:6px;
}
.restaurent-review h6 {
    margin: 0;
    display: inline-block;
    color: #8995a2;
    font-weight: 300;
    font-size: 14px;
}
.restaurent-review h6 span {
    display: block;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1;
}
.restaurent-name {
    font-size:16px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

/*---------- Listings Elements: rating ---------*/
.rating-overview {
    display: flex;
    margin: 35px 0 25px;
    background: #fff;
    padding: 30px;
    padding-right: 20px;
    border-radius:6px;
}
.rating-overview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: #ffdead;
    width: 135px;
    margin-right: 20px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px;
}
.rating-overview-box-total {
    font-size: 58px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    color: #2a2f3a;
}
.rating-overview-box-percent {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px;
}
.rating-bars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    align-items: center;
}
.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1366px){
    .rating-bars-item {
        width: calc(50% - 30px);
    }
}
.rating-bars-name {
    font-weight: 600;
    color:#4c4f5a;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.rating-bars-inner {
    display: flex;
    width: 100%;
}
.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background:#f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color:#f4f5f7;
    align-self: center;
}
.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color:#f4f5f7;
    position: relative;
    width: 0;
    transition: width .5s;
}
.rating-bars-rating.high .rating-bars-rating-inner {
    background-color:#00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
    background-color:#83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color:#fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
    background-color:#e6453c;
}
.rating-bars-item strong {
    color:#4c4f5a;
    font-size: 12px;
    font-weight: 600;
    align-self: center;
    background:#f4f5f7;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
}
.rating-overview-box .star-rating i {
    color:#ff9500;
}

/*------------ Listings Elements: Reviews ----------*/
.list-single-main-item {
    padding: 30px 30px;
    border-radius: 100%;
    background: #fff;
    border-radius:6px;
    margin-bottom: 20px;
}
.list-single-main-item-title {
    margin: 0 0 20px 0;
}

.list-single-main-item-title h3 {
    color: #334e6f;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.reviews-comments-wrap {
    display: inline-table;
    margin-top: 30px;
}
.reviews-comments-item {
    padding: 0 0 30px 110px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.reviews-comments-item:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.review-comments-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.reviews-comments-item-text h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size:18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.listing-rating {
    margin-bottom: 1rem;
}
.reviews-comments-item-text .listing-rating i {
    width: 25px;
    height: 25px;
    background:#f4f5f7;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 14px;
    color:#86889a;
}
.reviews-comments-item-text .listing-rating i.active {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 11px;
    color: #ffffff;
}
.reviews-comments-item-text .listing-rating.high i.active{
    background:#00ba74;
}
.reviews-comments-item-text .listing-rating.good i.active{
    background:#83ce36;
}
.reviews-comments-item-text .listing-rating.mid i.active{
    background:#fbb851;
}
.reviews-comments-item-text .listing-rating.poor i.active{
    background:#e6453c;
}
.reviews-comments-item-text p {
    text-align: left;
}
.reviews-comments-item-date {
    float:right;
    font-weight: 500;
    color: #86889a;
    font-size: 14px;
}
.reviews-comments-item-date i{
    margin-right:10px;
}
.reviews-reaction{
    margin-top:1rem;
}
.reviews-reaction a {
    margin-right: 20px;
    color:#8c97a2;
}
.reviews-reaction a.comment-like.active{
    color:#0eb987;
}

.reviews-reaction a.comment-dislike.active{
    color:#244763;
}

.reviews-reaction a.comment-love.active{
    color:#ea1a57;
}
.review-count {
    font-weight: 600;
}

/*---------- Listings Elements: Tourcity  City Box --*/
.tourcity-box {
    line-height: 1.375;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    font-size: 16px;
    background: #fff;
    border-radius:6px;
    overflow: hidden;
    margin-top: 30px;
}
.tourcity-box, .tourcity-box-image, .tourcity-box-image>a {
    position: relative;
}

article figure {
    position: relative;
    overflow: hidden;
    height: 280px;
}
article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
article figure .list-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}
.tourcity-box .entry-bookmark a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    pointer-events: none;
}
.tourcity-box-image .tourcity-time {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.tourcity-place {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px;
}
.tourcity-place a, .tourcity-place a:focus, .tourcity-place a:hover {
    color: #fff;
}
span.featured-tourcity {
    width: 25px;
    height: 25px;
    background: #10aa08;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    border: 2px solid #9fd402;
    line-height: 21px;
    text-align: center;
}
.tourcity-box .inner-box {
    padding:15px 20px 15px;
    width: 100%;
}
.box-inner-ellipsis {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.tourcity-box .entry-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    flex: 1;
}
.nt-average {
    color: #787d86;
    font-size: 14px;
}

/*----------- Listings Elements: Destination ----------*/
.destination-box, .hotel-box, .restaurent-box {
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius:8px;
    overflow: hidden;
}

.destination-box {
    line-height: 1.375;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    font-size: 16px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.destination-box-image {
    position: relative;
}
article.destination-box figure {
    position: relative;
    overflow: hidden;
    height:210px;
}
article figure .listing-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
article.destination-box figure .list-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top,transparent 20%,#ffffff);
    display: block;
    height: 100%;
    width: 100%;
}
article figure>a:hover .listing-box-img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.destination-place, .discount-flick, .featured {
    position: absolute;
    z-index: 1;
}

.discount-flick {
    top: 10px;
    right: 8px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px 5px 20px;
    -webkit-transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    -moz-transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    background: #ea1753;
    color: #fff;
}
.destinn-namech {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.destinn-namech img {
    display: table;
    margin: 10px auto;
    max-width: 40px;
}
.destinn-namech h4 {
    color:#272a31;
    font-size: 40px;
    text-transform: uppercase;
}
.destination-place a:focus, .destination-place a:hover, .destination-place>* {
    color: #fff;
}
.list-like {
    right: 20px;
    top: 20px;
    z-index: 2;
    background: #ff0052;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.list-like, .list-like.left {
    position: absolute;
    display: inline-block;
}
.list-like.left {
    left: 15px;
    bottom: 15px;
}
.destination-box .inner-box {
    padding:20px 20px;
    width: 100%;
}
.entry-location {
    font-size: 15px;
    margin-bottom: 2px;
}
.desti-exp {
    line-height: 1.5;
}
.title__curve {
    width: 100%;
    height: 60px;
    background-image: url(../img/course-title-curve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.lttop-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/pattern.png);
}
/*------------------ Listings Elements: Category 2 ------------------*/
.single-moderns-category {
    position: relative;
    padding: 0;
    -webkit-border-radius:5px;
    border-radius:5px;
    overflow: hidden;
    display: block;
    border: 1px solid #e3e6ef;
    margin: 30px 0 0px;
    color: #fff;
    min-height: auto !important;
    border: 0 none !important;
}
.single-moderns-category figure {
    position: relative;
    background: rgba(23, 27, 46, 0.6);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-border-radius:5px;
    border-radius:5px;
    overflow: hidden;
    margin: 0;
    min-height: 250px;
    max-height: 250px;
}
.single-moderns-category img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single-moderns-category figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(25, 39, 86, 0.5);
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-moderns-category figure figcaption:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#273863;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.single-moderns-category:hover figure figcaption:before {
    opacity:0.8;
    visibility: visible;
    z-index: 1;
}
.single-moderns-category figure .cat-box {
    position: relative;
    z-index: auto;
}
.single-moderns-category figure .icon {
    padding-bottom:5px;
    text-align:center;
}
.single-moderns-category figure .cat-box .icon span, .single-moderns-category figure .cat-box .icon i {
    font-size: 2rem;
    color:#ffffff;
}
.single-moderns-category figure .cat-info {
    display:block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.single-moderns-category figure .cat-name {
    color: #fff;
    display:block;
    margin: 0 3px;
    line-height: normal;
    padding-bottom: 0;
}
.single-moderns-category figure .cat-box .cat-info .badge {
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin-top: 15px;
    padding:4px 15px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}

/*----------- Listings Elements: Ari BNB Category -----------*/
.arbnb-box {
    line-height: 1.375;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    font-size: 16px;
    background: #fff;
    border-radius:6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.owl-item .arbnb-box{
    margin-bottom:0;
}
.arbnb-box, .arbnb-box-image, .arbnb-box-image>a {
    position: relative;
}

article.arbnb-box figure {
    position: relative;
    overflow: hidden;
    height:170px;
}
article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
article figure .list-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}
.arbnb-box .entry-bookmark a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    pointer-events: none;
}
.arbnb-box-image .arbnb-time {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.arbnb-place {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px;
}
.arbnb-place a, .arbnb-place a:focus, .arbnb-place a:hover {
    color: #fff;
}
span.featured-arbnb {
    width: 25px;
    height: 25px;
    background: #10aa08;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    border: 2px solid #9fd402;
    line-height: 21px;
    text-align: center;
}
.arbnb-box .inner-box {
    padding: 10px 20px 10px;
    width: 100%;
}
.arbnb-box .box-inner-ellipsis {
    width: 100%;
    text-align:center;
    display: block;
}
.arbnb-box .entry-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

/*------- Switch -------*/
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    border-radius: 50px;
    content: '';
    height: 32px;
    margin-top: -15px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 60px;
    border: 1px solid #d7dce6;
}
.material-switch > label::after {
    background:#d7dce6;
    border-radius: 16px;
    content: '';
    height: 28px;
    left: 1px;
    margin-top: -9px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 28px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    opacity: 1;
    box-shadow: none;
    border: 1px solid #e7eaef;
    background: #ffffff;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 31px;
}
.drp-ct-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drp-ct-flc {
    flex: 8;
}
.material-switch {
    flex: 2;
}

/*-------------- Listings Elements: Range Slider ----------------*/
.range-slider .ui-slider .ui-slider-handle {
    background:#f96825;
}

.our-agent-sidebar .carousel-indicators .active {
    background:#f96825;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #f96825;
}

.range-slider .ui-widget-header {
    background-color:#f96825;
}
.range-slider {
    display: block;
    min-height: 60px;
    margin-top: 22px;
    margin-bottom: 25px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color:#c3c9d0;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height:5px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 60%;
    text-align: right;
    margin-right: -8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

.sidebar .recent-properties-box .detail header {
    padding-bottom: 0;
}

/*----------- Listings Elements: Call To Action --------*/
.call-to-act{
    position:relative;
}
.call-to-act .container{
    z-index:2;
    position:relative;
}
.call-to-act:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: url(../img/bg-new.png);
}
.clt-caption h3{
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
}
.clt-caption p{
    color: #ffffff;
    font-size:20px;
    font-style:italic;
    font-family:initial;
    margin-bottom: 10px;
}
.btn-md.btn-light.clt-act, .btn-md.btn-light.clt-act:hover, .btn-md.btn-light.clt-act:focus {
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    font-size: 18px;
    background:#ffffff;
    border-color:#ffffff;
    text-transform: uppercase;
    border-radius: 50px;
}

/*------------ Listings Elements: Sidebar ----------*/
.exlip-page-sidebar {
    background: #ffffff;
    padding: 1.8rem;
    border-radius: 6px;
    border: 1px solid #ebedf1;
}
.exlip-page-sidebar .input-with-icon .form-control,
.exlip-page-sidebar .input-with-shadow .form-control,
.exlip-page-sidebar .input-with-shadow .select2-container,
.exlip-page-sidebar .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #f6f7f9;
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #717686;
    border: 1px solid #ebedf1;
}
.exlip-page-sidebar .select2-container--default .select2-selection--single {
    background-color: #f5f7f9;
}
/*---------- Listings Elements: Air bnb Dropdown -----------*/
.advance-search {
    background: #f4f5f7;
    z-index:222;
}
.filter-group .dropdown-menu {
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    margin-top:10px;
    border: none;
    min-width: 400px;
    max-width: 400px;
    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);
    padding-bottom: 0;
}
.filter-group {
    position: relative;
    display: inline-block;
    margin: 5px 8px 5px 0;
}
.drop-content {
    padding: 1rem 1rem 2rem;
}
.drop-footer {
    padding: 1rem;
    border-top: 1px solid #e4e8ef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.drop-footer .clear-filt {
    flex: 1;
    font-weight: 600;
    font-size:20px;

}
.filter-btn {
    padding: 8px 22px;
    border: 1px solid #dadfe8;
    border-radius: 0.3rem;
    background: #ffffff;
    color: #495263;
    cursor: pointer;
}
.filter-btn:hover, .filter-btn:focus {
    padding: 8px 22px;
    border: 1px solid #dadfe8;
    border-radius: 0.3rem;
    background: #ffffff;
    color: #495263;
    cursor: pointer;
    outline:none;
}
.filter-group #booking-date-search {
    height: 38px;
    padding: 5px 12px;
    border: 1px solid #dadfe8;
    border-radius: 0.3rem;
    cursor: pointer;
}
.daterangepicker {
    border-radius:6px;
    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);
}
.daterangepicker td.in-range {
    background-color: rgba(102,103,107,.08);
    border-color: transparent;
    color: #66676b;
    border-radius: 0;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 34px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker td.in-range, .time-slot input~label:hover {
    background-color: rgba(249,25,66,.08);
}
.daterangepicker td.in-range, .time-slot input~label:hover {
    background-color: rgba(249,25,66,.08);
}
.daterangepicker .drp-buttons button.applyBtn, .daterangepicker .drp-buttons button.cancelBtn {
    background: 0 0;
    padding: 6px 14px;
    display: inline-block;
    outline: none;
    line-height: 20px;
    border: none;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    transition: all .3s;
    margin: 0 3px;
}
.daterangepicker td.in-range {
    border-radius: 0;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker .calendar-table td.available.start-date:hover {
    border-radius: 3px 0 0 3px;
}
.daterangepicker .ranges li.active, .day-slot-headline, .add-slot-btn button:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover, .time-slot input:checked~label, .daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .drp-buttons button.applyBtn {
    background-color: #f91942;
}
#booking-date-range span:after, .time-slot label:hover span, .daterangepicker td.in-range, .time-slot input~label:hover, .booking-estimated-cost span, .time-slot label:hover span {
    color: #f91942;
}
.daterangepicker td.end-date.in-range.available {
    color: #fff;
}

div.datedropper.primary:before, div.datedropper.primary .pick-submit, div.datedropper.primary .pick-lg-b .pick-sl:before, div.datedropper.primary .pick-m, div.datedropper.primary .pick-lg-h {
    background-color: #41fbfd;
}
div.datedropper.primary .pick-y.pick-jump, div.datedropper.primary .pick li span, div.datedropper.primary .pick-lg-b .pick-wke, div.datedropper.primary .pick-btn {
    color: #4175fd;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    color: #fff;
}

.daterangepicker th.available.next:hover, .daterangepicker th.available.prev:hover {
    background: #f0f0f0;
}

/*--------------- Listings Elements: Sidebar Search -------------*/
.filter-sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 50px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.filter-sidebar .show-hide-sidebar {
    padding:10px 20px;
    overflow-y: scroll;
    position: relative;
    width: calc(100% + 17px);
    min-height:300px;
    display: block;
    height: 100%;
}
.filter-sidebar .ur-detail-wrap {
    padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 36px;
    margin-left: 50px;
    width: 30px;
    height: 30px;
    background:#1ac790;
    text-align: center;
    font-size: 11px;
    padding: 0;
    line-height: 32px;
    color: #ffffff;
    border-radius: 50%;
}

/*----------- Listings Elements: Ad Listing -----------------*/
label.social-nfo i {
    margin-right: 5px;
}
label {
    color: #495e96;
    font-weight: 600;
}
.dropzone.dz-clickable {
    cursor: pointer;
    padding: 2em 0;
}
.dropzone {
    min-height: 150px;
    border: 1px dashed #c7cee2;
    border-radius: 0.5rem;
    padding: 20px;
    text-align: center;
}
.dropzone .dz-message {
    margin: 0;
}
.dropzone span {
    color: #495e96;
}
.dropzone.dz-clickable i {
    font-size: 3em;
    color: #ccd4ec;
    margin-bottom: 0.5rem;
    display: block;
}
label.smart-text {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 0.4rem;
}
/*------------ Listings Elements: Add Pricing ---------------*/
.add-listing-headline {
    position: relative;
    padding: 30px 40px;
    margin: 0 0 30px;
    border-radius: 4px 4px 0 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea;
}

.price-add-wrapper label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.price-add-wrapper label.switch {
    position: absolute;
    right: 15px;
    top: 10px;
}
.price-add-wrapper .switch input {
    display: none;
}
.price-add-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#d3dfea;
    border-radius: 50px;
    transition: .4s;
    width: auto;
    height: 100%;
}
.price-add-wrapper input:checked+.slider {
    background-color:#2ec16f !important;
}
.price-add-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}
.price-add-wrapper input:checked+.slider:before {
    transform: translateX(30px);
}
.price-add-wrapper .pr-switch-caption {
    opacity: .4;
    pointer-events: none;
    transition: .4s;
}

#price-list-wrap {
    width: 100%;
    margin-top: 10px;
}
tr.pricing-list-item.pattern.ui-sortable-handle {
    margin-bottom: 3px;
    display: table;
    width: 100%;
}
.price-add-wrapper.switch-on .pr-switch-caption {
    opacity: 1;
    pointer-events: all;
}
.pricing-list-item td {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.pricing-list-item td .box-input, .pricing-list-item td .box-move, .pricing-list-item td .box-close {
    flex: 1;
    position: relative;
}
.pricing-list-item td .box-move, .pricing-list-item td .box-close {
    max-width: 40px;
}
.box-close {
    width: 40px;
    height: 46px;
    display: inline-block;
    background: #f1f3f5;
    text-align: center !important;
    line-height: 3.3;
    border-radius: 2px;
    margin-left:15px;
}
.pricing-list-item td .box-move {
    cursor: move;
    line-height: 51px;
    font-size: 17px;
}
.pricing-list-item td .box-input {
    margin-right:15px;
}
.pricing-list-item.pricing-submenu td .box-input {
    margin-right:0px;
}
.pricing-list-item td .box-input.pr-title {
    max-width:370px;
}

.pricing-list-item td .box-input.pr-price {
    max-width: 140px;
    margin-right: 0;
}
.btn.add-cat-btn, .btn.add-pr-item-btn{
    margin-bottom: 5px;
    margin-right:10px;
    margin-top: 5px;
    background:#f1f3f5;
    color:#546e7a;
    box-shadow:none;
    border:none;
    font-weight: 500;
    padding:14px 25px;
    border-radius:50px;
    display: inline-block;
}
.add-pr-item-btn.btn{
    background:#2ec16f;
    color:#ffffff !important;
}
.price-list-wrap input.frm-control {
    width: 100%;
    height: 46px;
    padding: 5px 12px;
    border: 1px solid #e9edf3;
}
.price-list-wrap i.data-unit {
    position: absolute;
    right: 10px;
    top: 24%;
    font-style: initial;
    opacity: 0.6;
}
/*------------- Listing Element: Ratting System -----------------*/
.giv-averg-rate {
    margin-bottom: 2rem;
}
.avg-total-pilx {
    min-width: 100px;
    border-radius:4px;
    background:#f2f5f9;
    text-align: center;
    padding: 2rem 0.5rem;
    display: inline-block;
    width:100%;
}
.avg-total-pilx h4 {
    margin: 0 0 15px;
    font-size:3.5rem;
}
.avg-total-pilx h4.high{
    color:#00ba74;
}
.avg-total-pilx h4.good{
    color:#83ce36;
}
.avg-total-pilx h4.mid{
    color:#fbb851;
}
.avg-total-pilx h4.poor{
    color:#e6453c;
}
.avg-total-pilx span {
    font-size: 14px;
    color: #5f6c8a;
}
.rate-stars input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.rate-stars label {
    position: relative;
    float:right;
    color: #C8C8C8;
}

.rate-stars label:before {
    margin:0;
    margin-right:10px;
    content: "\e94f";
    font-family:lineicons!important;
    display: inline-block;
    font-size:16px;
    color:#d9e2ec;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rate-stars input:checked ~ label:before {
    color:#ffa60c;
}

.rate-stars label:hover ~ label:before {
    color:#ffa60c;
}

.rate-stars label:hover:before {
    color:#ffa60c;
}
.rate-stars {
    text-align: left;
    position: relative;
    display: table;
    margin-bottom: 1rem;
}
.giv-averg-rate label{
    margin-bottom:0;
}
/*------------- Listings Elements: Advance Search ------------*/
.advance-search .form-group {
    margin-bottom:0rem;
}
.advance-search .search-big-form .form-group i {
    color: #f96825;
}
.adv-search-filter {
    float: right;
    margin-bottom:1rem;
    display: inline-block;
}
.adv-filter-box {
    display: inline-block;
    margin-left: 15px;
}
.btn-flit {
    width: 42px;
    border-radius: 2px;
    border: 1px solid #d1dade;
    color:#646e7b;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-flit.active {
    color: #f96825;
}
.btn.btn-order-by-filt {
    background: transparent;
    border: 1px solid #d1dade;
    color:#646e7b;
    padding:9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.btn.btn-order-by-filt i{
    margin-left:5px;
}
.back-brow {
    display: inline-block;
    margin-bottom: 1rem;
}
.back-btn {
    font-weight: 600;
    opacity: 0.9;
}
.back-btn i {
    margin-right:5px;
}
.back-btn:hover, .back-btn:focus{
    opacity:1;
}


/*------------- Listings Elements: Tab Style ------------*/
.nav.nav-tabs.nav-advance {
    background: #334e6f;
    border-radius: 4px;
    padding: 8px 4px;
    max-width: 400px;
    margin: 0px auto 40px auto;
}

.nav-tabs.nav-advance>li {
    width: 50%;
    text-align: center;
    padding: 0 4px;
}
.nav-tabs.nav-advance>li>a {
    background:transparent;
    color: #ffffff;
    padding: 14px 15px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    margin: 0;
}
.nav-tabs.nav-advance>li.active>a, .nav-tabs.nav-advance>li.active>a:focus, .nav-tabs.nav-advance>li.active>a:hover{
    background:#ffffff;
    color:#f96825;
}
.nav-tabs.nav-advance>li>a.active, .nav-tabs.nav-advance>li>a:hover, .nav-tabs.nav-advance>li>a:focus {
    background: #ffffff !important;
    color:#ff7c39;
}


/*------------------------------------------------
  Detail Page Style
------------------------------------------------*/
.block-wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding:30px 40px 40px;
    border-radius: 4px;
    margin-bottom:30px;
}
.block-wrap:last-child{
    margin-bottom:0px;
}
.block-header {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7eff9;
}
.block-body{
    line-height: 1.7;
}
.avl-features{
    margin:0;
    padding:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dw-proprty-info{
    margin:0;
    padding:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width:33.333333%;
}
.avl-features li:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background: rgba(249, 104, 37,1);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 10px;
    box-shadow: 0px 0px 0px 4px rgba(249,104,37,0.4);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(249,104,37,0.4);
}
.dw-proprty-info li {
    display: block;
    list-style: none;
    position: relative;
    margin:6px 0;
    color:#f96825;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
}
.dw-proprty-info li strong{
    display:block;
    color:#2a3c77;
}
.nav-tabs.customize-tab {
    border: none;
    margin-bottom: 10px;
}
.nav-tabs .nav-item {
    margin: 0;
}
.nav-tabs .nav-link {
    background: #3151B7;
    color: #ffffff;
    border-radius: .22rem;
    margin-right: 10px;
    padding: .7rem 2rem;
    border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f96825;
    border-color: #f96825;
}
.accordion {
    border:1px solid #e2e6ea;
    border-radius: 4px;
}
.accordion .card {
    border: none;
}
#floor-option {
    border-bottom: none;
}
.card-header {
    background: #f5f8fb;
    border-bottom:1px solid #e2e6ea;
}
.accordion .btn-link {
    color: #5c657f;
    text-decoration: none;
}
.accordion .btn-link>span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    background: #e8ecf1;
    padding: 6px 15px;
    border-radius: 2px;
}
.sidebar-property-slide .slick-prev, .sidebar-property-slide .slick-next {
    top:-26px;
}
.sidebar-property-slide .slick-prev {
    left: auto;
    right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    opacity: 1;
}
.sidebar-property-slide .single-items {
    padding: 0 0px;
}
.accordion .card-title {
    margin-bottom: 0;
}
.mfp-ready .mfp-figure {
    opacity: 1 !important;
}

/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active{
    outline: none!important;
}
.single-advance-property .slick-slide img {
    display: block;
    max-width: 100%;
}
.single-advance-property .slider-for img{
    width:100%;
    min-height: 100%;
}
.single-advance-property .slider-nav{
    margin: auto
}
.single-advance-property .slider-nav .item-slick{
    max-width: 240px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.single-advance-property .slider-nav{
    margin: auto;
}
.single-advance-property .slider-nav .item-slick{
    max-width: 240px;
    margin-right:0px;
    outline: none!important;
    cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.property3-slide .slick-arrow:before {
    opacity:1;
}

.single-advance-property .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top:0px;
}
.single-advance-property .slick-prev{
    left:15px;
}
.single-advance-property .slick-next{
    right: 0;
}
.single-advance-caption {
    padding: 2em;
}
.property-name-info {
    margin-bottom: 2rem;
}
.property-name-info .property-name {
    margin-bottom: 5px;
}
.property-price-info {
    margin-bottom: 2rem;
}
.property-price-info .property-price {
    margin-bottom:5px;
}
.property-statement ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
.property-statement ul li {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
}
.property-statement ul li>i {
    float: left;
    font-size: 35px;
    margin-right: 10px;
    margin-top: 5px;
}
.ps-trep {
    margin-left: 50px;
    vertical-align: top;
}
.ps-trep span {
    margin-bottom: 3px;
    display: inline-block;
    color:#2a3c77;
}
.ps-trep .ps-type {
    color:#f96825;
}
.single-advance-property .slick-next {
    right: 20px;
}

/*--------- Single Listing 2 --------------*/
.page-title {
    height: 350px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background: #f5f5f7;
    justify-content: center;
}
.page-title.image-title{
    height:450px;
    text-align:center;
}
.page-title.image-title h1{
    color:#ffffff;
}
.page-title.image-title .page-title-wrap {
    position: relative;
    top: 25px;
}
.page-title.image-title .page-title-wrap .current-page.active {
    color:#ff7600;
}
.page-title-wrap a {
    color: #ffffff;
}
.pt-caption p a {
    margin: 0 5px;
    color:#ff7600;
}
.current-page {
    padding-left: 15px;
    position: relative;
}
span.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
    color:#ff7600;
    left: -3px;
}
.page-title-banner{
    background-position:center;
    background-size:cover;
    position:relative;
    padding:0;
    min-height:380px;
}

.page-title-banner:before{
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#222e4c;
    opacity:0.6;
}
.page-title-banner>*{
    position:relative;
}
.tr-list-detail{
    display:block;
    padding:4em 0 1em 0;
}
.tr-list-detail>*, .tr-list-detail h4{
    color:#ffffff;
    margin-bottom: 0;
}
.tr-list-detail p{
    font-size:14px;
}
.tr-list-thumb {
    display: inline-block;
    max-width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.4);
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -8px;
}
.tr-list-detail .veryfied-list {
    position: relative;
}
.tr-list-detail .veryfied-list:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #11b719;
    line-height: 15px;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    right: -22px;
    top: 5px;
}
.tr-list-info {
    display: inline-block;
    vertical-align: middle;
}
.tr-list-wrap{
    background: transparent;
    margin-bottom: 0;
    display: flex;
    width:100%;
    align-items:baseline;
}
.tr-list-detail{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.btn.btn-list, .btn.btn-list:hover, .btn.btn-list:focus {
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 3px;
    border: 1px dashed #ffffff;
}
.btn.btn-list.snd-msg, .btn.btn-list.snd-msg:hover, .btn.btn-list.snd-msg:focus{
    background: #20b361;
    border: 1px solid #20b361;
}
.btn.btn-list i{
    margin-right:8px;
}
.listing-detail-item {
    display: inline-block;
    position: relative;
    margin-left: 7px;
}
.detail-swap {
    height: 380px;
}

/*--- Magnific ----*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{
    cursor: pointer;
}

.mfp-container:hover{
    cursor: default;
}

.image-source-link{
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg{
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container{
    opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg{
    opacity: 0;
}
.mfp-ready .mfp-figure{
    opacity: 0;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg
.mfp-zoom-in .mfp-preloader{
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg
.mfp-zoom-in.mfp-ready .mfp-preloader{
    opacity: 0.8
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
    transform: scale(0.95);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg
.mfp-zoom-in.mfp-removing .mfp-preloader{
    opacity: 0
}
.mfp-iframe-scaler{
    overflow: visible;
}
.mfp-zoom-out-cur{
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor: pointer;
}
.page-title {
    width: 100%;
    height: 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #f4f5f7;
}
.ipt-title {
    margin-bottom: 5px;
}
.ipn-subtitle {
    font-size: 20px;
    font-family: initial;
    font-style: italic;
}

/*------------ Listing Detail Design -------------*/
.agent-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    transition: 0.25s;
    margin-bottom: 30px;
}
.sidebar-widgets{
    margin-bottom: 30px;
}
.sidebar-widgets:last-child{
    margin-bottom:0;
}
.featured-slick-slide .slick-arrow:before {
    opacity:1;
}
.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.agent-details h4 {
    margin-bottom: 5px;
}
.agent-details h4>a {
    color:#2b4db9;
}

.agent-title .agent-photo {
    float: left;
    display: block;
}
.agent-title .agent-photo img {
    border-radius: 50%;
    max-width: 72px;
}
.agent-details {
    margin-left: 92px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.agent-details span {
    color:#879ac3;
}
.agent-details span i {
    font-size: 18px;
    position: relative;
    top: 3px;
    color:#2caf31;
    margin-right: 10px;
}

.spd-wrap {
    padding:1em 0;
    border-bottom: 1px solid #e9ecf3;
}
.slide-property-detail {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.slide-property-first {
    flex: 1;
}
.listname-into h2 {
    margin-bottom: 0;
    font-size:22px;
}
.listname-into span {
    font-size: 14px;
}
.pr-single-info {
    display: inline-block;
    margin-left:0.5rem;
    position:relative;
}
.pr-single-info:first-child {
    margin: 0;
}
span.view-pr {
    margin-left: 6px;
    position: relative;
    top: -3px;
}
.pr-single-info>a {
    color: #6f798c;
    font-size:18px;
    width:42px;
    height:42px;
    border-radius: 2px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #eff1f5;
    justify-content: center;
}
.btn-share, .btn-share:hover, .btn-share:focus {
    background: #eff1f5;
    color: #6f798c;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width:42px;
    height:42px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.share-opt-wrap .dropdown-menu {
    text-align: center;
    bottom: 55px;
    top: initial !important;
    left:0 !important;
    padding:7px 0 9px;
    border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
    padding: 2px 6px 0;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    border-bottom: none;
}
.dropdown-menu.show a i {
    margin-right: 7px;
}
.cl-facebook i {
    color: #395693 !important;
}
.cl-twitter i {
    color: #1c9cea !important;
}
.cl-gplus i {
    color: #d23d35 !important;
}
.cl-instagram i {
    color: #c82f99 !important;
}
.like-bitt, .like-bitt i {
    color: #ed3271;
}
.prt-type {
    font-size:13px;
    color:#f96825;
    font-weight:500;
    background:rgba(249, 104, 37,0.1);
    padding:3px 16px;
    border-radius:50px;
    margin-left: 10px;
}
.verified-list {
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
}
.verified-list i {
    margin-right: 6px;
}
.tr-single-box {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom:30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.tr-single-header {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: 1px solid #eceef3;
    padding: 12px 25px 12px;
}
.tr-single-header h4 {
    margin: 0;
    flex: 1;
    font-size: 16px;
}

.tr-single-header h4>i {
    margin-right: 7px;
}
.tr-single-body {
    width: 100%;
    padding: 15px 25px 25px;
}
.extra-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
    padding: 0;
}
.extra-service.half li {
    width: 50%;
    margin-bottom:5px;
    float: left;
    display: inline-block;
}

.extra-service li {
    list-style: none;
    padding:10px 0;
}
.icon-box-icon-block {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
.icon-box-round {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    margin-right: 7px;
    color: rgba(249, 104, 37,1);
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(249, 104, 37,0.1);
    vertical-align: middle;
}
.icon-box-text {
    display: inline-block;
    vertical-align: middle;
}
.tr-single-header.listing-hours-header h4 {
    opacity: 1;
}
span.listing-hours-status {
    border: 1px solid #ffffff;
    font-size: 11px;
    padding:3px 10px;
    line-height: 1;
}
span.listing-hours-status.l-open {
    border: 1px solid #17bd62;
    color: #17bd62;
}
span.listing-hours-status.l-close {
    border: 1px solid #d03e1e;
    color:#d03e1e;
}
.listing-hour-day li.active {
    color:#17bd62;
}
span.current-time {
    float: right;
    font-size: 11px;
    font-weight: 500;
}
ul.listing-hour-day {
    margin: 0;
    padding: 0;
}
.listing-hour-day li {
    padding: 10px 0;
    list-style: none;
    font-size: 14.5px;
}
.listing-hour-day li:last-child {
    padding-bottom: 0;
}
.listing-hour-day li .listing-hour-time {
    float: right;
}

/*---------- Author Detail -------------*/
.image-cover.author-profile {
    height:350px;
}

.detail-wrap-up{
    z-index: 4;
    position: relative;
    -webkit-transform: translateY(-38px);
    -o-transform: translateY(-38px);
    transform: translateY(-38px);
}
.detail-wrap-up .nav-tabs {
    border: none;
}
.detail-wrap-up .nav-tabs .nav-link {
    border-radius: .2rem;
    padding: .5rem 1.2rem;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 40px;
    display: flex;
    align-items: center;
}
.detail-wrap-up .tab-pane {
    margin-top: 3em;
}
span.author-count {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: rgba(255, 255, 255,0.14);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    margin-left: 7px;
    line-height: 23px;
}
.author-tab-header {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 1.4rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
}
.autor-bio-wrap{
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 1rem 1.4rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
}
.author-thumb {
    text-align: center;
    padding:1.5rem 0;
    border-bottom: 1px solid #eceef3;
}
.author-thumb-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: table;
    margin:0 auto 0.4rem;
}
.author-thumb-caption h4 {
    font-size: 18px;
    margin: 0;
}
.author-full-detail {
    width: 100%;
    display: inline-block;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eceef3;
}
.author-bio-single-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}
.author-bio-single-list i {
    color: #737e9c;
    margin-right: 4px;
}
.author-bio-single-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    color: #737e9c;
}
.author-bio-single-list:last-child {
    margin: 0;
}
.author-bio-single-list h6 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0.1rem;
}
.author-list-detail {
    width: 100%;
    display: inline-block;
    padding: 1.5rem 0 0;
}
ul.author-list-counter {
    padding: 0;
    margin: 0;
}
ul.author-list-counter li{
    margin-bottom:1rem;
    font-size:14px;
    color: #737e9c;
    list-style:none;
}
ul.author-list-counter li span{
    float:right;
    font-weight:600;
    color:#2D3954;
}

/*------------------------------------------------------------
  How it Work
-------------------------------------------------------------*/
.middle-icon-features {
    display: table;
    width: 100%;
    text-align:center;
}
.middle-icon-features-item {
    margin-top:30px;
}
.middle-icon-large-features-box {
    background: #ffffff;
    width:90px;
    height:90px;
    line-height:96px;
    text-align: center;
    transition:.25s ease-in-out;
    font-size: 30px;
    border-radius:50px;
    color:#f96825;
    margin:15px auto;
    position:relative;
    -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
}
.middle-icon-large-features-box:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background: transparent;
    border-radius: 50%;
    border: 1px dashed #d0def1;
    left: 9px;
    top: 9px;
}
.middle-icon-features-content{
    padding:0 15px;
}
.middle-icon-features-content p{
    margin-bottom:0;
}
.middle-icon-features-content h4{
    font-size:17px;
    margin-bottom:10px;
}

.middle-icon-large-features-box.f-light-warning {
    background: rgba(255,143,0,0.1);
    color:#ff8f00 !important;
}
.middle-icon-large-features-box.f-light-success {
    background: rgba(41,207,141,0.1);
    color: #29cf8d !important;
}
.middle-icon-large-features-box.f-light-primary {
    color:#f96825 !important;
    background: rgba(51,137,255,0.1);
}
.middle-icon-large-features-box.f-light-warning:before {
    border: 1px dashed #ff8f00;
}
.middle-icon-large-features-box.f-light-success:before {
    border: 1px dashed #29cf8d;
}
.middle-icon-large-features-box.f-light-primary:before {
    border: 1px dashed #f96825;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-warning{
    background:#ff8f00;
    color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-success{
    background:#29cf8d;
    color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-primary{
    background:#f96825;
    color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-warning:before{
    border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-success:before{
    border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-primary:before{
    border: 1px dashed #ffffff;
}
.middle-icon-features-item .steps {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    background:transparent;
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff;
}

/*------------------------------------------------------------
  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: #f96825;
}
.cn-info-title {
    font-size:15px;
    margin-bottom: 2px;
}

/*------------------------------------------------------------
  PopUp Modal & Login Page
-------------------------------------------------------------*/
.modal-body {
    padding:2.5em 3em;
}
h4.modal-header-title {
    font-size:4em;
    text-align: center;
    margin:1rem 0 1em 0;
    font-weight: 800;
}
.btn.pop-login {
    border-radius: 50px;
    padding: 20px 0;
    background:#f96825;
    border-color:#f96825;
    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: 50px;
    padding: 20px 0;
    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-google{
    background:#ec4514;
}
.social-login ul li a.btn.connect-linkedin{
    background:#0073b0;
}
.social-login ul li a.btn.connect-twitter{
    background:#20a4ea;
}
.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: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #f96825;
    cursor:pointer;
    z-index:1;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    -webkit-box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
}

/*----------- PopUp Modal & Login Page: Login Page -----------*/
.loving-modern-login{
    background: #fff;
    padding: 80px;
    text-align: center;
    border-radius: 3px;
}
.loving-modern-login h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.loving-modern-login .form-control {
    background: #eff2f7 !important;
    border-color: #ebeff5 !important;
    margin-bottom:12px;
}
.login_form_dm {
    width:100%;
}
.edd-login-remember {
    width: 50%;
    float: left;
    text-align:left;
}
.already-login{
    width: 100%;
    float: right;
    text-align: center;
    margin:0.5rem 0 1rem;
}
#edd_login_form label, #edd_register_form label {
    cursor: pointer;
}
.edd-lost-password {
    width: 50%;
    float: right;
    text-align: right;
}
.edd-login-username, .edd-login-password {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
/*------------------------------------------------------------
  Blog Designs
-------------------------------------------------------------*/

/*----------- Blog Grid ---------*/
.blog-wrap-grid{
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 25px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.blog-thumb {
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.blog-thumb img {
    border-radius: 4px;
}
.blog-info {
    padding: 10px 20px;
}
.blog-info i {
    margin-right:7px;
}
.blog-body {
    padding: 5px 20px 30px;
}
.bl-title {
    font-size: 19px;
    margin-bottom:4px;
}
.bl-continue {
    color: #fc5231;
    position: relative;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 20px;
    margin-top: 12px;
    display: inline-block;
}
a.bl-continue:before {
    content:"\ea4c";
    position: absolute;
    font-family:lineicons!important;
    right: -27px;
    top: 2px;
}

/*--------- Blog Detail Page -----------*/
.single-post-item {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 2px solid #e5e8f3;
}
.post-featured-img {
    display: block;
    margin-bottom: 1.5rem;
}
.post-featured-img img {
    border-radius:6px;
}
.single-post-item .post-details .meta-comment-tag {
    padding: 0;
    list-style: none;
}
.single-post-item .post-details .meta-comment-tag li {
    display: inline-block;
    margin-right: 19px;
}
.single-post-item .post-details .meta-comment-tag li a {
    color: #6e7c90;
    display: block;
    letter-spacing: 0;
    line-height: 18px;
}
.single-post-item .post-details .meta-comment-tag li a .icons {
    margin-right: 10px;
}
.single-post-item .post-details .post-title {
    display: block;
    font-weight: 700;
    font-size:34px;
    line-height:1.4;
    margin: 15px 0 0;
}
.single-post-item .post-details p, .single-post-item .post-details .text {
    color: #6e7c90;
    font-size:18px;
    margin: 35px 0 0;
}
.blog-page .blog-details blockquote {
    background:#f7f9fc;
    padding: 28px 28px 28px 100px;
    margin: 50px 0;
    position: relative;
}
.blog-page .blog-details blockquote .icon {
    color:#f96825;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    left:35px;
    top:42%;
}
.blog-page .blog-details blockquote .name {
    color: #000c35;
    margin: 12px 0 0;
}
.blog-page .blog-details .post-bottom-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px 0 0;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.blog-page .blog-details .post-bottom-meta .post-tags .pbm-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li {
    display: inline-block;
    margin-bottom: 10px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a {
    border: 1px solid #e4e4e6;
    letter-spacing: 0;
    display: block;
    padding:9px 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a:hover {
    color: #ffffff;
    background:#f96825;
    border-color:#f96825;
}
.blog-page .blog-details .post-bottom-meta .post-share .list {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li {
    display: inline-block;
    margin-right: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li:last-child{
    margin-right:0;
}
.blog-page .blog-details .post-bottom-meta .post-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}
.blog-page .blog-details .post-bottom-meta .post-share .pbm-title{
    font-size:18px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a {
    color: #8c96b5;
    display: block;
    font-size: 16px;
    line-height: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a:hover {
    color: #ef4060;
}
.single-post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #e4e4e6;
    padding: 48px 0 0;
    margin: 40px 0 0;
}
.single-post-pagination .prev-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.single-post-pagination .next-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}
.single-post-pagination .next-post .title,
.single-post-pagination .prev-post .title{
    font-size:20px;
}
.single-post-pagination .post-pagination-center-grid {
    position: absolute;
    left: 50%;
    top:60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-post-pagination .post-pagination-center-grid a {
    font-size: 2.5rem;
    color: #f96825;
}
.single-post-pagination .prev-post a {
    display: block;
    overflow: hidden;
}
.single-post-pagination .prev-post a .title-with-link .intro {
    color: #6e7c90;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.single-post-pagination .prev-post a .title-with-link .title {
    color: #000c35;
    line-height: 28px;
}

/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
    overflow: hidden;
    margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
    float: left;
    width: 100px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img{
    max-width:100px;
    border-radius:50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
    overflow: hidden;
    padding-left: 30px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
    font-size:18px;
    line-height: 28px;
    margin-bottom:2px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
    font-size: 12px;
    color: #cacfef;
    margin-left: 4px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
    color: #ef4060;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: right;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
    color: #6e7c90;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
    margin-right: 8px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text {
    margin: 19px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text p {
    margin: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
    padding-left: 40px;
    list-style: none;
}
.posts-author {
    text-align: center;
}
.posts-author span.img {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    height: 120px;
    border: 4px solid #e4eaf3;
    display: table;
    margin: 0 auto 1rem auto;
}
span.img img {
    border-radius: 50%;
    max-width: 120px;
}
h3.pa-name {
    font-size: 18px;
    margin-bottom:5px;
}
.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}
.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}
.social-links li{
    display:inline-block;
    padding:2px 10px;
}
.social-links li a {
    color:#8c96b5;
    font-size: 16px;
}
.social-links li a:hover,
.social-links li a:focus{
    color:#f96825;
}

/*-------------- Sidebar -----------*/
.single-widgets {
    border:2px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}
.single-widgets.widget_search form {
    position: relative;
}
.single-widgets.widget_search form input[type="search"] {
    border-radius:4px;
    border:1px solid #ebedf5;
    background:#f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 30px;
    height:60px;
    width: 100%;
}
.single-widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #f96825;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}
.single-widgets.widget_category ul {
    padding: 0;
    list-style: none;
}
.single-widgets.widget_category ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.single-widgets.widget_category ul li:first-child {
    border-top: none;
}
.single-widgets.widget_categories ul li a {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}
.single-widgets.widget_category ul li a span {
    float: right;
}
.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: 700;
    font-size:17px;
    line-height:22px;
    margin: 0 0 7px;
    padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
    color: #6e7c90;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 14px;
    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 {
    border: 1px solid #eaeaea;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover, .single-widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background:#f96825;
    border-color:#f96825;
}


/*------------------------------------------------------------
  General Features
-------------------------------------------------------------*/
/*--------- General Features: FAQ Design -----------*/
.faq-search form {
    position: relative;
    max-width: 610px;
    margin: 1.5rem auto;
}
.faq-search form input {
    padding-left: 30px!important;
    height: 60px;
    border: none;
    border-radius: 4px;
    padding-right: 50px!important;
}
.faq-search form button[type=submit] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 63px;
    right: 0;
    color: #0050b4;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
.ac-para {
    line-height: 1.8;
}
.contact-box{
    border-radius: 10px;
    overflow: hidden;
    padding:2.5em 2em;
    margin-bottom:30px;
    text-align:center;
    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;
}

/*----------- General Features: Checkout Design -----------*/
.pay-wrap{
    border-radius: 10px;
    overflow: hidden;
    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);
}
.pay-wrap-header {
    width: 100%;
    padding:12px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7eaf1;
}
.pay-wrap-header h4 {
    flex: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.pw-right h3 {
    color: red;
    margin:0;
}
.pw-right h3 sub {
    font-size: 15px;
    font-weight: 500;
    color: #767a8a;
}
.pw-first-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-first-content h4 {
    flex: 1;
    margin-bottom:0;
    font-size: 18px;
    font-weight: 600;
}
.pw-first-content {
    padding: 10px 25px;
}
.pay-wrap button, .pay-wrap button:hover,.pay-wrap button:focus {
    background: rgba(25, 189, 88,0.1);
    color: #19bd58;
    border: none;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
}
#change-plan{
    padding: 10px 25px;
    position:relative;
}
.pw-content-detail {
    padding: 10px 25px;
    width: 100%;
    position: relative;
}
.pw-content-detail ul{
    position:relative;
    padding:0;
    margin:0;
}
.pw-content-detail ul li{
    position:relative;
    display:block;
    margin-bottom:10px;
    list-style:none;
    padding-left:30px;
}
.pw-btn-wrap{
    padding:10px 25px 25px;
    width: 100%;
    position: relative;
}
.btn.btn-payment {
    background: #ffffff;
    color: #19bd58;
    text-align: center;
    width: 100%;
    border: 2px solid #19bd58;
    font-size: 17px;
    border-radius: 4px;
}
.pw-content-detail ul li:before {
    content: "\e64c";
    font-family: 'themify';
    font-size:10px;
    width:20px;
    height:20px;
    background: rgba(25, 189, 88,0.1);
    display: flex;
    position: absolute;
    border-radius:50%;
    justify-content: center;
    align-items: center;
    color: #19bd58;
    top: 0;
    left: 0;
}
.product-wrap{
    border-radius: 10px;
    overflow: hidden;
    padding: 2em 1rem;
    margin-bottom:30px;
    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);
}
.product-wrap ul {
    padding: 0;
    margin: 0;
}

.product-wrap ul li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dashed #dadde8;
    flex-wrap: wrap;
}
.product-wrap ul li strong {
    flex: 1;
}

/*------------- General Features: Testimonials ----------*/
.testimonial-wrap {
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #e5e9ec;
}
.client-thumb-box {
    display: table;
    width: 100%;
}
.client-thumb-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid rgba(45,45,45,.1);
    padding: 5px;
    float: left;
}
.client-info h5{
    color: #3151b7;
    font-size:16px;
}
.client-info .small-font{
    font-size:13px;
}
.testimonial-wrap p {
    line-height: 1.8;
    font-size: 15px;
}


/*-------------- General Features: Newsletter Style ----------------*/
.newsletter {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.newsletter-box{
    padding:40px 0;
}

.newsletter-box .input-group{
    margin-bottom:20px;
    background:#ffffff;
    border-radius:50px;
    padding:5px 10px;
    box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
    -webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
}
.newsletter-box .input-group .form-control{
    height:60px;
    border:none;
    box-shadow:none;
    background:transparent;
}
.newsletter-box .input-group .input-group-addon{
    border:none;
    font-size:18px;
    background:transparent;
}
.newsletter-box .btn{
    padding:18px 35px;
    z-index:22;
}
/*------------- General Features: testimonial 2 Smart testimonials -------------*/
.smart-tes-author {
    text-align: left;
    padding: 1.2rem 0;
    display: inline-block;
    width: 100%;
}
.smart-center{
    text-align:center;
}
.smart-textimonials.smart-light {
    color: #ffffff;
}
.st-author-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #e9edf3;
    -webkit-box-shadow: 0px 0px 0px 5px #e9edf3;
    float: left;
    margin-left:6px;
}
.smart-tes-content {
    margin-left: 3px;
}
.smart-light .st-author-thumb, .st-author-thumb.light {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    float: left;
}
.st-author-info {
    display: inline-block;
    margin-left: 22px;
}
.smart-textimonials.smart-light .st-author-title{
    color:#ffffff;
}
.st-author-info .st-author-title {
    margin: 0 0 4px 0;
}
.st-author-info .st-author-subtitle {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 15px;
}
.st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
/*------------ General Features: pricing Box ----------------*/
.pricing-wrap {
    text-align: center;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 25px;
    position:relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.pricing-header {
    padding: 3em 0 2em;
    width: 100%;
}
.pricing-header i {
    font-size: 3em;
    margin-bottom: 15px;
    display: table;
    margin: 0 auto 0.2em auto;
    color: #4c5f98;
}
.pricing-header .pr-title{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight:700;
}
.pricing-header .pr-subtitle{
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
}
.pricing-value {
    position: relative;
    display: table;
    margin: 2rem auto;
    text-align: center;
}
.pr-value {
    font-size:5em;
    position: relative;
}
.recommended .pr-value {
    color: #f96825;
}
.pr-value:before {
    content: "$";
    position: absolute;
    font-size: 2rem;
    top: -20px;
    left: -24px;
    color: #a6b0d0;
    font-family: 'Lora', serif;
}
.pricing-body ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pricing-body ul li {
    list-style: none;
    padding: 12px 0;
    font-size: 17px;
}
.pricing-bottom {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}
.pricing-bottom .btn-pricing {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 14px 50px;
    background: #2a4fba;
    border-radius: 4px;
    color: #ffffff;
    transition: all ease 0.4s;
}
.pricing-bottom .btn-pricing:hover, .pricing-bottom .btn-pricing:focus {
    background:#fc5231;
    color: #ffffff !important;
}
.pricing-wrap.recommended:before {
    content: "Recommended";
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(76, 175, 80,0.12);
    padding: 4px 15px;
    border-radius: 50px;
    color: #4caf50;
}

/*---------- General Features: Slick Arrow -------------*/
.property-listing .slick-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 1;
    transition: 0.1s;
    z-index: 1;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-arrow:before {
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    opacity: 0;
    line-height: 30px;
    background: rgba(255,255,255,0.2);
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    transition: 0.2s;
    left: 0;
}
.property-listing:hover .slick-arrow:before {
    opacity: 1;
}

/*---------- General Features: Team Design -------------*/
.single-team {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 10px;
    overflow: hidden;
    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);
}
.team-grid {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.teamgrid-content {
    padding: 1rem 0;
    text-align: center;
}
.teamgrid-content h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.teamgrid-social ul {
    margin:1rem 0;
    padding: 0;
    text-align: center;
}
.teamgrid-social ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
/*------------------- Listing Element: Invoice -------------------*/
.invoice-wrapper {
    background: #ffffff;
    border-radius: 6px;
    padding: 2.5em 2em;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
p#invoice-info {
    text-align: right;
}
hr {
    border-top: 1px solid #eff2f5;
}
/*---------- General Features: Filter & Shorting -------------*/
.shorting-wrap {
    background: #ffffff;
    border-radius: 0.3rem;
    margin-bottom:2rem;
    padding:0.5rem 1rem;
    border: 1px solid #ebedf1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shorting-title {
    flex: 1;
    font-size: 14px;
    color: #586373;
    margin: 0;
}
.shorting-right {
    width: auto;
    background: #f0f3f7;
    border-radius: 2px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.shorting-right .dropdown.show {
    display: inline-block;
}
.shorting-right .btn.btn-filter {
    color: #8891a7;
    padding: 2px 5px;
    font-size: 14px;
    line-height: unset;
}
.shorting-right label {
    display: inline-block;
    margin-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
.shorting-right .dropdown-menu{
    right: 0 !important;
    left: auto !important;
}
/*====================================
  Dashboard
==================================*/
.dashboard-navbar, .dashboard-wraper {
    position: relative;
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    border-radius:10px;
    background: #ffffff;
}
.d-user-avater {
    text-align: center;
    margin: 2em 0;
}
.d-user-avater img {
    max-width: 180px;
    border-radius: 50%;
    margin-bottom: 8px;
}
.d-user-avater h4 {
    margin: 10px 0 3px 0;
    font-size: 19px;
}
.d-navigation ul {
    padding: 0;
    margin: 0;
}
.d-navigation ul li {
    list-style: none;
    padding: 8px 0;
}
.d-navigation ul li.active a {
    color: #f96825;
}
.d-navigation ul li a{
    padding:3px 0;
    color: #787e94;
    font-size:17px;
    display: inline-block;
}
.d-navigation ul li a i{
    margin-right:10px;
}

/*----- Dashboard Widget -----*/
.dashboard-stat {
    display: inline-block;
    padding: 0;
    height: 160px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .3s;
    cursor: default;
}
.dashboard-stat-content {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.dashboard-stat-content h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #ffffff;
    letter-spacing:1px;
}
.dashboard-stat-content span {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
}
.dashboard-stat-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 80px;
    opacity: .2;
}
.dashboard-stat-icon {
    font-size:65px;
}
.dashboard-stat.widget-1 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color:#1baf65;
}
.dashboard-stat.widget-2 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color:#f39f00;
}
.dashboard-stat.widget-3 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color:#002758;
}
.dashboard-stat.widget-4 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color:#ce024b;
}

/*---------- Dashboard: Gravity List ----------------*/
.dashboard-gravity-list {
    margin:0px 0 30;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 4px;
}
.dashboard-gravity-list h4 {
    font-size: 16px;
    font-weight:600;
    margin: 0;
    padding:20px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}
.dashboard-gravity-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.dashboard-gravity-list ul li {
    padding: 23px 30px;
    border-bottom: 1px solid #eaeaea;
    transition: .3s;
    position: relative;
}
.list-box-listing {
    display: flex;
    padding: 5px 0;
    position: relative;
}
.list-box-listing-img {
    flex: 1;
    max-width: 150px;
    position: relative;
}
.list-box-listing-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.list-box-listing-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(22,22,22,.2);
    border-radius: 4px;
    z-index: 11;
}
.list-box-listing-img a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.list-box-listing-content {
    flex: 1;
    padding-left: 25px;
}
.list-box-listing-content .inner {
    position: relative;
    top: 14px;
    vertical-align: top;
}
.list-box-listing-content .inner h3 {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}
.star-rating .ti-star {
    display: inline-block;
    margin: 0;
    padding: 0;
    color:#ff9500;
    float: left;
    margin-right: 4px;
    position: relative;
}
span.ti-star.empty {
    color: #b1b9c1;
}

.list-box-listing-content .inner span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}
.list-box-listing-content .inner .star-rating {
    margin: 5px 0 0;
    display: block;
}
.bookings .list-box-listing-img img {
    max-width: 100%;
}
.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}
.star-rating .rating-counter {
    top: -3px;
    position: relative;
    font-size: 14px;
}
.buttons-to-right, .dashboard-gravity-list .button.to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0,-49%,0);
    -moz-transform: translate3d(0,-50%,0);
    opacity: 0;
    transition: .4s;
    box-shadow: 0 0 10px 15px #fbfbfb;
}
.dashboard-gravity-list .button {
    padding:8px 15px;
    line-height: 20px;
    border-radius:50px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.dashboard-gravity-list .button.gray {
    background-color:#e4e8ef;
    color: #636a7b;
}
.dashboard-gravity-list .button.gray:hover, .dashboard-gravity-list .button.gray:focus{
    background:#da0136;
    color:#ffffff;
}
.dashboard-gravity-list .button i {
    padding-right: 2px;
    position: relative;
    top: 1px;
}
.dashboard-gravity-list li:hover .buttons-to-right, .dashboard-gravity-list li:hover .button.to-right {
    opacity: 1;
}
.dashboard-gravity-list.with-icons ul li {
    padding-left: 87px;
    font-size: 14px;
}
.dashboard-gravity-list.with-icons ul li strong {
    color: #414b5a;
}
.dashboard-gravity-list ul li i.dash-icon-box {
    height: 38px;
    width: 38px;
    color:#7f8bab;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background-color:#f4f5f7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255,255,255,.2);
    margin: 15px 32px;
}
.dashboard-gravity-list .numerical-rating {
    margin: 0 3px;
}

.numerical-rating:before {
    content: attr(data-rating);
}

a.close-list-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    transition: .3s;
}
.dashboard-gravity-list.invoices li {
    padding: 20px 30px;
}
.dashboard-gravity-list ul li:hover a.close-list-item {
    opacity: 1;
}
.dashboard-gravity-list.invoices ul ul {
    line-height: 22px;
    padding-bottom: 2px;
    color:#7c8796;
    padding: 0;
    margin: 0;
}
.dashboard-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: .3s;
    background-color: transparent;
    display: inline-block;
}
.dashboard-gravity-list.invoices ul ul li {
    padding: 0;
}
.dashboard-gravity-list.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}
.dashboard-gravity-list.invoices ul ul li:last-child:after{
    display:none;
}
.numerical-rating.high {
    background-color:#1baf65;
}
.numerical-rating.mid {
    background-color:#ffc10a;
}
.numerical-rating.low {
    background-color:#db2929;
}
.unpaid {
    color:#d4222b;
}
.paid {
    color:#00ba74;
}
.dashboard-gravity-list ul ul {
    background-color: transparent;
}
.dashboard-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: .3s;
    background-color: transparent;
    display: inline-block;
}
.inner-booking-list ul li:after {
    content: "";
    display: inline-block;
    position: relative;
    margin: 0 10px;
    height: 12px;
    top: 1px;
    background-color: #ddd;
    width: 1px;
}
.inner-booking-list ul li.highlighted:after {
    display: none;
}
.inner-booking-list ul li.highlighted {
    padding: 2px 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    background-color: #f4f5f7!important;
    color: #7e8b9a;
    border-radius: 50px;
    display: inline-block;
    border:none;
}
.pending-booking .inner-booking-list ul li.highlighted {
    background-color: rgba(49, 167, 255,0.1)!important;
    color: #31a7ff;
}
.approved-booking .inner-booking-list ul li.highlighted {
    background-color:rgba(29, 183, 92,0.1) !important;
    color:#1db75c;
}
.dashboard-gravity-list ul ul li:nth-last-child(2n+1) {
    background-color: transparent;
}

a.rate-review {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    transition: .3s;
}
.dashboard-gravity-list a.rate-review {
    border: none;
    background-color: #eceef3;
    color: #636a7b;
    padding:6px 18px;
}
a.rate-review i {
    padding-right: 3px;
}
.dashboard-gravity-list a.rate-review:hover{
    color:#ffffff;
    background:#e21f1f;
}
.comission-taken {
    border-radius: 3px;
    font-size: 14px;
    color:#ffffff;
    font-weight: 400;
    background:#333333;
    display: inline-block;
    padding: 6px 10px;
    float: right;
    position: relative;
    top: -3px;
}
/*----------- Mail Inbox ---------*/
.messages-inbox ul{
    margin:0;
    padding:0;
}
.messages-inbox ul li {
    border-bottom: 1px solid #e6e8ec;
    transition: .2s;
    list-style:none;
}
.messages-inbox ul li.unread, .messages-inbox ul li:hover {
    background-color:#f4f5f7;
}
.messages-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.messages-inbox .message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.messages-inbox .message-by {
    margin-left: 85px;
    font-size: 15px;
    color:#778394;
}
.message-by-headline h5 {
    font-weight:500;
    margin: 0 0 7px;
    padding: 0;
}
.messages-inbox ul li.unread .message-by-headline h5{
    font-weight:600;
}
.message-by-headline h5, .message-by-headline span {
    display: inline-block;
}
.message-by h5 i {
    background-color:#00ba74;
    border-radius: 50px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 3px 8px;
    margin-left: 3px;
}
.message-by-headline span {
    float: right;
    color:#909cad;
    font-size: 14px;
}
.messages-inbox .message-by p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 15px;
}
.messages-inbox .unread .message-by p{
    color:#40434a;
}
/*---------- Conversion ----------*/
.messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    background-color: #fff;
}
.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #edf1f9;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.messages-headline h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}
.message-action {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    padding: 0;
    float: right;
}
.messages-container-inner {
    display: flex;
}
.messages-container-inner .dash-msg-inbox {
    max-width: 340px;
    border-right: 1px solid #edf1f9;
}
.messages-container-inner .dash-msg-inbox {
    overflow: hidden;
}
.messages-container-inner .dash-msg-content {
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox, .messages-container-inner .dash-msg-content {
    flex: 1;
}
.messages-container-inner .dash-msg-inbox ul {
    max-height:950px;
    overflow-y: scroll;
    width: 357px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dash-msg-inbox ul li.active-message {
    background-color: #f9f9f9;
}
.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
    list-style: none;
}
.dash-msg-inbox ul li:last-child {
    border-bottom: none;
}
.message-by-headline h5 {
    margin-bottom: 0;
}
.dash-msg-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox ul li a {
    padding: 25px;
}

.dash-msg-inbox .dash-msg-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
    left: 25px;
}

.dash-msg-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .message-by {
    margin-left: 85px;
}
.messages-container-inner .dash-msg-inbox .message-by {
    margin-left: 60px;
}
.messages-container-inner .message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}
.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    color: #888;
}
.messages-container-inner .dash-msg-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px;
}
.message-plunch {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.message-plunch .dash-msg-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.message-plunch .dash-msg-avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}
.message-plunch .dash-msg-text {
    margin-left: 70px;
    background-color:#f4f5f7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch .dash-msg-text:before {
    position: absolute;
    top: 12px;
    left: -9px;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 31px;
    color:#f4f5f7;
}
.message-plunch .dash-msg-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.message-plunch.me .dash-msg-avatar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
}
.message-plunch.me .dash-msg-text {
    color: #39b36e;
    background-color: rgba(57, 179, 110,0.1);
}
.message-plunch.me .dash-msg-text {
    margin-left: 0;
    margin-right: 70px;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch.me .dash-msg-text:before {
    color: rgba(249,25,66,.05);
}
.message-plunch.me .dash-msg-text:before {
    left: auto;
    right: -11px;
    content: "\f0da";
}
.message-reply {
    display: block;
    margin-top: 15px;
}
.message-reply textarea {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px;
}
.message-reply button {
    border-radius: 4px;
    margin-top: 5px;
}

/*---------------- Dashboard: Booking --------------------*/
.bookings .list-box-listing-img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.bookings .list-box-listing-img {
    margin-right: 5px;
    flex: 1;
}
.list-box-listing-content {
    flex: 1;
    padding-left: 25px;
}
.bookings .list-box-listing-content .inner {
    top: 0;
    transform: none;
}
.list-box-listing-content .inner h3 {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    margin: 0;
    line-height: 27px;
}
.bookings .list-box-listing-content .inner h3 {
    margin-bottom: 20px;
}
.bookings .inner h3 span.booking-status {
    border-radius: 50px;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 2px 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.bookings .inner h3 span.booking-status.unpaid {
    background-color:#31a7ff;
}
.pending-booking .bookings .inner h3 span.booking-status {
    background-color:#31a7ff;
}
.approved-booking .bookings .inner h3 span.booking-status {
    background-color:#1db75c;
}
.canceled-booking .bookings .inner h3 span.booking-status {
    background-color: #ee3535;
}
.bookings .inner h3 span.booking-status.unpaid {
    background-color:#e21f1f;
}
.buttons-to-right a.button.approve:hover {
    background-color:#1db75c;
}
.inner-booking-list {
    margin-bottom: 5px;
}
.inner-booking-list h5 {
    display: inline-block;
    font-weight: 500;
    margin: 0;
    color: #6d7482;
    font-size: 17px;
}

.inner-booking-list ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
button#extra-services {
    background: #ffffff;
    border: none;
    height: 60px;
    font-size: 17px;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
    color: #879ac3;
    cursor:pointer;
    outline: none !important;
}
.over-wrap{
    overflow: hidden;
    max-width:300px;
}
.all-extra-lists{
    overflow-y: scroll;
    width:304px;
    padding-bottom: 1rem;
    max-height: 200px;
}
.switchbtn {
    position: relative;
}
.switchbtn-checkbox {
    display: none;
}

.listsearch-input-item label.switchbtn-label, .switchbtn-wrap label.switchbtn-label {
    font-size: 13px;
    padding: 11px 30px;
    border-radius: 4px;
    background: #f8f9fb;
    border: 1px solid #f0f4f7;
    font-weight: 400;
    color: #747b8c;
    cursor: pointer;
}

label.switchbtn-label {
    padding: 5px 10px;
    border-radius:4px;
    padding: 18px 12px;
    background: #f4f5f7;
    color: #5a6480;
    margin:4px 0;
    width: 100%;
    cursor:pointer;
    position:relative;
}
input:checked+.switchbtn-label {
    background:#ff7600;
    color:#ffffff;
}
#showing {
    border: 1px solid #eaeaec;
    width: 100%;
    padding:0.5rem 1rem;
}

.extra-service-list label>i {
    position: absolute;
    font-size: 14px;
    font-style: normal;
    background: #e3e6ec;
    padding: 4px 10px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
input:checked+.switchbtn-label>i{
    background:rgba(255,255,255,0.1);
    color:#ffffff;
}
.ext-count{
    background-color:#66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: open sans,sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    left:4px;
    height: 18px;
    width: 18px;
    font-style:normal;
}
/*---------- Dashboard: Bookmark Property -------*/
table.property-table-wrap {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}
table.property-table-wrap th {
    border: none;
    background-color: #66676b;
    text-align:left;
    padding:18px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height:1;
}
table.property-table-wrap th:first-child {
    width: 50%;
    border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
    border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
    margin-right: 3px;
    font-size: 14px;
}
table.property-table-wrap th {
    background:#2e3d5f;
}
table.property-table-wrap td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
table.property-table-wrap td:first-child {
    padding-left: 0px;
    line-height: 25px;
}
table.property-table-wrap .property-container img {
    width: 150px;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px;
}
table.property-table-wrap .property-container .title {
    flex: 2;
}
table.property-table-wrap .property-container .title h4 {
    margin-bottom: 0;
    margin-top: 2px;
    display: block;
    font-size: 16px;
}
table.property-table-wrap td.action a {
    display: block;
    color:#677994;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}
table.property-table-wrap td.action a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background:#f1f3f7;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}
.bkmark a.delete {
    float: right;
}
table.property-table-wrap .property-container .title span {
    display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
    display: inline-block;
    background:#f1f3f7;
    color:#677994;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 10px;
}


/*-------------------------------------------------
  Footer Start
--------------------------------------------------*/
/*---------- Small footer -------------------*/
footer{
    z-index:99;
    position:relative;
}
footer.dark-footer{
    background: #171717;
    float: left;
    width: 100%;
}
footer.light-footer {
    background: #ffffff;
}
.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
.ft-itext {
    font-weight: 500;
    font-size:16px;
    text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right:5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display:inline-block;
    list-style:none;
    margin:5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    line-height: 40px;
    text-align: center;
}
.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
    margin-bottom:0;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding: 10px 0 40px 0;
    margin-top: 40px;
}

footer .newsletter-box{box-shadow: none;}

footer .newsletter-box .input-group {
    border-radius: 8px;
    background: #000000;
    box-shadow: none;
    margin: 0;}

footer .newsletter-box .input-group .form-control {
    font-size: 13px;
    color: #9fa4af;
    height: 40px;
}


footer .newsletter-box .btn{

    background: none;
    border: none;
    padding: 10px 20px;
    margin: 0;
    color: #00acee;

}

.mid-border{    border-right: solid 1px #252525;
    border-left: solid 1px #252525;}

.footer-widget p{font-size: 16px; color: #555555;}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    display: inline-block;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:18px;
    display: block;
}
.footer-widget ul li a{
    color:#626a70;
    font-size:14px;
}

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:rgba(245,255,255,0.6);
    font-size: 14px;
    transition:all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:#ffffff;
}
.img-fluid.f-logo {
    max-width: 240px;
    margin-bottom: 1rem;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
    border-top:1px solid rgba(255, 255, 255, 0.06);
    color: #555555;
    background: #111111;
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0;
}
ul.footer-bottom-social li a {
    color:#546e7a;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
    color:#007bff;
}
ul.footer-bottom-social li i {
    margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: rgba(255,255,255,0.6);
    font-size: 17px;
}
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;
}
.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    width: 100%;
}
.fw:last-child {
    margin: 0;
}
.fw:before {
    font-family: 'themify';
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.fw.fw-location:before {
    content: "\e693";
}
.fw.fw-mail:before {
    content: "\e75a";
}
.fw.fw-call:before {
    content:"\e621";
}
.fw.fw-skype:before {
    content:"\e72d";
}
.fw.fw-web:before {
    content:"\e665";
}

.other-store-link {
    width: auto;
    margin-bottom:20px;
    display: inline-block;
}
.other-store-link:last-child{
    margin-bottom:0;
}
.other-store-app {
    width:200px;
    height:66px;
    border: 2px solid #9ea6ba;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#9ea6ba;
}

.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.f-newsletter .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color:#7f8ca2;
    background-color: transparent;
    border: 2px solid #a5aebf;
    padding:18px 20px 18px;
    border-radius: 3px;
    height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color:#9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
    background:transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control:-ms-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control::placeholder{color:#9ea6ba;}

.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder{color:#879ac3;}
.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder{color:#879ac3;}
.form-control::placeholder, textarea.form-control::placeholder{color:#879ac3;}

/*--------------------------------------------------
  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 (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media (min-width: 768px) {
    form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
        margin-bottom:0;
    }
    .no-ul-list.third-row li {
        max-width:33.333333%;
        flex: 0 0 33.333333%;
    }
    .advance-search.advn-fixed {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        -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;
    }
    .newsletter-box .btn {
        padding: 18px 35px;
        position: absolute;
        top: 5px;
        right:12px;
    }
    .newsletter-box {
        padding: 0;
        box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.8);
        border-radius: 50px;
    }
}

@media (min-width: 992px) {
    .hero-search h1 {
        font-size: 50px;
    }
    h1, .h1 {
        font-size: 3.3em;
        font-weight: 600 !important;
        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;
    }

    .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:36px;
        line-height:1.2;
    }
    .sec-heading p{
        font-size:16px;
    }
    .page-title-wrap h1{
        font-size:55px;
        line-height:1.4;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .cta-sec h1, .cta-sec h2 {
        font-size: 38px;
        margin-bottom: 12px;
    }


}
@media (min-width: 993px) {
    .nav-left-side .core-nav .nav-header{
        position: relative;
        float: left;
    }

    .header.dark-header ul.attributes {
        float: none;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        font-size:80px;
    }
    .core-nav .megamenu.open > .megamenu-content{
        width:700px !important;
    }

}
@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%;
    }
}

@media (max-width: 1023px) {
    .half-map .fs-inner-container {
        width:100%;
    }

    .fs-left-map-box .map-container.fw-map {
        width:100%;
        height:585px;
        position: relative;
        -webkit-transform: translate3d(0,0,0);
        overflow: hidden;
    }
    .half-map .fs-left-map-box {
        float: none;
    }
    .fr-grid-info ul li {
        font-size: 12px;
    }
}


@media (max-width: 992px) {
    .header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
        float: none;
    }
    .header-dark-transparent nav .menu li a {
        color:#606c8e;
    }
    .header.dark-header nav .menu li a {
        color:#606c8e;
    }
    .header-dark-transparent button.toggle-bar.core-nav-toggle, .header.dark-header button.toggle-bar.core-nav-toggle {
        color: #00acee;
    }
    .core-nav .dropdown > .dropdown-menu.lg-wt {
        width:100% !important;
    }
}
@media (max-width: 991px) {
    .main-banner.image-banner, .hero-header, .hero-banner{
        min-height:580px;
    }
    .hero-search h1 {
        font-size:28px;
    }
    .hero-banner h1 {
        font-size: 23px;
    }
    .show-mb {
        display:initial !important;
    }
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 auto 10px;
        float: none;
    }
    nav .brand {
        top: 10px !important;
    }
    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;
    }
    .pricing-body ul li {
        padding: 9px 0;
        font-size: 15px;
    }
    .agency-list {
        display: block;
    }

    .avl-features li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slide-property-detail {
        position: relative;
        display: block;
    }
    .slide-property-first {
        flex: initial;
        margin-bottom: 1.5rem;
    }
    .single-advance-property .container-fluid.p-0 {
        padding: 0 15px !important;
    }
    .verticleilist.listing-shot .signle-vert-listing-item {
        height: auto;
        display: block;
    }
    .verticleilist.listing-shot .listing-item {
        flex: auto;
        overflow: hidden;
        min-height: 210px;
        height: 180px;
    }
    .listing-shot-img {
        min-height: 150px;
        max-height: 150px;
        height: 100%;
        overflow: hidden;
    }
    .verticleilist.listing-shot .verticle-listing-caption {
        flex: auto;
        padding: 0;
        position: relative;
    }
    .verticle-listing-caption .listing-shot-caption {
        position: relative;
        top: 0;
        transform: inherit;
        left: 0;
        padding-right: 0;
    }
    a.list-cat {
        top: 20px;
        right: 20px;
        bottom: inherit;
        left: inherit;
    }

}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu.show {
        display: block;
    }
    .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;
    }
    .advance-search .form-group {
        margin: 0.6rem 0;
        border: 1px solid #e0ecf5;
    }
    .advance-search .search-big-form {
        padding: 10px !important;
    }
    .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;
    }

    .full-search-2.hero-search-radius {
        border-radius: 10px;
    }
    .full-search-2.hero-search-radius .form-control{
        border:none !important;
    }

    .dashboard-navbar {
        margin-bottom: 2rem;
    }
    table.property-table-wrap .property-container img {
        display: none;
    }
    table.property-table-wrap td {
        padding: 35px 2px;
    }
    table.property-table-wrap .property-container .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;
    }
    /*-----------Rating-----------*/
    .rating-overview {
        display: block;
    }
    .rating-overview-box {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        border-right: none;
        padding-right:0px;
    }
    .review-comments-avatar {
        width: 50px;
        height: 50px;
        left: 0px;
    }

    .reviews-comments-item {
        padding: 0 0 10px 40px;
    }
    .reviews-comments-item-text h4 {
        display: block;
    }
    .reviews-comments-item-date {
        float: none;
        display: block;
    }
    .reviews-reaction a {
        margin-right: 12px;
    }

    /*-----------dashboard-----------*/
    .list-box-listing {
        display: block;
    }
    .list-box-listing-content {
        padding: 0;
    }
    .buttons-to-right, .dashboard-gravity-list .button.to-right {
        opacity: 1;
        position: relative;
        margin: 10px 0 0;
        right: auto;
        transform: none;
    }
    .list-box-listing {
        display: block;
    }
    .list-box-listing-img {
        max-width: 100%;
    }
    .list-box-listing-content {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .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:19px;
    }
    .core-content .brand img {
        max-width: 125px;
    }
    .hero-search-wrap {
        padding: 45px 20px 30px;
    }
    .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%;
    }
}


/*====================================
 Bottom To top Scroll
=====================================*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background:#333c56;
    color: #ffffff;
}
#back2Top:hover {
    background-color:#ffffff;
    color:#333c56;
}
.style-switcher{
    position: fixed;
    top:35%;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    left:-220px;
    width:220px;
    padding: 0;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.style-switcher .css-trigger{
    position: absolute;
    top:37%;
    transform: translateY(-50%);
    right: -50px;
    width: 50px;
    background-color:#2d4767;
    color:#fff;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    line-height:55px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
}
.style-switcher .css-trigger a{
    color:#ffffff;
}
.style-switcher.active {
    left: 0;
}
ul#themecolors {
    margin: 0;
    padding:15px 0;
    text-align: center;
    background: #334e6f;
}
ul#themecolors li {
    list-style: none;
    padding:5px;
    display: inline-block;
}
ul#themecolors li a {
    width:35px;
    height:35px;
    background:#f4f5f7;
    display: inline-block;
    border-radius: 50%;
    font-size: 0;
    border:3px solid rgba(255,255,255,1);
}
a.default-theme {
    background:#fb7618 !important;
}
a.blue-theme {
    background:#3a5bbc !important;
}
a.green-theme {
    background:#28b446 !important;
}
a.red-theme {
    background:#d32e2a !important;
}
a.purple-theme {
    background:#9886ec !important;
}
a.yellow-theme {
    background:#fbbb00 !important;
}
a.oceangreen-theme {
    background:#00A877 !important;
}
a.goodred-theme {
    background:#f40c43 !important;
}
a.goodgreen-theme {
    background:#19b521 !important;
}
a.blue2-theme {
    background:#0176ff !important;
}

/*----------- New --------------*/
.modal-open {
    overflow: hidden !important;
}
.header.nav-left-side ul.attributes li.lg-ic a {
    font-size: 23px;
}
.module-label {
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 23px;
}


.new-feed{color: #fff;}

.new-feed h5{color: #fff;}

.new-feed h3{color:#00acee;}


.custom-tab.style-1 {


}
.custom-tab.style-1 ul{

    text-align: center;
    display: block;

}


.custom-tab.style-1 ul li{

    text-align: center;
    display: inline-block;
    border-right: solid 1px #ccc;
    font-size: 18px;
    color: #ccc;
    font-weight: 500;


}


.custom-tab.style-1 ul li a{color: #ccc;}


.custom-tab.style-1 ul li a.active{color: #000;}


.custom-tab.style-1 ul li:last-child{border-right: none;}


.blog .verticleilist.listing-shot .verticle-listing-caption {flex: 6;  align-items: center; display: flex;}
.blog .verticleilist.listing-shot .signle-vert-listing-item{height: auto;}
.blog .verticleilist.listing-shot .listing-item {flex: 6;   }

.blog .shot-caption{    width: 100%;text-align: left;padding: 15px;}

.blog .shot-caption p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog .shot-caption h5{
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}

.blog .shot-caption .post-date{    font-size: 13px;margin: 0 0 6px 0;display: block;}


.caleandar-sec{background: #fff;}

ul.cld-labels {
    background: #00acee;
    color: #fff;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

.event-row h3{     color: #212120;
    font-size: 25px;
    margin-bottom: 5px;}
.event-row h3 span{    display: block;font-size: 13px;font-weight: 600;color: #70706f; line-height: normal;}

.event-row h3 span img{    margin: 0 3px 0 0;}

.event-row p{line-height: normal;}

.event-row {
    margin-top: 32px;
}


.top-txt{

    padding: 0 0 0 0;
    margin: 0;
    color: #0275a1;
    font-weight: 600;
    font-size: 15px;

}

.select2 {padding-left: 10px !important;}


.projects .carousel-control-next, .projects .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #040404;
    text-align: center;
    opacity: 9;
    padding: 0 10px;
    font-weight: bolder;
}

.projects .carousel-control-next span, .projects .carousel-control-prev span{font-weight: bolder;}


.sliderBtns{position: absolute;
    top: -38px;
    right: 0;}


.header-fixed button.toggle-bar {
    color: #00adef !important;
}


.owl-carousel .owl-nav.disabled {
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 0;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{

    opacity: 9;
    color: #000;
    border: none;
    outline: none;
}


.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{

    font-weight: bolder;
    padding: 0 10px;

}






/**company**/
#company .hero-banner{min-height: 380px !important; }

.company-address{
    font-family: "Poppins", sans-serif;
    line-height: normal;
    background: #0000005c;
    padding: 20px;
}


.company-address p{
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}


.company-address p i {
    color: #00acee;
    font-size: 22px;
    padding: 0 6px 0 0;
    display: inline-block;
}

.company-nav{position: relative;}
.company-nav ul{width: 100%;}
.company-nav ul li{text-transform: uppercase;    font-weight: 600;    color: #191919;    font-size: 15px;    padding: 0 20px;    border-right: solid 1px #ccc;}
.company-nav ul li:last-child{border-right: none;}
.company-nav ul li a{color: #191919 !important;  border-bottom: solid 1px transparent; padding: 5px 0 !important; transition: all 0.2s;}

.company-nav ul li.active a{color: #00adef !important; border-bottom: solid 1px;     }

.company-nav .navbar{   
     /*position: absolute;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
    top: -40px;
    left: 15px;*/
    z-index: 9;
    width: calc(100% - 15px);
    padding: 0 10px;
    margin-top: 10px;
}

.navbar-expand-lg.companyNav .navbar-nav .nav-link:hover {
    color: #00acee !important;
    transition: all 0.2s;
}


.listing-shot {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    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);
}

.getInTouch{background: #fff;
    padding: 50px;
    position: absolute;
    /* left: 0; */
    top: -380px;
    position: absolute;
    left: 50%;
    top: -8%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1140px;}


#company .newsletter {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 300px;
}


#company .newsletter .cn-info-detail {

    align-items: normal;
    justify-content: left;
}


#company .newsletter .cn-info-icon {

    margin: 7px 0 0 0;
}



#company .newsletter .cn-info-icon i {

    color: #00adef;
}

#company .projects .img-wrap {
    height: 280px;
}

#company .img-wrap-content h4 {
    font-size: 23px;}



ul.brandSec  {
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.brandSec li {
    list-style: none;
    width: calc(16.66% - 2px);
    float: left;
    display: table;
    min-height: 170px;
    border: solid 1px #eff3f6;
    margin: 1px;
    background: #fff;
}

ul.brandSec li a {
    color: #000;
    font-weight: bold;
    max-width: 100%;
    height: 70px;
    margin: 0px auto;
    max-height: 70px;
    text-align: center;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

ul.brandSec li a img{
    width: 100%;
    height: auto;
    max-width: 179px;
}

ul.brandSec li:nth-child(odd) {

    background: #eff3f6;
}

.listCate ul{padding:0 13px; margin: 0 0 20px 0; width: 100%;}

.listCate li{
    list-style-type: none;
    text-align: left;
    padding:8px 0px 8px 0;
    border-bottom: solid 1px #e0e0e0;
    font-size: 15px;
    display: flex;
}


.listCate li::before{
    font-family: themify;
    content: "\e649";
    padding: 0 7px 0 0;
    font-size: 13px;

}

.listCate .category-box  {
    padding: 0 0 20px 0;}


.listCate .list-cats-boxr {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.listCate .img-wrap{
    margin-top: 0px;
    height: 220px;
}

.listCate .img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #0794ca;
    opacity: 0.6;
    z-index: 11;
    transition: 0.3s ease-out;
}


.autocomplete-items{
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 0 20px 20px;
    z-index: 99;
    max-height: 200px;
    overflow-x: hidden;
}

.autocomplete-active {
    color: #00adef ;
}


.autocomplete-items::-webkit-scrollbar {
    width: 6px;
	background-color: #FFF;
	 border-radius: 10px;
  }
   
  .autocomplete-items::-webkit-scrollbar-track {
    border-radius: 50px;
	background-color: #FFF;
  }
   
  .autocomplete-items::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
	border: none;
	border-radius:10px;
  }


.suggessionPanel{
    padding-top: 0;
    padding-bottom: 20px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px 20px;


}

.suggessionPanel h3{color:#000 !important;}

.suggessionPanel button.btn.btn-outline-theme.btn-rounded.btn-sm{margin: 3px;}

.suggesCateBox{
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    padding: 15px;
    margin: 9px 0;
    border-radius: 8px;
}

.suggesCateBox h5{

    display: inline-block;
    color:#000 !important;
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}


ul.companySort {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

ul.companySort li {
    display: inline-block ;
    list-style-type: none ;
    margin: 0 2px 5px 2px ;
    width: auto ;
    float: none ;
}

ul.companySort li a {
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    width: 32px;
}

ul.companySort li a.active{
    color: #00acee;
}

.hero-banner.inner-page-banner {
    min-height: 500px !important;
}

.companies-list{
    background: #fff;
    border: solid 1px #d5d5d5;
    padding: 30px;
}

.company-logos{
    width: 100%;
    height: 235px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.company-logos .ti-heart{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #787878;
}

.company-logos img{
    width: 100%;
    height: auto;
    max-width: 195px;
}

.companies-list h3{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 23px;
}

.companies-list h3 a{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 23px;
    color: #000;
}

.companies-list h3 span{
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.companies-list h3 span b{
    font-weight: 400;
    color: #636363;
}

.companies-list h3 i{
    float: left;
    width: 55px;
    text-align: center;
    background: #e7e7e7;
    font-style: normal;
    padding: 10px 0 0 0;
    margin: 0 10px 6px 0;
}

.companies-list h3 i s{
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    background: #03adee;
    color: #fff;
    padding: 1px 0;
    margin: 5px 0 0 0;
    line-height: normal;
    display: block;
}


.companies-list p{
    font-size: 15px;
    display: inline-block;
    width: 100%;
}


.companies-list a {
    font-size: 17px;
    font-weight: 600;
    color: #00acee;
}

.companies-list .seprator{
    font-size: 17px;
    font-weight: 600;
    color: #00acee;
    margin: 0 15px;
    font-style: normal;
}

.company-row {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}



.companies-list a {
    font-size: 16px;
}




.custom-tab.style-1.box-style ul li{
    border-right: none;

}

.custom-tab.style-1.box-style ul li a{
    color: #fff;
    background-color: #00acee;
    border-radius: 5px;
    padding: 14px 30px;
    font-weight: 300 !important;
}

.custom-tab.style-1.box-style ul li a.active{
    border: solid 2px #00acee;
    color: #00acee;
    background-color: #fff;

}

ul.companySort.mini li a {

    width: 14px;
}


.directory-ul{
    padding: 0;
    margin: 0;
}

.directory-ul li{
    list-style-type: none;
    display: block;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
}

.directory-ul li:last-child{
    border-bottom:none;
}

.directory-ul li a{
    display: block;
    padding: 10px 8px;
}

.directory-ul li a:hover, .directory-ul li a.active{

    background-color: #00adef;
    border-radius: 3px;
    color: #fff;

}


.directory-ul li a::after{

    content: "\f105";
    font-family: fontAwesome;
    float: right;

}

.suggesCateBox a{
    display: flex;
    align-items: center;
    width: 100%;
}

.suggesCateBox.inner {
    border: solid 1px #efefef;
    padding: 8px;
    box-shadow: 0px 1px 14px 0px rgb(38 45 72 / 12%);
}

.dirBycountry{
    background: url(../img/map.jpg) center center;
    background-size: cover;
}

.dirBycountry ul{
    padding: 0;
    margin: 0;
}

.dirBycountry ul li{
    list-style: none;
    margin-bottom: 5px;

}


.breadcrum{}
.breadcrum ul{padding: 0; margin: 20px 0;}
.breadcrum ul li{
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #262626;
}

.breadcrum ul li.current  {
    color:#46c3f3;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.productDetails{}

.productDetails h3{margin: 0; text-transform: capitalize;}

.productDetails h3 span{
    display: block;
    font-size: 15px;
    color: #757575;
    font-weight: 300;
}

.productDetails h3 span i{
    color: #00aeed;
}

.productDetails p{
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
}


.event-details{
    border: none;
}

.companies-list.event-details {
    padding: 0 15px;
}

.companies-list.event-details .company-row{
    border-bottom: none;
}


.companies-list.event-details h3 span {
    margin-top: 5px;
}


.magazineList{
    padding: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
    width: 50%;
    float: left;
    border: none;
}

.magazineList .company-row{

    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
    background: white;
}

.magazineList .company-logos{
    height: auto;
    padding: 20px 0;
}

.signIn{}
.signIn h3{}
.signIn ul{padding: 0; margin: 0 0 15px 0;}
.signIn ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 22px;
    border: solid 1px #c2c2c2;
    width: 50px;
    height: 50px;
    padding: 12px 0;
    border-radius: 50px;
    margin: 0 6px;
}

.signIn .form-control{

    margin-bottom: 15px;

    background: #f5f6f8;
    border: none;
    border-radius: 5px;
    padding-left: 50px;
}

.signIn .email, .signIn .pass, .signIn .name {
    max-width: 420px;
    clear: both;
    margin: 0 auto 15px auto;
    position: relative;
}

.signIn .email::after{
    content: " ";
    background: url(../img/input-email-icon.jpg) 0 0 no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    top: 18px;
    left: 11px;

}

.signIn .pass::after{
    content: " ";
    background: url(../img/input-pass-icon.jpg) 0 0 no-repeat;
    width: 21px;
    height: 27px;
    position: absolute;
    top: 14px;
    left: 16px;
}

.signIn .name::after{
    content: " ";
    background: url(../img/input-name-icon.jpg) 0 0 no-repeat;
    width: 21px;
    height: 27px;
    position: absolute;
    top: 14px;
    left: 16px;
}


.blue-panel{
    background: #00acee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 9px 9px 0;
}

.blue-panel h4{
    font-size: 38px;
    color: #fff;
}

.blue-panel p{
    font-size: 17px;
    color: #fff;
}

.border-revert{
    border-radius:9px 0 0 9px;
}


.header-top{    background: #007fb3;}
.header-top .ticker{background: transparent;}
.header-top .ticker .top-txt{ color: #fff !important; font-weight: 400; font-size: 14px;}

.blogText p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.carousel-indicators li {
   
    background-color: #0000004d;
}

.carousel-indicators .active {
    background-color: #00adef !important;
}


/*.carousel-indicators {
    bottom: -50px;
}*/


.carousel-indicators {
    position: static !important;
    margin: 30px 0;
}



/*saad css start*/


.map-parent{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.map-parent iframe{
    width: 100%;
    height: 100%;
}

.my-account{

}
.my-account .account-sidebar{
    background: #00adef;
    border-radius: 10px 0px 0px 10px;
}
.my-account .sidebar-conn{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.my-account .sidebar-header{

}
.my-account .sidebar-header img{
    width: 120px;
    max-height: 120px;
}
.my-account .sidebar-header p{
    line-height: normal;
}
.my-account .sidebar-sec{

}
.my-account .sidebar-sec ul{
    margin-right: -15px;
}
.my-account .sidebar-sec ul li{
    list-style: none;
}
.my-account .sidebar-sec ul li a{
    position: relative;
    padding: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}
.my-account .sidebar-sec ul li a.active{
    background: #fff;
    color: #00adef;
    border-radius: 40px 0px 0px 40px;
}
.my-account .sidebar-sec ul li a.active:before{
    content: '';
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: -30px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 20px 0px 0px 0px white;
    transform: rotate(45deg);
}
.my-account .sidebar-sec ul li a.active:after{
    content: '';
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 20px 0px 0px 0px #ffffff;
    transform: rotate(310deg);
}
.my-account .sidebar-sec ul li a span.icon{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 10px;
    overflow: hidden;
    background: transparent;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-account .sidebar-sec ul li a.active span.icon{
    background: #00adef;
}
.my-account .sidebar-sec ul li a span.icon img{
    max-width: 100%;
    filter: brightness(0) invert(1);
}

.my-account .account-content{
    border: 1px solid #eee;
    border-left: 0px;
    border-radius: 0px 10px 10px 0px;
}
.my-account .account-content .card-conn{
    margin-bottom: 30px;
}
.my-account .account-content .account-card{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.5s ease;
}
.my-account .account-content .account-card.active, .my-account .account-content .account-card:hover {
    background: #00adef;
    box-shadow: 1px 4px 9px #00adef52;
    border: 1px solid #00adef;
}
.my-account .account-content .account-card img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.my-account .account-content .account-card p{
    display: block;
    width: 100%;
    margin-bottom: 0px;
    transition: color 0.5s ease;
}
.my-account .account-content .account-card p a{
    transition: color 0.5s ease;
}
.my-account .account-content .account-card.active p a, .my-account .account-content .account-card:hover .dashboard-link{
    color: #fff;
}
.my-account .account-content .account-card.active img, .my-account .account-content .account-card:hover .dashboard-img{
    filter: brightness(0) invert(1);
}

.my-account .account-content .account-form .form-heading-conn{
    padding: 10px 15px ;
    border-bottom: 1px solid #eee;
}
.my-account .account-content .account-form label{
    color: #00adef;
}
.my-account .account-content .account-form .sub-hea{
    color: #000;
}

.my-account .account-content .account-form .company-row {
    border-bottom: solid 1px #eee;
}
.my-account .account-content .account-form .company-row .company-logos {
    height: 150px;
    border-radius: 10px;
    padding: 20px;
}
.my-account .account-content .account-form .company-row .company-name{
    color: #00adef;
}
.my-account .account-content .account-form .company-row .company-title{
    display: inline-block;
    position: relative;
}
.my-account .account-content .account-form .company-row .company-title:before{
    content: '';
    border-bottom: 1px solid #797d8a;
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: -2px;
}
.my-account .account-content .account-form .company-row a.phone{
    color: #797d8a;
}
.my-account .account-content .account-form .company-row .action-pera{
    position: relative;
}
.my-account .account-content .account-form .company-row .action-pera span{
    position: absolute;
    right: -13%;
    z-index: 9;
}
.my-account .account-content .account-form .company-row .visite-delete{
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.my-account .account-content .account-form .company-row .visite-delete:hover{
    background: #00adef;
    color: #fff;
}


.pagination{}

.pagination li:first-child a {
    background: #ffffff;
    border: 1px solid #eaeff5 !important;
    border-radius: 2px;
    color: #5a6f7c;
}

.pagination>li>a, .pagination>li>span {
    margin: 0;
    border-radius: 0 !important;
    outline:none;
    box-shadow: none;
}

.pagination li:last-child a {
    border: 1px solid #eaeff5 !important;
    background: #ffffff !important;
    color: #5a6f7c;
}

.pagination>li>a:hover, .pagination>li>a.active  {
    background-color: #00acee;
    border-color: #eaeff5;
    color: #fff !important;
}

.pagination>.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00acee;
    border-color: #00acee;
}

.hero-banner.inner-page-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, transparent 74%, #1a1d2b8a) !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    border-radius: 6px;
}


#carouselExampleControls{
    width: 100%;
}


.new-icon {
    position: absolute;
    padding: 8px 4px;
    color: #ccc;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    width: auto;
    right: 6px;
    top: 6px;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    z-index: 95;
    transition: all 0.3s ease 0s;
}

.new-icon a {
    color: #00acee;
}





/*saad res*/



@media (min-width:100px) and (max-width:768px){
    .my-account .account-sidebar {
        background: #00adef;
        border-radius: 0px 0px 0px 0px;
    }
    .my-account .sidebar-header img {
        width: 80px;
        max-height: 80px;
    }
    .my-account .sidebar-header h4 {
        font-size: 16px;
    }
    .my-account .sidebar-header p {
        line-height: 10px;
    }
    .my-account .sidebar-header small {
        font-size: 10px;
    }
    .my-account .sidebar-sec ul li a {
        padding: 4px;
        font-size: 12px;
    }
    .my-account .sidebar-sec ul li a span.icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        padding: 5px;
    }

    .my-account .account-content .account-card {
        padding: 10px;
        font-size: 14px;
    }
    .my-account .account-content .account-card img{
        max-width: 40px;
    }
    .my-account .account-content .account-form .company-row .action-pera span {
        right: 0%;
    }

}

@media (min-width:100px) and (max-width:575px){
    .my-account .sidebar-sec ul{
        margin-right: 0px;
    }
    .my-account .sidebar-sec ul li a.active:after, .my-account .sidebar-sec ul li a.active:before{
        content: '';
        box-shadow: 0px 0px 0px 0px #ffffff;
    }
    .my-account .sidebar-sec ul li a.active{
        border-radius: 40px 40px 40px 40px;
    }
}


/*saad css end*/



.logo-xs{display: none;}

div#ss-ss img {
    height: 20px;
    width: auto;
}
div#ss-ss{
	margin:2px 0;
	}
	
/*.row:before, .row:after {display: none !important;}*/

h1.big-header-capt {
    font-size: 35px;
}



.search-container .all-btn{    float: left;    width: 22%;    height: 46px;    padding: 14px 0px 14px 8px;    border-right: solid 1px #ccc;}
.search-container .all-btn i{float: right;}
.search-container .txt-filed {background: #fff !important;    font-style: normal;    letter-spacing: normal;    width: 100%;    float: left;    border: none;    height: 46px;    padding: 0 10px;}
.search-container .searchBtn{    float: left;
    width: 10%;
    height: 46px;
    outline: none;
    background: #007fb3;
    color: #fff;
    border-radius: 0 8px 8px 0;
    border: solid 1px #007fb3;
    font-size: 22px;
    -webkit-text-stroke: 1px #007fb3;}
.search-container {    border: solid 1px #ccc;  border-right: none;  height: 48px;    border-radius: 8px;}

.headerSubSiteBtn{padding: 14px 10px;
    display: inline-block;
    color: #007fb3;
    text-align: right;
    float: right;
    height: 49px;
    width: max-content;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 600;
    border: solid 1px #007fb3;}

    .headerSubSiteBtn:hover {
        background: #007fb3;
        color: #fff;
    }

a:focus{color: #00acee;}


.search-container .all-btn .select2-container{padding: 0 !important; float: left;}

.search-container .all-btn .select2-container--default .select2-selection--single{height:auto; color:#ccc;}
.search-container .all-btn .select2-selection__arrow{    height: 16px;    right: 0;}
.search-container .all-btn .select2-selection__rendered{line-height: normal;}

.search-container .all-btn .select2-selection__placeholder {color: #757575; font-size: 15px;}
.select2-search__field{display:none;}

.header-fixed nav .menu li a {margin: 13px 20px 0 0;}

.select2-selection__clear{display: none !important;}

.company-address-details{display: flex; align-items: center; flex-wrap: wrap;}
.company-address-details p{margin: 0 15px 0 0; color: #000000;}

.company-address-details p i {margin: 6px 5px 0 0; float: left; color: #00acee;font-weight: 600;
    font-size: 17px;}

.secInReadMore{overflow: hidden;    display: -webkit-box;    -webkit-line-clamp: 4;-webkit-box-orient: vertical;}

.companyHeader{box-shadow: inset 0 -1.5rem 2rem -10px #bfbfbf54 !important; }

.product-Details {    background: #f7f9fc; padding: 32px; }
.product-Details h1{    line-height: inherit;padding: 0;margin: 0;}
.product-Details h1 span{    font-size: 16px;    font-weight: 400;    color: #7d7d7d;    margin: 8px 0 30px 0;    display: block;}
.product-Details h1 span img {    float: right;    width: 26px;    margin: 12px 0 0 0;}
.product-Details h1 p {       font-size: 25px;    font-weight: 600;    line-height: normal;    margin: 0;}
.product-Details h3 {font-size: 16px;    font-weight: 400;    color: #7d7d7d;     margin-bottom: 5px;}
.product-Details h4 img{float: right;    width: 25px;}
.product-Details .companyLogoProduct{float: left;    max-width: 180px;    width: 100%;    height: auto; }
.product-Details .Request-a-Qoute{display: inline-block;    color: #fff;    background: #00acee;    padding: 15px 10px;    font-size: 16px;    margin: 30px 0 0 0;    font-weight: 600;    width: 100%;    text-align: center;    border-radius: 5px;}
.product-Details .Request-a-Qoute i {margin: 0 6px 0 0;}

.product-Details .addWishlish{    display: inline-block;
    color: #00acee;
    padding: 13px 10px;
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #00acee;
    transition: all 0.5s;
}

    .product-Details .addWishlish:hover {
        color: #000;
        border-color: #000;
        transition: all 0.5s;
    }


    .company-address-xs {display: none;}




/*
    .videoGallery .rsThumbs {
        padding: 0;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
    }

    .rsDefault.rsWithThumbsHor .rsThumbsContainer {
        min-width: 100% !important;
        text-align: center;
        width: 100% !important;

    }

    .videoGallery .rsThumbs .rsThumb {
        width: 59px;
        height: auto;
        display: inline-block;
    }*/



    .sideBar-like{}
    .sideBar-like li{
        display: block;
        width: 100%;
        float: left;
        border-bottom: solid 1px #e4e6e8;
        font-size: 15px;
    }
    
    .sideBar-like li a{
        padding: .5rem 0;
    }
    .sideBar-like li a:focus{
        color: inherit !important;
    }


    .linkDisable{
        opacity: 0.3;
    pointer-events: none;
    }

    .categorySidebar{}
    .categorySidebar h3{font-size:20px; color:#000; padding:0 0 15px 0; margin:0 0 15px 0; border-bottom:solid 1px #efefef;}
    .categorySidebar h3 i{float:right; font-size:15px;    margin: 4px 0 0 0; display:none; color:#f68721; }

    .categorySidebar h4{font-size:16px; color:#000; padding:0 0 13px 0; margin:0;}

    .categorySidebar ul{padding:0; margin:0 0 15px 0; border-bottom:solid 1px #efefef;float: left;width: 100%;}
    .categorySidebar ul li{list-style-type:none; font-size:13px; color:#676767; padding:0; margin:0 0 8px 0; position:relative; float:left; width:100%;}
    .categorySidebar ul li a{ color: #676767 !important; background-color: transparent !important; margin: 0 0 0 12px; float: left; width: 100%; text-align: left; margin-bottom: 0 !important; padding: 0 !important;        border: none !important;}

    .categorySidebar ul li a:before {   font-family: FontAwesome;   content: "\f105 ";   display: inline-block;  position:absolute;   left:0;}



/*main res start*/

@media (min-width:320px) and (max-width:767px){
    .langXs {
        margin: 13px 44px 0 0 !important;
        /* display: inline-block; */
        color: #fff !important;
    }

    .header-fixed .langXs {
        color: #00acee !important;
    }
    
    .product-Details{background: #fff; border-bottom: none;}

    .companyHeader{    box-shadow: inset 0 3rem 2rem 0px #bfbfbf54 !important;
        background: #a0a0a00d;}

    .company-address-xs{float: left;    width: 105%;    padding: 0;    margin: 0 -5px;    display: flex !important; display:none !important;}
.company-address-xs a{       float: left;
    display: inline-block;
    border: solid 1px #e6e6e6;
    width: 33.33%;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin: 0 5px;
    color: #131313;
    font-weight: 500;
    box-shadow: 0 0 20px 0 rgb(255 255 255);
    -webkit-box-shadow: 0 0 5px 0px rgb(175 175 175 / 21%);}

    .company-address-xs a i {
        color: #00acee;
        font-weight: 600;
    }


    /*.company-address-details{display:none;}*/

    .rsDefault .rsThumb {
        float: none;
    }

    .rsThumbsContainer{
        width: 100% !important;
    }

    .product-Details .Request-a-Qoute {
        display: table;
       
        
        clear: both;
        margin: 10px auto 0 auto;
        float: none;
    }

    .company-address-details p i{    float: none;
        font-weight: 600;
        font-size: 20px;}
    .company-address-details p {
        display: flex;
        width: 100%;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .compLogo{
        margin: 10px 0 20px 0;}

    .companyLogo {
        max-width: 200px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .text-center-xs{text-align: center;}

    .header-fixed nav .menu li a {
        margin: 0 20px 0 0;
    }
	
	
	div#carouselExampleIndicators {margin: 0 15px;}

	.header.header-dark-transparent.header-fixed .ti-menu{	color:#00acee !important;}

    .logo-xs{display: inline-block;}
	
    
    .carouselExampleIndicators{    margin: 0 15px;}
    .visible-xs{display: inline-block !important;}
    .header.header-dark-transparent { background: #00acee; padding: 10px 0;   }
    nav .nav-header .toggle-bar{ color: #fff !important;   }
    .hidden-xs{display: none;}	
	.carousel-indicators {    position: static;    margin: 10px 0 20px 0;}
	
	.searchForRespons{}
	.searchForRespons .input-with-icon i { left: 0;}
	.searchForRespons .full-search-2.hero-search-radius .form-control{padding-left: 32px !important;}
	
	.sliderBtns { width: 100%; top: -30px;}
	.sliderBtns .carousel-control-prev{float:left;}
	.sliderBtns .carousel-control-next{float:right;}
	
	.owl-carousel .owl-nav.disabled {    width: 100%;}
	.owl-prev{float:left;}
	.owl-next{float:right;}
	
	.category-box .category-desc .category-detail h4 { font-size: 15px;}
	
	nav .menu li a{margin:0;}
	.core-nav .wrap-core-nav-list .core-nav-list { margin:0; }
	
	.core-content .brand img {
    max-width: 160px;
	}


    .hidden-992{
        display: none;
    }
    .header {
        margin-top: 0px;
    }

    a.brand.normal-logo, a.brand.brand-overlay{
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        width: auto;
        
    }

    button.toggle-bar.core-nav-toggle {
        color: #fff !important;
        margin: 20px 0 0 0px;
    }
	
	
	
	
	

    .suggesCateBox h5{

        font-size: 13px;
    }
    .suggesCateBox img {
        width: 30px;
    }


    ul.brandSec li {
        width: calc(33.3% - 2px);
        min-height: 90px;

    }

    ul.brandSec li img {

        max-width: 150px;
    }

    .ticker{height: 42px;}

    .top-txt {
        padding: 10px;
        font-size: 13px;
    }



    nav .nav-header .brand {

        text-align: center;
    }

    .myAcc-xs{
        position: absolute;
        right: 15px;
        top: 15px;

    }

    .hero-banner h4 {

        font-size: 16px;
    }


    .sec-heading h2 {
        font-size: 21px;
    }

    .list-slide-box {
        padding: 10px 10px;
    }

    section {
        padding: 40px 0 50px;

    }

    .sec-heading.center {
        text-align: center;
        margin-bottom: 0;
    }


    .projects .img-wrap:before, .projects .img-wrap .img-wrap-content {
        display: block !important;
    }

    .img-wrap-content h4 {
        font-size: 18px;
    }
    .custom-tab.style-1 ul li {
        font-size: 14px;
    }

    .blog .shot-caption h5 {
        line-height: normal;
        font-size: 14px;
    }

    .blog .shot-caption span, .blog .shot-caption .post-date{

        font-size: 13px;
    }

    .event-row h3 {
        font-size: 17px;     color: #ffffff;}

    .event-row p{
        font-size: 13px;
        color: #fff;

    }


    .caleandar-sec {
        background: transparent;
    }

    .cld-main {

        color: #fff;
    }

    .event-row h3 span {
        color: #ffffff;}


    .cld-main {
        padding: 5px 0;
    }


    .cld-rwd svg, .cld-fwd svg{

        fill: white;
    }


    .rotateslider-container .rotateslider-item.next, .rotateslider-container .rotateslider-item.prev {
        left:none;
        opacity: 0.5;
        width: 200px;
    }


    .rotateslider-container .rotateslider-item.next img, .rotateslider-container .rotateslider-item.prev img{

        width: 100%;

    }


    .rotateslider-container {
        min-height: 248px;
        margin-bottom: 20px;    max-width: 370px;}


    .new-feed h5 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }

    .new-feed h3 {

        font-size: 17px;
    }


    .new-feed p {

        font-size: 14px;
    }


    .footer-widget {
        padding: 10px 0 0px 0;
        margin-top: 10px;
    }



    footer h6 {
        line-height: 20px;
        font-size: 12px;
    }

    footer .newsletter-box .btn {
        padding: 10px 20px;
        position: absolute;
        top: 5px;
        right: 12px;
    }

    footer .newsletter-box {
        padding: 0 0;
    }

    .footer-widget p {
        font-size: 14px;
        color: #555555;
    }

    .mid-border {
        border:none;
    }

    .skin-dark-footer .footer-bottom{

        margin-top: 20px;
    }

    .rotateslider-container .arrow.left {
        left: 0;
    }

    .rotateslider-container .arrow.right {
        right: 0;
    }



    .getInTouch{
        position: relative !important;
        margin: 0 0 30px 0;
        padding: 20px 10px !important;
        transform: none;
        left: 0 !important;
    }

    .getInTouch h3 {

        font-size: 20px;
    }

    #company .newsletter {

        padding-top: 40px;
    }

    .footer-map{
        height: 180px;
    }

    .form-control {
        height: 40px;}

    .cn-info-content {
        font-size: 15px;
    }

    .company-logo{

        text-align: center;
        margin-bottom: 20px;

    }

    .company-logo img{

        display: inline-block;
        max-width: 220px;
    }



    .company-address {

        width: calc(100% - 30px);
        margin: 0 15px;
    }


    .company-nav .navbar {
        width: calc(100% - 0px);
        border: solid 1px #e7e7e7;
        border-bottom: none;
        min-height: auto;
        padding: 8px 10px;
        background: #fff;

    }


    .company-nav .navbar .navbar-toggler {
        
        font-size: 1rem;
        outline: none;
        border: none;
        
    }

    .company-nav ul {
        width: 100%;
        margin-top: 8px;
        background: #f5f5f5;
        padding: 10px 0;

    }

    .company-nav ul li {
       
        font-size: 13px;
        padding: 0 13px;
        border-right: none;
    }

    .company-nav .navbar-brand {    margin: 0 10px;}

    .company-address p {

        font-size: 14px;
    }


    .sampleDiv.suggessionPanel{
        display: none;
    }


    .sampleDivRes{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        height: 100vh;
    }



    .sampleDivRes .autocomplete-items{
        background: #efefef;
        top: 39px;
        left: auto;
        padding: 15px;
        right: 0;
        width: 91.7%;
    }

    .company-logos {
        height: 110px;
    }

    .company-logos img {
        max-width: 155px;
    }

    .company-logos {
        margin-bottom: 20px;
    }

    .companies-list a {
        display: block;
        margin-bottom: 10px;
    }

    .companies-list .seprator{
        display: none;
    }


    .company-flag{
        width: 50px;
    }


    .hero-banner.inner-page-banner {
        min-height: 300px !important;
    }


    .custom-tab.style-1.box-style ul li a {

        padding: 14px 20px;
    }



    .sliderBtns.dirctory {
        top: auto;
        right: 39%;
        bottom: -33px;
    }


    .productDetails h3 {

        font-size: 16px;
    }

    .productDetails p {
        font-size: 15px;
    }


    .breadcrum ul li {
        margin: 0 6px 0 0;
        font-size: 11px;
    }



    .blue-panel {
        height: 250px;
        border-radius: 9px;
    }

    .blue-panel h4 {
        font-size: 28px;
    }

    .signIn h3 {
        font-size: 20px;
    }


    .signIn .name::after, .signIn .pass::after{
        background-size: 17px;
        top: 10px;
    }

    .signIn .email::after {
        top: 14px;
        left: 15px;
        background-size: 20px;
    }


    .p-xs-0{padding-left: 0px !important; padding-right: 0px !important;}
    .m-xs-0{margin-left: 0px !important; margin-right: 0px !important;}

    .core-nav.open-responsive .wrap-core-nav-list {
        margin-top: 32px;
    }

    .header-fixed .core-nav.open-responsive .wrap-core-nav-list {
        margin-top: 23px;
    }


            .categorySidebar h3 {font-size: 16px;}
        .categorySidebar h4 {font-size: 13px;}
        .categorySidebar ul li {font-size: 12px;}
        .categorySidebar h3 i{display:inline-block;}
        .userDiv{display:none;}




}




@media (min-width:768px) and (max-width:991px){

    
    .langXs {
        margin: 13px 44px 0 0 !important;
        /* display: inline-block; */
        color: #00acee !important;
    }

   

    .companyHeader{    box-shadow: inset 0 3rem 2rem 0px #bfbfbf54 !important;
        background: #a0a0a00d;}


    .company-address-xs{float: left;    width: 105%;    padding: 0;    margin: 0 -5px;    display: flex !important; display:none !important;}
    .company-address-xs a{       float: left;
    display: inline-block;
    border: solid 1px #e6e6e6;
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
    margin: 0 5px;
    color: #131313;
    font-weight: 500;
    box-shadow: 0 0 20px 0 rgb(255 255 255);
    -webkit-box-shadow: 0 0 5px 0px rgb(175 175 175 / 21%);}

    .company-address-xs a i {
        color: #00acee;
        font-weight: 600;
    }

    /*.company-address-details{display:none;}*/
    

    .product-Details .Request-a-Qoute {
        display: table;
       
        
        clear: both;
        margin: 10px auto 0 auto;
        float: none;
    }

    .company-nav .navbar .navbar-toggler {
        
        font-size: 1rem;
        outline: none;
        border: none;
        
    }

    .company-nav .navbar {
        width: calc(100% - 0px);
        border: solid 1px #ccc;
        border-bottom: none;
        min-height: auto;
        padding: 8px 10px;
        background: #fff;

    }

    .company-nav ul {
        width: 100%;
        margin-top: 8px;
        background: #f5f5f5;
        padding: 10px 0;

    }

    .company-nav ul li {
       
        font-size: 13px;
        padding: 0 13px;
        border-right: none;
    }

    .companyLogo {
        max-width: 200px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .text-center-sm{text-align: center;}

    .headerSubSiteBtn {    font-size: 12px;}

    .p-sm-0{padding-left: 0px !important; padding-right: 0px !important;}
    .m-sm-0{margin-left: 0px !important; margin-right: 0px !important;}

    .core-nav.open-responsive .wrap-core-nav-list {
        margin-top: 32px;
    }


    .header {
        margin-top: 0px;
    }
	
	nav .brand {    top: 6px !important;}
	nav .menu li a{margin:0;}
	.core-nav .wrap-core-nav-list .core-nav-list { margin:0; }
	

    .hidden-992{
        display: none;
    }

    a.brand.normal-logo, a.brand.brand-overlay{
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    button.toggle-bar.core-nav-toggle {
       
        margin: 20px 0 0 0;
    }
	
	
	

    ul.brandSec li {
        width: calc(24.9% - 2px);
        min-height: 140px;

    }

    ul.brandSec li img{
        max-width: 160px;
    }

    .top-txt {
        padding: 10px;
        font-size: 13px;
    }



    nav .nav-header .brand {

        text-align: center;
    }

    .myAcc-xs{
        position: absolute;
        right: 15px;
        top: 15px;

    }

    .hero-banner h4 {

        font-size: 16px;
    }


    .sec-heading h2 {
        font-size: 21px;
    }

    .list-slide-box {
        padding: 10px 10px;
    }

    section {
        padding: 40px 0 50px;

    }

    .sec-heading.center {
        text-align: center;
        margin-bottom: 0;
    }


    .projects .img-wrap:before, .projects .img-wrap .img-wrap-content {
        display: block !important;
    }

    .img-wrap-content h4 {
        font-size: 23px;
    }
    .custom-tab.style-1 ul li {
        font-size: 14px;
    }

    .blog .shot-caption h5 {
        line-height: normal;
        font-size: 14px;
    }

    .blog .shot-caption span, .blog .shot-caption .post-date{

        font-size: 13px;
    }

    .event-row h3 {
        font-size: 17px;     color: #ffffff;}

    .event-row p{
        font-size: 13px;
        color: #fff;

    }


    .caleandar-sec {
        background: transparent;
    }

    .cld-main {

        color: #fff;
    }

    .event-row h3 span {
        color: #ffffff;}


    .cld-main {
        padding: 5px 0;
    }


    .cld-rwd svg, .cld-fwd svg{

        fill: white;
    }


    .rotateslider-container .rotateslider-item.next, .rotateslider-container .rotateslider-item.prev {
        left:none;
        opacity: 0.5;
        width: 200px;
    }


    .rotateslider-container .rotateslider-item.next img, .rotateslider-container .rotateslider-item.prev img{

        width: 100%;

    }


    .rotateslider-container {
        min-height: 248px;
        margin-bottom: 20px;    max-width: 370px;}


    .new-feed h5 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }

    .new-feed h3 {

        font-size: 17px;
    }


    .new-feed p {

        font-size: 14px;
    }


    .footer-widget {
        padding: 10px 0 0px 0;
        margin-top: 10px;
    }



    footer h6 {
        line-height: 20px;
        font-size: 12px;
    }

    footer .newsletter-box .btn {
        padding: 10px 20px;
        position: absolute;
        top: 5px;
        right: 12px;
    }

    footer .newsletter-box {
        padding: 0 0;
    }

    .footer-widget p {
        font-size: 14px;
        color: #555555;
    }



    .skin-dark-footer .footer-bottom{

        margin-top: 20px;
    }

    .rotateslider-container .arrow.left {
        left: 0;
    }

    .rotateslider-container .arrow.right {
        right: 0;
    }



    .cld-number.eventday, .cld-day.today .cld-number {
        display: inline-block;
        height: 36px;
        width: 36px;

    }


    h4.widget-title {font-size: 15px;}

    .eJournal{    max-width: 150px;}


    .company-nav .navbar {
       
        left: 0;

        width: calc(100% - 0px);

    }

    .company-nav ul {
        width: 100%;
        margin-top: 20px;
    }

    .company-nav .navbar-brand {    margin: 0 10px;}

    .company-address p {

        font-size: 14px;
    }

    .getInTouch {
        margin: 0;
    }


    .form-control {
        height: 40px;}

    .cn-info-content {
        font-size: 15px;
    }

    .getInTouch h3 {

        font-size: 20px;
    }



    .company-logos {
        padding: 15px;
    }


    .blue-panel {
        height: 250px;
        border-radius: 9px;
    }

    .blue-panel h4 {
        font-size: 28px;
    }

    .signIn h3 {
        font-size: 20px;
    }


    .signIn .name::after, .signIn .pass::after{
        background-size: 17px;
        top: 10px;
    }

    .signIn .email::after {
        top: 14px;
        left: 15px;
        background-size: 20px;
    }

    .categorySidebar h4 {font-size: 14px;}
    .categorySidebar h3 {    font-size: 17px;}


}


@media (min-width:992px) and (max-width:1199px){

    .headerSubSiteBtn {    font-size: 12px;}

    .company-nav ul li {
        font-size: 13px;
        margin: 0 5px;
    }

    .header nav .menu li a {

        font-size: 13px;
    }

    .hero-banner h1{    font-size: 2.3em;}

    .hero-banner h4 {

        font-size: 18px;
    }

    .sec-heading h2 {
        font-size: 28px;
    }

    .rotateslider-container .rotateslider-item.next {
        left: 64%;}

    .rotateslider-container .rotateslider-item.prev {
        left: 36%;

    }

    section {
        padding: 50px 0 50px;

    }

    .rotateslider-container {
        min-height: 323px;}

    .company-nav .navbar {
       /*top: -60px;*/
    }


    .blue-panel h4 {
        font-size: 30px;

        line-height: normal;
    }

    .categorySidebar h3 {    font-size: 16px; }
    .categorySidebar h4 {    font-size: 13px;}
    .categorySidebar ul li {   font-size: 12px;	}



}



/**********************************for small to big*********************************/
@media (min-width:768px) and (max-width:2000px){
    .sampleDivRes {
        display: none !important;

    }

    

}

@media (min-width:993px) and (max-width:3000px){
.header-fixed .fixed-none {
    display: none;
}
}








.p-relative{
    position:relative;
}
.whishlist.ti-heart{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #787878;
    z-index: 9;
}