::placeholder { color: #999 !important; }
::-webkit-input-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-ms-input-placeholder { color: #999 !important; }
.flex{ display: flex !important;}
.floatl{ float:left; }.floatr{ float:right; }
.btn-warning{ color: #000; }
.bold{ font-weight: bold !important; }
.bradius0{ border-radius: unset !important; }
.bradius2{ border-radius: 2px !important; }
.bradius3{ border-radius: 3px !important; }
.bradius4{ border-radius: 4px !important; }
.bradius5{ border-radius: 5px !important; }
.bradius6{ border-radius: 6px !important; }
.bradius8{ border-radius: 8px !important; }
.bradius10{ border-radius: 10px !important; }
.bradius15{ border-radius: 12px !important; }
.bradius20{ border-radius: 14px !important; }
.bradius25{ border-radius: 15px !important; }
.bradius50{ border-radius: 20px !important; }
.txtc{ text-align: center !important; }
.hidden{ display: none; opacity: 0; }
.textl{text-align:left !important;} .textr{text-align:right !important;} .textc{text-align:center !important;}
.bgwhite{ background: #fff !important;}
.bgmines{ background: #ffffff !important; }
.bgmines:before{ background: #ffffff !important;/*.bgmines:before{ background: #fdf8ee !important;*/ }
.drone-hg-reset{ width: 100% !important; min-height: 35px !important; }
.form-group {
    margin-bottom: 0.7rem;
}
.overflow-x{ overflow-x: hidden; }
.overflow-x body{ overflow-x: hidden; }
html{ background: #fff; }
body{
	background: unset;
	color: #fff;
    width: 100%;
}
body:before{
	content: '';
    position: fixed;
    /*background: url(../images/background.jpg);*/
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body:after{
	content: '';
}
ul{ margin:0; padding:0; list-style-type: none; }
.btn:hover {
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.4) !important;
}
/**** Background Setting ****/
.site-wrap{
	position: relative;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 1;
}
.site-main-section{
	padding: 3em 0;
	margin-top: 120px;
	min-height: 500px;
}
.site-main-section, .site-section{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 0;
	padding-bottom: 0;
}
.owl-carousel .owl-item img{
	/*min-height: 310px;
	max-height: 800px;*/
    /*object-fit: cover;*/
    object-fit: contain;
}
.site-above-head{
	position: relative;
	z-index: 2;
}
.scroll-loader{
	display: flex;
    opacity: 0;
    transition: all 0.5s ease;
    margin: auto;
    margin-bottom: 60px;
}
.scroll-loader.active{
    opacity: 1;
}
.scroll-loader.hide{
	opacity: 0;
	display: none !important;
}
.scroll-loader i{
	display: inline-flex;
    margin: auto;
    font-size: 30px !important;
    color: #6c0ba9;
    text-shadow: 0 1px 3px #fff35f55;
}
.rotate{
	font-size: 16px !important;
	animation: rotate360 0.7s infinite;
}
@keyframes rotate360 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.sidebar-widget{
	margin-top: 40px;
}
.widget .widgettitle {
   border-bottom: 1px solid #e4ddce;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: montserrat,sans-serif;
}
.bar-list{
    margin-top: 40px;
}
.list .listtitle {
   border-bottom: 1px solid #e4ddce;
    margin-bottom: -20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    /*font-family: montserrat,sans-serif;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.full-search-form {
    padding: 15px;
    box-shadow: 0 1px 3px #0002;
    background: #A6A6A6;
    /*border-left: 10px solid #6c0ba9;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.full-search-form form {
    display: flex;
}
.full-search-form .form-control {
    margin-right: 10px;
	font-size: 15px;
}
.full-search-form .input-lg {
    height: 46px;
    line-height: 35px;
     /*border-color: #ffffff !important;*//*additional*/
}
.full-search-form .btn-primary{
	background: #6c0ba9 !important;
    border-color: #9854c2 !important;
    /* border-color: #ffffff !important;*/
}
@media(max-width: 767px){
	.full-search-form form {
		display: grid;
	}
	.full-search-form .form-control {
		margin-bottom: 5px;
	}
}


/************** Header **************/
.site-header{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 10;
}
.header-logo{
	display: flex;
	margin-top: 5px;
	margin-left: 20px;
    margin-right: 20px;
}
.header-logo img{
	width: 130px;
    height: 130px;
    object-fit: contain;
    /*background: #fff;*/
    border: 1px solid #9854c2;
}
.header2 .header-logo img{
    border: none;
}
.header-navigator{
    margin: auto;
    margin-top: 5px;
    margin-right: 50px;
    padding-right: 20px;
    background: #fff;
    box-shadow: 0 2px 10px #0005;
    border: 1px solid #cac3b3;
    border-left: 35px solid #6c0ba9;
}
.header-navigator.active{
	display: block !important;
	padding: 0;
    z-index: 2;
}
.header-navigator ul{
	display: flex;
	padding-bottom: 4px;
}
.header-navigator ul a{
	position: relative;
    display: inline-block;
    color: #333;
    padding: 0 30px;
    line-height: 60px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'icomoon', ui-serif;
    text-decoration: unset;
    white-space: nowrap;
}
.header-navigator ul a li{
	list-style-type: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #0007);
    font-family: "Times New Roman", Times, serif;/*additional*/
    
}
.header-navigator ul a:hover li,
.header-navigator ul a:focus li,
.header-navigator ul a:active li{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #cbc3e3;
    filter: drop-shadow(1px 1px 0px #0007);
}

.header-navigator{
    margin: auto;
    margin-top: 7px;
    margin-right: -45px;
    padding-right: 100px;
    background: #6c0ba9;
    box-shadow: 0 2px 10px #0005;
    border: 1px solid #cac3b3;
   /* border-left: 35px solid #6c0ba9;*/
}
.header-navigator-language{
    margin : 5px 80px 0px -50px;
}
.header-navigator-language a{
    position: relative;
    display: inline-block;
    color: #333;
    padding: 5px 0px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    /*font-family: 'icomoon', ui-serif;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
    text-decoration: unset;
    white-space: nowrap;

}
.header-navigator-language a {
    list-style-type: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #0007);
}
.header-navigator-language span {
   list-style-type: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #0007);
   font-size: 20px;
}
.header-navigator-language  a:hover ,
.header-navigator-language  a:focus ,
.header-navigator-language  a:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #cbc3e3;
    filter: drop-shadow(1px 1px 0px #0007);
}

.header-btnhide{
	display: none;
    margin: auto;
    margin-right: -90px;
    cursor: pointer;
    padding: 0 20px;
	z-index: 3;
}
.header-btnhide i{
	color: #000;
    font-size: 34px;
    line-height: 60px;
	list-style-type: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #000a);
    transition: all 0.5s ease;
}

.header2{
	padding-top: 70px;
}
.header2 .site-header{
	min-height: 70px;
	background: #6c0ba9;
    box-shadow: 0 2px 10px #0002;
    /*border-left: 10px solid #6c0ba9;*/
}
.header2 .header-logo{
	margin: 0;
}
.header2 .header-logo img{
 /*   width: 100px;
    height: 85px;
    border: unset;
    margin: auto;*/

    width: 270px;
    max-height: 75px;
    margin-left: 10px;
}


.header2 .header-logo a{
	margin: auto;
}
.header2 .header-navigator{
	margin: auto;
    margin-right: -30px;
    border: unset;
    box-shadow: unset;
}
.header2 .header-navigator ul a{
	line-height: 68px;
    padding-top: 2px;
    border-right: 1px solid #eee;
    border-image: linear-gradient( to bottom, #fff,#eee,#ecdab7,#eee,#fff) 1 100;
}
.header2 .header-navigator ul a:first-child{
	border-left: 1px solid #6c0ba9;
}

@media(max-width: 1380px){
	.header-navigator ul a{
		padding: 0 20px;
	}
}
@media(max-width: 1240px){
	.header-navigator ul a{
		padding: 0 10px;
	}
}
@media(max-width: 1080px){
	.header-btnhide{
		display: block;
	}
	.site-header{
		min-height: 70px;
		background: #6c0ba9;
		box-shadow: 0 2px 4px #0005;
		/*border-left: 10px solid #6c0ba9;*/
	}
	.header-logo{
		margin: 0;
	}
	.header-logo a{
		margin: auto;
	}
	/*.header-logo img{
		width: 100px;
		height: 75px;
		border: unset;
		margin: auto;
	}*/
    .header2 .header-logo img{
        width: 200px;
        max-height: 50px;
        margin-left: 10px;
    }
    .header-logo img{
        width: 200px;
        height: 50px;
        margin-left: 10px;
        border: none;
    }
	.header-navigator{
		position: absolute;
		display: none;
		top: 0;
		width: 100%;
		margin: 0;
		border: unset;
		box-shadow: 0 2px 10px #0005 !important;
	}
	.header-navigator ul{
		display: grid;
		padding: 0;
	}
	.header-navigator ul a{
		width: 100%;
		display: block;
		background: #6c0ba9;
		border: 1px solid #fff3dc !important;
		border-top: unset !important;
	}
	.site-section{
	    padding-top: 70px;
	}
	.header2 .site-section{
		padding-top: 0;
	}
}
/********************* Index **********************/
#parallax-scroll{
	  position: relative;
	  background: #fff;
}
.site-nav-marquee{
	position: relative;
    display: flex;
    width: 100%;
    z-index: 1;
}
.site-nav-marquee marquee {
	display: flex;
    font-size: 12px;
    white-space: nowrap;
    height: 30px;
    background: linear-gradient(90deg, #2ca99d, #178e51);
}
.site-nav-marquee marquee span{
	padding-right: 70%;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}
.site-banner{
	width: 100%;
	height: 1px;
    background: #6c0ba9;
}
.site-panel{
	display: flex;
	min-height: 500px;
}
.site-panel.bgdark{
    background: linear-gradient(90deg, #0007, #0005, #0007);
}
.panel-left,
.panel-right{
	width: 50%;
	display: flex;
}
.panel-left img,
.panel-right img{
	width: 100%;
    height: 600px;
    object-fit: cover;
}
@media(max-width: 668px){
	.panel-left img, .panel-right img{
		height: 410px;
	}
}
@media(max-width: 525px){
    .panel-left img, .panel-right img{
        height: 310px;
    }
}
@media(max-width: 424px){
    .panel-left img, .panel-right img{
        height: 270px;
    }
}
@media(max-width: 374px){
    .header2 .header-logo img{
        width: 150px;
        max-height: 50px;
        margin-left: 10px;
    }
    .header-logo img{
        width: 150px;
        height: 50px;
        margin-left: 10px;
    }
}
@media(max-width: 320px){
    .panel-left img, .panel-right img{
        height: 210px;
    }
}
.panel-detail{
	margin: auto 10%;
    padding: 60px 20px;
    object-fit: cover;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.panel-detail h2{
	font-size: 30px;
}
.panel-detail h5{
	font-size: 18px;
}
.panel-detail p{
	font-size: 15px;
    color: #777;
    padding-top: 30px;
    margin: 0;
    text-align: justify;
}
.panel-detail .btn-panel{
	display: inline-block;
    padding: 0 10px;
    background: #6c0ba9;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    min-width: 160px;
    margin-top: 30px;
	line-height: 40px;
	transition: background 0.3s ease;
}
.panel-detail .btn-panel:hover,
.panel-detail .btn-panel:active,
.panel-detail .btn-panel:focus{
	background:  #9854c2;
}
@media(max-width: 1024px){
	.site-panel{
		display: grid;
        width: 100%;
	}
	.panel-left,
    .panel-right{
        width: 100%;
    }
}
.panel-center{
	margin: auto;
	text-align: center;
    font-family: "Times New Roman", Times, serif;/*additional*/
	
}
.panel-center h2{
	font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.panel-center h5{
	color: #fffdf4;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    /*letter-spacing: 30px;*/
    padding-left: 20px;
    text-shadow: 0 1px 2px #000;
}
.panel-center .btn-panel{
	display: inline-block;
    padding: 0 10px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    min-width: 200px;
    margin-top: 30px;
    line-height: 40px;
    font-weight: bold;
    /*font-family: system-ui;*/
	transition: background 0.3s ease;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.panel-center .btn-panel:hover,
.panel-center .btn-panel:active,
.panel-center .btn-panel:focus{
	color: #fff;
	background-color: rgba(108,11,170,255);


}

.site-listing{
	margin-top: 50px;
	margin-bottom: 30px;
	width: 100%;
}
.site-listing .row{
	margin: 0;
}
.property-columns .listing-rent {
    min-height: 420px;
}
.property-block {
    margin-bottom: 40px;
	border: 1px solid #efdebe
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
    background: #fff;
	box-shadow: 0 3px 6px #0002;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.property-featured-image {
    display: block;
    position: relative;
}
.property-featured-image img {
	width: 100%;
	height: 200px;
    object-fit: cover;
    background: #fffefc;
}
.property-featured-image .images-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 26px;
}
.property-featured-image .badges {
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-weight: 700;
}
.property-info {
    padding: 15px;
    /*border-bottom: 1px solid #efefef;*/
    display: grid;
    min-height: 190px;
    /*min-height: 150px;*/
    background-color: #323f48;
}
.property-info h4 a{
	font-size: 17px;
    margin-bottom: 5px;
    color: #ffffff;
}
.property-info .location {
	font-size: 13px !important;
    display: block;
    font-size: 100%;
    padding: 0 0 10px;
	color: #ffffff;
    /*font-family: open sans,sans-serif!important;*/
    font-family: "Times New Roman", Times, serif !important;/*additional*/
    font-style: italic;
}
.property-info .location i{
	color: #f1c40f;
}
.property-info .btn-primary{
	font-family: open sans,sans-serif!important;
    font-size: 11px;
    font-weight: bold;
    background: #9854c2;
    border: none;
    padding-top:7px;
    
}
.property-info .btn-primary:hover{
	box-shadow: 0 2px 4px #0004 !important;
}
.property-info .property-flex{
	display: inline-block;
    height: px;
}
.price, .counts {
    /*font-family: open sans,sans-serif!important;*/
    font-size: 13px;
    display: inline-block;
    background: #9854c2;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.price strong, .counts strong {
    /*background: rgba(0,0,0,.1);*/
    background: #6c0ba9;
    padding: 0 7px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 400;
}
.price span, .counts span {
	font-size: 12px;
    padding: 0 7px;
    line-height: 30px;
    height: 30px;
    font-weight: 700;
}
.property-amenities {
	background: #20272f;
}
.property-amenities > span {
    display: grid;
    width: 25%;
    float: left;
    padding: 4px 0;
    text-align: center;
    font-size: 11px;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
	min-height: 44px;
  	align-items: center;
}
.property-amenities > span:last-child {
    border-right: none;
}

.single-property{
	background: #fff;
    box-shadow: 0 4px 10px #0002;
    padding: 20px 25px 50px 25px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.single-property .page-title{
	/*font-family: montserrat,sans-serif;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .page-title .location{
	font-size: 18px;
    color: #999;
    /*font-family: open sans,sans-serif!important;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
    font-style: italic;
}
.single-property .page-title .location i{
	color: #f55a4e;
    font-size: 16px;
}
.single-property .property-amenities{
	border-radius: 2px 2px 0 0;
}
.single-property .property-amenities > span{
    border-bottom: 4px solid #8c8884;
    min-height: 50px;
}
@media(max-width: 425px){
    .single-property .property-amenities > span{
    min-height: 70px;
    }
}
@media(max-width: 315px){
    .single-property .property-amenities > span{  
    min-height: 85px;
    }
}
.single-property .price{
    margin-bottom: 20px;
}
.property-slider{
	margin-bottom: 40px;
}
.single-property .nav-tabs li{
	position: relative;
	background: #6c0ba9;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .nav-tabs li:after{
	content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 10px);
    border: 8px solid #6c0ba9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: unset;
}
.single-property .nav-tabss li{
    position: relative;
    background: #6c0ba9;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .nav-tabss li:after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 10px);
    border: 8px solid #6c0ba9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: unset;
}
.single-property .tab-content .tab-pane p{
	color: #555;
    font-size: 13px;
    padding: 10px 5px;
    line-height: 20px;
	margin-bottom: 40px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property h3{
	/*font-family: montserrat,sans-serif;*/
    font-size: 26px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .agent {
    padding: 25px;
    margin-bottom: 30px;
    background: #f8f8f8;
	/*font-family: montserrat,sans-serif;*/
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .property-ndetails {
    display: table;
    width: 85%;
}
.property-ndetails-mobile{
    display: none;
    }
.single-property .property-ndetails span,
.single-property .property-ndetails label{
    display: inline-block;
    margin-bottom: 12px;
    width: 50%;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.single-property .property-ndetails font {
	font-size: 13px;
    color: #888;
    font-weight: normal;
    margin-left: 10px;
}
.single-property .property-ndetails label{
	display: block;
}
.property-slider .slide-one-item{
    border: 1px solid #8c8884;
    border-top: 0;
    border-bottom: 0;
}
.property-slider .slide-one-item img{
	height: 600px;
}
.property-slider .slide-one-item .owl-prev{
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;

}
.property-slider .slide-one-item .owl-next{
    float: right;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.property-slider .slide-one-item .owl-nav{
    display: block !important;
}
.property-slider .slide-two-item{
	background: linear-gradient(180deg, #fff6d1, #eae6d1);
	border-bottom: 1px solid #d0c6bd;
    padding: 0 50px;
}
.property-slider .slide-two-item img{
	height: 160px;
    margin: auto;
    padding: 10px 5px;
    max-width: unset;
    min-height: unset;
    max-height: unset;
}
.property-slider .slide-two-item .owl-prev,
.property-slider .slide-two-item .owl-next{
	position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background: #4c4239;
    color: #ffffff;
    font-size: 40px;
    display: flex;
}
.property-slider .slide-two-item .owl-prev{
    left: 0;
}
.property-slider .slide-two-item .owl-next{
    right: 0;
}
.property-slider .slide-two-item .owl-prev span,
.property-slider .slide-two-item .owl-next span{
	margin: auto;
}
.property-slider .slide-two-item .owl-nav{
	display: block !important;
}
@media(max-width: 460px){
	.property-slider .slide-two-item{
		display: none;
	}
}
@media(max-width: 1100px){
	.single-property .property-ndetails {
		display: grid;
		width: 100%;
	}
	.property-slider .slide-one-item img {
		height: 550px;
	}
	.single-property .property-ndetails span {
		width: 100%;
	}
    .property-ndetails-pc{
    display: none;
    }
    .property-ndetails-mobile{
    display: block;
    }
}
@media(max-width: 991px){
	.chg-property{
		background: #fff;
	}
	.property-slider .slide-one-item img {
		height: 500px;
	}
	.single-property{
		background: unset;
		box-shadow: unset;
		padding: unset;
		margin-bottom: unset;
	}
}
@media(max-width: 680px){
	.property-slider .slide-one-item img {
		height: 400px;
	}

}
@media(max-width: 525px){
    .property-slider .slide-one-item img {
        height: 310px;
    }
}
@media(max-width: 424px){
   .property-slider .slide-one-item img {
        height: 270px;
    }
}
@media(max-width: 320px){
    .property-slider .slide-one-item img {
        height: 210px;
    }
}
/******************* Footer ********************/
.site-footer{
	background-color: #eee;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    font-size: 12px;
}
.copyrights-bar{
	width: 100%;
	display: flex;
}
.copyrights-col-left{
	margin-right: auto;
}
.copyrights-col-left p{
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
    /*font-family: montserrat,sans-serif;*/
    font-family: "Times New Roman", Times, serif;/*additional*/

}
.copyrights-col-right{
	margin-left: auto;
}
.copyrights-col-right a{
	background: #666;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration: none;
}
/****************** Signup ********************/
.login-section{
	padding-top: 80px;
}
.site-login-main{
	max-width: 500px;
    margin: auto;
}
.site-login-logo{
	display: flex;
    margin: 10px 0;
}
.site-login-logo img{
	width: 50%;
    object-fit: contain;
    max-width: 240px;
    margin: auto;
}
.site-login-section label{
	margin: 0;
    font-size: 12px;
    color: #ddd;
}
.site-login-section input,
.site-login-section select{
	background: #fef3ff !important;
    color: #fff !important;
    border: 1px groove #c788f599 !important;
    box-shadow: 0 1px 2px #000a;
    height: 35px;
    font-size: 14px;
    padding: 2px 15px;
}
.form-verified-btn{
	display: flex;
}
.form-verified-btn input,
.form-verified-btn select{
	border-radius: 5px 0 0 5px;
}
.form-verified-btn .btn-verified{
	width: 50%;
    min-width: 100px;
    height: 35px;
    color: #0e0921;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    text-shadow: 0 0 1px #000a;
    text-transform: uppercase;
    border: 1px groove #edc9ff8f;
    background: linear-gradient(0deg, #ac31d4, #a159ff 50%);
}
.site-login-section .btn-login{
	display: table;
    margin: auto;
    min-width: 140px;
    border: 1px groove #ec9aff5c;
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(0deg, #d1a0ff, #d2c4ff);
    border-radius: 3px;
    color: #0c0323;
    font-size: 16px;
    padding: 0 5px;
    text-shadow: 0 0 1px #000;
    height: 34px;
    line-height: 28px;
	text-transform: uppercase;
}
.site-login-lang{
	display: flex;
    margin-bottom: 50px;
    padding-top: 10px;
}
.site-login-lang a{
	display: inline-block;
}
.site-login-lang a:hover img,
.site-login-lang a:focus img,
.site-login-lang a:active img{
	filter: brightness(1.4) drop-shadow(0px 0px 2px #ff0000aa);
}
.site-login-lang a:first-child{
    margin-left: auto;
}
.site-login-lang a:last-child{
    margin-right: auto;
}
.site-login-lang a img{
	width: 35px;
    height: 35px;
    object-fit: contain;
	transition: all 0.5s ease;
}

/****************** Others *******************/
.site-contact{
	max-width: 1000px;
    margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 80px;
	padding: 0 15px;
}
.site-contact-main{
	background: #fff;
    /*border-top: 5px solid #9854c2;*/
    padding: 30px;
    box-shadow: 0 1px 4px #0003;
    margin-bottom: 40px;
    font-size: 13px;
}
.site-contact-main p{
	display: block;
    padding-top: 20px;
    color: #888;
    margin: 0;
    border-top: 1px solid #f5f2ec;
    text-align: justify;
}
/* .site-contact-top{
	display: flex;
} */
.site-contact-top img{
	width: 35%;
    object-fit: cover;
    padding: 10px;
    margin-right: 20px;
}
@media(max-width:680px){
	/* .site-contact-top img{
		display: none;
	} */
	.site-contact-pd{
		width: 100%;
	}
}
.site-contact-pd{
	padding: 0 20px;
	padding-bottom: 20px;
    width: 100%;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.site-contact-pd h3{
	border-bottom: 1px solid #eee;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}
.contact-pd-li{
	display: flex;
	margin-bottom: 10px;
}
.contact-pd-li i{
	min-width: 30px;
    font-size: 16px;
    color: #aaa;
    line-height: 35px;
}
.contact-pd-li.ft20 i{
	font-size: 20px;
}
.contact-pd-li span{
	color: #666;
    width: 100%;
    background: #f9f9f9;
    padding: 0 15px;
    line-height: 35px;
}
.property-contact-form{
	background: #fff;
    border: 1px solid #eee;
    /*border-radius: 5px;*/
    padding: 30px;
    box-shadow: 0 1px 4px #0003;
    /*box-shadow: 0 2px 5px #d5f1f7;*/
	margin-bottom: 60px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.property-contact-form form{
	padding: 20px 0;
    display: grid;
}
.property-contact-form h3{
    margin-bottom: 5px;
}
.property-contact-form span{
	color: #999;
    font-size: 13px;
}
.property-contact-form .form-group input,
.property-contact-form .form-group textarea{
	margin-bottom: 0;
    font-size: 12px;
    min-height: 38px;
    border-color: #dce5ec;
    background-color: white;
    color: #000000;
}
.property-contact-form .form-group textarea{
	min-height: 180px;
}
.property-contact-form button{
	min-width: 150px;
	margin: 10px auto;
	margin-bottom: 0;
}
.property-href-link{
	display: flex;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.property-href-link a{
	display: inline-flex;
    color: #9854c2;
}
.property-href-link a:after{
	content: "\f105";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding: 0 10px;
}
.property-href-link span{
	color: #999;
    font-size: 12px;
}
.drone-johor{
	display: flex;
    max-width: 90%;
    margin: 10px auto 10px 0;
}
.drone-date{
	padding-right: 15px;
    min-width: 160px;
}
.drone-date h4{
	font-family: -webkit-pictograph;
    font-weight: 600;
    font-size: 1.20em;
    text-transform: lowercase;
}
.drone-date h3{
	font-size: 35px;
    font-family: serif, auto;
    color: #fff;
	margin-left: 5px;
    text-shadow: 0 1px 12px #dec89b;
}
.drone-main{
	position: relative;
	display: flex;
    width: 100%;
    background: #a6a6a6;
	box-shadow: 14px 10px 0 #0000002b;
	max-width: 750px;
}
.drone-images{
	position: relative;
    width: 80%;
    /* height: 210px; */
}
.drone-images img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.drone-images span{
	background: #9854c2;
    color: #fff;
    font-size: 11px;
    position: absolute;
    width: 50px;
    line-height: 32px;
    text-align: center;
    right: 0;
    bottom: 0;
    padding-top: 3px;
    letter-spacing: 1px;
}
.drone-info{
	display: grid;
    width: 100%;
    padding: 20px 30px;
    padding-right: 40px;
    font-family: "Times New Roman", Times, serif;/*additional*/
}
.drone-info h4{
	color: #fff;
    font-weight: normal;
    font-size: 16px;
	margin: 0;
}
.drone-info p{
	font-size: 12px;
	letter-spacing: 0.5px;
    color: #fff;
}
.drone-info h4 i{
	font-size: 13px;
    padding-right: 5px;
    color: #d4a730;
	transition: all 0.5s ease;
}
.drone-info h4:hover i,
.drone-info h4:active i{
	color: #eee;
}
.drone-button a{
	color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
	transition: all 0.8s ease;
}
.drone-button a:hover,
.drone-button a:active,
.drone-button a:focus{
	color: #6c0ba9;
    border-color: #fff;
}
.drone-button a i{
	font-size: 12px;
    padding-left: 10px;
    color: #bbb;
}
@media(max-width: 991px){
	.drone-date{
		display: none;
	}
	.drone-info{
		width: 100%;
		padding: 20px;
	}
	.drone-main{
		box-shadow: 8px 8px 0 #988d7747;
	}
	.drone-info p {
		letter-spacing: 0;
	}
	.drone-johor{
		max-width: 100%;
	}
}
@media(max-width: 480px){
	.drone-main{
		display: grid;
	}
	.drone-images {
		width: 100%;
		/* height: 170px; */
	}
	.drone-info {
		padding: 15px;
		padding-bottom: 30px;
	}
}

.site-drone-title{
	position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
    /*background: #ffffffbd;*/
    padding: 5px 20px;
    /*box-shadow: 5px 5px 0px #00000008;*/
    /*width: 100%;
    max-width: 510px;*/
}
.site-drone-title:after{
	content: '';
    position: absolute;
    /*border: 5px solid #9a00ff3b;*/
    width: 45%;/*220px*/
    max-width: 420px;
    /*width: 420px;/*220px*/
    height: 110px;/*115px*/
    top: -20px;
    left: 30px;
    z-index: -1;
}
.site-drone-title h4{
	color: #9854c2;
    font-family: montserrat,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin: 3px;
    letter-spacing: 0.5px;
}
.site-drone-title span{
	color: #444;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1.25;
}
.btn-primaryy{
    color:#fff;background-color:#6c0ba9;border-color:#9854c2
}
.btn-primaryy:hover{
    color:#fff;background-color:#9854c2;border-color:#6c0ba9
}
.social-media{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: grid;
}
.social-media a{
    color: #ffffff;
    background-color: #6c0ba9;
    border-radius: 50%;
    text-decoration: none;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.social-media a:hover{
    background-color: #9854c2;
}

.social-media i{
    position:relative;
    display: block;
    font-size: 20px;
    text-align: center;
    top:28%;
    
}

#back-to-top{
    position:fixed;
    z-index:999;
    left:17px;
    bottom:17px;
    display:none;
    padding:5px 12px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:rgba(0,0,0,.7);
    color:#ffffff;
}