a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
:root {
    --main-yellow: #fdb913;
    --menu-links: #aaaaaa;
    --main-red: #ff0000;
    --text: #2e313a;
}
@font-face {
    font-family: avenir-light;
    src: url(assets/fonts/Avenir-Light.ttf);
}
@font-face {
    font-family: avenir-medium;
    src: url(assets/fonts/Avenir-Medium.ttf);
}
@font-face {
    font-family: avenir-roman;
    src: url(assets/fonts/Avenir-Roman.ttf);
}
@font-face {
    font-family: avenir-black;
    src: url(assets/fonts/Avenir-Black.ttf);
}
@font-face {
    font-family: avenir-book;
    src: url(assets/fonts/Avenir-Book.ttf);
}
a,
p {
    font-family: avenir-roman, verdana;
}
.page-header {
    background-color: #fff;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
}
.start-header.scroll-on .navbar-brand img {
    height: 60px;
}
.navbar-brand img,
.navigation__wrap,
.start-header,
.start-header.scroll-on,
.start-header.scroll-on .navbar-brand img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation__wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.navigation__wrap .navbar {
    padding: 0;
}
.navbar-brand img {
    height: 76px;
    width: auto;
    display: block;
}
.navbar-toggler {
    float: right;
    border: 0;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.navbar .navbar-toggler-icon {
    width: 24px;
    height: 19px !important;
    background-image: none !important;
    position: relative;
    border-bottom: 3.4px solid var(--main-yellow);
    transition: all 300ms linear;
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: var(--main-yellow);
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:before {
    top: 0;
}
.navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
#menu-header-menu .nav-link {
    color: var(--menu-links);
    font-weight: 500;
    font-family: avenir-medium, verdana;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.9rem;
    transition: all 0.4s ease-in-out;
}
#menu-header-menu .nav-link:hover {
    color: #000;
    font-weight: 900;
}
.navigation .nav-link {
    position: relative;
    padding: 5px 0;
    display: inline-block;
}
.nav-item,
.nav-item:after {
    transition: all 200ms linear;
}
.nav-item:after {
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
    opacity: 0;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after {
    opacity: 0;
}
.nav-item {
    position: relative;
}
#menu-item-25 .nav-link {
    color: #fff;
    padding: 5px 10px;
    border-bottom: none !important;
    font-family: avenir-black, verdana;
    background-color: var(--main-yellow);
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    margin-left: 10px;
}
#menu-item-21 .nav-link,
#menu-item-25 .nav-link:hover {
    background-color: var(--main-red);
}
#menu-item-25:hover .nav-link {
    color: #fff;
}
#menu-item-21 .nav-link {
    color: #fff;
    padding: 5px 10px;
    border-bottom: none !important;
    font-family: avenir-black, verdana;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    margin-left: 10px;
}
#menu-item-21 .nav-link:hover {
    background-color: var(--main-yellow);
}
#menu-item-21:hover .nav-link,
.process .process_card:hover h3,
.process .process_card:hover p {
    color: #fff;
}
@media (max-width: 992px) {
    #menu-item-21 .nav-link {
        margin-left: 0;
    }
}
#menu-header-menu .current-menu-item a {
    color: var(--main-yellow);
    font-weight: 700;
}
#menu-header-menu #menu-item-21 a {
    color: #fff !important;
    font-weight: 700;
}
.main_form_btn img,
.telephone_number img {
    max-width: 20px;
    margin-right: 10px;
}
@media (max-width: 992px) {
    #menu-item-25 .nav-link {
        margin-left: 0;
    }
    #menu-header-menu,
    #menu-item-21 {
        margin: 20px 0;
    }
}
header .current-menu-item a {
    border-bottom: 2px dashed var(--white);
}
.current_page_item .menu-item-25,
.main_footer__col2 #menu-item-33 a {
    border-bottom: none;
}
.navigation {
    height: 70px;
}
@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        align-items: center;
    }
    .navigation {
        height: 120px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-item .nav-link {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .nav-link {
        margin-left: 0;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar,
    .start-header {
        padding: 0;
    }
}
.site-footer {
    padding-top: 40px;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.address_footer a {
    color: var(--main-yellow);
    text-decoration: none;
    font-family: avenir-medium, Verdana;
    font-size: 0.9rem;
    transition: all 0.6s ease-in-out;
}
.address_footer a:hover {
    color: #000;
    text-decoration: none;
}
.main_footer__col2 .nav-link {
    font-weight: 500;
    font-family: avenir-medium, verdana;
    white-space: nowrap;
    border-bottom: dashed 1px var(--main-yellow);
    text-transform: inherit;
    transition: color 0.5s ease-in-out;
}
.form_sell_house .wpforms-field-description a:hover,
.main_footer__col2 .nav-link:hover,
.process .process_card:hover .h2 {
    color: #000;
}
.main_footer__col3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.address_footer p,
.main_footer__col2 .nav-link {
    color: var(--menu-links);
    font-size: 0.8rem;
}
.social_footer {
    padding-bottom: 20px;
    border-bottom: dashed 1px var(--main-yellow);
    margin-bottom: 20px;
    width: fit-content;
}
.pagination_container li,
.social_footer a {
    margin: 0 10px;
}
.social_footer a:first-child {
    margin-left: 0;
}
.legal_footer {
    background-color: #f6f6f6;
    padding: 10px 0 5px;
}
.legal_footer .row {
    align-items: center;
}
.legal_footer a,
.legal_footer p {
    color: var(--menu-links);
    font-size: 0.9rem;
}
.legal_footer a {
    margin: 0 5px;
    transition: color 0.3s ease-in-out;
}
.legal_footer a:hover,
.not_found__content p a:hover {
    text-decoration: none;
    color: #000;
}
.legal_footer__content {
    display: flex;
    flex-wrap: wrap;
}
.legal_footer__content p:nth-child(2) {
    margin: 0 10px;
}
.legal_footer__bradley {
    text-align: right;
}
.legal_footer p {
    margin-bottom: 0;
}
.main_footer__second_col {
    display: flex;
}
@media (max-width: 992px) {
    .social_footer a {
        margin: 0 5px;
    }
}
@media (max-width: 768px) {
    .main_footer .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
    }
    .main_footer__second_col {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .address_footer {
        border-bottom: 1px dashed var(--main-yellow);
        border-top: 1px dashed var(--main-yellow);
        margin-top: 10px;
        padding-top: 20px;
    }
    .main_footer__second_col,
    .main_footer__second_col .main_footer__col2,
    .main_footer__second_col .main_footer__col3 {
        padding: 0 !important;
    }
    .main_footer__col3 {
        display: flex;
        align-items: center;
    }
    .social_footer {
        text-align: center;
        margin: 0 auto;
        border: 0;
        padding-bottom: 10px;
    }
    .footer_menu {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .footer_col {
        text-align: left;
    }
    .footer_col3_content {
        text-align: left;
        width: 100%;
    }
    .legal_footer .row,
    .legal_footer__content {
        display: flex;
        justify-content: center;
    }
    .legal_footer .row {
        flex-direction: column;
        text-align: center;
    }
    .legal_footer__bradley {
        margin-top: 20px;
        text-align: center;
    }
    .main_footer__col2 {
        margin-right: 20px;
    }
    .main_footer__col2 .nav-link {
        padding-left: 0;
    }
    #menu-footer-menu {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .social_footer {
        text-align: left;
        border: 0;
        padding-bottom: 10px;
    }
}
.hero {
    height: 700px;
    overflow: hidden;
    position: relative;
}
#hero_container .single_slide {
    width: 100%;
    height: 700px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.fixed_element {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.hero .lSSlideOuter {
    position: relative;
}
.hero .lSPager {
    position: absolute;
    bottom: 5%;
    left: 50%;
}
.hero .lSSlideOuter .lSPager.lSpg > li a {
    background-color: transparent;
    border: 1px solid var(--main-yellow);
    width: 10px;
    height: 10px;
}
.hero .lSSlideOuter .lSPager.lSpg > li.active a,
.related_entries .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--main-yellow);
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: var(--menu-links) !important;
}
.fixed_element__container {
    position: relative;
    height: 100%;
}
.hero_slider_shape {
    position: absolute;
    z-index: 0;
    opacity: 0.85;
    width: 65%;
}
.fixed_element__content {
    position: absolute;
    top: 20%;
    width: 50%;
}
.fixed_element__content h1 {
    color: #231f20;
    font-family: avenir-black, Verdana;
	 font-size:2.25rem;
}
.fixed_element__content h1 span {
    color: var(--main-red);
}
.fixed_element__content p {
    font-family: avenir-book, Verdana;
}
.fixed_element__content p span,
.hero-btn,
.testimonials h2 {
    font-family: avenir-black, Verdana;
}
.hero-btn {
    background-color: var(--main-red);
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 15px 30px;
    transition: all 0.5s ease-in-out;
}
.hero-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
@media (min-width: 1700px) {
    .hero_slider_shape {
        width: 65%;
    }
    .fixed_element__content h1 {
        font-size: 2.25rem;
    }
    .fixed_element__content p {
        font-size: 1.5rem;
    }
    .fixed_element__content {
        top: 10%;
        width: 50%;
    }
}
@media (max-width: 1350px) {
    .hero_slider_shape {
        width: 65%;
    }
	 .fixed_element__content h1 {
        font-size: 2.0rem;
    }
}
@media(max-width:1200px){
	.fixed_element__content {
    
    width: 40%;
}
}
@media (max-width: 992px) {
    #hero_container .single_slide {
        background-size: cover;
    }
    .hero_slider_shape {
        height: 100%;
        width: 80%;
    }
    .fixed_element__content p {
        width: 70%;
    }
    .fixed_element__content {
        width: 45%;
    }
}
@media (max-width: 500px) {
    .fixed_element__container{
        width: 80%;
    }
    #hero_container,
    #hero_container .single_slide,
    .hero {
        height: 500px;
    }
    .hero_slider_shape {
        width: 100%;
    }
    .fixed_element__content {
        width: 100% !important;
        top: 5%;
    }
    .fixed_element__content h1 {
        font-size: 1.6rem;
    }
    .hero-btn {
        font-size: 0.8rem;
    }
}
.testimonials {
    margin: 50px 0;
}
.testimonial_slider_container {
    height: auto !important;
}
.testimonials h2 {
    text-align: center;
    margin-bottom: 50px;
}
.rounded_logo_shape {
    text-align: center;
    margin-bottom: 10px;
}
.rounded_logo_shape img {
    text-align: center;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
}
.testimonial_single_slide,
.testimonials p {
    text-align: center;
}
.testimonial_single_slide p {
    color: var(--menu-links);
    font-size: 0.9rem;
    width: 50%;
    margin: 0 auto;
}
.testimonial_single_slide h3 {
    color: var(--main-yellow);
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 0;
}
.xestra_banner {
    background-color: #005970;
    padding: 50px 0;
}
.pagination_container ul,
.xestra_banner .row {
    display: flex;
    align-items: center;
}
.xestra_banner h3 {
    font-family: avenir-roman, verdana;
}
.xestra_banner h2,
.xestra_banner h3 {
    color: #fff;
    font-size: 1.2rem;
}
.arrow_title h2,
.btn_find_out,
.process h1,
.process_card h3,
.xestra_banner h2 {
    font-family: avenir-black, Verdana;
}
.btn_find_out {
    background-color: #06a2b2;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.7rem;
    transition: all 0.5s ease-in-out;
}
.btn_find_out:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--main-yellow);
}
.logo_xestra img {
    max-width: 180px;
    height: auto;
}
@media (min-width: 768px) {
    .logo_xestra {
        text-align: right;
    }
    .logo_xestra img {
        margin-right: 30px;
    }
}
@media (max-width: 768px) {
    .xestra_banner .col-md-6 {
        text-align: center;
    }
    .xestra_banner .logo_xestra {
        margin-bottom: 40px;
    }
	
}
.arrow_title,
.process {
    background-repeat: no-repeat;
}
.process {
    background-image: url(assets/images/houses_bg.jpg);
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
}
.process h1,
.process_card h3 {
    text-transform: uppercase;
}
.process h1 {
    color: #fff;
    margin-bottom: 50px;
	 font-size:2.25rem;
}
.arrow_title {
    position: relative;
    background-image: url(assets/images/arrow_shape_title.png);
    background-size: contain;
    height: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.arrow_title h2 {
    color: #2e313a;
    font-size: 2rem;
    z-index: 1;
}
.arrow_title p,
.testimonial_single_slide p {
    font-family: avenir-book, Verdana;
}
.process .process_card {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: background-color 0.5s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.process .process_card:hover {
    background-color: #202228;
    border: 2px dashed var(--main-yellow);
}
.process_card h3 {
    font-size: 1rem;
    margin: 20px 0 30px;
}
.process_card a,
.process_card h4 {
    font-family: avenir-black, Verdana;
    color: var(--main-yellow);
    font-size: 1rem;
}
.process_card p {
    font-size: 0.9rem;
}
.process_card img {
    height: 59px;
}
.process_card a {
    border-bottom: 2px dashed var(--main-yellow);
    transition: all 0.6s ease-in-out;
}
.process_card a:hover {
    text-decoration: none;
    color: #fff;
}
@media (min-width: 1200px) {
    .process .container {
        max-width: 1400px;
    }
}
@media (max-width: 1200px) {
    .process {
        background-size: cover;
    }
    .process_container .col {
        margin: 30px 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 768px) {
    .process_container .col {
        margin: 30px 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.process h1 {
    
	 font-size:1.75rem;
}
}
@media (max-width: 500px) {
    .process_container .col {
        margin: 30px 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .arrow_title {
        margin-bottom: 0;
    }
    .arrow_title h2 {
        position: absolute;
        top: 5%;
        font-size: 1.3rem;
    }
    .arrow_title p {
        display: none;
    }
    .process .process_card {
        margin: 0 30px;
    }
}
.solicitor {
    background-color: var(--main-yellow);
    padding: 100px 0;
}
.solicitor_arrow {
    position: relative;
    text-align: center;
}
.solicitor_arrow img {
    max-width: 100%;
}
.solicitor_arrow h2 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: #2e313a;
    font-family: avenir-roman, verdana;
}
.solicitor_arrow h2 span {
    text-decoration: underline;
}
.solicitor_content {
    width: 40%;
    margin: 0 auto;
    font-family: avenir-roman, verdana;
    text-align: center;
    font-size: 1.2rem;
}
.solicitor_content p {
    margin-bottom: 50px;
}
.btn_more_info,
.solicitor_arrow h2 span,
.solicitor_content p span,
.xestra_presentation h1 {
    font-family: avenir-black, Verdana;
}
.btn_more_info {
    background-color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 15px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #000;
}
.btn_more_info:hover {
    background-color: var(--main-red);
    text-decoration: none;
    color: #fff;
}
@media (max-width: 992px) {
    .solicitor_arrow h2,
    .solicitor_content {
        width: 80%;
    }
}
@media (max-width: 500px) {
    .solicitor_content {
        margin-top: 50px;
        width: 100%;
    }
    .solicitor_arrow h2 {
        top: 75%;
        font-size: 1.5rem;
        width: 80%;
    }
}
.xestra_presentation {
    background-color: #2e313a;
    color: #fff;
    padding: 80px 0;
}
.xestra_presentation h1 {
    font-size: 1.5rem;
}
.xestra_presentation a {
    color: #00a0af;
    font-family: avenir-medium, Verdana;
    transition: color 0.5s ease-in-out;
}
.xestra_presentation a:hover {
    color: var(--main-yellow);
    text-decoration: none;
}
.xestra_presentation p {
    font-family: avenir-book, Verdana;
    font-size: 0.9rem;
    margin-top: 20px;
}
.xestra_presentation .logo_xestra_dark {
    text-align: center;
}
@media (max-width: 768px) {
    .xestra_presentation .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .xestra_presentation .logo_xestra_dark {
        margin-bottom: 20px;
    }
    .xestra_presentation {
        background-color: #dbdbdb;
        padding: 50px 0;
    }
    .xestra_presentation h1,
    .xestra_presentation p {
        color: #000;
    }
    .xestra_presentation p {
        font-weight: 500;
    }
}
.contact {
    background-color: #f6f6f6;
    padding: 150px 0;
}
.contact_form,
.contact_title {
    width: 80%;
    margin: 0 auto;
}
.contact_title img {
    height: 130px;
}
.contact_title h2 {
    font-family: avenir-black, Verdana;
    color: #2e313a;
    text-transform: uppercase;
}
.contact_title p {
    font-family: avenir-book, Verdana;
}
.contact_form .wpforms-field-label {
    color: #9d9d9d;
    font-family: avenir-book, Verdana;
}
#wpforms-89-field_1 {
    border-radius: 20px;
}
#wpforms-89-field_2 {
    border-radius: 15px;
}
#wpforms-submit-89 {
    background-color: var(--main-yellow);
    color: #fff;
    text-transform: uppercase;
    font-family: avenir-black, Verdana;
    border-radius: 20px;
    padding: 10px 30px;
    border: 0;
}
.contact_form .wpforms-submit-container {
    text-align: center;
}
@media (max-width: 768px) {
    .contact_title {
        width: 100%;
    }
    .speech_icon {
        text-align: right;
    }
    .speech_icon img {
        height: 70px;
    }
}
.process_explanation {
    width: 45%;
    margin: 100px auto 50px;
    text-align: center;
}
.process_container p:first-child {
    color: #fff;
    font-family: avenir-book, Verdana;
}
.process_explanation h2 {
    font-family: avenir-roman, verdana;
    color: var(--main-yellow);
    text-align: center;
    margin-bottom: 30px;
}
.process_explanation h2 span {
    font-family: avenir-black, Verdana;
    text-decoration: underline;
}
.process_explanation p {
    font-family: avenir-book, Verdana;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
}
.sell_now_btn {
    background-color: var(--main-red);
    color: #fff;
    text-transform: uppercase;
    font-family: avenir-black, Verdana;
    transition: all 0.5s ease-in-out;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
}
.sell_now_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--main-yellow);
}
.how-it-works .process {
    background-size: cover;
}
.our_service_title
{
   font-family: avenir-black, verdana !important;
    
   font-size: 2.5rem;
}
.solicitation {
    background-image: url(assets/images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 100px 0;
}
 
.solicitation h2 {
    font-family: avenir-black, verdana;
    width: 50%;
    font-size: 2.5rem;
}
.solicitation h2 span {
    color: var(--main-red);
}
.solicitation h5
{
    width: 50%;
    font-family: avenir-roman,verdana, Geneva, Tahoma, sans-serif;
    font-size:1.2rem;
}
.solicitation p
{
    width: 50%;
    font-family: avenir-book,verdana, Geneva, Tahoma, sans-serif;
}
.Spotlight_Showcases
{
/*     height: 600px; */
	height:auto;
	padding-bottom:10px;
}
.Spotlight_Showcases h2
{
    margin: 25px 0 20px 0;
    width: 100%;
    font-family: avenir-black;
    font-size: 2rem;
    text-align: center;
}
.carouselCaptions
{
    width: 100%;
    min-height: 550px;
    margin-bottom: 20px;
}
.carousel-item
{
    width: 100%;
    height: auto; 
  
}
.carousel-item img {
   height: auto; 
    object-fit:cover;
}
.carousel-control-prev-icon {
    background-color:#FDB913 !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M14.91 6.71a.996.996 0 0 0-1.41 0L8.91 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41'/%3E%3C/svg%3E") !important;
    border-radius: 50% !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
}


.carousel-control-prev-icon:hover {
    opacity: 0.85 !important;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FDB913' d='M14.91 6.71a.996.996 0 0 0-1.41 0L8.91 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41'/%3E%3C/svg%3E"); */
}

.carousel-control-next-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
    display: inline-block !important;
    background-color: #FDB913 !important;
    background-size: 100% 100% !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9.31 6.71a.996.996 0 0 0 0 1.41L13.19 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01'/%3E%3C/svg%3E") !important;
    border-radius: 50% !important;
}

.carousel-control-next-icon:hover {
    opacity: 0.85 !important;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FDB913' d='M9.31 6.71a.996.996 0 0 0 0 1.41L13.19 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01'/%3E%3C/svg%3E") !important; */
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.85 !important;
    width: 8.5% !important;
}
.carousel-indicators li {
    width: 0.65rem !important;
    height: 0.65rem !important;
    background-color: transparent !important;
    z-index: 110;
    border-radius: 50% !important;
    border: #FDB913, 0.125rem, solid !important;
    display: inline-block;
}


.carousel-indicators li.active {
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color:  #FDB913 !important;
    z-index: 110;
    border-radius: 50% !important;
    border: 0 !important;
}


@media (max-width: 992px) {
    .process_explanation {
        width: 85%;
        margin: 100px auto 50px;
    }
    .solicitation h2 
    {
        width: 75%;
    }
    .solicitation h5
    {
        width: 75%;
    }
    .solicitation p
    {
        width: 75%;
    }

}
@media (max-width: 680px) {
    .solicitation h2 
    {
        width: 100%;
    }
    .solicitation h5
    {
        width: 100%;
    }
    .solicitation p
    {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .solicitation {
        background-position: left;
    }
    .solicitation h2 {
        width: 100%;
    }
	.Spotlight_Showcases h2
{
   
    font-size: 1.5rem;
   
}
/* 	.Spotlight_Showcases
	{
		height:400px;
	}	
	.carousel-item img {
    height:400px;
  
} */
    
}
.our_service {
    background-color: var(--main-yellow);
    padding: 100px 0;
}
.faq .accordion_title p,
.our_service__content h2 {
    font-family: avenir-roman, verdana;
    font-size: 2.5rem;
    color: #2e313a;
}
.our_service__content h2 span,
.our_service__content h3,
.solicitation h2 span {
    font-family: avenir-black, Verdana;
}
.our_service__content h3 {
    color: #fff;
    margin: 30px 0;
}
.our_service__content h4,
.page_title h1 {
    color: #2e313a;
    font-family: avenir-black, Verdana;
}
.our_service__content p {
    color: #2e313a;
    font-family: avenir-book, Verdana;
    margin-top: 20px;
}
.our_service .row {
    align-items: center;
    justify-content: center;
}
.plate_image,
.sell_now_cta {
    text-align: center;
}
.our_service .sell_now_btn:hover {
    background-color: #000;
    color: #fff;
}
.sell_now_cta {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .our_service__content h2 {
        width: 70%;
    }
}
@media (max-width: 768px) {
    .our_service .row {
        flex-direction: column-reverse;
    }
    .plate_image {
        margin-bottom: 30px;
        text-align: left;
    }
}
.banner {
    padding: 80px 0 200px;
    background-image: url(assets/images/banner_sell_now.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page_title {
    position: relative;
}
.page_title h1 {
    z-index: 2;
    text-transform: uppercase;
}
.page_title p {
    font-family: avenir-book, Verdana;
    color: #767676;
    font-size: 1.3rem;
}
.page_title__content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 50%;
    margin: 0 auto;
}
.form_sell_house {
    background-color: #f6f6f6;
    padding: 100px 0;
}
@media (max-width: 992px) {
    .page_title__content {
        width: 80%;
    }
}
.faq,
.faq .card-header {
    background-color: var(--main-yellow);
}
.faq {
    padding: 100px 0;
}
.faq .card-header {
    border-bottom: 2px dashed #fff !important;
    cursor: pointer;
}
.faq .accordion_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.faq .accordion_title p {
    color: #7e5c09;
    font-size: 1rem;
}
.faq .accordion_title p:hover {
    text-decoration: none;
}
.faq .card {
    border: 0;
}
.faq .card-header:first-child {
    border-radius: 0;
}
.accordion {
    width: 70%;
    margin: 0 auto;
}
.faq .faq_title {
    position: relative;
}
.faq .faq_title__content {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    margin: 0 auto;
}
.faq_title__content h2 {
    font-family: avenir-black, Verdana;
}
.faq .faq_title_container {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}
.faq .faq_icon {
    opacity: 0.4;
}
.faq_title__content p {
    color: #fff;
}
@media (max-width: 992px) {
    .faq .faq_title_container {
        height: auto;
        margin-bottom: 100px;
    }
    .faq_icon {
        text-align: right;
        margin-top: 50px;
        max-width: 80px;
    }
    .faq .faq_title__content {
        width: 80%;
        top: 30%;
    }
}
.main_form_container .wpforms-field-label {
    color: #9d9d9d;
    font-family: avenir-book, Verdana;
}
.main_form_container .wpforms-field-large {
    border-radius: 20px !important;
}
.main_form_container .wpforms-page-indicator-page-progress {
    background-color: var(--main-yellow) !important;
}
.form_sell_house .main_form_container .wpforms-page-button {
    background-color: var(--main-yellow) !important;
    border-radius: 15px;
    padding: 5px 30px;
    color: #fff !important;
    font-family: avenir-black, Verdana;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border: 0 !important;
}
.form_sell_house .main_form_container .wpforms-pagebreak-left {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.form_sell_house .wpforms-submit-container {
    text-align: center;
}
.form_sell_house .wpforms-submit {
    background-color: var(--main-yellow) !important;
    border-radius: 15px !important;
    padding: 5px 30px;
    color: #fff !important;
    font-family: avenir-black, Verdana;
    text-transform: uppercase !important;
    transition: all 0.5s ease-in-out;
    border: 0 !important;
    margin-top: 40px;
}
.form_sell_house .main_form_container .wpforms-page-button:hover,
.form_sell_house .wpforms-submit:hover {
    background-color: #000 !important;
}
.form_sell_house .wpforms-field-description a {
    font-size: 1rem;
    color: var(--main-yellow);
    font-family: avenir-black, Verdana;
    transition: all 0.6s ease-in-out;
}
@media (max-width: 500px) {
    .form_sell_house .wpforms-page-indicator {
        display: flex;
        flex-wrap: wrap;
    }
    .form_sell_house .wpforms-field {
        width: 100% !important;
        margin: 0 !important;
    }
}
.form_sell_house .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    display: none !important;
}
.form_sell_house .wpforms-page-indicator-page-title-sep {
    margin-right: 5px !important;
}
.form_sell_house .wpforms-page-indicator,
.not_found_page h1 {
    font-family: avenir-black, Verdana;
}
.form_sell_house .wpforms-page-indicator-page-title-sep,
.form_sell_house .wpforms-page-indicator-steps {
    font-size: 2rem !important;
}
.form_sell_house .wpforms-page-indicator-page-title {
    color: var(--main-yellow);
    text-transform: uppercase !important;
    font-size: 2rem !important;
}
.form_sell_house .wpforms-page-indicator-steps-current {
    color: #fff;
    background-color: var(--main-yellow) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 0;
    display: inline-block;
    text-align: center;
    font-size: 2rem !important;
    line-height: 40px !important;
}
.not_found_page {
    background-color: var(--main-yellow);
    padding: 100px 0;
}
.not_found_page h1 {
    font-size: 4rem;
}
.not_found__btn,
.not_found__content a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.not_found__content a {
    font-weight: 700;
}
.not_found__content .btn-blue button:hover {
    box-shadow: inset 200px 0 0 0 #5e991a;
    background-color: #5e991a;
}
.not_found__content .page_title__content {
    left: 15%;
    transform: rotate(-5deg);
    max-width: 100%;
    width: auto;
}
.not_found__content .page_title {
    margin-bottom: 100px;
}
.not_found__content p {
    margin-bottom: 50px;
}
.not_found__btn {
    background-color: var(--main-red);
    text-transform: uppercase;
    font-family: avenir-black, Verdana;
    text-align: center;
    padding: 5px 30px;
    border-radius: 15px;
}
.not_found__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
@media (max-width: 500px) {
    .not_found__content .page_title__content {
        position: initial;
        margin-left: 30px;
        text-align: center;
    }
    .not_found__content {
        text-align: center;
    }
    .not_found__content .page_title img {
        display: none;
    }
    .not_found_page h1 {
        text-align: left;
    }
}
.blog_page {
    font-family: avenir-book, Verdana;
}
.blog_content {
    margin-top: 100px;
}
.blog_left_column .article_card {
    background-color: #f6f6f6;
    padding: 0;
}
.article_card article {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 50px;
}
.article_card img:hover {
    transform: sca;
}
.article_card a {
    color: var(--main-yellow);
    text-decoration: none;
}
.article_image__container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}
.article_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    transition: all 0.5s ease-in-out;
}
.article_image__container:focus .article_image,
.article_image__container:hover .article_image {
    transform: scale(1.2);
}
.article_image:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(253, 185, 19, 0.7);
}
.article_image__container:focus .article_image:before,
.article_image__container:hover .article_image:before {
    display: block;
}
.entry-header {
    margin-bottom: 20px;
    text-align: center;
}
.entry-header a,
aside a {
    font-family: avenir-book, Verdana;
}
.entry-header a {
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}
.entry-header a:hover {
    text-decoration: none;
    color: #000;
}
.entry-header h1 a,
.entry-header h2 a {
    font-family: avenir-black, Verdana;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: #2e313a;
}
.entry-footer {
    text-align: center;
    margin-top: 30px;
}
.entry-footer .read_more_btn {
    border: 2px dashed var(--main-yellow);
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
}
.entry-footer .read_more_btn:hover {
    border: 2px solid transparent;
}
.entry-footer .read_more_btn,
.widget-title {
    font-family: avenir-black, Verdana;
    color: var(--main-yellow);
}
aside a {
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    color: #000;
}
.entry-header a,
aside a:hover {
    color: var(--main-yellow);
    text-decoration: none;
}
aside a:hover {
    border-bottom: 2px dashed var(--main-yellow);
}
aside .search-submit {
    background-color: var(--main-yellow);
    border: transparent;
    color: #fff;
    font-family: avenir-black, verdana;
    border-radius: 20px;
    display: block;
}
#comment,
.comment-form input,
aside .search-field {
    border: 0;
    background-color: #f6f6f6;
    border-radius: 20px;
}
aside .search-form {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .blog_page .page_title__content {
        width: 80%;
        left: 20%;
    }
    .blog_left_column {
        margin-bottom: 50px;
    }
    .article_image__container {
        height: 200px;
    }
    .article_image {
        background-size: cover;
    }
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-meta {
        text-align: left;
    }
    .sidebar {
        background: #f6f6f6;
        padding: 50px 20px;
    }
}
.single_post__header {
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-bottom: 100px;
    position: relative;
}
.single_post__header:after {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single_post__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.comment-respond h3,
.single_post__content h1 {
    font-family: avenir-black, Verdana;
    font-size: 3rem;
}
.single_post__content a {
    color: #fff;
    font-family: avenir-black, Verdana;
}
.single_post__content #breadcrumbs {
    margin-top: 50px;
}
.single_post__content #breadcrumbs a {
    background-color: #fff;
    color: #000;
    padding: 2px 10px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    font-weight: 900;
}
.entry-footer .read_more_btn:hover,
.single_post__content #breadcrumbs a:hover {
    color: #fff;
    background-color: var(--main-yellow);
    text-decoration: none;
}
#comment {
    width: 100%;
}
.comment-respond {
    margin: 100px 0 50px;
}
.comment-respond h3 {
    color: var(--main-yellow);
    margin-bottom: 50px;
}
.comment-body a,
.comment-respond a {
    color: #000;
    border-bottom: 2px dashed var(--main-yellow);
    transition: all 0.6s ease-in-out;
}
.comment-body a:hover,
.comment-respond a:hover,
.single_post__content a:hover {
    color: var(--main-yellow);
    text-decoration: none;
}
#cancel-comment-reply-link {
    font-size: 1.5rem;
}
.comment-form .submit {
    background-color: var(--main-yellow);
    padding: 10px 20px;
}
.related_entries h3,
.single_post .comments-title {
    font-family: avenir-black, Verdana;
    font-size: 2rem;
    margin: 100px 0 50px;
    color: var(--main-yellow);
}
.reply .comment-reply-link {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    border-bottom: none;
}
.related_entries h3 {
    font-size: 3rem;
}
.single_post_slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    min-height: 600px;
}
.inner_page .addtoany_share_save_container,
.single_post_slide .addtoany_share_save_container {
    display: none;
}
.single_post_slide__content {
    padding: 50px 30px;
}
.single_post_slide__content img {
    width: 100%;
    margin-bottom: 30px;
    max-height: 200px;
}
.single_post_slide__content a {
    color: #000;
    text-decoration: none;
    font-family: avenir-black, Verdana;
    transition: all 0.5s ease-in-out;
}
.single_post_slide__content a:focus,
.single_post_slide__content a:hover {
    color: var(--main-yellow);
    text-decoration: none;
}
.addtoany_header {
    font-family: avenir-black, Verdana;
}
.related_entries {
    margin-bottom: 100px;
}
.blog_page_title,
.inner_page h1 {
    text-align: center;
    font-family: avenir-black, Verdana;
    margin: 50px 0;
}
.a2a_menu,
.blog_page_title {
    color: var(--main-yellow);
}
.pagination_container li a,
.pagination_container li a:hover,
.pagination_container li.disabled {
    width: 30px;
    height: 30px;
}
.pagination_container li a,
.pagination_container li a:hover,
.pagination_container li.active a,
.pagination_container li.disabled {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_container li a:hover,
.pagination_container li.active a {
    background-color: var(--main-yellow);
}
.pagination_container li.active a {
    width: 40px;
    height: 40px;
}
.a2a_menu {
    font-family: avenir-book, Verdana;
}
.inner_page {
    margin-bottom: 100px;
}
.inner_page h1 {
    color: #fdb911;
}
.inner_page h2,
.inner_page h3 {
    font-family: avenir-medium, Verdana;
    font-weight: 600;
}
