	* {
		padding: 0;
		margin: 0;
		outline: 0;
		scrollbar-width: auto;
		scrollbar-color: #a0a1ca #dedede;
	}

	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 7px;
	}

	::-webkit-scrollbar-track {
		background-color: #ebebeb;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #a0a1ca; 
	}

	@-webkit-keyframes sectionShape{form{left:-101%}to{left:101%}}
	@keyframes sectionShape{form{left:-101%}to{left:101%}}

	body {

		min-width: 320px;

		color: #000;

		font-family: 'Raleway', sans-serif;

		overflow-x: hidden;

		background: #fff;
	}

	a{
		text-decoration: none;
		color: #111;
		transition: 0.4s ease-in-out;
	}

	a:hover{
		text-decoration: none;
		color: #81D4C4;

	}

	p{
		font-size: 18px;
		line-height: 34px;
		margin: 0;
		color: #111;
		font-family: 'popins', sans-serif;
	}

	small, strong{
		font-family: 'popins', sans-serif;
	}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
		overflow: hidden;
	}

	figure{
		margin: 0;
	}

	.img-wrap{
		position: relative;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}

	.imgp-wrap {

		background: #fff;
		transition: all .5s ease;
		display: block;
		width: 100%;
		position: relative;
		height: 0;
		padding-top: 100%;
		overflow: hidden;

	}

	.imgp-wrap img {

		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;

	}

	.mb-thirty{
		margin-bottom: 30px;
	}

	/*header*/

	header .container{
		max-width: 1700px;
	}

	/*nav bar*/

	.nav-sec .navbar-collapse{
		justify-content: flex-end;

	}

	.nav-sec .navbar{
		padding: 0;
	}

	.main-navigation{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.nav-sec .main-navigation .menu-item a{
		padding:20px 13px;
		color: #fff;
		font-weight: 700;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 14px;
		position: relative;
		display: block;
		text-transform: uppercase;
		border-top: 2px solid transparent;
	}

	.nav-sec .main-navigation .menu-item:last-of-type a{
		border: none;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		color:#81D4C4;
	}

	.menu-item-has-children{
		position: relative;
	}

	.sub-menu{
		top: 100%;
		left: 0;
		z-index: 1000;
		min-width: 10rem;
		font-size: 1rem;
		color: #0B5D98;
		text-align: left;
		list-style: none;
		border: 1px solid rgba(0,0,0,.15);
		display: none;
		position: absolute;
	}

	.nav-sec .menu-item-has-children .sub-menu {
		margin: 0;
		background: #696969;
		border-radius: 0;
		padding: 0;
		width: 310px;
	}

	.nav-sec .menu-item-has-children:hover .sub-menu {
		display: block !important;
	}

	.nav-sec .menu-item-has-children .sub-menu a{
		transition: 0.4s;
		padding: 10px;
		color: #fff;
		font-size: 14px;
		transition: 0.4s ease-in-out;
		text-align: left;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		color: #81D4C4;
		background: #1B2B69 ;
	}

	.menu-item-has-children > a::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	/*top head*/

	.top-head{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e7e7e7;
		padding: 5px 0;
		margin: 0 0 10px 0;
	}

	.contct{
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.contct li{
		display: inline-block;
		margin: 0 10px 0 0;
	}

	.contct li a {
		font-weight: 500;
		color: #eee;
	}

	.contct li a:hover{
		color:#81D4C4 ;
	}

	.contct li a i{
		color: #81D4C4;
		margin: 0 5px 0 0;
	}

	.logins{
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
	}

	.s-up{
		position: relative;    
	}

	.s-opt{
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		top: 100%;
		right: 0;
		z-index:5;
		background: #81D4C4;
		min-width: 120px;
		text-align: left;
		display: none;
	}

	.logins .s-up:hover .s-opt{
		display: block;
	}

	.logins .s-up{
		margin: 0 0 0 10px;
		border-right: 1px solid #4c4c4c;
		padding-right: 10px;
	}

	.logins .s-up > a{
		color: #81D4C4;
		font-weight: 600;
		font-size: 12px;
	}

	.logins .s-up > a:hover{
		color: #fff;
	}

	.logins .s-up > a i{
		margin: 0 5px 0 0;
	}

	.logins .s-up:last-of-type{
		border: none;
		padding-right: 0;
	}

	.s-opt li a{
		display: block;
		padding: 5px;
		border-bottom: 1px solid #fefefe;
		text-transform: capitalize;
		font-weight: 500;
		font-size: 14px;
	}

	.s-opt li a:hover{
		background: #1B2B69;
		color: #fff;
	}

	header{
		position: relative;
	}

	header:before{
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		height: 15px;
		background: #81D4C4;
		position: absolute;
		z-index: -3;
	}

	header:after{
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-image: url(../images/Banner-Header-bg.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -4;
	}

	header .logo-wrap{
		position: relative;
		padding: 20px 50px 10px 0;
	}

	.l-bars{
		position: absolute;
		left: -999999px;
		right: -65px;
		top: 60px;
		bottom: 0;
		background: #fff;
		border-radius: 1px;
		transform: skew(40deg);
		z-index: -3;
		border-right: 35px solid #81D4C4;

	}

	header .logo-wrap:before{
		content: "";
		position: absolute;
		left: -999999px;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		border-radius: 1px;
		transform: skew(40deg);
		z-index: -1;
		border-top: 15px solid #81D4C4;
		box-shadow: 2px -5px 10px 5px rgba(0,0,0,0.5);
	}

	header .logo-wrap:after{
		content: "";
		position: absolute;
		left: -999999px;
		right: -20px;
		top: 0;
		bottom: 0;
		background: #273B8D;
		border-radius: 1px;
		transform: skew(40deg);
		z-index: -2;
		box-shadow: 2px -10px 10px 5px rgba(0,0,0,0.5)
	}


/*slider section*/

.slide-sec{
	position: relative;
}

.slide-sec:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.s-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 500px;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	background: rgba(129,212,197,0.5);
	padding: 30px;overflow: hidden;

}

.s-caption:before{
	content: "";
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: rgba(129,212,197,0.3);
	position: absolute;
	left: 0;
	-webkit-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	transform: skewX(40deg) translatex(-60%);
	z-index: -1;
}

.s-caption strong{
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1;
}

.s-caption p{
	color: #eee;
	margin: 0 0 15px 0;
}

.s-caption a{
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #1B2B69;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	transition: 0.4s ease-in-out;
}

.s-caption a:hover{
	background-color: #81D4C4;
}

.s-caption a span{
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: block;
}

#main-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}

#main-slider .owl-dots .owl-dot span {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3ed";
	position: relative;
	color: #000;
	font-size: 18px;
	width: 10px;
	height: 10px;
	background: #1B2B69;
	border-radius: 0;
}

#main-slider .owl-dots .owl-dot.active span{
	background: #81D4C4;
	height: 20px;
}

.slide-img {
	position: relative;
	width: 100%;
	padding-top: 100vh;
	margin: 0;
}

.slide-img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	object-fit: cover;
}


/*service section*/

.welcome-sec{
	padding: 50px 0;
}

.wel-contn{
	padding: 0 0 0 30px;
}

.wel-contn h2 small{
	display: block;
	font-size: 16px;
	color: #81D4C4;
	margin: 0 0 10px 0;
}

.wel-contn h2{
	color: #1A2D68;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.wel-contn p{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.wel-contn a{
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #1B2B69;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	transition: 0.4s ease-in-out;
}

.wel-contn a:hover{
	background-color: #81D4C4;
}

.wel-contn a span{
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: block;
}

.our-service{
	padding: 80px 0;
	background-image: url(../images/serv-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.our-service:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
}

.headings{
	text-align: center;
	margin: 0 0 80px 0;

}

.headings h3{
	font-size: 32px;
	text-transform: capitalize;
	position: relative;
	color: #1B2B69;
}

.headings h3:before{
	content: "";
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 2px;
	background: #81D4C4;
	position: absolute;
	transform: translatex(-50%);
}

.headings h3:after{
	content: "";
	left: 50%;
	bottom: -20px;
	width: 150px;
	height: 2px;
	background: #81D4C4;
	position: absolute;
	transform: translatex(-50%);
}

.our-service .headings h3{
	color: #fff;
}

.service-card{
	position: relative;
	margin: 0 0 20px 0;
}

.service-card .serv-detail{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.8);
	transition: 0.4s ease-in-out;
}

.service-card .serv-detail a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.service-card:hover .serv-detail{
	background: rgba(129,212,197,0.9);
}

.service-card .serv-detail small{
	color: #fff;
}

/*search rental*/

.search-rental{
	padding: 80px 0;
	overflow: hidden;
}

.filter{
	display: flex;
	justify-content: flex-end;
	background: #1B2B69;
	padding: 10px 20px;
	margin: 0 0 40px 0;
	position: relative;
}

.filter:before{
	content: "";
	background: #81D4C4;
	width: 50px;
	height: 55px;
	position: absolute;
	left: 50px;
	top: 0;
	transform: skew(40deg);
}

.filter:after{
	content: "";
	background: #81D4C4;
	width: 50px;
	height: 55px;
	position: absolute;
	left: 120px;
	top: 0;
	transform: skew(40deg);
}

.filter .filtr-opt{
	margin: 0 0 0 10px;
}

.filtr-opt select{
	border-radius: 0;
	min-width: 200px;
	text-transform: capitalize;
	font-size: 14px;
}

.rental-card .prices{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #81D4C4;
	font-weight: 500
}

.rental-card{
	padding:0 15px 15px 15px;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 16%);
	margin: 0 0 35px 0;
	transition: 0.4s ease-in-out;
}

.rental-card:hover{
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 16%);
}

.rental-card .prices span{
	margin: 0 10px 0 0;
	display: inine-block;
}

.rental-card .img-wrap{
	top: -10px;
}

.aments{
	padding: 5px;
	list-style: none;
	margin: 0 0 10px 0;
}


.aments li{
	display: inline-block;
	padding: 5px;
	width: 48%;
	color: #151515;
}

.amts i{
	margin: 0 5px 0 0;
	color: #81D4C4;
	width: 20px;
	text-align: center;
}

.rental-detail .locn{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	color: #1B2B69;
	margin: 0 0 10px 0;
}

.dtl{
	text-align: center;
}

.dtl a{
	text-transform: capitalize;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	background: #1B2B69;
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;font-size: 14px;
}

.dtl a:hover{
	background: #81D4C4;
}


.v-all{
	text-align: center;
}

.v-all a{
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #1B2B69;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	transition: 0.4s ease-in-out;
}

.v-all a span {
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: block;
}

.v-all a:hover{
	background: #81D4C4;
}

/*highlights section*/

.highlights{
	padding: 80px 0;
	background-image: url(../images/high-l.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	position: relative;
}

.highlights:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.38139005602240894) 0%, rgba(129,212,196,1) 42%);
}

.highlights .container{
	position: relative;
}

.serv-list li {
	width: 45%;
	display: inline-block;
	margin: 0 10px 25px 10px;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
}

.serv-list li i{
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	background: #81D4C4;
	text-align: center;
	color: #fff;
	margin: 0 10px 0 0;
	border: 2px solid #fff;
}

.highlights .img-wrap img{
	border-radius: 130px 70px 150px 130px
}

/*process section*/

.process{
	padding: 80px 0;
}

.process-card {
	text-align: center;
	position: relative;
}

.process-card .icon-wrap {
	margin: 0 0 20px 0;
	position: relative;
}

.process-card .icon-wrap:before{
	content: "\f30b";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translatey(-50%);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	color: rgba(0,0,0,0.2);
	transition: 0.4s ease-in-out;
}

.process-card:hover .icon-wrap:before{
	right: -30px;
}

.process [class*="col-"]:last-of-type .process-card .icon-wrap:before{
	display: none;
}

.process-card .icon-wrap i {
	font-size: 40px;
	width: 100px;
	height: 100px;
	background: #1B2B69 ;
	line-height: 94px;
	border-radius: 50%;
	color: #fff;
	border: 3px solid #81D4C4;
	box-shadow: 0px 0px 15px 5px rgba(28,44,105,0.5);
}

.process-card strong {
	font-size: 16px;
	text-transform: uppercase;
	color: #555;
	margin: 0 0 10px 0;
	display: block;
}

/*blog section*/

.blogs{
	padding: 80px 0;
	background: #f3f4f9;
}

.blog-wrap {
	box-shadow: 0 2px 23px 0 rgb(0 0 0 / 10%);
}

.blog-wrap .img-wrap {
	margin: 0 0 20px 0;
}

.blog-contn {
	padding: 0 20px 20px 20px;
}

.blog-contn .tags a {
	color: #81D4C4;
}

.blog-contn h6{
	position: relative;
	margin: 0 0 20px 0
}

.blog-contn h6:before{
	content: "";
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 2px;
	background: #81D4C4;
	position: absolute;
}

.blog-contn h6 a{
	font-weight: 600;
	font-size: 22px;
}

.blog-contn h6 a:hover{
	color: #81D4C4;
}

.blog-contn p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.post-time{
	font-size: 12px;
	color: #555;
	margin: 0 0 5px 0;
}

.post-time i{
	color: #81D4C4;
	margin: 0 5px 0 0;
}

.read-m{
	display: inline-block;
	color: #1B2B69;
}

.read-m:hover{
	color: #81D4C4;
}

/*testimonials */

.testimonials{
	padding: 80px 0;
	background-image: url(../images/test-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.testimonials:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.testimonials .headings h3{
	color: #fff;
}

.test-wrap .img-wrap figure{
	width: 50px;
	padding-top: 50px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	border-radius: 50%;
}

.test-wrap .img-wrap{
	margin: 0 20px 10px 0;
}

.cust-name{
	display: flex;
	justify-content: center;
	align-items: center;
}

.test-wrap{
	text-align: center;
	padding:20px 20px 20px 20px;
	margin: 40px 20px;
	position: relative;
	background: #fff;
	box-shadow: 0px 5px 61px -15px rgb(0 0 0 / 10%);
}

.test-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: -21px;
	border-width: 0 21px 36px 0;
	border-color: transparent #ffffff transparent transparent;
	width: 0;
	height: 0;
	border-style: solid;
}

.test-wrap > i{
	font-size: 30px;
	display: inline-block;
	line-height: 40px;
	position: absolute;
	top: 10px;
	left: 30px;
	transform: translateX(-50%);
	color: #81D4C4;
	z-index: 999999;

}

.test-wrap .test-detail{
	text-align: left;
	padding: 0 20px;
}

.test-wrap .test-detail q{
	font-size: 14px;
	display: block;
	margin: 0 0 20px 0;
	color: #1B2B69;
	text-align: center;
	line-height: 30px;
	padding: 0 0 20px 0;
	font-weight: 400;
	letter-spacing: .075em;
	font-style: italic;   
}

.cust-name strong{
	font-size: 18px;
	position: relative;
	display: inline-block;
	color: #81D4C4;
	font-style: italic;
}

.testimonials .owl-carousel{
	position: relative;
}

.testimonials .owl-theme .owl-nav button {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}

.testimonials .owl-theme .owl-nav button.owl-prev {
	left: 0;
}

.testimonials .owl-theme .owl-nav button.owl-next {
	right: 0;
}

.testimonials .owl-theme .owl-nav button i{
	padding: 20px;
	background: rgba(234, 102, 84, 0.6);
	color: #fff;
	transition: 0.4s;
}

.test-img{
	text-align: center;
}

/*footer*/

footer{
	padding: 50px 0 0 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
}

footer .container{
	position: relative;
}

.socio-bar{
	padding: 0;
	list-style: none;
	text-align: center;
}

.socio-bar li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.socio-bar li a {
	color: #81D4C4;
}

.socio-bar li a i {
	width: 40px;
	height: 40px;
	background: #1B2B69;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	color: #fff;
	border: 3px solid #81D4C4;
	box-shadow: 0px 0px 5px 5px rgb(28 44 105 / 50%);
	transition: 0.4s ease-in-out;
}

.socio-bar li a i:hover{
	background: #81D4C4
}

footer .logo-wraps{
	margin: 0 0 20px 0;
}

.foot-card h5{
	font-size: 22px;
	text-transform: capitalize;
	position: relative;
	color: #1B2B69;
	margin: 0 0 40px 0;
}

.foot-card h5:before {
	content: "";
	left: 0;
	bottom: -20px;
	width: 30px;
	height: 2px;
	background: #81D4C4;
	position: absolute;
}

.foot-card h5:after {
	content: "";
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 2px;
	background: #81D4C4;
	position: absolute;
}

.foot-card ul {
	list-style: none;
	padding: 0;
}

.foot-card ul li {
	line-height: 36px;
}

.foot-card ul li a {
	display: block;
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
}

.foot-card ul li a:hover{
	color: #1B2B69;
}

.foot-card ul li a i{
	width: 30px;
	color: #81D4C4;
}

.copy-sec{
	padding: 10px 0;
	background: #1B2B69;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	position: relative;
	font-size: 14px;
}

.copy-r a{
	color: #81D4C4
}

.scrollTop {
	position: fixed;
	right: 4%;
	bottom: 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 9;
	color: #fff;
}

.scrollTop:hover {
	bottom: 15px;
}

.scrollTop i {
	color: #fff;
	background-color: #81D4C4;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s ease-in-out;
	border-radius: 50%;
}

/*service page*/

.page-banner{
	padding: 100px 0;
	text-align: center;
	background-image: url(../images/Banner-Header-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.page-banner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
}

.page-banner .container{
	position: relative;
}

.banr-wrap h2{
	color: #fff;
	text-transform: capitalize;
	font-size: 42px;
	font-weight: 700;
}

.pagination{
	justify-content: center;
}

.pgnation .page-item.active .page-link{
	background-color: #81D4C4;
	border-color: #81D4C4;
	color: #fff;
}

.pgnation .page-item .page-link{
	color: #1B2B69;
}

/*service single page*/

.prod-images {
	margin: 0 0 20px 0;
}

.prod-images .img-wrap{
	overflow:hidden;
	display:inline-block;
	border: 1px solid #e8e8e8;
	transition: all .5s ease;
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding-top:75%;
	background: rgba(255,255,255,0.3);
}

.prod-images .img-wrap img{
	position: absolute;
	display: block;
	max-width: 1500px;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s ease-in-out;
}

.prod-images .img-wrap:hover img{
	transform: scale(1.5,1.5);
}

.prod-images .carousel-indicators li{
	width:50px;
	height:50px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	cursor:pointer;
}
.prod-images .carousel-indicators li , .prod-img .carousel-indicators li.active  {
	width: 50px;
	height: 50px;
	border: 0;
	background: none;
	border-radius: 0;
	margin: 0 5px;
	cursor: default;
	text-indent: 0;
	letter-spacing: 0;
	position:relative;
	cursor:pointer;
	border:2px solid transparent;
	text-align:center;
}

.prod-images .carousel-indicators li.active  {
	border:2px solid #ed1e24;
}

.prod-images .carousel-indicators {
	position: initial;
	width: auto;
	margin: 0 -5px;
	letter-spacing: -5px;
	bottom:20px;
	margin-top:20px;
}

.prod-images .carousel-indicators li.active:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.prop-details{
	padding: 20px;
}

.prop-details h3{
	text-transform: capitalize;
	color: #1B2B69;
}

.p-prices{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.p-prices .tags{
	background: #81D4C4;
	padding: 5px;
	display: inline-block;
	font-size: 12px;
	text-transform: capitalize;
	color: #fff;
}

.prop-price{
	font-size: 20px;
}

.prop-locn{
	color: #333;
}

.prop-locn i{
	color: #81D4C4;
}

.prop-spec{
	background: #81D4C4;
	padding: 10px;
	margin: 0 0 20px 0;
}

.prop-spec table{
	margin: 0
}

.prop-spec table th{
	text-transform: capitalize;
}

.p-detail{
	padding: 50px 0;
}

.prop-des{
	padding: 20px;
	background: #eee;
	margin: 0 0 20px 0;
}

.prop-des h4{
	text-transform: capitalize;
}

.prop-des p{
	font-size: 16px;
	line-height: 30px;
	color: #333;

}

.book-form .form-wrap {
	border: 1px solid rgba(129,212,197,0.5);
	padding: 30px;
}

.book-form .form-wrap h4 {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
}

.book-form .form-control {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-color: #ececec;
	line-height: 35px;
	background: #e3f5f2;;
}

.book-form .btn{
	padding: 0px 23px;
	font-size: 14px;
	border-radius: 0;
	line-height: 46px;
	font-weight: 500;
	background: #1B2B69;
	transition: 0.4s ease-in-out;
}

.book-form .btn:hover{
	background: rgba(129,212,197,1)
}

.prop-des h4{
	font-size: 20px;
}

.prop-summary h4{
	font-size: 20px;
}

.book-form h4{
	font-size: 20px;
}

/*contact page*/

.contact{
	padding: 50px 0 0 0;
}

.contact-wrap{
	padding: 20px 0;
}

.contact-numbers{
	padding: 0;
	list-style: none;
}

.contact-numbers i{
	font-size: 18px;
	color: #fff;
	width: 60px;
	line-height: 54px;
	height: 60px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #1B2B69;
	color: #fff;
	border: 3px solid #81D4C4;
	box-shadow: 0px 0px 15px 5px rgb(28 44 105 / 50%);
	border-radius: 50%;
}

.contact-numbers li{
	margin: 0 0 30px 0; 
	display:block;
}

.contact-numbers li a{
	font-size: 22px;
	margin: 0 0 0 15px;
	font-weight: 500;
	color: #222;
}

.contact-numbers li strong{
	font-weight: 400;
}


.map-wrap {
	height: 100%;
}

.contact-form{
	padding: 30px;
	border-radius: 0;
	background-image: url(../images/serv-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 30px 0 30px 0;
	position: relative;
}

.contact-form:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
}

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

.contact-form .form-control{
	padding: 15px;
	margin: 0 0 25px 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.contact-form .btn{
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #1B2B69;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	transition: 0.4s ease-in-out;
	border: none;
	border-radius: 0;
}

.contact-form .btn span{
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: block;
}

.contact-form .btn:hover{
	background:#81D4C4;
}

.contact-form h2{
	font-size: 20px;
	color: #fff;
	margin: 0 0 20px 0;
}

/*register page*/

.register-sec{
	padding: 10px 0 50px 0;
}

/*single page*/

.gen-contn h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #050706;
}

.gen-contn{
	padding: 30px;
/*	background: rgba(129,212,197,0.5);*/
height: 100%;
}

.gen-contn p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.general .container{
	width: 100%;
	max-width: 100%;
}

.general .headers{
	padding: 50px 0 0 0;
}

.single-bottom{
	padding: 50px 0;
}

.aside-dtl p{
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 0 0 20px 0;
}

.check-list {
	list-style: none;
	padding: 0;
}

.check-list li {
	margin: 0 0 20px 0;
	position: relative;
	padding: 0 0 0 30px;
}

.check-list li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #81D4C4;
	font-size: 18px;
}

/*market page*/

.pm-sec{
	padding: 50px 0;
}

.pm-wrap h3{
	color: #1B2B69;
	font-size: 42px;
	margin: 0;
}

.pm-wrap strong{
	display: block;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.contn-wrap{
	display: flex;
	margin: 0 0 30px 0;
}

.contn-wrap .img-wrap{
	min-width: 200px;
	margin: 0 10px 10px 0;
}

.contn-wrap p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.pmg-list{
	margin: 0 0 40px 0;
}

.pmg-list h4{
	text-transform: capitalize;
	font-size: 30px;
	color: #1B2B69;
}



.faq-body .mb-0 > a {
	display: block;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
}

.faq-body .mb-0 > a:hover{
	color: #81D4C4;
}

.faq-body .mb-0 > a:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	font-weight: 600;
	color: #81D4C4;
}

.faq-body .card-header{
	background: #efefef;
	border:none;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	padding: 20px;
	margin: 0 0 10px 0;
}

.faq-body .mb-0 > a[aria-expanded="true"]:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.faq-body .card-body{
	color: #7e7e7e;
	font-size: 14px;
	line-height: 32px;
}

.faq-body  .card{
	border: none;
}

.pm-sec .book-form .form-select{
	margin: 0 0 20px 0
}

.pm-sec .book-form h3{
	font-size: 24px;
	text-transform: capitalize;
	color: #1B2B69;
}

.mform-head h2{
	font-size: 30px;
	text-align: center;
	margin: 0 0 20px 0;
	color: #81D4C4;
}

.areas-serve{
	padding: 50px 0 30px 0;
}

.serv-lists a{
	padding: 20px;
	background: #eee;
	display: block;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

.serv-lists a:hover{
	color: #fff;
	background: #1B2B69;
}

.add-banner{
	background: #1B2B69; 
}

.add-wrap h5{
	text-align: center;
	padding: 50px 20px;

	font-size: 30px;
	color: #fff;
}

.add-wrap h5 a{
	color: #81D4C4;
}

.add-wrap h5 a:hover{
	color: #fff;
}

/*property-list page add css*/

.inr-whyus{
	padding: 50px 0;

}

.text-wrap p{
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.text-wrap{
	margin: 0 0 30px 0;
}

.whyus-wrap{
	padding: 30px ;
}

.whyus-wrap h3{
	font-size: 24px;
	text-transform: capitalize;
	color: #1B2B69;
	margin: 0 0 20px 0;
}

.whyus-wrap .serv-list{
	padding: 0;
}

.why-btns{
	padding: 30px;
	background-image: url(../images/why-inr.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;

}

.why-btns div{
	position: relative;
}

.why-btns:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5)
}

.btn-list a{
	display: block;
	background: #1B2B69;
	text-align: center;
	color: #fff;
	padding: 30px 20px;
	text-transform: uppercase;
	font-weight: 600;font-size: 20px;
	position: relative;
}

.btn-list a:hover{
	background: #81D4C4;
}

.btn-list a:before{
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: 1px solid #81D4C4;

}

.btn-list{
	margin: 0 0 20px 0;
}

.whyus-wrap .serv-list li{
	width: 100%;
}

.single-bottom .check-list li{
	width: 48%;
	display: inline-block;
}

/*benefits page*/

.single-bottom .check-list li{
	width: 48%;
	display: inline-block;
}


.benefit-hl .serv-list li{
	display: inline-flex;
	align-items: center;

}

.benefit-hl .serv-list li i{
	min-width: 60px;
}

.benefit-hl .wel-contn h2{
	font-size: 20px;
}

.benefit-hl h3{
	text-align: center;
	color: #1A2D68;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

.how-steps{

	padding: 80px 0;
}


.how-steps .headers{
	text-align: left;
}

.how-steps .why-list{
	position: relative;
}

.how-steps .why-list:before{
	content: "";
	height: 100%;
	width: 2px;
	position: absolute;
	border-left: 2px dotted #333;
	left: 37px;
	top: 35px;
	z-index: 0;
}

.how-steps .why-contn [class*="col-"]:last-of-type .why-list:before{
	display: none;
}

.how-steps .why-contn{
	padding: 0 30px;
}

.how-steps .why-contn h5{
	font-size: 36px;
	color: #333;
	margin: 0 0 30px 0;
}

.how-steps .why-list{
	padding: 20px;
	position: relative;
	margin: 0 0 15px 0;
	display: flex;
}

.how-steps .why-list strong{
	font-size: 22px;
	text-transform: uppercase;
	color: #333;
}

.how-steps .why-list p{
	font-size: 16px;
	line-height: 28px;
	color: #555;
}

.how-steps .why-list .icon-wrap{
	margin: 0 10px 0 0;
}

.how-steps .why-list .icon-wrap span{
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #81D4C4;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}


.how-steps .why-p p{
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 16px;
}

.faq-body {
	margin: 0 0 20px 0;
}

.general {
	padding: 20px 0;
}

.general .img-wrap{
	height: 100%;
	text-align: center;
	padding: 20px;
}

.general .img-wrap img{
	margin: 0 auto;
}

.inr-whyus .our-service{
	padding: 30px;
	background: none;
}

.inr-whyus .our-service:before{
	display: none;
}

.inr-whyus .our-service h3{
	text-transform: capitalize;
	margin: 0 0 20px 0;
	color: #1B2B69;
}

.inr-whyus .our-service p{
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 20px 0;
	color: #333;
}

.inr-whyus .service-card .serv-detail{
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.6)
}

.outr-container{
	max-width: 1700px;
}

.bg-gray{
	background: #F8F8F8;
}

.page-intro{
    padding: 50px 0;
    text-align: center;
}

.page-intro .img-wrap img{
    max-width: 200px
}

.page-intro .img-wrap{
    margin: 0 0 20px 0;
}

.intro-wrap{
    max-width: 800px;
    margin: 0 auto;
}

.intro-wrap h3{
    font-weight: 700;
    line-height: 40px;
}

/*resident login page*/


.page-banner.login{
    padding: 150px 0 0 0;
    overflow: hidden;
}

.login .banr-wrap{
    display: flex;
    align-items: center;
    padding: 30px 50px;
    position: relative;
}

.login .banr-wrap:before{
    content: "";
    position: absolute;
    left: -999999px;
    right: -999999px;
    bottom: 0;
    top: 0;
    background: rgba(132,214,199,0.6);
}

.login .banr-wrap h2{
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: 1px solid #eee;
    text-align: left;
    position: relative;
}

.login .banr-wrap p{
    color: #fff;
    text-align: left;
    flex: 1;
    position: relative;
}

.login-supports{
    padding: 10px 40px;
    list-style: none;
    margin: 0;
}

.login-supports .s-lists{
    display: flex;
    margin: 0 0 30px 0;
    align-items: center;
}

.s-lists .icon-wrap{
    margin: 0 10px 0 0;
}

.s-lists .icon-wrap i{
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #1B2B69;
    text-align: center;
    color: #fff;
    position: relative;
}

.s-lists .icon-wrap i:after{
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    border: 1px solid #81D4C4;
    border-radius: 50%;
}

.s-lists .s-detail strong{
    display: block;
    font-size: 24px;
    font-weight: 500
}

.inr-testim{
    background: none;
}

.inr-testim:before{
    background: #F8F8F8;
}

.inr-testim .headings h3{
    color: #1B2B69
}


/*tenant profile form page*/

.register-sec .form-wrap select{
    margin: 0 0 20px 0;
    font-size: 15px;
    border-color: #ececec;
    line-height: 35px;
    background: #e3f5f2;
}

.register-sec h5{
    padding: 5px 10px;
    background: #81D4C4;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
    border-radius: 3px
}

.doc-down{
    padding: 10px;
    background: #eee;
    border-radius: 3px;margin: 0 0 20px;
}

.doc-down a{
    background: #81D4C4;
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 10px 0;
}

.doc-down a:hover{
    background: #1B2B69;
}

.doc-down small{
    display: block;
}

.doc-up{
    padding: 10px;
    background: #eee;
    border-radius: 3px;margin: 0 0 20px;
}

.doc-up input{
    border-color: #999 !important;
    margin: 0 0 10px 0 !important;
}

/*tenant dashboard*/

.tenant-info{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.t-name{
    margin: 0 20px;
}

.t-name strong{
    color: #fff;
}

.t-img .img-wrap figure{
    width: 70px;
    padding-top: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.t-profile a{
    display: inline-block;
    padding: 5px 20px;
    background: #81D4C4;
    color: #fff;
    border-radius: 3px;
}

.t-profile a:hover{
    background: #0b5ed7;
}

.tp-info{
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.r-property{
    margin: 0 20px 0 0;
}

.r-property strong{
    color: #fff;
    text-transform: capitalize;
}

.r-property small{
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.tp-address{
    margin: 0 20px 0 0;
}

.tp-address strong{
    color: #fff;
    text-transform: capitalize;
}

.tp-address strong i{
    margin: 0 5px 0 0;
    color: #81D4C4;
}

.tr-rent strong{
      color: #fff;
    text-transform: capitalize;
}

.tr-rent small{
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.t-nav{
    background: #1B2B69;
}

.nav-wrap{
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-wrap li{
    display: inline-block;
   border:1px solid #e7e7f7;
}

.nav-wrap li a{
    padding: 10px 20px;
    display: inline-block;
    background: #81d4c4;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    border: 3px solid transparent ;
    border-bottom: none;
}

.nav-wrap li a:hover, .nav-wrap li.active a{
    background: #fff;
    color: #1B2B69;
    border-color: #666666;
    background-image: radial-gradient(100% 100% at 100% 0, #666666 0, #666666 100%);
}

.info-box h6{
    padding: 10px;
    background: #81D4C4;
    color: #fff;
    text-transform: capitalize;
}

.info-box{
    padding: 0 0 30px 0;
}

.info-table th{
    text-transform: capitalize;
}

.inv-view{
    padding: 5px 10px;
    font-size: 14px;
    background: #81D4C4;
    color: #fff;
    border-radius: 3px;
}

.inv-view:hover{
    background: #1B2B69;
}

/*manager dashboard*/

.log-out{
    margin: 0 20px;
}

.log-out a{
    display: inline-block;
    padding: 5px 20px;
    background: #aaa;
    color: #fff;
    border-radius: 3px;
}

.log-out a:hover{
    background: #1B2B69;
}

.log-out a i{
    margin: 0 5px 0 0;
}

.side-menu{
   list-style: none;
   padding: 0;
   margin: 0;
   background: #aaa;
   height: 100%;
   background: #1B2B69;
}

.side-menu li a{
    display: block;
    padding: 15px 20px;
    background: none;
    border-bottom: 0.1px solid #eee;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.side-menu li:last-of-type a{
	border-bottom: none;
}

.side-menu li.active a, .side-menu li a:hover{
    background: #81D4C4;
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 0;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: box-shadow,transform;
}

.right-dash{
    padding: 0 20px;
}


.infotable-form table thead th, .right-dash table thead th{
    font-size: 14px;
}

.right-dash .infotable-form{
	margin: 0 0 20px 0;
}

.edit-del a{
    display: inline-block;
    margin: 5px;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
}

.edit-btn{
    background: #008001;
    color: #fff;
}

.del-btn{
    background: #dd0808;
    color: #fff;
}

.view-btn{
    background: blue;
    color: #fff;
}

.right-dash .book-form{
	margin: 0 0 30px 0;
}

.email-client{
   display: inline-block;
    margin: 5px;
    font-size: 12px;
    padding: 5px;
    background: #81D4C4;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
}

.email-client i{
    margin: 0 5px 0 0;
}

.email-client:hover{
    background: #1B2B69;
}


/*owner director after login page*/

.notify-card{
    padding: 20px;
    background: #81D4C4;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
    position: relative;
}

.notify-card:before{
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #eee;
}

.notify-card strong{
    display: block;
    color: #fff;
     position: relative;
}

.notify-card small{
    display: block;
    font-size: 14px;
     position: relative;
}

/*filter section*/

.filters{
    display: flex;
    background: #aaa;
    padding: 5px;
    align-items: center;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.filter-head strong{
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    color: #fff;
}

.filter-head strong i{
    margin: 0 5px 0 0;
    color: #81D4C4;
}

.filters select{
    font-size: 14px;
    padding: 5px 36px 5px 10px;
}

.filt{
    margin: 0 10px 0 0;
}

.filt-btn .btn{
    padding: 5px 15px;
    background: #1B2B69;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.4s ease-in-out;
}

.filt-btn .btn:hover{
	background: #81D4C4;
}

.dash-head h2{
    color: #fff;
    font-size: 42px;
    border: 1px solid rgba(129,212,197,0.5);
    display: inline-block;
    padding: 10px 20px;
}
.notify-card a:hover{
    color: #ffffff;
}

.pl-table{
    display: flex;
}

.pl-table .column{
    padding: 5px;
    border: 1px solid #eee;
}
.table-spacing td {
	padding-right: 10px; /* Adjust the spacing as needed */
}
.suspend-section{
    background: #d9a3a3;
}

.active-section{
    background: #6fd5a6;
}
.badge-success{
	background-color: green;
	color: white;
	padding: 4px 8px;
	text-align: center;
	border-radius: 5px;
	font-size: small;
}
.badge-danger{
	background-color: red;
	color: white;
	padding: 4px 8px;
	text-align: center;
	border-radius: 5px;
	font-size: small;
}

.info-table {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-table h4 {
    font-size: 20px;
    color: #343a40;
    margin-bottom: 10px;
}

.info-table .tkt-description {
    font-size: 16px;
    color: #495057;
    line-height: 1.6;
}

.info-box {
    background-color: #f5f5f5;
    padding: 20px;
}

.info-box h6 {
    font-size: 18px;
    font-weight: bold;
}

.info-table {
    margin-top: 20px;
}

.info-table p {
    margin-bottom: 10px;
}

.message-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    position: relative; /* Added for absolute positioning of the label */
    background-color: #fff; /* Background color for message box */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional box shadow for a subtle effect */
}
.tkt-description {
    background-color: #e0e0e0; /* Background color for the description */
    padding: 15px; /* Padding around the description */
    margin-top: 10px; /* Margin above the description */
    margin-bottom: 20px; /* Margin below the description */
    border-radius: 4px; /* Optional: Border radius for rounded corners */
    color: #333; /* Text color for the description */
}

.message-box p {
    margin-bottom: 10px;
    color: #333; /* Text color for paragraphs */
}

.message-box .date,
.message-box .enterby {
    color: #888; /* Color for date and enterby spans */
}

/* Align response to the left */
.response-box {
    text-align: left;
}

/* Align query messages to the right */
.query-box {
    text-align: right;
}

.input-box {
   
    margin: 20px auto;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.input-box label {
    font-size: 16px;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.input-container {
    display: flex;
    align-items: center;
}

.input-container input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.info-table-details {
    display: flex;
    justify-content: space-between;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 0px solid #ddd;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
.reply-button {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 8px;
	color: #fff;
	background-color: #81D4C4;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s ease;
   }
   
   /* Reply Button Styling on Hover */
   .reply-button:hover {
	background-color: #0056b3;
   }
   
   /* Place the reply button next to the title */
   .reply-section .reply-title {
	display: flex;
	align-items: center;
   }
   
   .reply-section .reply-title::after {
	content: " | ";
	margin: 0 10px;
   }
   .messageForm {

    margin: 20px auto;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.messageForm label {
    font-size: 16px;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.input-container {
    display: flex;
    align-items: center;
}

.input-container input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.comment-info {
    font-size: 14px;
    color: #868e96; /* You can adjust the color to your preference */
}

.comment-info .date {
    margin-right: 10px;
}

.comment-info .enterby {
    font-weight: bold;
}

/* Table styling */
.info-table .table {
    border-collapse: collapse;
    width: 100%;
}

.info-table .table th, .info-table .table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.info-table .table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.info-table .table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.info-table .table tbody tr:hover {
    background-color: #ddd;
}

/* Edit-Delete buttons styling */
.info-table .edit-del {
    display: flex;
    gap: 5px;
}

.info-table .edit-btn, .info-table .del-btn {
    color: white;
    cursor: pointer;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
}

.info-table .edit-btn {
    background-color: #2196F3;
}

.info-table .del-btn {
    background-color: #f44336;
}

.info-table .del-btn:hover {
    background-color: #c9302c;
}




