body {
	color: #444444;
	font-family: "Poppins",sans-serif, !important;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff !important;
	padding: 0 !important;
}

a {
	color: #106eea;
	text-decoration: none;
}

a:hover {
	color: #3b8af2;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins",sans-serif, !important;
}

span.project_head {
	font-weight: 700;
	font-size: 15px;
	color: #020202;
	text-transform: capitalize;
}

button.btn_project {
	border: 1px solid #02569f;
	outline: none;
	box-shadow: rgb(50 50 93 / 8%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
	background: #02569f;
	padding: 4px 15px;
	border-radius: 4px;
}

button.btn_project a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

span.light-text {
	line-height: 30px;
}

h2.title-main {
	font-size: 26px !important;
	color: #222257;
}

/* Initially hide .filter-btn for screens wider than 600px */
@media only screen and (min-width: 600px) {
    .toggle {display: none;}}

@media only screen and (max-width: 600px) {
    .toggle {display: block;}
    .search-side-bar { display: none;}
    .show {display: block !important; }
}

@media ( max-width: 600px ){
 .side-bar-1{ margin-top: 50px; }
  .sidebar-fixed {left: 0px !important;}
  button.filter-button { display: none;}
  .search-side-bar {padding-top: 0 !important;}
  .sidebar-container{ margin-bottom: 0 !important; }
} 
#toggle {
    margin-top: 15px;
    padding: 5px 10px;
    border: 2px solid #02569f;
    background: #02569f;
    border-radius: 7px;
    color: #ffffff;
}
.static-pages {
	padding: 100px 0 0;
}

.filter-bar {
	background: #fff;
	border-bottom: 1.5px solid #f0f0f0;
	border-top: 1.5px solid #f0f0f0;
	display: flex;
	gap: 8px;
	padding-bottom: 20px;
	padding-top: 15px;
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 996;
	box-shadow: rgb(136 165 191 / 31%) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	margin-top: 5px;
}

.searchbar-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	color: #373f44;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	gap: 6px;
	padding: 10px 16px;
	margin-top: 15px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.main-searchbar {
	align-items: center;
	background-color: #fff;
	border: 1px solid #f0f0f0!important;
	border-radius: 4px;
	display: flex;
	flex-grow: 1;
	min-width: 330px;
	max-width: 555px;
	margin-top: 15px;
	height: 47px;
}

input.ti-new-tag-input.ti-valid {
	border: none;
	width: 500px;
	font-size: 16px;
	margin-top: 15px;
}

input.ti-new-tag-input.ti-valid:focus {
	outline: none;
}

.main-searchbar {
	flex-grow: 1;
	max-width: 550px;
}

.main-searchbar .icon {
	padding-left: 16px;
}

.sort-btn {
	margin-left: auto;
	margin-right: 0;
}

button.btn.location-btn.searchbar-btn {
	height: 50px;
}

.main-searchbar.nav-search.position-relative {
	height: 50px;
}

button.btn.filters-btn.searchbar-btn {
	height: 50px;
}

button.btn.commute-btn.searchbar-btn {
	height: 50px;
}

.sortFilter_1 {
	padding: 7px 20px;
	border: 1px solid #f0f0f0 !important;
	height: 45px !important;
	margin-top: 15px;
	margin-right: 15px;
	border-radius: 4px;
}

button#searchbarSort {
	border: 1px solid #e7e7e7;
	height: 50px;
}

button.btn.location-btn.searchbar-btn {
	border: 1px solid #e7e7e7;
}

button.btn.filters-btn.searchbar-btn {
	border: 1px solid #e7e7e7;
}

button.btn.commute-btn.searchbar-btn {
	border: 1px solid #e7e7e7;
}

ul.dropdown-menu.custom-filter-pop.ctSortFilter.show {
	width: 190px;
	padding: 20px;
}

ul.dropdown-menu.sort-drop.dropdown-menu-right.show {
	width: 200px;
	padding: 20px;
}

.icon {
	background: #1c0a3a;
	padding: 8px;
	text-align: right;
	position: absolute;
	top: 50% !important;
	left: 7%;
	transform: translate(-50%, -50%);
	color: white;
}

@media only screen and (max-width: 600px) {
	.icon {
		left: 25%;
		top: 40% !important;
	}

	.card_ser_1 {
		border: 1px solid #e1dfdf;
		border-radius: 10px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
		margin: 20px 0;
		height: 500px;
	}

	.contact_field {
		padding: 0px 0px 0px 0px;
	}

	.contact_us {
		background-color: #f1f1f1;
		padding: 50px 0px;
	}

	.contact_inner {
		background-color: #fff;
		position: relative;
		box-shadow: 20px 22px 44px #cccc;
		border-radius: 11px;
		padding: 20px;
	}

	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
		cursor: pointer;
		margin-bottom: 20px;
	}

	.contact_info_sec {
		display: none;
	}
}

.mob-hide {
	display: block;
}

.sidebar-fixed {
	bottom: 0;
	left: 30px;
	overflow-y: auto;
	position: fixed;
	top: 110px;
}
.search-side-bar {
	padding-top: 40px;
}

.sidebar-container {
	background: #fff;
	border: 1px solid #d4e1f4;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
	margin-bottom: 20px;
}

.p-3 {
	padding: 1rem!important;
}

.p-1 {
	padding: 0.25rem!important;
}

.mob-show {
	display: none;
}

.sidebar-container-title {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 6px;
}

.saved-message {
	color: #323740;
	font-size: 12px;
	font-weight: 400;
	opacity: .5;
}

.empty-saved {
	margin: 100px 0;
}

.empty-saved p {
	color: #262626;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}

.empty-saved button {
	background: transparent linear-gradient(124deg,#f58220,#ffac5a) 0 0 no-repeat;
	border-radius: 6px!important;
	color: #fff;
	font-size: 20px;
	font-size: 18px;
	height: 49px;
	width: 230px;
}

.search-filter-list {
	padding: 20px;
}

.filter-list-header {
	display: flex;
	justify-content: space-between;
}

.search-filter-list .search-filter-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.filter-button {
	background: #fff;
	border: 0;
	color: #32aeff;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	outline: none;
}

.filter-pill-list {
	margin-top: 12px;
}

.search-filter-list .filter-item:not(:last-child) {
	border-bottom: 1px solid #d4e1f4;
	border-radius: 2px;
}

.search-filter-list .filter-item {
	margin: 0 -20px;
	padding: 0 20px 20px;
}

.search-filter-list .filter-item .filter-item-title {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 18px;
	margin-top: 21px;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 1rem;
	height: 1.25rem;
	opacity: 1;
}

.custom-control-label {
	font-size: 12px;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0;
	height: 11px;
	left: -1.2rem;
	top: 2px;
	width: 11px;
}

.compare-control .custom-control-label:before, .custom-control-label:after {
	border-radius: 0;
	top: 2px;
}

.holder-breadcrumb {
	margin-top: 40px;
}

.breadcrumb {
	background-color: transparent;
	margin: 20px 0;
	padding: 0;
}

li.breadcrumb-item a {
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	opacity: .5;
}

li.breadcrumb-item.divider {
	padding: 0 3px;
}

li.breadcrumb-item.divider i.fas img {
	margin-top: -2px;
	transform: rotate(-90deg);
}

.breadcrumb-item.active {
	color: #262626;
	padding: 0 5px;
}

.city-content {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 16px;
	margin-right: 24px;
}

.search-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 36px;
	margin-bottom: 0;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem!important;
}

.filter-icons {
	margin: 6px 0 0;
	padding: 9px 5px 9px 0;
}

.fitler-line1, .fitler-line2 {
	background: #262626;
	display: block;
	height: 2px;
	margin-bottom: 2px;
}

.fitler-line2 {
	width: 9px;
}

.fitler-line3 {
	background: #262626;
	display: block;
	height: 2px;
	margin-bottom: 2px;
	width: 6px;
}

.project-count {
	border-bottom: 1px solid #dbdbdb;
	color: rgba(44,44,44,.75);
	font-size: 12px;
	padding-bottom: 5px;
}

.card {
	margin-bottom: 30px;
	position: relative;
}

.card {
	border: 1px solid #d4e1f4;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: all .3s;
}

.card_project {
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	background: #fff;
	flex: 0.4;
	border-radius: 4px;
	border: 1px solid #d4e1f4;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
	transition: all .3s;
	z-index: 9;
}

..card_project:hover {
	box-shadow: 0 25px 40px -25px rgb(137 137 137 / 25%);
	z-index: 999;
	transform: scale(1.01);
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.card-head .carousel-item {
	height: 170px;
	position: relative;
}

.card-head .carousel-item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	height: 200px;
	width: 100%;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.card-body {
	padding: 1rem;
}

.p-info {
	margin: 0 0 20px;
}

.p-info .p-title {
	display: inline-block;
	font-size: 18px;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-info .p-title {
	color: #262626;
	font-size: 20px;
	font-weight: 500;
}

.p-info .p-builderName {
	color: #323740;
	display: block;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-info .p-builderName .light-text {
	color: rgba(50,55,64,.498);
}

.p-info .p-builderName .light-text {
	opacity: .5;
}

.p-info .p-builderName .p-location {
	color: #323740;
}

.p-config .p-configWrapper:first-child {
	padding: 0 15px 0 0;
}

.p-config .p-configWrapper {
	border-right: 1px solid #d4e1f4;
	display: inline-block;
	margin-right: -2px;
	width: 50%;
}

.p-config .p-configWrapper .p-configTitle {
	color: #323740;
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
	opacity: .5;
}

.p-config .p-configWrapper .p-carppetDetail {
	color: #323740;
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.p-config .p-configWrapper:last-child {
	padding: 0 15px;
}

.button-holder {
	margin: 25px 0 -5px;
}

.button-holder .p-configWrapper {
	margin: 0;
	width: 100%;
}

.p-cost-detail {
	color: rgba(50,55,64,.498);
	font-size: 10px;
}

.button-holder .p-cost {
	color: #323740;
	font-size: 16px;
	font-weight: 600;
}

.button-holder .p-configWrapper {
	margin: 0;
	width: 100%;
}

.p-configWrapper.text-right {
	border: none;
}

button.btn.btn-outline.btn-contact-seller {
	background: #fff;
	border-color: #f58220;
	border-radius: 4px;
	color: #f58220;
	font-size: 12px;
	margin: 0;
}

i.fas.icon-darrow img {
	width: 14px;
}

#about-section {
	background: rgba(32, 33, 36, 0.1);
	position: relative;
}

.blockabout {
	padding: 30px;
	background: white;
}

.blockabout-inner {
	padding: 10px;
	border: 2px solid rgba(32, 33, 36, 0.1);
}

.sosmed-horizontal a i {
	border: 1px solid #070707;
	border-radius: 50%;
	color: #070707;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: auto 3px;
	font-size: 15px;
	text-align: center;
	transition: all 0.3s;
}

.rey-btn {
	border: 2px solid #070707;
	padding: 10px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s;
}

.col-md-6.about_col img {
	width: 100%;
	border-radius: 4px;
	height: 300px !important;
}

.container_otherservice {
	width: 100%;
	background: url(../img/other_banner.jpg);
	height: 55vh;
	background-position: center;
	background-size: cover;
}

.container.otherservice {
	color: #fff;
	text-align: center;
}

.container.otherservice h1 {
	padding: 200px 0;
}

.p_btn {
	border: none;
	outline: none;
	padding: 5px 10px;
	background: #02569f;
	border-radius: 4px;
}

.p_btn a {
	color: #fff;
	font-weight: 600;
}

.icon_1 {
	padding: 10px;
}

@media (max-width: 768px) {
	.container_otherservice {
		width: 100%;
		height: 40vh !important;
		background-position: top-center;
	}

	.container.otherservice h1 {
		padding: 135px 0;
	}

	.filter-bar {
		margin-top: 8px;
	}

	button.btn.location-btn.searchbar-btn {
		border: 1px solid #e7e7e7;
		height: 60px !important;
	}

	.main-searchbar.nav-search.position-relative {
		height: 60px;
	}
}

.col_service img {
	width: 100%;
}

.container.other_container {
	margin: 50px auto;
}

.card_ser img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
}

.card_ser_1 img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
}

.card_ser {
	border-radius: 10px;
	margin: 20px 0;
	border-radius: 10px;
	border: 1px solid #d4e1f4;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
	transition: all .3s;
	z-index: 9;
}

.card_ser_1 {
	border-radius: 10px;
	margin: 20px 0;
	border-radius: 10px;
	border: 1px solid #d4e1f4;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
	transition: all .3s;
	z-index: 9;
	height: 450px;
}

.row.row_service {
	padding: 20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.card_ser:hover {
	transform: translateY(-5px);
	scroll-behavior: smooth;
}

.card_ser_1:hover {
	transform: translateY(-5px);
	scroll-behavior: smooth;
}

@media(max-width: 768px) {
	.card_ser img {
		width: 100%;
		height: 200px;
		border-radius: 10px;
	}
}

.right_conatct_social_icon {
	background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
	background-color: #f1f1f1;
	padding: 120px 0px;
}

.contact_inner {
	background-color: #fff;
	position: relative;
	box-shadow: 20px 22px 44px #cccc;
	border-radius: 25px;
}

.contact_field {
	padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
	height: 100%;
}

.contact_field h3 {
	color: #000;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact_field p {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.contact_field .form-control {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
	font-size: 13px;
	letter-spacing: 1px;
}

.contact_info_sec {
	position: absolute;
	background-color: #2d2d2d;
	right: 1px;
	top: 18%;
	height: 340px;
	width: 340px;
	padding: 40px;
	border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.info_single {
	margin: 30px 0px;
	color: #fff;
}

.info_single i {
	margin-right: 15px;
}

.info_single span {
	font-size: 14px;
	letter-spacing: 1px;
}

button.contact_form_submit {
	background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
	border: none;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	margin-top: 25px;
	border-radius: 35px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
}

.socil_item_inner li {
	list-style: none;
}

.socil_item_inner li a {
	color: #fff;
	margin: 0px 15px;
	font-size: 14px;
}

.socil_item_inner {
	padding-bottom: 10px;
}

.contact_info_sec h4 {
	color: #fff;
}

svg {
	vertical-align: middle;
	color: #fff;
	border-radius: 3px;
}

#pet-select {
	border-bottom: 1px solid #cccccc !important;
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("../img/bgimg5.jpeg");
	height: 55vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}

@media only screen and (max-width: 600px) {
	.hero-image {
		background-image: url("assets/img/bgimg5.jpeg");
		height: 40vh!important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
}

.icon {
	background: #1c0a3a;
	padding: 8px;
	text-align: right;
	position: absolute;
	top: 90% !important;
	left: 7%;
	transform: translate(-50%, -50%);
	color: white;
}

.icon i {
	color: white;
	padding: 3px;
}

@media only screen and (max-width: 600px) {
	.icon {
		left: 25%;
		top: 88% !important;
	}
}

.row_mang {
	width: 100%;
	margin: auto;
	border-radius: 10px;
	padding: 20px;
}

.vinay_img {
	width: 270px;
	margin-left: auto;
	padding: 10px;
	background: #fff;
	height: 350px;
	box-shadow: 0 3px 5px 2px rgba(34,64,119,.05);
	border-radius: 6px;
	border: 1px solid #1916422b;
	text-align: center;
	overflow: hidden;
}

.manage_1 {
	width: 60%;
	margin-right: auto;
	padding: 10px;
	background: #fff;
	height: 350px;
	box-shadow: 0 3px 5px 2px rgba(34,64,119,.05);
	border-radius: 6px;
	border: 1px solid #1916422b;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}

.vinay_img img {
	width: 90%;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}

.vinay {
	font-size: 23px;
	font-weight: 600;
	color: #121f36;
}

.manage {
	font-size: 20px;
	font-weight: 600;
	color: #121f36;
}

.dinesh_img {
	width: 270px;
	margin-left: auto;
	padding: 10px;
	background: #fff;
	height: 350px;
	box-shadow: 0 3px 5px 2px rgba(34,64,119,.05);
	border-radius: 6px;
	border: 1px solid #1916422b;
	text-align: center;
	overflow: hidden;
}

.manage_2 {
	width: 60%;
	margin-right: auto;
	padding: 10px;
	background: #fff;
	height: 350px;
	box-shadow: 0 3px 5px 2px rgba(34,64,119,.05);
	border-radius: 6px;
	border: 1px solid #1916422b;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}

.dinesh_img img {
	width: 90%;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}

.vinay {
	font-size: 23px;
	font-weight: 600;
	color: #121f36;
}

.manage {
	font-size: 20px;
	font-weight: 600;
	color: #121f36;
	line-height: 40px;
}

@media (max-width : 768px) {
	.manage_1 {
		width: 100% !important;
		margin: 20px auto !important;
	}

	.manage_2 {
		width: 100% !important;
		margin: 20px auto !important;
	}
}

span.vinay_pera {
	color: #000;
	font-weight: 400;
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner1img.jpg");
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}

.home-blog {
	padding-top: 50px;
	padding-bottom: 80px;
}

@media (min-width: 992px) {
	.home-blog {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.home-blog .section-title {
	padding-bottom: 15px;
}

.home-blog .media {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.home-blog .media {
		margin-top: 30px;
	}
}

.bg-sand {
	background-color: #f5f5f6;
}

.media.blog-media {
	margin-top: 30px;
	position: relative;
	display: block;
}

@media (min-width: 992px) {
	.media.blog-media {
		display: table;
	}
}

.media.blog-media .circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	position: absolute;
	padding: 0;
	top: 20px;
	left: 20px;
	text-align: center;
	box-shadow: none;
	transform: translateX(0);
	color: #fff;
	transition: background-color 0.3s ease;
}

.media.blog-media .circle .day {
	color: #fff;
	transition: color 0.25s ease;
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	margin-top: 12px;
}

.media.blog-media .circle .month {
	text-transform: uppercase;
	font-size: 14px;
}

.media.blog-media > a {
	position: relative;
	display: block;
}

@media (min-width: 992px) {
	.media.blog-media > a {
		display: table-cell;
		vertical-align: top;
		min-width: 200px;
	}
}

@media (min-width: 1200px) {
	.media.blog-media > a {
		min-width: 230px;
	}
}

.media.blog-media > a:before {
	position: absolute;
	content: "";
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.3s ease, opacity 0.3s;
	background: rgba(0,0,255,0.1);
}

.media.blog-media > a img {
	width: 100%;
}

.media.blog-media:hover > a:before {
	opacity: 1;
	transform: scale(1);
}

.media.blog-media:hover .circle {
	background-color: rgba(255, 255, 255, 0.9);
}

.media.blog-media:hover .circle .day, .media.blog-media:hover .circle .month {
	color: #222;
}

.media.blog-media:hover .media-body h5 {
	color: #27278bc2;
}

.media.blog-media:hover .media-body a.post-link {
	color: #27278bc2;
	text-decoration: underline;
}

.media.blog-media .media-body {
	border: 1px solid #efeff3;
	padding: 30px 30px 10px;
	font-size: 14px;
	background: #fff;
	border-top: none;
}

@media (min-width: 992px) {
	.media.blog-media .media-body {
		padding: 15px 20px 10px;
		border-top: 1px solid #efeff3;
		border-left: none;
		display: table-cell;
		vertical-align: top;
	}
}

@media (min-width: 1200px) {
	.media.blog-media .media-body {
		padding: 30px 20px 10px;
	}
}

.media.blog-media .media-body h5 {
	transition: color 0.3s ease;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.media.blog-media .media-body h5 {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.media.blog-media .media-body h5 {
		margin-bottom: 15px;
		font-size: 18px;
	}
}

.media.blog-media .media-body a.post-link {
	display: block;
	color: #222;
	font-size: 11px;
	padding: 23px 0;
	text-transform: uppercase;
	font-weight: 400;
}

@media (min-width: 992px) {
	.media.blog-media .media-body a.post-link {
		padding: 7px 0;
	}
}

@media (min-width: 1200px) {
	.media.blog-media .media-body a.post-link {
		padding: 23px 0;
	}
}

.media.blog-media .media-body ul {
	position: relative;
	padding: 10px 0 0;
}

.media.blog-media .media-body ul li {
	display: inline-block;
	width: 49%;
	position: relative;
}

.media.blog-media .media-body ul li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 1px;
	height: 14px;
	background: #eeeef2;
}

.media.blog-media .media-body ul li:first-child:before {
	visibility: hidden;
}

.media.blog-media .media-body ul:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eeeef2;
}

.icon {
	background: #1c0a3a;
	padding: 8px;
	text-align: right;
	position: absolute;
	top: 50% !important;
	left: 7%;
	transform: translate(-50%, -50%);
	color: white;
}

.icon i {
	color: white;
	padding: 3px;
}

@media only screen and (max-width: 600px) {
	.icon {
		left: 25%;
		top: 40% !important;
	}
}

.top-right {
	position: absolute;
	top: 6px;
	right: 8px;
	background-color: #191642e0;
	padding: 5px;
	color: #ffff;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.hero-image {
		height: 40vh !important;
	}

	.hero-text {
		top: 45% !important;
	}

	.manage_1 {
		margin-top: 30px;
	}

	.magg_img {
		width: 100%;
		padding: 20px;
		border-radius: 10px;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner1img.jpg");
	height: 55vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}

.icon {
	background: #1c0a3a;
	padding: 8px;
	text-align: right;
	position: absolute;
	top: 90% !important;
	left: 7%;
	transform: translate(-50%, -50%);
	color: white;
}

.icon i {
	color: white;
	padding: 3px;
}

@media only screen and (max-width: 600px) {
	.icon {
		left: 25%;
		top: 88% !important;
	}
}

.hero-text h1 {
	font-size: 36px;
	margin-top: 110px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.hero-image {
		height: 30vh;
	}

	.hero-text h1 {
		font-size: 30px;
		margin-top: 65px;
		font-weight: 600;
	}
}

.cont_news {
	margin: 50px auto;
}

.news_pera {
	padding: 0px 10px;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
	padding-top: 7px !important;
}

.col_news {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
	height: 340px;
	overflow: hidden;
	text-align: center;
	transition: .5s;
	margin: 25px auto;
}

.col_news:hover {
	z-index: 2;
	transform: scale(1.01);
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	padding: 30px 0;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}

.tz-gallery .row > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	height: 270px !important;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Glyphicons Halflings';
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media(max-width: 768px) {
	body {
		padding: 0;
	}
}

h5.news_pera {
	padding: 0px 10px;
	font-weight: 600;
	line-height: 20px;
}

.main-title {
	font-size: 27px !important;
	color: #222257;
	font-weight: 600;
	text-align: center;
	padding-top: 25px;
}

.col_media {
	border: 1px solid #d1d1d19e;
	border-radius: 8px;
	transition: all .3s;
	box-shadow: 0 3px 15px rgba(0,0,0,.051);
	margin: 25px auto;
	height: 450px;
}

.col_media:hover {
	z-index: 2;
	transform: scale(1.01);
}

.main_madia_img {
	width: 100%;
	height: 260px;
	border-radius: 5px;
}

.pg_img {
	width: 20px;
}

.media_pera {
	padding: 10px;
}

.media_pera span {
	margin-left: 5px;
	font-size: 12px;
	color: #a3a2a2;
	font-weight: 600;
}

.media_pera a {
	color: #000;
}

.media_pera h6 {
	font-size: 15px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.col_media.col_media_2 {
		height: 475px !important;
	}

	.col_news {
		margin: 15px 20px !important;
	}
}

span.card_property_head {
	font-weight: 700;
	font-size: 15px;
	color: #020202;
	text-transform: capitalize;
}

button.btn.btn-primary_1 {
	border: 1px solid #02569f69;
	outline: none;
	box-shadow: rgb(50 50 93 / 8%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
	background: #02569f38;
	padding: 4px 20px;
	border-radius: 4px;
}

button.btn.btn-primary_1 {
	border: 1px solid #02569fb8;
	outline: none;
	box-shadow: rgb(50 50 93 / 8%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
	background: #02569fe3;
	padding: 4px 20px;
	border-radius: 4px;
}

button.btn.btn-primary_1 a {
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
}

button#loadMoreBtn {
	border: 1px solid #1d68a9;
	background: #1d68a947;
	padding: 5px 20px;
	border-radius: 30px;
	color: #191642;
	font-weight: 600;
	margin: 25px auto;
}

button#loadMoreBtn:hover {
	border: 1px solid #1d68a9;
	background: #1d68a9 !important;
	padding: 5px 20px;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 600;
}