* {
	color:#000;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
}
h1,h2,h3,h4,h5 {
	margin-top:0;
	margin-bottom:0;
    font-family: 'Merriweather', serif;
	font-weight:300;
}
a,a:hover {
	text-decoration: none;
}
/* Animations */
a,a:hover,div,div:hover,input,input:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header ul li a:hover {
	color:#091B53;
}

.award_section {
	margin-top: 96px;
}
.award_section h3 {
	color: #d43494;
    font-size: 29px;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 31px;
    display:inline-block;
}
.award_section h3:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid thin #d43494;
    height: 1px;
    width: 100%;
}
.award_section img{
	max-width:100%;
	height:auto;
}

.blue_bg_home a:hover, .bottom_banner_about a:hover, .single_listings_blue input.wpcf7-submit:hover{
	background:none;
	border-color:#fff;
	color:#fff;
}
.contact_right input.wpcf7-submit:hover {
	border-color:#091B53;
	background:#091B53;
}
.current_listing_btm a:hover {
	border-color:#091B53;
	background:#091B53;
}
 .footer_left_content a:hover {
 	color:#d43494;
 }
.contact_left a:hover{
	color:#d43494;
}
.testimonials .owl-dot:hover {
	background: #d43494;	
}
.testimonials .owl-next:hover, .testimonials .owl-prev:hover, .listing_details_main .owl-next:hover, .listing_details_main .owl-prev:hover {
	background: #FACDD6;
}
.listing_details_thumb .owl-stage > .active {
	border:solid 2px #d43494;
}
.listing_details_thumb .owl-stage > .active ~ .active {
	border-color:transparent;
}
.listing_details_thumb .owl-stage .owl-item:hover {
	border-color:#d43494;
}
/* Header */
.container {
	width:100%;
	max-width:1670px;
}
header {
	padding-top:28px;
	padding-bottom:29px;
}
header .container {
	max-width:none;
}
header ul {
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: space-around;
}
header ul li a {
	color:#d43494;
	font-size:16px;
}
header ul li.top_logo a {

}
/* Home */
.top_home_banner {
	position:relative;
	height:100vh;
	max-height:814px;
	margin-bottom:103px;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
}
.top_home_banner h3 {
	font-size:62px;
	line-height:80px;
	color:#fff;
}
.top_home_banner p {
	font-size:24px;
	margin-bottom:19px;
	position:relative;
	padding-bottom:24px;
	color:#fff;

}
.top_home_banner p:after {
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:128px;
	border-top:solid thin #fff;
	height:1px;
	bottom:0;
}
.current_listing_top {
	text-align:center;
	margin-bottom:61px;
}
.current_listing_top h3 {
	font-size:48px;
	line-height:60px;
	color:#d43494;
}
.current_listing_btm {
	text-align:center;
	margin-top:20px;
	margin-bottom:96px;
}
.current_listing_btm a {
	line-height:73px;
	display:inline-block;
	width:100%;
	max-width:240px;
	font-size:20px;
	color:#fff;
	background:#d43494;
	text-align:center;
	border:solid thin:#d43494;
}
.blue_bg_home {
	background:#091B53;
	padding:93px 0;
}
.blue_bg_home img {
	max-width:100%;
	height:auto;
}
.blue_bg_home h3 {
	color:#fff;
	font-size:54px;
	padding-bottom:24px;
	margin-bottom:24px;
	position:relative;
}
.blue_bg_home h3:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:128px;
	height:1px;
	border-top:solid thin #FFFFFF;
}
.blue_bg_home p {
	font-size:18px;
	line-height:27px;
	margin-bottom:48px;
	color:#fff;
}
.blue_bg_home a {
	line-height:73px;
	border:solid thin #d43494;
	display:inline-block;
	width:100%;
	max-width:220px;
	font-size:20px;
	color:#fff;
	background:#d43494;
	text-align:center;
	margin-right:25px;
}
.second_banner_home {
	height:100vh;
	max-height:641px;
	background-size:cover !important;
	background-position:center center !important;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
}
.second_banner_home img {
	width:100%;
	max-width:260px;
	height:auto;
}
.second_banner_home h3 {
	font-size:48px;
	margin-top:48px;
	margin-bottom:48px;
	color:#fff;
}
.second_banner_home p {
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-bottom:0;
}
.testimonials {
	margin-top:128px;
	border:solid thin #d43494;
	padding:108px 138px;
	text-align:center;
}
.testimonials div.owl-item p {
	font-size:24px;
	line-height:32px;
	color:#d43494;
	margin-bottom:30px;
}
.testimonials div.owl-item p:nth-last-child(1) {
	font-size:18px;
	margin-bottom:0;
}
.testimonials .owl-dots {
      position:absolute;
      bottom:-72px;
      left:50%;
      transform:translateX(-50%);
      -webkit-transform:translateX(-50%);
}
.testimonials .owl-dot {
     width: 18px;
     height: 18px;
     border-radius: 100%;
     background: #FACDD6;
     margin-left: 7px;
     margin-right:7px;
     display: inline-block;  /*for making them horizontal, if you want vertical then you can use- display: block*/
}

.testimonials .owl-dot.active {
     background: #d43494;
}
.testimonials .owl-prev {
	position:absolute;
	top:50%;
	left:-140px;
	background:#d43494;
	height:53px;
	width:53px;
	border-radius:100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.owl-prev, .owl-next {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
}
.owl-prev i, .owl-next i {
	color:#fff;
	font-size:34px;
}
.testimonials .owl-next {
	position:absolute;
	top:50%;
	right:-140px;
	background:#d43494;
	height:53px;
	width:53px;
	border-radius:100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.home footer {
	padding-top:72px;
}

footer {
	margin-top:128px;
	padding-bottom:30px;
}
.footer_left_content {

}

.footer_left_content img {
	width:100%;
	max-width:306px;
	height:auto;
	margin-bottom:30px;
}
.footer_left_content p {
	font-size:18px;
	line-height:27px;
	margin-bottom:29px;
}
.footer_left_content p a {
	font-size:18px;
	line-height:27px;
	margin-bottom:29px;
	color: #000;	
}
.footer_left_content p:last-of-type {
	margin-bottom:7px;
}
.footer_left_content a {
	font-size:24px;
	line-height:27px;
	color:#091B53;
	margin-right:20px;
}
.footer_right_content {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer_right_content #chestnut_logo img {
	max-height:124px;
	width:auto;
}
.footer_right_content #chrisites_logo img {
	width:100%;
	max-width:220px;
	height:auto;
	margin-left:30px;
}
.footer_right_container {
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.footer_right_container p {
	font-size:14px;
	line-height:27px;
	color:#000;
	margin-bottom:0;
	align-self:flex-end;
}
.footer_right_container p a {
	color:#000;
}

/* Listings */
.top_banner_listing {
	background-size:cover !important;
	background-position:center center !important;
	height:100vh;
	max-height:450px;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:96px;
}
.top_banner_listing h4 {
	padding-bottom:24px;
	margin-bottom:10px;
	font-size:24px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	color:#fff;
	position:relative;
}
.top_banner_listing h4:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:243px;
	height:1px;
	border-top:solid thin #fff;

}
.top_banner_listing h3 {
	font-size:64px;
	color:#fff;
}
.listing-panel {
	margin-bottom:30px;
}
.listing-panel a {
	position:relative;
	display:inline-block;
	width:100%;
}
.listing-panel a:hover .overlay_content_listing_panel {
	opacity:1;
}
.listing-panel a:hover .bottom_listing_content{
	background:#d43494;
}
.listing-panel a:hover .bottom_listing_content h3, .listing-panel a:hover .bottom_listing_content h4 {
	color:#fff;
}

.listing-panel img {
	max-width:100%;
	height:auto;
}
.listing-panel span {
	display:inline-block;
	padding:18px 35px;
	font-size:19px;
	text-transform: uppercase;
	color:#fff;
	background:#091B53;
	position:absolute;
	top:27px;
	right:23px;
	z-index:1;
}
.overlay_content_listing_panel {
	opacity:0;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:2;
}
.overlay_content_listing_panel p {
	font-size:24px;
	color:#fff;
	margin-bottom:0;
	text-decoration:underline;
}
.listing-panel .bottom_listing_content {
	background:#FAFAFA;
	padding:20px 24px;
	position:relative;
	z-index:3;
}
.listing-panel .bottom_listing_content h3 {
	font-size:26px;
	color:#d43494;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	margin-bottom:5px;
}
.listing-panel .bottom_listing_content h4 {
	font-size:18px;
	color:#d43494;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
}
.listing-panel .bottom_listing_content h4 strong {
	float:right;
	text-transform:uppercase;
	color:#091B53;
	font-size:19px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
}
.right_single_listing {

}
.right_single_listing h2 {
	font-size:40px;
	margin-bottom:26px;
	color:#d43494;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	text-transform: uppercase;
}
.right_single_listing h3 {
	font-size:32px;
	color:#d43494;
	margin-bottom:33px;
}
.right_single_listing p {
	font-size:18px;
	line-height:27px;
}
.right_single_listing .right_single_listing_panels {
	margin-bottom:45px;
	margin-left:0;
	margin-right:0;
}
.right_single_listing .right_single_listing_panels .single_listing_panel_border {
	border:solid thin #d43494;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:18px 0;
}
.right_single_listing .right_single_listing_panels .single_listing_panel_border span{
	font-size:18px;
	line-height:27px;

}
.listing_details_thumb {
	margin-top:1px;
}
.listing_details_thumb .active:nth-child(1) {
	border:solid 2px #d43494;
}
.top_bar_single_listings {
	height:100vh;
	max-height:200px;
	background:#d43494;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:96px;
}
.top_bar_single_listings h4 {
	position:relative;
	font-size:40px;
	color:#fff;
	padding-bottom: 25px;
	margin-bottom:25px;
}
.top_bar_single_listings h4:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:243px;
	height:1px;
	border-top:solid thin #fff;
}
.top_bar_single_listings h3 {
	font-size:24px;
	color:#fff;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
}
.single_listings_blue { 
	padding: 107px 0;
	background:#091B53;
	margin-top:64px;
}
.single_listings_blue h3{
	font-size:56px;
	color:#fff;
}
.single_listings_blue h4 {
	color:#fff;
	font-size:24px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	padding-bottom:26px;
	margin-bottom:33px;
	position:relative; 
}
.single_listings_blue h4:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:128px;
	border-top:solid thin #fff;
}
.single_listings_blue input:not(.wpcf7-submit) {
	width:100%;
	height:75px;
	font-size:18px;
	color:#091B53;
	padding-left:24px;

}
.single_listings_blue .wpcf7-form-control-wrap {
	width:100%;
	margin-bottom:15px;
	display: inline-block;
}
.single_listings_blue textarea {
	width:100%;
	font-size:18px;
	color:#091B53;
	padding:24px;
}
.single_listings_blue input.wpcf7-submit {
	width:100%;
	max-width:215px;
	height:73px;
	border-radius:0;
	border:none;
	background:#d43494;
	font-size:20px;
	color:#fff;
	border:solid thin #d43494;
	cursor:pointer;
}
.wpcf7-form .row {
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.wpcf7-form .col-md-6, .wpcf7-form .col-md-12 {
	padding-left:7.5px;
	padding-right:7.5px;
}
.listing_details_main {

}
.listing_details_main .owl-prev {
	position:absolute;
	top:50%;
	left:39px;
	background:#d43494;
	height:53px;
	width:53px;
	border-radius:100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.listing_details_main .owl-next {
	position:absolute;
	top:50%;
	right:39px;
	background:#d43494;
	height:53px;
	width:53px;
	border-radius:100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* Testimonials */
.testimonial_single_panel {
	background:#d43494;
	border-radius:32px;
	margin-bottom:30px;
	padding:80px;
}
.testimonial_single_panel.even {
	background:#091B53;
}
.testimonial_single_panel p {
	color:#fff;
	font-size:24px;
	line-height:32px;
    font-family: 'Merriweather', serif;
	font-weight:300;
}
.testimonial_single_panel p:nth-last-child(1) {
	margin-bottom:0;
	font-size:18px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
}
/* Resources */
.resources_main_container {

}
.resources_main_container .row div {
	padding-bottom: 30px;
}
.resources_main_container h3 {
	color:#d43494;
	font-size: 29px;
	padding-bottom: 21px;
	position: relative;
	margin-bottom: 31px;
}
.resources_main_container h3:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	border-top:solid thin #d43494;
	width:122px;
	height:1px;
}
.resources_main_container p {
	font-size:18px;
	line-height:27px;
	color:#091B53;
	margin-bottom:29px;
}

.resources_main_container p strong {
	font-size:22px;
	font-weight:400;
	display:inline-block;
	width:100%;
	margin-bottom:6px;
}
.resources_main_container p a {
	font-size:18px;
	line-height:27px;
	color:#091B53;
}
/* About Page */
.bio_content_about_page {

}
.bio_content_about_page img {
	max-width:100%;
	height:auto;
}
.bio_content_about_page h3 {
	font-size:54px;
	color:#d43494;
	position:relative;
	padding-bottom: 30px;
	margin-bottom: 22px;
	line-height:68px;
}
.bio_content_about_page h3:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:243px;
	height:1px;
	border-top:solid thin #091B53;	
}
.bio_content_about_page p {
	font-size:18px;
	line-height:27px;
	color:#091B53;
	margin-bottom:0;
}
.bottom_banner_about {
	margin-top:96px;
	height:100vh;
	max-height:641px;
	background-size:cover !important;
	background-position:center center !important;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom_banner_about h4 {
	font-size:24px;
	color:#fff;
	line-height:28px;
	padding-bottom:25px;
	margin-bottom:26px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	position:relative;
}
.bottom_banner_about h4:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:128px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	border-top:solid thin #fff;
	height:1px;
}
.bottom_banner_about h3 {
	font-size:36px;
	color:#fff;
	line-height:60px;
	margin-bottom:39px;
}
.bottom_banner_about p {
	margin-bottom:0;
}
.bottom_banner_about a {
	display:inline-block;
	width:100%;
	max-width:214px;
	line-height:73px;
	border:solid thin #d43494;
	background:#d43494;
	font-size:20px;
	text-align:center;
	color:#fff;
}
/* Contact Page */
.contact_left {

}
.contact_left span a {
	font-size:24px;
	line-height:27px;
	color:#091B53;
	margin-right:19px;
}
.contact_left p:last-of-type {
	margin-bottom:4px;
}
.contact_left h3 {
	font-size:56px;
	line-height:71px;
	color:#d43494;
	margin-bottom:34px;
}
.contact_left p {
	font-size:18px;
	line-height:27px;
	color:#091B53;
	margin-bottom:34px;
}
.contact_left p strong {
	font-size:18px;
	line-height:27px;
	color:#091B53;
	display:inline-block;
	width:100%;
	font-weight:600;
	margin-bottom: 5px
}
.contact_left a {
	font-size:18px;
	line-height:27px;
	color:#091B53;
}
.contact_right {

}
.contact_right h4 {
	color:#d43494;
	font-size:24px;
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	padding-bottom:26px;
	margin-bottom:33px;
	position:relative; 
}
.contact_right h4:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:128px;
	border-top:solid thin #d43494;
}
.contact_right input:not(.wpcf7-submit) {
	width:100%;
	height:75px;
	font-size:18px;
	color:#091B53;
	padding-left:24px;
	background:#F7F7F7;
	border:none;
	outline:none;
}
.contact_right .wpcf7-form-control-wrap {
	width:100%;
	margin-bottom:15px;
	display: inline-block;
}
.contact_right textarea {
	width:100%;
	font-size:18px;
	color:#091B53;
	padding:24px;
	background:#F7F7F7;
	max-height:150px;
	border:none;
	outline:none;
}
.contact_right input.wpcf7-submit {
	width:100%;
	max-width:215px;
	height:73px;
	border-radius:0;
	border:none;
	background:#d43494;
	font-size:20px;
	color:#fff;
	border:solid thin #d43494;
	cursor:pointer;
}
