@import url('flaticon.css');
@import url('line-awesome.css');
@import url('animate.css');
@import url('owl.css');

/***
====================================================================
	Global Settings
====================================================================
 ***/
:root {
    --MainColor: #682837;
    --otherColor: #0a0a0a;
    --secondaryColor: #756452;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
}

body {

    font-size: 14px;
    color: #777777;
    line-height: 2em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden !important;
    height: 100%;
    overflow-y: auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: medium none !important;
    color: var(--MainColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: none;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-family: 'Cairo', sans-serif;
    color: #070808;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

.auto-container {
    position: static;
    max-width: 1140px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

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

.theme-btn {
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.centered {
    text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 25px;
    font-weight: 700;
    background-color: var(--MainColor);
    text-transform: uppercase;
    -webkit-box-shadow: rgba(34, 34, 34, 0) 0 0 0 0 inset;
    -moz-box-shadow: rgba(34, 34, 34, 0) 0 0 0 0 inset;
    -ms-box-shadow: rgba(34, 34, 34, 0) 0 0 0 0 inset;
    -o-box-shadow: rgba(34, 34, 34, 0) 0 0 0 0 inset;
    box-shadow: rgba(34, 34, 34, 0) 0 0 0 0 inset;
}

.btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 25px;
    font-weight: 700;
    background-color: #1a1d1f;
    text-transform: uppercase;
    -webkit-box-shadow: rgba(113, 177, 0, 0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(113, 177, 0, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(113, 177, 0, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(113, 177, 0, 0) 0 0px 0px 0px inset;
    box-shadow: rgba(113, 177, 0, 0) 0 0px 0px 0px inset;
}

.btn-style-two:hover {
    color: #ffffff;
    -webkit-box-shadow: var(--MainColor) 0 0px 0px 40px inset;
    -moz-box-shadow: var(--MainColor) 0 0px 0px 40px inset;
    -ms-box-shadow: var(--MainColor) 0 0px 0px 40px inset;
    -o-box-shadow: var(--MainColor) 0 0px 0px 40px inset;
    box-shadow: var(--MainColor) 0 0px 0px 40px inset;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 23px;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
}

.btn-style-three:hover {
    color: var(--MainColor);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

/*Btn Style Fiver*/

.btn-style-five {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    padding: 10px 15px;
    font-weight: 700;
    background-color: var(--MainColor);
    text-transform: uppercase;
    -webkit-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
}

.btn-style-five:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

.btn-style-fives {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 11px 34px;
    font-weight: 700;
    background-color: var(--MainColor);
    text-transform: uppercase;
    -webkit-box-shadow: rgb(34 34 34 / 0%) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
    box-shadow: rgb(34 34 34 / 0%) 0 0px 0px 0px inset;
}

.align-items-center {
    /* margin-top: 33px; */

}

.btn-style-fives:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

.list-style-one {
    position: relative;
    display: block;
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 35px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 25px;
    color: var(--MainColor);
    font-weight: 400;
    font-family: "LineAwesome";
    content: "\f17d";
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: left;
}

.pull-left {
    float: right;
}

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

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--MainColor);
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: var(--MainColor);
    background: #ffffff;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.main-header .header-top {
    position: relative;
    background-color: var(--otherColor);
}

.main-header .top-left {
    position: relative;
    float: right;
}

.main-header .top-left .contact-list {
    position: relative;
    padding: 25px 0;
}

.main-header .top-left .contact-list li {
    position: relative;
    float: right;
    font-size: 12px;
    line-height: 25px;
    color: #e9e8e9;
    font-weight: 400;
    margin-left: 25px;
    font-family: "Cairo", sans-serif;
}

.main-header .top-left .contact-list li:last-child {
    margin-left: 0;
}

.main-header .top-left .contact-list li i {
    float: right;
    font-size: 24px;
    line-height: 25px;
    margin-left: 20px;
    color: var(--MainColor);
}

.main-header .top-left .contact-list li a {
    color: #e9e8e9;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover {
    color: var(--MainColor);
}

.main-header .top-right {
    position: relative;
    float: left;
    padding: 25px 0;
}

.social-icon-one {
    position: relative;
    padding: 8px 0;
}

.social-icon-one li {
    position: relative;
    float: right;
    margin-right: 25px;
}

.social-icon-one li:first-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    line-height: 25px;
    color: #e8e8e8;
    vertical-align: bottom;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li i {
    float: left;
    margin-left: 0;
    font-size: 24px;
    color: var(--MainColor);
}

.social-icon-one li a:hover {
    color: var(--MainColor);
}

/*=== Header Lower ===*/

.main-header .header-lower {
    position: relative;
}

.main-header .header-lower .inner-container {
    position: relative;
}

.main-header .header-lower .main-box {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5', GradientType=0);
}

.main-header .header-lower .logo-box {
    position: relative;
    float: right;
}

.main-header .header-lower .logo {
    position: relative;
    /* padding: 20px 5px; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: static;
    right: 0px;
    top: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Cairo', sans-serif;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.main-menu {
    position: static;
    float: right;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: right;
    padding: 0px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover:before {
    height: 100%;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    /* font-size:15px; */
    /* line-height:30px; */
    font-weight: 500;
    color: black;
    margin: 1px !important;
    /* padding:31px 0; */
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 1em;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation .active {
    color: var(--color-2) !important;
    background-color: #F8F2EE !important;
}

.main-menu .navigation>li>ul>li:hover>a {
    border-right: 4px solid var(--MainColor);
    background: #222222;
}

/*  last edit */
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/*==================================================
			Header Style Two
===================================================*/
.header-style-two .top-right,
.header-style-two .top-left .contact-list {
    padding: 8px 0;
}

.header-style-two .header-lower .main-box {
    position: relative;
    background: transparent;
}

.header-style-two .header-lower .inner-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0 40px;
}

/* .header-style-two .header-lower .inner-container:before{
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px solid var(--MainColor);
	content: "";
	border-top: 0;
} */

.header-style-two .outer-box {
    /* padding: 25px 0; */
    margin-left: 75px;
}

.header-style-two .outer-box .btn-box {
    position: relative;
}

.header-style-two .outer-box .btn-box a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-style-two .main-menu .navigation>li {
    padding: 0;
    margin-right: 10px;
}

/* .header-style-two .main-menu .navigation > li:first-child{
	margin-left: 0;
}

.header-style-two .main-menu .navigation > li > a:after,
.header-style-two .main-menu .navigation > li > a:before{
	position: absolute;
	right: 0;
	bottom: 36px;
	width: 0px;
	height: 1px;
	background-color: #222222;
	content: '';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a:after{
	bottom: 33px;
}

.header-style-two .main-menu .navigation > li.current > a:after,
.header-style-two .main-menu .navigation > li:hover > a:after{
	width: 75%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.header-style-two .main-menu .navigation > li.current > a:before,
.header-style-two .main-menu .navigation > li:hover > a:before{
	width: 100%;
} */

/***

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 65px;
}

/* .sec-title:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 4px;
	background-color: var(--MainColor);
	content: '';
} */

/* .sec-title:after{
	position: absolute;
	left: 10px;
	top: 0;
	height: 40px;
	width: 2px;
	background-color: var(--MainColor);
	content: '';
} */

.sec-title .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: var(--MainColor);
    font-weight: 700;
    top: -4px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #1a1d1f;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #ecebeb;
    font-weight: 300;
    margin-top: 18px;
}

.sec-title.light h2 {
    color: #ffffff;
}

/***

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 37px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .80;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
    margin-top: 100px;
}

.page-title h1 {
    position: relative;
    float: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 600;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding: 10px 0;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -8px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    content: "\f10e";
    font-family: "LineAwesome";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: var(--MainColor);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #ffffff;
}

/***

====================================================================
		Property Search Section
====================================================================

***/

.property-search-section {
    position: relative;
    background-color: #f7f7f7;
    border-top: 2px solid var(--MainColor);
}


.property-search-form {
    position: relative;
}

.property-search-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.property-search-form .form-group label {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Cairo", sans-serif;
    margin-bottom: 5px;
}

.property-search-form .form-group input,
.property-search-form .form-group select,
.property-search-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 30px 10px 25px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-search-form .form-group input:focus,
.property-search-form .form-group select:focus,
.property-search-form .form-group textarea:focus {
    border: 1px solid var(--MainColor);
}

.property-search-form .form-group input[type="submit"],
.property-search-form .form-group button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 14px 15px;
    line-height: 20px;
    margin-top: 33px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    color: #fafafa;
}

.property-search-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 240px 0 196px;
}

/***

====================================================================
		Property Section
====================================================================

***/

.property-search-form.style-three {
    position: absolute;
    left: 0;
    right: 0;
    top: 168px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.property-search-form.style-three form {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    max-width: 370px;
    padding: 35px 30px;
}

.property-search-form.style-three .form-group:last-child {
    margin-bottom: 0;
}

.property-search-form.style-three .form-group input[type="submit"],
.property-search-form.style-three .form-group button {
    margin-top: 0;
    font-size: 16px;
}

.property-search-form.style-three .range-slider-one .ui-state-default,
.property-search-form.style-three .range-slider-one .ui-widget-content .ui-state-default {
    top: -6px;
    width: 16px;
    height: 16px;
    z-index: 99;
    background: #222222;
    border: 2px solid #222222;
    cursor: pointer;
    border-radius: 10px;
}

.property-search-form.style-three .range-slider-one .ui-widget.ui-widget-content {
    background-color: #cfcfcf;
}

.property-search-form.style-three .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/***

====================================================================
		Property Section
====================================================================

***/

.property-section {
    position: relative;
    padding: 0 0 80px;
    overflow: hidden !important;
}

.property-section.alternate {
    padding-top: 0;
}

.property-block {
    position: relative;
    margin-bottom: 40px;
}

.property-block .inner-box {
    position: relative;
}

.property-block .image-box {
    position: relative;
    overflow: hidden;
}

.property-block .image-box .single-item-carousel {
    position: relative;
}

.property-block .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -50px;
}

.property-block .image-box .owl-nav .owl-next,
.property-block .image-box .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    background-color: rgba(34, 34, 34, .50);
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-block .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.property-block .image-box .owl-nav .owl-next:hover,
.property-block .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, .80);
}

.property-block .image-box .image {
    position: relative;
    margin: 0;
}

.property-block .image-box .image a {
    position: relative;
    display: block;
    z-index: 9;
}

.property-block .image-box .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.99) 99%, rgba(34, 34, 34, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.99) 99%, rgba(34, 34, 34, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.99) 99%, rgba(34, 34, 34, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#222222', GradientType=0);
    /* IE6-9 */
    content: "";
    z-index: 99;
}

.property-block .image-box .video-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.property-block .image-box .video-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 50px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms linear;
}

.property-block .inner-box:hover .image-box .video-link .icon {
    -webkit-transform: scale(1.3) rotate(360deg);
    -moz-transform: scale(1.3) rotate(360deg);
    -ms-transform: scale(1.3) rotate(360deg);
    -o-transform: scale(1.3) rotate(360deg);
    transform: scale(1.3) rotate(360deg);
}

.property-block .image-box .image img {
    display: block;
    width: 100%;
    height: 210px;
}

.property-block .image-box .for {
    position: absolute;
    left: -75px;
    top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 700;
    background-color: var(--MainColor);
    padding: 0 80px;
    text-align: center;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-block .inner-box:hover .for {
    background-color: #2b2b2b;
}

.property-block .inner-box:hover .for:before {
    border-top-color: #2b2b2b;
}

.property-block .image-box .featured {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 36px;
    border-radius: 4px;
    z-index: 9;
    background-color: var(--MainColor);
}

/* .property-block .image-box .featured2:before {
	position: absolute;
	left: -14px;
	top: 0;
	width: 0px;
	height: 0;
	border-top: 29px solid #d41818;
	border-left: 15px solid transparent;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} */
.property-block .image-box .featured2 {
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 36px;
    z-index: 9;
    border-radius: 4px;
    background-color: var(--secondaryColor);
    /* padding: 10px; */
}

/* .property-block .image-box .featured:before{
	position: absolute;
	left: -14px;
	top: 0;
	width: 0px;
	height: 0;
	border-top: 29px solid #17a2b8;
	border-left: 15px solid transparent;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition : all 300ms ease;
} */

.property-block .image-box .info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    z-index: 99;
}

.property-block .image-box .info li {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 20px;
    z-index: 9;
}

.property-block .image-box .info li i {
    display: inline-block;
    font-size: 16px;
    color: var(--MainColor);
    margin-right: 8px;
}

.property-block .image-box .info li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-block .image-box .info li a:hover {
    color: var(--MainColor);
}

.property-block .image-box .info li:last-child {
    float: right;
    margin-right: 0;
}

.property-block .image-box .info li:first-child {
    float: left;
}

.property-block .lower-content {
    position: relative;
    padding: 20px 0 0;
}

.property-block .lower-content .thumb {
    position: absolute;
    right: 25px;
    top: -35px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.30);
    overflow: hidden;
    z-index: 99;
}

.property-block h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 7px;
}

.property-block h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-block h3 a:hover {
    color: var(--MainColor);
}

.property-block .lucation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 5px;
}

.property-block .lucation i {
    color: var(--MainColor);
    font-size: 18px;
    margin-right: 4px;
}

.property-block .property-info {
    position: relative;
    margin-bottom: 30px;
}

.property-block .property-info li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #777777;
    cursor: default;
    font-weight: 400;
}

.property-block .property-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: var(--MainColor);
    line-height: 40px;
}

/***/
.property-block .property-infos {
    position: relative;
    margin-bottom: 30px;
}

.property-block .property-infos li {
    position: relative;
    float: right;
    width: 50%;
    padding-right: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #777777;
    cursor: default;
    font-weight: 400;
}

.property-block .property-infos li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: var(--MainColor);
    line-height: 40px;
}

.rtl .property-block .property-infos li i {
    left: auto;
    right: 0px;
}

.property-block .property-price {
    position: relative;
}



.property-block .property-price .read-more {
    position: relative;
    width: 100%;
    background-color: var(--MainColor);
    transition: all 300ms ease;
}

.property-block .property-price .read-more:hover {
    background: #000;
    color: #ffffff;
}

.property-block .property-price .read-more .theme-btn {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 30px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.property-filter-section .load-more-btn {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}

.load-more-btn {
    position: relative;
    margin-top: 40px;
}

.load-more-btn a {
    padding: 10px 30px;
    line-height: 21px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
}

/***

====================================================================
		Property Detail
====================================================================

***/

.property-detail {
    position: relative;
}

.upper-info-box {
    position: relative;
}

.upper-info-box .about-property {
    position: relative;
    margin-bottom: 35px;
}

.upper-info-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.upper-info-box .location {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--MainColor);
    font-weight: 400;
    margin-bottom: 18px;
}

.about-property .price {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: var(--MainColor);
    font-weight: 400;
    margin-bottom: 18px;
    margin-right: 20px;
}

.upper-info-box .location i {
    color: var(--MainColor);
    font-size: 18px;
    margin-right: 4px;
}

.upper-info-box .property-info {
    position: relative;
}

.upper-info-box .property-info li {
    position: relative;
    float: left;
    margin-right: 35px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #777777;
    cursor: default;
    font-weight: 400;
}

.upper-info-box .property-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: var(--MainColor);
    line-height: 40px;
}

.upper-info-box .price-column {
    position: relative;
    text-align: right;
    padding-top: 35px;
}

.upper-info-box .price-column .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 700;
}



.upper-info-box .price-column .status {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}

.property-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.property-detail .carousel-outer {
    position: relative;
}

.property-detail .carousel-outer .image-carousel {
    position: relative;
    margin-bottom: 20px;
}

.property-detail .carousel-outer .thumbs-carousel {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 30px;
}

.property-detail .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -15px;
}

.property-detail .thumbs-carousel .owl-prev,
.property-detail .thumbs-carousel .owl-next {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.property-detail .thumbs-carousel .owl-next {
    left: auto;
    right: 0;
}

.property-detail .thumbs-carousel .owl-prev:hover,
.property-detail .thumbs-carousel .owl-next:hover {
    color: var(--MainColor);
}

.property-detail .lower-content {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 55px;
}

.property-detail h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.property-detail p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.property-detail blockquote {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #1a1d1f;
    font-weight: 700;
    margin-left: 40px;
    padding-left: 25px;
    border-left: 2px solid var(--MainColor);
    margin-bottom: 28px;
}

.property-detail .property-features {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 55px;
}

.property-detail .property-features h4 {
    margin-bottom: 25px;
}

.property-detail .property-features ul {
    position: relative;
}

.property-detail .property-features ul:after {
    content: "";
    display: table;
    clear: both;
}

.property-detail .property-features ul li {
    float: left;
    width: 33.3333333%;
}

.property-plans {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -55px;
}

/***

====================================================================
			Property Grid View
====================================================================

***/

.property-grid-view .property-block {
    margin-bottom: 60px;
}

.property-grid-view .styled-pagination {
    margin-top: 40px;
}

/***

====================================================================
		About Us
====================================================================

***/

.about-us {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 70px;
}

.about-us:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.90;
    content: "";
}

.about-us .sec-title {
    margin-bottom: 45px;
}

.about-us .info-column {
    position: relative;
}

.about-us .info-column .inner-column {
    position: relative;
    margin-right: -10px;
}

.about-us .info-column .text {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #bbbbbb;
    font-weight: 400;
}

.about-us .info-column .features {
    position: relative;
    margin-top: 55px;
}

.feature-block {
    position: relative;
    margin-bottom: 50px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 75px;
}

.rtl .feature-block .inner-box .icons {
    left: auto;
    right: 0;
}

.feature-block .inner-box .icons {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 1em;
    color: var(--MainColor);
}

.feature-block h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.feature-block h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block h4 a:hover {
    color: var(--MainColor);
}

.play-now {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: block;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now:hover {
    background-color: rgba(0, 0, 0, .40);
}

.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: var(--MainColor);
    color: #ffffff;
    z-index: 1;
    font-size: 30px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*== About US Style Two ==*/
.about-us.style-two {
    position: relative;
}

.about-us.style-two:before {
    display: none;
}

.about-us.style-two .info-column .text {
    color: #777777;
}

.about-us.style-two .feature-block h4 a {
    color: #222222;
}

.about-us.style-two .feature-block h4 a:hover {
    color: var(--MainColor);
}

/***

====================================================================
		Popular Places Section
====================================================================

***/

.popular-places-section {
    position: relative;
    padding: 120px 0 110px;
}

/***

====================================================================
		Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 60px 0 0px;
}

.services-section .sec-title {
    margin-bottom: 130px;
}

.service-block {
    position: relative;
    margin-bottom: 90px;
}

.service-block .inner-box {
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 35px 20px 45px;
}

.service-block .icon-box {
    position: absolute;
    right: 50px;
    top: -45px;
    height: 90px;
    width: 90px;
    font-size: 46px;
    line-height: 90px;
    text-align: center;
    color: var(--MainColor);
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.service-block .inner-box:hover .icon-box {
    color: #ffffff;
}

.service-block .icon-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .icon-box:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.service-block .icon-box .icon {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-block h4 {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.service-block h4 a {
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block h4 a:hover {
    color: var(--MainColor);
}

.service-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 18px;
}

.service-block .link-box {
    position: relative;
}

.service-block .link-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--MainColor);
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .link-box a:hover {
    color: #222222;
}

/***

====================================================================
		Call To Action
====================================================================

***/
.property-search-section-two .content-box {
    position: relative;
    text-align: center;
}

.property-search-section-two .content-box .title-box {
    position: relative;
    margin-bottom: 65px;
}

.property-search-section-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 25px;
}

.property-search-section-two .content-box h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
}



.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 80px;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    content: "";
    opacity: 0.90;
}

.call-to-action .row {
    display: block;
}

.call-to-action .sec-title {
    margin-bottom: 0px;
}

.call-to-action .title-column {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.call-to-action .button-column {
    position: relative;
    float: right;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 20px;
}

.call-to-action .button-column a {
    margin-left: 30px;
    margin-bottom: 20px;
}

.call-to-actions {
    background-color: var(--MainColor);
    padding: 55px 0 55px;
}

.call-to-actions .row {
    display: block;
}

.call-to-actions .sec-title {
    margin-bottom: 0;
}

.call-to-actions .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.call-to-actions .sec-title .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
    top: -4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.call-to-actions .title-column {
    position: relative;
    float: right;
    margin-bottom: 40px;
}

.call-to-actions .button-column {
    position: relative;
    float: left;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 20px;
}

.call-to-actions .button-column a {
    margin-left: 30px;
    margin-bottom: 20px;
}

.call-to-actions .btn-style-one {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 25px;
    font-weight: 700;
    -webkit-box-shadow: rgb(34 34 34) 0 0 0 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40 inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40 inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset;
    box-shadow: rgb(34 34 34) 0 0 0 40px inset;
}


/***

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    width: 100%;
    text-align: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--MainColor);
    border-color: var(--MainColor);
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 21px;
    font-weight: 400;
    font-size: 18px;


}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 6px 8px;

}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 21px;
    font-weight: 400;
    font-size: 18px;
    background: #ffffff;
    color: #222222;
    border: 1px dashed #cccccc;


}

.styled-pagination li a span {
    display: inline-block;
    transform: skewX(12deg);
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #ffffff;
    background: var(--MainColor);
    border-color: var(--MainColor);
}

.styled-pagination li.prev {
    margin-left: 0;
}

.styled-pagination li.next {
    margin-right: 0;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    width: auto;
    padding: 0 15px;
    background-color: #cccccc;
    transform: skewX(0deg);
    margin-right: 7px;
}

.styled-pagination li.next a {
    margin-right: 0;
    margin-left: 7px;
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
    background-color: #222222;
    border-color: #222222;
    color: #ffffff;
}

.styled-pagination li.next a:before,
.styled-pagination li.prev a:before {
    position: absolute;
    right: -10px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 40px solid #cccccc;
    border-right: 10px solid transparent;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.next a:before {
    left: auto;
    left: -10px;
    border-top: 0;
    border-right: 0;
    border-bottom: 40px solid #cccccc;
    border-left: 10px solid transparent;
}

.styled-pagination li.next a:hover:before {
    border-bottom: 40px solid #222222;
}

.styled-pagination li.prev a:hover:before {
    border-top: 40px solid #222222;
}

/***

====================================================================
		News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0 80px;
    background-color: #f3f3f3;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    border-bottom: 1px solid #bbbbbb;
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.news-block .image-box .icon-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    background-color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .image-box:hover .icon-box {
    background-color: var(--MainColor);
}

.news-block .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -65px;
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .80);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(34, 34, 34, .80);
    color: #ffffff;
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: 210px;
    -webkit-transition: all 00ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block .inner-box:hover .image-box .image a img {
    -webkit-transform: scale(1.2) rotate(15deg);
    -moz-transform: scale(1.2) rotate(15deg);
    -ms-transform: scale(1.2) rotate(15deg);
    -o-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
}

.news-block .lower-content {
    position: relative;
    padding: 30px 0 24px;
}

.news-block .lower-content .info {
    position: relative;
    margin-bottom: 15px;
}

.news-block .lower-content .info li {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
}

.news-block .lower-content .info li:before {
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    content: "|";
}

.news-block .lower-content .info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.news-block .lower-content .info li:last-child:before {
    display: none;
}

.news-block .lower-content .info li span {
    color: var(--MainColor);
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    font-weight: 600;
}

.news-block .lower-content h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
    color: var(--MainColor);
}

/***

====================================================================
		Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 120px 0 0 0;
}

.blog-section .news-block {
    margin-bottom: 50px;
}

.blog-section .styled-pagination {
    margin-top: 50px;
}

/***

====================================================================
		Blog List View
====================================================================

***/

.blog-list-view {
    position: relative;
}

.blog-list-view .styled-pagination {
    margin-top: 30px;
}

.blog-list-view .styled-pagination ul {
    text-align: left;
}


/***

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail {
    position: relative;
}

.blog-detail .lower-content .info {
    position: relative;
    margin-bottom: 15px;
}

.blog-detail .lower-content .info li {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-detail .lower-content .info li:before {
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    content: "|";
}

.blog-detail .lower-content .info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blog-detail .lower-content .info li:last-child:before {
    display: none;
}

.blog-detail .lower-content .info li span {
    color: var(--MainColor);
}

.blog-detail h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 30px;
}

.blog-detail h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-detail p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.testimonial-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 120px;
}

.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    content: '';
    opacity: 0.90;
}

.testimonial-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    margin: 65px;
}

/***
==================================================================
		Contact Section
==================================================================

***/

.contact-section {
    position: relative;
}

.contact-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../images/icons/pattern-2.jpg); */
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.contact-section:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: var(--MainColor);
    /* content: ""; */
    z-index: 1;
}

.contact-section .outer-container {
    position: relative;
}

.contact-section .form-column {
    position: relative;
    float: left;
    width: 40%;
}

.contact-section .form-column .inner-column {
    position: relative;
    max-width: 460px;
    width: 100%;
    padding: 120px 15px 85px;
    margin: 0 auto;
}

.contact-section .form-column .title-box {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .form-column .title-box .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--MainColor);
    font-weight: 400;
    margin-bottom: 12px;
}

.contact-section .form-column .title-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-section .form-column .title-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
}

.contact-section .contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 29px;
    padding: 15px 0px;
    background-color: transparent;
    font-weight: 400;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--MainColor);
}

.contact-form .form-group textarea {
    height: 150px;
    resize: none;
}

.contact-form .form-group button {
    line-height: 25px;
    padding: 10px 35px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

/*== Map Column ===*/
.contact-section .map-column {
    position: absolute;
    right: 25%;
    width: 35%;
    height: 100%;
}

.contact-section .map-column .map-outer {
    position: absolute;
    height: 100%;
    width: 100%;
}

.contact-section .map-column .map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*== Info Column ===*/

.contact-section .info-column {
    position: relative;
    float: right;
    width: 25%;
    margin-left: 35%;
    background-color: var(--MainColor);
    z-index: 9;
}

.contact-section .info-column .inner-column {
    position: relative;
    max-width: 300px;
}

.contact-section .contact-info-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .contact-info-box:last-child {
    margin-bottom: 0;
}

.contact-section .contact-info-box .inner-box {
    position: relative;
    padding-left: 45px;
}

.contact-section .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-section .contact-info-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section .contact-info-box ul {
    position: relative;
}

.contact-section .contact-info-box ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.contact-section .contact-info-box ul li a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .contact-info-box ul li a:hover {
    color: #222222;
}

.contact-section .contact-info-box.follow-us h4 {
    margin-left: -40px;
}

.contact-section .contact-info-box.follow-us ul li {
    display: inline-block;
}

/*=== Social Icon three ===*/

.social-icon-three {
    position: relative;
    display: block;
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.social-icon-three li:last-child {
    margin-right: 0;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #e8e8e8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #222222;
}

.contact-section.style-two:after {
    width: 40%;
    margin-right: -15px;
}

.contact-section.style-two .form-column {
    float: none;
    width: unset;
}

.contact-section.style-two .form-column .inner-column {
    max-width: 570px;
    padding-left: 0;
    padding-right: 0;
}

.contact-section.style-two .info-column {
    float: none;
    width: unset;
    margin-left: 0;
}

/***
==================================================================
				Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.90;
    /* content: ""; */
}

.main-footer .upper-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-logo {
    position: relative;
}

.main-footer .footer-logo .image {
    position: relative;
    margin-bottom: 0;
}

.main-footer .footer-logo .image a {
    position: relative;
    display: block;
}

.main-footer .footer-logo .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*=== Subscribe Form ===*/

.main-footer .subscribe-form {
    position: relative;
}

.main-footer .subscribe-form .form-group {
    position: relative;
    margin: 0px;
}

.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 20px;
    padding-right: 120px;
    height: 50px;
    width: 100%;
    border: 1px solid #777777;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

::-webkit-input-placeholder {
    color: #aaaaaa;
}

::-ms-input-placeholder {
    color: #aaaaaa;
}

.main-footer .subscribe-form .form-group input:focus {
    border-color: var(--MainColor);
}

.main-footer .subscribe-form .form-group input[type="submit"],
.main-footer .subscribe-form .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 20px;
    padding: 10px 30px;
    font-size: 12px;
}

/*=== Social Icon Two ===*/

.main-footer .upper-box .social-links {
    position: relative;
}

.social-icon-two {
    position: relative;
    display: block;
    text-align: right;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
}

.social-icon-two li:first-child {
    margin-left: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: var(--MainColor);
}

/*=== Widgets Section ===*/

.main-footer .widgets-section {
    position: relative;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 36px;
}

/*=== Contact Widget ===*/

.main-footer .contact-list {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .contact-list li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 40px;
}


.contact-list li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
    color: var(--MainColor);
}

.main-footer .contact-list li a {
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .contact-list li a:hover {
    color: var(--MainColor);
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 170px 0px 170px;
}

.error-section .error-title {
    position: relative;
    color: #222222;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
}

.error-section h4 {
    color: #333333;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.error-section .text {
    color: #666666;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 45px;
}

.error-section .theme-btn {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 35px 15px;
    text-transform: uppercase;
}

/*=== Cities Widget ===*/

.main-footer .cities-widget {
    position: relative;
}

.main-footer .cities-widget .list li {
    float: left;
    width: 50%;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .list li:before {
    position: absolute;
    left: -3px;
    top: 0;
    font-size: 16px;
    line-height: 36px;
    color: white !important;
    font-weight: 400;
    content: "\f10e";
    font-family: "LineAwesome";
}

.main-footer .list li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .list li a:hover {
    color: var(--MainColor);
}



/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
    border-top: 1px solid #777777;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 40px 0;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    outline: medium none !important;
    color: var(--MainColor);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .footer-nav ul {
    position: relative;
    padding: 40px 0;
}

.main-footer .footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    margin-left: 40px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child {
    margin-left: 0px;
}

.main-footer .footer-bottom .footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: var(--MainColor);
}


/***
==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0 70px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container.left-sidebar .content-side {
    order: 12;
}

.sidebar-widget {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .10);
    -ms-box-shadow: 0 0 35px rgba(0, 0, 0, .10);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, .10);
    box-shadow: 0 0 35px rgba(0, 0, 0, .10);
    margin-bottom: 60px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    background-color: #222222;
    padding: 15px 35px;
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .property-search-form .form-group {
    margin-bottom: 20px;
}

/* Sort By */
.sidebar .sort-by {
    position: relative;
    box-shadow: none;
}

.sidebar .sort-by .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    font-weight: 400;
    padding: 14px 25px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .sort-by .ui-button .ui-icon {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    color: #dddddd;
    height: 60px;
    width: 60px;
}

.sidebar .sort-by .ui-button .ui-icon:before {
    font-family: 'LineAwesome';
    content: "\f110";
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: block;
    color: #1a1d1f;
    font-size: 12px;
    text-align: center;
    z-index: 5;
}

/*=== Search Properties ===*/
.sidebar .search-properties {
    position: relative;
}

.sidebar .property-search-form.style-three,
.sidebar .property-search-form.style-three form {
    position: relative;
    left: 0;
    top: 0;
}

.sidebar .property-search-form.style-three {
    padding: 0;
}

.sidebar .property-search-form.style-three .form-group input[type="submit"],
.sidebar .property-search-form.style-three .form-group button {
    font-size: 16px;
}

/*=== Agent Widget ===*/

.agent-widget {
    position: relative;
}

.agent-widget .widget-content {
    position: relative;
    padding: 25px 25px;
}

.agent-widget .image-box {
    position: relative;
}

.agent-widget .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

.agent-widget .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.agent-widget .info-box {
    position: relative;
    padding: 35px 0 0;
}

.agent-widget .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #222222;
    font-weight: 700;
}

.agent-widget .info-box .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: var(--MainColor);
    font-weight: 400;
    margin-bottom: 20px;
}

.agent-widget .contact-info {
    position: relative;
    display: block;
}

.agent-widget .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.agent-widget .contact-info li strong {
    position: relative;
    float: left;
    min-width: 85px;
    font-weight: 700;
    color: #222222;
}

.agent-widget .follow-us {
    position: relative;
    margin-bottom: 30px;
}

.agent-widget .social-links li.link {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #222222;
    font-weight: 700;
    min-width: 85px;
}

.agent-widget .social-links li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: var(--MainColor);
    margin-right: 10px;
}

.agent-widget .social-links li a {
    color: var(--MainColor);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.agent-widget .social-links li a:hover {
    color: #222222;
}

.agent-widget .btn-box {
    position: relative;
}

.agent-widget .btn-box a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

/*=== Agent Form Widget ===*/

.agent-from-widget {
    position: relative;
}

.agent-from-widget .widget-content {
    position: relative;
    padding: 30px 30px;
}

.agent-from-widget .form-group {
    position: relative;
    margin-bottom: 20px;
}

.agent-from-widget .form-group:last-child {
    margin-bottom: 0;
}

.agent-from-widget input[type="text"],
.agent-from-widget input[type="email"],
.agent-from-widget input[type="password"],
.agent-from-widget input[type="url"],
.agent-from-widget input[type="tel"],
.agent-from-widget select,
.agent-from-widget textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 25px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.agent-from-widget .form-group textarea {
    height: 240px;
    resize: none;
    margin-bottom: 10px;
}

.agent-from-widget .form-group input:focus,
.agent-from-widget .form-group textarea:focus {
    border-color: var(--MainColor);
}

.agent-detail {
    position: relative;
    padding: 120px 0 120px;
}


.agent-from-widget .form-group input[type="submit"] {
    position: relative;
    text-transform: capitalize;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    width: 100%;
}

/*=== Categories ===*/

.cat-list {
    position: relative;
    padding: 30px 35px 30px;
}

.cat-list li {
    position: relative;
    margin-bottom: 22px;
}

.cat-list li a {
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    font-weight: 700;
    display: block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cat-list li:last-child {
    margin-bottom: 0;
}

.cat-list li a span {
    float: right;
}

.cat-list li.active a,
.cat-list li:hover a {
    color: var(--MainColor);
}

/*=== Latest News ===*/
.recent-properties {
    position: relative;
}

.recent-properties .widget-content {
    padding: 30px 35px 30px;
}

.recent-properties .post {
    position: relative;
    padding-left: 140px;
    margin-bottom: 45px;
    min-height: 90px;
}



.recent-properties .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    margin-bottom: 10px;
}

.recent-properties .post-thumb .status {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    background-color: var(--MainColor);
    text-transform: capitalize;
}

.recent-properties .post-thumb .status.hot {
    background-color: #ff0000;
}

.recent-properties .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.recent-properties .post .location {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--MainColor);
    font-weight: 400;
    margin-bottom: 3px;
}

.recent-properties .post h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 13px;
}

.recent-properties .post h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-properties .post:hover h3 a {
    color: var(--MainColor);
}

.recent-properties .post .price {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
}

/*=== Tags ===*/

.tag-list {
    position: relative;
    display: block;
    margin-right: -20px;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    padding: 9px 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: #2154cf;
    border-color: #2154cf;
    color: #ffffff;
}

/*=== Search Box ===*/


.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 15px 25px;
    padding-right: 60px;
    height: 60px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #2154cf;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #2154cf;
    font-weight: normal;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/


.rtl {
    direction: rtl;
    text-align: right;
}


.rtl .news-block-two .content-box .info li,
.rtl .call-to-action .title-column,
.rtl .main-menu,
.rtl .page-title h1,
.rtl .new-property .text,
.rtl .property-block .image-box .info li:first-child,
.rtl .agent-detail .contact-info .social-links li,
.rtl .sidebar-page-container .upper-box .sec-title,
.rtl .faq-tabs .tab-btns .tab-btn,
.rtl .main-header .header-lower .logo-box,
.rtl .property-filter-section .upper-box .sec-title,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .main-menu .navigation>li,
.rtl .main-header .top-left {
    float: right;
}

.rtl .header-style-six .nav-outer,
.rtl .page-title .bread-crumb,
.rtl .cat-list li a span,
.rtl .property-block .image-box .info li:last-child,
.rtl .sidebar-page-container .upper-box .filter-options,
.rtl .property-filter-section .upper-box .filters,
.rtl .popular-places-carousel .owl-next,
.rtl .popular-places-carousel .owl-prev,
.rtl .main-footer .footer-bottom .footer-nav,
.rtl .call-to-action .button-column,
.rtl .main-header .top-right {
    float: left;
}

.rtl .review-area .review-box .rating,
.rtl .property-block-four .thumb,
.rtl .testimonial-carousel-two .owl-nav,
.rtl .property-carousel .owl-nav,
.rtl .agents-carousel .owl-nav,
.rtl .recent-property-section .owl-nav,
.rtl .header-style-one .header-lower .logo-box:before {
    right: auto;
    left: 0;
}

.rtl .property-block-four .text:before,
.rtl .list-style-one li:before,
.rtl .review-area .review-box .thumb-box,
.rtl .property-block-four .property-info li i,
.rtl .property-block-three .property-info li i,
.rtl .testimonial-block-two .info-box .thumb,
.rtl .recent-properties .post-thumb,
.rtl .property-block-two .property-info li i,
.rtl .contact-section .contact-info-box .icon,
.rtl .feature-block-two .icon-box,
.rtl .upper-info-box .property-info li i,
.rtl .testimonial-block .image-box,
.rtl .new-property .text:before,
.rtl .fun-facts-section .column .icon-box,
.rtl .popular-posts .post .thumb,
.rtl .new-property .property-info li i,
.rtl .main-footer .list li:before,
.rtl .main-footer .contact-list li span,
.rtl .feature-block .inner-box .icon,
.rtl .property-block .property-info li i,
.rtl .main-menu .navigation>li>ul,
.rtl .header-style-one .header-lower .logo-box {
    left: auto;
    right: 0
}

.rtl .contact-section .contact-info-box ul,
.rtl .styled-pagination,
.rtl .owl-carousel {
    direction: rtl !important;
}

.main-slider .theme-btn {
    margin-right: 0;
    margin-left: 25px;
}

.rtl .main-slider .tp-parallax-wrap {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

.rtl .sec-title,
.rtl .ui-menu .ui-menu-item-wrapper,
.rtl .property-search-form .form-group,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right !important;
}

.rtl .header-style-six .outer-box .btn-box {
    margin-left: 0;
    float: left;
}

.rtl .ui-menu .ui-menu-item-wrapper,
.rtl .property-block .lower-content {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
    border-left: 0;
    border-right: 4px solid transparent;
}

.rtl .main-menu .navigation>li>ul>li>ul>li:hover>a,
.rtl .main-menu .navigation>li>ul>li:hover>a {
    border-left: 0;
    border-right: 4px solid var(--MainColor);
}

.rtl .header-style-four .main-menu .navigation>li:first-child {
    margin-left: 35px;
}

.rtl .main-header .search-box-outer .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

.rtl .header-style-one .header-lower .inner-container,
.rtl .header-style-one .header-top .inner-container {
    padding-left: 0;
    padding-right: 248px;
}

.rtl .header-style-one .header-lower .logo:after {
    right: auto;
    left: -85px;
    border-right: 85px solid #ededed;
    border-left: 0;
}

.rtl .header-style-one .header-lower .logo:before {
    border-right: 72px solid #ffffff;
    border-left: 0;
    right: auto;
    left: -72px;
}

.rtl .main-header .top-left .contact-list li i {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.rtl .main-header .outer-box {
    float: left;
    margin-left: 0;
    margin-right: 45px;
}

.rtl .main-header .search-box-outer {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.rtl .main-menu .navigation li>ul>li>ul {
    right: 100%;
    left: auto;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    left: 10px;
    right: auto;
    content: "\f104";
}

.rtl .header-style-six .main-menu .navigation>li:first-child,
.rtl .header-style-three .main-menu .navigation>li:first-child,
.rtl .header-style-seven .main-menu .navigation>li:first-child,
.rtl .header-style-one .main-menu .navigation>li:first-child {
    margin-right: 0;
    padding-right: 0;
}

.rtl .header-style-six .main-menu .navigation>li:last-child,
.rtl .header-style-three .main-menu .navigation>li:last-child,
.rtl .header-style-seven .main-menu .navigation>li:last-child,
.rtl .header-style-one .main-menu .navigation>li:last-child {
    padding-right: 28px;
    margin-right: 28px;
}

.rtl .header-style-six .main-menu .navigation>li:last-child:before,
.rtl .header-style-three .main-menu .navigation>li:last-child:before,
.rtl .header-style-seven .main-menu .navigation>li:last-child:before,
.rtl .header-style-one .main-menu .navigation>li:last-child:before {
    display: block;
}

.rtl .sticky-header .main-menu .navigation>li:last-child {
    margin: 0 !important;
    padding-right: 0;
}

.rtl .header-style-six .main-menu .navigation>li:first-child:before,
.rtl .header-style-seven .main-menu .navigation>li:first-child:before,
.rtl .sticky-header .main-menu .navigation>li:last-child:before,
.rtl .sticky-header .main-menu .navigation>li:first-child:before,
.rtl .header-style-one .main-menu .navigation>li:first-child:before {
    display: none;
}

.rtl .header-style-seven .main-menu .navigation>li:last-child,
.rtl .header-style-three .main-menu .navigation>li:last-child {
    margin-right: 28px;
    margin-left: 0;
}

.rtl .sec-title {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .sec-title:before {
    left: auto;
    right: 0;
}

.rtl .sec-title:after {
    right: 10px;
    left: auto;
}

.rtl .property-block .image-box .info li i {
    margin-right: 0;
    margin-left: 8px;
}

.rtl .property-block .property-info li {
    padding-left: 0;
    padding-right: 45px;
}

.rtl .feature-block .inner-box {
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.rtl .call-to-action .button-column a {
    margin-left: 0;
    margin-right: 30px;
}

.rtl .main-footer .contact-list li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .main-footer .cities-widget .list li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .main-footer .list li:before {
    content: "\f10d";
}

.rtl .popular-posts .post {
    padding-left: 0;
    padding-right: 120px;
}

.rtl .main-footer .subscribe-form .form-group input[type="text"],
.rtl .main-footer .subscribe-form .form-group input[type="email"] {
    padding-right: 20px;
    padding-left: 120px;
}

.rtl .main-footer .subscribe-form .form-group input[type="submit"],
.rtl .main-footer .subscribe-form .form-group button {
    left: 5px;
    right: auto;
}

.rtl .social-icon-two {
    text-align: right;
}

.rtl .social-icon-two li:first-child {
    margin-left: 25px;
}

.rtl .social-icon-two li:last-child {
    margin-left: 0;
}

.rtl .new-property .lucation i {
    float: right;
    margin-left: 10px;
}

.rtl .new-property .property-info li {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .fun-facts-section .column .content {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .service-block .icon-box {
    right: auto;
    left: 50px;
}

.rtl .news-block-two .content-box .info li i {
    margin-right: 0;
    margin-left: 4px;
}

.rtl .news-block-two .content-box .info li {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .testimonial-block .inner-box {
    padding-right: 200px;
    padding-left: 30px;
}

.rtl .contact-section .contact-info-box .inner-box {
    padding-left: 0;
    padding-right: 45px;
}

.rtl .header-style-seven .header-lower .main-box:before,
.rtl .header-style-three .header-lower .main-box:before {
    left: auto;
    right: 100%;
    margin-right: -215px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
}

.rtl .header-style-three .header-lower .outer-box .btn-box {
    float: left;
    margin-left: 0;
    margin-right: 50px;
}

.rtl .header-style-seven .header-lower .outer-box .btn-box {
    float: left;
    padding-left: 0;
    padding-right: 50px;
}

.rtl .header-style-seven .header-lower .outer-box .btn-box:before {
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -205px;
}

.rtl .header-style-seven .info-box,
.rtl .header-style-three .info-box {
    padding-left: 0;
    padding-right: 50px;
}

.rtl .header-style-seven .info-box .icon-box,
.rtl .header-style-three .info-box .icon-box {
    left: 0;
    right: 0;
}

.rtl .property-block-two .lower-content .thumb,
.rtl .property-block .lower-content .thumb {
    right: auto;
    left: 25px;
}

.rtl .feature-block-two .inner-box {
    padding-left: 0;
    padding-right: 85px;
}

.rtl .property-block-two .property-info li {
    padding-left: 0;
    padding-right: 65px;
}

.rtl .testimonial-block-two .info-box {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .banner-section .title-box .inner-box:before,
.rtl .banner-section .title-box .inner-box:after {
    right: auto;
    left: -70px;
    height: 0;
    border-right: 0;
    border-left: 70px solid transparent;
}

.rtl .banner-section .title-box h2:before,
.rtl .banner-section .title-box h2:after {
    right: auto;
    left: 0;
}

.rtl .banner-section .title-box h2 {
    padding-right: 0;
    padding-left: 60px;
}

.rtl .header-style-seven .header-lower .main-box {
    padding-left: 0;
    padding-right: 40px;
    padding-left: 0;
}

.rtl .faq-tabs .tab-btns .tab-btn {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .faq-tabs .tab-btns .tab-btn:first-child:after {
    display: none;
}

.rtl .faq-tabs .tab-btns .tab-btn:last-child:after {
    display: block;
}

.rtl .accordion-box .block .acc-btn {
    padding-left: 45px;
    padding-right: 25px;
}

.rtl .accordion-box .block .icon {
    right: auto;
    left: 15px;
}

.rtl .agent-detail .contact-info ul li i {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .property-block-three .lower-content .thumb {
    right: auto;
    left: 25px;
}

.rtl .property-block-three .property-info li {
    padding-left: 0;
    padding-right: 45px;
}

.rtl .property-block-three .image-box .info li i {
    margin-right: 0;
    margin-left: 8px;
}

.rtl .recent-properties .post {
    padding-left: 0;
    padding-right: 140px;
}

.rtl .property-block-four .property-info li:last-child,
.rtl .property-block-four .property-info li {
    float: right;
    margin-left: 0;
    padding-left: 0;
    margin-right: 40px;
    padding-right: 40px;
}

.rtl .property-block-four .property-info li:first-child {
    margin-right: 0;
}

.rtl .upper-info-box .location i {
    margin-right: 0;
    margin-left: 4px;
}

.rtl .upper-info-box .property-info li:last-child,
.rtl .upper-info-box .property-info li {
    float: right;
    margin-left: 0;
    margin-right: 35px;
    padding-left: 0;
    padding-right: 45px;
    font-size: 14px;
    line-height: 45px;
}

.rtl .upper-info-box .property-info li:first-child {
    margin-right: 0;
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 35px;
}



.rtl .review-area .review-box {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .rtl .main-footer.style-three .subscribe-form .form-group input[type="submit"],
.rtl .rtl .main-footer.style-three .subscribe-form .form-group button {
    left: 0;
}

.rtl .blog-detail .lower-content .info li,
.rtl .blog-detail .lower-content .info li:last-child,
.rtl .news-block-three .content-box .info li:last-child,
.rtl .news-block-three .content-box .info li {
    padding-right: 0;
    margin-right: 0;
    padding-left: 14px;
    margin-left: 10px;
}

.rtl .blog-detail .lower-content .info li:before,
.rtl .news-block-three .content-box .info li:before {
    right: auto;
    left: -2px;
}

.rtl .page-title .bread-crumb li:last-child,
.rtl .page-title .bread-crumb li {
    float: right;
    padding-right: 0;
    margin-right: 0;
    padding-left: 15px;
    margin-left: 15px;
}

.rtl .page-title .bread-crumb li:last-child {
    margin-left: 0;
}

.rtl .page-title .bread-crumb li:before {
    left: -8px;
    right: auto;
    content: "\f10d";
}

.rtl .blog-detail blockquote {
    padding-left: 0;
    padding-right: 25px;
    border-left: 0;
    border-right: 2px solid var(--MainColor);
}

.rtl .blog-detail .post-share-options .icon {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.rtl .contact-section.style-two:after {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -15px;
}

.rtl .contact-section.style-two .form-column .inner-column {
    float: right;
}

.rtl .main-footer .list li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .main-slider .info-list li:last-child {
    text-align: right;
    padding-left: 0;
    margin-left: 0;
}

.rtl .main-slider .info-list li:first-child {
    text-align: left;
    padding-left: 18px;
    margin-left: 18px;
}

.rtl .main-slider .info-list li:last-child:before {
    display: none;
}

.rtl .main-slider .info-list li:first-child:before {
    display: block;
}

.rtl .testimonial-block .content-box .icon {
    right: auto;
    left: 0;
}

.rtl .property-filter-section .mixitup-gallery .filters li:first-child,
.rtl .property-filter-section .mixitup-gallery .filters li {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}


.rtl .header-style-seven .top-right ul li:last-child,
.rtl .header-style-seven .top-right ul li,
.rtl .header-style-three .top-right ul li:last-child,
.rtl .header-style-three .top-right ul li {
    float: left;
    padding-right: 0;
    margin-right: 0;
    margin-left: 12px;
    padding-left: 12px;
}

.rtl .header-style-seven .top-right ul li:last-child:before,
.rtl .header-style-three .top-right ul li:last-child:before {
    display: block;
    right: auto;
    left: -2px;
}


.rtl .header-style-seven .top-right ul li:first-child:before,
.rtl .header-style-three .top-right ul li:first-child:before {
    display: none;
}


.rtl .header-style-seven .top-right ul li:first-child,
.rtl .header-style-three .top-right ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.rtl .about-us .info-column .inner-column {
    margin-right: 0;
    margin-left: -10px;
}


.rtl .main-footer.style-three .subscribe-form .form-group input[type="submit"],
.rtl .main-footer.style-three .subscribe-form .form-group button {
    left: 0;
}


.rtl .property-block-three .image-box .info li:first-child {
    float: right;
}

.rtl .property-detail blockquote {
    padding-left: 0;
    padding-right: 25px;
    border-left: 0;
    border-right: 2px solid var(--MainColor);
}








/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
    position: static;
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background: rgba(47, 46, 50, .90);
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation>li .mega-menu-bar h3 {
    position: relative;
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li .mega-menu-bar>ul {
    position: relative;

}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: none;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    border-left: 4px solid var(--MainColor);
    background: #222222;
}




/*******/

.service-block .inner-boxs {
    position: relative;
    /* border: 1px solid #d7d7d7; */
    /* display: flex; */
    /* justify-content: center; */
}

.service-block .icon-boxs {
    /* position: absolute; */
    /* left: 17px; */
    /* top: -26px; */
    height: 120px;
    width: 120px;
    font-size: 72px;
    /* line-height: 90px; */
    text-align: center;
    color: var(--MainColor);
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    background: linear-gradient(120deg, #682837a8, #68283738, #ffffff00);
}

.service-block .icon-boxs:hover {
    background-color: var(--MainColor);
    color: #ffffff;
}

/* .service-block .icon-boxs:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--otherColor);
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
} */

.service-block .inner-boxs:hover .icon-boxs:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.service-block .icon-boxs .icon {
    display: inline-block;
    /* -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); */
}

.service-block .inner-boxs h4 {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: var(--otherColor);
    font-weight: 600;
    /* margin: 20px 28px; */
}

.service-block .inner-boxs h4 a {
    color: var(--otherColor);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block h4 a:hover {
    color: var(--MainColor);
}

.footer-logo {
    width: 200px;
    margin-bottom: 30px;
}

.header .is-sticky {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: 0;
    z-index: 9;

}

.title-boxs {
    padding: 120px 0 30px;
}

.title-boxs h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    margin: 15px 0;
}

.title-boxs p {
    color: #fff;
}

.ptb-100 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.rules-area .rules-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--MainColor);
    margin-top: 30px;
}

.team {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.team .thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}

.team .thumbnail img {
    width: 100%;
}

.team .thumbnail::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--MainColor)), to(var(--otherColor)));
    background: -webkit-linear-gradient(top, var(--MainColor) 0, var(--otherColor) 100%);
    background: -o-linear-gradient(top, var(--MainColor) 0, var(--otherColor) 100%);
    background: linear-gradient(to bottom, var(--MainColor) 0, var(--otherColor) 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
}

.team:hover .thumbnail::after {
    opacity: 0.85;
    top: 0;
}

.team .gallery_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    top: 43%;
    z-index: 2;
    opacity: 0;
}

.team .gallery_overlay a.icon {
    color: #fff;
    line-height: 34px;
    opacity: 0;
    font-size: 50px;
    visibility: hidden;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    -o-transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.gallery_overlay i {
    font-size: 50px;
}

.team:hover .gallery_overlay a.icon {
    -webkit-transition-delay: 0.33s;
    -o-transition-delay: 0.33s;
    transition-delay: 0.33s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.la-openid {
    color: #fff;
    font-size: 100px;
}

.team:hover .gallery_overlay {
    opacity: 1;
    visibility: visible;
}

.ttm-stickable-header.fixed-header {
    background-color: #232323;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: fadeInDown .4s linear backwards;
    -moz-animation: fadeInDown .4s linear backwards;
    -ms-animation: fadeInDown .4s linear backwards;
    -o-animation: fadeInDown .4s linear backwards;
    animation: fadeInDown .4s linear backwards;
}


.property-search-field .property-search-item {
    position: relative;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    z-index: 8;
}

.property-search-field .form-row {
    margin: 0;
}

.property-search-field .form-row.property-price-slider {
    border-top: 1px solid #eeeeee;
}

.property-search-field .form-group {
    padding: 24px 28px;
    margin-bottom: 0;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.property-search-field .form-group:first-child {
    border-left: none;
}

.property-search-field .form-group label {
    display: block;
}

.property-search-field .form-control {
    background: transparent;
    color: var(--MainColor);
    padding: 0;
    height: auto;
    line-height: normal;
    border: none;
}

.property-search-field .form-control::-webkit-input-placeholder {
    color: var(--MainColor);
}

.property-search-field .form-control::-moz-placeholder {
    color: var(--MainColor);
}

.property-search-field .form-control:-ms-input-placeholder {
    color: var(--MainColor);
}

.property-search-field .form-control::-ms-input-placeholder {
    color: var(--MainColor);
}

.property-search-field .form-control::placeholder {
    color: var(--MainColor);
}

.property-search-field i {
    padding-right: 5px;
}

.property-search-field .more-search {
    color: #969696;
    display: block;
}

.property-search-field .more-search:hover {
    color: var(--MainColor);
}

.property-search-field .form-group-search {
    width: 100%;
}

.property-search-field .form-group-search i {
    color: var(--MainColor);
}

.property-search-field .advanced-search {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    z-index: 99;
    margin: -1px 0px;
    width: 100%;
}

.property-search-field .card {
    padding: 0px;
    border-radius: 0px;
    border-color: #eeeeee;
}

.property-filter {
    border: 1px solid #eeeeee;
    position: relative;
}

.property-filter:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: -4px;
    height: 1px;
    content: "";
    background: #eeeeee;
}

.property-filter:before {
    position: absolute;
    bottom: -4px;
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background: #eeeeee;
}

.property-filter ul li {
    padding: 8px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.property-filter ul li a {
    color: #969696;
    font-size: 12px;
}

.property-filter ul li a:hover {
    color: var(--MainColor);
}

.property-filter ul li.active a span {
    background: var(--MainColor);
}

.property-filter ul:nth-child(2n+2) li:last-child {
    border-right: none;
    padding-right: 0;
}

.property-filter .property-short .select2-container {
    min-width: 130px;
    margin-left: 10px;
}

.property-filter .property-view-list {
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-filter .property-list-icon {
    display: block;
    background: rgba(38, 174, 97, 0.1);
    padding: 10px 10px 8px;
    border-radius: 3px;
}

.property-filter .property-list-icon span {
    margin: 0 auto;
    background: var(--MainColor);
    height: 2px;
    width: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: block;
}

.property-filter .property-list-icon span:nth-child(2) {
    width: 16px;
}

.property-filter .property-list-icon:hover,
.property-filter .property-list-icon .active {
    background: var(--MainColor);
}

.property-filter .property-list-icon:hover span,
.property-filter .property-list-icon .active span {
    background: #ffffff;
}

.property-filter .property-list-icon.active {
    background: var(--MainColor);
}

.property-filter .property-list-icon.active span {
    background: #ffffff;
}

.property-filter .property-grid-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(38, 174, 97, 0.1);
    color: var(--MainColor);
    padding: 10px 10px 8px;
    border-radius: 3px;
}

.property-filter .property-grid-icon span {
    background: var(--MainColor);
    width: 2px;
    height: 10px;
    border-radius: 3px;
    margin: 0 1px;
    display: inline-block;
}

.property-filter .property-grid-icon span:nth-child(2) {
    height: 16px;
    margin-top: -3px;
}

.property-filter .property-grid-icon:hover {
    background: var(--MainColor);
}

.property-filter .property-grid-icon:hover span {
    background: #ffffff;
}

.property-filter .property-grid-icon.active {
    background: var(--MainColor);
}

.property-filter .property-grid-icon.active span {
    background: #ffffff;
}

.property-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 30px;
}

.property-detail-meta>li>a {
    margin-right: -1px;
    border: 1px solid #eeeeee;
    padding: 14px 20px;
    display: block;
    color: #969696;
}

.property-detail-meta>li>a:hover {
    color: var(--MainColor);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 0px;
    height: 21px;
    width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: var(--MainColor);
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
}

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

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F0EAEB;
    color: var(--MainColor);
}

.select2-dropdown {
    border: none;
    border-radius: 0px;
}

.select-border .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    height: 50px;
    padding: 15px 20px;
    border-radius: 3px;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    left: 20px;
}

.select2-results__option[aria-selected] {
    text-transform: capitalize;
    text-align: right;
}

.select2-container--default .select2-results>.select2-results__options {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3a4957;
}

.select2-container--open .select2-dropdown {
    background: #fafafa;
    padding: 7px;
    border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}


.property-search-field.property-search-field-02 .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    height: 50px;
    padding: 15px 20px;
    border-radius: 3px;
}

.property-search-field.property-search-field-02 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px;
}

.no_found img {
    width: 250px;
    margin-top: 50px;
    opacity: .5;
}

.no_found {
    margin: 50px 0;
    text-align: center;
}

.accordion-style-2 .card-header .accordion-title i {
    font-size: 12px;
    margin-right: auto;
}

.accordion-style-2 .accordion-title .btn {
    display: block;
    color: var(--MainColor);
    font-size: 18px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.sec-title .text P {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #ecebeb;
    font-weight: 300;
    margin-top: 18px;
}

/**************************************/
.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 3;
    color: #fff;
    text-align: center;
    background-color: #c68e4b;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea.form-control {
    height: 300px
}

.dashboard_menu {
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.dashboard_menu .nav-tabs li.nav-item a {
    text-align: right;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
}

.dashboard_menu .nav-tabs li.nav-item a.active {
    background-color: var(--MainColor);
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
}

.dashboard_menu .nav-tabs li.nav-item a i {
    margin-right: 0;
    display: inline-block;
    margin-left: 8px;
}

.btn:focus,
.btn:hover,
.btn.active {
    box-shadow: none;
    outline: medium none;
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid var(--MainColor);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-fill-out::after {
    right: 0;
    left: auto;
}

.btn-fill-out::before,
.btn-fill-out::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--MainColor);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 51%;
}

.btn-fill-out:hover {
    color: var(--MainColor) !important;
}

.btn-fill-out:hover:before,
.btn-fill-out:hover:after {
    width: 0;
}

.table {
    color: #212529;
}

.table>tbody>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
}

.view-group {
    margin-bottom: 1rem;
}

.space-ptb {
    padding: 90px 0;
}

.nav-tabs {
    border-color: #eeeeee;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 16px;
    padding: 20px 12px;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    color: #001935;
}

.nav-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid var(--MainColor);
    color: var(--MainColor);
}

.nav-tabs.nav-tabs-02 {
    border: none;
}

.nav-tabs.nav-tabs-02 .nav-item {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-02 .nav-item .nav-link {
    background: #fafafa;
    border: none;
    color: #001935;
    padding: 10px 20px;
    border-radius: 3px;
}

.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
    background: var(--MainColor);
    border: none;
    color: #ffffff;
}

.btn-primary {
    background: var(--MainColor);
    border-color: var(--MainColor);
}

.custom-file .custom-file-input {
    height: 50px;
    color: #001935;
    border-radius: 3px;
    border-color: #eeeeee;
}

.nav-tabs-03 .nav-item .nav-link span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    margin-left: 14px;
}

.nav-tabs-03 .nav-item .nav-link.active span {
    border: 2px solid var(--MainColor);
    background: var(--MainColor);
    color: #ffffff;
}

.nav-tabs-03 .nav-item .nav-link span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    margin-left: 14px;
}

.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #001935;
    border-color: #eeeeee;
    padding: 15px 20px 15px 20px;
    border-radius: 3px;
}

.previewsImages img {
    width: 23%;
    height: 200px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 3px #ccc;
    margin: 10px 7px;
}

.previewsImages {
    margin-top: 30px;
}

.status_view.fa-eye-slash {
    background-color: #c0392b;
}

.status_view {
    background-color: #2ecc71;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.quick_btn .fa-eye {
    background-color: #f1c40f;
}

.quick_btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.quick_btn .fa-trash {
    background-color: #e74c3c;
}

.quick_btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.preview_data {
    padding: 10px;
    border: 1px dashed #ccc;
    margin-bottom: 15px;
}

.relative {
    position: relative;
}

.addDetail,
.AddImages {
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--MainColor);
    color: #fff;
    font-size: 17px;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.AddImages {
    top: -40px;
}

.AddImages:hover,
.addDetail:hover {
    opacity: .7;
}

.imgDel {
    position: absolute;
    top: 3px;
    right: 10px;
    border: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #e74c3c;
    z-index: 3;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.imgDel:hover {
    opacity: .7;
}

.dropdown-item {
    text-align: right;
}

.dropdown-toggle::after {
    display: none;
}

.top-right .dropdown {
    padding: 8px 0;
}

.top-right .dropdown .fas {
    margin-right: 5px;
    margin-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.tab-pane .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 150px;
}

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

.select2-results__option i {
    font-size: 20px;
    margin-left: 5px;
    float: right;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    top: 8px;
}

.not-plans {
    margin: 0;
}

.select-border.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.bg-navbar {
    background-color: #1c1c1c3d !important;
}

.bg-primary {
    background-color: var(--MainColor) !important;
}

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

.header-title {
    width: 180px;
    /* height: 23px; */
    background-color: #756452;
    position: relative;
    /* top: -1px; */
    color: white !important;
    padding: 7px
}

.active-top-nav {
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    background-color: #ffffff73;
    border-radius: 4px;
}

.title-box-category {
    /* color: var(--MainColor); */
    background-color: #F0EAEB;
    width: 10% !important;
    margin: auto;
    /* border-radius: 4px; */
}

.text-primary {
    color: var(--MainColor) !important;
}

.counter-Listing {
    background-color: #F1F0EE;
    border-radius: 50px;
    color: var(--secondaryColor);
}

.price {
    color: var(--MainColor) !important;
}

.property-block .property-price .read-more {
    position: relative;
    width: 100%;
    background-color: var(--MainColor);
    transition: all 300ms ease;
}

.property-block .property-price .read-more:hover {
    background: #000;
    color: #ffffff;
}

.property-block .property-price .read-more .theme-btn {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 30px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.w-100 {
    width: 100% !important;
}

.btn-outline-primary {
    color: var(--MainColor);
    border-color: var(--MainColor);

}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--MainColor);
    border-color: var(--MainColor);

}

/* .body > div > div > div > div.property-grid-view > div.d-flex.justify-content-between > div.sort-by > span > span.selection > span {
	border-radius: 8px!important;
} */

.category-links:hover {
    color: var(--MainColor) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: white !important;
}

.border-first-rlt-about {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.border-last-rlt-about {
    border-right: 1px solid white;
    border-top: 1px solid white
}

.action-service:hover,
.active-service {
    color: white !important;
    background-color: var(--MainColor) !important;
}

.w-70 {
    width: 70% !important;
}

.activ-page:hover {
    color: white !important;
    background-color: var(--MainColor) !important;
    border-radius: 8px !important;
}

.activ-page {
    color: #000 !important;
}

.bg-text {
    background-color: transparent !important;
    /* border: ; */
}

.disabled {
    opacity: .5;
}

.land-text {
    font-size: 15px;
    font-weight: 600;
    color: #682837;
}

.active-land:hover {
    border: 1px solid var(--MainColor) !important;
}

.bg-link {
    background-color: var(--MainColor) !important;
    color: white !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-item .nav-link.active {
    border: 0 !important;
    background-color: var(--MainColor) !important;
    color: white !important;
}

.nav-tabs .nav-item .nav-link {
    border: 1px solid var(--MainColor) !important;
}

.link-custom {
    /* width: 301px; */
    /* height: 64px; */
    border-radius: 12px;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    /* padding: 10px!important; */
    padding: 2vh 7vw !important;
    text-align: center !important;
}
