body {
	margin: 0;
	padding: 0;
	background: #0D1B26;
	color: #fff;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
}

/*
Button
*/

.btn-outline-primary {
	color: #ffd400;
	border-color: #ffd400;
}

.btn {
	text-align: center;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 20px;
	border-color: #debb05;
	background-color: #debb05;
	min-width:200px;
}

.btn-outline-primary {
	color: #debb05;
	background-color: transparent;
}

.btn-outline-primary:hover {
	color: #000;
	background-color: #debb05;
	border-color: #debb05;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #000;
	background-color: #debb05;
	border-color: #debb05;
}

.btn-outline-primary:focus {
	box-shadow: 0 0 0 1px rgb(222, 187, 5);
}

/*
Headings
*/

h6 {
	color: #debb05;
}

/*
Navigation
*/

.nav-link {
	padding: .5rem 2.0rem !important;
	color: #debb05;
	font-size: 19px;
}

.nav-link:hover {
	color: #debb05;
	text-decoration: underline;
}

.navbar {
	background: #0d1b26;
	padding: 2em 0;
}

.logo1 {
	display: none;
}

/*
Home Page
*/

.go-back {
	background: none;
	border: none;
	color: #debb05;
}

/*
Home - List
*/

.ImgBullets img {
	width: 6%;
	margin-right: 10px;
	float: left;
}

.ImgBullets p {
	width: 94% margin-bottom: 5px;
}

/*
Login Form
*/

.form-control {
	padding: 20px;
	color: #ffd400;
	border-color: #ffd400;
	background-color: transparent;
	border-radius: 25px;
}

input[type="text"]::placeholder {
	text-align: center;
	color: #debb05;
}

input[type="password"]::placeholder {
	text-align: center;
	color: #debb05;
}

.logout a {
	font-size: .9em;
}

/*
Welcome
*/

.welcome h3 {
	font-weight: normal;
	margin-bottom: 0;
}

.welcome p {
	font-style: italic;
	margin-top: 10px;
}

/*
Accordion
*/

.accordion .card {
	background: none;
}

.accordion .card-header {
	padding: 0;
	background: none;
	position: relative;
}

.accordion .card-header .btn {
	width: 100%;
	text-align: left;
	padding: 6px 20px;
	font-size: 16px;
}

.accordion .card {
	display: flex;
	height: 100%;
	border-radius: 0;
}

.accordion .card .card .card-body {
	color: #000;
	padding: 5px;
	background: #fff;
}

.accordion .card .card-body .col-md-4 {
	display: flex;
	flex-direction: column;
}

.accordion .card .card .card-body .images img {
	width: 50%;
}

.accordion .card .card .card-body p {
	margin-bottom: 0;
}

.accordion .card .card .card-body p span {
	font-weight: bold;
}

.accordion .card .card .card-footer {
	background: #debb05;
	text-align: center;
}

.accordion .card .card .card-footer a {
	color: #000;
}

.accordion .card .card .card-body i {
	color: #fff;
	background: #000;
	width: 15px;
	height: 20px;
	line-height: 20px;
	font-size: .75em;
	text-align: center;
}

.accordion .card .card .card-body .carousel-control-next, .accordion .card .card .card-body .carousel-control-prev {
	bottom: auto;
	top: 150px;
	width: auto;
	opacity: 1;
}

.accordion .card .card .card-body .carousel-control-next {
	right: -15px;
	left: auto;
}

.accordion .card .card .card-body .carousel-control-prev {
	right: auto;
	left: -15px;
}

.accordion .card .card .card-body .user-img {
	text-align: center;
}

.accordion .card .card .card-body .user-img img {
	max-width: 100px;
}

.accordion .card-header:after {
	content: '\f078'!important;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: .75em;
	margin-right: 5px;
	position: absolute;
	right: 15px;
	top: 30px;
	margin-top: -16px;
	transition: all .2s linear;
}

.accordion .card-header.active-acc:after {
	content: '\f077'!important;
	transition: all .2s linear;
}

/*
Tenant
*/

.transaction-items .transaction-item {
	margin-bottom: 15px;
}

/*
Documents - Table
*/

.table {
	padding: .60rem;
	vertical-align: top;
	text-align: left;
	color: #fff;
}

.table th {
	border: 1px solid #0d1b26!important;
	background: #debb05;
	color: #0d1b26;
}

.table tr {
	border-bottom: 1px solid #fff;
}

.table a {
	color: #fff;
}

/*------------ Mobile -----------------*/

@media screen and (max-width: 480px) {
	.navbar {
		background: #0d1b26;
	}
	.navbar-toggler-icon {
		color: #fff;
	}
	.logo {
		display: none;
	}
	.logo1 {
		display: block;
		margin: 0 !important;
	}
	.btn {
		padding: 12px 40px;
	}
	.navbar-brand img {
		width: 100px;
	}
}

/*------------ Ipad -----------------*/

@media screen and (max-width: 768px) {
	li.nav-item {
		padding: 0rem !important;
	}
	li.nav-item.p-2.active {
		padding: 0 !important;
	}
}

pre {
	background: #fff;
}

/*
Contact Page
*/
.commn {
	/*background-color: #ffd400;*/
    color: #000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

/* header */

.page-header {
	text-align: center;
	background-color: #ffd400;
	color:#000;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.page-header .title {
	font-size: 1.2em;
	text-transform: uppercase;
}

.page-header .sutitle {
	font-size: 1.3em;
	text-transform: uppercase;
}

/*  radio button */

.check {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.check .check-field {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight:bold;
	text-transform: capitalize;
}

.check .check-field input {
	height: 50px;
	width: 50px;
}

.check .check-field .tags {
	width: 85%;
}

/* form */
.wpcf7 .wpcf7-form{
	color:#000;
	font-weight: bold;
	font-size:.8em;
}
.wpcf7 .wpcf7-form .btn{
	background:#ffd400;
	min-width:300px;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}
.wpcf7 .wpcf7-form .field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-form .field-name {
	width: 20%;
	text-transform: capitalize;
}

.wpcf7 .wpcf7-form p {
	width: 75%;
	margin-bottom: 0;
}

.wpcf7 label {
	display: block;
	margin-bottom:0;
}

.wpcf7-form-control {
	width: 100%;
	border:none;
	border-bottom: 2px solid #000;
	border-radius:0;
}
.modal-dialog{
	color:#000;
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 80%;
		margin: 1.75rem auto;
	}
}
/* check-btn */

.check-btn {
	position: relative;
}

.check-btn input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.check-btn .chckmark {
	position: relative;
	height: 25px;
	width: 25px;
	margin: 5px auto;
	z-index: 9;
	-webkit-transition: all 0.25s linear;
}

.check-btn .checkd {
	display: block;
	position: absolute;
	background-color: #ffd400;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	transition: border 0.25s linear;
	-webkit-transition: border 0.25s linear;
}

.check-btn .checkd::before {
	display: block;
	background-color: #fff;
	position: absolute;
	content: "";
	border-radius: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 15px;
	width: 15px;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.checkd {
	background-color: #ffd400;
}

input[type="radio"]:checked~.checkd::before {
	background: #000;
}
.form-success-message{
	text-align:center;
	padding:15px;
	border:2px solid #ffd400;
}
/*
Contact Modal
*/
@keyframes bgtransition {
	0%{
		background:rgba(0,0,0,.5);
	}
	50% {
		background:rgba(0,0,0,1);
	}
	100% {
		background:rgba(0,0,0,.5);
	}
}
#contactModal{
	bottom:0;
	top:auto;
}
#contactModal .modal-dialog{
	max-width:500px;
}
.modal-dialog-slideout {
	margin: 0 0 0 auto;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(100%,0)scale(1);
	transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}