:root{
	--main-color: #1657CB;
	--optional-color: #00B9FF;
	--white-color: #ffffff;
	--black-color: #141414;
	--paragraph-color: #646464;
	--gradient-color: linear-gradient(to top, #00b9ff, #00c7ff, #00d4fc, #00e0f5, #0cebeb);
	--transition: .6s;
}
/*Preloader css ------------------------*/
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99991;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/preloader-img.svg') no-repeat center center;
}
/*Preloader end -----------------------*/
#homepage-one .main-slider .item {
	height: 100%;
	position: relative;
}
#homepage-one .main-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#homepage-one .main-slider .item .cover {
	padding: 45px 0;
	position: absolute;
	width: 540px;
	height: 100%;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: end;
}
#homepage-one .main-slider .item .cover .header-content {
	position: relative;
	padding: 25px;
	overflow: hidden;
	background: rgba(0,0,0,.2);
}
#homepage-one .main-slider .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 5px solid rgb(255 255 255 / 50%);
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 70% 0, 45% 100%, 0 100%);
}
#homepage-one .main-slider .item .cover .header-content h2 {
	font-size: 30px;
	color: #fff;
}
#homepage-one .main-slider .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}
#homepage-one .main-slider .item .cover .header-content h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #eee;
	margin: 0;
}
#homepage-one .main-slider .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
#homepage-one .main-slider .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
#homepage-one .main-slider .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#homepage-one .main-slider .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
#homepage-one .main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}
#homepage-one .main-slider .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
}
#homepage-one .main-slider .owl-nav .owl-prev:focus {
	outline: 0;
}
#homepage-one .main-slider .owl-nav .owl-prev:hover {
	background: #000 !important;
}
#homepage-one .main-slider .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}
#homepage-one .main-slider .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
}
#homepage-one .main-slider .owl-nav .owl-next:focus {
	outline: 0;
}
#homepage-one .main-slider .owl-nav .owl-next:hover {
	background: #000 !important;
}
#homepage-one .main-slider:hover .owl-prev {
	left: 0px;
	opacity: 1;
}
#homepage-one .main-slider:hover .owl-next {
	right: 0px;
	opacity: 1;
}
.main-slider {
	margin-top: 64px;
	margin-bottom: 0 !important;
}
.ps-site-stats .ps-section__mission h3 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
}
.ps-site-stats .ps-section__intro{
	border-bottom: 0;
}
.ps-title{
	position: relative;
	color: #79634e;
	font-size: 36px;
}
.ps-title-border {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #79634e;
	font-size: 36px;
}
.ps-title-border:before {
	content: '';
	bottom: 0;
	position: absolute;
	left: 0;
	height: 2px;
	width: 200px;
	border-bottom: 1px solid var(--color-border);
}
.ps-title-border:after {
	content: '';
	bottom: 5px;
	position: absolute;
	left: 0;
	height: 2px;
	width: 200px;
	border-bottom: 1px solid var(--color-border);
}
.stats {
	/*text-align: center;*/
	font-size: 35px;
	font-weight: 700;
}

.stats i {
	font-size: 60px;
}
.icon-green{
	color: #77f400;
}
.icon-blue{
	color: #3eb8cd;
}
.icon-grey{
	color: #819593;
}
.icon-red{
	color: #d33d00;
}
.stats .counting {
	font-weight: 500;
	font-size: 45px;
	line-height: 68px;
}
.stats .ps-block__left {
	/*margin-right: 40px;*/
	width: 64px;
}
.stats .ps-block__right{
	text-align: left;
	padding-left: 25px;
}
.max-w100{
	width: 180px;
}
.ps-btn.max-w100 i {
	margin-left: 16px;
}
.page-title {
	max-width: 600px;
	padding: 30px 0;
	position: relative;
	display: block;
}
.page-title .ps-page__heading, .page-title .breadcrumb li a{
	color: #fff;
}
.page-title .breadcrumb li:before {
	content: '/';
	margin: 0 10px;
	color: #fff;
}
.stats .ps-block__left .stats-icon {
	width: 64px;
	display: block;
	height: 64px;
}
.ps-site-stats.with-bg.bg--cover {
	padding-bottom: 50px !important;
}
.section__desc p {
	font-size: 18px;
	line-height: 1.6;
}
.csr-content p{
	font-size: 18px !important;
	line-height: 1.6 !important;
}
.ps-footer--default .ps-footer__copyright {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ps-footer-heading {
	font-size: 24px;
	color: #fff;
}
.ps-footer-black{
	background: #000;
}
.contact-intro {
	text-transform: uppercase;
	color: #020101;
	max-width: 820px;
	margin: auto;
	padding-bottom: 30px;
}
.contact-intro h2{
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 0;
	color: #79634e;
}
.contact-intro h3{
	font-weight: 400;
	font-size: 28px;
	color: #020101;
}
.contact-intro p {
	font-weight: 400;
	color: #020101;
	line-height: 3rem;
	font-size: 14px;
}
.ptb-90{
	padding: 90px 0;
}
.contact-info h4 {
	font-size: 22px;
}
.contact-info p {
	font-size: 17px;
	color: #000;
}
.img-flot-top {
	position: absolute;
	max-height: 400px;
	bottom: -50px;
	right: 15px;
}
.ps-com-profile{
	padding-bottom: 80px;
}
.md-img {
	max-height: 400px;
	display: block;
	padding: 15px;
	width: 400px;
	margin: auto;
	position: relative;
}
.md-img:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 15px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
/* Awards timeline -------------------*/
.timeline{
	position:relative;
	margin:0 auto;
	padding:40px 0;
	width:1000px;
	box-sizing:border-box;
}
.timeline:before{
	content:'';
	position:absolute;
	left:50%;
	width:2px;
	height:95%;
	background:#c5c5c5;
}
.timeline ul{
	padding:0;
	margin:0;
}
.timeline ul li{
	list-style:none;
	position:relative;
	width:50%;
	padding:20px 40px;
	box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
	float:left;
	/*text-align:right;*/
	clear:both;
}
.timeline ul li:nth-child(odd) h3{
	text-align:center;
}
.timeline ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
}
.timeline .content {
	background: #fff;
	border-top: 0;
	max-width: 375px;
	box-shadow: 0 0 10px 5px #efefef;
	margin: auto;
}
.timeline .content img {
	max-height: 270px;
	margin: auto;
	display: block;
}
.timeline .content p {
	font-size: 18px;
	padding: 14px;
	text-align: center;
	color: #000;
	background: #f8f9fa;
}
.timeline ul li:nth-child(odd):before
{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:40px;
	right:-6px;
	background:rgb(211 61 0);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:40px;
	left:-4px;
	background:rgb(211 61 0);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.timeline ul li .time h4{
	margin:0;
	padding:0;
	font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
	position:absolute;
	top:12px;
	right:-165px;
	margin:0;
	padding:8px 16px;
	background:rgba(233,33,99,1);
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline ul li:nth-child(even) .time
{
	position:absolute;
	top:12px;
	left:-165px;
	margin:0;
	padding:8px 16px;
	background:rgba(233,33,99,1);
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline .content h3 {
	display: block;
	margin: 0;
	padding: 10px 15px;
	background: #79634e;
	color: #fff;
	font-size: 26px;
	text-align: center;
	/*border-top-right-radius: 15px;*/
	/*border-top-left-radius: 15px;*/
}
.timeline ul li:nth-child(even) h3:before{
	position: absolute;
	border-right-width: 15px;
	border-right-style: solid;
	right: 99%;
	content: "";
	width: 0;
	height: 0;
	border-color: #79634e;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

}
.timeline ul li:nth-child(odd) h3:before{
	position: absolute;
	border-left-width: 15px;
	border-left-style: solid;
	left: 99%;
	content: "";
	width: 0;
	height: 0;
	border-color: #79634e;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

}
/* Our Team ----------------*/
.team3 h5{
	margin-bottom: 0;
	line-height: 1.4em;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-heading);
}
.team3 .font-weight-medium {
	font-weight: 500;
}

.team3 .bg-light {
	background-color: #f4f8fa !important;
}

.team3 .subtitle {
	color: #79634e;
	line-height: 24px;
	font-size: 16px;
}

.team3 ul {
	margin-top: 10px;
}

.team3 h5 {
	line-height: 30px;
	font-size: 24px;
}

.team3 ul li a {
	color: #d33d00;
	font-size: 18px;
	padding-right: 15px;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}

.team3 ul li a:hover {
	-webkit-transform: translate3d(0px, -5px, 0px);
	transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}
.team3 .team3-card {
	box-shadow: 0 0 10px #e9ecef;
	background: #fff;
	transition: ease-in-out 5ms;
}
.team3 .team3-card:hover{
	box-shadow: 0px 5px 10px 6px #e9ecef
}
.team3 .title {
	margin: 30px 0 0 0;
}
.team3 .team3-card img {
	object-fit: cover;
	height: 100%;
}
.team3 .subtitle {
	margin: 7px 0 15px 0;
	font-size: 18px;
}
.team3 .team3-card p {
	font-size: 18px;
	max-height: 86px;
	overflow: hidden;
}
.team3-detail {
	padding: 20px 20px 45px;
	position: relative;
	height: 100%;
}
.team3-detail ul {
	position: absolute;
	bottom: 0;
	left: 20px;
}
.team-message {
	background: #f8f9fa;
	padding: 20px 30px;
	position: relative;
}
.team-message .team-message-description {
	max-width: 1000px;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 17px;
	margin-top: -80px;
	background: rgba(256,256,256,.9);
	padding: 20px;
	position: relative;
}
.team-message .team-message-description:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 5px solid rgb(121 99 78);
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.header--one.header--center {
	background: rgb(255 255 255 / 78%);
	box-shadow: 1px 1px rgb(204 204 204 / 25%);
	transition: ease-in .5s;
}
.header--fixed.header--sticky{
	background: #fff;
}
.menu--desktop > li > a{
	/*font-size: 18px;*/
}
.highlights-inner-block h3 {
	padding: 1rem 1.5rem;
	background: #79634e;
	color: #fff;
	font-size: 20px;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}
.highlights-inner-block {
	border-radius: 4px;
	overflow: hidden;
}
.ps-project--grid {
	border: none;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	margin: 5px;
}
.ps-project__badge.featured {
	background-color: #d33d00;
}
.col-project-spec {
	min-height: 60px;
}
.service-item:last-child {
	margin-bottom: 0;
}
.col-project-spec .service-item h4 {
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 12px;
	padding: 0 10px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	padding-left: 30px;
}
.col-project-spec .service-item h4 i{
	position: absolute;
	left: 0;
	top: 3px;
}
.main-inner {
	position: relative;
	z-index: 1;
	min-height: 0;
	padding: 50vmin 0 12vmin;
}
.main-header {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: right;
}
.main-header h1 {
	color: #fff;
	margin: 0;
	margin-right: -10px;
	font-size: 62px;
	font-weight: 600;
	letter-spacing: 8px;
	text-transform: uppercase
}
.project-title-info {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 1em;
	margin-left: -1.8em;
}
.main-header {
	padding-left: 0;
}
.vertical-panel-content-about {
	position: absolute;
	width: 19.735vmin;
	left: 0;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
}
.social-list-about{
	list-style: none;
	padding-left: 0;
}
.social-list-about li {
	margin-top: 1.8vmin;
}
.social-list-about .lnir {
	font-size: 3.4vmin;
	color: #adbdbc;
}
.project-info-item {
	color: #c5a47e;
}
.main-inner:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #171717;
	opacity: .6;
}
.main-banner-video{
	max-height: 700px;
	width: 100%;
	object-fit: cover;
}
.project-overview-list li:not(:last-child) {
	padding-bottom: 15px;
}
.project-overview-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.project-overview-list .list-icon i {
	color: #ff5e13;
}
.project-overview-list .list-text {
	padding-left: 10px;
	/*max-width: 290px;*/
}
.sub-heading-border {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #79634e;
	max-width: 200px;
	margin: 0 auto 15px;
	font-size: 20px;
	font-weight: 600;
	color: #79634e;
}
/*Calculator ---------------------*/
.range-data {
	max-width: 990px;
	margin: auto;
	display: block;
}
.calculator-wrapper .range-wrapper.tooltip-hide .rangeslider__value-bubble {
	display: none;
}
.calculator-wrapper .range-wrapper .rangeslider__value-bubble {
	background: #2d3035;
	border: none;
	bottom: 29px;
	color: #fff;
	display: none;
	font-size: .800em;
	height: 25px;
	border-radius: 5px;
	left: -15px !important;
	line-height: 23px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 52px;
}
.calculator-wrapper .range-wrapper .rangeslider {
	background: #cdd6dd;
	box-shadow: none;
}
.calculator-wrapper .range-wrapper .rangeslider.rangeslider--horizontal {
	height: 6px;
}
.calculator-wrapper .calculator-div .range-div {
	display: inline-block;
	position: relative;
	width: 35%;
	z-index: 1;
}
.calculator-wrapper .range-wrapper {
	margin: 0 0 55px;
	position: relative;
	width: 100%;
}
.calculator-wrapper .range-wrapper label {
	color: #00334e;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 20px;
	opacity: .5;
	text-transform: uppercase;
}
.calculator-wrapper .range-wrapper .rupees-icon {
	position: absolute;
	right: 98px;
	top: 0;
}
.calculator-wrapper .range-wrapper .js-amount-input {
	border: none;
	border-bottom: 1px solid #00334e;
	color: #00334e;
	display: inline-block;
	float: right;
	font-size: 1em;
	font-weight: 600;
	border-radius: 0;
	text-align: right;
	width: 106px;
	line-height: 20px;
}
.calculator-wrapper .range-wrapper.rupees-present .js-amount-input {
	padding-left: 12px;
}
.calculator-wrapper .range-wrapper.rupees-present .js-amount-input {
	width: 107px;
}
.rangeslider--horizontal .rangeslider__handle {
	top: -10px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}
.calculator-wrapper .range-wrapper .rangeslider .rangeslider__handle {
	background: #fff;
	border: solid 1.3px #c1c1c1;
	box-shadow: 0 7px 39px 0 rgb(0 0 0 / 15%);
	height: 25px;
	position: absolute;
	width: 25px;
}
.calculator-wrapper .range-wrapper .range-value .max {
	float: right;
}
.calculator-wrapper .range-wrapper .range-value {
	color: #000;
	margin: 7px 0 0;
	opacity: .5;
	position: relative;
	text-align: left;
}
.calculator-wrapper .range-wrapper .range-value {
	font-size: .85em;
	margin: 7px 0 0;
}
.calculator-wrapper .range-wrapper .range-value .rupees-icon {
	position: static;
}
.calculator-wrapper .range-wrapper .range-value .rupees-icon {
	font-size: 1.13em;
}
.calculator-wrapper .range-wrapper .rangeslider .rangeslider__handle {
	background: #fff;
	border: solid 1.3px #c1c1c1;
}
.rangeslider__handle:after{
	display: none;
}
.calculator-wrapper .range-wrapper .rangeslider .rangeslider__fill {
	background: #e22323;
}
.calculator-wrapper .calculator-div .pie-div {
	float: right;
	margin: 20px 0 0;
	position: relative;
	width: 48%;
	z-index: 0;
}
.calculator-wrapper .calculator-div .pie-div .pie-text {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label {
	margin: 0 0 30px;
	position: relative;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label label {
	color: #00334e;
	display: block;
	font-size: 1em;
	font-weight: 400;
	margin: 0 0 10px;
	line-height: 20px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .view-div {
	display: inline-block;
	position: relative;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label span.rupees-icon {
	display: inline-block;
	font-size: .8em;
	padding: 0;
	position: absolute;
	top: 27px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label.emi-monthly span {
	color: #79634e;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label.emi-monthly .rupees-icon {
	top: -6px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label.emi-monthly #emi-monthly {
	font-size: 2.5em;
	line-height: 20px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label span {
	color: #00334e;
	display: inline-block;
	font-size: 1.667em;
	font-weight: 700;
	padding: 0 0 0 8px;
	line-height: 20px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .pie-arrow {
	background: #f8d89f;
	display: inline-block;
	height: 1px;
	margin: 0 10px;
	position: absolute;
	top: 10px;
	width: 85px;
	z-index: 1;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .pie-arrow:before {
	background: url(https://www.hdfc.com/themes/custom/hdfc/images/pie-pattern-bg.jpg) center no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 12px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: -5px;
	width: 12px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .pie-arrow:after {
	background: inherit;
	content: "";
	display: inline-block;
	height: 1px;
	transform: rotate(30deg);
	position: absolute;
	right: -37px;
	top: 10px;
	width: 40px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .pie-arrow.red-pie {
	background: #c62827;
	width: 75px;
}
.calculator-wrapper .calculator-div .pie-div .pie-text .pie-label .pie-arrow.red-pie:after {
	right: -28px;
	top: 8px;
	width: 30px;
}
.calculator-wrapper .range-wrapper #tenure-text-value{
	width: 25px;
}
.calculator-wrapper .range-wrapper #interest-text-value{
	padding-right: 10px;
	width: 52px;
}
.calculator-wrapper .calculator-div .pie-div #pie-chart {
	display: inline-block;
	float: right;
	margin: -30px 0 0;
	max-width: 250px;
	width: 51%;
}
.emi-calculator {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	clear: both;
	padding: 30px 0 0;
	border-top: 3px solid #79634e;
	max-width: 1090px;
	margin: auto;
}
.max-width-1090{
	max-width: 1090px;
	margin: auto;
	clear: both;
}
.sectionTitle p.no-para {
	margin-left: 75px;
	font-size: 2.5rem;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}
.sectionTitle span.icon:before, .sectionTitle span.icon:after {
	border: 2px solid transparent;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	-webkit-animation: titleIconBox 1s 0.25s;
	animation: titleIconBox 1s 0.25s;
}
.sectionTitle span.icon:before {
	border-top-color: #79634e;
	border-right-color: #79634e;
	top: 0;
	right: 0;
}
.sectionTitle span.icon:after {
	border-bottom-color: #79634e;
	border-left-color: #79634e;
	bottom: 0;
	left: 0;
}
.sectionTitle span.icon {
	display: block;
	height: 56px;
	position: relative;
	width: 56px;
}
.sectionTitle span.icon {
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 56px;
}
.sectionTitle p span{
	color: #79634e;
	display: block;
}
.home-emi .content p {
	font-size: 18px;
}
.home-emi .content h4 {
	font-size: 1.3rem;
	font-weight: lighter;
}
.max-width-1000{
	max-width: 1000px;
	margin: auto;
	display: block;
	padding-bottom: 25px;
}.accordion {
	 margin-top: 40px;
 }
.accordion .card {
	border: none;
	margin-bottom: 20px;
}
.accordion .card h2 {
	background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	background-size: 20px;
	cursor: pointer;
	font-size: 18px;
}
.accordion .card h2.collapsed {
	background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
	padding-left: 0;
	padding-right: 0;
}
/* blogs slider --------------*/
.top-blog-slider .item {
	height: 100%;
	position: relative;
}
.top-blog-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-blog-slider .item .cover {
	padding: 45px 0;
	position: absolute;
	width: 540px;
	height: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: end;
}
.top-blog-slider .item .cover .header-content {
	position: relative;
	padding: 25px;
	overflow: hidden;
	background: rgba(0,0,0,.2);
}
.top-blog-slider .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 5px solid rgb(255 255 255 / 50%);
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 70% 0, 45% 100%, 0 100%);
}
.top-blog-slider .item .cover .header-content h2 {
	font-size: 30px;
	color: #fff;
}
.top-blog-slider .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}
.top-blog-slider .item .cover .header-content h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #eee;
	margin: 0;
}
.top-blog-slider .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
.top-blog-slider .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
.top-blog-slider .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.top-blog-slider .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
.top-blog-slider .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}
.top-blog-slider .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
}
.top-blog-slider .owl-nav .owl-prev:focus {
	outline: 0;
}
.top-blog-slider .owl-nav .owl-prev:hover {
	background: #000 !important;
}
.top-blog-slider .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}
.top-blog-slider .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
}
.top-blog-slider .owl-nav .owl-next:focus {
	outline: 0;
}
.top-blog-slider .owl-nav .owl-next:hover {
	background: #000 !important;
}
.top-blog-slider:hover .owl-prev {
	left: 0px;
	opacity: 1;
}
.top-blog-slider:hover .owl-next {
	right: 0px;
	opacity: 1;
}
.top-blog-slider .item .cover .header-content .ps-post__meta a, .top-blog-slider .item .cover .header-content .ps-post__meta span {
	color: #fff;
}
.awards-slider .content {
	position: relative;
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #cb865d;
	padding: 50px 30px;
	flex-direction: column;
}
.awards-slider .content .awards-img img {
	position: absolute;
	top: -130px;
	margin-bottom: -160px;
	width: 100px !important;
	left: 50%;
	margin-left: -50px;
	background: #fff;
}
.awards-slider .content p {
	font-size: 20px;
	color: #79634e;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 0;
}
.awards-slider .owl-stage-outer {
	padding-top: 130px !important;
}
.awards-slider .ps-carousel .owl-nav {
	top: 65%;
}
.awards-slider .ps-carousel .owl-nav {
	visibility: visible;
	opacity: 1;
}
.awards-slider .content h3 {
	width: auto;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	background: #819593;
	position: absolute;
	padding: 5px 20px;
	border-radius: 16px;
	bottom: 20px;
}
.awards-slider .owl-carousel .owl-nav button.owl-prev {
	margin-left: -56px;
}
.awards-slider .owl-carousel .owl-nav button.owl-next {
	margin-right: -56px;
}
.awards-slider .owl-carousel .owl-item {
	padding: 1px;
}
.awards-slider .ps-carousel .owl-nav .owl-next,.awards-slider .ps-carousel .owl-nav .owl-prev{
	background-color: #fff !important;
	border-radius: 50%;
	border: 1px solid #79634e;
	color: #79634e;
}
.awards-slider .ps-carousel .owl-nav .owl-next:hover,.awards-slider .ps-carousel .owl-nav .owl-prev:hover{
	background-color: #79634e !important;
	color: #fff;
}
.hero {
	position: relative;
}
.hero img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.hero .section-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.hero .section-content h2 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	margin: 0 0 50px;
	font-weight: 300;
}
.hero .section-content h2 strong {
	font-weight: 600;
	display: block;
	color: #fff;
}
.primary-btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	padding: 18px 35px;
	background: #d85926;
	border: 1px solid #d85926;
	border-radius: 5px;
	display: inline-block;
	transition: all .3s;
}
.featured .section-header {
	margin: 0 0 50px;
	text-align: center;
	overflow: hidden;
}
.featured .section-header h2 {
	font-size: 36px;
	color: #0d0d0d;
	margin: 0 0 20px;
	position: relative;
	font-weight: 400;
}
.featured .section-header h2:before {
	content: "";
	height: 2px;
	width: 100px;
	background: #d85926;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}
.featured .section-content img {
	margin: 0 0 25px;
}
.featured .section-content h3 {
	font-size: 24px;
	color: #0d0d0d;
	margin: 0 0 30px;
	font-weight: 400;
}
.featured .section-content p {
	font-size: 16px;
	line-height: 21px;
	color: #757575;
	margin: 0;
}
.single-job-list-card {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 15px;
	padding: 35px 30px 35px 30px;
	position: relative;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.single-job-list-card .job-information {
	position: relative;
	padding-left: 0;
	padding-right: 30px;
	margin-bottom: 15px;
}
.single-job-list-card .job-information h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-job-list-card .job-information h3 a{
	font-size: 20px;
	font-weight: 600;
}
.single-job-list-card .job-information span {
	font-size: 14px;
	color: var(--color-success);
	font-weight: 600;
}
.single-job-list-card .location-information {
	padding: 0;
	margin-bottom: 0;
}
.single-job-list-card .location-information li {
	list-style-type: none;
	margin-bottom: 12px;
	color: var(--paragraph-color);
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}
.single-job-list-card .location-information li:last-child {
	margin-bottom: 0;
}
.single-job-list-card .location-information li i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--main-color);
}
.single-job-list-card .job-btn {
	position: absolute;
	bottom: -30px;
	left: -45px;
	right: 0;
	text-align: center;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.default-btn {
	padding: 15px 70px 16px 25px;
	text-align: center;
	color: var(--white-color) !important;
	font-weight: 600;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border-radius: 8px;
	z-index: 0;
	background: var(--main-color);
	overflow: hidden;
	white-space: nowrap;
}
.default-btn i {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 40px;
	color: var(--white-color);
	border-radius: 8px;
	background: var(--gradient-color);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.single-job-list-card:hover .job-btn {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.job-list-search-box {
	margin-bottom: 30px;
}
.job-list-search-box h3 {
	font-size: 42px;
	margin-bottom: 30px;
}
.job-list-search-box .job-list-search-form {
	background-color: var(--white-color);
	-webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	border-radius: 5px;
	padding: 5px 92px 5px 15px;
	position: relative;
	z-index: 1;
	margin-left: 10px;
	margin-right: 15px;
}
.job-list-search-box .job-list-search-form .form-group .form-control:hover {
	-webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	background-color: var(--white-color);
	border: 1px solid var(--main-color);
}
.job-list-search-box .job-list-search-form .form-group {
	margin: 0;
	position: relative;
}
.job-list-search-box .job-list-search-form .form-group label {
	z-index: 9;
	display: block;
	margin-bottom: 0;
	position: absolute;
	left: 20px;
	color: var(--main-color);
	font-size: 20px;
	top: 24px;
	line-height: 1;
}
.job-list-search-box .job-list-search-form .form-group .form-control {
	height: 70px;
	display: inline-block;
	padding: 12px 15px 15px 50px;
	width: 100%;
	border: 1px solid #F9F9F9;
	background-color: #F9F9F9;
	border-radius: 5px;
	color: var(--paragraph-color);
	font-weight: 500;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	position: relative;
	z-index: 1;
}
.job-list-search-box .job-list-search-form .form-group .selectize-input {
	display: inline-block;
	padding: 22px 20px 22px 50px;
	width: 100%;
	border: 1px solid #F9F9F9;
	background-color: #F9F9F9;
	border-radius: 5px;
	color: var(--paragraph-color);
	font-weight: 500;
	overflow: inherit;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.job-list-search-box .job-list-search-form .form-group .selectize-input > * {
	line-height: 1.5 !important;
	text-align: start;
	font-size: 16px;
}
.job-list-search-box .job-list-search-form .form-group .selectize-input input {
	line-height: 1.5 !important;
	text-align: start;
}
.job-list-search-box .job-list-search-form .form-group .selectize-input:after {
	content: "\ecbf";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px !important;
	margin-top: 1px;
	font-size: 22px;
	width: unset;
	height: unset;
	border-style: unset;
	border-width: unset;
	border-color: #6f8ba4;
	font-family: "LineIconsPro Light";
}
.job-list-search-box .job-list-search-form .form-group .selectize-input:hover {
	-webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	background-color: var(--white-color);
	border: 1px solid var(--main-color);
}
.job-list-search-box .job-list-search-form .search-btn button {
	border: none;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 25px;
	text-align: center;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--main-color);
	color: var(--white-color);
	border-radius: 5px;
}
.job-list-search-box .job-list-search-form .search-btn {
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: end;
}
.job-list-search-box .job-list-search-form .row .col-lg-4 {
	padding-left: 2px;
	padding-right: 2px;
}
.career-from .form-control:focus{
	background: transparent;
}
.career-from input[type="file" i] {
	padding: 8px;
	position: relative;
}
.career-from input[type="file" i]:after {
	content: 'Resume';
	position: absolute;
	left: 5px;
	font-size: 16px;
	width: 90px;
	text-align: center;
	top: 11px;
	background: #efefef;
}
.contact-address .address-info {
	padding: 0;
	margin-bottom: 0;
	margin-right: 30px;
}
.contact-address .address-info li {
	border-radius: 5px;
	list-style-type: none;
	color: var(--paragraph-color);
	margin-bottom: 25px;
	position: relative;
	background-color: var(--white-color);
	-webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	padding: 30px 30px 30px 65px;
}
.contact-address .address-info li i {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 28px;
	background: var(--gradient-color);
	color: var(--white-color);
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
}
.contact-address .address-info li:last-child {
	margin-bottom: 0;
}
.page-banner-area {
	background-image: url(../img/bg/banner-4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	position: relative;
	z-index: 1;
}
.page-banner-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000000;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .30;
}
.page-banner-content {
	text-align: center;
}
.d-table {
	width: 100%;
	height: 100%;
}
.page-banner-content h2 {
	font-size: 80px;
	color: var(--white-color);
	font-weight: bold;
}
.d-table-cell {
	vertical-align: middle;
}
.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
	color: #fff;
	background-color: #6a5848;
}
.ps-project--grid:hover{
	/*box-shadow: 0 0 13px 10px #ddd;*/
}
.ps-project__review.withbox {
	padding: 25px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px #ddd;
	border-radius: 3px;
}
/*Projects*/
.ps-page-title.ps-alignment--center {
	text-align: center;
}
.ps-page-title {
	 height: 700px;
 }
.ps-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.ps-page-title .ps-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.ps-page-title .ps-m-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ps-page-title.ps-title--standard .ps-m-subtitle {
	color: #ffffff;
	font-size: 15px;
	background: #d33d00;
	letter-spacing: 4px;
	width: 730px;
	text-align: center;
	padding: 6px;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 100%;
	line-height: 18px;
}
.ps-m-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 2.3em;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: .15em;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* Project listing ------*/
.ps-project__name > a {
	font-size: inherit;
	color: #79634e;
	font-weight: 700;
	text-transform: uppercase;
}
.ps-project--grid .ps-project__address {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}
.ps-project--grid .ps-project__content {
	padding: 7px 16px;
	background-color: #f6f2e3;
	position: relative;
}
.ps-project__name {
	text-transform: uppercase;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	margin: 0;
	font-size: 22px;
	line-height: inherit;
}
.explore-btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}
.ps-project-listing.with-zoom .ps-carousel .owl-stage-outer,.ps-project-listing.with-zoom .ps-project--grid{
	overflow: visible;
}
.ps-project-listing.with-zoom .owl-carousel .owl-item{
	transition: ease-in .5s;
}
.ps-project-listing.with-zoom .owl-carousel .owl-item:hover{
	transform: scale(1.05);
	z-index: 9;
}
.bg-light-grey{
	background: rgb(173 189 188 / 25%);
}
.ps-project__information.ps-project__content.bg-light-grey {
	padding: 45px 30px;
	margin-bottom: 50px;
}
.ps-project__information.ps-project__content.bg-light-grey .section-content {
	margin: 0;
}
.project-img-2 {
	position: absolute;
	left: 40%;
	top: 20%;
	z-index: 2;
}
.download-brochure {
	padding: 0 24px;
	height: 48px;
	font-size: 16px;
	line-height: 20px;
	width: 280px;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	transition: all .4s ease;
	color: #ffffff;
	border: 1px solid transparent;
	background-color: var(--color-1st);
	position: relative;
}
.download-brochure:after {
	content: '';
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border: 1px solid rgba(255,255,255,.5);
}
.text-primary{
	color: var(--color-1st) !important;
}
.ps-project__overview-head{
	font-weight: 400;
	color: #544537;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.ps-project__overview-para {
	line-height: 1.8em;
	color: #000;
	margin-bottom: 15px;
}
ul.amenities-slide {
	padding: 0;
	margin: 0;
}
ul.amenities-slide li {
	float: left;
	width: 25%;
	display: block;
	line-height: 14px;
	position: relative;
}
ul.amenities-slide li a {
	display: block;
	line-height: 14px;
}
ul.amenities-slide li img {
	display: block;
}
.half-slider span {
	color: #000;
	font-size: 10px;
	float: right;
	font-weight: 600;
	display: inline-block;
	padding-right: 10px;
}
.half-slider {
	position: relative;
	padding-bottom: 0px;
}
.section {
	float: left;
	width: 100%;
}
.amenities {
	text-align: center;
	margin-bottom: 30px;
}
.ameicon i {
	background: var(--color-1st) !important;
	width: 70px;
	height: 70px;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	border: none;
	transition: ease all 0.5s;
}
.amenities p {
	margin-bottom: 0;
	height: 60px;
	text-transform: uppercase;
	line-height: 1.45em;
	font-weight: 500;
	letter-spacing: .1em;
}
.commercial .amenities p {
	font-size: 15px;
}
.ameicon i::before {
	line-height: 70px !important;
}
.ameicon {
	padding: 0 !important;
}
.ps-block--service .ps-block__image img{
	width: auto !important;
}
#carousel-project-amenities .owl-nav .owl-next, #carousel-project-amenities .owl-nav .owl-prev {
	background-color: transparent !important;
	border-radius: 50%;
	position: relative;
	border: 1px solid var(--color-1st);
}
#carousel-project-amenities .owl-nav i{
	color: var(--color-1st)
}
#carousel-project-amenities .owl-nav{
	opacity: 1;
	visibility:visible;
}
#carousel-project-amenities .owl-nav .owl-next:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	left: -20px;
	background: var(--color-1st);
}
#carousel-project-amenities .owl-nav .owl-prev:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	right: -18px;
	background: var(--color-1st);
}
.ps-block--project-nearby .ps-block__item {
	display: grid;
	grid-template-columns: 1fr 74px;
	grid-column-gap: 20px;
	margin-bottom: 20px;
}
.ps-project--detail .ps-project__nearby .row .col-md-3{
	border-right: 1px solid #c2c1c1
}
.ps-project--detail .ps-project__nearby .row .col-md-3:last-child {
	border-right: 0px;
}
.ps-block--project-nearby .ps-block__heading {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ps-block--project-nearby .ps-block__heading i {
	margin-right: 5px;
}
/* Tab css*/
.nav-item .nav-link,
.nav-tabs .nav-link {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
[data-toggle="collapse"][data-parent="#accordion"] i {
	-webkit-transition: transform 150ms ease 0s;
	-moz-transition: transform 150ms ease 0s;
	-o-transition: transform 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@-webkit-keyframes nc-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

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

@-moz-keyframes nc-icon-spin {
	0% {
		-moz-transform: rotate(0deg);
	}

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

@keyframes nc-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

.now-ui-icons.objects_umbrella-13:before {
	content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
	content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
	content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
	content: "\ea4b";
}

.nav-tabs {
	border: 0;
	padding: 15px 0;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
	box-shadow: 0px 0px 10px 2px rgb(121 99 78 / 42%)
}

.card .nav-tabs {
	border-top-right-radius: 0.1875rem;
	border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
	color: #79634e;
	margin: 0;
	margin-right: 10px;
	background-color: transparent;
	font-size: 16px;
	padding: 11px 23px;
	line-height: 1.5;
	text-transform: uppercase;
	border: 1px solid #79634e;
	border-radius: 30px;
	font-weight: 600;
}

.nav-tabs>.nav-item>.nav-link:hover {
	background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
	background-color: #79634e;
	border-radius: 30px;
	color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
	color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
}
.nav-tabs>.nav-item:last-child >.nav-link:last-child {
	margin-right: 0;
}
.ps-section__mission {
	background: rgb(121 99 78 / 60%);
	padding: 35px 45px;
}
.ps-section__desc p {
	color: #000;
}
.awards-btn {
	border: 1px solid transparent;
	background: #79634e;
	color: #fff;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 20px;
	margin-top: 10px;
	letter-spacing: 1px;
}
/* Award popup --------------*/
.award-content {
	padding: 20px;
	background: #79634e;
}
#awards-achievements .close {
	position: absolute;
	right: -25px;
	color: #fff;
	opacity: 1;
	font-size: 30px;
	top: -25px;
}
.award-content h4,.award-content p{
	color: #fff;
	margin-bottom: 0;
}
.award-content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.max-height-award{
	max-height: 499px;
	opacity: 0;
	transition: 0.2s;
}
/* contact us css ---------------*/
.contact-section .content-box {
	position: relative;
	top: 40px;
	padding: 0;
	padding-right: 420px;
	background: #79634e;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
}
.contact-section .form-box {
	position: relative;
	padding: 45px 60px 45px;
	background: #79634e;
	color: #fff;
}
.contact-section .content-box .image-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 420px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-section .content-box .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.30);
}
.contact-section .ps-form label{
	color: #dce2e2;
}
.contact-section .form-control{
	color: #fff;
}
.contact-section .form-control:focus{
	background: transparent;
}
.contact-section .ps-btn, button.ps-btn{
	background-color: #829795;
}
.contact-section .ps-form--contact-us .ps-form__top {
	padding-bottom: 35px;
}
.contact-section .ps-form--contact-us .ps-form__top h2{
	color: var(--white-color);
}
.contact-address .address-info {
	padding: 0;
	margin-bottom: 0;
	margin-right: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	align-items: start;
}
.contact-address .address-info li h4 {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-bottom: 10px;
}
.contact-address .address-info li h4:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100px;
	background: #79634e;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contact-address .address-info li a {
	font-size: 18px;
}
.contact-address .address-info li {
	height: 170px;
	display: grid;
	padding: 30px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	align-items: center;
	align-content: center;
	position: relative;
}
.contact-address .address-info li:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #d33d00;
}
.contact-address .address-info li span {
	color: #79634e;
}
/*Testimonial css ------------------- */
.testimonial-card {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 45px;
	display: block;
}
.testimonial-card .testimonial-inner {
	grid-template-columns: 0.8fr 1fr;
	display: grid;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.testimonial-card:nth-child(even) .testimonial-inner {
	grid-template-columns: 1fr 0.8fr;
	display: grid;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.testimonial-content {
	padding: 60px 40px 45px 60px;
	box-shadow: 0 4px 24px 0 #eee;
	background-color: rgb(173 189 188 / 25%);
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0), rgb(173 189 188 / 30%));
	border-radius: 10px;
	margin-right: -10px;
}
.testimonial-card:nth-child(even) .testimonial-content {
	margin-left: -10px;
}
.testimonial-content span.quotemark {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	z-index: -1;
	font-family: Helvetica, serif;
	font-size: 96px;
	line-height: 100%;
	margin-right: -6px;
}
.testimonial-content span.quotemark.begin:before {
	content: '“';
	font-size: 170px;
	position: absolute;
	left: -42px;
	top: -32px;
	opacity: 0.2;
}
.testimonial-content span.quotemark.end:before {
	content: '”';
	position: absolute;
	font-size: 82px;
	right: -30px;
	top: -37px;
	opacity: 0.2;
}
.testimonial-video {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.testimonial-video .testi-date {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	background: rgb(121 99 78 / 80%);
	padding: 4px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
}
.testi-project {
	color: #79634e;
	font-size: 20px;
	margin: 7px 0;
}
.testi-user {
	font-weight: 600;
	margin-bottom: 7px;
}
.testimonial-card {
	margin-bottom: 45px;
}
.plyr--video .plyr__controls {
	opacity: 0;
}
.plyr--video:hover .plyr__controls {
	opacity: 1;
}
.grid {
	max-width: 1200px;
	margin: auto;
	display: block;
}
.filter-button-group {
	text-align: center;
	display: block;
	max-width: 1200px;
	margin: auto;
}
.filter-button-group .button {
	border: 1px solid transparent;
	line-height: 30px;
	background-color: #819593;
	padding: 3px 15px;
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.filter-button-group .button.is-checked {
	border: 1px solid transparent;
	background-color: #79634e;
}
.testimonial-category {
	max-width: 800px;
	margin: auto;
	display: block;
	position: relative;
	background: #fff;
	padding: 30px 20px;
	margin-bottom: 0;
	top: -70px;
	z-index: 1;
}
/* CSR page css ---------*/
.csr-bg {
	background-image: url(../img/csr/csr-banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 380px;
	position: relative;
	z-index: 1;
}
.csr-bg::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000000;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .50;
}
.csr-bg .page-banner-content {
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.csr-bg .page-banner-content h2 {
	color: var(--white-color);
	font-weight: normal;
	font-size: 6.4rem;
	line-height: 1.1875;
}
.csr-bg .page-banner-content p {
	font-size: 1.8rem;
	line-height: 1.44;
	color: var(--white-color);
	margin-bottom: .833em;
	position: relative;
}
.csr-bg .page-banner-content p::after {
	content: '';
	position: absolute;
	bottom: -15px;
	height: 4px;
	width: 500px;
	background: #d33d00;
	margin: auto;
	transform: translate(50%,-50%);
	right: 50%;
}
.bg-pattern{
	position: relative;
}
.bg-pattern:before {
	content: '';
	position: absolute;
	background-image: url(../img/csr/csr-bg-img.jpg);
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
	top: 0;
	opacity: 0.1;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-pattern:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;opacity: 0.02;
	background-color: #e5e5f7;
	/*background: radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#79634e 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #79634e 2px, #e5e5f7 2px) -1px 0;*/
	/*background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;*/
	background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
	background-size: 10px 10px;
}
@media(max-width:1360px)
{
	.ps-page-title {
		height: 550px;
	}
}
@media(max-width:1000px)
{
	.timeline{
		width:100%;
	}
	.ps-page-title {
		height: 550px;
	}
}
@media(max-width:767px){
	.timeline{
		width:100%;
		padding-bottom:0;
	}
	h1{
		font-size:40px;
		text-align:center;
	}
	.timeline:before{
		left:20px;
		height:100%;
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even)
	{
		width:100%;
		text-align:left;
		padding-left:50px;
		padding-bottom:50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before
	{
		top:-18px;
		left:16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
		top:-30px;
		left:50px;
		right:inherit;
	}
}
/* Awards timeline end ----------------*/
@media screen and (min-width: 1024px){
	.ps-project--detail .ps-project__header {
		display: grid;
		padding-bottom: 40px;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 40px;
		grid-template-columns: none;
	}
	#homepage-one .ps-site-stats {
		top: 0;
		margin-bottom: 0;
		padding-top: 90px;
		padding-bottom: 90px;
		border-radius: 0;
	}
	#homepage-one .ps-site-stats {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.ps-site-stats .ps-section__intro {
		grid-template-columns: 1fr 0;
		grid-gap: 0;
		padding-bottom: 60px;
		margin-bottom: 0;
	}
	.ps-site-stats .ps-section__content {
		grid-template-columns: 1fr 2fr;
		grid-gap: 48px;
		align-items: center;
		background: rgb(173 189 188 / 25%);
		/*padding: 25px 45px;*/
		margin: 0;
	}
	.ps-site-stats .ps-section__desc p {
		max-width: 100%;
		margin-bottom: 18px;
	}
	.ps-page--blog .ps-page__header {
		padding-bottom: 70px;
		padding-top: 70px;
		margin-bottom: 70px;
	}
	.ps-footer--default .ps-footer__top {
		grid-template-columns: 7fr 3fr;
		grid-gap: 30px;
		padding-top: 45px;
		padding-bottom: 35px;
	}
	.timeline ul li:nth-child(even) {
		clear: none;
		margin-top: 100px;
	}
	.ps-page--post-single{
		padding-top: 100px;
		background: #f8f9fa;
	}
	.ps-page--inner {
		padding-top: 64px;
	}
	.ps-page--inner .breadcrumb {
		margin-bottom: 5px;
	}
	.header--sticky{
		padding: 0;
	}
	.ps-form--project-schedule-tour {
		/*padding: 20px;*/
		border: 1px solid rgb(255 255 255 / 10%);
		background: #fff;
		box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
	}
	.ps-form--project-schedule-tour .ps-form__bottom {
		padding-top: 35px;
	}
}
@media screen and (min-width: 1366px){
	#homepage-one > * {
		margin-bottom: 90px;
	}
	.header--one.header--center .header__wrapper {
		background: transparent !important;
	}
}
@media screen and (min-width: 1440px){
	.header--one.header--center .header__wrapper {
		padding-top: 10px;
		background: transparent;
		padding-bottom: 10px;
	}
	.header--one .header__wrapper {
		display: grid;
		grid-template-columns: auto;
		/* border-bottom: 1px solid var(--color-border); */
		padding: 10px 0;
	}
	.ps-site-stats .ps-section__mission h3 {
		font-size: 32px;
	}
	.ps-site-stats .ps-section__intro {
		grid-template-columns: 1fr 0;
		grid-gap: 0;
		padding-bottom: 60px;
		margin-bottom: 0;
	}
	.ps-site-stats .ps-section__content {
		grid-template-columns: 1fr 2fr;
		grid-gap: 48px;
		align-items: center;
		background: rgb(173 189 188 / 25%);
		/*padding: 35px 45px;*/
		margin: 0;
	}
}
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
}
.scroll-btn > * {
	display: block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.arrows {
	width: 60px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 5px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
.ps-page-title.ps-title--standard a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	max-width: 140px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
}
.scrtabs-tab-container {
	height: 42px;
}
.scrtabs-tab-container * {
	box-sizing: border-box;
}
.scrtabs-tab-container .tab-content {
	clear: left;
}

.scrtabs-tabs-fixed-container {
	float: left;
	height: 42px;
	overflow: hidden;
	width: 100%;
}

.scrtabs-tabs-movable-container {
	position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
	display: none;
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
	border: 1px solid #dddddd;
	border-top: none;
	color: #428bca;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 12px;
	height: 42px;
	margin-bottom: -1px;
	padding-left: 2px;
	padding-top: 13px;
	width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
	background-color: #eeeeee;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable {
	color: #ddd;
	cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
	white-space: nowrap;
}
.project-update-slide {
	position: relative;
	display: block;
}
.project-update-slide .project-update-caption {
	position: absolute;
	bottom: 0;
	background: rgb(0 0 0 / 60%);
	margin: 0;
	padding: 10px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}
.timeline-section h1 {
	text-align: center;
	margin-bottom: 80px;
	font-size: 36px;
	color: #79634e;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
.timeline-section h1::after {
	content: "";
	height: 2px;
	background-color: rgba(103, 58, 183, 0.2);
	width: 160px;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
	position: absolute;
}
.timeline-section h1::before {
	content: "›";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #79634e;
	left: 50%;
	margin-left: -8px;
	transform: rotate(90deg);
	box-shadow: 0 0 0 4px rgba(103, 58, 183, 0.2);
	bottom: -25px;
	font-size: 0.7em;
	text-indent: 0px;
	color: #fff;
	line-height: 12px;
	z-index: 9;
}
.timeline {
	padding: 0px 5%;
	max-width: 1300px;
	margin: 0 auto;
}
.timeline > .timeline-item {
	display: flex;
	align-items: flex-start;
}
.timeline > .timeline-item > div {
	flex: 1;
	padding: 20px 40px;
}
.timeline > .timeline-item > div:last-child {
	text-align: left;
	padding-bottom: 40px !important;
}
.timeline > .timeline-item > div:first-child::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #d33d00;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 4px rgba(103, 58, 183, 0.2);
}
.timeline > .timeline-item:nth-child(odd) > div:first-child {
	text-align: right;
	position: relative;
}
.timeline > .timeline-item:nth-child(odd) > div:first-child::after {
	right: -17px;
}
.timeline > .timeline-item:nth-child(odd) > div:last-child {
	text-align: left;
	border-left: 2px solid #e0e0e0;
}
.timeline > .timeline-item:nth-child(odd) > .timeline-date > div {
	margin-right: 0px;
}
.timeline > .timeline-item:nth-child(odd) > .timeline-date > img {
	right: 11%;
	left: inherit;
}
.timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
	text-align: left !important;
}
.timeline > .timeline-item:nth-child(odd) > .timeline-content > p > img {
	right: 0;
}
.timeline > .timeline-item:nth-child(even) > div:first-child {
	order: 2;
	text-align: left;
	position: relative;
}
.timeline > .timeline-item:nth-child(even) > div:first-child::after {
	left: -1px;
}
.timeline > .timeline-item:nth-child(even) > div:last-child {
	order: 1;
	text-align: right;
	border-right: 2px solid #e0e0e0;
}
.timeline > .timeline-item:nth-child(even) > .timeline-date > div {
	margin-left: 0px;
}
.timeline > .timeline-item:nth-child(even) > .timeline-date > img {
	left: 11%;
	right: inherit;
}
.timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
	text-align: right !important;
}
.timeline > .timeline-item:nth-child(even) > .timeline-content > p > img {
	right: inherit;
	left: 0;
	transform-origin: bottom left;
}
.timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
	left: inherit;
	right: 15px;
}
.timeline > .timeline-item .timeline-date {
	position: relative;
}
.timeline > .timeline-item .timeline-date > img {
	position: absolute;
	filter: grayscale(100%);
	opacity: 0.06;
	transform: scale(1.2);
	transform-origin: center;
	left: 11%;
}
.timeline > .timeline-item .timeline-date > div {
	background-image: linear-gradient(to right, #957b61, #79634e, #604f3e, #4c3e31, #3a3026);
	box-shadow: 0 10px 15px rgb(121 99 78 / 50%);
	border-radius: 50px;
	color: #ffffff;
	text-align: center;
	max-width: max-content;
	margin: auto;
	padding: 10px 30px;
}
.timeline > .timeline-item .timeline-content .fa-icon {
	font-size: 80px;
}
.timeline > .timeline-item .timeline-content > h2 {
	color: #79634e;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}
.timeline > .timeline-item .timeline-content > h2 span {
	color: #79634e;
	font-weight: bold;
	font-size: 0.6em;
	letter-spacing: 2px;
	margin-left: 5px;
}
.timeline > .timeline-item .timeline-content > p {
	font-size: 18px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 7px 20px 0px rgb(103 58 183 / 8%);
	position: relative;
	line-height: 25px;
	padding-bottom: 40px;
	min-height: 100px;
}
.timeline > .timeline-item .timeline-content > p > img {
	width: 100px;
	opacity: 0.05;
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: bottom right;
	transform: scale(1.8);
}
.timeline > .timeline-item .timeline-content > p > button {
	background: no-repeat;
	outline: none;
	color: #673AB7;
	border: none;
	padding: 7px 15px;
	position: absolute;
	bottom: 15px;
	border-radius: 30px;
	left: 15px;
	box-shadow: 0 0px 2px rgba(103, 58, 183, 0.1);
	cursor: pointer;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: normal;
	transition: all 0.5s ease;
}
.timeline > .timeline-item .timeline-content > p > button:hover {
	background: rgba(103, 58, 183, 0.7);
	box-shadow: 0 5px 10px rgba(103, 58, 183, 0.1);
	color: #ffffff;
}

.journey-bnr-bg{
	height: 370px;
	background-position: center;
	background-size: cover;
	background: url(../img/about/journey.jpg);
}
.img-cover {
	height: 100%;
	width: auto;
	object-fit: cover;
}
.with-shadow{
	box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
}
.float-img-circle {
	width: 60px;
	height: 60px;
	background: rgb(121 99 78 / 86%);
	border-radius: 100% !important;
	border: 2px solid transparent;
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.float-img-circle i {
	font-size: 24px;
	text-align: center;
	display: block;
	line-height: 56px;
	color: #fff;
}
@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform:rotate(0) scale(.5) skew(1deg);
		transform:rotate(0) scale(.5) skew(1deg);
		opacity:.1
	}
	30% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.5
	}
	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.1
	}
}
.social-media-container {
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}
.social-media-container ul {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.social-media-container ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.social-media-container ul li {
	position: relative;
}
.social-media-container ul li a, .social-media-container ul li a.clap:active i {
	transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
}
.social-media-container ul li a {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 45px;
	justify-content: center;
	margin: 0;
	width: 45px;
}
.social-media-container ul li a:hover {
	color: var(--red);
	text-decoration: none;
}
.social-media-container ul li a i {
	position: relative;
	font-size: 18px;
}
/*Home enquiry form*/
#popup-container hr {
	width: 350px;
	height: 2px;
	background-color: #ef9919;
	border-top: 0px;
}
#popup-container .pricing-table {
	margin-top: 30px;
	margin-bottom: 30px;
}
#popup-container .pricing-table .pricing-table-item {
	border-bottom: 0px;
}
#popup-container .pricing-table .item-header {
	background-color: #696969;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}
#popup-container h2,#popup-container  .header-two {
	font-size: 19px;
	line-height: 1.3;
	text-transform: uppercase;
}
#popup-container .pricing-table .item-cta-block {
	background-color: #D3D3D3;
	padding: 30px;
	text-align: center;
	position: relative;
}
#popup-container .pricing-table .block-price {
	color: #000000;
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#popup-container .pricing-table .block-sub-text {
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 10px;
}
#popup-container .pricing-table .pricing-toggle-holder {
	display: none;
}
#popup-container .pricing-table .pricing-toggle-holder button {
	padding-left: 0;
	padding-right: 0;
}
#popup-container .item-cta-block .button.orange-button {
	display: inline-block;
}
#popup-container button.orange-button,#popup-container  input[type="button"].orange-button,#popup-container  input[type="reset"].orange-button,#popup-container  input[type="submit"].orange-button,#popup-container  a.button.orange-button {
	background-color: #d2282e;
	color: #ffffff;
	padding: 18px 20px;
	box-shadow: 0 3px 0 0 rgba(24, 24, 25, 0.1);
	-webkit-transition: all .75s;
	transition: all .75s;
	margin-bottom: 6px;
}
#popup-container button .glyphicon-menu-right,#popup-container  input[type="button"] .glyphicon-menu-right,#popup-container  input[type="reset"] .glyphicon-menu-right, input[type="submit"] .glyphicon-menu-right,#popup-container  a.button .glyphicon-menu-right {
	top: -1px;
	margin-left: 5px;
	font-size: 9px;
}
#popup-container .pricing-table .item-details-block {
	background-color: #f7f7f7;
	padding: 38px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#popup-container .pricing-table .plus-header {
	text-align: center;
	font-size: 18px;
}
#popup-container .pricing-table .separator {
	margin-bottom: 38px;
}
#popup-container .separator {
	background-color: #d2282e;
	height: 3px;
	width: 100px;
	margin: 0 auto;
	margin-top: 27px;
	margin-bottom: 48px;
}
#popup-container .pricing-table .item-details-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#popup-container .pricing-table .item-details-block ul li {
	line-height: 2;
}
#popup-container li {
	text-align: center;
	margin-bottom: 10px;
	line-height: 120%;
}
#popup-container .separator-type, .title-type, .intro-type, .content-type .intro-type p {
	position: relative;
}
#popup-container .intro-type .container {
	padding: 107px 0px 102px 0px !important;
}

#popup-container .company-heading h1 {
	margin-bottom: 40px;
	line-height: 80px;
	color: #fff;
	font-weight: 700 !important;
	text-align: center;
}
#popup-container .seo-header, .product-header, .intro-type .container h1.white, .company-heading h1 {
	font-weight: 100 !important;
	text-transform: capitalize;
	font-size: 55px;
	margin-bottom: 20px;
}
#popup-container .parallax {
	background-attachment: inherit !important;
}
#popup-container .parallax {
	background-attachment: inherit !important;
}
#popup-container .parallax {
	background-attachment: inherit !important;
	background-repeat: repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	z-index: -10;
}
/* Side Widget */
.side-widget {
	width: 96px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	right: 0;
	top: 70%;
	z-index: 999;
	text-align: center;
	margin-right: -26px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(269deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.side-widget .btn.btn-blue:hover {
	background-color: #6a5848;
}
.side-widget .btn.btn-blue {
	background-color: #79634e;
}
.side-widget  .btn.btn-blue {
	background-color: #79634e;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
}

.side-widget  .btn {
	font-size: 22px;
	font-weight: 600;
	padding: 12px 35px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
.widget-close:hover {
	color: #ccc;
}
.widget-close {
	color: #636363;
}
.widget-close {
	position: absolute;
	left: 3px;
	top: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	z-index: 1;
}
#popup-container {
	position: fixed;
	z-index: 9990;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 990px;
	display: none;
}
#popup-container.open {
	display: block;
}
#popup-container .modal-content {
	background-color: rgba(38, 38, 40, 0.92);
	color: #fff;
	padding: 20px 100px;
}
#popup-container .modal-content input {
	height: 57px;
	border-radius: 0;
	background: #fff;
}
#popup-container .modal-content .btn-primary {
	width: 140px;
	background-color: #79634e;
	border: 0;
	font-size: 20px;
}
#popup-container .modal-content .btn-primary:hover {
	background-color: #0073b7;
	border: 0;
}
#popup-container .modal-content .logorow {
	text-align: center;
}
#popup-container .close {
	margin-right: 10px;
	margin-top: 5px;
	color: #fff;
	opacity: .8;
	position: absolute;
	right: 20px;
}
#popup-container .close:hover {
	color: #efefef;
}
.enquiry-form h4 {
	font-size: 36px;
	color: #fff;
}
.enquiry-form p {
	color: #fff;
	margin: 0;
}
/*-----------------------------*/
.apply-job-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.apply-job-btn a {
	font-weight: 600;
	color: #7a6550;
	font-size: 14px;
	text-decoration-line: underline;
}
.upcoming-form h3 {
	font-size: 28px;
	font-weight: 600;
	color: #79634e;
	position: relative;
}
/*Upcoming project -------------------*/
.up-project-post {
	position: relative;
	margin: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 5px #eee;
}
.dlab-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}
.dlab-post-media {
	background-color: #FFF;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.up-project-post .dlab-post-media {
	width: 400px;
	border-radius: 4px;
	position: relative;
}
.up-project-post .dlab-post-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.up-project-post .dlab-post-info {
	border: none;
	padding: 30px;
}
.up-project-post .post-title a {
	font-size: 24px;
	font-weight: 600;
	color: #79634e;
}
.dlab-post-text {
	margin-bottom: 15px;
}
.dlab-post-text p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #999;
}
.dlab-post-text p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #222;
	margin: 0;
}
.dlab-post-meta {
	margin-bottom: 10px;
}
.dlab-post-meta ul {
	margin: 0;
	list-style: none;
	text-transform: capitalize;
	padding: 0;
}
.dlab-post-meta ul li {
	padding: 0;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #d33d00;
}
.dlab-post-meta li:after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	opacity: 0.5;
}
.dlab-post-meta li:last-child:after{
	display: none;
}
.site-button, .site-button-secondry {
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #79634e;
}
.up-project-post .dlab-post-info, .up-project-post .dlab-post-media {
	display: table-cell;
	vertical-align: middle;
}
.site-button:hover{
	color: #fff;
}
/*Projects ---------*/
.ps__header {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 50px;
	padding: 6px 0;
	cursor: pointer;
	border-bottom: 1px solid var(--color-border);
}
.floor-plan .ps__header {
	padding: 10px 24px;
	border-radius: var(--border-radius-medium);
	border: 1px solid var(--color-border);
}
.floor-plan .ps-header-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	justify-content: center;
}
.ps__header p {
	line-height: 20px;
	font-weight: 700;
}
.floor-plan .ps__header p {
	margin-bottom: 0;
	color: var(--color-text-2);
	align-self: center;
}
.floor-plan .ps__header .ps__params {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	font-size: 15px;
}
.floor-plan .ps__header p strong {
	font-weight: 500;
	color: var(--color-heading);
}
.share-idea {
	position: relative;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 900px;
	background: #79634e;
	padding: 20px;
	text-align: center;
}
.share-idea .share-inner-box .share-desc {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
}
.share-inner-box {
	display: grid;
	grid-template-columns: 1fr 125px;
	grid-gap: 60px;
	align-content: center;
	align-items: center;
	height: 70px;
}
.share-idea .share-inner-box .share-btn a {
	font-weight: 600;
	padding: 7px 10px;
	background: #fff;
	text-transform: capitalize;
	border-radius: 4px;
}
#carousel-project-updates .owl-stage,#carousel-project-amenities .owl-stage{
	margin: auto;
}
.small-social-list {
	margin: 0;
	margin-top: 6px;
}
.small-social-list li {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #d33d00;
	text-align: center;
}
.deal-popup-container[data-is-open="false"]{
	display: none;
}
.deal-popup-container[data-is-open="true"] {
	content: "";
	background: rgb(0 0 0 / 75%);
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: ease-in 1s;
}
.deal-popup-container[data-is-open="false"] .deal-popup{
	display: none;
}
.deal-popup-container[data-is-open="true"] .deal-popup {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	background: #fff;
	transition: ease-in 1s;
}
.deal-inner .deal-img{
	max-height: 500px;
}
.deal-inner .deal-content{
	padding: 10px 20px;
}
.deal-inner .deal-title{
	font-size: 20px;
	font-weight: 500;
}
.deal-inner .deal-link a {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
	color: #d33d00;
}
button.close-deal {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 20px;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
	outline: none;
}
.small-social-list li a i:before {
	font-size: 14px !important;
	color: #d33d00;
}
.img-cover {
	max-width: 100%;
	/*height: auto;*/
	object-fit: cover;
	width: 100%;
}
.parsley-errors-list {
	margin: 5px 0 3px;
	padding: 0;
	color: #ff9800;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}
.ps-form--project-schedule-tour .parsley-errors-list {
	position: absolute;
}
.form-msg{
	text-align: center;
}
.form-msg span {
	text-align: center;
	line-height: 34px;
	color: #d33d00;
	font-weight: 700;
	margin: auto;
}
.img-floor-plan {
	max-height: 600px;
	object-fit: cover;
}
.team3 .team3-card p.read-less {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	max-height: 50px;
}
.team3 .team3-card button.readmore {
	border: none;
	background: transparent;
	float: right;
	color: #d33d00;
	font-size: 14px;
}
.team3-detail-block__top[data-show="false"]{
	bottom: -200%;
	visibility: hidden;
	z-index: -1;
}
.team3-detail-block__top p {
	max-height: 100% !important;
	font-size: 16px !important;
	line-height: 24px;
}
.team3-card {
	position: relative;
	overflow: hidden;
}
.team3-detail-block__top {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 250px;
	background: #fff;
	z-index: 1;
	padding: 10px 20px;
	transition: 500ms;
	visibility: visible;
}
.team3-detail-block__top .small-social-list li {
	height: 32px;
	width: 32px;
}
.team3-detail-block__top button.close-team-reamore {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
	border: none;
	font-size: 20px;
}
@media (max-width: 767px) {
	.main-slider {
		margin-top: 0;
		background: rgb(121 99 78 / 60%);
	}
	.main-banner-video {
		height: 360px;
		width: 100%;
		object-fit: cover;
	}
	svg.arrows {
		transform: scale(0.5);
		bottom: 0;
	}
	.ps-site-stats .ps-section__mission h3 {
		font-size: 24px;
	}
	.ps-section__mission {
		background: rgb(121 99 78 / 60%);
		padding: 30px 30px;
	}
	#homepage-one .ps-site-stats {
		padding-top: 0;
		margin-bottom: 0;
	}
	.ps-section__desc {
		padding: 0 20px;
	}
	.ps-site-stats .ps-section__intro {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	.share-idea{
		width: 100%;
		bottom: 0;
	}
	.img-flot-top {
		max-height: 250px;
		bottom: 55px;
	}
	.stats .counting {
		font-size: 34px;
		line-height: 50px;
	}
	.stats .ps-block__right {
		padding-left: 15px;
	}
	.stats .ps-block__left .stats-icon {
		width: 47px;
		display: block;
		height: 47px;
	}
	.ps-block--stat {
		display: grid;
		grid-template-columns: 48px 1fr;
	}
	.stats {
		margin-bottom: 20px;
	}
	.social-media-container ul li a{
		width: 38px;
		height: 38px;
	}
	.social-media-container{
		z-index: 999;
	}
	.share-inner-box {
		grid-template-columns: 1fr;
		grid-gap: 25px;
		height: 135px;
	}
	.timeline > .timeline-item {
		flex-direction: column;
		border-left: 2px solid #e0e0e0;
	}
	.timeline > .timeline-item .timeline-date > img {
		display: none;
	}
	.timeline > .timeline-item > div {
		border-width: 0px !important;
		text-align: left !important;
		order: unset !important;
	}
	.timeline > .timeline-item > div::after {
		left: 0% !important;
	}
	.timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
		text-align: left !important;
	}
	.timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
		text-align: left !important;
	}
	.timeline > .timeline-item:nth-child(even) > .timeline-content > p > img {
		right: 0;
		left: inherit;
		transform-origin: bottom right;
	}
	.timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
		left: 15px;
		right: inherit;
	}
	ul.amenities-slide li{
		width: 50%;
	}
	.social-list-about .lnir {
		font-size: 5.4vmin;
		color: #adbdbc;
	}
	.project-img-2 {
		width: 210px;
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
	.ps-project--detail .ps-project__nearby .row .col-md-3 {
		border-right: 0;
		border-bottom: 1px solid #c2c1c1;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.ps-project--detail .ps-project__nearby .row .col-md-3:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.ps-form--project-schedule-tour .ps-form__bottom {
		padding-top: 20px;
	}
	.main-header h1 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 3px;
		text-transform: uppercase;
		text-align: right;
	}
	.vertical-panel-content-about {
		width: 10.735vmin;
		top: 30%;
	}
	.project-title-info {
		font-size: 16px;
		margin-top: .5em;
		margin-left: 0;
	}
	.ps-project__overview-head {
		font-size: 28px;
	}
	.ps-project--detail .ps-project__heading,.ps-title{
		font-size: 22px;
		font-weight: 600;
	}
	.ps-footer {
		margin-bottom: 0;
	}
	.header--mobile{
		padding: 10px 16px;
	}
	.header--mobile .ps-logo img {
		max-height: 40px;
	}
	.contact-address .address-info{
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.contact-section .content-box{
		padding-right: 0;
	}
	.contact-section .form-box{
		padding: 45px 25px 45px;
	}
	.contact-section .content-box .image-layer{
		display: none;
	}
	.ps-page--inner {
		padding-top: 0;
	}
	.page-banner-content h2 {
		font-size: 40px;
	}
	.page-banner-area{
		height: 200px;
	}
	.deal-popup-container[data-is-open="true"] .deal-popup {
		width: 85%;
	}
	.deal-inner .deal-title {
		font-size: 15px;
	}
	.deal-inner .deal-link a {
		font-size: 13px;
	}
}

@media screen and (min-width: 769px) and (max-width: 998px){
	.contact-address .address-info {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
		align-items: start;
	}
	.contact-address .address-info li{
		margin-bottom: 0;
	}
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
	.contact-section .content-box{
		padding-right: 175px;
	}
	.contact-section .content-box .image-layer{
		width: 175px;
	}
	.ps-page--inner {
		padding-top: 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 1440px){
	.ps-career-intro .ps-section__left h3 {
		font-size: 22px;
		/*text-align: justify;*/
		line-height: 30px;
	}
	.social-media-container{
		top: 43%;
	}
	.ps-page--blog .ps-page__header {
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 1441px){
	.ps-career-intro .ps-section__left h3 {
		font-size: 26px;
		text-align: justify;
		line-height: 36px;
	}
}
.hide {
	display: none;
}
.awards-slider .owl-stage {
    margin: auto;
}
.awards-img-slide img {
	max-height: 500px;
	width: auto !important;
	margin: auto;
}
.awards button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 36px;
	z-index: 1051;
	position: absolute;
	right: -25px;
	top: -20px;
	color: #fff;
	opacity: 1;
}
.notification {
    position: fixed;
    bottom: 80px;
    background: #fff;
    padding: 10px 20px;
    margin: auto;
    display: block;
    transform: translate(-50%,50%);
    left: 50%;
    box-shadow: 0px 0px 10px #9e9e9e;
    border-radius: 10px;
}
.notification button {
    border: none;
    background: #fff;
    position: absolute;
    right: 5px;
}
.notification .notification-msg {
    font-size: 14px;
	margin-right: 25px;
}
.whatsapp-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 4;
}
.core-values-carousel .owl-stage{
	margin: auto;
}
