/*@import "https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans";*/
@import "https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Roboto&display=swap";
html {
	overflow-x: hidden
}

body {
	font-size: 14px;
	font-weight: 400;
	font-family: roboto, sans-serif;
	box-sizing: border-box;
	color: #727272;
	line-height: 25px;
	backface-visibility: hidden;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
	/*font-size: 22px;*/
	color: #272727;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	font-family: nunito sans, sans-serif
}
a {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
a:hover {
	text-decoration: none
}
a:focus {
	outline: none
}
p {
	color: #727272;
	font-weight: 400;
	font-family: roboto, sans-serif;
	margin: 0;
	font-size: 15px
}
ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
ul li,
ol li {
	list-style: none
}
.hero-heading {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: .1rem
}

.section-title-header {
	margin-bottom: 30px
}

.section-title-header p {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 26px
}

.section-title {
	font-size: 32px;
	color: #272727;
	line-height: 52px;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0
}

.section-title:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 100px;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	background-color: #912a84
}

.small-title {
	font-size: 15px;
	margin-top: 20px;
	font-weight: 500;
	padding: 15px 0
}

.page-title {
	font-size: 62px;
	font-weight: 700;
	color: #fff
}

.medium-title {
	font-size: 22px;
	color: #272727;
	font-weight: 500;
	margin-bottom: 30px
}

hr {
	margin-top: 30px;
	margin-bottom: 30px
}

.btn {
	font-size: 14px;
	padding: 12px 32px;
	border-radius: 0;
	cursor: pointer;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s ease-out 0s;
	display: inline-block
}
.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none
}
.btn-common {
	background-color: #912a84;
	border-color: #912a84;
	position: relative;
	z-index: 1;
	color: #fff
}

.btn-common:hover {
	background: orange;
	border-color: orange;
	color: #fff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
	transition: all .3s ease-out 0s
}
.btn-border {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 20px
}

.btn-border:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .2)
}

.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px
}

.btn-rm {
	padding: 7px 10px;
	text-transform: capitalize
}

button:focus {
	outline: none!important
}

.icon-close,
.icon-check {
	color: #912a84
}

.social-icons {
	padding-left: 5px
}

.social-icons li {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 16px;
	margin-top: 11px
}

.social-icons li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	color: #272727;
	font-size: 16px;
	background-color: #f3f3f3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid transparent
}

.social-icons li .facebook:hover {
	background: #3b5999
}

.social-icons li .twitter:hover {
	background: #4a9cec
}

.social-icons li .instagram:hover {
	background: #d6274d
}

.social-icons li .linkedin:hover {
	background: #1260a2
}

.social-icons li .google:hover {
	background: #ce332a
}

.social-icons li a:hover {
	color: #fff
}
.section-padding {
	padding: 30px 0
}

.no-padding {
	padding: 0!important
}

.padding-left-none {
	padding-left: 0
}

.padding-right-none {
	padding-right: 0
}

#page-banner-area {
	background: url(../img/background/banner.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover
}
.page-banner {
	position: relative;
	/*min-height: 200px;*/
	color: #fff
}

.page-banner a:hover {
	color: #912a84
}

.page-banner .crumbs-spacer i {
	vertical-align: middle;
	font-size: 12px;
	margin: 5px
}

.page-banner .current {
	color: #fff
}

.pagination-container {
	display: inline-block;
	margin-top: 10px
}

.pagination-container .pagination .page-item .page-link {
	margin: 0 10px;
	padding: 15px 20px;
	color: #912a84;
	border-color: #f3f3f3;
	border-radius: 50%;
	background: #fff
}

.pagination-container .pagination .page-item .page-link:hover {
	background: #912a84;
	box-shadow: none;
	color: #fff
}

.pagination-container .pagination .page-item .page-link:focus {
	box-shadow: none
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.top-bar {
	background: #912a84;
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.top-bar .links li {
	display: inline-block;
	padding: 5px 0;
	color: #fff;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-right: 8px;
}
.top-bar .links li:last-child {
    border-right: none;
}
.top-bar .links li a {
	color: #fff;
}
.top-bar .links li a:hover {
	color: yellow;
}
.top-bar .links li i {
	font-size: 13px;
	color: #fff;
	padding-right: 5px
}

/*.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%
}*/

.header-top-right {
	padding: 9px 0
}

.header-top-right .header-top-button {
	border: 1px solid #fff;
	color: #fff;
	background: 0 0;
	padding: 3px 10px;
	border-radius: 30px;
	font-size: 13px;
	line-height: 22px;
	margin-left: 5px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.header-top-right .header-top-button:hover {
	background: rgba(255, 255, 255, .2)
}

.header-top-right .white-bg {
	background: #fff;
	color: #912a84
}

.header-top-right .white-bg:hover {
	color: #fff
}

.navbar-brand {
	position: relative;
	padding: 0;
	margin: 0
}

.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	top: 0!important;
	min-height: 58px;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff!important
}

.top-nav-collapse .navbar-brand {
	top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
	color: #333!important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	color: #912a84!important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: #fff!important
}

.indigo {
	background: 0 0
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
	padding: 0 17px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	text-transform: uppercase;
	background: 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #912a84;
	outline: none
}

.navbar {
	padding: 0
}

.navbar li.active a.nav-link {
	color: #912a84 !important;
}

.dropdown-toggle::after {
	display: none
}

.dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
	-webkit-box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
	position: absolute;
	z-index: 99;
	min-width: 210px;
	background-color: #fff;
	border-top: 1px solid #912a84;
	white-space: nowrap;
	animation: fadeIn .4s;
	-webkit-animation: fadeIn .4s;
	-moz-animation: fadeIn .4s;
	-o-animation: fadeIn .4s;
	-ms-animation: fadeIn .4s
}

.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 8px 18px;
	font-size: 14px;
	color: #272727;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.dropdown .dropdown-menu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
	color: #912a84;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	background: 0 0
}
.slicknav_btn {
	border-color: #912a84
}

.slicknav_menu .slicknav_icon-bar {
	background: #912a84
}
@media(min-width:768px) and (max-width:991px) {
	#nav-main li a.nav-link {
		padding-top: 18px
	}
}

@media screen and (max-width:991px) {
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
		padding: 0 15px;
		top: 0
	}
	.navbar-brand img {
		width: 75%
	}
	.slicknav_menu {
		display: block
	}
}

@media screen and (max-width:768px) {
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
		padding: 0 15px;
		top: 0
	}
	.navbar-brand img {
		width: 75%
	}
	#mobile-menu {
		display: none
	}
	.slicknav_menu {
		display: block
	}
	.slicknav_nav .active a {
		background: #e91e63;
		color: #fff
	}
	.slicknav_nav .dropdown li a.active {
		background: #f8f9fa;
		color: #912a84
	}
	.slicknav_nav .dropdown li a:focus {
		outline: none
	}
}

.section-intro {
	background: url(../img/background/bg-intro.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	width: 100%
}

.about-section .intro-title {
	font-size: 22px;
}

.label-inner .label-status {
	background: #912a84
}

.item-body {
	/*padding: 10px;*/
	width: 100%
}

.item-body .property-title {
    margin-bottom: 0;
    /*background: linear-gradient(45deg, #da22ff, #9733ee);*/
    color: #333;
    padding-left: 10px;
    /*padding-bottom: 5px;*/
}

.item-body .property-title a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	font-weight:bold;
}

.item-body .property-title a:hover {
	color: #912a84
}

.item-body .adderess {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin: 0
}

.item-body .pricin-list {
	/*margin-top: 10px;*/
	position: relative;
	padding:10px;
}

.item-body .pricin-list .property-price {
	font-size: 26px;
	font-weight: 700;
	color: #912a84;
	margin-bottom: 15px
}

.item-body .pricin-list p span {
	color: #000;
	font-weight: 500;
	font-size: 14px
}

.item-body .pricin-list .view-iocn {
	position: absolute;
	bottom: 0;
	right: 15px
}

#latest-property .item {
	margin: 0 10px
}

.img-box {
	height: 350px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 10px 0;
	border-radius: 3px
}

.img-box .img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	transform: translate(0, -50.5%)
}

.img-box .img-box-content h4 {
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin: 0
}

.img-box .img-box-content span {
	font-size: 16px;
	color: #fff
}

.img-box .img-box-background {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	transition: all .55s;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: transform .35s ease-out
}

.img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #222;
	opacity: .3;
	z-index: 99;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out
}

.img-box:hover:before {
	background-color: #912a84;
	opacity: .7
}

.img-box:hover .img-box-background {
	transform: scale(1.06)
}
.listing-container {
	position: relative;
	z-index: 9
}

.grid-layout {
	left: -1.5%;
	width: 103%;
	position: relative
}

.grid-layout .property-main {
	display: inline-block;
	width: 47%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative
}

.list-layout .property-main {
	display: flex;
	overflow: hidden;
	margin: 0 0 30px
}

.list-layout .property-main {
	width: 100%
}

.list-layout .property-main .item-thumb {
	width: 320px;
	float: left;
	overflow: hidden;
	margin-right: 30px
}

.list-layout .property-main .item-body {
	padding: 30px
}

.sidebar-title {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative
}
.controls {
	text-align: center;
	padding: 0 0 20px
}

.controls .active {
	color: #912a84!important;
	border-color: #912a84;
	background: 0 0
}

.controls .btn {
	text-transform: uppercase;
	margin: 2px;
	color: #fff
}

.controls:hover {
	cursor: pointer
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: #fff
}

#portfolio-section {
	position: relative
}

#portfolio-section .portfolio-box {
	position: relative
}
#portfolio-section .portfolio-box img {
    /*height: 260px;*/
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ddd;
    transform: translateY(0);
    transition: 2s ease-out;
    height:200px;
}


/*#portfolio-section .portfolio-box .overlay-box {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	padding-top: 25%;*/
/*	opacity: 0;*/
/*	-webkit-transition: all 500ms ease;*/
/*	-moz-transition: all 500ms ease;*/
/*	-ms-transition: all 500ms ease;*/
/*	-o-transition: all 500ms ease;*/
/*	transition: all 500ms ease*/
/*}*/

/*#portfolio-section .portfolio-box .overlay-box a {*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	width: 50px;*/
/*	height: 50px;*/
/*	display: inline-block;*/
/*	line-height: 50px;*/
/*	background: #912a84;*/
/*	border-radius: 50%;*/
/*	transform: scale(0, 0);*/
/*	-webkit-transform: scale(0, 0);*/
/*	-moz-transform: scale(0, 0);*/
/*	-ms-transform: scale(0, 0);*/
/*	-o-transform: scale(0, 0);*/
/*	-webkit-transition: all .5s;*/
/*	-moz-transition: all .5s;*/
/*	-o-transition: all .5s;*/
/*	transition: all .5s*/
/*}*/

/*#portfolio-section .portfolio-box .overlay-box h3 {*/
/*	margin-top: 20px;*/
/*	color: #fff;*/
/*	font-size: 22px;*/
/*	-webkit-transform: translateY(20px);*/
/*	-moz-transform: translateY(20px);*/
/*	transform: translateY(20px);*/
/*	-webkit-transition: all .5s;*/
/*	-moz-transition: all .5s;*/
/*	-o-transition: all .5s;*/
/*	transition: all .5s*/
/*}*/

/*#portfolio-section .portfolio-box:hover .overlay-box {*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	transform: scale(1, 1);*/
/*	opacity: 1*/
/*}*/

/*#portfolio-section .portfolio-box:hover .overlay-box h3 {*/
/*	-webkit-transform: translateY(0px);*/
/*	-moz-transform: translateY(0px);*/
/*	transform: translateY(0px)*/
/*}*/

/*#portfolio-section .portfolio-box:hover .overlay-box a {*/
/*	-webkit-transform: scale(1, 1);*/
/*	-moz-transform: scale(1, 1);*/
/*	-ms-transform: scale(1, 1);*/
/*	-o-transform: scale(1, 1)*/
/*}*/

.services {
	background: #fafafa
}

.services-item {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}

.services-item .icon {
	float: left;
	padding-right: 15px
}

.services-item .icon i {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	color: #912a84;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}

.services-item .services-content {
	padding-left: 65px
}

.services-item .services-content h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500
}

.services-item .services-content h3 a {
	color: #272727
}

.services-item .services-content h3 a:hover {
	color: #912a84
}

.services-item:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

.services-item:hover .icon i {
	background: 0 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.featured-bg .title-sub {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 36px
}

.featured-bg .intro-desc {
	margin-bottom: 20px
}

.featured-bg .featured-item {
	margin-bottom: 20px;
	position: relative;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}

.featured-bg .featured-item .icon {
	float: left;
	padding-right: 10px
}

.featured-bg .featured-item .icon i {
	font-size: 28px;
	text-align: center;
	color: #912a84;
	transition: all .3s ease-in-out 0s;
	width: 45px;
    height: 45px;
    border: 1px solid #912a84;
    border-radius: 50%;
    line-height: 45px;
}

.featured-bg .featured-item h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 38px
}

.testimonial {
	background: linear-gradient(to right,#912a84,#3db1e1);
}
.testimonial .section-title {
	color: #fff;
}
.testimonial-item {
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin: 10px;
	border-top-right-radius: 20px;
	border-top: 5px solid orange;
}
.testimonial-item .content {
	clear: both;
}
.testimonial-item .content .description {
	font-size: 15px
}
.client-info {
	margin-top: 35px;
	margin-left: 30px;
}
.client-info .img-thumb {
	float: left;
	position: relative;
	padding: 7px;
	margin-top: -35px;
}
.client-info .img-thumb img {
	border: 3px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	width: 75px;
	height: 75px;
	background: #fff;
    object-fit: contain;
}
.client-info .info-text {
	float: left;
	margin: 12px 20px
}
.client-info .info-text h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px
}
.client-info .info-text h2 a {
	color: #272727
}
.client-info .info-text h2 a:hover {
	color: #912a84
}
.client-info .info-text h4 {
	margin: 0;
	clear: both;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px
}
.client-info .info-text h4 a {
	color: #999
}

.footer-area {
	background: #272727;
}
.footer-area p {
	color: #b1b1b1;
	line-height: 30px;	
}

.footer-area .footer-titel {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: .5px
}

.footer-area .footer-link li {
	margin-bottom: 10px
}
.footer-area .footer-link li a:before {
	content: '\f101 ';
	font-family: fontawesome;
	color: #b1b1b1;
	padding-right: 8px;
}

.footer-area .footer-link li a {
	color: #b1b1b1;
	font-size: 14px;
	font-weight: 400;
	position: relative
	transition: 1s;
}

.footer-area .footer-link li a:hover, .footer-area .footer-link li a:hover:before {
	color: orange;
	padding-left: 5px;
}

.footer-area .address li {
	margin-bottom: 10px
}

.footer-area .address li a {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400
}

.footer-area .address li a:hover {
	color: #fff
}

.footer-area .address li a i {
	font-size: 22px;
	width: 32px;
	vertical-align: middle;
	height: 36px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 5px;
	line-height: 32px
}

.footer-area #subscribe-form {
	margin-top: 10px
}

.footer-area #subscribe-form .form-group {
	position: relative
}

.footer-area #subscribe-form .form-group .btn-common {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 15px;
	height: 52px;
	border-radius: 0;
	background: 0 0;
	color: #912a84
}

#copyright {
	background: #333
}

#copyright p {
	line-height: 42px;
	color: #fff;
	text-align: center;
	margin: 0
}

#copyright p a {
	color: #fff
}

#copyright p a:hover {
	color: #912a84
}

.social-icon a:hover {
	color: #fff!important
}

.social-icon .facebook:hover {
	background: #3b5999
}

.social-icon .twitter:hover {
	background: #4a9cec
}

.social-icon .instagram:hover {
	background: #d6274d
}

.social-icon .linkedin:hover {
	background: #1260a2
}

.social-icon .google:hover {
	background: #ce332a
}

#main-slide img {
    height: 450px;
}
#main-slide .carousel-control {
	display: none;
	transition: all .3s ease-in-out
}

#main-slide .carousel-indicators {
	cursor: pointer;
	bottom: 30px
}

#main-slide:hover .carousel-control {
	display: block;
	transition: all .3s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

#main-slide .carousel-item img {
	position: relative
}

#main-slide .carousel-inner .carousel-item::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

#main-slide .carousel-item .carousel-caption {
	opacity: 0;
	transition: opacity 100ms ease 0s;
	z-index: 0
}

#main-slide .carousel-item .carousel-caption h4 {
	font-size: 18px;
	color: #f3f3f3;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 40px
}

#main-slide .carousel-item .carousel-caption .heading {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1rem
}

#main-slide .carousel-item .carousel-caption .heading span {
	color: #912a84
}

#main-slide .carousel-item .carousel-caption p {
	color: #fff;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase
}

#main-slide .carousel-item.active .carousel-caption {
	opacity: 1;
	transition: opacity 100ms ease 0s;
	z-index: 1
}

#main-slide .carousel-caption {
	color: #fff;
	top: 26%
}

#main-slide .carousel-caption .btn {
	margin: 20px 10px
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
	opacity: 1;
	box-shadow: none
}

#main-slide .carousel-control-prev span {
	padding: 15px
}

#main-slide .carousel-control-next span {
	padding: 15px
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
	position: absolute;
	z-index: 5;
	display: inline-block
}

#main-slide .carousel-control .fa-angle-left {
	left: 10px
}

#main-slide .carousel-control .fa-angle-right {
	right: 10px
}

#main-slide .carousel-control i {
	line-height: 45px;
	font-size: 18px;
	width: 45px;
	border: 2px solid #fff;
	height: 45px;
	display: block;
	border-radius: 30px;
	background: 0 0;
	color: #fff;
	transition: all 500ms ease
}
#main-slide .carousel-control i.fa-chevron-left {
	padding-right: 3px;
}
#main-slide .carousel-control i.fa-chevron-right {
	padding-left: 3px;
}

#main-slide .carousel-control i:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border-color: #fff
}

.main-timeline10:after,.main-timeline10:before{content:"";display:block;width:100%;clear:both}
.main-timeline10 .timeline{padding:0;display:-webkit-inline-box}
.main-timeline10 .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:24%}
.main-timeline10 .timeline-inner{text-align:center;margin:20px 20px 35px 35px;position:relative}
.main-timeline10 .timeline-inner:after{content:"";width:120%;height:3px;background:#555;position:absolute;bottom:0;left:10%}
.main-timeline10 .timeline:last-child .timeline-inner:after{width:0}
.main-timeline10 .year{background:#58b25e;padding:8px 0;border-radius:30px 0;font-size:24px;font-weight:700;color:#fff;z-index:1;position:relative}
.main-timeline10 .year:after,.main-timeline10 .year:before{position:absolute;top:-19px;content:""}
.main-timeline10 .year:before{right:0;border:10px solid transparent;border-bottom:10px solid #58b25e;border-right:10px solid #58b25e}
.main-timeline10 .year:after{width:25px;height:19px;border-radius:0 0 20px;background:#fff;right:1px}
.main-timeline10 .timeline-content{padding:10px 10px 30px;border-left:3px solid #58b25e;position:relative}
.main-timeline10 .timeline-content:before{content:"";position:absolute;top:0;left:-1px;border:10px solid transparent;border-top:10px solid #58b25e;border-left:10px solid #58b25e}
.main-timeline10 .timeline-content:after{content:"";width:25px;height:19px;border-radius:20px 0 0;background:#fff;position:absolute;top:0;left:0}
.main-timeline10 .post{font-size:26px;color:#333}
.main-timeline10 .description{font-size:14px;color:#333;padding:5px;}
.main-timeline10 .timeline-icon{width:70px;height:70px;line-height:57px;border-radius:50%;border:5px solid #58b25e;background:#fff;font-size:30px;color:#555;z-index:1;position:absolute;bottom:-35px;left:-35px}
.main-timeline10 .timeline:nth-child(2n) .year{background:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .year:before{border-bottom-color:#9f84c4;border-right-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content{border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content:before{border-top-color:#9f84c4;border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-icon{border-color:#9f84c4}
.main-timeline10 .timeline:nth-child(3n) .year{background:#f35958}
.main-timeline10 .timeline:nth-child(3n) .year:before{border-bottom-color:#f35958;border-right-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content{border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content:before{border-top-color:#f35958;border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-icon{border-color:#f35958}
.main-timeline10 .timeline:nth-child(4n) .year{background:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .year:before{border-bottom-color:#e67e49;border-right-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content{border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content:before{border-top-color:#e67e49;border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-icon{border-color:#e67e49}
/*@media only screen and (max-width:990px){.main-timeline10 .timeline-inner:after{width:110%}
.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:0}
}
@media only screen and (max-width:767px){.main-timeline10 .timeline{margin-bottom:50px}
.main-timeline10 .timeline-inner:after,.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:100%;height:3px;left:0}
}*/

#portfolio-section .col-sm-4 {
    padding: 2px;
}
#footer .footer-logo {
	margin-top: -20px;
	width: 250px;
}
.contact-support {
	background: orange;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
.contact-support a {
	color: #333;
}
.contact-support a:hover {
	color: #912a84;
}
.enquiry-btn {
	width:100px;
	margin-top:-35px;
}
.property {
    background: #fafafa;
}
.property-main {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    transition: all .3s ease-out 0s;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #ddd;
}
.property-wrap {
    background: #fff;
    width: 100%;
    border-radius: 4px;
}
.property-main:hover {
    box-shadow: 0 20px 20px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,.14);
    -moz-box-shadow: 0 20px 20px rgba(0,0,0,.14);
}

/*==== ABOUT US  ===== */
#page-banner-area {
    background: url(../images/small-banner.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #912a8473;
    background-blend-mode: multiply;
}
.page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.page-banner .page-banner-title {
    position: relative;
    padding: 80px;
}
.page-banner .page-banner-title h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.page-banner a {
    color: #fff;
}
.mission-image {
	width: 100px;
}
.mission-content {
	margin-top: 15px;
}
.mission-content h2 {
	margin: 10px 0;
}
.service-details .service-img {
	width: 100%;
	height: 300px;
	margin: 15px 0;
}
.service-details h2 {
    margin-bottom: 15px;
}

#sidebar .widget {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
    padding-bottom: 15px;
}
.agent-inner {
    background-color: #ebeff5;
    color: #707070;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    transition: .25s;
}
#sidebar .widget input {
	margin-bottom: 15px;
	font-size: 14px; 
}
#sidebar .widget h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.portfolio-section {
	background: #ebeff5;
}
.contact-right-area .contact-right {
    padding: 4px;
}
.contact-right-area .contact-right .single-contact {
    margin: 15px 0;
    padding: 3px 55px;
    position: relative;
    color: #888;
}
.contact-right-area .contact-right .contact-icon {
    background: #912a84;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}
.contact-right-area hr {
	margin: 15px 0;
}
#contact-section h2 {
	margin-bottom: 20px;
}
.contact-right-area .contact-right .single-contact p {
    margin-bottom: 5px;
}
.contact-right-area .single-contact p a {
    color: #333;
}
.contact-right-area .single-contact a:hover {
	color: #912a84
}
.contact-right-area .social-icon a {
    color: #fff;
    background: #3b5998;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s ease-in-out 0s;
	border: 1px solid #3b5998;
}
.bg-twitter {
	background: #55acee !important;
	border-color: #55acee !important;
}
.bg-insta {
	background: #E1306C !important;
	border-color: #E1306C !important;
}
.contact-right-area .social-icon a:hover {
	color: #3b5998 !important;
	background:transparent !important;
	border: 1px solid #3b5998;
}
.contact-page-form h4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.contact-page-form input {
	font-size: 16px;
}
#enquiry-form .modal-content {
    border: 5px solid #912a84;
    margin-top: 60px;
    border-radius: 0;
}
#enquiry-form .modal-header {
	background: #912a84;
	border-radius: 0;
    padding: 5px 15px 15px 15px;
}
#enquiry-form .modal-header .modal-title {
	color: #fff;
}
#enquiry-form .modal-header .close {
	margin-top: -10px;
}
#enquiry-form .form-control{
    height: 40px;
    font-size: 14px;
    border-radius: 0;
}
#enquiry-form textarea {
	height: 60px !important;
}
#enquiry-form .form-control:focus {
	box-shadow: none;
	border-color: #912a84;
}
body.modal-open {
    padding: 0 !important;
}
.widget-tabs li {
    margin: 15px 0 0;
    border-bottom: 1px solid #ddd;
}
.widget-tabs .widget-content {
    display: table;
    padding-bottom: 15px;
}	
.widget-tabs li:last-child {
	border-bottom: none;
}
.widget-thumb {
    width: 95px;
    margin-right: 15px;
}
.widget-thumb img {
    width: 100%;
}
.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: top;
}
.widget-tabs .widget-content .widget-text h5 {
    font-size: 16px;
    line-height: 24px;
}
.widget-tabs .widget-content .widget-text h5 a {
	color: #272727;
}
.widget-tabs .widget-content:hover a {
	color: #912a84 !important;
}
.service-details h4 {
	font-size: 20px;
	margin:8px 0;
}
.service-details ul i {
	color: #912a84;
}


@media (max-width:767px) {
	.top-bar .links li {
		display: block;
		border: none;
	}
	.navbar-section {
		padding: 15px 0; 
	}
	.navbar-section .navbar-brand {
	    padding:0;
	}
	.navbar-section .navbar-brand img {
		margin-top: -12px;
        width: 140px !important;
	}
	.navbar-section .navbar-toggler {
		float: right;
		border: none;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	.navbar-section .dropdown-menu {
		width: 100%;
	}
	#portfolio-section .portfolio-box {
        margin-bottom: 15px;
        border: 1px solid #ece8e8;
    }
    .contact-support {
        padding: 15px 0;
    }
    .contact-support h2 {
        line-height: 35px;
        font-size: 22px;
    }
	#main-slide img {
		height: auto;
	}
	#main-slide .carousel-indicators {
		bottom: 30px;
	}
	.main-timeline10 .col-md-3 {
		max-width: 100%;
	}
	#main-navbar .navbar-nav {
        margin-top: 15px;
    }
	.main-timeline10 .timeline-inner:after {
		width: 2px;
		height: 100px;
		left: 0;
		bottom: unset;
	}
	.enquiry-btn { 
		display: none;
	}
	.page-banner .page-banner-title h1 {
	    line-height: 33px;
        font-size: 24px;
        letter-spacing: 1px;
	}
	.page-banner .page-banner-title {
	    padding:40px;
	}
	.service-details .service-img {
	    height: auto;
	}
	.btn {
	    padding: 6px 20px;
	}
	.agent-inner {
        margin-top: 15px;
    }
    .service-details h2 {
        line-height: 33px;
    }
    #main-slide .carousel-indicators {
        display:none;
    }
}

/*.portfolio-box .img-thumb{*/
/*    width: 100%;*/
/*    height: 280px;*/
/*    overflow: hidden;*/
/*}*/
.portfolio-box .overlay-box {
    display:none;
}



.pricing-plan {background: #e6effe; padding:30px 0}
/*.demo4{}*/
:root{--pricingTable-yellow:#14458e;--pricingTable-purple:#d31f26;--pricingTable-blue:#14458e;}
.pricingTable5{padding-bottom:10px;background:#fff;border-bottom:15px solid var(--pricingTable-yellow);text-align:center;overflow:hidden;position:relative}
.pricingTable5:before{content:"";width:100%;height:350px;background:var(--pricingTable-yellow);position:absolute;top:-150px;left:0;transform:skewY(-20deg)}
.pricingTable5 .price-value:after,.pricingTable5 .price-value:before,.pricingTable5 .value:after,.pricingTable5 .value:before,.pricingTable5 .year:after,.pricingTable5 .year:before{content:"";left:50%;transform:translateX(-50%) scaleY(.5) rotate(45deg)}
.pricingTable5 .pricingTable-header{padding:20px 20px 60px;text-align:left;position:relative}
.pricingTable5 .title{font-size:30px;font-weight:600;color:#fff;text-transform:uppercase;margin:0}
.pricingTable5 .sub-title{display:block;font-size:16px;color:#fff;text-transform:uppercase}
.pricingTable5 .value,.pricingTable5 .year{color:var(--pricingTable-yellow);background:#fff}
.pricingTable5 .year{width:80px;height:55px;padding:7px 0;font-size:15px;font-weight:600;font-style:italic;text-align:center;position:absolute;top:30px;right:20px;z-index:1}
.pricingTable5 .year:after,.pricingTable5 .year:before{width:57px;height:57px;background:#fff;position:absolute;top:-28px;z-index:-1}
.pricingTable5 .year:after{top:auto;bottom:-28px}
.pricingTable5 .price-value{display:inline-block;width:170px;height:auto;padding:15px;border:2px solid var(--pricingTable-yellow);border-top:none;border-bottom:none;position:relative} /* .price-value height: 110px; */
.pricingTable5 .price-value:after,.pricingTable5 .price-value:before{width:121px;height:121px;border:3px solid var(--pricingTable-yellow);border-right:none;border-bottom:none;position:absolute;top:-60px}
.pricingTable5 .price-value:after{border-top:none;border-left:none;border-bottom:3px solid var(--pricingTable-yellow);border-right:3px solid var(--pricingTable-yellow);top:auto;bottom:-60px}
.pricingTable5 .value{width:100%;height:100%;border:2px solid var(--pricingTable-yellow);border-top:none;border-bottom:none;z-index:1;position:relative}
.pricingTable5 .value:after,.pricingTable5 .value:before{width:97px;height:97px;background:#fff;border:3px solid var(--pricingTable-yellow);border-bottom:none;border-right:none;position:absolute;top:-48px;z-index:-1}
.pricingTable5 .value:after{border-right:3px solid var(--pricingTable-yellow);border-bottom:3px solid var(--pricingTable-yellow);border-top:none;border-left:none;top:auto;bottom:-48px}
.pricingTable5 .currency{display:inline-block;font-size:30px;margin-top:7px;vertical-align:top}
.pricingTable5 .amount{display:inline-block;font-size:40px;font-weight:600;line-height:65px}
.pricingTable5 .amount span{display:inline-block;font-size:30px;font-weight:400;vertical-align:top;margin-top:-7px}
.pricingTable5 .month{display:block;font-size:16px;line-height:0}
.pricingTable5 .pricing-content{padding:50px 0 0 80px;margin-bottom:20px;list-style:none;text-align:left;transition:all .3s ease 0s}
.pricingTable5 .pricing-content li{padding:7px 0;font-size:16px;color:grey;position:relative}

.pricingTable5 .pricingTable-signup{display:inline-block;width:60%;height:50px;line-height:50px;font-size:22px;font-weight:700;color:var(--pricingTable-yellow);text-transform:uppercase;border:2px solid var(--pricingTable-yellow);margin:0 auto 10px;position:relative;transition:all .3s ease 0s; text-decoration: none;}
.pricingTable5.purple .price-value:before,.pricingTable5.purple .value:before{border-left-color:var(--pricingTable-purple);border-top-color:var(--pricingTable-purple)}
.pricingTable5.purple .price-value,.pricingTable5.purple .price-value:after,.pricingTable5.purple .value,.pricingTable5.purple .value:after{border-right-color:var(--pricingTable-purple)}
.pricingTable5.purple,.pricingTable5.purple .price-value:after,.pricingTable5.purple .value:after{border-bottom-color:var(--pricingTable-purple)}
.pricingTable5 .pricingTable-signup:hover{background:var(--pricingTable-yellow);color:#fff}
.pricingTable5.purple .value,.pricingTable5.purple .year{color:var(--pricingTable-purple)}
.pricingTable5.purple:before{background:var(--pricingTable-purple)}
.pricingTable5.purple .price-value{border-left-color:var(--pricingTable-purple)}
.pricingTable5.purple .value{border-left-color:var(--pricingTable-purple)}
.pricingTable5.purple .pricingTable-signup{color:var(--pricingTable-purple);border-color:var(--pricingTable-purple)}
.pricingTable5.blue .price-value:before,.pricingTable5.blue .value:before{border-left-color:var(--pricingTable-blue);border-top-color:var(--pricingTable-blue)}
.pricingTable5.blue .price-value,.pricingTable5.blue .price-value:after,.pricingTable5.blue .value,.pricingTable5.blue .value:after{border-right-color:var(--pricingTable-blue)}
.pricingTable5.blue,.pricingTable5.blue .price-value:after,.pricingTable5.blue .value:after{border-bottom-color:var(--pricingTable-blue)}
.pricingTable5.purple .pricingTable-signup:hover{color:#fff;background:var(--pricingTable-purple)}
.pricingTable5.blue .value,.pricingTable5.blue .year{color:var(--pricingTable-blue)}
.pricingTable5.blue:before{background:var(--pricingTable-blue)}
.pricingTable5.blue .price-value{border-left-color:var(--pricingTable-blue)}
.pricingTable5.blue .value{border-left-color:var(--pricingTable-blue)}
.pricingTable5.blue .pricingTable-signup{color:var(--pricingTable-blue);border-color:var(--pricingTable-blue)}
.pricingTable5.blue .pricingTable-signup:hover{color:#fff;background:var(--pricingTable-blue)}
@media only screen and (max-width:990px){.pricingTable5{margin-bottom:30px}
}
@media only screen and (max-width:767px){.pricingTable5:before{transform:skewY(-15deg)}
.pricingTable5 .title{font-size:22px}
}

.pricingTable5 .pricing-content li span {width:25px;height:25px;line-height:25px;border-radius:50%;text-align:center;color:#333;position:absolute;left:-50px; font-weight: bold;}

.pricingTable5 .pricing-content li span .fa-check-circle {
	color: #98c458;
}
.pricingTable5 .pricing-content li span .fa-times-circle {
	color: #fe6c6c;
}
.pricingTable5 .pricing-content li span .fa-infinity {
	color: #14458e;
}
.demo4 h1 {
	font-size:36px;
	text-align: center;	
	margin-bottom: 15px;
}
.pricingTable5.purple .popular-plan {
    width: 83%;
    height: 30px;
    background: yellow;
    position: absolute;
    right: -110px;
    transform: rotate(45deg);
    padding-left: 37px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 18px;
}
.contact-whatsapp {
    width: 45px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 1s infinite;
    background: #fff;
    padding: 1px;
    border-radius: 50%;
}
.call-btn-fixed {
    width: 50px;
    position: fixed;
    right: 15px;
    bottom: 120px;
    z-index: 9999;
    display: inline-block;
}
.location-list {padding:20px 0;}
.location-list ul {column-count: 3;}
.location-list ul li a {
    font-size: 16px;
    background: #912a84;
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 4px 10px;
}
.location-list ul li a:hover {
	background-color:#272727;
}
.service-details .services-list li {
    font-size: 16px;
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
}
.service-details .services-list li a {color:#333;}

.property-item {
    /*display: flex;*/
}
.property-item img {
    width: 100%;
    height:220px;
    object-fit:contain;
}
a.service-btn {
    padding: 6px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.mobile-review {
    position: relative;
}
.mobile-review .mobile-image {
    height: 530px;
    width: 90% !important;
    margin: auto;
}
.mobile-review .review-text {
    position: absolute;
    top: 85px;
    width: 220px;
    left: 70px;
    text-align: justify;
}
.mobile-review .review-text img {
    height: 55px !important;
    margin: 20px auto;
    width: auto !important;
}

/*=========== NEW WORK PROCESS ===========*/

.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #912a84;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #912a84;
    box-shadow: 0 0 0px 4px #25232c;
    margin: auto 0;
    position: absolute;
    bottom: 49px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 155px;
    width: 11px;
    background: #25232c;
    display: inline-grid;
    transform: rotate(34deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #912a84;
    box-shadow: 0 0 0px 4px #25232c;
    margin: auto 0;
    position: absolute;
    bottom: 64px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 165px;
    width: 11px;
    background: #25232c;
    display: inline-grid;
    transform: rotate(-32deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
    color:#fff;
}
.process-step h2{
    margin-top:10px !important;
    font-size: 36px;
    color:#fff;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #620b57;
    border-left: 8px solid #04889800;
    border-right: 8px solid #620b57;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #620b57;
    border-left: 8px solid #620b57;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 67px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 77px;
    z-index: 9;
}

/*======== WHY YOU CHOOSE US =================*/

.new-why-choose .extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.new-why-choose .extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #922b85;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.new-why-choose .extra-text span {
    font-weight: 700;
    color:#922b85;
}
.new-why-choose .item {
    background: #fff;
    text-align: center;
    padding: 12px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.new-why-choose .item:hover{
    background:#922b85;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.new-why-choose .item:hover .item, .new-why-choose .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    color:#922b85;
}
.new-why-choose .item:hover h6, .new-why-choose .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.new-why-choose .item .icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    display: inline-block;
    background: #922b85;
}
.new-why-choose .item p{
    font-size:15px;
    line-height:26px;
}
.new-why-choose .item h6 {
    margin-bottom:10px;
    color:#2f2f2f;
}
.new-why-choose .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.new-why-choose .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #922b85;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.new-why-choose .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.new-why-choose .skills {
    padding-top:0px;
}
.new-why-choose .skills .prog-item {
    margin-bottom: 25px;
}
.new-why-choose .skills .prog-item:last-child {
    margin-bottom: 0;
}
.new-why-choose .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.new-why-choose .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.new-why-choose .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #922b85;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.new-why-choose .skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
.process-box h5 {
    font-weight: bold;
    color: #912a84;
}
.home-inline-form {
    padding: 20px 0;
    background: linear-gradient(45deg, #912a84, #ffa500);
}
.home-inline-form label, .home-inline-form h2 {color:#fff;}
.home-inline-form .side-person {
    height: 200px;
    margin-top: -90px;
    margin-left: -80px;
    position: absolute;
}
@keyframes track_heading {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

.welcome-content {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    position: absolute;
    left: 70px;
    top: 0;
}
.welcome-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #578f11 !important;
}
.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*media query*/

@media (max-width:767px) {
    .property-item {display:block;}
    .property-item img {
        width: 300px;
    }
    .work-process .row {
        margin-bottom: 25px;
    }
    .process-step {padding-bottom:10px;}
    .mobile-none {display:none;}
}

.hidden-box {display:none;visibility:hidden;}

