@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Rubik', sans-serif !important;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

:root {
	--heading-font: 'Pacifico', cursive;
	--font: 'Rubik', sans-serif;

}
.hero-slider:hover .owl-prev {
  opacity: 1;
}

.hero-slider:hover .owl-next {
  opacity: 1;
}
.hero-slider .item img {
  width: 100%;
  height: 470px;
  display: block;
}

.hero-slider .owl-dots {
  position: relative;
  width: 100%;
  bottom: 50px;
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--secondary-color) !important;
}

.hero-slider .owl-prev {
  position: absolute;
  top: 36%;
  left: 0;
  background: #f45c0b !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 10px 0 !important;
  opacity: 0;
}

.hero-slider .owl-next {
  position: absolute;
  top: 36%;
  right: 0;
  background: #f45c0b !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 10px 0 !important;
  opacity: 0;
}
.office-card h4 {
  margin-bottom: 20px;
}
.office-card a {
  display: flex;
  color: #484848;
  padding: 8px 0;
}
.office-card a:hover {
  color: #ce781d;
}
   .pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
}
.pagination li a:hover {
	background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage a {
	background-color: #518acb;
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #518acb;
}
.pr3-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.556;
	color: #666666;
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

form#property_comment label {
    margin: 0 15px !important;
}
select#rating {
    height: 45px !important;
    margin: 0px 15px!important;
}

.jqueryHide.element {
	min-width: 1280px;
	position: absolute;
	right:-40px;
	top: 75px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
  }
  .btnJquery {
	background: none !important;
	border: none !important;
	color: #6c757d;
	font-size: 12px;
	padding: 5px;
	display: block;
	font-weight: 500;
  }
  .parent{
	top: 25px;
	right: 20px;
	position: relative;
  }
    .select {
	width: 100%;
	text-align: left;
	color: #484848;
	background: #fff;
	border-radius: 10px;
	padding: 20px;

  }
  
  .property-type {
    color: #cf7312 !important;
    font-size: larger;
    font-weight: 500;
   }
  .property-type1 {
    color: #cf7312 !important;
    font-size: medium;
    font-weight: 300;
   }
   
  .select h3 {
	font-family: var(--font) !important;
	font-size: 20px !important;
	color: #484848 !important;
	margin-bottom: 10px !important;
  }
  
  .por-sl-itm img {
    width: 100%;
    height: 420px!important;
    object-fit: cover !important;
  }
  
   .property-slider {
	z-index: 0;
  }
  
  .pro-det-slider.p-slider.owl-carousel.owl-loaded.owl-drag img {
    border-right: 5px solid #fff !important;
  }
  
  .select li {
	font-size: 13px;
	padding: 5px 0;
  }
  .input-group.my-serch {
	width: 100px;
	margin-left: 60px;
  }

/*ol.breadcrumb li {
    padding: 0 10px;
}*/
.reating-icon i {
    color: #e98419 !important;
}

span,
p {
	font-family: var(--font);
}

::-moz-selection {
	color: #ffffff;
	background-color: #e9861b;
}

.whats-float {
	position: fixed;
	transform: translate(108px,0px);
	top: 80%;
	right: 0;
	width: 150px;
	overflow: hidden;
	background-color: #25d366;
	color: #FFF;
	border-radius: 25px 0 0 25px;
	z-index: 10;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	padding: 0 2px;
  }
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.blog-slider{
	  display: none!important;
  }

::selection {
	color: #ffffff;
	background-color: #e9861b;
}

::-moz-selection {
	color: #ffffff;
	background-color: #e9861b;
}

.my-container {
	max-width: 1240px;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	list-style: none;
}

.redio-div span {
    margin: 0 10px;
}
.input-groups p {
  margin-bottom: 0;
}
.c-div ul {
  margin-bottom: 10px !important;
}
.c-div ul li i{
    padding-right: 5px;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

.main-container.detail_ .pl-achhor a:first-child {
  display: none !important;
}

.pl-achhor1 a:first-child {
    display: none !important;
    margin: 5px 0 0 0 !important;
    background: #e98418 !important;
}
.pl-achhor1 a:nth-child(2) {
    background: #e98519 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pl-achhor1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    display: flex;
}

section {
	overflow: hidden !important;
	width: 100%;
}

button {
	cursor: pointer;
}



.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pro-rightbar .pl-content {
  bottom: 35px;
}

.aboutuspage {
  margin: 50px 0;
}

.relative-position {
	position: relative;
}

.no-padding {
	padding: 0;
}

.pr3-headline h1,
.pr3-headline h2,
.pr3-headline h3,
.pr3-headline h4,
.pr3-headline h5,
.pr3-headline h6 {
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	text-transform: none;
	line-height: 1.25;
	margin-bottom: 0;
	color: #e9861b;
}

.pr3-headline h1 {
	font-size: 60px;
}

@media (max-width: 767.98px) {
	.pr3-headline h1 {
		font-size: 50px;
	}
}

.pr3-headline h2 {
	font-size: 48px;
}

@media (max-width: 767.98px) {
	.pr3-headline h2 {
		font-size: 36px;
	}
}

@media (max-width: 575.98px) {
	.pr3-headline h2 {
		font-size: 30px;
	}
}

.pr3-headline h3 {
	font-size: 36px;
}

@media (max-width: 767.98px) {
	.pr3-headline h3 {
		font-size: 30px;
	}
}

.pr3-headline h4 {
	font-size: 24px;
}

@media (max-width: 767.98px) {
	.pr3-headline h4 {
		font-size: 20px;
	}
}

.pr3-headline h5 {
	font-size: 22px;
}

.pr3-headline h6 {
	font-size: 18px;
}

.pr3-pera-txt p {
	color: #666666;
	margin: 0;
}

.pr3-navigation-menu ul {
	margin-bottom: 0;
}

@-webkit-keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.pr3-title-area {
	margin-bottom: 30px;
}

.pr3-title-area span {
	color: #497efd;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
	display: inline-block;
}

.pr3-title-area h3 {
	margin-bottom: 20px;
}

.pr3-scroll-top {
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	background-color: #e9861b;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border-radius: 4px;
	display: none;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.pr3-primary-btn a {
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border: 2px solid transparent;
	border-radius: 4px;
	position: relative;
	background-image: -webkit-linear-gradient(315deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	background-image: -o-linear-gradient(315deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	background-image: linear-gradient(135deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

.pr3-primary-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
	background-image: -o-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
	background-image: linear-gradient(135deg, #5500f4 0%, #4880fd 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr3-primary-btn a:hover {
	color: #e9861b;
	border-color: #497efd;
}

.pr3-primary-btn a:hover::after {
	opacity: 0;
}

@-webkit-keyframes pr3_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pr3_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


/********* Layout **************/






@media (max-width: 1199.98px) {
	.pr3-navigation-menu {
		margin-right: 30px;
		display: none;
	}
}


.pr3-navigation-menu ul li ul::before {
	position: absolute;
	width: 20px;
	height: 10px;
	content: '';
	top: -10px;
	left: 45%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-top: 0px solid transparent;
}

.pr3-navigation-menu ul li {
	display: inline-block;
	position: relative;
}

.pr3-navigation-menu ul li.has-submenu::after {
	content: '\f0dd';
	position: absolute;
	top: 27%;
	right: 0;
	font-weight: 900 !important;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-family: "Font Awesome 5 Free";
}
.pr3-navigation-menu ul li.has-submenu:hover::after{
	color: #E98418;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu::after {
	color: #484848;
	right: 10px;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu ul {
	top: 10px;
	left: auto;
	right: -100%;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu:hover>ul {
	top: 0;
}

/* .pr3-navigation-menu ul li.has-submenu:hover::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
} */

.pr3-navigation-menu ul li ul {
	position: absolute;
	width: 220px;
	background-color: #fff;
	text-align: left;
	top: 110%;
	right: -60px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	visibility: hidden;
	z-index: 20;
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	border-radius: 10px;
  }

.pr3-navigation-menu ul li ul li {
	display: block;
}

.pr3-navigation-menu ul li ul li a {
	color: #999;
	padding: 12px;
	font-weight: normal;
}

.pr3-navigation-menu ul li ul li a:hover {

	color: #e9861b;
	padding-left: 15px;
}

.pr3-navigation-menu ul li a {
	color: #484848;
	padding: 20px 25px;
	font-weight: 400;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}

.pr3-navigation-menu .side-demo span {
	top: 0;
}

.pr3-navigation-menu ul li a:hover,
.pr3-navigation-menu ul li a.active {
	color: #e9861b;
}


@media (max-width: 1199.98px) {
	.pr3-navigation-menu ul li a {
		padding: 20px;
	}
}

.pr3-navigation-menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

@media (max-width: 1024.98px) {
	.pr3-desktop-menu {
		display: none;
	}
}

@media (max-width: 1024.98px) {
	.pr3-header-section {
		background-color: #ffffff;
		position: relative;
		z-index: 20;
	}
}

@media (max-width: 1024.98px) {
	.pr3-header-wrapper {
		padding: 12px 0;
	}
}




@media (max-width: 1024.98px) {
	.pr3-header-logo {
		position: initial;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}

.pr3-mobile-menu-open {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #e9861b;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	display: none;
}


@media (max-width: 1024.98px) {
	.pr3-mobile-menu-open {
		display: block;
	}
}

.pr3-mobile-menu {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #e9861b;
	width: 300px;
	height: 100vh;
	padding-top: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 100;
}

.pr3-mobile-menu .pr3-mobile-menu-close {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #ffffff;
	cursor: pointer;
}

.pr3-mobile-menu .pr3-mobile-logo {
	display: inline-block;
	margin-top: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}

.pr3-mobile-menu ul {
	text-align: left;
	padding-top: 40px;
}

.pr3-mobile-menu ul li a {
	padding: 12px 18px;
	display: block;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 1px solid #ffffff38;
}

.pr3-mobile-menu ul li ul {
	padding-top: 0;
	display: none;
}

.pr3-mobile-menu ul li.has-submenu {
	position: relative;
}

.pr3-mobile-menu ul li.has-submenu ul li a {
	padding-left: 30px;
}

.pr3-mobile-menu ul li.has-submenu ul li ul li a {
	padding-left: 45px;
}

.pr3-mobile-menu ul li.has-submenu::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-mobile-menu ul li.submenu-icon-rotate::after {
	-webkit-transform: rotate(176deg);
	-ms-transform: rotate(176deg);
	transform: rotate(176deg);
}

@media (max-width: 1024.98px) {
	.pr3-mobile-menu {
		display: block;
		width: 0;
		overflow: hidden;
	}
}

.pr3-visible-menu {
	width: 100%;
	margin-right: 0 !important;
}

.pr3-visible-menu .pr3-mobile-menu-close {
	-webkit-animation: 1s fadeInLeft;
	animation: 1s fadeInLeft;
}

.pr3-visible-menu .pr3-mobile-logo {
	-webkit-animation: 1s fadeInDown;
	animation: 1s fadeInDown;
}

.pr3-visible-menu ul li {
	-webkit-animation: 1s fadeInUp;
	animation: 1s fadeInUp;
}

.pr3-sticky-on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-animation: 0.3s linear fadeInDown;
	animation: 0.3s linear fadeInDown;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(135, 135, 135, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(135, 135, 135, 0.1);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-header-section.pr3-sticky-on {
	padding: 12px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.pr3-header-section.pr3-sticky-on .pr3-navigation-menu ul li a {
	color: #484848 !important;
}

.pr3-header-section.pr3-sticky-on .pr3-navigation-menu ul li a:hover {
	color: #e9861b !important;
}

/* .pr3-header-section.pr3-sticky-on .pr3-header-logo img {
	width: 170px;
} */

.pr3-sticky-on .pr3-header-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.pr3-header-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	float: right;

}



.pr3-sidebar-info .pr3-overlay-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-sidebar-info .pr3-overlay-on {
	opacity: 1;
	visibility: visible;
}

.pr3-sidebar-info .pr3_sidebar_info_content {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -380px;
	top: 0;
	background-color: #ffffff;
	z-index: 9999999;
	padding: 30px 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-sidebar-info .pr3_sidebar_info_content .close-menu {
	cursor: pointer;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3_sidebar_logo {
	text-align: center;
	margin-bottom: 60px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3_sidebar_logo img {
	width: 180px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-pera-txt {
	line-height: 1.8em;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-gallery {
	margin-top: 30px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-gallery ul li {
	display: inline-block;
	margin: 5px 5px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social {
	margin-top: 30px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social h5 {
	margin-bottom: 15px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social a+a {
	margin-left: 10px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-copyright {
	text-align: center;
	margin-top: 40px;
}

.pr3-sidebar-info .pr3-sidebar-on {
	right: 0;
}


.pr3-service-section {
	padding: 100px 0;
	background-color: #ffffff;
}

.pr3-service-section .mt-60 {
	margin-top: -60px;
}



.pr3-desktop-menu {
	display: flex !important;
	justify-content: right;
}

.pr3-header-section {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	padding: 12px 0;
}

.pr3-header-logo img {
	width: 250px;
}

/* topbar css */
.topbar {
	background: #1a1e5d;
	padding: 10px 0;
}

.header_contact,
.header_social ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header_contact li {
	color: #fff;
}

.header_contact li a {
	color: #fff;
}

.header_contact li a:hover {
	color: #e9861b !important;
}

.header_contact li:not(:last-child) {
	margin-right: 50px;
}

.header_contact li i {
	margin-right: 8px;
	color: #e9861b;
}

.header_social {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.header_social ul li {
	margin-right: 20px;
}

.header_social ul li a {
	color: #ababab;
}

.header_social ul li a:hover {
	color: #e9861b !important;
}

.social_title {
	padding: 0 10px;
	color: #fff;
}

/* hero section css
.banner-slider-item {
	width: 100%;
	background-repeat: no-repeat;
	padding: 200px 0 200px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 5;
	background-position: center;
	background-size: 100%;
	height: 100vh;
} */
.banner-slider-item {
  width: 100%;
  background-repeat: no-repeat;
  padding: 200px 0 200px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: 100%;
  height: 100vh;
}

.banner-slider-item h1 {
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
	font-size: 55px;
	font-weight: 400;
}

.serch-section {
	z-index: 3;
	position: relative;
}

/* .tab-slide{
	display: none!important;
  } */

.banner-slider-item::before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0;
	z-index: -1;
}

.banner-slider-item h3 {
	font-size: 70px;
	margin: 0 0 9px;
	color: #fff;
	margin-bottom: 30px;
	font-family: var(--heading-font);
}

.banner-slider-item h3 span {
	font-size: 50px;
	margin: 0 0 -4px;
	display: block;
}

.btn-default {
	background-color: #e6ddd0;
	color: #65594d;
	padding: 11px 25px;
	border-radius: 5px;
	font-size: 14px;
}

.btn-default:hover {
	background-color: #65594d;
	color: #c3b5a7;
}

.hero-section .owl-dots .owl-dot {
	border: 3px solid #65594d;
	width: 40px;
	height: 4px !important;
	margin-right: 30px;
}

.hero-section .owl-dots .owl-dot.active {
	border: 3px solid #fff;
}

.hero-section .owl-dots {
	position: absolute;
	left: 46%;
	bottom: 15%;
}

.hero-section .owl-nav {
	display: none;
}

.hero-section p {
	margin: 0 0 45px;
	color: #fff;
}

.section-head h3 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-size: 40px;
	margin: 0 0 5px;
	color: #65594d;
}

.main-container {
	max-width: 1300px;
	margin: 0 auto;
}

/* serch wrapper */
.scrh-form .mycol {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.serch-wrapper {
	background: #efa556;
	padding: 10px;
	border-radius: 50px;
}

.scrh-form {
	background: #fff;
	padding: 10px 30px;
	border-radius: 50px;
}

.scrh-form .form-control {
	height: 50px !important;
	border-radius: 50px;
	padding: 0 10px;
	color: #6c757d !important;
	border-color: #efa556;
}

.scrh-form .form-control:focus {
	box-shadow: none !important;
	outline: none !important;
}

.serch-btn {
  color: #fff;
  background-color: #e98519;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E98418;
  border-radius: 50px !important;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  bottom: 17px;
}

.serch-btn:hover {
	background: transparent;
	border-color: #e98519;
	color: #e98519 !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}







@media screen and (min-width: 992px) {
	.card-wrapper .card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.5rem;
	}

	.card-wrapper {
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product-imgs {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.product-text h2 a {
		color: #000;
		text-decoration: none;
		font-size: 20px;
		font-weight: 600;
	}

	.product-text h2 a:hover {
		color: #0d733b !important;
	}
}

@media screen and (max-width: 992px) {
	.product-detail-section {
		margin: 0;
		padding: 0;
	}

	.product-content h2 {
		font-size: 24px;
	}

	.detail-tab {
		margin: 30px 0 30px 0;
		padding: 0;
	}

}

.tab_container {

	margin: 0 auto;
	position: relative;
}

.tab_container input,
.tab_container section {
	clear: both;
	padding-top: 10px;
	display: none;
}

.tab_container label {
	font-weight: 600;
	font-size: 18px;
	display: block;
	float: left;
	width: auto;
	padding: 1.5em;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #f0f0f0;
}

.tab_container #tab1:checked~#content1,
.tab_container #tab2:checked~#content2,
.tab_container #tab3:checked~#content3,
.tab_container #tab4:checked~#content4,
.tab_container #tab5:checked~#content5 {
	display: block;
	padding: 20px;
	background: #fff;
	color: #999;
	border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
	text-align: center;
}

.tab_container [id^="tab"]:checked+label {
	background: #fff;
	box-shadow: inset 0 3px #e9861b;
}


.tab_container label .fa {
	font-size: 1.3em;
	margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 991px) {


	.img-showcase img {

		min-height: 100%;
		max-height: 100%;
		margin: 50px 0 0 0;
	}

	.img-select img {
		width: 100%;
		min-height: 70px;
		max-height: 70px;
		object-fit: cover;
	}

	.product-content {
		margin-top: 30px;
	}

}

/*Content Animation*/
@keyframes fadeInScale {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/* property slider css */
.property-listing {
	margin: 50px 0;
}

.pl-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.pl-achhor a:last-child {
	display: block;
	margin: 5px 0 0 0;
}

.pl-achhor a:first-child {
    display: block !important;
    margin: 5px 0 0 0 !important;
    background: #e98418 !important;
}
/*.pl-achhor a:first-child {*/
/*	display: none;*/
/*}*/

.pl-achhor a:nth-child(2) {
	/*background: #e98519; */
	background: #175dac !important;
}

.t-img img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e98318;
}
.client {
margin: 20px 0 0 0;
display: flex;
gap: 20px;
}
.star {
  color: #e98519;
}
.testimonial-slider .owl-prev {
  color: #fff !important;
  left: 0 !important;
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  background-color: #e98418 !important;
}
.testimonial-slider .owl-next {
  color: #fff !important;
  right: 0 !important;
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  background-color: #e98418 !important;
}

.t-txt .t-title {
  font-weight: 600;
  font-size: 18px;
}


.t-text {
  margin-top: 20px;
}

.pl-achhor a {
	color: #fff;
	background: #175dac;
	padding: 4px 10px;
	font-size: 14px;
	height: 28px;
}
.pl-achhor a {
    margin: 5px 10px !important;
    display: block !important;
}

.pl-achhor a:hover {
	color: #fff !important;
}

.pl-achhor {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    display: flex;
}

#property-slider .pl-achhor a:nth-child(2) {
    background: #175dac!important;
}

.pl-content {
	position: absolute;
	bottom: 0;
	z-index: 9;
	color: #fff;
	padding: 12px;
}

.property-price {
	font-size: 30px;
}

.property-title a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
}

.title-meta {
	padding-right: 10px;
	font-weight: 400;
}

.pl-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pl-img {
	width: 100%;
	height: 345px;
	position: relative;
	overflow: hidden;
}

.pl-img:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to bottom, transparent 0%, #1d293e 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
}

.pl-item:hover .pl-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-out;

}

.pl-item a {
	color: #fff !important;
}

.pl-item a:hover {
	color: #fff !important;
}

.section-heading {
	text-align: center;
	margin-bottom: 40px;
}

.section-heading h2 {
	font-weight: 500;
	font-size: 40px;
	color: #484848;
}

.property-slider .owl-prev {
	position: absolute;
	top: 45% !important;
	background: #ce781d !important;
	width: 30px !important;
	height: 30px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 30px !important;
	display: block;
	border-radius: 20px;
	left: -12px;
}
.property-listing2 .pl-achhor a:nth-child(2) {
	background: #175dac;
  }
.property-slider .owl-prev:focus {
	border: none !important;
}
.property-listing2 {
	margin: 70px 0;
  }

.property-slider .owl-next:focus {
	border: none !important;
}

.property-slider .owl-next {
	position: absolute;
	top: 45% !important;
	background: #ce781d !important;
	width: 30px !important;
	height: 30px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 30px !important;
	display: block;
	border-radius: 20px;
	right: -12px;
}

.tabs {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.tabs li a {
	padding: 10px 22px;
	display: block;
	background: #fff;
	margin: 0 10px;
	color: #e98519;
	border-radius: 50px;
	position: relative;
}

.tabs li.current a {
	background: #E98418;
	color: #fff !important;
}

.tabs li.current a::before {
	content: '';
	width: 20px;
	border-left: 10px solid transparent;
	border-top: 10px solid #E98418;
	border-right: 10px solid transparent;
	top: 45px;
	position: absolute;
	left: 38%;
}

/* services section */


.ser-col:hover .pl-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-out;

}

.ser-col .pl-img {
	border-radius: 7px;
}

.ser-col .pl-img::before {
	display: none !important;
}

.ser-col {
	border-radius: 7px;
	padding: 15px 15px 30px;
	margin-bottom: 25px;
	background-color: #175dac;
}

.ser-content h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0;
}

.ser-content {
	color: #fff;
	height: 220px;
  }

.ser-content a {
	z-index: 1;
	color: #fff;
	width: 100%;
	height: 40px;
	border-radius: 40px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	overflow: hidden;
	position: relative;
	border: 2px solid rgb(233, 132, 24);
	background: linear-gradient(90.49deg, rgb(233, 132, 24) 0%, rgb(7, 60, 120) 101.82%);
	padding: 5px 20px;
}

.ser-content a:hover {
	color: #fff !important;
}

.ser-content a::before {
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	content: "";
	border-radius: 40px;
	position: absolute;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
	background: linear-gradient(96.49deg, #E98418 0%, #175DAC 101.82%);
}

.ser-content a:hover::before {
	left: 0;
	width: 100%;
	right: auto;
}

.services-section {
	padding: 50px 0;
	background: #eee;
}

.main-btn {
	font-size: 16px;
	font-weight: 700;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #175dac;
	border-radius: 4px 4px 4px 4px;
	padding: 18px 45px 18px 45px;
}

.main-btn:hover {
	background: #E98418;
	color: #fff !important;
}

.about-us {
	padding: 50px 0;
	background-size: cover;
	background-attachment: fixed;
  }
  .about-us .section-heading h2 {
	color: #175dac;
  }

.value h3 {
	text-align: center;
	margin-bottom: 30px;
}

.value .tab_content {
	border: 1px solid #ddd !important;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
}

.value .tabs {
	background: #175dac;
	padding: 50px 0;
	border-radius: 20px 20px 0 0;
}

.about-content {
	text-align: left;
	background: #fff;
	padding: 20px;
	border-radius: 30px 0 30px 0;
  }

.property-listing {
	padding: 0 15px;
}

/* teamsection */
.team-style2-area {
	position: relative;
	display: block;
	padding: 50px 0 50px;
	background: #eee;
}

.single-team-member .img-holder {
	position: relative;
	display: block;
	background: #87abd4;
	padding: 30px 30px 0;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.single-team-member .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.single-team-member .img-holder .inner::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.single-team-member:hover .img-holder .inner::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.single-team-member:hover .overlay-style-one {
	opacity: 1;
}

.single-team-member .img-holder .inner img {
	width: 100%;
	transform: scale(1.0);
	transition: .3s ease-in-out;
	height: 250px;
	object-fit: cover;
}

.single-team-member:hover .img-holder .inner img {
	transform: scale(1.05);
}


.single-team-member .title-holder {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #87abd4;
	padding: 27px 30px 30px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	height: 180px;
}

.single-team-member:hover .title-holder {
	border-radius: 0;
}

.single-team-member .title-holder::before {
	position: absolute;
	left: 0;
	bottom: -6px;
	right: 0;
	height: 6px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #E98418;
	content: "";
	transform: scaleY(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
	z-index: -1;
}

.single-team-member:hover .title-holder:before {
	transform: scaleY(1.0);
}

.single-team-member .title-holder .left {
	position: relative;
	display: block;
}

.single-team-member .title-holder h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px 0 3px;
}

.single-team-member .title-holder h3 a {
	color: #fff;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.single-team-member .title-holder p {
	color: #555;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
}

.single-team-member .title-holder .right {
	position: relative;
	display: block;
}

.team-social-links {
	position: relative;
	display: block;
}

.team-social-links ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-social-links ul li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.team-social-links ul li:last-child {
	margin-right: 0;
}

.team-social-links ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: #f4f5f7;
	border-radius: 50%;
	text-align: center;
	color: #353742;
	font-size: 14px;
	line-height: 35px;
	transition: all 200ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
}

.team-social-links ul li a:hover {
	color: #ffffff;
	background: #E98418;
}

.team-style2-area .title-heading {
	margin-bottom: 30px;
}

.single-team-member .title-holder h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px 0 3px;
}

.blog-card.card .pl-img::before {
	display: none;
}

.blog-text {
	/*font-size: 18px;*/
	margin: 0 0 5px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 10px;
}

.blog-readmore {
    padding: 10px;
}

.blog-readmore a {
  font-size: 16px;
  color: #fff !important;
  background-color: #175dac !important;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: 500;
}

.blog-readmore a:hover {
  color: #fff !important;
  background: #e98418;
    background-color: rgb(233, 132, 24);
}

.blog-text a {
	color: #333;
}

.user-img img {
	width: 40px;
	border-radius: 50%;
}

.blog-card.card .user {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.blog-card.card .card-footer {
	display: flex;
	align-content: space-between;
	align-items: center;
}

.blog-card.card .date {
	width: 100%;
	text-align: right;
}

.user span {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}

.blog-card.card .pl-img img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.blog-card.card .pl-img:hover img {
	-webkit-transform: scale(1.05) rotate(-1deg);
	-moz-transform: scale(1.05) rotate(-1deg);
	-ms-transform: scale(1.05) rotate(-1deg);
	-o-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}

.our-blog {
	margin: 50px 0;
}

footer {
	background: #175dac;
	margin-top: 30px;
	padding: 50px 0 0 0;
	color: #fff;

}

.footer-bottom {
	background: #000;
	padding: 15px 0;
	text-align: center;
	margin-top: 30px;
}

.f-col ul li a {
	color: #fff !important;
	padding: 2px 0;
	display: block;
}
.f-col h3 {
	font-size: 22px;
	margin-bottom: 15px;
  }
.f-col ul li a:hover {
	color: #E98418 !important;
}

.social-col .social-ul {
	padding-left: 0;
	display: flex;
	list-style-type: none;
}

.social-col {
	padding: 30px 0;
}

.social-ul li a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: 0 4px;
	color: #484848;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 45px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 16px;
  }

.social-ul li a:hover {
	background-color:#E98418!important;
	color: #fff!important;
}

.btn-submit {
	background: #fff !important;
	width: 46px !important;
	height: 40px;
	border-radius: 50px;
	border: none;
  }

.newletter input {
	border-radius: 50px;
}

.newletter input:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #E98418;
}
.srimg img {
	height: 180px;
	width: 160px !important;
	object-fit: cover;
  }
  .srl-col a {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	color: #000;
  }
  .sr-listinng {
	margin: 50px 0;
  }
  .srtext h5 {
	color: #175dac;
  }
  .srtext {
	padding: 25px;
  }
  .srl-col:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  }
  .srtext span {
	color: #e98418;
  }
  .srl-col {
	margin-bottom: 25px;
  }
  .newletter {
	display: flex;
	column-gap: 30px;
  }
  .abut-img img {
	width: 100%;
	border-radius: 30px 0 30px 0;
	object-fit: cover;
  }
  .our__value-section {
	margin: 50px 0;
  }
  .about-us.about-page {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  .why-us::before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, .75);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  .why-us {
	padding: 50px 0;
	background-size: cover;
	background-position: right;
	position: relative;
	color: #fff;
	font-size: 18px;
  }
  .why-us h2{
	color: #fff;
  }
  .breadcrumb {
	background: transparent!important;
	margin: 0;
	padding: 0;
	color: #484848;
	padding-left: 0!important;
	margin-bottom: 0!important;

  }
  .breadcrumb li:last-child:before {
	color: #fff !important;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: inline-block;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
padding: 0 8px;
  }
  .breadcrumb li .active {
	color: #e98418;
  }
  .breadcrumb li .active a {
    color: #e98418;
  }
  .breadcrumb li a {
	color: #fff;
  }
  .bredcrumb-section::after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.65);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }
  .bredcrumb-section {
	background-size: cover;
	padding: 50px;
	color: #fff;
	position: relative;
	background-position: center;
	z-index: 1;
  }
  .our-values {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 30px;

  }

  .our-values img {
	width: 300px;
	display: block;
	margin: 0 auto;
  }
  .our-values h3{
	font-size: 22px;
	margin-bottom: 30px;
	color: #175dac;
  }

  /* property page css */
  .property_section {
	background: #abb8c3;
	padding: 60px 0;
  }
  .pro-sidebar-widget {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30px;
  }
  .pro-sidebar-widget  h3 {
	font-size: 18px;
	margin: 0 0 20px;
  }
  .pro-sidebar-widget  .pro-sidebar-search .form-control {
	height: 50px !important;
	padding: 0 15px;
  }
  .pro-sidebar-widget .serch-btn{
	margin: 0 auto;
}
.pro-rightbar {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
  }
  .pro-rightbar .pl-item {
	margin-bottom: 30px;
  }
  .protopbar {
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	align-items: center;
  }
.protopbar select {
	margin-bottom: 0 !important;
  }
  .form-select.form-select-lg.form-control {
	width: 20%;
  }
  .pr-content h3  a{
	font-size: 16px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #484848;
  }
  .pr-content h3 {
	  margin-bottom: 0!important;
  }
  .properties-list-row {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 15px;
  }
  .p-img img {
	border-radius: 10px;
	width: 100px;
	object-fit: cover;
	height: 100px;
  }
  .rent {
	font-size: 16px;
	line-height: 1;
	margin-top: 7px;
	color: #e98519;
  }

  /* contact page css */
  .contact-content {
	background: #175dac;
	width: 45%;
	padding: 30px;
	color: #fff;
  }
  .contact-row {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  }
  .contact-section {
	margin: 50px 0;
  }
  .contact-meta {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 20px;
  }
  .contact-meta .icon img {
	width: 35px !important;
  }
  .contact-meta a{
	  color: #fff;
  }
  .contact-meta a:hover{
	color: #E98418!important;
}
	.serch-btn {
	margin: 0 0 auto auto;
  }
  .contact-form {
	padding: 30px;
	width: 70%;
  }
  .contact-form h3 {
	font-size: 20px;
	margin-bottom: 20px;
  }
  .contact-form .form-control {
	padding: 10px 20px;
  }
  .contact-form .form-control:focus {
	box-shadow: none!important;
	outline: none!important;
  }
  .our-blog-page {
	margin: 50px 0;
  }
  .our-blog-page .blog-card {
	margin-bottom: 30px;
  }


  /* blog Detail page */
  .entry-title {
	font-size: 22px;
  }
  .blog-detail {
	margin: 50px 0;
  }
  .top-detail-info {
	margin-bottom: 15px;
	color: #777777;
  }
  .author-wrapper .avatar-img img {
	overflow: hidden;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
  }
  
  /* video gellery css */

  .video-gallery .thumbnail a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
  }
  .video-gallery .thumbnail {
	  position: relative;
  }
  .video-gallery .thumbnail  .icon::before {
	position: absolute;
	content: '';
	background: rgba(0,0,0, 0.55);
	width: 100%;
	height: 300px;
	border-radius: 15px;
	top: 0;
	left: 0;
	z-index: -1;
  }
  .video-gallery .thumbnail a .icon {
	position: absolute;
	color: #e98418;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	align-items: center;
	height: 300px;
	z-index: 2;
  }
  .video-gallery .thumbnail:hover .icon{
	  color: #175dac!important;
  }
  .video-gallery .thumbnail .icon i {
	background: #fff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
  }
  .video-gallery {
	margin: 50px 0;
  }
  .top-detail-info {
	margin-bottom: 15px;
	color: #777777;
	display: flex;
	align-items: center;
	column-gap: 20px;
  }
  .flex-middle {
	display: flex;
	align-items: center;
  }
  .right-inner h4 a {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
	padding-left: 10px;
	color: #777;
  }
  .date img {
	width: 26px;
  }
  .detail-post .tag-social strong {
	font-weight: 600;
	color: #484848;
	padding-right: 10px;
  }
  .apus-social-share a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: 0 4px;
	color: #484848;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	width: 45px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 16px;
  }
  .apus-social-share a:hover{
	  color:#fff!important;
	  background: #e98418!important;
  }
  .tag-social.flex-middle-sm {
	margin-bottom: 20px;
  }
  #commentform #submit {
	font-weight: 700;
	font-size: 16px;
	padding: 11px 40px;
  }

  .btn-theme {
	color: #fff;
	background-color: #e9861b;
	border-color: #e9861b;
  }
  .btn-theme:hover{
	  color: #fff!important;
	  background-color: #175dac;
	border-color: #175dac;
  }
  .comment-form .form-control {
	margin: 0;
	color: #484848;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 12px 20px;
  }
  .comment-form .form-control:focus{
	  box-shadow: none!important;
	  border: 1px solid #175dac;
  }
  
  .sidebar-wdget {
	margin: 0 0 30px;
	  margin-left: 0px;
	padding: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	margin-left: 25px;
  }
  .sidebar-wdget ul li a {
	font-size: 16px;
	color: #777;
	padding: 5px 0;
	display: block;
  }
  .sidebar-wdget ul li a:hover {
	color: #ce781d;
  }
  .sidebar-wdget h3 {
	font-size: 22px;
  }
  .por-sl-itm {
	width: 100%;
	height: 350px;
  }
  .pro-det-slider .owl-prev {
	position: absolute;
	top: 45% !important;
	background: #ce781d !important;
	width: 30px !important;
	height: 30px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 30px !important;
	display: block;
	border-radius: 20px;
	left: -15px;
  }
  .pro-det-slider .owl-next {
	position: absolute;
	top: 45% !important;
	background: #ce781d !important;
	width: 30px !important;
	height: 30px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 30px !important;
	display: block;
	border-radius: 20px;
	right: -15px;
  }
  .property_section-detail {
	margin: 50px 0;
  }
  .por-sl-itm {
	width: 100%;
	height: 350px;
	background-size: cover;
	border-radius: 10px;
  }
  .property-detail-detail .list li {
	float: left;
	width: 50%;
	margin: 0 0 15px;
  }
  .property-detail-detail .list {
	overflow: hidden;
	clear: both;
  }
  

.property-detail-detail .list li .text {

    min-width: 125px;

}
.property-detail-detail .list li .value {
	font-weight: 500;
	padding-left: 20px;
  }
  .property-detail-detail .list li > div {
	display: inline-block;
  }
  .services-detail {
	margin: 50px 0;
  }
  .sr-img img {
	border-radius: 20px 0 20px;
	border: 4px solid #185ead;
	width: 100%;
	height: 300px;
	object-fit: cover;
  }

.entry-description {
  text-align: justify;
  padding: 10px;
}

.sidebar-wdget .pr-content .post-meta {
  color: #ea861b;
  font-size: 12px;
}
 .sidebar-wdget .properties-list-row .read-more {
  color: #888;
  font-size: 15px;
}
.sidebar-wdget .p-img img {
    max-width: 62px !important;
    height: 70px !important;
    object-fit: cover !important;
}
.sidebar-wdget a:hover{
color: #ea861b!important;
}
.pro-rightbar .pagination {
  justify-content: center !important;
}
.pro-rightbar .pagination li a {
  color: #484848 !important;
}
.pro-rightbar .pagination li a:hover {
  background-color: #e98418 !important;
	color: #fff !important;
}
.pro-rightbar .page-item.active a {
  background: #e98417 !important;
  color: #fff !important;
  border-color: #e98417 !important;
}
/* new css */
  .por-sl-itm {
	width: 100%;
	height: 420px!important;
	background-size: cover!important;
	border-radius: 10px;
	background-position: right!important;
  }


  /* tooltip */
  .detail-social-tooltip a {
	background: #EC9639;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	line-height: 40px;
  }
  .detail-social-tooltip a:hover{
	  color: #fff!important;
	  background: #175dac;
  }
  .detail-social-tooltip a span{
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	padding: 5px 7px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
  }
  
  .detail-social-tooltip a span::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #175dac;
	position: absolute;
	bottom: -5px;
	left: 40px;
  }
  .detail-social-tooltip a:hover span{
	bottom: 50px;
	visibility: visible;
	opacity: 1;
  }
  
  /* hover over the icons now to see the tooltips! */
 
  .detail-social-tooltip a span {
	background: #175dac;
	color: #fff !important;
	height: 30px;
	padding: 0;
	line-height: 30px;
	width: 120px;
	text-align: center;
  }
  .detail-social-tooltip {
	display: flex;
	justify-content: right;
	padding-right: 20px;
	align-items: center;
  }
  .detail-social-tooltip .property-price {
	text-align: right;
	font-size: 22px;
	padding-left: 20px;
	font-weight: 600;
  }
  .ps-section-heading h2 {
	font-size: 30px;
	color: #484848;
	position: relative;
  }
  .ps-section-heading span {
	position: absolute;
	right: 15px;
	top: 10px;
	background: #175dac;
	color: #fff;
	padding: 2px .6em;
	font-size: 12px;
  }
  .ps-section-heading p a {
	color: #484848!important;
  }

  .ps-section-heading p a:hover {
	color: #EC9639!important;
  }
  .property_section-detail p a {
	color: #727272;
  }
  .property_section-detail p a {
	color: #EC9639!important;
  }
  .pro-sidebar-widget .columns-gap {
	overflow: hidden;
	clear: both;
	color: #484848;
  }
  .pro-sidebar-widget  .list-check {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .pro-sidebar-widget .columns-gap li {
	min-width: 33.33%;
	float: left;
	color: #484848;
	padding: 5px 0;
  }
  .pro-sidebar-widget .columns-gap .yes img {
	width: 20px;
	margin-right: 5px;
  }
  .property-detail-detail .location {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .property-detail-detail .location a{
	  color: #484848!important;
  }
  .property-detail-detail .location a:hover{
	color: #EC9639!important;
}
.reatings .reating-icon {
	padding-left: 20px;
  }
  .reatings {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
  }
  .reatings  .reating-icon a {
	color: #e98418;
  }
  .reatings  .reating-icon a:hover {
	color: #727272!important;
  }
  @media only screen and (max-width: 991px) {
	.detail-social-tooltip .property-price {
		text-align: center;
		margin: 20px 0;
	  }
	  .detail-social-tooltip {
		display: block;
		text-align: center;
	  }
	  .property-detail-detail .list li {
		width: 100%;
	  }

	.pro-sidebar-widget .columns-gap li {
		min-width: 50%;
		padding: 5px 10px;
	
	}
	.property_section-detail .property-slider .pl-item {
		padding: 0 10px;
	  }
	  .property_section-detail .property-slider .pl-achhor {

		top: 15px;
		left: 25px;
		z-index: 20;
	  }
	  .property_section-detail .property-slider .owl-next{
		  display: none!important;
	  }
	  .property_section-detail .property-slider  .owl-prev{
		display: none!important;
	}
	.property_section-detail .section-heading h3{
		padding-left: 20px;
	}
	.property-detail-detail .list li .value {
		padding: 0 !important;
	  }
	  
  }
  
    .thumbnail {
        margin-bottom: 15px;
    }

    .our-blog-page p {
        text-align: center;
    }
    
    .main-thumb-desc {
    	justify-content: center;
    	margin-bottom: 30px !important;
    }

    .main-thumb-desc li a {
    	padding: 10px 20px;
    	display: block;
    	background: #fff;
    	color: #e98519;
    	border-radius: 50px;
    	position: relative;
    }

    .main-thumb-desc li{
        margin-right:20px;
    }
    .main-thumb-desc li a.active {
    	background: #E98418;
    	color: #fff !important;
    }
    .main-thumb-desc li .nav-link.active::before {
    	content: '';
    	width: 20px;
    	border-left: 10px solid transparent;
    	border-top: 10px solid #E98418;
    	border-right: 10px solid transparent;
    	top: 45px;
    	position: absolute;
    	left: 38%;
    }

    .mobile-slider{
    	display: none!important;
    }
    .home-slider .owl-nav{
    	display: none;
    }
    .home-slider .owl-dot{
    	display: none;
    }
  
  
