.intro h2 {
	font-size: 64px;
	text-transform: uppercase;
}

/* hero-banner */
.hero-banner {
	background: #142047 url(../images/hero-banner-bg.png) no-repeat center center/cover;
	position: relative;
	padding: 60px 0 120px;
	overflow: hidden;
}

.hero-banner .content {
	z-index: 1;
}

.hero-banner .content h1 {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	line-height: normal;
}

.hero-banner .content em {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 12px;
}

.hero-banner .img-wrapper {
	z-index: 1;
}

.hero-banner .triangle {
	position: absolute;
	top: 0;
	right: 0;
}

/* search-form-wrapper */
.search-form-wrapper {
	position: relative;
	margin-top: -50px;
}

.search-form-wrapper .search-form {
	padding: 20px 15px;
	background: #ffffff;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
}

.search-form-wrapper .search-form label {
	font-size: 14px;
}

.search-form-wrapper .search-form button {
	outline: none;
	font-size: 18px;
	padding: 10px 0;
	background: #005F9E;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}

.search-form-wrapper .search-form button:hover {
	background: transparent;
	color: #005F9E;
	border: 1px solid #005F9E;
}

.search-form-wrapper .search-form button .bi {
	margin-right: 8px;
}

/* new-listings */
.new-listings {
	padding: 120px 0;
}

.new-listings .intro {
	margin-bottom: 60px;
}

.new-listings .item .thumbnail {
	display: block;
	position: relative;
	line-height: 0;
}

.new-listings .item .thumbnail img {
    width: 415px;
    height: 315px;
    object-fit: contain;
}

.new-listings .item .flag {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 12px;
	background: #EB8821;
	color: #FFFFFF;
	border: 1px solid #EB8821;
	border-radius: 30px;
}

.new-listings .item .price {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 22px;
	background: #154DFF;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}

.new-listings .item-content {
	padding: 15px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	min-height: 224px;
}

.new-listings .title {
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	min-height: 99px;
}

.new-listings .item .actions .btn {
	padding: 5px 10px;
	font-size: 14px;
	letter-spacing: 0;
}

.new-listings .item .actions .btn-blue {
	color: #154DFF;
	border-color: #154DFF;
}

.new-listings .item .actions .btn-blue:hover {
	background: #154DFF;
	color: #FFFFFF;
}

.new-listings .item .actions .btn-orange {
	color: #EB8821;
	border-color: #EB8821;
}

.new-listings .item .actions .btn-orange:hover {
	background: #EB8821;
	color: #FFFFFF;
}

.new-listings .item .actions .btn-d-blue {
	color: #142047;
	border-color: #142047;
}

.new-listings .item .actions .btn-d-blue:hover {
	background: #142047;
	color: #FFFFFF;
}

.new-listings .btn-main {
	background: #142047;
	color: #ffffff;
}

.new-listings .btn-main:hover {
	background: transparent;
	color: #142047;
}

/* pricing-plans */
.pricing-plans {
	padding: 120px 0 90px 0;
	background: #F6F6F6;
}

.pricing-plans .intro {
	margin-bottom: 60px;
}

.pricing-plans .col-wrapper {
	height: 100%;
	padding: 40px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
}

.pricing-plans h3 {
	font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.table-1 h3,
.table-2 h3 {
	color: #154dff;
	border-bottom-color: #154dff;
}

.table-3 h3 {
	color: #142047;
	border-bottom-color: #142047;
}

.table-4 h3 {
	color: #EB8821;
	border-bottom-color: #EB8821;
}

.pricing-plans .price {
	margin-bottom: 40px;
	text-align: center;
}

.pricing-plans .price span {
	font-size: 48px;
	font-weight: 600;
	color: #000;
}

.pricing-plans .price sup {
	font-size: 16px;
	font-weight: 600;
}

.pricing-plans .price p {
	margin: 0;
	color: #858585;
}

.pricing-plans ul {
	margin: 0 0 60px 0;
}

.pricing-plans ul li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing-plans ul li i {
	margin-right: 5px;
}

.pricing-plans .btn {
	padding: 12px 24px;
}

.table-1 .btn,
.table-2 .btn {
	color: #154dff;
	border-color: #154dff;
}

.table-1 .btn:hover,
.table-2 .btn:hover {
	background: #154dff;
	color: #ffffff;
}

.table-3 .btn {
	color: #142047;
	border-color: #142047;
}

.table-3 .btn:hover {
	background: #142047;
	color: #ffffff;
}

.table-4 .btn {
	color: #EB8821;
	border-color: #EB8821;
}

.table-4 .btn:hover {
	background: #EB8821;
	color: #ffffff;
}

/* why-choose */
.why-choose {
	padding: 120px 0;
}

.why-choose .intro {
	margin-bottom: 60px;
}

.why-choose .icon {
	margin-bottom: 30px;
}

.why-choose h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* cta */
.cta {
	background: #0B1229 url(../images/cta-bg.png) no-repeat center center/cover;
	padding: 40px 0;
}

.cta .content-wrapper p {
	margin-bottom: 30px;
	color: #ffffff;
}

.cta .content-wrapper .btn1-wrapper .btn {
	background: #154DFF;
	color: #ffffff;
	text-transform: uppercase;
}

.cta .content-wrapper .btn1-wrapper .btn:hover {
	background: transparent;
	border-color: #ffffff;
}

.cta .content-wrapper .btn2-wrapper .btn {
	background: #EB8821;
	color: #ffffff;
	text-transform: uppercase;
}

.cta .content-wrapper .btn2-wrapper .btn:hover {
	background: transparent;
	border-color: #ffffff;
}

/* listing-cat */
.listing-cat {
	padding: 120px 0;
	background: #F6F6F6;
}

.listing-cat .intro {
	margin-bottom: 60px;
}

.listing-cat .owl-carousel .owl-stage-outer {
	z-index: 1;
}

.listing-cat .owl-carousel .item img {
	width: 150px;
	margin: 0 auto;
}

.listing-cat .owl-carousel .item p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.listing-cat .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}

.listing-cat .owl-carousel .owl-nav .owl-prev {
	margin-left: -40px;
}

.listing-cat .owl-carousel .owl-nav .owl-next {
	margin-right: -40px;
}

/* testimonials */
.testimonials {
	padding: 120px 0;
	background: #142047 url(../images/testimonials-bg.png) no-repeat center center/cover;
}

.testimonials .intro {
	margin-bottom: 60px;
}

.testimonials .intro h2 {
	color: #ffffff;
}

.testimonials .btn {
	background: #EB8821;
	color: #ffffff;
	border-color: #ffffff;
}

.testimonials .btn:hover {
	background: transparent;
}

.testimonials .owl-carousel .item {
	padding: 60px 40px;
	background: #ffffff;
	border-radius: 10px;
}

.testimonials .owl-carousel .item .icon {
	width: 50px;
	margin-bottom: 15px;
}

.testimonials .owl-carousel .item .star-rating {
	margin-bottom: 15px;
}

.testimonials .owl-carousel .item .star-rating .bi-star-fill {
	color: #f6bb06;
}

.testimonials .owl-carousel .item blockquote {
	height: 172px;
	margin: 0 0 60px 0;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: inherit;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 5px;
}

.testimonials .owl-carousel .owl-dots {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.testimonials .owl-carousel .owl-dots button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #154DFF;
}

.testimonials .owl-carousel .owl-dots button.active {
	background: #ffffff;
}

.testimonials .owl-carousel .owl-dots button:not(:last-child) {
	margin-right: 10px;
}

/* newsletter */
.newsletter {
	background: #154DFF;
}

.newsletter .content-wrapper {
	padding: 40px 80px;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
}

.newsletter .content-wrapper h3 {
	color: #ffffff;
	text-transform: uppercase;
	line-height: normal;
	width: 354px;
}

.newsletter .fields-wrapper input[type='email'] {
	outline: none;
	padding: 20px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #ffffff;
	color: #717171;
	width: 100%;
}

.newsletter .fields-wrapper input[type='submit'] {
	outline: none;
	padding: 20px 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #EB8821;
	color: #ffffff;
	border: 1px solid #EB8821;
	border-radius: 5px;
	cursor: pointer;
}

.newsletter .fields-wrapper input[type='submit']:hover {
	background: transparent;
}

/* Media */
@media only screen and (max-width: 1399px) {
	.pricing-plans .col-wrapper {
		padding: 35px 15px;
	}

	.pricing-plans .col-wrapper ul {
		margin: 0 0 60px 15px;
	}
	.new-listings .item .thumbnail img {
		width: 100%;
		height: 267px;
	}
}

@media only screen and (max-width: 1366px) {
	.listing-cat .owl-carousel .owl-nav .owl-prev {
		margin-left: -20px;
	}

	.listing-cat .owl-carousel .owl-nav .owl-next {
		margin-right: -20px;
	}
}

@media only screen and (max-width: 1199px) {
	.search-form-wrapper {
		margin-top: -94px;
	}

	.listing-cat .owl-carousel .owl-nav .owl-prev {
		margin-left: 0;
	}

	.listing-cat .owl-carousel .owl-nav .owl-next {
		margin-right: 0;
	}

	.testimonials {
		padding: 120px 0 293px;
	}

	.newsletter .content-wrapper h3 {
		width: auto;
	}
	.new-listings .item .thumbnail img {
		height: 222px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner .triangle {
		display: none;
	}

	.newsletter .content-wrapper {
		padding: 20px;
	}
	.new-listings .item .thumbnail img {
    	height: 162px;
	}
}
@media only screen and (max-width: 767px) {
	.new-listings .item .thumbnail img {
		height: auto;
	}
}
@media only screen and (max-width: 575px) {
	.hero-banner .content h1 {
		font-size: 64px;
	}

	.hero-banner .content em {
		font-size: 20px;
	}
}