.btn-scroll {
	top:-30px;
    width: 60px;
    height: 60px;
    background: #8c888b url(wp-content/uploads/2018/12/Cullari_DownArrow.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    display: block;
    border-radius: 50%;
    z-index: 150;
}

.btn-scroll::after {
    left: 100%;
    right: auto;

}
.btn-scroll::after, .btn-scroll::before {
    content: '';
    width: 180px;
    height: 1px;
    background-color: #337ab7;
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;

}

.meta-title {
    width:100%;
}

div#n2-ss-2 .nextend-bullet-bar {
    margin-bottom: 30px;
}

.slider-serve blockquote {
    display: block;
    margin: 0 auto 13px;
    z-index: 50;
    position: relative;
	border-left:0px!important;
}

.slider-serve blockquote::before, .slider-serve blockquote::after {
    content: '“';
    position: absolute;
    top: 50%;
    left: -100px;
    font-size: 207px;
    color: #1a488d;
    padding-top: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.slider-serve blockquote::after {
    content: '”';
    left: auto!important;
    right: -100px!important;
}

/* Contact Form */

.contact-form .flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contact-form .flex-container > div {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.contact-form .flex-container input,.contact-form .flex-comment textarea {
	background-color: #fff;
	box-shadow: none;
	padding: 5px !important;
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}

.contact-page-btn, .contact-page-btn:hover {
	width: 200px !important;
	background-color: transparent !important;
	color: #569FCF !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: normal !important;
	text-align: center !important;
	box-shadow: unset !important;
	border-radius: 6px !important;
	margin: 25px 0 70px !important;
	border: 2px solid #569FCF !important;
	height: 45px !important;
	margin-left: 38px !important;
	transition: all 0.5s ease-in-out !important;
}

.contact-page-btn:hover {
    transition: all 0.5s ease-in-out !important;
    background-color: #569FCF !important;
	color: #fff !important;
}

.contact-form .flex-container .control-label, .contact-form .flex-comment .control-label {
	margin-bottom: 0;
	text-align: left;
	width: 10%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #555;
}

.contact-form .button div {
    justify-content: center;
    display: flex;
}

.contact-form .flex-comment {
	display: flex;
	justify-content: space-around;
}

.contact-info {
	text-align: left;
	margin-bottom: 20px;
}

.contact-title {
	padding-bottom: 0px !important;
}

.contact-title h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	color: #555;
	margin: 0 0 25px;
	text-transform: none;
}

.contact-info p {
	font-size: 15px;
	line-height: 25px;
	color: #555555;
}

.contact-info p strong {
	font-weight: 600;
}

.contact-info h3 {
	color: #555;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 0px;
}

.contact-info h3.address-info,
.contact-info h3.icons {
    padding-top: 20px;
}

.contact-info a.text-decoration {
    text-decoration: underline;
}

img.alignnone.size-full {
    margin-right: 5px;
}

.send-msg-title {
/* 	margin-left: 40px; */
	text-align: center;
}

.page-title p {
	color: #555;
	letter-spacing: 1px;
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.contact-form .flex-container > div,.contact-form .flex-comment > div {
		flex-direction: column;
	}
	
	.contact-form .button div {
		justify-content: flex-start;
	}
	
	.contact-form .flex-comment {
		flex-direction: column;
	}
	
	.contact-page-btn, .contact-page-btn:hover {
		margin-left: 0px !important;
	}

	.send-msg-title {
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
  .contact-form .flex-container {
    flex-direction: column !important;
  }
}