body{
color:	#010101;
}
.text-justify{
	text-align:justify;
}
.feature-box-icon .icofont{
	color:#f16036;
}
.feature-box-icon i::before {
    border: 2px dashed #f16036;
}
a.appao-btn{
	font-weight: 600;
}
.mr-tp30{
	margin-top: 30px;
}
#screenshot{
	background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(233,233,233,1) 90%);
}
.download-area{
	background: #fcecdb;
}
.footer{
	background: #fcecdb;
}
.btn-danger:hover {
    color: #fff;
    background-color: #f16036;
    border-color: #f16036;
}
.form-control:focus {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
}
.form-control{
    background-color: #ffffff!important;
}


.div-transparent
{
	content: "";
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.mr-bt25{
	margin-bottom:25px 
}
.nav-tabs{
	border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #f16036;
    border-color: #f16036 #f16036 #fff;
}
.ekko-lightbox .modal-header{
	display: block!important;
}
.ekko-lightbox .modal-header .modal-title{
	display: none;
}
.ekko-lightbox .close{
    padding: 0.3rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.slide1{
	  background-image: url("../bnr1.jpg"); /* The image used */
	  background-color: #cccccc; /* Used if the image is unavailable */
	  height: 100%; /* You must set a specified height */
	  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  padding-top: 140px;
}
.slide2{
	  background-image: url("../bnr2.jpg"); /* The image used */
	  background-color: #cccccc; /* Used if the image is unavailable */
	  height: 100%; /* You must set a specified height */
	  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  padding-top: 140px;
}
.slide3{
	  background-image: url("../bnr1.jpg"); /* The image used */
	  background-color: #cccccc; /* Used if the image is unavailable */
	  height: 100%; /* You must set a specified height */
	  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  padding-top: 140px;
}
.slicknav_btn{
	  background-color: #420727;
}
.slicknav_menu a.active, .mainmenu ul li a:hover, .mainmenu ul li a.active{
	color:#420727;
}
.slick-slide img{
	border: 1px solid gray;
}
.d-desk{
  display: block;
}
.d-mob{
  display: none;
}
.mr-tp20{
	margin-top: 20px;
}
.mr-bt20{
	margin-bottom: 20px;
}
.mr-bt30{
	margin-bottom: 30px;
}
.d-flex{
	display: flex;
}
.mr-auto{
	margin: auto;
}
.text-justify{
	text-align: justify;
}
.owner-bg{
	  /*background-image: url("../bnr1.jpg"); /* The image used */
	  background-color: #fcecdb; /* Used if the image is unavailable */
	  height: 100%; /* You must set a specified height */
	  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  padding: 90px 0;
}
.bv-photo{
	background: #fff;
	padding: 2px;
}
.modal-dialog {
    max-width: 35%;
    margin: 1.75rem auto;
}
.modal-header{
	position: absolute;
	right: -1%;
    top: -1%;


	z-index: 1000;
	margin: 0;
	padding: 0;
}
.modal-header button{
	background: #f16036;
	border: 1px solid #f16036;
	color: #ffffff!important;
	padding: 4px 10px;
	border-radius: 50%;
	font-size: 18px;
}
.clr-blue{
	color: blue!important;
}
.clr-brown{
	 color: #420727!important;
}
.btn-ex{
	background: #f16036;
    color: #fff;
    border: 1px solid #f16036;
    padding: 7px 30px;
    border-radius: 30px;
}


	.blink span{
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}