body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
    color: #626a70;
    font-weight: 400;
    line-height: 1.8
}

html {
    position: relative;
    min-height: 100%;
    background: #fff
}

a {
    color: #546e7a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

a.link {
    color: #3e4555
}

a.link:hover,
a.link:focus {
    color: #d11a9e
}

a.white-link {
    color: #fff
}

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: 25px 0
}

.gray {
    background: #f8f8f9
}

.tbl {
    display: table
}

.full-height {
    height: 100%
}

.full-width {
    width: 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
}

.main-color {
    color: #d11a9e
}

.main-bg {
    background: #d11a9e
}

.theme-btn {
    background: #d11a9e;
    border-color: #d11a9e
}

.black-btn {
    background: #252525;
    border-color: #252525;
    color: #fff
}

.center-bg {
    background-size: cover!important;
    background-position: center!important;
    position: relative
}

.overlay-top {
    margin-top: -80px
}

.overlay-top.min {
    margin-top: -50px
}

.tab-pane>.row {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #d11a9e;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

h1 {
    line-height: 40px;
    font-size: 36px
}

h2 {
    line-height: 36px;
    font-size: 25px
}

h3 {
    line-height: 30px;
    font-size: 24px
}

h4 {
    line-height: 26px;
    font-size: 21px
}

h5 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400
}

h6 {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400
}

.lead {
    font-family: 'Crimson Text', serif;
    font-size: 20px!important
}

.lead-i {
    font-family: 'Crimson Text', serif;
    font-size: 20px!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%
}

.owl-carousel .owl-stage {
    padding-bottom: 15px
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    background: #b5c3de;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d11a9e
}

.middle-arrow-hover button.owl-prev,
.middle-arrow-hover button.owl-next {
    background: #f4f5f7!important;
    display: inline-block;
    font-size: 13px!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    color: #d11a9e!important;
    outline: none!important;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.05);
    border: 1px solid #eaecf1
}

.middle-arrow-hover button.owl-prev {
    position: absolute;
    top: 45%;
    left: -15px;
    transform: translate(-5px, -45%)
}

.middle-arrow-hover button.owl-next {
    position: absolute;
    top: 45%;
    right: -15px;
    transform: translate(5px, -45%)
}

.middle-arrow-hover .owl-nav {
    transition: all ease .4s;
    opacity: 0
}

.middle-arrow-hover:hover .owl-nav,
.middle-arrow-hover:focus .owl-nav {
    opacity: 1
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: $spinner-width-sm;
    height: $spinner-height-sm;
    border-width: $spinner-border-width-sm
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 30px;
    height: 30px
}

.cbg-1 {
    background: #211b71
}

.cbg-2 {
    background: #f61928
}

.cbg-3 {
    background: #576fef
}

.cbg-4 {
    background: #0bb9c1
}

.cbg-5 {
    background: #f6833c
}

.cbg-6 {
    background: #3ab92a
}

.cbg-7 {
    background: #fb1a78
}

html body blockquote {
    border-left: 5px solid #d11a9e;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px
}

.clear {
    clear: both
}

ol li {
    margin: 5px 0
}

.image-bg {
    background-size: cover!important;
    background-position: center!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: .8
}

html body .p-0 {
    padding: 0
}

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: 0
}

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

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

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

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: 0
}

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: 0
}

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
}

html body .m-0 {
    margin: 0
}

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: 0
}

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: 0
}

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
}

html body .vt {
    vertical-align: top
}

html body .vm {
    vertical-align: middle
}

html body .vb {
    vertical-align: bottom
}

.op-8 {
    opacity: .8
}

.op-7 {
    opacity: .7
}

.op-5 {
    opacity: .5
}

.op-3 {
    opacity: .3
}

html body .font-bold {
    font-weight: 700
}

html body .font-semibold {
    font-weight: 600
}

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

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
}

html body .font-stylish {
    font-family: "Calafia-Regular"
}

html body .b-0 {
    border: none!important
}

html body .b-r {
    border-right: 1px solid #eceef3
}

html body .b-l {
    border-left: 1px solid #eceef3
}

html body .b-b {
    border-bottom: 1px solid #eceef3
}

html body .b-t {
    border-top: 1px solid #eceef3
}

html body .b-all {
    border: 1px solid #eceef3!important
}

.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
}

.text-white {
    color: #fff!important
}

.text-danger {
    color: #ff3838!important
}

.text-muted {
    color: #8d97ad!important
}

.text-warning {
    color: #feb000!important
}

.text-success {
    color: #27b737!important
}

.text-info {
    color: #d11a9e!important
}

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

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

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

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

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

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

html body .text-themecolor {
    color: #d11a9e
}

.bg-primary {
    background-color: #d11a9e!important
}

.bg-success {
    background-color: #27b737!important
}

.bg-info {
    background-color: #d11a9e!important
}

.bg-warning {
    background-color: #feb000!important
}

.bg-danger {
    background-color: #ff3838!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: #d11a9e
}

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: #f4f8fa
}

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

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
}

img.round {
    line-height: 48px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #d11a9e
}

.round img {
    border-radius: 100%
}

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

.round.round-info {
    background: #d11a9e
}

.round.round-warning {
    background: #feb000
}

.round.round-danger {
    background: #ff3838
}

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

.round.round-primary {
    background: #d11a9e
}

ul.simple-list {
    padding: 0;
    margin: 0
}

ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative
}

ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0
}

.label {
    padding: 3px 15px;
    color: #fff;
    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: #d11a9e
}

.label-warning {
    background-color: #feb000
}

.label-danger {
    background-color: #ff3838
}

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

.label-primary {
    background-color: #d11a9e
}

.label-purple {
    background-color: #7460ee
}

.label-red {
    background-color: #fb3a3a
}

.label-inverse {
    background-color: #3e4555
}

.label-default {
    background-color: #f4f8fa
}

.label-white {
    background-color: #fff
}

.label-light-success {
    background-color: #e8fdeb;
    color: #27b737
}

.label-light-info {
    background-color: #cfecfe;
    color: #d11a9e
}

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

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

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

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

.label-light-inverse {
    background-color: #f6f6f6;
    color: #3e4555
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0!important
}

.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 #e8eef1
}

table.table tr th,
table.table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle
}

table.table tr th {
    font-weight: 600
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb
}

.table-hover tbody tr:hover {
    background-color: #ecf0f3
}

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

.badge-primary {
    background-color: #d11a9e
}

.badge-warning {
    background-color: #feb000
}

.badge-danger {
    background-color: #ff3838
}

.badge-purple {
    background-color: #7460ee
}

.badge-red {
    background-color: #fb3a3a
}

.badge-inverse {
    background-color: #3e4555
}

ul.list-style-none {
    margin: 0;
    padding: 0
}

ul.list-style-none li {
    list-style: none
}

ul.list-style-none li a {
    color: #8d97ad;
    padding: 8px 0;
    display: block;
    text-decoration: none
}

ul.list-style-none li a:hover {
    color: #d11a9e
}

.dropdown-item {
    padding: 8px 1rem;
    color: #8d97ad
}

.btn {
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    border-radius: .3rem
}

.btn:hover {
    color: #fff
}

.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: #263238;
    color: #fff;
    border-color: #263238
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px
}

.btn-circle.btn-md {
    padding: 18px 0;
    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: 60px;
    -webkit-border-radius: 60px
}

.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: 0;
    right: 0;
    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-secondary,
.btn-secondary.disabled {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    background-color: #fff;
    color: #8d97ad
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #fff!important
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #fff!important;
    background: #263238;
    border-color: #263238
}

.btn-primary,
.btn-primary.disabled {
    background: #d11a9e;
    border: 1px solid #d11a9e;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    background: #2d323d;
    border: 1px solid #2d323d
}

.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: #d11a9e;
    color: #fff;
    border: 1px solid #d11a9e
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1
}

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

.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: #d11a9e;
    border: 1px solid #d11a9e;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-info:hover,
.btn-info.disabled:hover {
    background: #af0527;
    border: 1px solid #af0527
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #af0527
}

.btn-warning,
.btn-warning.disabled {
    background: #feb000;
    color: #fff;
    border: 1px solid #feb000
}

.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #dcaf17;
    color: #fff;
    border: 1px solid #dcaf17
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #dcaf17;
    color: #fff
}

.btn-danger,
.btn-danger.disabled {
    background: #ff3838;
    border: 1px solid #ff3838;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .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: #fff
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #232a37;
    color: #fff;
    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: #fff
}

.btn-red,
.btn-red.disabled {
    background: #fb3a3a;
    border: 1px solid #fb3a3a;
    color: #fff
}

.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: 0
}

.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: 0;
    box-shadow: 0;
    opacity: 1
}

.btn-danger-gradiant {
    background: #ff3838;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff3838 0%, #ec2828 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff3838), to(#ec2828));
    background: -webkit-linear-gradient(left, #ff3838 0%, #ec2828 100%);
    background: -o-linear-gradient(left, #ff3838 0%, #ec2828 100%);
    background: linear-gradient(to right, #ff3838 0%, #ec2828 100%);
    border: 0
}

.btn-danger-gradiant:hover {
    background: #ec2828;
    background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #ff3838 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#ff3838));
    background: -webkit-linear-gradient(left, #ec2828 0%, #ff3838 100%);
    background: -o-linear-gradient(left, #ec2828 0%, #ff3838 100%);
    background: linear-gradient(to right, #ec2828 0%, #ff3838 100%)
}

.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    opacity: 1
}

.btn-warning-gradiant {
    background: #f46624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f46624 0%, #f48624 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f46624), to(#f48624));
    background: -webkit-linear-gradient(left, #f46624 0%, #f48624 100%);
    background: -o-linear-gradient(left, #f46624 0%, #f48624 100%);
    background: linear-gradient(to right, #f46624 0%, #f48624 100%);
    border: 0
}

.btn-warning-gradiant:hover {
    background: #f48624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #f46624 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#f46624));
    background: -webkit-linear-gradient(left, #f48624 0%, #f46624 100%);
    background: -o-linear-gradient(left, #f48624 0%, #f46624 100%);
    background: linear-gradient(to right, #f48624 0%, #f46624 100%)
}

.btn-warning-gradiant.active,
.btn-warning-gradiant:active,
.btn-warning-gradiant:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    opacity: 1
}

.btn-info-gradiant {
    background: #d11a9e;
    background: -webkit-linear-gradient(legacy-direction(to right), #d11a9e 0%, #d11a9e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#d11a9e), to(#d11a9e));
    background: -webkit-linear-gradient(left, #d11a9e 0%, #d11a9e 100%);
    background: -o-linear-gradient(left, #d11a9e 0%, #d11a9e 100%);
    background: linear-gradient(to right, #d11a9e 0%, #d11a9e 100%);
    border: 0;
    color: #fff
}

.btn-info-gradiant:hover {
    background: #d11a9e;
    background: -webkit-linear-gradient(legacy-direction(to right), #d11a9e 0%, #d11a9e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#d11a9e), to(#d11a9e));
    background: -webkit-linear-gradient(left, #d11a9e 0%, #d11a9e 100%);
    background: -o-linear-gradient(left, #d11a9e 0%, #d11a9e 100%);
    background: linear-gradient(to right, #d11a9e 0%, #d11a9e 100%)
}

.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    opacity: 1
}

.btn-outline-secondary {
    background-color: #fff;
    color: #727b84;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background: #263238
}

.btn-outline-primary {
    color: #d11a9e;
    background-color: #fff;
    border-color: #d11a9e;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    background: #d11a9e;
    color: #fff;
    border-color: #d11a9e
}

.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: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .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: #fff
}

.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: #d11a9e;
    background-color: transparent;
    border-color: #d11a9e;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
    background: #d11a9e;
    border-color: #d11a9e;
    color: #fff
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
    background: #0976ea
}

.btn-outline-warning {
    color: #feb000;
    background-color: transparent;
    border-color: #feb000;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    background: #feb000;
    border-color: #feb000;
    color: #fff
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    background: #dcaf17
}

.btn-outline-danger {
    color: #ff3838;
    background-color: transparent;
    border-color: #ff3838;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    background: #ff3838;
    border-color: #ff3838;
    color: #fff
}

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

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

.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: #0976ea;
    border: 1px solid #0976ea
}

.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: #dcaf17;
    border: 1px solid #dcaf17
}

.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
}

.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
}

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

.btn span.btn-devider {
    display: inline-block;
    padding-left: 10px
}

.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none
}

.ground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.ground-single-list {
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #eaeff5
}

.ground-avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    text-transform: uppercase;
    color: #677897
}

.ground>* {
    margin: 0 6px
}

.ground-content>* {
    margin-bottom: 0
}

.ground-content {
    -ms-flex: 1;
    flex: 1
}

.ground-single-list a {
    position: relative
}

.todo.todo-default {
    padding: 0 12px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    display: -ms-flexbox;
    align-items: flex-start;
    width: 100%
}

.todo-browser img {
    max-width: 32px;
    float: left;
    margin-right: 15px
}

.todo-default .ct-title {
    flex: 1 1 0;
    -webkit-box-flex: 1
}

.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #677897;
    border: 1px solid #eaeff5;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%
}

a.msg-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #d1d7e2;
    border-radius: 50%;
    color: #7d8a94
}

.profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px
}

.bg-online {
    background: #68c70b!important
}

.bg-offline {
    background: #e02b0d!important
}

.bg-working {
    background: #f39c12!important
}

.bg-busy {
    background: #2196f3!important
}

.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 5px;
    margin: 0;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
    min-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: #fff;
    cursor: pointer;
    background-color: #d11a9e;
    border-color: #d11a9e
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #d11a9e;
    border-color: #d11a9e
}

.pagination li:first-child a {
    background: #d11a9e;
    border: 1px solid #d11a9e;
    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
}

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

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

.radio-custom:checked+.radio-custom-label:before {
    background: #d11a9e;
    box-shadow: inset 0 0 0 4px #fff
}

.company-brands label {
    font-weight: 400;
    color: #828f99;
    font-size: 15px
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none
}

.company-brands input[type='checkbox']:focus {
    outline: none
}

.company-brands label:focus {
    outline: none
}

.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 .3s ease-in 0;
    -o-transition: margin .3s ease-in 0;
    transition: margin .3s ease-in 0
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFF
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999;
    text-align: right
}

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 6px;
    background: #FFF;
    height: 23px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in 0;
    -o-transition: all .3s ease-in 0;
    transition: all .3s ease-in 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

[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: #d11a9e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .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)
}

.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 (min-width: 576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none!important
    }
    .page-title.image-title {
        height: 80px!important;
        padding-top: 0;
    }
    .page-title.image-title h1 {
        font-size: 25px!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
}

.sec-heading {
    max-width: 780px;
    margin-bottom: 25px
}

.sec-heading.light h2,
.sec-heading.light p {
    color: #fff
}

.form-control {
    min-height: 40px;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #e0ecf5;
}

.filter-form .form-control {
    min-height: 30px;
}

.form-control input[type="checkbox"]+label {
    margin-left: 10px;
    width: calc(100% - 30px);
    font-size: 13px;
    margin-bottom: 0;
}

.form-control input[type="checkbox"] {
    float: left;
    margin-top: 4px;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px
}

select.form-control.fc-lg:not([size]):not([multiple]) {
    height: 62px
}

.form-control.fc-lg {
    height: 62px
}

textarea.form-control {
    height: 180px
}

.simple-form .form-control,
.modal .form-control {
    border: 1px solid #ebeef3;
    background: #f4f5f7
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color: #335275;
    font-weight: 500
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.nav-brand {
    padding: 5px 15px;
    font-size: 24px;
    margin-right: 1rem;
    text-decoration: none!important;
    filter: grayscale(100) brightness(100);
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
    filter: grayscale(100) brightness(100);
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a {
    padding: 20px 7px;
    display: inline-block;
    transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #d11a9e!important;
}

.header-fixed .nav-menu>.active>a,
.header-fixed .nav-menu>.focus>a,
.header-fixed .nav-menu>li:hover>a {
    color: #000!important;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none!important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ffffff #ffffff transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #d11a9e #d11a9e transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 99;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #d11a9e
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #d11a9e;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0 0 50px 0 rgba(32, 32, 32, 0.15);
    border-radius: .4rem
}

.nav-menu>li .nav-dropdown.nav-dropdown-half {
    max-width: 450px;
    width: 100%
}

.nav-menu>li>.nav-dropdown:before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all .1s ease 0;
    -moz-transition: all .1s ease 0;
    -o-transition: all .1s ease 0;
    transition: all .1s ease 0
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown.nav-dropdown-half>li {
    width: 50%;
    clear: none;
    float: left
}

.nav-dropdown.nav-dropdown-half>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #70798b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-dropdown>li:last-child>a {
    border-bottom: none
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    padding-left: 20px;
    color: #d11a9e
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color: #d11a9e
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #d11a9e #d11a9e transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background: #d11a9e;
}

.header-top {
    /* padding:1em 0; */
    background: #d11a9e;
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}

.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    /* padding:1em 0 */
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none!important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0 .3s, opacity .2s;
    transition: transform 0 .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nav-menu.nav-menu-social>li.add-listing {
    border-radius: 55px;
    min-width: 127px;
    position: relative;
    /* background: #000!important; */
    margin-top: 3px;
}

.header-transparent .header-top .nav-menu>li.theme-bg:hover>a,
.header-transparent .header-top .nav-menu>li.theme-bg>a:hover {
    color: #d11a9e!important;
}

.header-fixed .nav-menu.nav-menu-social>li.add-listing {
    background: #000!important;
}

.nav-menu.nav-menu-social>li.add-listing a {
    top: 0;
    padding: 10px 20px;
    color: #fff!important;
    font-size: 12px;
}

.nav-menu.nav-menu-social>li.add-listing.dark-bg {
    background: #2e3654
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit {
    background: #fff!important
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit a {
    color: #333!important
}

.nav-brand img {
    max-width: 120px;
    position: relative;
    top: 0px;
}

.header-fixed nav-brand img {
    filter: grayscale(100) brightness(100);
}

.btn-group.account-drop {
    position: relative;
    padding: 19px 15px
}

.account-drop .dropdown-menu a {
    padding: .6rem 0;
    font-size: 14px
}

.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;
    padding: .4rem 1rem
}

@media (min-width: 992px) {
    .nav-menu.nav-menu-social>li.add-listing.bg-white {
        background: #fff!important
    }
    .nav-menu.nav-menu-social>li.add-listing.bg-white a {
        color: #333!important
    }
    /*.header.header-fixed{box-shadow:0 5px 30px rgba(0,22,84,0.1);-webkit-box-shadow:0 5px 30px rgba(0,22,84,0.1);background:#fff;position:fixed;z-index:999;width:100%;top:0;-webkit-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:slideInDown;animation-name:slideInDown}*/
    .header.header-dark {
        background-color: #1f263e
    }
    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu>li>a {
        color: #fff
    }
    .header.header-dark .nav-menu>li .nav-dropdown {
        background: #232b46
    }
    .header.header-dark .nav-dropdown>li>a {
        border-bottom: 1px solid #2e3654
    }
    .header.header-dark .nav-menu>li>.nav-dropdown:before {
        background-color: #232b46
    }
    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 22;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header.header-transparent.header-fixed {
        /* box-shadow:0 5px 30px rgba(0,22,84,0.1); */
        /* -webkit-box-shadow:0 5px 30px rgba(0,22,84,0.1); */
        /* background: #d11a9e; */
        /* position:fixed; */
        /* z-index:999; */
        /* width:100%; */
        /* top:0; */
        /* -webkit-transition:.2s ease-in; */
        -o-transition: .2s ease-in;
        /* transition:.2s ease-in; */
        /* -webkit-animation-duration:.5s; */
        /* animation-duration:.5s; */
        /* -webkit-animation-name:slideInDown; */
        /* animation-name:slideInDown; */
    }
    .header.header-transparent.change-logo.header-fixed .header-bottom {
        box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
        -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
        background: #d11a9e;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .header.header-transparent .nav-brand,
    .header.header-transparent .nav-brand:focus,
    .header.header-transparent .nav-brand:hover,
    .header.header-transparent .nav-menu>li>a {
        color: #fff
    }
    .header-transparent .header-top .nav-menu>li>a:hover {
        color: #000!important;
    }
    .header.header-transparent.header-fixed .nav-brand,
    .header.header-transparent.header-fixed .nav-brand:focus,
    .header.header-transparent.header-fixed .nav-brand:hover,
    .header.header-transparent.header-fixed .nav-menu>li>a {
        color: #ffffff;
    }
    .change-logo .nav-brand.fixed-logo {
        display: none
    }
    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block
    }
    .change-logo.header-fixed .nav-brand.static-logo {
        display: none
    }
    .dark-text .nav-brand,
    .header-transparent.dark-text .nav-brand:focus,
    .header-transparent.dark-text .nav-brand:hover,
    .header-transparent.dark-text .nav-menu>li>a {
        color: #404656
    }
    .header-transparent.dark-text .nav-menu>li>a:hover,
    .header-transparent.dark-text .nav-menu>li>a:focus {
        color: #d11a9e
    }
    .change-logo .nav-brand.fixed-logo {
        display: none
    }
    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block
    }
    .change-logo.header-fixed .nav-brand.static-logo {
        display: none
    }
}

nav .menu>li.dropdown>a:before,
nav .menu>li.megamenu>a:before {
    margin-left: 10px;
    content: "\e61a";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 12px;
    top: 2px
}

nav .menu>li.dropdown li.dropdown>a:before {
    margin-left: 10px;
    content: "\e649";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 14px;
    top: 1px
}

nav .menu li.dropdown.open>a {
    color: #e74c3c
}

.top-header {
    background: #333c56;
    padding: 12px 0;
    color: #fff
}

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

.mg-menu-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.mg-menu-items i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.mg-menu-items h5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
    font-size: 15px;
    color: #031b4e;
    margin-bottom: 0
}

.mg-menu-items h5>span {
    color: #72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif
}

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
    margin-top: 5px;
    font-weight: 600
}

.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px
}

li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding: 10px!important;
    box-shadow: none;
    color: #606c8e!important;
    font-size: 15px
}

.header-topbar {
    padding: 12px;
    background: #086cf5;
    font-size: 14px;
    box-shadow: none;
    color: #fff
}

.header-topbar.bl-dark {
    background: #212f42
}

.header-topbar span {
    margin-right: 20px
}

.header-topbar span>i {
    margin-right: 7px
}

.top-social-ac ul {
    margin: 0;
    padding: 0
}

.top-social-ac ul li {
    display: inline-block;
    margin-right: 12px;
    list-style: none
}

.top-social-ac ul li:last-child {
    margin-right: 0
}

.top-social-ac ul li a {
    color: #fff;
    opacity: .9;
    transition: all .4s
}

.top-social-ac ul li a:hover,
.top-social-ac ul li a:focus {
    color: #fff;
    opacity: 1
}

.theme-bg,
.theme-bg:hover,
.theme-bg:focus {
    background: #d11a9e!important;
    border-color: #d11a9e!important
}

.nav-menu-social .bbl {
    color: #002147;
    font-weight: 500;
    font-size: 12px;
}

.search-box {
    padding: 0 15px
}

.search-box .app-search input {
    width: 100%;
    padding: 25px 40px 25px 20px;
    border-radius: 0;
    font-size: 17px;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    border: none;
    height: 92px;
    color: #4d5968
}

.search-box .app-search .srh-btn {
    position: absolute;
    top: 40px;
    cursor: pointer;
    background: #fff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px
}

.search-box a {
    color: #546e7a
}

.search-box .form-control::-moz-placeholder {
    color: #4d5968
}

.search-box .form-control:-ms-input-placeholder {
    color: #4d5968
}

.search-box .form-control::-webkit-input-placeholder {
    color: #4d5968
}

.search-box .app-search {
    position: fixed;
    margin: 0;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -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);
    display: none;
    left: 0
}

.form-control::-moz-placeholder {
    color: #9dabb7
}

.form-control:-ms-input-placeholder {
    color: #9dabb7
}

.form-control::-webkit-input-placeholder {
    color: #9dabb7
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626a70;
    line-height: 38px;
    text-align: left;
    padding: 0 15px
}

.home-form-1 .select2-container--default .select2-selection--single {
    border: none;
    height: 60px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e0ecf5
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9dabb7 transparent transparent
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9dabb7
}

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

.select2-dropdown {
    border: 1px solid #d7dfe6
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top: 3px
}

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

.header .profile-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1)
}

.header.light .profile-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 4px rgba(151, 161, 179, 0.2);
    box-shadow: 0 0 0 4px rgba(151, 161, 179, 0.2);
    margin: 20px 0
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
    right: -5%!important;
    left: auto;
    transform: translate(0, 0px) scale(.3);
    transform-origin: calc(100% - 8px) 0;
    will-change: transform, opaticy;
    transition: ease all 4s;
    padding: 0
}

.dropdown-menu.show {
    right: -5%!important;
    left: auto;
    transform: translate(0, 0px) scale(1);
    padding: 0
}

.dropdown-menu.show a {
    padding: 12px 15px;
    font-size: 15px
}

.dropdown-menu.show a i {
    margin-right: 7px
}

.dropdown-menu.show a:hover,
.dropdown-menu.show a:focus {
    color: #d11a9e;
    background: transparent
}

.header .dropdown-menu.show {
    min-width: 220px
}

.single-banner {
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
    background-size: cover!important;
    background-position: center!important
}

.main-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 620px
}

.finding-overlay {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #102240
}

.finding-overlay.op-10 {
    opacity: .1
}

.finding-overlay.op-20 {
    opacity: .2
}

.finding-overlay.op-30 {
    opacity: .3
}

.finding-overlay.op-40 {
    opacity: .4
}

.finding-overlay.op-50 {
    opacity: .5
}

.finding-overlay.op-60 {
    opacity: .6
}

.finding-overlay.op-70 {
    opacity: .7
}

.finding-overlay.op-80 {
    opacity: .8
}

.main-banner {
    position: relative;
    margin: 0;
    overflow: hidden
}

.main-banner .caption {
    position: relative
}

.main-banner h2 {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 12px
}

fieldset {
    border-radius: 2px;
    overflow: hidden
}

.main-banner .single-field,
.single-field {
    height: 100%;
    display: block;
    position: relative
}

.main-banner fieldset select.selectpicker,
.main-banner fieldset .form-control,
.main-banner fieldset .seub-btn {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 60px;
    border-right: 1px solid #d7dfe6;
    display: flex;
    align-items: center;
    background-clip: initial
}

.main-banner .btn.theme-btn.seub-btn {
    justify-content: center
}

.main-banner fieldset select.selectpicker:focus,
.main-banner fieldset .form-control:focus,
.main-banner fieldset .seub-btn:focus {
    outline: none
}

.main-banner .select2-container {
    height: 60px
}

.main-banner p {
    margin-bottom: 40px
}

.main-banner form {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main-banner .home-form-1 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: transparent;
    line-height: 50px;
    top: 50%;
    right: 0;
    padding-right: 15px;
    display: flex;
    width: 20px;
    box-sizing: content-box;
    height: 60px;
    z-index: 9;
    color: #9dabb7;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center
}

ul.banner-cat-list {
    margin: 2em auto 1rem;
    padding: 0;
    text-align: center
}

ul.banner-cat-list li {
    display: inline-block;
    margin: 5px
}

ul.banner-cat-list li a {
    width: auto;
    height: 80px;
    display: table;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 10px;
    min-width: 90px
}

ul.banner-cat-list li a i {
    font-size: 27px;
    line-height: 1.2
}

ul.banner-cat-list li a:hover,
ul.banner-cat-list li a:focus {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4);
    color: #d11a9e
}

ul.banner-cat-list li a:hover span,
ul.banner-cat-list li a:focus span {
    color: #575d67
}

.media-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    max-height: 1000px
}

.side-full-map.map-container {
    height: 300px;
    top: 0;
    padding-top: 60px;
    background-color: #fff
}

.map-container {
    float: left;
    width: 100%;
    margin-top: 100px;
    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 #main-full-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden
}

#singleMap {
    width: 100%;
    position: relative;
    height: 350px;
    float: left;
    margin-bottom: 30px
}

.box-widget #singleMap {
    margin-bottom: 10px
}

.mapzoom-in,
.mapzoom-out {
    position: fixed;
    z-index: 100;
    top: 50%;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 3px solid #374558;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    margin-top: -20px;
    background: #2a3646
}

#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: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f068"
}

.mapzoom-in:before {
    content: "\f067"
}

.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: 0 0 0 4px rgba(255, 255, 255, 0.4)
}

.mapnavigation a,
.mapzoom-in:hover,
.mapzoom-out:hover {
    background: #2F3B59
}

.map-popup-box {
    display: block;
    width: 300px!important;
    position: relative
}

.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15)
}

.map-popup-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -1px;
    z-index: 20;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

.map-popup img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0
}

.mp-img-box:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.mp-list-content {
    background: #fff;
    padding: 25px 20px;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.close-infobox {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    text-align: center;
    right: 20px;
    color: #121212;
    border-radius: 100%;
    z-index: 20;
    cursor: pointer;
    background: #fff
}

.close-infobox:hover {
    background: #fff;
    color: #2a3646
}

.mpl-title h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #566985;
    padding-bottom: 20px
}

.mpl-title h4 a {
    color: #566985
}

.mp-img-box {
    overflow: hidden
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative
}

.mp-img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: .3
}

.cluster img {
    display: none
}

.cluster {
    width: 40px!important;
    height: 40px!important
}

.cluster div {
    text-align: center;
    font-size: 15px!important;
    background: #2a3646;
    color: #fff!important;
    font-weight: 600;
    border-radius: 100%;
    width: 40px!important;
    height: 40px!important;
    line-height: 38px!important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
    border: 2px solid #374558;
    -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
    animation: cluster-animation 1.5s infinite
}

.cluster div:hover {
    background: #5d6275
}

@keyframes cluster-animation {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1)
    }
    50% {
        box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1)
    }
}

.mp-store-call,
.mp-location-info {
    float: left;
    color: #667582;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.mp-store-call i,
.mp-location-info i {
    padding-right: 10px;
    font-size: 14px
}

.mp-ratting {
    position: absolute;
    z-index: 12;
    left: 20px;
    top: -30px
}

.mp-ratting i {
    float: left;
    color: #FACC39;
    margin-top: -2px;
    margin-right: 6px
}

.mp-review-count {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -4px
}

.mp-category {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.slider-horizontal .tooltip {
    opacity: 1;
    z-index: 1
}

.range-slider .tooltip-inner {
    background: #758ca0
}

.tooltip-inner {
    background: #121212
}

.tooltip.top .tooltip-arrow {
    border-top-color: #121212
}

span.new-page-badge {
    display: inline-block;
    padding: 2px 4px;
    background: #34c112;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
    float: right
}

.bootstrap-select button.btn.dropdown-toggle.btn-default:hover,
.bootstrap-select button.btn.dropdown-toggle.btn-default:focus {
    background-color: #fbfdff
}

ul.three-col {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%
}

ul.three-col li {
    width: 33.3333%;
    display: inline-block;
    list-style: none
}

button.btn.btn-extra-features {
    width: 100%;
    border-radius: 2px;
    color: #475363;
    padding: 14px;
    font-size: 14px;
    background: #eff3f5;
    box-shadow: none
}

.filter-form .btn-extra-features i {
    position: relative;
    right: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: .5;
    float: right
}

a.load-more-button {
    display: table;
    margin: auto;
    background: #d11a9e;
    padding: 12px 32px;
    color: #fff;
    border-radius: 50px;
    border: 5px solid #eff3f5
}

.lni-spin-effect {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slider-horizontal {
    width: 88%!important;
    margin-left: 12px
}

.slider-horizontal .slider-track {
    margin-top: -2px
}

.range-slider .slider-selection {
    background: #d11a9e
}

.range-slider .slider-handle.round {
    background: #fff;
    top: 0;
    border-radius: 50%;
    border: 2px solid #d11a9e;
    border: 2px solid #d11a9e
}

.range-slider .tooltiptooltip.top {
    padding: 5px 0;
    margin-top: 3px
}

.range-slider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.range-slider .tooltip {
    font-size: 11px
}

.range-slider .tooltip.top .tooltip-arrow {
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #758ca0;
    border-top-color: #758ca0
}

.filter-row {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.filter-row h4,
.filter-row .filter-option {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1
}

.btn-filter.dropdown-toggle {
    box-shadow: none;
    color: #546e7a;
    font-weight: 500;
    border: 1px solid #d2dbe0
}

.btn-filter.dropdown-toggle.light {
    background: #fff
}

.inverse-no-border .list-grid-layout.classical-layout,
.inverse-no-border .tp-author-box,
.inverse-no-border .list-grid-layout.modern-layout,
.inverse-no-border .destination-list,
.inverse-no-border .modern-category,
.inverse-no-border .category-box-wrap,
.inverse-no-border .author-box-wrapper {
    border: none
}

.shadow-box .list-grid-layout.classical-layout,
.shadow-box .tp-author-box,
.shadow-box .list-grid-layout.modern-layout,
.shadow-box .destination-list,
.shadow-box .modern-category,
.shadow-box .category-box-wrap,
.shadow-box .author-box-wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.btn-circle-filter {
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border: 1px solid #d2dbe0;
    display: inline-block;
    text-align: center;
    border-radius: 50%
}

.btn-circle-filter:hover,
.btn-circle-filter:focus,
.btn-circle-filter.active {
    border: 1px solid #d11a9e;
    color: #d11a9e
}

form.filter-form {
    width: 100%
}

form.filter-form.over-frm {
    background: #fff;
    position: relative;
    padding: 2em;
    margin-bottom: 2em;
    border-radius: 6px;
    border: 1px solid #e0ecf5
}

.filter-form .form-group {
    position: relative
}

.filter-form i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    /* background-color:#fff; */
    line-height: 40px;
    top: 1px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 38px;
    z-index: 9;
    color: #9dabb7;
}

span.selection {
    width: 100%
}

.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 20px 5px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eaeff5
}

.widget-boxed-header {
    padding: 14px 0 5px
}

.widget-boxed-header h4 {
    margin: 0;
    font-size: 13px;
    opacity: .8;
    font-weight: 500;
    color: #242424;
}

.widget-boxed-header h4 i {
    margin-right: 0;
    padding-right: 0;
    top: 4px
}

.no-ul-list {
    padding: 0
}

.no-ul-list li {
    list-style: none;
    display: table;
    font-weight: 500;
    color: #747b8c
}

.no-ul-list li .checkbox-custom-label {
    font-weight: 500;
    color: #747b8c
}

.listing-ftags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.switchbtn-wrap {
    margin-right: 6px;
    margin-bottom: 5px
}

.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
}

.switchbtn-wrap label.switchbtn-label {
    padding: 5px 10px;
    border-radius: 3px
}

input:checked+.switchbtn-label {
    background: #d11a9e;
    border-color: #d11a9e;
    color: #fff
}

.filter_search_opt a {
    background: #333c56;
    width: 100%;
    display: flex;
    height: 54px;
    margin-bottom: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: #fff!important
}

.simple-sidebar {
    background: transparent;
    padding: 0;
    border-radius: .4rem;
    border: none
}

.search-sidebar_header {
    display: none;
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 0 0 .5rem;
    background-color: #fff;
    border-bottom: 1px solid #dfe4ec;
    margin-bottom: 1rem
}

.search-sidebar_header .ssh_heading {
    margin: 0;
    flex: 1;
    font-size: 16px
}

.simple-sidebar button.w3-bar-item.w3-button.w3-large {
    background: #fff;
    border: none!important;
    cursor: pointer;
    outline: none!important;
    color: #465169
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.author-hero-module {
    position: relative
}

.author-hero-header {
    position: relative;
    z-index: 9;
    position: relative;
    z-index: 1;
    display: block;
    height: 300px
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%
}

.full-fill-bg {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-overlay {
    background-color: rgba(37, 44, 65, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.author-hero-img img {
    display: none
}

.utility-box-wrap {
    display: inline-block
}

.utility-box-avatar {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    width: 110px;
    height: 110px
}

.utility-box-avatar img {
    max-width: 100%;
    border-radius: 2px
}

.utility-box-avatar-detail {
    display: inline-block;
    vertical-align: middle
}

.utility-box-avatar-detail .utility-avatar-title {
    color: #fff
}

.utility-box-avatar-detail .utility-avatar-title .utility-avatar-designation {
    color: #11b719;
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 9px;
    border-radius: 2px;
    margin-left: 10px
}

.utility-avatar-location i {
    margin-right: 5px
}

.utility-avatar-location {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500
}

.author-hero-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    z-index: 2
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(3.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(3.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(3.25rem + 2px);
    padding: .875rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #919ca7;
    background-color: #fff;
    border: 1px solid #e9edf1;
    border-radius: .25rem
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.25rem;
    padding: .875rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    background-color: #d11a9e;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

label.social-nfo i {
    margin-right: 5px
}

.dropzone {
    border: 1px dashed #eaeff5;
    margin: 14.4px auto;
    padding: 25px 0;
    min-height: 50px;
    color: #677897;
    background: 0 0
}

.dropzone i {
    font-size: 35px;
    display: block;
    margin-bottom: 10px
}

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

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

.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: .6
}

.add-list-box {
    border-radius: 6px;
    position: relative;
    text-align: center;
    overflow: hidden
}

.add-list-body {
    padding: 3rem 0
}

.add-list-body i {
    font-size: 100px;
    color: #fff
}

.add-list-footer {
    background: #2f3546
}

.add-list-footer a {
    color: #fff;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500
}

.list-product-price {
    margin-bottom: 3em
}

.list-product-price:last-child {
    margin-bottom: 0
}

.list-product-price-body {
    position: relative
}

.list-product-price-header {
    background: rgba(255, 118, 0, 0.1);
    padding: 0 1rem;
    border-radius: 4px;
    cursor: pointer
}

.list-product-price-header .lpp-title {
    margin-bottom: 0;
    color: #d11a9e;
    font-size: 20px;
    padding: 1rem 0
}

.product-price-list {
    padding: 1rem 1.5rem;
    display: flex;
    border-radius: 2px;
    align-items: center
}

.product-price-list:nth-child(even) {
    background: #f7f7f7
}

.product-price-list-left {
    font-size: 17px;
    flex: 1
}

.product-price-list-left .product-p-name {
    margin-bottom: 1px;
    font-weight: 500;
    opacity: .9
}

.product-price-list-left .product-p-desc {
    font-weight: 400;
    font-size: 14px;
    opacity: .85
}

.ppl-price.main-color {
    font-size: 25px;
    font-weight: 500
}

span.ppl-offer {
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    top: 0;
    margin-left: .8rem
}

.pa-meta-type {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px dashed #ebedf3;
    margin-right: 7px;
    color: #7a8790;
    line-height: 2
}

.pa-meta-type i {
    margin-right: 5px
}

.list-grid-layout.classical-layout {
    background: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden
}

.overlay-top .owl-stage-outer {
    padding-bottom: 20px
}

.overlay-top .middle-arrow-hover .owl-stage-outer {
    padding-bottom: 0
}

.grid-layout-header {
    position: relative;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden
}

.list-grid-layout.new-listing .grid-layout-header {
    position: relative;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden
}

.classical-layout .grid-layout-info {
    top: auto!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 15px 1px;
    position: absolute;
    -webkit-transform: translateY(calc(100% - -30px));
    transform: translateY(calc(100% - -30px));
    -webkit-transition: all .5s;
    transition: all .5s
}

.list-grid-layout.new-listing a.list-thumb:before {
    opacity: .6
}

.list-grid-layout a.list-thumb {
    position: relative;
    display: table
}

.list-grid-layout a.list-thumb:before {
    content: "";
    position: absolute;
    background: #121e31;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gl-top-head {
    position: absolute;
    right: 20px;
    top: 20px
}

.gl-card {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 7px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
    height: 34px
}

.list-grid-layout.classical-layout:hover a.list-thumb:before {
    opacity: .6
}

.list-grid-layout.classical-layout:hover .grid-layout-info,
.list-grid-layout.classical-layout:focus .grid-layout-info {
    -webkit-transform: translateY(calc(100% - 120px));
    transform: translateY(calc(100% - 120px))
}

.grid-layout-info ul {
    margin: 0;
    padding: 0
}

.classical-layout .grid-layout-info li {
    color: #fff;
    list-style: none;
    margin-bottom: 7px
}

.grid-layout-info li i {
    margin-right: 5px
}

.grid-layout-body {
    position: relative;
    padding: 0 20px;
    text-align: center;
    z-index: 1;
    margin-top: -40px
}

.classical-layout .gl-list-author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.5)
}

.classical-layout .gl-list-author img {
    border-radius: 50%;
    width: 70px
}

.classical-layout span.verified-badge {
    background: #11b719;
    position: absolute;
    right: -8px;
    bottom: 37px;
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    line-height: 18px
}

.classical-layout .gl-list-caption {
    padding: 15px 0;
    background: #fff
}

.classical-layout .gl-list-caption h4 {
    font-weight: 500;
    margin-bottom: 1px;
    font-size: 18px
}

.classical-layout .gl-list-caption h4 a {
    color: #32343c
}

.classical-layout .gl-tagline {
    font-size: 14px;
    margin-bottom: 5px
}

.grid-layout-footer {
    background: transparent;
    border-bottom: 0;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeff5
}

.grid-layout-footer a {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1
}

.cat-icon-box {
    width: 37px;
    height: 37px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px
}

.icon-box-text {
    display: inline-block;
    font-weight: 500;
    color: #747b8c
}

.ft-loke i {
    font-size: 20px;
    display: inline-flex;
    vertical-align: middle
}

.ft-loke a {
    color: #747b8c
}

.ft-loke a:hover,
.ft-loke a:focus {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #d11a9e
}

span.list-status {
    color: #fff;
    background: #11b719;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #11b719;
    line-height: 1.2;
    display: inline-block;
    padding: 3px 12px;
    height: 19px;
    margin-left: 5px;
    border-radius: 2px
}

span.list-status.ls-close {
    background: #ea3678;
    border-color: #ea3678
}

.list-grid-layout.new-listing .gl-top-head {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0
}

.list-grid-layout.new-listing .pr-rate.gl-card {
    left: 15px;
    position: absolute
}

.list-grid-layout.new-listing .all-rate-card {
    right: 15px;
    position: absolute;
    font-weight: 500
}

.overall-rating {
    font-size: 30px;
    line-height: 30px;
    float: left;
    margin-right: 4px;
    font-size: 30px;
    line-height: 30px;
    float: left;
    margin-right: 4px
}

.rating-wrap {
    float: left
}

.max-rating {
    margin-top: 2px;
    color: rgba(255, 255, 255, .99);
    font-size: 12px;
    line-height: 12px
}

.max-rating:before {
    content: "/";
    display: inline-block;
    margin-right: 4px
}

.rateOverview {
    margin-top: 2px;
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, .8)
}

.all-rate-card[data-rated^="1"],
.all-rate-card[data-rated^="2"],
.all-rate-card[data-rated^="3"],
.all-rate-card[data-rated^="4"],
.all-rate-card[data-rated^="5"] {
    color: #e6372a
}

.all-rate-card[data-rated^="6"],
.all-rate-card[data-rated^="7"] {
    color: #ffb507
}

.all-rate-card[data-rated^="8"],
.all-rate-card[data-rated^="9"],
.all-rate-card[data-rated^="10"] {
    color: #11b719
}

.single-over-rating .all-rate-card[data-rated^="1"],
.single-over-rating .all-rate-card[data-rated^="2"],
.single-over-rating .all-rate-card[data-rated^="3"],
.single-over-rating .all-rate-card[data-rated^="4"],
.single-over-rating .all-rate-card[data-rated^="5"] {
    color: #e6372a;
    border: 1px solid #e6372a;
    background-color: rgba(230, 55, 42, 0.05)
}

.single-over-rating .all-rate-card[data-rated^="6"],
.single-over-rating .all-rate-card[data-rated^="7"] {
    color: #ffb507;
    border: 1px solid #ffb507;
    background-color: rgba(255, 181, 7, 0.05)
}

.single-over-rating .all-rate-card[data-rated^="8"],
.single-over-rating .all-rate-card[data-rated^="9"],
.single-over-rating .all-rate-card[data-rated^="10"] {
    color: #11b719;
    border: 1px solid #11b719;
    background-color: rgba(17, 183, 25, 0.05)
}

.single-over-rating .all-rate-card[data-rated^="1"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="2"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="3"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="4"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="5"] .rating-wrap {
    background: #e6372a
}

.single-over-rating .all-rate-card[data-rated^="6"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="7"] .rating-wrap {
    background: #ffb507
}

.single-over-rating .all-rate-card[data-rated^="8"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="9"] .rating-wrap,
.single-over-rating .all-rate-card[data-rated^="10"] .rating-wrap {
    background: #11b719
}

ul.amenities.third {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0
}

ul.amenities.third li {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 22px;
    position: relative;
    list-style: none
}

ul.amenities.third li:before {
    content: "\e64d";
    position: absolute;
    font-family: 'themify';
    left: 0;
    top: 0;
    color: #13b81b
}

td .overall-rating {
    font-size: 20px;
    font-weight: 500
}

td .max-rating {
    color: #616c73
}

td .rateOverview {
    color: #616c73
}

.modern-list {
    background: #fff;
    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
}

.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
}

.modern-list-content {
    position: relative;
    padding: 5px 20px 15px;
    display: flex;
    width: 100%;
    align-items: center
}

.lst-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.list-rates i {
    color: #6e778a;
    margin-right: 1px;
    font-size: 11px
}

.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 7%, #e90000);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    border-radius: 6px
}

.modern-list .property_meta {
    display: block;
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.modern-list .listing-card-info-icon {
    font-size: 15px;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem
}

.modern-list .inc-fleat {
    margin-left: 15px;
    color: #fff
}

.modern-list .inc-fleat.inc-add:before {
    background: url(../img/light-add.svg.html);
    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.html);
    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: #fff;
    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: 0 0 0 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    top: -40px;
    position: absolute;
    right: 45px
}

.modern-list.ml-2 .lst-title a {
    color: #fff
}

.modern-list.ml-2 .list-rates a {
    font-size: 14px;
    margin-left: 10px;
    color: #fff
}

.modern-list.ml-2 .list-rates {
    margin-bottom: 0
}

.m-listing_palce {
    font-size: 14px;
    color: #fff
}

.modern-list.ml-2 .list-rates i {
    color: #fff
}

.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-featured {
    background-color: #ff5722;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    line-height: 28px
}

.listing-cat {
    flex: 1;
    float: left
}

a.cat-icon.cl-1 {
    color: red
}

.cat-icon i {
    width: 32px;
    height: 32px;
    display: table;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-right: 5px;
    float: left
}

span.more-cat {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #fff;
    border: 1px dashed #c8d8e8;
    border-radius: 50%;
    line-height: 28px;
    margin-left: .5rem;
    color: #5278a2;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

a.cat-icon.cl-1 {
    color: #5278a2;
    font-weight: 500
}

.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem;
    border-top: 1px dashed #e8edfb
}

.property_item .list-rate {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3
}

.place-status {
    color: #12b96c
}

.place-status.closed {
    color: #e42f2f
}

span.veryfied-author {
    position: relative
}

span.veryfied-author:before {
    content: "\e64c";
    display: inline-block;
    font-family: 'themify';
    width: 20px;
    height: 20px;
    color: #fff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center
}

.listing-price-info {
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px
}

.listing-price-info span {
    display: inline-block;
    background: #fff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 15px;
    color: #505667;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2)
}

.m-listing-status .l-status {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 50px;
    background: #f4f5f7;
    text-transform: uppercase;
    letter-spacing: .2px
}

.m-listing-status .l-open {
    color: #09ab59;
    background: rgba(9, 171, 89, 0.1)
}

.m-listing-status .l-close {
    color: #d11a9e;
    background: rgba(220, 20, 60, 0.1)
}

.single_items_list .modern-list {
    margin: 0
}

.property_item {
    background: #fff;
    position: relative;
    border-radius: 6px;
    margin-bottom: 15px;
    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);
    min-height: 210px
}

.property_item .image {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    height: 100%
}

.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
    height: 100%;
    width: 100%;
    min-height: 150px
}

.listing-thumb:before {
    background: linear-gradient(to bottom, transparent 60%, #000);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition: all ease .4s;
    opacity: 0.4;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block
}

.classical-list .listing-price-info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    top: auto;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px
}

.classical-list .listing-price-info span {
    display: inline-block;
    background: transparent;
    padding: 0;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 600;
    margin-right: 15px;
    color: #fff;
    box-shadow: none
}

a.tag_t,
a.tag_t:hover,
a.tag_t:focus {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    color: #fff!important
}

.tag_t i {
    font-size: 18px
}

.proerty_content {
    position: relative;
    padding: 15px 1.5em;
    text-align: left
}

.author-avater {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    right: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
    overflow: hidden;
    top: -30px;
    position: absolute
}

.author-avater img {
    width: 100%;
    border-radius: 50%
}

.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center
}

.proerty_text .captlize {
    font-size: 17px;
    font-weight: 500;
    flex: 1;
    line-height: 1;
    margin-bottom: 3px
}

.property_add {
    color: #6e778a;
    margin: 0
}

.property_meta {
    display: block;
    margin: 1.5em 0 0
}

.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: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem
}

.inc-fleat {
    margin-left: 14px;
    color: #5278a2
}

.inc-fleat.inc-add:before {
    background: url(../img/add.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 0
}

.inc-fleat.inc-call:before {
    background: url(../img/call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 0
}

.classical-list .list-rates i {
    color: #bec7dc
}

.classical-list .list-rates i.filled {
    color: #ff9800
}

.featured-liting-box {
    position: absolute;
    top: -7px;
    left: 15px;
    z-index: 1
}

.featured-liting-box:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 44px solid transparent;
    border-right: 42px solid transparent;
    border-top: 6px solid #00BCD4
}

.fst:before,
.fst:after {
    position: absolute;
    content: '';
    display: block
}

.fst {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #00BCD4;
    font-size: 12px;
    line-height: 1;
    padding: 10px 8px 6px;
    border-top-right-radius: 8px;
    width: 84px;
    letter-spacing: .5px;
    font-weight: 500
}

.fst:before {
    background: #00BCD4;
    height: 7px;
    width: 6px;
    left: -6px;
    top: 0
}

.fst:after {
    background: #079eb1;
    height: 7px;
    width: 8px;
    border-radius: 8px 8px 0 0;
    left: -8px;
    top: 0
}

.verticleilist.listing-shot {
    background: #f6f7f9;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.verticleilist.listing-shot .signle-vert-listing-item {
    display: flex;
    background: #f8f8f9;
    height: 210px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.verticleilist.listing-shot .signle-vert-listing-item .image {
    max-width: 360px;
    width: 100%
}

.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-shot-img {
    min-height: 220px;
    max-height: 300px;
    height: 100%
}

.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;
    z-index: 5
}

.listing-badge.now-open {
    background-color: #11b719
}

.listing-badge.closed {
    background-color: #e42133
}

span.approve-listing {
    color: #fff;
    background: #11b719;
    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 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ff033E;
    color: #fff;
    padding: 7px 18px;
    border-radius: 50px;
    line-height: 1.5
}

a.like-listing {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #ff033E;
    font-size: 17px;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.1)
}

a.like-listing:hover,
a.like-listing:focus {
    background: #ff033E;
    color: #fff
}

.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
}

.category-box-wrap {
    position: relative;
    background: #fff;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    width: 100%
}

.category-box-header {
    position: relative
}

.category-box-caption {
    text-align: center;
    padding-top: .3em;
    padding-bottom: 1.5em
}

.category-box-caption .category-title {
    margin: 0
}

.category-box-caption .category-title a {
    color: #32343c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.category-box-wrap:hover .category-title a,
.category-box-wrap:focus .category-title a {
    color: #d11a9e
}

.category-box-body {
    display: table;
    width: 100%;
    margin-top: -30px
}

.category-box-thumb {
    display: table;
    margin: 0 auto;
    width: 60px;
    height: 60px
}

a.category-icon-box {
    position: relative;
    display: table;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px
}

.modern-category {
    position: relative;
    background: #f4f5f7;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.modern-category-box-thumb {
    background: #fff;
    width: 100%;
    height: 180px;
    padding: .8rem;
    border-radius: 4px;
    overflow: hidden
}

.modern-category-box-thumb img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover
}

.modern-category-footer {
    background: #f4f5f7;
    border-bottom: 0;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeff5
}

.modern-category-footer .mc-footer-caption {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
    width: 100%
}

.modern-category-footer .category-title {
    margin: 0;
    font-size: 15px
}

.modern-category-footer .category-title a {
    color: #32343c;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal
}

.modern-category:hover .category-title a,
.modern-category:focus .category-title a {
    color: #d11a9e
}

.modern-category .mc-footer-link {
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: #d11a9e;
    -webkit-transition: all .5s;
    transition: all .5s;
    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)
}

.modern-category:hover .mc-footer-link,
.modern-category:focus .mc-footer-link {
    background: #d11a9e;
    color: #fff
}

.author-box-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #e9ecf1;
    border-radius: 4px
}

.author-box-body {
    padding: 3.5em 1em .5em
}

.author-thumb {
    margin: 0 auto;
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #ecedf3
}

.author-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.author-caption {
    padding: 1em;
    text-align: center
}

.author-caption .author-name {
    margin: 0
}

.author-caption .author-name a {
    color: #32343c;
    letter-spacing: .5px
}

.author-caption .author-location {
    font-size: 13px
}

.author-box-footer ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ecedf3
}

.author-box-footer ul li {
    display: inline-block;
    width: 49.2%;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
    line-height: 1.4;
    font-weight: 700
}

.author-box-footer ul li:first-child {
    border-right: 1px solid #ecedf3
}

.author-box-footer ul li span {
    display: block;
    font-weight: 400
}

a.follow-btn {
    position: absolute;
    left: 25px;
    top: 20px;
    color: #11b719;
    font-weight: 600
}

a.follow-btn i {
    margin-right: 5px
}

.tp-author-box {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e9ecf1
}

.single_items_list .tp-author-box {
    margin-bottom: 0
}

.tp-author-box .author-cover-img {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast
}

.author-cover-img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1d3054;
    content: "";
    opacity: .4
}

.tp-author-detail-box {
    width: 100%;
    display: table
}

.tp-author {
    position: relative;
    left: 25px;
    margin-top: -38px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: rgba(255, 255, 255, 0.4);
    display: table;
    height: 80px;
    float: left
}

.tp-author img {
    border-radius: 50%
}

.tp-author-header {
    margin-left: 130px;
    top: 5px;
    position: relative;
    left: -10px
}

.author-cover-img a.follow-btn {
    position: absolute;
    right: 25px;
    left: auto;
    top: 20px;
    color: #11b719;
    font-weight: 600;
    background: #fff;
    padding: 4px 15px;
    line-height: 1;
    border-radius: 2px
}

.tp-author-header h4 {
    margin: 0;
    padding: 0 0 5px;
    font-size: 16px
}

.tp-author-detail-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 24px;
    margin-bottom: -7px
}

.tp-author-detail-box ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 12px
}

.tp-author-basic-info {
    margin: 30px 0 0;
    padding: 0 25px;
    border-top: 1px solid #ebedf1
}

.tp-author-basic-info ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table
}

.tp-author-basic-info li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding: 15px 0 10px
}

.tp-author-basic-info li strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #384454
}

.author-type {
    position: relative;
    height: 22px;
    display: flex;
    top: -1px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    z-index: 10;
    font-weight: 500;
    border-radius: 2px;
    padding: 0 7px;
    margin: 0;
    overflow: hidden;
    line-height: 24px
}

.author-type.power-author {
    background: rgba(15, 183, 107, 0.12);
    color: #0fb76b
}

.author-type.elite-author {
    background: rgba(255, 152, 0, 0.12);
    color: #ff9800
}

.author-type.normal-author {
    background: rgba(242, 17, 54, 0.12);
    color: #f21136
}

.destination-list {
    background: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden
}

.destination-list-thumb {
    max-height: 240px;
    overflow: hidden
}

.destination-list-caption {
    padding: 1.5em 1em 1.2em;
    position: relative
}

.destination-list-caption .destination-title {
    margin: 0
}

.destination-list-caption .destination-title a {
    color: #32343c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.destination-list-caption .destination-title a:hover,
.destination-list-caption .destination-title a:focus {
    color: #d11a9e
}

.destination-country-thumb {
    position: absolute;
    right: 20px;
    top: 20px
}

.destination-country-thumb img {
    max-width: 32px
}

.property-grid-wrap {
    background: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden
}

.property-grid-header {
    position: relative;
    max-height: 200px;
    overflow: hidden
}

.property-grid-header:before {
    background: linear-gradient(to bottom, transparent 10%, #20334e);
    background: -webkit-linear-gradient(to bottom, transparent 10%, #20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%
}

.property-price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 22px
}

.property-type {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #54637a;
    font-size: 13px;
    background: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px
}

.property-offer {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    background: #2ec16f;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4)
}

.property-hot {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    background: #e82262;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4)
}

.property-grid-caption {
    padding: .7rem 1rem 1rem
}

.property-grid-caption-header {
    padding: .25rem 0 .7rem;
    display: flex;
    align-items: center
}

.property-grid-caption-header .property-caption-header-first {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1
}

.property-grid-caption-header .property-name {
    font-size: 18px;
    font-weight: 500;
    color: #30416a;
    margin-bottom: 0
}

.property-grid-caption-header .property-name a {
    color: #374d79
}

.property-grid-caption-header .property-name a:hover,
.property-grid-caption-header .property-name a:focus {
    color: #d11a9e
}

.property-location {
    font-weight: 400;
    font-size: 13.2px
}

.property-social-info a {
    margin: 0;
    margin-left: 6px;
    font-size: 16px;
    color: #a0abbe
}

.property-short-des {
    margin-bottom: .4rem;
    margin-top: .5rem;
    font-size: 15px;
    line-height: 1.77
}

.property-grid-footer {
    padding: .8rem .5rem;
    border-top: 1px solid #e9ecf1
}

.property-grid-footer ul {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%
}

.property-grid-footer ul li {
    width: 33.3333%;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    color: #a0abbe
}

.property-grid-footer ul li img {
    max-width: 18px;
    position: relative;
    margin-right: 6px;
    position: relative;
    top: -3px
}

.property-advance {
    width: 100%;
    display: table
}

.property-type {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #54637a;
    font-size: 13px;
    background: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4)
}

.pa-meta-type {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px dashed #ebedf3;
    margin-right: 7px;
    color: #7a8790;
    line-height: 2
}

.pa-meta-type i {
    margin-right: 5px;
    color: #d11a9e
}

.alltime-open {
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500
}

.rental-available {
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500
}

.rental-soldout {
    width: 100%;
    background: #de2929;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500
}

.alltime-open i,
.rental-soldout i,
.rental-available i {
    margin-right: 6px
}

.booking-form label {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500
}

.city-list-box {
    position: relative;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px
}

.city-list {
    background: 50% no-repeat #f4f5f7;
    border-radius: 4px;
    display: block;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    cursor: pointer
}

.list-overlay {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: .65;
    background: #1752D3;
    background: -webkit-linear-gradient(to top, rgba(33, 40, 60, 0.9) 0%, rgba(41, 41, 47, 0.87) 35%, rgba(35, 35, 37, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(to top, rgba(33, 40, 60, 0.9) 0%, rgba(41, 41, 47, 0.87) 35%, rgba(35, 35, 37, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to top, rgba(33, 40, 60, 0.9) 0%, rgba(41, 41, 47, 0.87) 35%, rgba(35, 35, 37, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%)
}

.city-list-full {
    display: block;
    height: 100%
}

.category-box-content {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    text-align: center
}

.category-box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast
}

.city-list:hover .category-box-bg {
    transform: translate3d(0, 0, 0) scale(1.08)
}

.city-names {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px
}

.category-box-content span {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px
}

.profile-header-nav .tab .nav-tabs {
    border: none
}

.profile-header-nav .nav-tabs>li {
    float: left;
    margin-bottom: 0
}

.profile-header-nav button.btn.theme-btn {
    margin-top: 9px
}

.profile-header-nav .nav-tabs li a {
    padding: 20px 32px;
    border: none;
    border-right: 1px dashed #dee2ea;
    background: #fff;
    color: #334e6f;
    opacity: .7;
    border-radius: 0;
    margin-right: 0;
    font-weight: 500;
    display: inline-block;
    transition: all .3s ease-in 0
}

.profile-header-nav .nav-tabs li a:hover {
    background: #fff;
    color: #d11a9e;
    opacity: 1
}

.profile-header-nav .nav-tabs li a i {
    display: inline-block;
    text-align: center;
    margin-right: 10px
}

.profile-header-nav .nav-tabs li:last-child a {
    border-right: none
}

.profile-header-nav .tab .nav-tabs li:last-child a:hover,
.profile-header-nav .tab .nav-tabs li:last-child a:focus {
    border-right: none;
    background: transparent
}

.profile-header-nav .nav-tabs li a.active,
.profile-header-nav .nav-tabs li.active a:focus,
.profile-header-nav .nav-tabs li.active a:hover {
    color: #d11a9e;
    opacity: 1;
    background: transparent;
    border-right: 1px dashed #dee2ea
}

.profile-header-nav .tab .tab-content {
    padding: 20px;
    line-height: 22px;
    box-shadow: 0 1px 0 gray
}

.profile-header-nav .tab .tab-content h3 {
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    .nav-brand img {
        max-width: 120px;
    }
    .profile-header-nav .nav-tabs li {
        width: auto;
        margin-bottom: 0
    }
    .profile-header-nav .nav-tabs li a {
        padding: 15px 9px;
        font-size: 12.5px
    }
    .profile-header-nav .nav-tabs li.active a,
    .profile-header-nav .nav-tabs li.active a:focus,
    .profile-header-nav .nav-tabs li.active a:hover {
        padding: 15px;
        margin-top: 0
    }
}

.tr-single-box {
    background: #fff;
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #eceef3;
    margin-bottom: 30px
}

.tr-single-header {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: 1px solid #eceef3;
    padding: 12px 25px
}

.tr-single-header h4 {
    margin: 0;
    flex: 1;
    font-size: 13px;
    font-weight: 500
}

.tr-single-header h4>i {
    margin-right: 7px
}

.tr-single-body {
    width: 100%;
    padding: 15px
}

.rating-average .overall-rating {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    float: none
}

.single-over-rating.text-center {
    width: 100%;
    display: table
}

.single-over-rating .all-rate-card {
    margin: 0 auto;
    display: table;
    width: 150px;
    border-radius: 4px
}

.single-over-rating .overall-rating {
    font-size: 40px;
    line-height: 0;
    float: none;
    margin-right: 0;
    padding: 1em 0;
    font-weight: 500
}

.single-over-rating .rating-wrap {
    float: none;
    padding: 8px
}

.single-over-rating .max-rating {
    color: #616c77;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500
}

.single-over-rating .rateOverview {
    font-size: 13px;
    color: #fff
}

.extra-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
    padding: 0
}

.extra-service li {
    list-style: none;
    padding: 7px 0
}

.extra-service.half li {
    width: 50%;
    margin-bottom: 5px;
    float: left;
    display: inline-block
}

.icon-box-icon-block {
    width: 100%;
    display: inline-block;
    font-size: 13px
}

.icon-box-round {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-right: 7px;
    color: #8593a5;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f3f7;
    vertical-align: middle;
    background: #dc163c;
    color: #fff
}

.icon-box-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px)
}

.tr-single-header.listing-hours-header.closed {
    background: #d11a9e;
    border-bottom: #d11a9e
}

.tr-single-header.listing-hours-header.open {
    background: #11b719;
    border-bottom: #11b719
}

.tr-single-header.listing-hours-header h4 {
    color: #fff;
    opacity: 1
}

span.listing-hours-status {
    border: 1px solid #fff;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1
}

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: 13px
}

.listing-hour-day li .listing-hour-time {
    float: right
}

.listing-hour-day li.active {
    color: #d11a9e
}

a.btn.add-review-btn {
    background: #d11a9e;
    margin-bottom: 2em;
    width: 100%;
    padding: 18px
}

.comment-module-wrap {
    background: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden
}

.comment-module-header {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e9ecf1;
    padding: 10px 20px
}

.comment-module-avatar {
    display: table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: top
}

.comment-module-avatar-detail {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle
}

.comment-module-avatar-detail .cma-title {
    font-size: 18px;
    line-height: 1;
    margin: 0
}

.comment-module-avatar-detail .cma-comment-date {
    font-size: 12px;
    margin: 0
}

.comment-module-rating {
    position: relative;
    float: right
}

.comment-module-rating .f-rate {
    font-size: 30px;
    color: #11b719;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px
}

.comment-module-rating .rating-status {
    font-size: 13px!important;
    display: block
}

.comment-module-rating .f-rate sup {
    font-size: 18px!important;
    color: #545454
}

.comment-module-rating .f-rate sup:before {
    content: "/";
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px
}

.comment-module-body {
    padding: 2em
}

.comment-module-status ul {
    margin: 0;
    padding: 0
}

.comment-module-status ul li {
    display: inline-block;
    margin-right: 15px
}

.comment-module-status ul li span {
    color: #d11a9e
}

.comment-info-module {
    border-top: 1px solid #e9ecf1;
    padding: 12px 20px
}

.comment-review_btn {
    display: inline-block;
    margin-right: 15px
}

.comment-review_btn a {
    color: #747b8c
}

.comment-review_btn a i {
    margin-right: 4px
}

.comment-review_btn a:hover,
.comment-review_btn a:focus {
    color: #d11a9e
}

.comment-reply-module ul {
    padding: 0;
    margin: 0;
    background: #fbfbfc
}

.comment-reply-module ul li {
    position: relative;
    padding: 15px 50px 10px 20px;
    border-top: 1px solid #e9ecf1
}

.reply-module-avater {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.reply-module-detail {
    margin-left: 50px
}

.reply-module-detail .reply-module-title {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    display: inline-block
}

.reply-module-detail .reply-module-comment {
    font-size: 13px;
    margin-bottom: 2px;
    display: inline-block
}

.reply-module-detail .reply-module-date {
    font-size: 12px;
    display: block;
    opacity: .8
}

.comment-form-module {
    position: relative;
    padding: 15px 10px;
    border-top: 1px solid #e9ecf1
}

.comment-form-avater {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block
}

.comment-form-box {
    display: inline-block;
    width: 92%
}

.comment-form-box .input-group {
    border-radius: 2px;
    padding: 0 15px 0 0;
    border: 1px solid #e9ecf1
}

.comment-form-box .form-control {
    border-radius: 0;
    border: none;
    height: 40px
}

.input-group-prepend span {
    line-height: 40px;
    height: 40px;
    color: #11b719;
    cursor: pointer
}

.input-group-prepend span i {
    margin-top: 4px
}

ul.gallery-list {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

ul.gallery-list li {
    width: 33.333333%;
    display: inline-block;
    padding: 5px;
    margin: 0
}

ul.gallery-list li a img {
    border-radius: 4px
}

.event-grid-wrap {
    background: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden
}

.city-list:hover .category-box-bg {
    transform: translate3d(0, 0, 0) scale(1.08)
}

.event-grid-header {
    position: relative;
    max-height: 200px;
    overflow: hidden
}

.event-grid-wrap .event-grid-header>img,
.event-grid-wrap .event-grid-header>img {
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1)
}

.event-grid-wrap:hover .event-grid-header>img,
.event-grid-wrap:focus .event-grid-header>img {
    transform: translate3d(0, 0, 0) scale(1.08)
}

span.event-grid-cat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 2
}

.event-grid-header:before {
    background: linear-gradient(to bottom, transparent 10%, #20334e);
    background: -webkit-linear-gradient(to bottom, transparent 10%, #20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1
}

.event-grid-caption {
    padding: .7rem 1rem 1rem
}

.event-grid-caption-header {
    padding: .25rem 0 .7rem;
    display: flex;
    align-items: center
}

.event-grid-caption-header .event-name {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
    font-size: 17px;
    font-weight: 500;
    color: #30416a
}

.event-grid-caption-header .event-name a {
    color: #374d79
}

.event-grid-caption-header .event-name a:hover,
.event-grid-caption-header .event-name a:focus {
    color: #d11a9e
}

.event-social-info a {
    margin: 0;
    margin-left: 6px;
    font-size: 16px;
    color: #a0abbe
}

span.event-time-limit {
    font-size: 13.4px;
    font-weight: 500;
    color: #868fa0;
    margin-bottom: 3px
}

.event-grid-caption p {
    margin: 0;
    padding: 0;
    color: #868fa0
}

.event-grid-caption p i {
    margin-right: 6px
}

.card.pricing {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .6rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.card.pricing:hover {
    margin-top: -5px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05)
}

.card-body. {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.pricing {
    text-align: center;
    padding: 20px;
    border: 0;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #e9ecf1
}

.pricing small {
    letter-spacing: 2px
}

.pricing .card-title {
    font-size: 65px;
    font-family: sans, Helvetica, Arial, serif;
    font-weight: 700;
    margin: .5em 0 .8em;
    display: block
}

.pricing ul {
    line-height: 2.5;
    margin: 0 0 20px
}

.pricing .plan-muted {
    text-decoration: line-through;
    opacity: .5
}

.pricing .btn-outline-primary {
    color: #fff;
    background-image: none;
    background-color: #252f3e;
    border-color: #252f3e;
    border-radius: 4px;
    box-shadow: none
}

.pricing.featured .card-title span {
    color: #d11a9e
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
    background-color: #d11a9e;
    border-color: #d11a9e
}

.pricing.featured .btn-outline-primary {
    color: #fff;
    background-image: none;
    background-color: #d11a9e;
    border-color: #d11a9e
}

.nav.nav-tabs.nav-advance {
    background: #334e6f;
    border-radius: 50px;
    padding: 5px 2px;
    max-width: 320px;
    margin: 0 auto 10px
}

.nav-tabs.nav-advance>li {
    width: 50%;
    position: relative;
    text-align: center;
    padding: 0 4px
}

.nav-tabs.nav-advance>li>a {
    background: 0 0;
    color: #fff;
    padding: 10px 5px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
}

span.yearly-offer {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #12b71a;
    padding: 0 10px;
    border-radius: 50px;
    top: -3px;
    right: 15px
}

.nav-tabs.nav-advance>li.active a,
.nav-tabs.nav-advance>li>a:focus,
.nav-tabs.nav-advance>li>a:hover {
    background: #fff!important;
    color: #495057!important;
}

.owl-nav {
    text-align: center;
    margin-top: 20px
}

button.owl-prev,
button.owl-next {
    background: #fff!important;
    display: inline-block;
    font-size: 13px!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    color: #d11a9e!important;
    outline: none!important;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.05)
}

.company-brand .owl-carousel .owl-item img {
    width: auto
}

.company-brand img {
    transition: all .4s;
    opacity: .5
}

.company-brand img:hover,
.company-brand img:focus {
    opacity: 1
}

.features-icon-center {
    display: table;
    width: 100%;
    text-align: center
}

.features-icon-center-item {
    margin-bottom: 15px
}

.features-icon-center-box {
    background: #f4f5f7;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 50px;
    color: #d11a9e;
    margin: 15px auto;
    border: 1px solid #f4f5f7
}

.features-icon-center-content {
    padding: 0 15px
}

.features-icon-center-content h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px
}

.features-icon-center-content p {
    font-size: 14px;
    line-height: 1.8
}

.features-icon-center-item:focus .features-icon-center-box,
.features-icon-center-item.active .features-icon-center-box {
    background: #d11a9e;
    color: #fff
}

.slick-slider .slick-list {
    height: auto;
    min-height: 0
}

section.brand-logo-sec {
    padding: 10px 0;
    border-top: 1px solid #f0f1f3;
    border-bottom: 1px solid #f0f1f3
}

.brand-logo-sec img {
    opacity: .3;
    transition: all .4s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.brand-logo-sec img:hover,
.brand-logo-sec img:focus {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.cta-sec h1,
.cta-sec h2 {
    color: #fff
}

.cta-sec {
    color: rgba(255, 255, 255, 0.72)
}

a.btn.btn-cta {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: .9em 2.5em;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    transition: all .4s;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4)
}

a.btn.btn-cta:hover,
a.btn.btn-cta:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #d11a9e
}

.testimonial-box {
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    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)
}

.testimonial-box i {
    font-size: 45px;
    color: #dae1e8;
    opacity: .5
}

.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px dashed #dfe5ea;
    padding: 5px;
    float: left
}

.client-thumb-box {
    display: table;
    width: 100%
}

.client-thumb-content {
    display: table-cell;
    vertical-align: middle
}

.testimonial-box p {
    line-height: 2;
    font-size: 15px
}

.client-thumb-content h5 {
    margin-top: 15px
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next {
    right: -25px
}

.slick-prev {
    left: -35px
}

.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 1;
    color: #d11a9e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeff5;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next:before {
    content: '\f061'
}

.slick-prev:before {
    content: '\f060'
}

section.testimonials-3 {
    background-size: auto!important;
    background-position: initial!important
}

.client-detail-box {
    text-align: center
}

.client-detail-box .pic {
    width: 100px;
    height: 100px;
    display: table;
    margin: 10px auto 0
}

.client-detail-box .pic img {
    max-width: 80px;
    border-radius: 50px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4);
    margin: 0 auto
}

h3.testimonial-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0
}

span.post {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7)
}

p.description {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-style: italic;
    color: #fff
}

#testimonial-3 {
    text-align: center
}

.payment-opt-tab {
    width: 100%
}

.payment-opt-tab ul {
    margin-bottom: 2em;
    border: none;
    width: 100%;
    display: table
}

.payment-opt-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    padding: 5px;
    display: inline-block;
    width: 33.3333%
}

.payment-opt-tab .nav-tabs .nav-link img {
    max-width: 120px;
    display: table;
    margin: 0 auto
}

.payment-opt-tab .nav-tabs .nav-link {
    border: 1px dashed #eaedf1
}

.form-control-feedback {
    position: absolute;
    top: 6px;
    right: 19px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    font-size: 22px;
    opacity: .7;
    line-height: 40px
}

.fa-fix {
    right: 15px
}

.tab-content #credit .form-control,
.tab-content #paypal .form-control,
.tab-content #skrill .form-control {
    height: 50px;
    border: 1px solid #dde4ec
}

.tab-content #credit .input-group-addon,
.tab-content #paypal .input-group-addon,
.tab-content #skrill .input-group-addon {
    height: 50px;
    background: transparent
}

.btn.btn-payment {
    width: 100%;
    border: 1px solid #d11a9e;
    color: #fff;
    background: #d11a9e;
    box-shadow: none;
    padding: 17px
}

.btn.btn-payment:focus,
.btn.btn-payment:hover {
    width: 100%;
    border: 1px solid #283744;
    color: #fff;
    background: #283744;
    box-shadow: none
}

.booking-item {
    min-height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.bookin-item-header {
    position: relative;
    height: 100%
}

.bookin-item-header:before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    background: #222e58;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5
}

.booking-summary-head {
    position: absolute;
    top: 20px;
    right: 25px
}

.booking-summary {
    position: absolute;
    bottom: 20px;
    left: 25px
}

h4.booking-item-title {
    color: #fff;
    margin-bottom: 2px;
    font-weight: 500
}

p.booking-item-location {
    color: #fff;
    margin: 0;
    font-size: 14px
}

.summary-boxed-widget {
    background: #fff;
    padding: 2em;
    border: 1px solid #e8e8ef;
    border-top: none
}

.summary-boxed-widget h4 {
    padding: 0 0 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e6ea
}

.summary-boxed-widget ul {
    padding: 0;
    margin: 0
}

.summary-boxed-widget li {
    list-style: none;
    padding: 10px 0;
    font-weight: 500
}

.summary-boxed-widget li span {
    font-weight: 400;
    float: right
}

.summary-boxed-widget li.total-costs {
    font-size: 19px
}

.summary-boxed-widget li.total-costs span {
    font-weight: 600
}

div#myTabContent {
    width: 100%
}

.invoice-wrapper {
    background: #fff;
    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
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 2rem
}

.modal-header .modal-title {
    font-size: 15px
}

.modal-header .modal-title i {
    margin-right: 10px
}

.modal-header button.close {
    font-size: 16px;
    color: #5d6d7f;
    cursor: pointer
}

.log-option {
    text-align: center;
    margin: 30px 0 20px;
    border-top: 1px solid #eaeff5
}

.log-option span {
    background: #fff;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #eaeff5;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    top: -20px
}

.log-btn {
    border: 2px solid #eaeff5;
    padding: 14px 12px;
    border-radius: 2px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    font-weight: 500
}

.log-btn i {
    margin-right: 12px
}

.fb-log-btn {
    color: #4167b2;
    border-color: #4167b2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fb-log-btn:hover,
.fb-log-btn:focus {
    color: #fff;
    background: #4167b2;
    border-color: #4167b2
}

.gplus-log-btn {
    color: #eb5425;
    border-color: #eb5425
}

.gplus-log-btn:hover,
.gplus-log-btn:focus {
    color: #fff;
    background: #eb5425;
    border-color: #eb5425
}

.review-rate .slider-horizontal {
    width: 100%!important;
    margin-left: 0
}

.review-rate .slider-horizontal .slider-handle-container,
.review-rate .slider-horizontal .slider-track {
    height: 10px;
    margin-top: -2px;
    top: 50%;
    border-radius: 2px;
    background: #e7edf1;
    box-shadow: none
}

.review-rate .slider-handle {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.review-rate .range-slider .slider-selection {
    background: #ff431e;
    border-radius: 2px;
    box-shadow: none
}

.review-rate .range-slider .slider-handle.round {
    background: #fff;
    top: -1px;
    border-radius: 50%;
    border: 2px solid #ff431e;
    border: 2px solid #ff431e
}

.review-rate .slider-handle.round.hide {
    display: none!important
}

.review-rate .slider-horizontal .tooltip {
    opacity: 1
}

.review-rate .tooltip.top {
    padding: 5px 0;
    margin-top: -7px;
    display: none!important
}

.review-rate .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    border-top-color: #475363
}

.review-rate .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    background: #e7edf1;
    color: #58666f
}

span.change-rate-no {
    margin-left: 10px;
    color: #f89900;
    background: #eff3f5;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 2px
}

.review-rate .range-slider .slider-selection[style^="width: 0"],
.review-rate .range-slider .slider-selection[style^="width: 1"],
.review-rate .range-slider .slider-selection[style^="width: 2"],
.review-rate .range-slider .slider-selection[style^="width: 3"] .review-rate .range-slider .slider-selection[style^="width: 4"] {
    background: #ef4164!important
}

.review-rate .range-slider .slider-handle.round[style^="left: 0"],
.review-rate .range-slider .slider-handle.round[style^="left: 1"],
.review-rate .range-slider .slider-handle.round[style^="left: 2"],
.review-rate .range-slider .slider-handle.round[style^="left: 3"],
.review-rate .range-slider .slider-handle.round[style^="left: 4"] {
    border-color: #ef4164!important;
    box-shadow: 0 0 0 4px #ff849d;
    background: #ef4164
}

.review-rate .range-slider .slider-selection[style^="width: 5"],
.review-rate .range-slider .slider-selection[style^="width: 6"] {
    background: #f89900!important
}

.review-rate .range-slider .slider-handle.round[style^="left: 5"],
.review-rate .range-slider .slider-handle.round[style^="left: 6"] {
    border-color: #f89900!important;
    box-shadow: 0 0 0 4px #ffbf57;
    background: #f89900
}

.review-rate .range-slider .slider-selection[style^="width: 7"],
.review-rate .range-slider .slider-selection[style^="width: 8"] {
    background: #acd10f!important
}

.review-rate .range-slider .slider-handle.round[style^="left: 7"],
.review-rate .range-slider .slider-handle.round[style^="left: 8"] {
    border-color: #acd10f!important;
    box-shadow: 0 0 0 4px #d1ef55;
    background: #acd10f
}

.review-rate .range-slider .slider-selection[style^="width: 9"],
.review-rate .range-slider .slider-selection[style^="width: 100"] {
    background: #2ec16f!important
}

.review-rate .range-slider .slider-handle.round[style^="left: 9"],
.review-rate .range-slider .slider-handle.round[style^="left: 100"] {
    border-color: #2ec16f!important;
    box-shadow: 0 0 0 4px #6be6a2;
    background: #2ec16f
}

a.btn.btn-list,
.btn.btn-list {
    background: #fff;
    color: #607077
}

a.btn.btn-list i,
.btn.btn-list i {
    color: #d11a9e
}

.share-opt-wrap {
    position: relative
}

.share-opt-wrap .dropdown-menu {
    text-align: center;
    bottom: 55px;
    top: initial!important;
    left: initial!important;
    right: 0!important;
    padding: 7px 0
}

.share-opt-wrap .dropdown-menu a {
    padding: 2px 6px 0;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    border-bottom: none
}

.share-opt-wrap .dropdown-menu:after {
    top: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: 7px;
    z-index: 2
}

.cl-facebook {
    color: #395693!important
}

.cl-gplus {
    color: #d23d35!important
}

.cl-twitter {
    color: #1c9cea!important
}

.cl-whatsapp {
    color: #25d366!important;
}

.cl-linkedin {
    color: #0073af!important
}

.cl-instagram {
    color: #c82f99!important
}

.cl-pinterest {
    color: #cc0100!important
}

div.datedropper.my-style {
    border-radius: 8px;
    width: 180px
}

div.datedropper.my-style .picker {
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1)
}

div.datedropper.my-style .pick-l {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
    background-color: #1cc100
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
    background-color: #FFF
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
    color: #1cc100
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
    color: #3a465e
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
    color: #FFF
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
    color: #3a465e
}

div.datedropper.my-style.picker-lkd .pick-submit {
    background-color: #FFF;
    color: #3a465e
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1
}

.media .avatar {
    flex-shrink: 0
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem
}

td a img {
    margin-right: 10px;
    border-radius: 2px!important
}

.btn-trans {
    background: transparent;
    cursor: pointer;
    border: none;
    color: #677897;
    outline: none
}

button:focus {
    outline: none;
    outline: none
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto!important;
    top: 90%!important
}

.dropdown-menu>a {
    display: block;
    padding: 14px 12px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #67757c;
    #ffffff-space: nowrap;
    border-bottom: 1px solid #f1f6f9
}

.dashboard-sidebar {
    width: 300px;
    display: table;
    background: #fff
}

.tab-content.dashboard-wrap {
    padding: 10px;
    width: calc(100% - 300px)
}

.dashboard-avatar-detail {
    display: table;
    margin: 1.5em 0 0;
    width: 100%
}

.ds-avatar-thumb {
    width: 110px;
    height: 110px;
    display: table;
    margin: 5px auto;
    border-radius: 50%;
    border: 5px solid #e9eff5;
    position: relative
}

.ds-avatar-thumb img {
    border-radius: 50%
}

span.ds-status.online {
    width: 9px;
    height: 9px;
    position: absolute;
    right: -10px;
    top: 50%;
    border-radius: 50%
}

.ds-status.online {
    background: #11b719
}

.ds-status.offline {
    background: #d11a9e
}

.ds-status.busy {
    background: #ff9800
}

.ds-avatar-caption {
    text-align: center;
    padding: 7px 0
}

.ds-avatar-caption .ds-author-name {
    font-size: 16px;
    margin-bottom: 0
}

.ds-avatar-caption .ds-author-location {
    font-size: 14px;
    opacity: .8
}

.ds-avatar-caption .ds-author-location i {
    margin-right: 6px
}

ul.ds-author-info {
    padding: 6px 0;
    border-top: 1px solid #ebedf1;
    border-bottom: 1px solid #ebedf1;
    margin: 0;
    margin-top: 1.2rem;
    display: table;
    width: 100%
}

.ds-author-info li {
    width: 50%;
    display: inline-block;
    list-style: none;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500
}

.ds-author-info li span {
    margin-right: 7px;
    color: #d11a9e
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    color: #d11a9e;
    background-color: transparent
}

.nav-pills .nav-link {
    color: #6c7e98;
    font-size: 13.6px;
    opacity: .8;
    padding: .8rem 1rem
}

.nav-pills .nav-link i {
    font-size: 16px;
    margin-right: 10px
}

.nav-pills .nav-link .ds-nav-number {
    float: right
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8eef1;
    border-radius: .25rem
}

.card-header {
    background: transparent;
    border-bottom: 0;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeff5
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header h4 {
    margin: 0;
    font-size: 13px;
    opacity: .8;
    font-weight: 500
}

.card-header h4>i {
    margin-right: 7px
}

.widget.simple-widget {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 20px 0
}

.widget .widget-detail h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 27px
}

.widget-caption .col-xs-4.no-pad {
    padding-right: 0
}

.widget-caption .col-xs-8.no-pad {
    padding-left: 0
}

.card-detail-bottom {
    padding: 0;
    display: inline-block;
    width: 100%
}

.card-detail-bottom ul.card-whole-detail {
    padding: 0;
    margin: 0
}

.card-detail-bottom ul.card-whole-detail li {
    display: inline-block;
    width: 33.3333%;
    float: left;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
    padding: 12px 5px;
    font-weight: 400
}

.card-detail-bottom ul.card-whole-detail li span {
    display: block;
    font-size: 14px;
    font-weight: 300
}

.widget.simple-widget i.icon {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    display: block
}

.widget-caption {
    display: inline-block;
    width: 100%
}

.widget .widget-detail {
    width: 100%;
    display: inline-block;
    border-left: 1px solid #eceef3;
    padding-left: 15px
}

.simple-widget .widget-line {
    margin: 10px 10px 0;
    background: #e6e9ef
}

.simple-widget .widget-line .widget-horigental-line {
    height: 3px;
    position: relative;
    display: block;
    border-radius: 10px
}

.simple-widget .widget-line .widget-horigental-line:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 3px;
    bottom: 0
}

.simple-widget .widget-line.bg-primary .widget-horigental-line:before {
    background: #2196f3
}

.simple-widget .widget-line.bg-info .widget-horigental-line:before {
    background: #1db9aa
}

.simple-widget .widget-line.bg-danger .widget-horigental-line:before {
    background: #e20b0b
}

.simple-widget .widget-line.bg-success .widget-horigental-line:before {
    background: #26af48
}

.simple-widget .widget-line.bg-warning .widget-horigental-line:before {
    background: #f39c12
}

.chat-wappers {
    height: 700px
}

.app {
    position: relative;
    overflow: hidden;
    top: 19px;
    height: calc(100% - 38px);
    margin: auto;
    padding: 0;
    border: 1px solid #e6edf1
}

.app-one {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.side {
    padding: 0;
    margin: 0;
    height: 100%
}

.side-one {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    top: 0
}

.side-two {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    top: -100%;
    left: -100%;
    -webkit-transition: left .3s ease;
    transition: left .3s ease
}

.heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    width: 100%;
    z-index: 1000
}

.heading-avatar {
    padding: 0;
    cursor: pointer
}

.heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.heading-name {
    padding: 0!important;
    cursor: pointer
}

.heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1
}

.heading-online {
    padding: 0 5px;
    font-size: 12px
}

.heading-compose {
    padding: 0
}

.heading-compose i {
    text-align: center;
    padding: 5px;
    cursor: pointer
}

.heading-dot {
    padding: 0;
    margin-left: 10px
}

.heading-dot i {
    text-align: right;
    padding: 5px;
    cursor: pointer
}

.searchBox {
    padding: 0!important;
    margin: 0!important;
    height: 60px;
    width: 100%
}

.searchBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px!important
}

.searchBox-inner input:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.sideBar {
    padding: 0!important;
    margin: 0!important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 120px)
}

.sideBar-body {
    position: relative;
    margin: 0!important;
    cursor: pointer;
    width: 100%
}

.sideBar-avatar {
    text-align: center;
    padding: 0!important
}

.avatar-icon img {
    border-radius: 50%;
    height: 49px;
    width: 49px
}

.sideBar-main {
    padding: 0!important
}

.sideBar-main .row {
    padding: 0!important;
    margin: 0!important
}

.sideBar-name {
    padding: 10px!important
}

.name-meta {
    font-size: 100%;
    padding: 1%!important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000
}

.sideBar-time {
    padding: 10px!important
}

.time-meta {
    text-align: right;
    font-size: 12px;
    padding: 1%!important;
    color: rgba(64, 65, 67, .6);
    vertical-align: baseline
}

.newMessage {
    padding: 0!important;
    margin: 0!important;
    height: 100%;
    position: relative;
    left: -100%
}

.newMessage-heading {
    padding: 10px 16px 10px 15px !important;
    margin: 0!important;
    width: 100%;
    z-index: 1001
}

.newMessage-main {
    padding: 10px 16px 0 15px !important;
    margin: 0!important;
    width: 100%;
    z-index: 1001;
    color: #fff
}

.newMessage-title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px!important
}

.newMessage-back {
    text-align: center;
    vertical-align: baseline;
    padding: 12px 5px!important;
    display: block;
    cursor: pointer
}

.newMessage-back i {
    margin: auto!important
}

.composeBox {
    padding: 0!important;
    margin: 0!important;
    height: 60px;
    width: 100%
}

.composeBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px!important;
    background-color: #fbfbfb
}

.composeBox-inner input:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.compose-sideBar {
    padding: 0!important;
    margin: 0!important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 138px)
}

.conversation {
    padding: 0!important;
    margin: 0!important;
    height: 100%
}

.message {
    padding: 0!important;
    margin: 0!important;
    background: #fff url(../img/chat-bg.png.html) fixed center;
    overflow-y: auto;
    height: calc(100% - 120px)
}

.chat-main-box .chat-right-aside .chat-list {
    max-height: none;
    height: 100%;
    padding-top: 40px
}

.chat-list li {
    list-style: none;
    margin-top: 30px
}

.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top
}

.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%
}

.chat-list li .chat-content {
    width: calc(100% - 140px);
    display: inline-block;
    padding-left: 15px
}

.chat-list li .chat-content .box {
    display: inline-block;
    margin-bottom: 10px
}

.chat-list li.reverse {
    text-align: right
}

.chat-list li.reverse .chat-time {
    text-align: left
}

.chat-list li.reverse .chat-content {
    padding-left: 0;
    padding-right: 15px
}

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

.reply {
    height: 60px;
    width: 100%;
    padding: 10px 5px!important;
    margin: 0!important;
    z-index: 1000
}

.reply-emojis {
    padding: 5px!important
}

.reply-emojis i {
    text-align: center;
    padding: 5px!important;
    cursor: pointer
}

.reply-recording {
    padding: 5px!important
}

.reply-recording i {
    text-align: center;
    padding: 5px!important;
    cursor: pointer
}

.reply-send {
    padding: 5px!important
}

.reply-send i {
    text-align: center;
    padding: 5px!important;
    cursor: pointer
}

.reply-main {
    padding: 2px 5px!important
}

.reply-main textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 9px!important;
    outline: none;
    text-indent: 5px;
    box-shadow: none;
    height: 100%
}

.reply-main textarea:focus {
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none
}

.sideBar-body .media-body h6 {
    margin-bottom: 0;
    line-height: .6
}

.media>* {
    margin: 0 8px
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center
}

.form-group.has-feedback .form-control {
    height: 43px
}

@media screen and (max-width: 700px) {
    .app {
        top: 0;
        height: 100%
    }
    .heading {
        height: 70px
    }
    .fa-2x {
        font-size: 2.3em!important
    }
    .heading-avatar {
        padding: 0!important
    }
    .heading-avatar-icon img {
        height: 50px;
        width: 50px
    }
    .heading-compose {
        padding: 5px!important
    }
    .heading-compose i {
        cursor: pointer
    }
    .heading-dot {
        padding: 5px!important;
        margin-left: 10px!important
    }
    .heading-dot i {
        color: #fff;
        cursor: pointer
    }
    .sideBar {
        height: calc(100% - 130px)
    }
    .sideBar-body {
        height: 80px
    }
    .sideBar-avatar {
        text-align: left;
        padding: 0 8px!important
    }
    .avatar-icon img {
        height: 55px;
        width: 55px
    }
    .sideBar-main {
        padding: 0!important
    }
    .sideBar-main .row {
        padding: 0!important;
        margin: 0!important
    }
    .sideBar-name {
        padding: 10px 5px!important
    }
    .name-meta {
        font-size: 16px;
        padding: 5%!important
    }
    .sideBar-time {
        padding: 10px!important
    }
    .time-meta {
        text-align: right;
        font-size: 14px;
        padding: 4%!important;
        color: rgba(0, 0, 0, .4);
        vertical-align: baseline
    }
    .conversation {
        padding: 0!important;
        margin: 0!important;
        height: 100%
    }
    .message {
        height: calc(100% - 140px)
    }
    .reply {
        height: 70px
    }
    .reply-emojis {
        padding: 5px 0!important
    }
    .reply-emojis i {
        padding: 5px 2px!important;
        font-size: 1.8em!important
    }
    .reply-main {
        padding: 2px 8px!important
    }
    .reply-main textarea {
        padding: 8px!important;
        font-size: 18px
    }
    .reply-recording {
        padding: 5px 0!important
    }
    .reply-recording i {
        padding: 5px 0!important;
        font-size: 1.8em!important
    }
    .reply-send {
        padding: 5px 0!important
    }
    .reply-send i {
        padding: 5px 2px 5px 0 !important;
        font-size: 1.8em!important
    }
}

.page-title {
    height: 220px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background: #f5f5f7;
    justify-content: center;
    padding-top: 80px
}

.page-title.image-title {
    height: 250px;
    text-align: center;
}

.page-title.image-title h1 {
    color: #fff
}

.page-title.image-title .page-title-wrap {
    position: relative;
    top: 25px
}

.page-title.image-title .page-title-wrap .current-page.active {
    color: #d11a9e
}

.page-title-wrap a {
    color: #fff
}

.pt-caption p a {
    margin: 0 5px;
    color: #d11a9e
}

.current-page {
    padding-left: 15px;
    position: relative
}

.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
    color: #d11a9e;
    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: .6
}

.page-title-banner>* {
    position: relative
}

.tr-list-detail {
    display: block;
    padding: 4em 0 1em
}

.tr-list-detail>*,
.tr-list-detail h4 {
    color: #fff;
    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: 0 0 0 6px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
    background: #fff;
    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 {
    background: #fff;
    color: #607077;
    font-size: 13px;
    font-weight: 500
}

.btn.btn-list i {
    color: #d11a9e
}

.listing-detail-item {
    display: inline-block;
    margin-left: 7px
}

.detail-swap {
    height: 380px
}

.contact-box {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    border: 1px solid #e0ecf5;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 2.4em 1em
}

.contact-box h4 {
    font-size: 19px;
    margin-bottom: 2px;
    font-weight: 500
}

.contact-box i {
    color: #d11a9e;
    font-size: 35px;
    display: table;
    margin: auto auto 15px
}

.contact-box img {
    margin-bottom: 10px
}

article.post-grid-layout {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e9ecf1
}

.post-article-header {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative
}

.post-article-header:before {
    background: linear-gradient(to bottom, transparent 10%, #20334e);
    background: -webkit-linear-gradient(to bottom, transparent 10%, #20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1
}

.post-article.box-inner {
    padding: 20px
}

.post-article.box-inner .entry-title {
    margin: 0 0 10px
}

.post-article.box-inner .entry-title a {
    color: #32343c;
    -webkit-transition: all .5s;
    transition: all .5s
}

span.post-article-cat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    color: #fff;
    font-weight: 500
}

.post-article.box-inner .entry-title a:hover,
.post-article.box-inner .entry-title a:focus {
    color: #d11a9e
}

.post-article-footer {
    background: transparent;
    border-bottom: 0;
    padding: .8rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ecf1
}

.post-author img {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    margin-right: 7px;
    border-radius: 50%
}

.post-author a {
    color: #d11a9e
}

.post-article-footer .post-author {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1
}

.post-article-footer span i {
    margin-right: 4px
}

.detail-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border: none
}

.modal-body,
figure.img-holder {
    position: relative
}

.full-blog figure.img-holder {
    padding: 0;
    border-radius: 4px;
    overflow: hidden
}

.full-blog figure.img-holder img {
    border-radius: 4px
}

.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #fff;
    background: #d11a9e;
    text-transform: capitalize
}

.blog-content {
    padding: 40px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #636d75
}

.full-blog .blog-content {
    padding: 15px 0 20px
}

.post-meta {
    font-size: 18px;
    font-family: initial;
    margin-bottom: 1em;
    font-size: 18px;
    font-family: initial
}

.blog-footer-social {
    padding: 10px 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px
}

ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block
}

ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0
}

.blog-footer-social ul.social li a {
    box-shadow: none;
    width: auto;
    height: auto
}

ul.list-inline.social li i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out .4s
}

.comments-title,
.comment-reply-title,
.small-sec-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-size: 26px;
    text-align: left
}

.comments-title:before,
.comment-reply-title:before,
.small-sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 2px;
    background-color: #d11a9e
}

blockquote,
q {
    quotes: "" ""
}

blockquote {
    position: relative;
    margin: 0;
    padding: 26px 30px 26px 75px !important;
    margin-bottom: 1.5em;
    border: 2px solid #eee;
    font-size: 18px;
    font-weight: 600;
    color: #223645
}

blockquote:before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-family: 'themify';
    content: "\e67f";
    font-size: 26px;
    font-style: normal;
    color: #d11a9e
}

.entry-content p:last-child {
    clear: both
}

.comments-list {
    margin: 0;
    padding: 0
}

.comments-list li {
    list-style: none
}

.comments-list .comment .comment__image {
    display: table-cell;
    width: 110px
}

.comments-list .comment .comment__text {
    display: table-cell;
    vertical-align: top
}

.comment-reply-link {
    padding-left: 10px
}

.comments-list .comment h5+span {
    opacity: .75;
    display: inline-block;
    margin-bottom: .8125em
}

.comments-list .comment hr {
    margin: 2.4375em 0;
    display: block;
    width: 100%
}

.side-list ul {
    margin: 0;
    padding: 0
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%
}

.side-blog-list .blog-list-info {
    display: table-cell;
    padding-left: 10px
}

.side-blog-list .blog-list-img {
    width: 70px;
    display: table-cell;
    float: left
}

.blog-post-meta a {
    font-weight: 500;
    color: #d11a9e
}

span.updated {
    font-size: 12px
}

.blog-list-info h5 {
    margin-bottom: 0
}

.side-list ul li a span {
    float: right;
    color: #d11a9e
}

footer section {
    padding: 60px 0
}

.skin-dark-footer {
    background: #022044
}

footer.light-footer,
footer.dark-footer {
    position: relative
}

footer.light-footer {
    border-top: 1px solid #eef1f5
}

.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
}

.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: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
    box-shadow: 0 0 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
}

.ft-copyright p {
    margin-bottom: 0
}

.footer-logo img {
    max-width: 185px
}

.footer-widget {
    padding: 10px 0
}

.footer-widget img {
    max-width: 200px;
    margin-bottom: 1rem;
}

h4.widget-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase
}

.footer-widget ul {
    padding: 0;
    margin: 0
}

.footer-widget ul li {
    list-style: none;
    margin-top: 5px;
    display: block
}

.footer-widget ul li a {
    color: #626a70
}

footer.skin-dark-footer h4 {
    color: #fff
}

footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
    color: rgba(255, 255, 255, 0.85);
    transition: all ease .4s
}

footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
    color: rgba(255, 255, 255, 1)
}

.widget_media_image {
    margin-top: 10px
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #e9edf3
}

.skin-dark-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

ul.footer-bottom-social {
    margin: 0;
    padding: 0
}

ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px
}

ul.footer-bottom-social li a {
    color: #546e7a
}

ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
    color: #d11a9e
}

ul.footer-bottom-social li i {
    margin-right: 5px
}

footer.skin-dark-footer ul.footer-bottom-social li a {
    color: #fff;
    opacity: .8
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
    color: #fff;
    opacity: 1
}

.error-page h2 {
    font-size: 200px
}

@media (min-width: 768px) {
    .home-form-1 .form-group {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }
    .filter_search_opt {
        display: none
    }
    .navbar-nav>.dropdown .dropdown-menu {
        min-width: 210px;
        margin-top: 0
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
    .main-banner.image-banner,
    .hero-header,
    .hero-banner {
        min-height: 580px
    }
    .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }
    .navbar-nav>.dropdown .dropdown-menu {
        min-width: 210px;
        margin-top: 0
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
    .hero-content h1 {
        font-size: 60px
    }
    .content h1 {
        font-size: 70px
    }
    .hero-content p {
        font-size: 22px
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 1.2
    }
    .sec-heading p {
        font-size: 16px
    }
    .page-title h1 {
        font-size: 40px;
        line-height: 1.4
    }
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .main-banner {
        min-height: 580px
    }
    .half-banner .main-banner {
        min-height: 580px
    }
    .main-banner h2 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 10px
    }
    .main-banner p {
        font-size: 17px
    }
    ul.amenities.third li {
        width: 33.333333%
    }
    .author-hero-header {
        height: 480px
    }
    .side-full-map.map-container {
        height: 100vh;
        width: 50%;
        position: fixed!important
    }
    section.sidesearch-list {
        padding-top: 40px
    }
}

@media (min-width: 1200px) {
    .pa-meta-type {
        width: 19%
    }
    .half-banner .main-banner {
        min-height: 500px;
        height: 80vh
    }
    .main-banner {
        min-height: 500px;
        height: 60vh;
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .dropdown-submenu>.dropdown-menu.show {
        display: block
    }
    .home-form-1 .form-group {
        margin-bottom: 1rem
    }
    ul.banner-cat-list li {
        margin: 3px
    }
    ul.banner-cat-list li a {
        width: 50px;
        height: 40px
    }
    ul.banner-cat-list li a span {
        display: none
    }
    ul.banner-cat-list li a i {
        font-size: 22px;
        line-height: 1.2
    }
    .modern-layout .grid-layout-body {
        margin-top: -24px
    }
    .modern-layout .gl-list-author a {
        width: 65px;
        height: 65px
    }
    .modern-layout .gl-list-author img {
        width: 65px
    }
    .modern-layout .gl-list-caption h4 {
        font-size: 16px
    }
    .modern-layout .gl-tagline {
        font-size: 12px
    }
    .tr-single-body {
        padding: 15px 10px 25px
    }
    .icon-box-round {
        width: 35px;
        height: 35px;
        line-height: 38px;
        margin-right: 5px;
        font-size: 15px
    }
    .pricing-list-item td {
        display: block
    }
    .pricing-list-item td .box-input.pr-title {
        width: 100%;
        max-width: 100%
    }
    .pricing-list-item td .box-input {
        margin-right: 0;
        margin-bottom: 10px
    }
    .pricing-list-item td .box-input.pr-price {
        max-width: 100%;
        width: 100%
    }
    .pricing-list-item td .box-close {
        position: absolute;
        top: 0;
        right: 0
    }
    tr.pricing-list-item.pattern.ui-sortable-handle {
        position: relative
    }
    .icon-box-icon-block {
        font-size: 12px;
        word-break: break-word
    }
    .icon-box-round {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 34px;
        margin-right: 5px;
        font-size: 13px
    }
    .listing-detail_right.text-right {
        text-align: left!important
    }
    a.btn.btn-list {
        padding: 12px 10px;
        font-size: 12px;
        margin-bottom: 5px
    }
    .utility-box-avatar {
        display: table;
        width: 90px;
        height: 90px;
        margin: 10px auto
    }
    .utility-box-wrap {
        display: inline-block;
        width: 100%
    }
    .utility-box-avatar-detail {
        display: table;
        margin: 0 auto;
        text-align: center
    }
    .listing-detail-item {
        display: inline-block;
        margin-left: 4px
    }
    .add-list-box {
        margin-bottom: 2em
    }
    .tr-list-thumb {
        max-width: 75px;
        height: 75px;
        margin-right: 10px
    }
    .tr-list-detail .veryfied-list {
        font-size: 18px
    }
    .tr-list-wrap {
        position: relative;
        bottom: 50px;
        display: block
    }
    .payment-opt-tab .nav-tabs .nav-link img {
        max-width: 50px
    }
    .pa-meta-type {
        margin-bottom: 5px
    }
    .comment-form-avater {
        width: 38px;
        height: 38px
    }
    .comment-form-box {
        width: 80%
    }
    .overlay-top {
        margin-top: -60px
    }
}

@media (max-width: 1199px) {
    .verticleilist.listing-shot .signle-vert-listing-item {
        height: 170px
    }
}

@media (max-width: 1023px) {
    .dashboard-sidebar {
        width: 100%
    }
    .tab-content.dashboard-wrap {
        padding: 10px;
        width: calc(100% - 0px)
    }
    .pricing .card-title {
        font-size: 40px
    }
    .pricing .btn {
        padding: 12px 15px;
        font-size: 14px
    }
    .pricing .card-body {
        padding: 0
    }
}

@media (max-width: 993px) {
    .m-top-light-shadow .header .navbar-toggler {
        color: #626a70
    }
    .change-logo .nav-brand.static-logo {
        display: none
    }
    .nav-menu.nav-menu-social>li.add-listing {
        top: 0
    }
    .nav-menu.nav-menu-social>li.add-listing.theme-bg a {
        color: #fff!important;
    }
    .nav-menu.nav-menu-social>li.add-listing a {
        top: 0;
        padding: 15px 20px;
        color: #212121!important;
    }
    .nav-menu.nav-menu-social>li {
        display: block;
        margin: 0 10px
    }
    .nav-menu>li .nav-dropdown {
        background: transparent;
        box-shadow: none
    }
    .nav-menu>li>.nav-dropdown:before {
        display: none
    }
    .navigation-portrait .nav-dropdown>li>ul>li>a {
        padding-left: 10px
    }
    .sm-sidebar {
        height: 100%;
        max-width: 350px;
        min-width: 350px;
        background-color: #fff;
        position: fixed!important;
        top: 0;
        z-index: 2000;
        overflow: auto;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        position: relative;
        animation: animateleft .4s;
        left: 0;
        display: none;
    }
    .search-sidebar_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .simple-sidebar {
        background: #fff;
        padding: 20px;
        border-radius: .4rem;
        border: 1px solid #e3e8ef
    }
    .m-top-light-shadow .header-nav-bar .navbar-nav .nav-link {
        padding: 35px 15px;
        color: #546e7a
    }
    .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:hover .nav-link,
    .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:focus .nav-link,
    .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item.active .nav-link {
        color: #546e7a
    }
    .topbar {
        background: #d11a9e;
        position: relative
    }
    .topbar.m-top-light {
        background: #fff
    }
    .topbar.m-top-light-shadow {
        background: #fff;
        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)
    }
    .ct-header p {
        font-size: 16px;
        line-height: 1.4
    }
    .simple-banner img {
        position: relative;
        top: -20px;
        right: 2%
    }
    .header.exchange-logo .sticky-logo {
        display: none
    }
    .header-nav-bar .navbar-nav .nav-link {
        padding: 15px
    }
    .header-nav-bar .navbar-nav .nav-link i {
        float: right
    }
    .header .navbar-toggler {
        margin-right: 12px
    }
    .nav-search {
        display: none
    }
    .header .navbar-brand img {
        max-width: 150px
    }
    .hidden-sm {
        display: none
    }
    a.list-cat {
        top: 20px;
        right: 20px;
        bottom: inherit;
        left: inherit
    }
    .verticleilist.listing-shot .signle-vert-listing-item {
        display: block;
        height: auto
    }
    .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: 2em;
        position: relative
    }
    .verticle-listing-caption .listing-shot-caption {
        position: relative;
        top: 0;
        transform: inherit;
        left: 0;
        padding-right: 0
    }
    .verticleilist.listing-shot .signle-vert-listing-item {
        height: auto
    }
    .error-page h2 {
        font-size: 150px
    }
}

@media (max-width: 600px) {
    .error-page h2 {
        font-size: 80px
    }
    .footer-widget {
        padding: 30px 0
    }
}

.home-form-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px
}

.home-form-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px
}

#singleMap iframe {
    width: 100%;
    height: 350px
}

.single-swiper.swiper-container {
    width: 100%;
    display: inline-block
}

.single-swiper.swiper-container .swiper-wrapper {
    align-items: center;
    transform: translate3d(0, 0, 0)
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .tile {
    height: 180px
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile {
    position: absolute;
    width: 100%;
    height: 160px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    transition: all .25s ease-out
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile.one {
    background: #dc163c;
    max-width: 27%;
    display: inline-block;
    height: 100%;
    float: right;
    width: 27%;
    right: 0
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile.two {
    background: #ed8666
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile.three {
    background: #6a6aa8
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile.four {
    background: #6c9da9
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide .tile .content {
    max-width: 100px;
    min-height: 50px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.wrapper .device .screen .swiper-container.zoom {
    top: 0;
    z-index: 1;
    height: 100%
}

.wrapper .device .screen .swiper-container.zoom .swiper-wrapper .swiper-slide {
    width: 100%
}

.wrapper .device .screen .swiper-container.zoom .swiper-wrapper .swiper-slide.swiper-slide-active .tile {
    height: 100%
}

.wrapper .device .screen .swiper-container.zoom .swiper-wrapper .swiper-slide .tile {
    height: 100%;
    border-radius: 13px;
    font-size: 20px;
    line-height: 24px
}

.wrapper .device .screen .swiper-container.zoom .swiper-wrapper .swiper-slide .tile .content {
    width: 200px
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide.slide-last {
    width: 100%
}

.single-swiper.swiper-container .swiper-wrapper .swiper-slide.slide-last img {
    max-width: 72%
}

.single-swiper .swiper-button-next,
.single-swiper .swiper-button-prev {
    background: #fff;
    color: #212121;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1)
}

.single-swiper .swiper-button-next:after,
.single-swiper .swiper-button-prev:after {
    display: none
}

.rating-average .all-average {
    display: inline-block;
    line-height: normal
}

.rating-average .all-rate-card {
    display: inline-block
}

.swiper-youtube {
    min-height: 100%
}

.swiper-youtube iframe {
    width: 100%;
    height: 100%;
    min-height: 500px
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none!important
    }
    .comment-module-rating {
        display: inline-block;
        width: 100%;
        margin-top: 20px
    }
    .comment-module-avatar-detail {
        display: inline-block
    }
    .comment-module-avatar {
        display: inline-block
    }
    .swiper-youtube iframe {
        min-height: 250px
    }
}

.theme-favorite {
    background-color: #FF9800!important;
    border-color: #FF9800!important
}

.filter-form .form-group {
    max-height: 300px;
    overflow: auto;
}

.listin-text {
    display: inline-block;
}

.header-top .add-listing.theme-bg {
    background: #000!important;
    border-color: #000!important;
}

.gallery-play {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    background: #fff;
    color: #d11a9e;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
}

@media screen and (max-width: 600px) {
    .sticky-whatsapp {
        z-index: 9999;
        background-color: #25D366;
        width: fit-content;
        font-size: 28px;
        padding: 0 13px;
        border-radius: 50px;
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
    .sticky-whatsapp a {
        text-decoration: none;
        color: #fff;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-menu>li>a {
        padding: 20px 3px;
    }
    .main-banner {
        padding-top: 120px;
    }
    ul.banner-cat-list li a {
        padding: 0 5px;
    }
}