@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nprogress.css";

/* ****************** */
html {
    overflow-x: hidden !important;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: b-rg;
    color: #1c3445;
    font-size: 14px;
}
.nice-select.swal2-select {
    display: none !important;
}
.owl-carousel {
    direction: ltr;
}
div#preview img {
    margin: 0 10px;
}
.car-advertising .user-box .top .img-box img {
    height: 100%;
    object-fit: cover;
}
.tooltip {
    z-index: 1100 !important;
}
.card .img-box img.img-responsive {max-height: 140px;}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #1a66d8;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}
.popup-add-ad .popup-cont button {
    overflow: hidden;
    z-index: 9;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    margin: 10px 0;
}
select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: #1d3445;
    color: #fff;
}

::selection {
    background-color: #1d3445;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}


.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border: none;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #e52d27;
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.toTop:hover {
    background-color: #7f7f7f;
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #2b42a3;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loading img {
    width: 150px;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 86%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    border-radius: 5px;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #e12099;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    /* transform: rotate(-180deg); */
    /* transition: all .3s; */
}

.btn {
    display: inline-block;
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    position: relative;
    border-radius: 50px;
    overflow: visible;
    background-color: #e52d27;
    color: #fff;
    transition: all .3s !important;
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
}

.btn:hover {
    color: #ffffff !important;
    background-color: #7f7f7f !important;
    transition: all .3s !important;
}

.fancybox-button svg path {
    fill: #fff;
}


.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    z-index: 5;
    transition: all .3s;
    width: auto;
    height: auto;
    line-height: normal;
    transform: translateY(-50%);
    border-radius: 5px;
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    color: #d9b143;
    transition: all .3s;
}

.owl-controls .owl-buttons div .slider-right {
    right: 2%;
}

.owl-controls .owl-buttons div .slider-left {
    left: 2%;
}

.h-slider .owl-controls .owl-buttons div .slider-right,
.h-slider .owl-controls .owl-buttons div .slider-left {
    opacity: 0;
}

.h-slider .owl-controls .owl-buttons div .slider-right {
    right: 0;
}

.h-slider .owl-controls .owl-buttons div .slider-left {
    left: 0;
}

.hero-s:hover .h-slider .owl-controls .owl-buttons div .slider-right {
    right: 2%;
    opacity: 1;
    transition: all .3s;
}

.hero-s:hover .h-slider .owl-controls .owl-buttons div .slider-left {
    left: 2%;
    opacity: 1;
    transition: all .3s;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
    text-align: center;
}


.zawq .nice-select {
    display: none;
}

.zawq #city {
    display: inline-block !important;
    margin-right: 20px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
}

header .select-1 button {
    height: 30px;
    padding: 0;
    width: 30px;
    text-align: center;
    border: none;
    background: #5b7ef4;
    border-radius: 5px;
    color: #fff;
}
.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    opacity: 1;
    border-radius: 100%;
    transition: all .3s;
    position: relative;
}

.owl-controls .owl-pagination .owl-page span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.owl-controls .owl-pagination .owl-page.active span {
    transition: all .3s;
    border: 2px solid #fff;
}

.i-pagination {
    margin-top: 50px;
    text-align: center;
}

.sidebar {
    background-size: cover;
    /* background-image: url(../images/hero.png); */
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 36%;
    background-color: #fff;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.08);
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}



.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.86); */
    z-index: 0;
    width: 100%;
    height: 100%;
}

.mob-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateY(101%);
    transition: all .3s;
}

.mob-menu.active {
    transform: translateY(0);
    transition: all .3s;
}

.mob-menu .cl-menu {
    outline: none;
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 100%;
    border: 0;
    font-size: 18px;
    padding: 0;
    background-color: black;
    color: #fff;
    font-size: 0;
    transition: all .3s;
    width: 40px;
    height: 40px;
}

.mob-menu ul li {
    display: block;
}

.mob-menu ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgb(41, 41, 41);
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.mob-menu .social {
    padding: 18px;
    text-align: center;
}

.mob-menu .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background-color: #e52d27;
    border-radius: 100%;
    margin: 0 5px;
    color: #fff;
}

.mob-menu ul {
    margin-top: 90px;
    padding: 0 30px;
}

.mob-menu {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.menu-item-has-children .sub-menu {
    border: 0;
    border-radius: 5px;
    min-width: 200px;
    overflow: visible;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    right: 101%;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border: 0;
    border-top: 3px solid #8bc148;
}

.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a {
    padding: 10px;
    position: relative;
}

.menu-item-has-children .sub-menu li a:hover {
    color: #8bc148 !important;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a:after {
    position: absolute;
    left: 10px;
    top: 11px;
    transform: rotate(90deg);
}

.main-head .main-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover a:after {
    transform: rotate(180deg);
    transition: all .3s;
}

.mob-menu .menu-item-has-children .sub-menu {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
}

.mob-menu .menu-item-has-children:hover .sub-menu {
    position: relative;
}

.h-top {
    padding: 15px 0;
    border-bottom: 1px solid #f8f8f8;
}

.h-top .h-date {
    display: inline-block;
}

.h-top .h-date p {
    font-size: 12px;
    color: #808080;
}

.h-top .h-mail {
    float: left;
}

.h-top .h-mail a {
    display: inline-block;
    color: #223a76;
    direction: ltr;
    text-transform: none;
}

.h-top .h-mail a i {
    vertical-align: baseline;
    margin-right: 3px;
}

.h-top .h-date p i {
    vertical-align: baseline;
    margin-left: 3px;
}

.h-bottom {
    padding: 20px 0;
}

.h-bottom .logo {
    float: right;
}

.h-bottom .bot-extra {
    float: left;
    padding-top: 20px;
}

.h-bottom .bot-extra > ul {
    display: inline-block;
    margin: 0 20px;
}

.h-bottom .bot-extra .lang {
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.h-bottom .bot-extra .open-menu {
    height: 45px;
    padding: 0 14px;
    border: 0;
    font-size: 20px;
    background-color: transparent;
    margin-right: 15px;
    outline: none;
    display: none;
}

.h-bottom .bot-extra .dropdown-toggle {
    height: 45px;
    line-height: 45px;
    color: #6d6d6d;
    font-size: 18px;
}

.main-nav {
    background-color: #223a76;
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid #f49424;
}

.main-nav li {
    display: inline-block;
    margin: 0 7.5px;
}

.main-nav li a {
    display: inline-block;
    background-color: #273f7a;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 0 50px;
    transition: all .3s;
}

.main-nav li.current-menu-item a,
.main-nav li a:hover {
    background-color: #f49424;
    transition: all .3s;
}

.h-bottom .logo img {
    float: right;
    width: 110px;
    margin-left: 15px;
}

.h-bottom .logo .txt_alt {
    overflow: hidden;
    padding-top: 20px;
    text-align: justify;
}

.h-bottom .logo .txt_alt h1 {
    color: #223a76;
    font-family: b-bd;
    font-size: 28px;
    margin-bottom: 5px;
}

.h-bottom .logo .txt_alt span {
    color: #223a76;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 2px;
}

.hero-s {
    padding: 0;
    position: relative;
    border-bottom: 5px solid #f49424;
}

.hero-s .item {
    background-position: center;
    background-size: cover;
    height: 75vh !important;
    /* overflow: hidden; */
    /* border-radius: 10px; */
    transition: all .3s;
    /* opacity: .05; */
    /* transform: scale(.92); */
    direction: rtl;
    position: relative;
}

/*
.hero-s .center .item {
    opacity: 1;
    transition: all .3s;
    transform: scale(1);
}
*/

.hero-s .item .cap {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #000, #fff0);
    height: 50%;
    opacity: 0;
    transition: all 1s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hero-s .item .cap .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.hero-s .item .cap .inner .in-auth {
    display: inline-block;
}

.hero-s .item .cap .inner .in-auth .title {
    /* font-family: b-bd; */
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    transition: all .3s;
    line-height: 1.7;
}

.hero-s .item .cap .inner .in-auth ul li {
    display: inline-block;
    color: #d7d7d7;
    font-size: 12px;
    margin-left: 30px;
}

.hero-s .item .cap .inner .in-auth ul li i {
    transform: scaleX(-1);
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 15px;
}

.hero-s .item .cap .inner .in-price {
    left: -38px;
    position: relative;
    float: left;
    background-color: #f49424;
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    position: relative;
}

.hero-s .item .cap .inner .in-price:before {
    content: '';
    border-right: 8px solid #794810;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-left: 0;
    border-bottom: 8px solid transparent;
    border-top: 0px solid transparent;
}

.hero-s .item .cap .inner .in-auth ul li:last-child {
    margin: 0;
}

.hero-s .item .cap .inner .in-auth .title:hover {
    color: #f49324;
    transition: all .3s;
}

.hero-s .center .item .cap {
    opacity: 1;
    transition: all 1s;
}

.h-bottom .bot-extra > ul li {
    position: relative;
}

.h-bottom .bot-extra > ul .dropdown-menu {
    padding: 10px;
    min-width: 250px;
    right: auto;
    left: 0;
    border: 0;
}

.h-bottom .bot-extra > ul .dropdown-menu li .form-control {
    border-color: #fff7ed;
}

.f-head {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.f-head h3 {
    display: inline-block;
    color: #364eb4;
    font-family: b-bd;
    font-size: 24px;
    /* background-color: #0f0f0f; */
    position: relative;
    z-index: 1;
    /* padding-left: 30px; */
    /* padding-bottom: 15px; */
}

.f-head .filters {
    float: left;
}

.f-head .filters a {
    display: inline-block;
    color: #dcdcdc;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all .3s;
    margin-right: 5px;
}

.f-head .filters a.active {
    color: #e52d27;
    transition: all .3s;
}

.flats-s .item {
    margin: 15px;
    direction: rtl;
}

.flats-s .item .inner {
    /* box-shadow: 0px 2px 5px 0px rgba(197, 197, 197, 0.15); */
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(183, 183, 183, 0.2);
    overflow: hidden;
    position: relative;
    transition: all .3s;
    text-align: center;
}

.flats-s .item .inner.list-layout {
    display: none;
}

.flats-s .item .inner.grid-layout {}

.flats-s .item .inner.grid-layout .i-img {
    height: 197px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    transition: all .3s;
}

.flats-s .item .inner.grid-layout .i-img a {
    display: block;
    height: 100%;
}

.flats-s .item .inner.grid-layout .i-img .tag {
    background-color: #e52d27;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 9px 30px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.flats-s .item .inner.grid-layout .i-data {
    padding: 21px;
}

.flats-s .item .inner.grid-layout .i-data .extra {
    margin-bottom: 13px;
}

.flats-s .item .inner.grid-layout .i-data .extra span {
    color: #b4b4b4;
    font-size: 11px;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate {
    display: inline-block;
    float: left;
    direction: ltr;
    padding-top: 3px;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate i {
    color: #f49424;
    font-size: 11px;
    margin: 0 -1px;
}

.flats-s .item .inner.grid-layout .i-data .author {
    margin-bottom: 13px;
    text-align: center;
}

.flats-s .item .inner.grid-layout .i-data .author a {
    display: inline-block;
    max-width: 100%;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    vertical-align: middle;
    color: #666666;
    font-size: 16px;
    /* font-family: b-bd; */
    max-height: 48px;
    line-height: 1.6;
}

.flats-s .item .inner.grid-layout .i-data .price {
    text-align: center;
    margin-bottom: 25px;
}

.flats-s .item .inner.grid-layout .i-data .price p {
    color: #e52d27;
    font-size: 14px;
    font-family: b-bd;
}

.flats-s .item .inner.grid-layout .i-data .feats {
    /* border-top: 1px solid rgba(196, 255, 139, 0.08); */
    /* padding-top: 21px; */
}

.flats-s .item .inner.grid-layout .i-data .feats ul li {
    display: table-cell;
    margin-left: 30px;
    color: #8f8f8f;
    font-size: 11px;
    width: 1%;
    text-align: center;
}

.flats-s .item .inner.grid-layout .i-data .feats ul li i {
    /* transform: scaleX(-1); */
    /* margin-left: 2px; */
    /* vertical-align: baseline; */
    color: #bfbfbf;
    font-size: 17px;
}

.flats-s {
    padding: 90px 0 250px;
    position: relative;
    overflow: hidden;
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 100%;
    margin: 0 3px;
    transition: all .3s;
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.owl-dots button.owl-dot.active {
    background-color: #ff9b53;
    transition: all .3s;
    box-shadow: 0 0 0 2px #ff9b53;
    /* transform: scale(.9); */
}

.load-more {
    margin-top: 50px;
    text-align: center;
}

.order {
    padding: 75px 0;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}

.order .btn {
    margin: 0 10px;
    height: 70px;
    line-height: 70px;
    padding: 0 150px;
    font-family: b-rg;
    font-size: 18px;
    background-color: #f49324;
}

.order .btn.btn-w {
    background-color: #fff;
    color: #233a76;
}

.order:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 47, 97, 0.80);
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-top .footer-item {
    padding: 0 50px;
}

.footer-top .footer-item h4 {
    color: #1e1e1e;
    font-size: 22px;
    margin-bottom: 40px;
}

.footer-top .footer-item p {
    color: #7e7e7e;
    line-height: 2;
    overflow: hidden;
    max-height: 109px;
}

.footer-top .footer-item ul li {
    float: right;
    margin-bottom: 15px;
    width: 50%;
}

.footer-top .footer-item ul li:nth-of-type(even) {
    float: left;
}

.footer-top .footer-item:first-of-type {
    padding-right: 0;
}

.footer-bottom {
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.footer-bottom p {
    display: inline-block;
    font-size: 11px;
    color: #d4d3d3;
}

.footer-bottom b {
    float: left;
    font-weight: normal;
    font-size: 11px;
    color: #d4d3d3;
}

.footer-bottom b a,
.footer-bottom p span {
    display: inline-block;
    font-size: inherit;
    color: #233a76;
}

.footer-bottom b a:hover {
    color: #f49324;
}

.footer-top .footer-item ul li a {
    display: inline-block;
    color: #7e7e7e;
}

.footer-top .footer-item ul li a:hover {
    color: #f49324;
    transition: all .3s;
}

.footer-top .footer-item .form-group {
    position: relative;
}

.footer-top .footer-item .form-group .form-control {
    border: 1px solid #fff7ed;
    height: 50px;
    padding-left: 60px;
}

.footer-top .footer-item .form-group .form-control::placeholder {
    color: #cccccc;
}

.footer-top .footer-item .form-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: 0 17px;
    line-height: 48px;
    background-color: transparent;
    color: #f49424;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer-top .footer-item .social {
    margin-top: 50px;
    text-align: left;
    direction: ltr;
}

.footer-top .footer-item .social a {
    display: inline-block;
    color: #a4a4a4;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s;
}

.footer-top .footer-item .social a:hover {
    color: #f49324;
    transition: all .3s;
}

.flats-s.latest .item .inner.grid-layout {
    display: none;
}

.flats-s.latest .item .inner.list-layout {
    display: block;
    padding: 20px;
}

body {
    /* background-color: #fdfffa; */
}

.hero-s .owl-item {}

.flats-s .item .inner.list-layout .in-img {
    height: 185px;
    width: 196px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    float: right;
    margin-left: 40px;
    border: 1px solid #4c4c4c;
    background-color: #141414;
    transition: all 0.3s;
}

.flats-s .item .inner.list-layout .in-img a {
    display: block;
    height: 100%;
}

.flats-s .item .inner.list-layout .in-data {
    /* overflow: hidden; */
    float: left;
    max-width: calc(100% - 237px);
}

.flats-s .item .inner.list-layout .in-data .feats {
    margin-left: 20px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 20px;
}

.flats-s .item .inner.list-layout .in-data .feats li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    font-family: b-bd;
}

.flats-s .item .inner.list-layout .in-data .feats li i {
    color: inherit;
    font-size: 18px;
    vertical-align: baseline;
    margin-left: 5px;
}

.flats-s .item .inner.list-layout .in-data .feats li span {
    display: block;
    color: #dadada;
    font-size: 11.9px;
}

.flats-s .item .inner.list-layout .in-data .feats li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.flats-s .item .inner.list-layout .in-data .data {
    display: inline-block;
    max-width: calc(100% - 300px);
}

.flats-s .item .inner.list-layout .in-data .extra {
    float: left;
    padding-right: 20px;
    position: relative;
    text-align: center;
}

.flats-s .item .inner.list-layout .in-data .extra .date {
    color: #c5c5c5;
    font-size: 13px;
    margin-bottom: 23px;
}

.flats-s .item .inner.list-layout .in-data .extra .price {
    color: #e52d27;
    font-size: 18px;
    max-width: 50%;
    margin: 0 auto 30px;
    font-family: b-bd;
}

.flats-s .item .inner.list-layout .in-data .extra .btn {
    border-radius: 7px;
    background-color: #de2721;
    box-shadow: 0px 7px 20px 0px rgba(244, 148, 36, 0.1);
}

.flats-s .item .inner.list-layout .in-data .extra:before {
    opacity: .4;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #626262;
    height: 100%;
}

.flats-s .item .inner.list-layout .in-data .extra .btn:hover {
    background-color: #7f7f7f !important;
    color: #fff;
}

.flats-s .item .inner.list-layout .in-data .data .tag {
    display: inline-block;
    background-color: #171717;
    font-size: 11px;
    color: #e52d27;
    border-radius: 50px;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.flats-s .item .inner.list-layout .in-data .data h4 {
    margin-bottom: 15px;
}

.flats-s .item .inner.list-layout .in-data .data a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    font-family: b-bd;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .3s;
}

.flats-s .item .inner.list-layout .in-data .data p {
    color: #8c8c8c;
    line-height: 2;
    overflow: hidden;
    max-height: 80px;
}

.flats-s .item .inner.list-layout .in-data .data a:hover {
    color: #de2721;
    transition: all .3s;
}

.fl-bottom.fl-list-view .item .inner.list-layout {
    display: block;
    padding: 20px;
}

.fl-bottom.fl-list-view .item .inner.grid-layout {
    display: none;
}

.latest.latest-grid-view .item .inner.list-layout {
    display: none;
}

.latest.latest-grid-view .item .inner.grid-layout {
    display: block;
}

.latest .item {
    margin: 0 0 30px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 36px;
    line-height: 23px;
    color: #808080;
    font-size: 30px;
    /*    background-color: #2e2e2e;*/
    border-radius: 100%;
    transition: all .3s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -5%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    /*    background-color: #e52d27;*/
    transition: all .3s;
    color: #fff;
}

.latest.latest-grid-view .item {
    padding: 15px;
    margin: 0;
}


.jumbo {
    padding: 50px 0;
    position: relative;
    z-index: 7;
    background-position: center;
    background-size: cover;
}

.jumbo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), #fff0);
    z-index: 0;
}

.jumbo h3 {
    display: inline-block;
    font-family: b-bd;
    color: #fff;
}

.jumbo ul {
    float: left;
}

.jumbo ul li {
    color: #fff;
    display: inline-block;
}

.jumbo ul li a {
    color: inherit;
    transition: all .3s;
}

.jumbo ul li:after {
    content: '/';
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.jumbo ul li:last-child:after {
    display: none;
}

.jumbo ul li a:hover {
    color: #f49324;
    transition: all .3s;
}

.about-single {
    padding: 70px 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.ab-head {
    margin-bottom: 50px;
}

.ab-head h3 {
    font-family: b-bd;
    margin-bottom: 10px;
    font-size: 30px;
}

.ab-head span {
    color: #b9b9b9;
}

.about-single .block {
    margin-bottom: 50px;
}

.about-single .block h4 {
    color: #f49324;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 20px;
}

.about-single .block p {
    font-size: 16px;
    line-height: 2;
}

.terms-sidebar {}

.terms-sidebar .s-inner {
    background-color: #fdfffa;
    padding: 20px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.terms-sidebar .s-inner a {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px;
    color: #333;
}

.terms-sidebar .s-inner a:first-of-type {
    padding-top: 0;
}

.terms-sidebar .s-inner a:last-of-type {
    padding-bottom: 0;
    border: 0;
}

.terms-sidebar .s-inner a.active {
    color: #f49324;
    transition: all .3s;
}

.terms-sidebar .s-inner a:before {
    font-family: fontawesome;
    display: inline-block;
    content: "\f104";
    margin-left: 0;
    opacity: 0;
    transition: all .3s;
}

.terms-sidebar .s-inner a.active:before {
    opacity: 1;
    margin-left: 5px;
    transition: all .3s;
}

.terms-sidebar.sticky {
    position: fixed;
    width: 325px;
    top: 30px;
    z-index: 1;
}

.terms-content.sticky {
    padding-right: 340px;
    max-width: 100%;
    width: 100%;
}

.faqs .panel-title > a:before {
    float: left;
    font-family: FontAwesome;
    content: "\f068";
    font-size: 12px;
    transition: all .3s;
}

.faqs .panel-title > a.collapsed:before {
    float: left;
    content: "\f067";
}

.faqs .panel {
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;
    background-color: transparent;
}

.faqs .panel:last-of-type {
    margin-bottom: 0;
}

.faqs .panel .panel-heading {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.faqs .panel-title a {
    font-size: 15px;
    font-family: b-bd;
    color: #1a1a1a;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    display: block;
    box-shadow: 0 5px 5px rgba(26, 26, 26, 0.03);
    line-height: 1.7;
}

.faqs .panel-title a i {
    margin-left: 10px;
}

.faqs .panel-body {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(26, 26, 26, 0.07);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e5e5e5;
    border-top: 0 !important;
    margin: 0 auto;
    max-width: 90%;
}

.faqs .panel-body p {
    line-height: 1.9;
    color: #1a1a1a;
}

.faqs .panel-title a:not(.collapsed) {
    background-color: #223a76;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 95, 90, 0.10);
    border: 1px solid #223a76;
}


.faqs {
    margin: 0 auto;
    max-width: 70%;
}

.con-form {}

.con-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.con-form .form-group h5 {
    position: absolute;
    background-color: #fff;
    right: 20px;
    top: -9px;
    padding: 3px 10px;
    font-size: 13px;
    color: #2f2f2f;
}

.con-form .form-group .form-control {
    height: 60px;
}

.con-form .form-group .form-control::placeholder {
    color: #cecece;
}

.con-form .form-group textarea.form-control {
    padding-top: 17px !important;
}

.con-form .form-group .form-control:focus {
    border-color: #f49324;
    box-shadow: none;
}

.con-form .form-group .form-control:focus + h5 {
    color: #f49324;
    transition: all .3s;
}

.con-data {}

.con-data .d-inner {
    text-align: center;
    background-color: #fdfffa;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.con-data .d-inner h3 {
    font-family: b-bd;
    font-size: 20px;
    margin: 30px 0;
}

.con-data .d-inner ul li {}

.con-data .d-inner ul {
    text-align: initial;
    margin-bottom: 30px;
}

.con-data .d-inner ul li a {
    display: block;
    padding: 5px 20px;
    color: #585858;
    transition: all .3s;
}

.con-data .d-inner .all {
    display: block;
    background-color: #233a76;
    color: #fff;
    padding: 14px;
    transition: all .3s;
}

.con-data .d-inner ul li a:hover {
    padding-right: 25px;
    transition: all .3s;
    color: #f49324;
}

.con-data .d-inner .all:hover {
    background-color: #f49324;
}

.wrapper {
    /* background-color: #0f0f0f; */
}

#nprogress {
    height: 5px;
    background-color: #ebebeb;
    width: 100%;
}

main-head {
    padding: 38px 0;
}

.main-head {
    /* padding: 38px 0 140px; */
    /* text-align: center; */
    /* background: -webkit-linear-gradient(top,#000 33%,#fff0); */
    /* position: absolute; */
    z-index: 9;
}

.main-head .logo {
    float: right;
}

.main-head .main-navo {
    display: inline-block;
    padding-top: 20px;
    top: 10px;
    position: relative;
}

.main-head .h-extra {
    float: left;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

.main-head .main-navo li {
    display: inline-block;
    margin-left: 30px;
    /* padding-bottom: 45px; */
}

.main-head .main-navo li a {
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    position: relative;
    padding-bottom: 48px;
    margin-top: 10px;
}

.main-head .main-navo li.current-menu-item a,
.main-head .main-navo li:hover a {
    color: #ff9b53;
    transition: all .3s;
}

.main-head .main-navo li a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff9b53;
    bottom: 0;
    transition: all .3s;
}

.main-head .main-navo li.current-menu-item a:after,
.main-head .main-navo li:hover a:after {
    right: 0;
    left: auto;
    width: 100%;
    transition: all .3s;
}

.main-head .h-extra .btn {
    padding: 0 30px;
    margin-right: 31px;
    background: #5b7ef4;
    position: relative;
}

.main-head .h-extra .lang {
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}

.main-head .h-extra .lang:hover,
.open-menu:hover {
    color: #ff9b53;
    transition: all .3s;
}

.open-menu {
    height: 50px;
    border: 0;
    padding: 0;
    width: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 7px;
    outline: none;
    background-color: transparent;
    line-height: 50px;
    display: none;
    float: left;
    position: relative;
    top: -6px;
}

.main-head:before {
    content: '';
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: -webkit-linear-gradient(top, #000 33%, #fff0); */
}

.hero-s .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #111;
    width: 100%;
    opacity: 0.6;
}

.mob-menu .cl-menu:after,
.mob-menu .cl-menu:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
    transition: all .3s;
}

.mob-menu .cl-menu:after {}

.mob-menu .cl-menu:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mob-menu .cl-menu:hover {
    transform: rotate(90deg);
    transition: all .3s;
}

.mob-menu .cl-menu:hover:after,
.mob-menu .cl-menu:hover:before {
    background-color: #e52d27;
    transition: all .3s;
}

.hero-s .hero-cap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    /* width: 100%; */
    padding: 0;
    z-index: 10;
    height: 100%;
    display: table;
    /* background-color: rgba(54, 75, 175, 0.45); */
    width: 25%;
}

.hero-cap h3 {
    text-align: center;
    font-family: b-bd;
    color: #fff;
    margin-bottom: 40px;
    font-size: 28px;
}

.hero-cap .form-group {
    border-radius: 10px;
    position: relative;
    /* display: flex; */
    /* background-color: #141414; */
    float: left;
    width: 100%;
}

.hero-cap .form-group .form-control {
    height: 50px;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    padding: 0 45px;
    border-radius: 50px;
    padding-left: 15px;
    /* border-top-right-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    display: inline-block;
    /* max-width: 300px; */
    /* border-left: 1px solid rgba(50, 50, 50, 0.30); */
    line-height: 50px;
    color: #000;
    /* float: right; */
    margin-bottom: 30px;
}

.hero-cap .form-group .btn {
    padding: 0 60px;
    margin: 10px 14px;
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    outline: none;
}

.hero-cap .form-group .nice-select {
    /* border-radius: 0; */
    background-color: #ffffff;
    padding: 0 25px;
    /* min-width: 220px; */
    width: 100%;
    position: relative;
}

.hero-cap .form-group .form-control::placeholder {
    color: #b2b2b2;
    font-size: inherit;
}

.hero-cap .form-group .fa-search {
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #b2b2b2;
}

.hero-cap .form-group .nice-select span {
    color: #b2b2b2;
    display: block;
    text-align: right;
    font-size: 15px;
}

.hero-cap .form-group .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    left: 15px;
    right: auto;
}

.hero-cap .form-group .nice-select .list {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 5px;
}

.hero-cap .form-group .nice-select .list li {
    text-align: right;
    color: #6b6b6b;
    transition: all .3s;
    font-size: 15px;
    padding: 4px 20px;
}

.hero-cap .form-group .nice-select .list li:hover,
.hero-cap .form-group .nice-select .list li:focus {
    background-color: #ff8e3a;
    color: #fff;
    transition: all .3s;
}

.hero-cap .form-group .nice-select .list li.selected {
    background-color: #dadada;
    color: #848484;
}

.hero-cap .form-group .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 15px rgba(229, 45, 39, 0.3);
    /*     color: #fff; */
}

.hero-cap .form-group .form-control:focus span {
    color: #000;
}

.hero-s:after {
    content: '';
    position: relative;
    left: 0;
    width: 100%;
    height: 21px;
    bottom: 0;
    display: block;
    background-color: rgba(60, 60, 60, 0.02);
}

.f-head:before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 1px;
    background-color: rgba(245, 245, 245, 0.10);
    width: 92%;
}

.f-head .maz-count {
    float: left;
    background-color: #1a1a1a;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 12px;
    color: #e5e5e5;
    position: relative;
    z-index: 1;
    top: 2px;
}

.flats-s .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 32px;
}

.flats-s .owl-dots button.owl-dot {
    background-color: rgba(49, 49, 49, 0.15);
    box-shadow: none;
}

.flats-s .owl-dots button.owl-dot.active {
    box-shadow: none;
    background-color: #ffaf4c;
}

.f-head h3:after {
    content: '';
    position: absolute;
    right: 50%;
    width: 106px;
    height: 7px;
    /* background-image: url(../images/h-after.png); */
    bottom: -14px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: rgba(173, 180, 219, 0.10);
    transform: translateX(50%);
}

.flats-s.latest .item .inner {
    border: 1px solid #4c4c4c;
    box-shadow: 0px 2px 3px 0px rgba(197, 197, 197, 0.15);
    border-radius: 10px;
    background-color: #121212;
    transition: all .3s;
}

.flats-s .item .inner:hover {
    box-shadow: 0px 2px 10px 0px rgba(229, 45, 39, 0.15);
    /* background-color: #212121; */
    border-color: #ffe1bc;
    transition: all .3s;
    transform: translateY(-5px);
    box-shadow: 0px 6px 35px 0px rgba(255, 145, 66, 0.07);
}

.load-more .btn {
    background-color: #e52d27;
    padding: 0 50px;
    border-radius: 5px;
    font-size: 17px;
}

.main-footer {
    background-color: #1a1a1a;
    /*    border-top: 1px solid rgba(44, 44, 44, 0.5);*/
    /*    margin-top: 150px;*/
    position: relative;
    z-index: 1;
}

.main-footer .f-top {
    background-color: #141414;
    padding: 70px 50px 50px;
    position: relative;
    z-index: 1;
    margin-top: -135px;
}

.main-footer .f-top .newsletter {
    border-bottom: 1px solid rgba(76, 76, 76, 0.20);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.main-footer .f-top .newsletter .let-head {
    border-right: 3px solid #e3051f;
    padding: 0 20px;
}

.main-footer .f-top .newsletter .let-head h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.main-footer .f-top .newsletter .let-head p {
    color: #b2b2b2;
    font-size: 16px;
}

.main-footer .f-top .newsletter .let-form {}

.main-footer .f-top .newsletter .let-form .form-group {
    position: relative;
}

.main-footer .f-top .newsletter .let-form .form-group .fa-envelope {
    position: absolute;
    top: 11px;
    font-size: 18px;
    color: #4c4c4c;
    right: 20px;
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #4d4d4d;
    background-color: transparent;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.main-footer .f-top .newsletter .let-form .form-group .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: -4px;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control::placeholder {
    color: #4c4c4c;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control:focus {
    box-shadow: none;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control:focus + i {
    color: #fff;
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #e52d27;
    width: 0;
    content: '';
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group.focused:after {
    width: 100%;
    transition: all .3s;
}

.main-content:before,
.main-content:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: -webkit-linear-gradient(left, #1a0200, #e3051f);
    bottom: -4.2%;
    right: 8.2%;
    z-index: 0;
    display: none;
}

.main-content:after {
    left: 8.2%;
    right: auto;
    background: -webkit-linear-gradient(right, #1a0200, #e3051f);
}

.main-footer .f-botom {}

.main-footer .f-top .f-top-inner {}

.main-footer .f-top .f-top-inner .ft-item {}

.main-footer .f-top .f-top-inner .ft-item h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
}

.main-footer .f-top .f-top-inner .ft-item h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #1a0200, #e3051f);
    height: 2px;
    width: 40px;
}

.main-footer .f-top .f-top-inner .ft-item:last-of-type {
    float: left;
}

.main-footer .f-top .f-top-inner .ft-item img {
    filter: grayscale(1);
    margin-bottom: 20px;
}

.main-footer .f-top .f-top-inner .ft-item p {
    color: #808080;
    line-height: 2;
    overflow: hidden;
    max-height: 81px;
}

.main-footer .f-top .f-top-inner .ft-item ul li {
    float: right;
    width: 50%;
}

.main-footer .f-top .f-top-inner .ft-item ul li:nth-of-type(even) {
    float: left;
}

.main-footer .f-top .f-top-inner .ft-item ul li a {
    display: inline-block;
    position: relative;
    color: #808080;
    font-size: 16px;
    padding: 10px 0;
    transition: all .3s;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(114, 114, 114, 0.1);
    width: 70px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:before {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s;
    background-color: #fff;
    height: 1px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:hover:before {
    width: 35px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:hover {
    color: #fff;
    transition: all .3s;
}

.main-footer .f-top .f-top-inner .ft-item .social-s {
    position: absolute;
    width: 30px;
    left: 0;
    top: 68px;
    text-align: center;
}

.main-footer .f-top .f-top-inner .ft-item .social-s a {
    display: block;
    font-size: 18px;
    color: #808080;
    margin-bottom: 20px;
    transition: all .3s;
}

.social-s {}

.main-footer .f-top .f-top-inner .ft-item .social-s a:hover {
    color: #e52d27;
    transition: all .3s;
}



.main-footer .f-botom b {
    font-weight: normal;
    color: #4c4c4c;
    font-size: 16px;
    display: inline-block;
    /* padding-top: 38px; */
}

.ryad-logo {
    float: left;
    margin-top: -33px;
}

.main-footer .f-botom b i {
    font-size: inherit;
    display: inline-block;
    color: #fff;
    vertical-align: baseline;
}

.ryad-logo a {
    display: inline-block;
    height: 30px;
}

.flats-s .item .inner .i-cap {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    border: 1px solid #4c4c4c;
    opacity: 0;
    transition: all .3s;
}

.flats-s .item .inner .i-cap a {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 17px;
    /* opacity: 0; */
    transition: all .3s;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.flats-s .item .inner .i-cap a:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #e52d27;
    border-radius: 100%;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .5s;
}

.flats-s .item .inner .i-cap a:after {
    content: '';
    position: absolute;
    right: 35px;
    top: 60px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner:hover .i-cap {
    opacity: 1;
    transition: all .3s;
}

.flats-s .item .inner:hover .i-cap a {
    opacity: 1;
    transition: all .3s;
    top: 50%;
}

.flats-s .item .inner .i-cap a:hover:before {
    width: 100%;
    right: 0;
    border-radius: 50px;
    height: 50px;
    transition: all .5s;
}

.flats-s .item .inner .i-cap a:hover:after {
    right: 85%;
    top: 20px;
    transition: all .3s;
}

.flats-s .item .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 70%;
}

.flats-s .item .inner.grid-layout .i-data .author a:hover {
    color: #ff8d39;
    transition: all .3s;
}

.flats-s.fl-top .f-body:after {
    content: '';
    background-color: #1a1a1a;
    width: 140px;
    height: 77px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.flats-s.fl-top .f-body {
    position: relative;
}

.flats-s.fl-bottom .item .inner.grid-layout .i-data .author a {
    font-size: 16px;
}

.flats-s .item .inner.grid-layout .i-data .price p {
    color: #2c43a5;
    font-size: 14px;
    display: inline-block;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate i {
    color: #999999;
    font-size: 10px;
    transition: all .3s;
}

.flats-s .item .inner.grid-layout .i-data .extra span {
    color: #b4b4b4;
    font-size: 10px;
}

.flats-s.fl-bottom .item .inner .i-img img {
    object-position: 50% 70%;
}

.flats-s .item .inner.grid-layout .i-img .tag {
    display: inline-block;
    background-color: #171717;
    font-size: 10px;
    color: #e52d27;
    border-radius: 50px;
    padding: 2.5px 13.5px;
    margin-bottom: 20px;
}

.flats-s.fl-bottom .item .inner {
    border-radius: 10px;
    overflow: hidden;
}

.flats-s .item .inner.list-layout .in-data .feats li i {
    display: block;
    vertical-align: middle;
    margin: 0 0 3px;
}

.flats-s .item .inner.grid-layout:hover .i-img {
    /* background-color: #262626; */
    /* border-bottom-color: #404040; */
    transition: all .3s;
}

.flats-s.fl-bottom .item .inner.grid-layout .i-img .tag {
    left: 15px;
    top: 15px;
}

.flats-s .item .inner.grid-layout:hover .i-img .tag {
    color: #fff;
}

.flats-s .item .inner.grid-layout:hover .i-data .extra .rate i {
    color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner.list-layout .in-img img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: 100% 55%;
    padding: 0 10px;
}

.flats-s .item .inner.list-layout:hover .in-img {
    background-color: #262626;
    transition: all .3s;
}

.fl-bottom .owl-carousel .owl-nav button.owl-prev,
.fl-bottom .owl-carousel .owl-nav button.owl-next {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.20);
}

.fl-bottom .owl-carousel .owl-nav button.owl-prev:hover,
.fl-bottom .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: #ffaf4c;
}

.nws-s .block {}

.nws-s .block .inner {
    border-radius: 7px;
    overflow: hidden;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    border: 1px solid #1f1f1f;
    background-color: #121212;
    transition: all .3s;
}

.nws-s .block .inner.b-grid {}

.nws-s .block .inner.b-list {
    display: none;
}

.nws-s .block .inner.b-grid .i-img {
    height: 240px;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #1f1f1f;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transition: all .3s;
    padding: 0 20px;
    left: 50%;
    height: 50px;
    line-height: 50px;
}

.nws-s .block .inner.b-grid .i-img a:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #e52d27;
    border-radius: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .5s;
}

.nws-s .block .inner.b-grid .i-img a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 44px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a:hover:before {
    width: 100%;
    right: 0;
    border-radius: 50px;
    transition: all .5s;
}

.nws-s .block .inner.b-grid .i-img a:hover:after {
    right: 85%;
    top: 20px;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-data p {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 10px;
}

.nws-s .block .inner.b-grid .i-data p i {
    margin-left: 5px;
    vertical-align: baseline;
}

.nws-s .block .inner.b-grid .i-data .title {
    color: #b2b2b2;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-height: 46px;
    line-height: 1.7;
}

.nws-s .block .inner.b-grid:hover .i-data .title {
    transition: all .3s;
    color: #fff;
}

.nws-s .block .inner.b-grid .i-data .title:hover {
    color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-img {
    height: 256px;
    float: right;
    width: 240px;
    background-position: center;
    background-size: cover;
    border-left: 1px solid #ddd;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data {
    overflow: hidden;
    padding: 20px;
}

.nws-s .block .inner.b-list .i-data p {
    color: #cccccc;
    font-size: 13px;
    margin-bottom: 10px;
}

.nws-s .block .inner.b-list .i-data p i {}

.nws-s .block .inner.b-list .i-data .title {
    color: #b2b2b2;
    font-size: 16px;
    font-family: b-bd;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data .btn {}

.nws-s .block .inner.b-grid:hover .i-img a {
    top: 50%;
    transition: all .3s;
    opacity: 1;
}

.nws-s .block .inner.b-grid .i-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: all .3s;
}

.nws-s .block .inner.b-grid:hover .i-img:before {
    opacity: 1;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-data {
    padding: 20px 20px 30px;
}

.nws-s .block .inner.b-grid:hover .i-img {
    border-bottom-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner:hover {
    border-color: #e52d27;
    transition: all .3s;
    box-shadow: 0px 2px 19px 0px rgba(229, 45, 39, 0.1);
    transform: translateY(10px);
}

.nws-s .block.block-list .inner.b-grid {
    display: none;
}

.nws-s .block.block-list .inner.b-list {
    display: block;
}

.nws-s .block .inner.b-list {
    padding: 0;
    box-shadow: 0px 2px 3px 0px rgba(197, 197, 197, 0.15);
    border: 1px solid #4c4c4c;
}

.nws-s .block .inner.b-list .i-data p.desc {
    line-height: 2;
    overflow: hidden;
    max-height: 75px;
    margin-bottom: 20px;
}

.nws-s .block .inner.b-list:hover .i-data .title {
    color: #fff;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data .title:hover {
    color: #e52d27;
    transition: all .3s;
}



.nws-s .block.block-list .inner.b-list:hover {
    transform: translateY(-10px);
    background-color: #1f1f1f;
    border-color: #e52d27;
    transition: all .3s;
    box-shadow: 0px 2px 19px 0px rgba(229, 45, 39, 0.1);
}

.nws-s .block .inner.b-list:hover .i-img {
    border-color: #e52d27;
    transition: all .3s;
}

.nws-s .block.block-list {
    padding: 0;
    margin-bottom: 30px;
}

.nws-s .block.block-list:last-of-type {
    margin: 0;
}

.nws-s {
    padding-bottom: 90px;
}

.flats-s .item .inner .i-cap a span {
    position: absolute;
    right: 28px;
    top: 53px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner .i-cap a:hover span {
    transition: all .3s;
    right: 85%;
    top: 15px;
}

.nws-s .block .inner.b-grid .i-img a span {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a:hover span {
    right: 85%;
    top: 15px;
    transition: all .3s;
}

.loader {
    /*
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
*/
    width: 175px;
    height: 100px;
}

.loader span {
    display: block;
    background: #f49324;
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}

.loader span:last-child {
    margin-right: 0px;
}

.loader span:nth-child(1) {
    animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
    animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
    animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
    0% {
        background: #f49324;
        margin-top: 25%;
        height: 10%;
    }

    50% {
        background: rgb(255, 178, 77);
        height: 100%;
        margin-top: 0%;
    }

    100% {
        background: #f49324;
        height: 10%;
        margin-top: 25%;
    }
}


.head-top {
    padding: 15px 0;
}

.head-top ul {
    float: right;
}

.head-top ul li {
    display: inline-block;
    margin-left: 30px;
}

.head-top ul li:last-child {
    margin: 0;
}

.head-top ul li a {
    font-size: 12px;
    transition: all .3s;
    color: #808080;
}

.head-top ul li a:hover {
    color: #ff9b53;
    transition: all .3s;
}

.head-top .lang {
    float: left;
    direction: ltr;
}

.head-top .lang a {
    font-size: 12px;
    display: inline-block;
    color: #080b1a;
    transition: all .3s;
}

.head-top .lang a i {
    vertical-align: baseline;
    margin-right: 5px;
}

.head-bottom {
    /* padding: 25px 0 0; */
    text-align: center;
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
    /* padding: 15px 0; */
}

.head-bottom .logo .txt_alt {
    overflow: hidden;
    text-align: initial;
    display: inline-block;
}

.head-bottom .txt_alt h3 {
    color: #fff;
    font-family: b-bd;
    font-size: 21px;
    margin-bottom: 5px;
}

.head-bottom .txt_alt p {
    font-family: b-lt;
    color: #ffcf93;
    font-size: 15px;
}

.head-bottom .txt_alt img {}

.head-bottom .logo img {
    margin-left: 20px;
}

.main-head .logo a {
    display: flex;
    align-items: center;
}

.head-top .lang a:hover {
    color: #ff9b53;
    transition: all .3s;
}

.main-head .h-extra .user-area {
    display: inline-block;
}

.main-head .h-extra .user-area img {
    background-color: #5b7ef4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 5px;
    border: 1px solid #7b93f7;
}

.main-head .h-extra .user-area span {
    color: #fff;
    cursor: pointer;
}

.main-head .h-extra .user-area .sub-menu {
    top: 100%;
}

.main-head .h-extra .user-area .sub-menu li {}

.main-head .h-extra .user-area .sub-menu li a {
    padding: 10px 15px;
}

.main-head .h-extra .user-area a {
    position: relative;
}

.main-head .h-extra .user-area a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f49424;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #354db3;
    right: 0;
    top: 4px;
}

.main-head .h-extra .user-area a:after {
    display: none;
}

.main-head .sub-menu {
    text-align: initial;
    right: 0;
    left: auto;
    border-radius: 0;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 360px;
    overflow: auto;
}

.hero-cap .form-group .nice-select .list {
    max-height: 345px;
    overflow: auto;
}

/* width */
.main-head .sub-menu::-webkit-scrollbar,
.add-comment .select-box .list::-webkit-scrollbar,
.hero-cap .form-group .nice-select .list::-webkit-scrollbar {
  width: 6px
}

/* Track */
.main-head .sub-menu::-webkit-scrollbar-track,
.add-comment .select-box .list::-webkit-scrollbar-track,
.hero-cap .form-group .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-head .sub-menu::-webkit-scrollbar-thumb,
.add-comment .select-box .list::-webkit-scrollbar-thumb,
.hero-cap .form-group .nice-select .list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.main-head .sub-menu::-webkit-scrollbar-thumb:hover,
.add-comment .select-box .list::-webkit-scrollbar-thumb:hover,
.hero-cap .form-group .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*.add-comment .select-box .list {*/
/*    max-height: 300px;*/
/*    overflow: auto;*/
/*}*/

.add-comment .select-box .list {
    max-height: 300px;
    /*overflow: auto;
    */width:100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.add-comment .select-box .list li {
    text-align: right;
}
.main-head .sub-menu li img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    /* filter: brightness(0); */
    margin-left: 10px;
    transition: all .3s;
}

.main-head .sub-menu li a {
    display: block;
    padding: 10px 10px;
    color: #333 !important;
    font-size: 13px;
    border-radius: 50px;
}

.main-head .sub-menu li a:hover {
    background-color: #ff9b53;
    color: #fff !important;
    transition: all .3s;
}

.main-head .sub-menu li a:hover img {
    /* filter: brightness(0) invert(1); */
    transition: all .3s;
}

.main-head .main-navo li .sub-menu li a:after {
    display: none;
}

.main-head .h-extra .user-area a {
    padding-bottom: 27px;
}

.main-head .h-extra .btn:hover {
    background-image: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
}

.menu-item-has-children:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
    color: #fff;
    content: '\f067';
    font-size: 10px;
    vertical-align: middle;
}

.menu-item-has-children:hover:after {
    transform: rotate(45deg);
    color: #f59550;
    transition: all .3s;
}

.sidebar .inner {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    /* max-height: calc(100vh - 15px); */
}

.sidebar .inner::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.sidebar .inner::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 12px;
}

.sidebar .inner::-webkit-scrollbar-thumb {
    background-color: #ffaf5a;
    border-radius: 12px;
}

.sidebar .inner .side-user {
    /* padding: 20px 0; */
}

.sidebar .inner .side-user .user-img {
    padding: 0 20px;
    background-color: #3047ab;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.sidebar .inner .side-user .user-img img {
    background-color: #5b7ef4;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 5px;
    border: 1px solid #7b93f7;
}

.sidebar .inner .side-user .user-img span {
    color: #fff;
}

.sidebar .inner .side-user ul li a {
    padding: 12px 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar .inner .side-user ul li a i {
    vertical-align: baseline;
    margin-left: 5px;
}

.sidebar .inner .side-user ul li a:hover,
.sidebar .side-links ul li a:hover {
    background-color: rgba(241, 241, 241, 0.5);
}

.sidebar .inner .side-user .user-img:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #f49424;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #354db3;
    right: 19px;
    top: 20px;
}

.sidebar h4 {
    padding: 15px 20px;
    background-color: #efefef;
    font-size: 14px;
    font-family: b-bd;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    color: #000;
}

.sidebar .inner .side-user ul li:last-child a {
    border: 0;
}

.sidebar .side-links ul li a {
    padding: 12px 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar .side-links ul li:after {
    display: none;
}

.sidebar .side-links ul li.menu-item-has-children a:after {
    float: left;
}

.sidebar .side-links ul li .sub-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    background-color: #f9f9f9;
}

.sidebar .side-links ul li:hover .sub-menu {
    position: relative;
}

.sidebar .side-links ul li .sub-menu a {}

.sidebar .side-links ul li .sub-menu a:hover {
    background-color: #ff9b53;
}

.hero-s .top-hero {
    padding: 0;
    float: left;
}

.hero-s .hero-cap .container {
    display: table-cell;
    height: 100%;
    width: auto;
    max-width: initial;
}

.hero-cap .form-group:last-of-type {
    text-align: center;
}

.cats {
    float: left;
    margin-top: -120px;
    position: relative;
    z-index: 7;
}

.cats .inner {
    box-shadow: 0px 3px 45px 0px rgba(197, 197, 197, 0.07);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 70px;
}

.cats .inner .cats-heade {
    text-align: center;
    margin-bottom: 35px;
}

.cats .inner .cats-heade h3 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.cats .inner .item {
    padding: 0 20px;
    text-align: center;
}

.cats .inner .item a {
    text-align: center;
}

.cats .inner .item img {
    max-width: none;
    margin: 0 auto 14px;
    width: auto;
    height: 45px;
    object-fit: cover;
}

.cats .inner .item p {
    color: #4c4c4c;
}

.main-content {
    background-color: #f5f6fa;
}

.main-content .cats {
    float: left;
    padding: 0;
    /*    margin-left: 4.5%;*/
    /* z-index: 15; */
    position: relative;
}

.cats .owl-carousel .owl-nav button.owl-prev,
.cats .owl-carousel .owl-nav button.owl-next {
    width: 31px;
    height: 31px;
    top: 20%;
}

.cats .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}

.cats .owl-carousel .owl-nav button.owl-next {
    right: -4%;
}

.cats .owl-carousel .owl-nav button.owl-prev i,
.cats .owl-carousel .owl-nav button.owl-next i {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 130%;
    border: 2px solid rgba(76, 76, 76, 0.50);
    border-top: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 0;
    border-left: 0;
    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:after,
.cats .owl-carousel .owl-nav button.owl-next:after {
    content: '';
    background-color: rgba(76, 76, 76, 0.50);
    height: 1px;
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cats .owl-carousel .owl-nav button.owl-prev:before,
.cats .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    background-color: rgba(76, 76, 76, 0.50);
    height: 1px;
    width: 10px;
    position: absolute;

    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    left: 4px;
    top: 12px;
}


.cats .owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(45deg);
    right: 4px;
    top: 13px;
}

.cats .owl-carousel .owl-nav button.owl-prev:hover i,
.cats .owl-carousel .owl-nav button.owl-next:hover i {
    border-color: #ff9b53;
    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:hover:before,
.cats .owl-carousel .owl-nav button.owl-next:hover:before,
.cats .owl-carousel .owl-nav button.owl-prev:hover:after,
.cats .owl-carousel .owl-nav button.owl-next:hover:after {
    background-color: #ff9b53;
    transition: all .3s;
}

.cats .inner .item a:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgba(244, 148, 36, 0.10);
    position: absolute;
    border-radius: 100%;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    z-index: -1;
}

.cats .inner .item a {
    position: relative;
}

.cats .owl-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}

.cats .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background-color: #e5e5e5;
    margin: 0 4px;
}

.cats .owl-dots button.owl-dot.active {
    background-color: #2f47aa;
    box-shadow: none;
    transform: none;
}

.flats-s svg {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1.5);
}

.flats-s.latest-s {
    padding: 20px 0 90px;
    background-color: #fff;
}


.flats-s .item .inner.grid-layout .i-data .price p.old {
    color: #b2b2b2;
    font-size: 12px;
    text-decoration: line-through;
    font-family: b-rg;
    margin-right: 10px;
}

.flats-s .item .inner.grid-layout .i-data .feats .btn {
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
    display: block;
    font-size: 16px;
}

.flats-s .item .inner:hover .i-data .feats .btn {
    background-image: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
}

.flats-s .owl-carousel .owl-nav button.owl-prev:before,
.flats-s .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 130%;
    border: 2px solid rgba(0, 0, 0, 0.20);
    border-top: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 0;
    border-left: 0;
    transition: all .3s;
}

.flats-s .owl-carousel .owl-nav button.owl-prev:hover:before,
.flats-s .owl-carousel .owl-nav button.owl-next:hover:before {
    border-color: #ffaf4c;
    transition: all .3s;
}

.flats-s .owl-carousel .owl-nav button.owl-prev i,
.flats-s .owl-carousel .owl-nav button.owl-next i {
    position: relative;
    top: -3px;
}

.faqo {
    text-align: center;
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.faqo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2b42a382, #3951b9a6 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
    opacity: 0.8;
}

.faqo h3 {
    font-family: b-bd;
    color: #fff;
    font-size: 32px;
    margin-bottom: 31px;
}

.faqo p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.faqo .btn {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    background: #fff;
    color: #3149ad;
    font-family: b-bd;
}

.faqo .btn:hover {
    background: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-color: transparent !important;
}

.footer-top .fot-item {}

.footer-top .fot-item img {
    margin-bottom: 25px;
}

.footer-top .fot-item p {
    color: #b2b2b2;
    font-size: 16px;
    line-height: 1.8;
}

.footer-top .fot-item h4 {
    margin-bottom: 50px;
    color: #fff;
    font-family: b-bd;
    font-size: 20px;
}

.footer-top .fot-item ul li {
    width: 50%;
    float: right;
    margin-bottom: 12px;
}

.footer-top .fot-item li a {
    display: inline-block;
    transition: all .3s;
    color: #b2b2b2;
    font-size: 16px;
}

.footer-top .fot-item .form-group {
    margin: 30px 0;
    position: relative;
    /* max-width: 73%; */
}

.footer-top .fot-item .form-group button {
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
    border: 0;
    border-radius: 100%;
    color: #fff;
    width: 53px;
    height: 53px;
    position: absolute;
    left: -15px;
    top: -1px;
    padding: 0;
    line-height: 53px;
    font-size: 14px;
}

.footer-top .fot-item .social {
    padding-right: 10px;
}

.footer-top .fot-item .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #454545;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-left: 5px;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .fb:hover {
    background-color: #3b5998;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .tw:hover {
    background-color: #1da1f2;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .ins:hover {
    background-color: #c32aa3;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .sc:hover {
    background-color: #fffc00;
    color: #000;
    transition: all .3s;
}

.footer-top .fot-item li a:hover {
    padding-right: 5px;
    transition: all .3s;
    color: #f49424;
}

.footer-top .fot-item .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
}

.footer-top .fot-item .form-group .form-control::placeholder {
    color: #b2b2b2;
}

.f-botom {
    background-color: #141414;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 30px;
}

.main-content .cats:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 70px;
    background-color: #f49424;
    border-radius: 20px;
    content: '';
    z-index: -1;
    top: -15px;
}

.sidebar .inner .side-user ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
}

.sidebar .inner .side-user ul li:last-child {
    border-left: 0;
}

.sidebar .inner .side-user ul li a {
    padding: 10px;
    border: 0;
}

.sidebar .inner .side-user .user-img {
    padding: 30px 20px;
}

.sidebar .inner .side-user .user-img:before {
    top: 35px;
}

.hero-s .top-hero:after {
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    opacity: 0.7;
}

.wpwl-control {
    direction: ltr !important;
}

.wpwl-wrapper.wpwl-wrapper-cardNumber,
.wpwl-wrapper.wpwl-wrapper-cvv {
    height: 30px !important;
}


footer .pay_btn_icon_wrapper {
    display: flex;
    align-items: center !important;
    /*gap: 5rem;*/
    justify-content:space-around;
    cursor: auto !important;
}

footer .pay_btn_icon_wrapper .payBtnLink{
    width: 80px !important;

}

footer .pay_btn_icon_wrapper .payBtnLink img {
    /*width: 80px;*/
    object-fit: contain;
    user-select: none !important;
    cursor: pointer;
}




























/* Lasted */
.registration-section {
     padding: 50px 0;
     background-color: #f8f9fb;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .registration-section .container {
     display: flex;
}
 .registration-section .registration-box {
     width: 760px;
     background-color: #fff;
     margin: auto;
     padding: 40px;
     height: 100%;
}
 .registration-section .registration-box.pass {
     border: 1px solid #d9d9d9;
     border-radius: 42px;
}
 @media (max-width: 991px) {
     .registration-section .registration-box {
         width: 100%;
         padding: 10px;
    }
}
 .registration-section .top-heading {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
}
 .registration-section .top-heading h2 {
     font-size: 30px;
     font-family: b-rg;
}
 .btn-box {
     display: flex;
     justify-content: space-between;
     margin-top: 44px;
     margin-bottom: 56px;
}
 @media (max-width: 480px) {
     .btn-box {
         flex-direction: column;
         margin-bottom: 30px;
    }
}
 .btn-box button {
     width: 212px;
     height: 60px;
     border: 1px solid #707070;
     border-radius: 34px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     font-family: b-rg;
     background-color: transparent;
     transition: 0.5s;
}
 .btn-box button:first-of-type {
     margin-left: 40px;
}
 html[dir="ltr"] .btn-box button:first-of-type {
     margin-left: 0;
     margin-right: 40px;
}
 @media (max-width: 480px) {
     .btn-box button:first-of-type {
         margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 20px;
    }
}
 .btn-box button:hover {
     background-color: #3851b8;
     color: #fff;
}
 .input-box {
     position: relative;
     width: 100%;
     margin-bottom: 30px;
}
 .rg2 .input-box {
     width: 90%;
     margin-left: auto;
     margin-right: auto;
}
 @media (max-width: 991px) {
     .rg2 .input-box {
         width: 100%;
    }
}
 .input-box label, .input-box i, .input-box a {
     position: absolute;
}
 .input-box label {
     color: #f49424;
     font-size: 16px;
     padding: 6px 11px;
     font-family: b-rg;
     background-color: #fff;
     top: -50px!important;
     right: 30px;
     transition: 0.5s;
     transform: translateY(30px);
     opacity: 3 !important;
}
 .input-box i {
     color: #000;
     font-size: 20px;
     top: 50%;
     left: 42px;
     transform: translateY(-50%);
     transition: 0.5s;
}
 html[dir="ltr"] .input-box i {
     left: unset;
     right: 42px;
}
 .input-box input, .input-box textarea {
     height: 60px;
     width: 100%;
     padding: 10px 38px;
     border: 1px solid #707070;
     border-radius: 37px;
     font-size: 20px;
     text-transform: lowercase;
}
 .add-comment .input-box input, .add-comment .input-box textarea {
     border: 1px solid #707070 35;
}
 .input-box input::placeholder, .input-box textarea::placeholder {
     color: #000 54;
     transition: 0.5s;
}
 .add-comment .input-box input::placeholder, .add-comment .input-box textarea::placeholder {
     color: #000;
}
 .input-box input:focus::placeholder, .input-box textarea:focus::placeholder {
     color: transparent;
}
 .input-box input:focus ~ label, .input-box textarea:focus ~ label {
     transform: translateY(0);
     opacity: 1;
}
 .input-box input:focus ~ i, .input-box textarea:focus ~ i {
     color: #f49424;
}
 .input-box textarea {
     height: 200px;
}
 .input-box textarea ~ i {
     top: 40px;
}
 .input-box a {
     bottom: -33px;
     left: 20px;
     text-decoration: none;
     color: #2e45a8;
     font-size: 16px;
     transition: 0.5s;
}
 .input-box a:hover {
     color: #f49424;
}
 html[dir="ltr"] .input-box a {
     right: 20px;
     left: unset;
}
 .add-comment .input-box a {
     right: 20px;
     left: unset;
}
 html[dir="ltr"] .add-comment .input-box a {
     right: unset;
     left: 20px;
}
 .select-box {
     width: 100%;
     position: relative;
     margin-bottom: 30px;
     height: 60px;
     padding: 10px 38px;
     border: 1px solid #707070;
     border-radius: 37px;
     font-size: 20px;
     transition: 0.5s;
}
 .add-comment .select-box {
     border: 1px solid #707070 35;
}
 html[dir="rtl"] .select-box {
     text-align: right !important;
}
 .select-box .current {
     font-size: 20px;
     color: #000;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 40px;
     transition: 0.5s;
}
 html[dir="ltr"] .select-box .current {
     right: unset;
     left: 40px;
}
 .select-box:after {
     left: 42px;
     width: 10px;
     height: 10px;
     transition: 0.5s;
     right: unset;
     border-color: #000;
}
 html[dir="ltr"] .select-box:after {
     left: unset;
     right: 42px;
}
 .select-box:hover {
     border-color: #f49424;
}
 .select-box:hover .current {
     color: #f49424;
}
 .select-box:hover:after {
     border-color: #f49424;
}
 .custom-file {
     position: relative;
}
 .custom-file input {
     position: absolute;
     opacity: 0;
     visibility: hidden;
}
 .custom-file label {
     cursor: pointer;
     width: 100%;
     height: 60px;
     padding: 10px 38px;
     border: 1px solid #707070;
     border-radius: 37px;
     font-size: 20px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .custom-file label i {
     color: #000 36;
     font-size: 20px;
}
 .custom-file label span {
     font-size: 20px;
     color: #000 54;
}
 .terms-box {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 20px;
}
 @media (max-width: 480px) {
     .terms-box {
         flex-direction: column;
         padding: 0px;
    }
}
 .add-comment .terms-box {
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
     align-items: flex-start;
}
 .add-comment .terms-box div {
     display: flex;
}
 .terms-box .check-box input {
     position: absolute;
     opacity: 0;
     visibility: hidden;
}
 .terms-box .check-box input:checked ~ label span::before {
     opacity: 1;
}
 .terms-box .check-box label {
     display: flex;
}
.alert-danger {
    display: block;
}
 @media (max-width: 480px) {
     .terms-box .check-box label {
         margin-bottom: 30px;
    }
}
 .add-comment .terms-box .check-box label {
     margin-right: 10px;
}
 .terms-box .check-box label span {
     width: 18px;
     height: 18px;
     background: #b2b2b2 0% 0% no-repeat padding-box;
     display: block;
     border-radius: 50%;
     margin-left: 7px;
     position: relative;
}
 .rg2 .terms-box .check-box label span {
     margin-right: 7px;
}
 html[dir="ltr"] .rg2 .terms-box .check-box label span {
     margin-left: 7px;
     margin-right: 0px;
}
 html[dir="ltr"] .terms-box .check-box label span {
     margin-right: 7px;
     margin-left: 0px;
}
 .terms-box .check-box label span::before {
     content: '';
     position: absolute;
     transition: 0.5s;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: #0c0c0c;
     width: 60%;
     height: 60%;
     border-radius: 50%;
     opacity: 0;
}
 .terms-box a {
     text-decoration: none;
     font-size: 16px;
     color: #000;
     transition: 0.5s;
}
 .terms-box a i {
     margin-right: 13px;
     font-size: 20px;
}
 .add-comment .terms-box a i {
     margin-left: 13px;
     margin-right: 0;
}
 .terms-box a:hover {
     color: #f49424;
}
 .sign-box {
     margin-top: 36px;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 @media (max-width: 480px) {
     .sign-box {
         margin-top: 16px;
    }
}
 .sign-box button {
     width: 282px;
     height: 60px;
     background: transparent linear-gradient(224deg, #ffae4b 0%, #ff8d3a 100%) 0% 0% no-repeat padding-box;
     border-radius: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     margin: auto;
     border: none;
     outline: none;
     font-size: 20px;
     margin-bottom: 20px;
}
 @media (max-width: 480px) {
     .sign-box button {
         width: 202px;
    }
}
 .sign-box p {
     font-size: 16px;
     color: #000;
}
 .sign-box p a {
     color: #ff8d3a;
     text-decoration: none;
}
 
 
 .searchByPrice form.row {
    align-items: center;
}

.searchByPrice {
    padding: 60px 0;
    background: #F9F9F9;
    margin-top: 60px;
}

.searchByPrice input {
    border: 1px solid #f1f1f1;
    background: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 50px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.szx label {
    color: #fff;
    margin-bottom: 10px;
    margin-right: 15px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.searchByPrice  #btn-search {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border: none;
}

.searchByPrice label {position: absolute;top: -12px;right: 40px;background: #fff;min-width: 60px;line-height: 25px;text-align: center;border: 1px solid #f1f1f1;border-radius: 5px;}

.searchByPrice input:focus {
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ffad4a;
}

 .select-1 {
    float: left;
    display: flex;
    margin-bottom: 5px;
}

.select-1 .nice-select {
    margin: 0 12px;
    padding: 0 30px;
    line-height: 30px;
    height: 30px;
}

.nice-select .list {
    float: none;
    max-height: 130px;
    overflow: hidden;
    overflow-y: auto;
}

.head-top .nice-select .list li {
    display: block;
    float: none;
    width: 100%;
}
 
 
 
 .select-1 {
    margin-left: 40px;
}

.zawq #city {
    margin-right: 0;
    margin-left: 20px;
}
 
 
 /*/////////////////////////////////*/
/*/////////  chat styles  /////////*/
/*/////////////////////////////////*/
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 40px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}


.chat li .chat-body p
{
    margin: 0;
    /* color: #777777; */
}


.chat-care
{
    overflow-y: scroll;
    height: 350px;
}
.chat-care .chat-img
{
    width: 50px;
    height: 50px;
}
.chat-care .img-circle
{
    border-radius: 50%;
}
.chat-care .chat-img
{
    display: inline-block;
}
.chat-care .chat-body
{
    display: inline-block;
    max-width: 80%;
    background-color: #FFC195;
    border-radius: 12.5px;
    padding: 15px;
}
.chat-care .chat-body strong
{
  color: #0169DA;
}

.chat-care .admin
{
    text-align: right ;
    float: right;
}
.chat-care .admin p
{
    text-align: left ;
}
.chat-care .agent
{
    text-align: left ;
    float: left;
}
.chat-care .left
{
    float: left;
}
.chat-care .right
{
    float: right;
}

.clearfix {
  clear: both;
}




::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #555;
}
 
 
 
 
 
 
 
 
 
 
 
 
 .chat-header {
    padding: 20px;
    position: relative;
}

.chat-active-user img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
}

.reseved-msg > img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.sendd-msg > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.chat-active-user {
    display: flex;
    align-items: center;
}

.chat-active-user-info {
    margin-left: 15px;
}

.chat-active-user-info h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.chat-active-user-info span {
    font-size: 14px;
}

.chat-container {
    background: #f4f4f4;
    padding: 80px;
}
.chat-wrap {
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.chat-header:after {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 90%;height: 1px;background: #ccc;}

.chat-content {
    padding: 30px;
    overflow: hidden;
}

.reseved-msg {
    float: right;
    text-align: right;
    width: 51%;
    display: flex;
    margin-bottom: 15px;
}

.sendd-msg {
    float: left;
    width: 51%;
    text-align: left;
    display: flex;
    margin-bottom: 15px;
    flex-direction: row-reverse;
}

.reseved-msg:after {content: '';clear: both;display: block;}
.sendd-msg:after {content: '';clear: both;display: block;}

.rmsg-con {
    background: #45bae3;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.rmsg-con:before {content: '';position: absolute;top: 20px;right: -20px;border-style: solid;border-width: 10px;border-color: transparent;border-left-color: #45bae3;}

.reseved-msg > img {margin-left: 20px;}

.reseved-msg p {
    margin-bottom: 2px;
    color: #fff;
}

.reseved-msg .dat {
    font-size: 14px;
    color: #e5e1e1;
}

.smsg-con {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    color: #686868;
    position: relative;
}

.sendd-msg > img {
    margin-right: 20px;
}

.smsg-con:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #f4f4f4;
}
.chat-footer {
    padding: 20px;
    position: relative;
}

.chat-footer input {
    width: 90%;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: none;
    padding: 10px 30px;
}

.chat-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background: #ccc;
}

.chat-footer button {
    height: 60px;
    width: 10%;
    background: #ff8c39;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.chat-footer form {
    display: flex;
  justify-content: space-between;
    align-items: center;
}
.sendd-msg .rmsg-con:before {
    content: '';
    left: -20px;
    right: auto;
    border-right-color: #f4f4f4;
    border-left-color: transparent;
}

.sendd-msg .rmsg-con {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    color: #686868;
    position: relative;
}

.sendd-msg .rmsg-con p {
    margin-bottom: 2px;
    color: #000;
}










form#top-form {
    background: #f3f3f3;
    border-radius: 330px;
}

.form-group.select-group {width: calc(20% - 3px);display: inline-block;background: #f9f9f9;padding: 10px;}

.form-group.input-group {
    width: calc(64% - 3px);
    display: inline-block;
}

.form-group.btn-group {
    width: calc(15% - 3px);
    display: inline-block;
    text-align: center;
}
.form-group.input-group input {
    background: transparent;
    border: none !important;
    text-indent: 20px;
    font-size: 16px;
}

.form-group.input-group input:focus {
    border: none;
    box-shadow: none;
}

.form-group.select-group .nice-select {
    float: unset;
    padding: 0 15px;
    border: none;
    background: transparent;
    font-size: 20px;
    text-align: right !important;
}

.form-group.select-group .nice-select:after {
    left: 20px;
    right: auto;
}

.form-group.select-group .nice-select span {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

.form-group.btn-group #btn-search {
    float: unset;
    background: linear-gradient(45deg, #f67222, #e2702b);
}







.side-pro-a {
    padding: 15px;
    border-radius: 10px;
    background: white;
    border: 1px solid #efefef;
}

.side-p-content {
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 300px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.side-p-title {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #f67222;
}

.side-p-title:before {content: '';position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;width: 40px;height: 40px;background: #fef1e8;border-radius: 50%;}

.side-p-title h3 {
    position: relative;
    z-index: 2;
}

.side-p-content:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #111;z-index: 1;opacity: 0.3;border-radius: 10px;}

.side-p-content h2 span {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    overflow-wrap: break-word;
}

.side-p-content h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}

.side-p-content h2 span:nth-of-type(1) {
    font-size: 36px;
    padding: 0 20px;
}

.side-p-content h2 span:nth-of-type(2) {
    font-size: 36px;
}

.side-p-content h2 span:nth-of-type(3) {
    font-size: 28px;
}

.side-p-content h2 span:nth-of-type(4) {
    font-size: 18px;
    margin: 0;
}



.side-p-content a {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    width: 60%;
    height: 50px;
    padding: 0;
    line-height: 51px;
    background-image: -moz-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -webkit-linear-gradient( right ,#2B42A3, #3951B9 100%);
    background-image: -ms-linear-gradient( right ,#2B42A3, #3951B9 100%);
    border-radius: 500px;
    color: #fff;
}

.c-p-box {
    background: white;
    border: 1px solid #ffe1bc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.c-p-img {
    max-width: 125px;
    max-height: 125px;
    overflow: hidden;
}

.c-p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-p-box a.btn {
    width: 90%;
    transition: all .3s linear !important;
    margin-right: 5%;
    margin-top: 15px;
}

.c-p-title h3 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

ul.c-p-list {}

ul.c-p-list li {
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    padding-right: 15px;
}

ul.c-p-list li:before {content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 5px;height: 1px;background: #333;}

ul.c-p-list li span {
    color: #2c43a5;
}

.c-p-info h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.c-p-viwer {
    color: #f67222;
    margin-bottom: 5px;
}

.c-p-viwer span {
    color: #f67222;
}

.c-p-info ul.u-list li {
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    padding-right: 15px;
}
.hero-content {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.single-p-section {
    margin: 40px 0;
}
.hero-content h1 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}
ul#carousel-custom-dots li img {
    opacity: 0.5;
    transition: all .3s linear;
}
.single-content-box {
    margin-top: 
50px;
}

.single-content-box .c-p-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #F67222;
    font-weight: bold;
}
.heading-car > h2 {
    font-size: 20px;
}

.single-p-dec li {
    list-style: none;
}

.single-p-dec button i {
    font-size: 30px;
}

.single-p-dec button {
    margin-top: 21px;
}
.single-content-box .c-p-info h4 {
    font-size: 22px;
    font-weight: 300;
}

.single-content-box ul.c-p-list li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.single-content-box .c-p-info ul.u-list li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
ul#carousel-custom-dots .active img {
    opacity: 1;
}
.single-p-dec {
    margin-top: 40px;
}

.single-p-dec h3.gf {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #2B42A3;
}

ul.gf-list li {
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

ul.gf-list li:first-of-type {
    margin-right: 0;
}

ul.gf-list li i {
    width: 25px;
}

.single-p-dec h3 {
    color: #F67222;
    font-size: 24px;
    margin-bottom: 20px;
}

.single-p-dec p {
    color: #474747;
    font-size: 17px;
}
ul#carousel-custom-dots {
    position: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;
    DISPLAY: none;
}

ul#carousel-custom-dots li img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

ul#carousel-custom-dots li {
    margin: 0 10px;
}
.hero-content p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}

.hero-content a {
    background: #F67222;
    color: #fff;
    padding: 14px 40px;
    border-radius: 85px;
    font-size: 16px;
}
.c-p-info ul.u-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 5px;
    height: 1px;
    background: #333;
}

.c-p-box a.btn:hover {
    background: linear-gradient(45deg, #ff8c39, #ffb24d);
}
.sfs-box img {
    object-fit: scale-down;
}

iframe#st_gdpr_iframe {
    display: none;
}
.heading-car {
    margin: 20px 0;
}

.heading-car .left {
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
}
.popup-add-ad .popup-cont ul {
    margin-bottom: 20px;
}

.popup-add-ad .popup-cont label {
    display: block;
    margin-bottom: 13px;
}
.heading-car .left * {
    font-size: 24px;
}
.popup-add-ad {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    background: #ffffffa1;
}
.popup-add-ad .popup-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    padding: 60px 200px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #3333;
}

.popup-add-ad .popup-cont h5 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.vistor-counter {
    padding: 70px 0;
}
.incremental-counter {
    text-align: center;
    direction: ltr;
}
.counter-box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}
.incremental-counter .num {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ffb24d;
  display: inline-block;
  height: 64px;
  line-height: 62px;
  margin: 0 4.5px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 28px;
  font-size: 45px;
  font-size: 3.72625em;
  font-weight: 700;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.incremental-counter .num::before {
  background: #ffb24d;
  content: "";
  display: block;
  height: 1px;
  left: -1px;
  margin: -0.5px 0 0;
  position: absolute;
  right: -1px;
  top: 50%;
  width: auto;
}

.send h2 {
    margin: 18px 0;
    font-size: 22px;
    font-weight: bold;
}
.last-section-with-no-padding {
    padding-bottom: 0;
}
.single-p-section .send textarea {
    width: 500px;
    min-height: 100px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.like {
    display: none;
}
.single-p-section .send button {
    display: block;
    margin-top: 15px;
    padding: 10px 40px;
    background: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
}

.single-p-section .send button:hover {
    background: -webkit-linear-gradient(90deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
}
 .custom-file-image-input {
	 display: none;
}
 .custom-file-image .custom-file-preview {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .custom-file-image .custom-file-preview-list {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .custom-file-image .custom-file-preview-add {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -ms-grid-row-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: reverse;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 border-radius: 6px;
	 width: 80px;
	 height: 80px;
	 margin-right: 0.75rem;
	 margin-bottom: 0.75rem;
	 cursor: pointer;
	 -webkit-box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
	 box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
}
 .custom-file-image .custom-file-preview-item {
	 position: relative;
	 background-size: 100% !important;
	 background-repeat: no-repeat;
	 border-radius: 6px;
	 width: 80px;
	 height: 80px;
	 margin-right: 0.75rem;
	 margin-bottom: 0.75rem;
	 -webkit-box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
	 box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
}
 .custom-file-image .custom-file-preview-del {
	 left: -6px;
	 background: #edede8;
	 position: absolute;
	 width: 20px;
	 height: 20px;
	 border-radius: 50%;
	 text-align: center;
	 margin-top: -6px;
	 cursor: pointer;
	 -webkit-box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
	 box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25);
}
 