*{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;

}

.bg-theme{
    background-color: #85238A;

}
.color-theme{
    color: #85238A;
 }
ul{
	margin: 0;
}
.site-topbar {
}
.topbar-right ul li,
.topbar-left ul li {
    display: inline-block;
}
.topbar-right ul li a,

.topbar-left ul li a{
    padding: 5px 10px 5px 0;
    font-style: italic;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
.site-navagation .caret {
  position: relative;
}
.form-control:focus,
 input,
 input:hover,
 input:focus {
    outline: none;
        box-shadow: none;
 }
.site-navagation .dropdown-menu{
    border: none;
    padding: 30px 0 0;
margin-top: -1px;
}
 
 


.site-navagation .dropdown:hover>.dropdown-menu {
  display: block;
}

a.btn.btn-appointment {
    background: #000;
    padding: 4px 10px;
    margin-top: -1px;
    border-radius: 0;
    text-transform: uppercase;
    font-style: normal;
}
img.site-logo {
    margin: 10px 0;
}
.carousel-control-next, .carousel-control-prev {
    font-size: 100px;
}
.header-social-icon ul li {
    display: inline-block;
}

 


.site-header .container {
    width: 95%;
    max-width: 95%;
}
ul.navbar-nav li a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.navbar-toggle{
	display: none;
}

.site-navagation {
    padding-top: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #222;
}
.header-social-icon {
    margin-top: 23px;
}

.header-social-icon li.instagram a,
.header-social-icon li.twitter a,
.header-social-icon li.facebook a {
    border-radius: 50%;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.header-social-icon li.facebook a:hover {
    background-color: #3a5897;
    color: #fff;
}

.header-social-icon li.twitter a i{
	padding: 0;
} 

.header-social-icon li.twitter a:hover {
    background-color: #49C4F2;
    color: #fff;
}

 


.header-social-icon li.instagram a:hover {
    background-color: #796055;
    color: #fff;
}
.header-search{
	margin-left: 10px;
}
.header-search a {
	color: #333;
}

.navbar li.headerlogin-button a {
    color: #fff !important;
    border-radius: 2px;
}
.carousel-wrapper .carousel-inner img{
	height: 80vh;

    object-fit: cover;
}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-wrapper .carousel-inner h5 {
    font-size: 3em !important;
    margin: 1em 0 !important;
    font-weight: bold;
}
.carousel-wrapper .carousel-inner p {
    font-size: 1.5em !important;
    margin:  0 0 1em 0 !important;
    font-family: 'Lora', serif;
    font-style: italic;

}
.carousel-wrapper .carousel-inner .carousel-caption{
	bottom: 15%;
}
.site-btn {
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold !important;
}

.heading-one{

    margin-bottom: 1em;
	font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
}
.font-weight-normal{
	font-weight: 600 !important;
}
.c-line-short{
	height: 3px;
    opacity: 0.8;
	width: 200px;
    margin: 0 auto;
    background-color: #85238A;
    position: relative;
    border-radius: 50%;
}
.c-line-short::after{
	background-color: #85238A;
    left: 50%;
    display: inline-block;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: -6px;
    margin-left: -5px;
    border-radius: 10px !important;
    border: 3px solid #fff;
}
    /* transition: all 0.4s ease 0s; */

.popular-property-inner {
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 240px;
    overflow: hidden;
}
a.property-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.popular-property-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-overlay {
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0.46);    
	left: 0;
    right: 0;
    bottom: 0;
}
.img-content {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
    transition: all 0.4s ease 0s;
    left: 0;
    color: #fff;
    right: 0;
    /* font-weight: bold; */
}
.property-category:hover
.img-content{
    transition: all 0.4s ease 0s;
    bottom: 25%;

}
.property-category:hover
.image-overlay {
    transition: all 0.4s ease 0s;
   background-color: rgba(133, 35, 138, 0.81);
}
.img-content h3{
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
}
.img-content p{
    font-family: 'Lora', serif;
    font-style: italic;
}

section.popular-property {
    padding: 5em 0;
}
.popular-property-heading {
    margin-bottom: 5em;
}
.popular-property-inner {
    margin-bottom: 1.5em;
    display: inline-block;
}

.find-property-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 2px;

}
.find-property-wrapper .dropdown.bootstrap-select{
	width: 100% !important;
}
.find-property-wrapper input,
.find-property-wrapper select {
	width: 100%;
}



.find-property-wrapper input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 13px;
    font-style: italic;
}
.bootstrap-select button.dropdown-toggle {
    padding: 12px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-style: italic;
    font-size: 13px;

}

.find-property-wrapper div.dropdown-menu.show {
    border: 1px solid #85238a;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a{
	font-size: 13px;
}
.bootstrap-select .dropdown-menu li a:hover{
	color: #fff;
}
.bs-searchbox .form-control {
    border-radius: 0px;
}

.price-range-wrap span {
    display: inline-block;
    font-size: 13px;
    width: 35%;
    /* float: left; */
}	

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background: none;
    border-color: #85238a;
}
span.price-range-holder {
    /* float: right; */
    display: inline-block;
    width: 60%;
    text-align: right;
}
.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #85238a;
    border-bottom: 1px solid #85238a;
    background: linear-gradient(to top, rgb(133, 35, 138) 0%,rgb(133, 35, 138) 100%);
}
.irs-slider {
    top: 28px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #000;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 20%,rgb(0, 0, 0) 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: none;
    cursor: pointer;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #000;
    border: 1px solid #000;
}

.range-slider-wrapper {
    margin-top: -20px;
}
.our-service-row{
	margin-bottom: 2em;
}
.our-services{


    width: 100%;    
    display: inline-block;
	/* The image used */
    background-image: url("../images/house.jpg");

    /* Set a specific height */
    min-height: 600px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-inner {
    background: rgba(133, 35, 138, 0.65);
    width: 50%;
    height: 100%;
        padding: 2em;
    min-height: 600px;
    float: right;
}
.our-services-inner .our-service-heading{
	color: #fff;
	font-weight: 600;
	margin: 1em 0 2em;
}
.our-services-inner{
	color: #fff;
    font-family: 'Lora', serif;

}

.our-services-inner h4, .our-services-inner p{
    font-family: 'Lora', serif;
    font-style: italic;

}
.our-services-inner h4{
	font-size: 20px;
	margin: 1em 0
} 
.our-services-inner p{
	font-size: 15px;
}

.our-services-inner span i{
	font-size: 40px;
}

.service-cols-cnt{

	transition: all .7s ease .1s;
}
.service-cols-cnt:hover{
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
	transition: all .7s ease .1s;
}

section.popular-propety {
    padding: 2em 0;
}
.popular-prop-heading{
	text-transform: capitalize;
    margin: 0;
    font-weight: 700;
    font-size: 24px;

    margin: 2em 0;
}
.item {
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.item-header{
	position: relative;
	height: 250px;
}
.owl-nav{
	display: none !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.item-header img {
    position: absolute;
}
span.sold-out {
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
    transform: translate3d(0, 0, 1px) rotate(-45deg);
    padding: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 6px;
    position: absolute;
    z-index: 3;
    left: -30px;
    top: 15px;
    width: 120px;
    text-align: center;
    margin: auto;
    height: 30px;
    bottom: inherit;
    right: inherit;
}

span.for-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    background-color: #394263;
    box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
}
span.prop-price {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    background-color: #121212;
    opacity: 0.8;
    width: 100%;
    float: left;
    text-align: center;
}

.prop-tag{
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5cb85c;
}
.item-center{
	width: 100%;
	padding: 1em;
}
h3.prop-title a {
    color: #222222;
    line-height: 22px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.item-footer ul li{
	display: block;
    width: 25%;
    float: left;
    padding: 6px;
    height: 70px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    border-left: 1px solid #e0e0e0;
    color: #222222;

    display: table-cell;
    vertical-align: middle;
}
 
.item-footer ul li:first-child{
    border-left: 0px;
}
.item-footer ul {
    background: #f8f8f8;
    border-top: 1px solid #dbe1e8;
    border-radius: 4px;
    display: table;
    width: 100%;
}
.item-footer ul li p i{
	font-size: 14px;
    font-weight: 700;
}


.border-area {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    border: double 3px rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

section.global-featured-product {
    padding: 4em 0;
}

.heading-golbal{
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    color: #fff;
}
.border-area div span {
    font-size: 46px;
    margin-right: 10px;
}

.border-area p{
	margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-style: normal;
}
.meet-agent{
	background-color: #F6F6F6;
    display: block;
}
.meet-agent .agent-img {
    width: 100%;
    height: auto;
    position: relative;
    background-position: bottom;
    margin-top: -75px;
    bottom: 0;
}

.agent-cnt-inner {
    padding: 60px 30px;
}
.meet-agent h2{
	color: #222222;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.meet-agent h3, 
.meet-agent h3 em{

    color: #222222;
    font-family: 'Lora', serif;
    font-style: italic;
    display: inline-block;
    font-size: 22px;
}
.meet-agent span.profile-cat{
	font-family: 'Lora', serif;
    font-style: italic;
    /* color: #85238A; */
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
}

.profile-desc p {
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #454646;
}
.meet-agent .info {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px
}
.meet-agent .info a{

	color: #222222;
    margin-right: 10px;
    font-size: 16px;
}

.single-article {
	padding: 5em 0;
}
.article-wrapper h3.sec-title {
    color: #222222;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.article-post{
	    border-radius: 3px;
    border: 1px solid #dbe1e8;
    float: left;
    width: 100%;
    background: #FFF;
    margin: 20px 0;
    transition: all 0.3s ease 0s;
}

.post-content{
    padding: 20px;
}
.post-content .article-title a{
    line-height: 22px;
    font-size: 17px;
    font-weight: 700;
    color: #222222;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.post-content p{
	font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #454646;
}

.read-more {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #85238A;
    transition: all 0.30s ease;
}
.article-post .img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(133, 35, 138, 0.59);
    text-align: center;
}
.article-post .post-img {
    position: relative;
}
.post-meta{
	position: absolute;
	bottom: 10%;
	left: 5%;
	    display: inline-block;
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    font-weight: 700;
    background: #394263;
}

.img-overlay a {
    position: absolute;
    top: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    left: 43%;
    color: #85238a;
}
.img-overlay{
    transition: all 0.30s ease;
	display: none;
}

.post-img:hover
.img-overlay{
    transition: all 0.30s ease;
	display: block;
}

section.quick-contact {
    background-color: #85238A;
    padding: 2em 0;
}
section.quick-contact h5.quick-contact-heading{
	color: #fff;
    vertical-align: middle;
    margin: 10px 0;
    font-weight: 700;
    display: inline-block;
}
a.quick-contact-btn.btn.btn-lg {
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 700;
    float: right;
    text-transform: uppercase;
    color: #85238A;
    text-decoration: none;
    transition: all 0.15s ease-out 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.site-footer{
	background: #111;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-family: "Open Sans", sans-serif;
}

.site-footer p{
    line-height: 25px;
    color: #959e9e;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
}

.site-footer .footer-top h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}

ul.footer-menu li {
    display: inline-block;
    width: 49%;
}
.site-footer ul.footer-menu li a {
    color: #959e9e;
    line-height: 27px;
}
.footer-top {
    padding: 70px 0px;
}
.wrap-newsletter input{
	    background: #141518 !important;
    padding: 6px;
    margin: 0;
    color: #fff;
    float: left;
    border: 1px solid rgba(84, 84, 84, 0.67);
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.newsletter-btn{
	background: #85238A;
    border: 1px solid #85238A;
    color: #fff;
}

.footer-bottom{
	padding: 20px 0;
    background: #111;
    color: #bdbdbd;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom a.copyright {
    color: #85238A;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.bootstrap-select .dropdown-menu.show {
    max-height: 240px;
}

.navbar-toggler {
    height: 51px;
   background-color: #85238a;
    border-color: rgb(133, 35, 138);
    outline: none;
}
 .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    outline: none;
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-toggler.is-open span:nth-child(1) {
    position: absolute;
    right: 12px;
    top: 18px;
    left: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler.is-open span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler.is-open span:nth-child(3) {
    position: absolute;
    right: 12px;
    top: 18px;
    left: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
/* login page */
.login-page{

    display: block;
    background: url(../images/house.jpg);
    width: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}
.social-media-inner h4{
    color: #fff;
}
.login-popup-wrapper {
    background: #fff;
    margin-top: 4em;
    border-radius: 3px;
}

.login-popup-inner label {
    display: inline-block;
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.login-popup-inner input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 15px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dbe1e8;
    font-size: 13px;
    font-style: normal;
    color: #616161;
    background: white;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.card-header h4{
    margin-bottom: 0;
}
.register{
    float: right

}
.clearfix{
    float: none;
    clear: none;
}
.register
 p{
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-body {
  padding-bottom: 2em;
}
.card-header {
    padding: .75rem 1.25rem;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}
.login-panel h5{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.login-panel .btn-social {
    position: relative;
    padding-left: 54px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-panel .btn-facebook {
    color: #fff  !important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.login-panel .btn-google-plus {
    color: #fff !important;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}
.login-panel .btn-twitter {
    color: #fff  !important;
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, 0.2);
}
.login-panel .btn-github {
    color: #fff  !important;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2);
}
.login-panel .btn-block + .btn-block {
    margin-top: 5px;
}
.login-forms {
    padding-top: 25vh;

    height: 100%;
    background: rgba(0, 0, 0, 0.56);
}
.login-panel .btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.login-popup-inner .card-body .alert p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.63043em;
    color: #454646;
}
.login-popup-inner .card-body 
.alert{
position: relative;
    border-radius: 2px;
    padding-left: 70px;
    padding-right: 30px;
}
.remember-checkbox{
    padding: 10px 0;
}
.remember-checkbox label{
    position: relative;
    top: -6px;
}
.remember-checkbox
input[type="checkbox"] {
    display: inline-block;
    line-height: normal;
    position: relative;
    top: 6px;
    padding: 0;
    height: 20px;
}

.social-media-inner {
    margin-top: 3em;
}
.social-media-mobile{
    display: none;
}

.login-panel {
    margin-top: 2em;
}
.login-popup-inner .card-body 
.alert .fa {
    position: absolute;
    display: block;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    top: 32px;
    left: 15px;
    margin-top: -12px;
    z-index: 2;
}
.login-popup-inner .card-body 
.alert:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background-color: #555;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}
.remember-checkbox {
    display: inline-block;
    float: left;
}

/* blog page */
.page-banner {
    background-image: url('../images/house.jpg');
    background-position: center center;
    position: relative;
    color: #fff;
}
.overlay{
  position: relative;
    background-color: rgba(0, 0, 0, 0.58);
    padding: 3em 0;
    width: 100%;
    height: 100%;
}
.page-breadcrumb li {
    display: inline-block;
    padding: 10px;
}
ul.page-breadcrumb li a {
    font-size: 13px;
    font-weight: bold;
    color: #ffff;
}
.page-breadcrumb li i {
    font-size: 13px;
}
.page-banner h4 {
    font-weight: bold;
    font-size: 25px;
}



.article-header h2 {
    font-weight: 700;
    font-size: 24px;
}
.article-header-meta {
    margin: 20px 0px;
    border-bottom: 1px dashed #dedede;
    border-top: 1px dashed #dedede;
    padding: 10px 0px 10px 0px;
    display: block;
}
.article-meta-list li span.bg-theme {
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}
.article-meta-list li {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}

.article-content p strong {
    font-size: 22px;
    font-style: italic;
    font-family: "Lora", serif;
    display: block;
    margin: 5px 0;
}
.article-content p {
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    color: #454646;
}
.article-thumb {
    width: 100%;
    margin: 10px 0 20px;
    overflow: hidden;

}
.article-footer-tag span.bg-theme{
    color: #fff;
    border-radius: 2px;
    padding: 0 5px;
}


.article-footer-tag {
    border: 1px solid #e6e6e6;
    padding: 20px 30px;
    color: #a9b5c1;
    margin: 30px 0;
}
.article-social-share h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 25px;
    padding: 10px 0px;
}
.article-social-share {
    width: 100%;
    display: table;
    padding: 5px 0px 20px 0px;
}
.social-media-share li {
    display: inline-block;
    width: 24.5%;

}
.social-media-share li a{
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
        text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.social-media-share li a i{
    margin-right: 10px;
    font-size: 20px;
    display: inline;
    width: 100%;
}

a.facebook {
    background: #335FA4;
}
a.twitter {
    background: #28A4CD;
}
a.linkedin {
    background: #047AB8;
}
a.google {
    background: #C53C2E;
}


.author-avtar {
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    padding: 4px;
}
.author-bio h2 a{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    color: #333;
    font-family: 'Lora', serif;
}
.author-bio p{
    margin-top: 15px;
    font-size: 14px;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.63043em;
    color: #454646;
}

.prev-next-article {
    margin-top: 25px;
    padding: 22px 0px 22px 0px;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}
.prev-article {
    text-align: right;
    padding-right: 10px;
}
.prev-article h3{
    color: #85238A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.prev-article a{

    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.next-article {
    text-align: left;
    padding-left: 10px;
}
.next-article h3{

    color: #85238A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.next-article>a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.blog-single-sidebar {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.blog-single-sidebar .title {
    position: relative;
    padding: 0px 13px 13px 13px;
}
.blog-single-sidebar .title h3 {

color: #000000;
    font-size: 18px;
    font-weight: 700;
        margin-top: 20px;
    transition: all 0.3s;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog-single-sidebar .title h3::after{
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    display: block;
    background: #85238A;
    width: 50px;
    height: 3px;
}

.blog-single-sidebar input
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 3px;
    height: 45px;padding: 10px 15px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dbe1e8;
    font-size: 13px;
    font-style: italic;
    color: #616161;
    background: white;
    position: relative;
}
.blog-single-sidebar 
 button.btn {
font-size: 20px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 30px;
    padding: 5px 0;
    z-index: 3;
    outline: transparent;
    background: transparent;
}
.blog-single-sidebar .item:first-child {
    margin-bottom: 0px;
    padding: 0px 0px 10px;
    border-bottom: 1px dashed #eee;
}
.blog-single-sidebar .item .item_thumb{
    width: 75px;
    position: relative;
    overflow: hidden;
    background-color: #85238A;
    float: left;
    margin: 0 10px 0 0;
}

.blog-single-sidebar  .item .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    transition: all 0.2s;
}
.blog-single-sidebar  .item .item_thumb .thumb_icon a {
    font-size: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #232323;
    border-radius: 50%;
}
.blog-single-sidebar  .item:hover .item_thumb .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


.blog-single-sidebar 
.sidebar-list-blog .item .item_content h4 a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #222;
}
.blog-single-sidebar .item .item_content h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.item_meta {
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #999;
    float: right;
    width: 72%;
}
.item_meta span {
    float: left;
    margin-right: 10px;
    line-height: 20px;
}


.blog-single-sidebar .item .item_content .meta_category {
    padding: 3px 6px 4px;
    font-size: 10px;
    text-transform: capitalize;
    line-height: 13px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6px;
}
.blog-single-sidebar .item .item_content .meta_category a {
    color: #fff;
    position: relative;
    padding: 2px 5px;
    top: 1px;
    left: -6px;
}

.blog-single-sidebar .item .item_content .meta_category:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #85238A;
}
.blog-single-sidebar .item .item_content .meta_category:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #85238A;
    border-width: 6px;
    margin-top: -6px;
}

.blog-single-sidebar .sidebar-body {
    padding: 10px 13px 13px 13px;
    position: relative;
    width: 100%;
    display: table;
}

.blog-single-sidebar .sidebar-body ul li{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    margin-left: 10px;
    list-style: none;
}

.blog-single-sidebar ul li a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.blog-single-sidebar
.tag a {
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    position: relative;
    font-size: 12px;
    margin: 4px 3px 4px 0px;
    padding: 8px 12px;
    border: 1px solid #85238A;
    color: #85238A;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}


.title-articleterkait {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #eee;
    border-left: 8px solid #333;
}
.title-articleterkait>h3 {
    margin: 0px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.back-article {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    padding: 0px;
    background-color: #000;
}
.back-article>a {
    display: block;
    padding: 14px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.related-post .item {
    margin: 10px 0;
    border: 1px solid #dbe1e8;
    border-radius: 3px;
}
.related-post .item {
    margin: 10px 0;
    border: 1px solid #dbe1e8;
    border-radius: 3px;
}
.related-post .item .item_thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #85238A;
    float: left;
    margin: 0 10px 0 0;
}
.related-post .post-content {
    padding: 10px;
    overflow: hidden;
}
.related-post .item:hover .item_thumb .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.related-post .item .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    transition: all 0.2s;
}
.related-post .item .item_thumb .thumb_icon a {
    font-size: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #232323;
    border-radius: 50%;
}
.related-post .post-content {
    padding: 10px;
    overflow: hidden;
}
.related-post h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.related-post h4 a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

.accordion
 button.btn.btn-link {
    color: #333;
    padding:0;
    padding-left: 15px;
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    color: #222222;
    font-weight: 700;
    width: 100%;
    text-align: left;
}


.accordion
.card-header {
    padding: 0;
}

.accordion button.btn.btn-link span {
    float: right;
    padding: 10px 15px;
    color: #fff;
}

i.btn-txt {
    margin-top: 9px;
    display: inline-block;
    font-style: normal;
}




/* Contact page */
.about-us .title h3 {
line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #333;
    position: relative;
}
.about-us .title h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    display: block;
    background: #85238A;
    width: 50px;
    height: 3px;
}
.about-us  p {
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Lora", serif;
    font-weight: 400;
}

.about-us {
    padding: 3em 0;
}

.about-us .about-image{
    margin-top: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.contact-heading {
    font-weight: 700;
    font-size: 24px;
}
.contact-info p {
    font-size: 16px;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.63043em;
    color: #454646;
}
.contact-form .form-control {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 13px;
    font-style: italic;
    width: 100%;
}
.contact-info .info{
    display: inline-block;
    width: 100%;
    padding: 0.7em 0;
}

section.contact-us {
    background: #f7f7f7;
    padding: 3em 0;
}
.wrapper-map{
    margin-bottom: -6px;
    display: block;
}
.contact-info .info span i{
        float: left;
    border: 1px solid #dbe1e8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    margin-right: 20px;
}
.contact-info .info span{

    font-size: 15px;
    display: block;
    line-height: 35px;
}






/* @media (max-width: 1368px){
	.navbar-light .navbar-nav .nav-link {
	    font-size: 12px;
}
} */
@media (min-width: 769px ) and ( max-width: 992px){
    .login-forms .col-md-2, .login-forms .col-md-1{
        display: none;
    }
    .login-forms  .col-md-5, .login-forms  .col-md-4{
        max-width: 50%;
        flex: 0 0 50%;
    }

}
@media (max-width: 767px){
    .hidden-md-down{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        font-size: 50px;
    }
    .social-media-mobile,
    .social-media-mobile .social-media{
        display: block;
    }
    .social-media{
        display: none
    }
    .login-forms {
     height: 100%;
     padding-bottom: 8vh;
        padding-top: 8vh;
    }
    .login-panel h5,
    .social-media-inner h4 {
        color: #333;
    }
    .navbar-toggle {
        display:block;
    }
    button.navbar-toggle {
        position: absolute;
        top: -70px;
        left: auto;
        right: 0;
    }
    .header-social-icon{
    	display: none;
    }
    .navbar-offcanvas {
        background: white;
        top: 85px;
    }
    .site-navagation {
        padding-top: 0;
    }
    .site-header div.col-md-2, .site-header div.col-md-8 {
        min-height: 0;
    }
    .navbar-offcanvas.in {
        box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    }
    li.headerlogin-button {
        text-align: center;
    }
    .topbar-left{
    	text-align: center;
    }
    .topbar-right {
    	text-align: center !important;
    }
    .carousel-wrapper .carousel-inner img {
        height: 50vh;
        }
    section.popular-property {
	    padding: 3em 0;
	}

	.our-services-inner {
	    width: 100%;
	}
	section.quick-contact h5.quick-contact-heading {
	    display: block;
	}
	section.quick-contact {
	    text-align: center;
	}
	a.quick-contact-btn.btn.btn-lg{
		float: none;
		clear: both;
	}
	.site-footer .footer-top h4 {
	    margin: 2em 0 1em;
	}
    header.site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
        background: #fff;
    }
    .site-navagation .dropdown-menu {
        padding: 0px 0 0;
    }
    ul.navbar-nav li a {
        font-size: 12px;
    }
    .login-page{
        height: auto;
        padding: 5em 0;
    }
    .login-page {
        height: auto;
        padding: 0em 0;
    }

    .register {
        width: 48% !important;
        display: inline-block;
    }
    .remember-checkbox {
        width: 50% !important;
        display: inline-block;
    }

    .overlay {
        min-height: 200px;
        padding: 7em 0 1em;
    }
    .social-media-share li {
        width: 49.4%;
        margin: 2px 0;
    }
    .author-bio h2 a{
        text-align: center;
    }
    .prev-article {
        padding-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .next-article {
        text-align: center;
        padding-left: 0;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }
    .contact-form input[type="text"].form-control {
        margin: 10px 0;
    }
    .contact-form button {
        margin-bottom: 20px;
    }

    .site-navagation .dropdown:hover>.dropdown-menu {
      display: none;
    }

    .site-navagation .dropdown  .dropdown-menu.shown{
        display: block;
    }
}

@media (max-width: 425px){
    button.navbar-toggle {
        position: absolute;
        top: 15px;;
        left: auto;
        right: 0;
    }
}


