/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}



a{
	text-decoration: none;
}

.entry-title{
	display: none !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: #a60008 !important;
}

figure{
    width: auto !important;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

#post-260 .entry-header{
	display: none;
}

.page-id-490 .entry-header{
	display: none;
}

.page-id-306 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	color: #2A2A2A !important;
}

.posts-navigation{
    display: none;
}

#primary{
    margin-bottom: 30px;
}

.read-more-shortcode-button{
    background-color: #a60008;
    border: 0;
    color: #fff!important;
    width: fit-content;
    padding: 5px 20px;
    cursor: pointer;
}

.modal.show .modal-dialog {
    margin-top: 200px;
}

@media (max-width: 768px) {
    .modal.show .modal-dialog {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 892px !important;
        width: 90%;
    }
}
/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl11 {
    background: #F9F7F7;
    padding-top: 100px;
    padding-bottom: 60px;
}

.wa_bl11-line {
    border-bottom: 1px solid #2A2A2A;
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.wa_bl11-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}

.wa_bl11-item-grd {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px #e9e9e9;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 4px;
}

.wa_bl11-title-lnk {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #2A2A2A !important;
}

.wa_bl11-item-grd h3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #2A2A2A !important;
}

.wa_bl11-item-grd-inner {
    padding: 11px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #636363;
    position: relative;
    padding-bottom: 45px;
}

.read_more {
    border: 2px solid #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    padding: 5px 50px;
    width: fit-content;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.read_more .fa-arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}

.read_more:hover .fa-arrow-right {
    right: 10px;
}

.wa_bl11-header {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 30px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

.wa_bl0_blog a {
    border: 2px solid #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A !important;
    padding: 11px 63px;
    margin: auto;
    display: block;
    width: fit-content;
    position: relative;
}

.wa_bl0_blog:hover .fa-arrow-right {
    right: 10px;
}

.wa_bl0_blog .fa-arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}

.wa_bl0_blog:hover .fa-arrow-right {
    right: 20px;
}

.wa_bl11-img {
    display: block;
    background-size: cover;
    width: 300px;
    height: 100%;
    background-position: center;
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

@media (max-width: 1200px) {
    .wa_bl11-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    #wa_bl11 {
        background: #F9F7F7;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .wa_bl11-header {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #2A2A2A;
        margin-bottom: 20px;
    }

    .wa_bl11-line {
        margin-bottom: 20px;
    }

    .wa_bl11-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .wa_bl11-item-grd {
        background: #FFFFFF;
        box-shadow: 0px 0px 25px #e9e9e9;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 4px;
    }

    .wa_bl11-item-grd-inner {
        padding-bottom: 50px;
    }

    .wa_bl11-header {
        font-size: 25px;
    }

    .wa_bl11-img {
        display: block;
        background-size: cover;
        width: 100%;
        height: 200px;
        background-position: center;
    }

    .read_more {
        width: 250px;
    }
}

/*-- BL0 END ---------------------------------------*/

/*-- A0064 ---------------------------------------*/
#a0064 {
    padding: 10px 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    backdrop-filter: blur(2px);
    padding-top: 20px;
}

.a0064-sticky {
    background: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid #ae2124;
}

.a0064-sticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #2A2A2A !important;
}

.a0064-sticky #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    background: #a60008;
}

.a0064-sticky #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	background: #a60008;
}

.a0064-sticky #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	background: #a60008;
}

#a0064 img {
    margin: auto;
    display: block;
    margin: auto;
    display: block;
    /* max-width: 100px; */
    width: 100%;
    height: 70px;
    padding-top: 10px;
}

.a0064-grid {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 25px;
}

.a0064-grid input {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
    margin-bottom: 15px;
}

.a0064-icons {
    display: flex;
    margin-bottom: 15px;
}

.a0064-icons img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px 4px !important;
}

.a0064-call {
    background: #39B54A;
    border-radius: 5px;
    display: block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 155px;
    padding: 5px;
    margin-bottom: 15px;
}

.a0064-grid-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 17px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    padding: 0px 15px 7px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 7px !important;
}

@media (max-width: 1400px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 9px 7px 9px;
    }
}

@media (max-width: 1200px) {
    .a0064-grid {
        grid-gap: 10px;
    }

    #a0064 img {
        margin: auto;
        display: block;
        /*max-width: 150px; */
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 2px 7px 2px;
    }
}

@media (max-width: 992px) {
    .a0064-call {
        width: 155px;
        margin-bottom: 0px;
        height: 100%;
        padding: 5px 20px;
    }

    .a0064-grid-mobile input {
        width: 155px;
    }

    .a0064-sticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        color: #fff !important;
    }

    .a0064-icons {
        display: flex;
        margin-bottom: 0px;
        justify-content: center;
        margin-top: 15px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    padding: 10px 20px 5px 20px;
    text-align: left;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border: 0px solid;
    display: block;
    background: #000000;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 20px 0px 20px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: none !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0;
    }

    #mega-menu-wrap-menu-1 {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #a0064 {
        padding: 5px 20px;
    }

}

@media (max-width: 768px) {
    .a0064-call {
        width: 100%;
        margin-bottom: 0px;
        height: 100%;
    }

    .a0064-grid-mobile input {
        width: 100%;
    }
	
	#a0064 img {
    /* max-width: 50px; */
	}
}

/*-- A0064 END---------------------------------------*/

/*-- a0175 --------------------------------------*/
.a0175 {
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    background-position-x: center;
    background-attachment: fixed;
    overflow: hidden;
}

.a0175-video {
    width: 100%;
    height: auto;
}

.a0175-cntr {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a0175 .bg_semi {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    justify-content: center;
}

.a0175 .bg_semi .wa_text {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-items: center;
    justify-content: center;
}

.a0175 .bg_semi .wa_sub_message {
    display: block;
    align-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #F9F7F7;
}

.a0175 .bg_semi .wa_final_statement {
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}

.a0175-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    grid-gap: 26px;
}

.a0175-left-btn {
    background: #f9f7f7d9;
    border-radius: 5px;
    display: block;
    align-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0d0d0dba !important;
    width: fit-content;
    padding: 11px 60px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    max-width: 320px;
}

.a0175-left-btn:hover {
    color: #ad2426 !important;
    transition: 0.9s;
}

.a0175-left-btn:hover .fa-arrow-right {
    right: 10px;
    color: #f44336 !important;
    transition: 0.9s;
}

.final_statement {
    display: block;
    padding-top: 0px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

.a0175-left-btn .fa-arrow-right {
    position: absolute;
    right: 17px;
    top: 14px;
    font-size: 20px;
    color: #0d0d0d8f !important;
    width: 30px;
}

.bg_logo {
    display: block;
    margin: 20px 0px;
}

.bg_border-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90.05deg, #39B54A 26.97%, #00ADDD 87.29%);
}

.wa_white {
    border-bottom: 2px solid #fff;
    max-width: 420px;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 1600px) {

}

@media (max-width: 992px) {
    .a0175 .bg_semi .wa_text {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .a0175 .bg_semi .wa_text {
        font-size: 40px;
        margin-top: 10px;
    }

    .a0175 {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .a0175-video {
        display: none;
    }


    .a0175-cntr {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        transform: none;
    }

    .final_statement {
        font-size: 18px;
        margin-top: 20px;
    }

    .a0175-left-btn {
        padding: 11px 50px;
        margin-top: 20px;
    }

    .a0175 .bg_semi {
        margin-top: 100px;
        margin-bottom: 80px;
    }
}

/*-- a0175 END --------------------------------------*/

/* A0035 Start --------------------*/
.a0035 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.a0035-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.a0035-item {
    background: #FFFFFF;
    padding: 30px 14px;
}

.a0035-item:hover {
    transition: 0.9s;
    box-shadow: 0px 35px 35px rgb(233 233 233 / 80%);
}

.a0035 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    border-bottom: 1px solid #2A2A2A;
    width: fit-content;
    margin: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.a0035 img {
    display: block;
    margin: auto;
}

.a0035 h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #2A2A2A;
    margin-top: 20px;
    margin-bottom: 10px;
}

.a0035-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #636363;
}

.a0035 h4 {
    background: #00549D;
    border: 1px solid #00549D;
    box-sizing: border-box;
    border-radius: 40px;
    width: fit-content;
    padding: 5px 20px;
    display: block;
    margin: auto;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 992px) {
    .a0035-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .a0035 h2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .a0035 {
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 576px) {
    .a0035 h2 {
        font-size: 30px;
    }

    .a0035 h4 {
        font-size: 18px;
    }
}

/* A0035 END --------------------*/

/* A0209 -------------------------------------------------------*/

#a0209 {
    padding: 50px 0px;
    padding-bottom: 80px;
}

.a0209-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}

.a0209-grd h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 15px;
}

.a0209-black-line {
    border-bottom: 1px solid #2A2A2A;
    margin-bottom: 20px;
    max-width: 190px;
}

.a0209-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

.a0209-btn {
    background: #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 11px 90px;
    display: block;
    margin-top: 30px;
    width: fit-content;
    position: relative;
}

.a0209-btn .fa-arrow-right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0%, -50%);
}

.a0209-btn:hover {
    color: #ad2426 !important;
    transition: 0.9s;
    background: #e3e0df;
}

.a0209-btn:hover .fa-arrow-right {
    right: 20px;
    color: #f44336 !important;
    transition: 0.9s;
}


.a0209-div-img {
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    order: 1;
}

#a0095 {
    background-repeat: no-repeat;
    background-size: cover !important;
    background: rgba(84, 135, 85, 0.62);
    padding-top: 20px;
    padding-bottom: 20px;
}

.a0095-benefits__element h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #2A2A2A;
}

.a0095-benefits__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: auto;
    grid-gap: 20px;
    margin-top: 35px;
    padding-bottom: 0px;
    justify-items: center;
    background: #F9F7F7;
}

.a0095-benefits__element h4 {
    max-width: 225px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #636363;
    margin: 0px;
}

.a0095-benefits__element {
    width: 100%;
    display: grid;
    justify-items: center;
    padding: 15px 20px;
}

.a0095-benefits__element p {
    margin-bottom: 0rem;
}

@media (max-width: 1200px) {
    #a0209 {
        padding: 0px 0px;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .a0209-grd {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .a0209-div-img {
        height: 500px;
        order: 0;
    }
}

@media (max-width: 576px) {
    .a0095-benefits__inner {
        grid-template-columns: 1fr;
    }
}

/* A0209 END -------------------------------------------------------*/

/*-- A0179 -------------------------------------------*/
#a0179 {
    overflow: hidden;
    background: #F9F7F7;
    padding: 40px 0px;
    padding-top: 65px;
}

.a0179-head {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

.a0179-line {
    border-bottom: 1px solid #2A2A2A;
    margin: auto;
    margin-bottom: 40px;
    display: block;
    width: 196px;
    margin-top: 30px;
}

#a0179 .carousel-item {
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    padding: 50px 270px;
    position: relative;
}

#a0179 .carousel-indicators {
    display: none !important;
}

#a0179 .fa-arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}

.a0179-footer-btn {
    background: #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 11px 70px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 35px;
    position: relative;
}

.a0179-footer-btn:hover {
    color: #ad2426 !important;
    transition: 0.9s;
    background: #e3e0df;
}

.a0179-footer-btn:hover .fa-arrow-right {
    right: 10px;
    color: #f44336 !important;
    transition: 0.9s;
}

#a0179 .carousel-indicators [data-bs-target] {
    width: 16px !important;
    height: 16px !important;
    background: #f8f9fa !important;
    border: 0px !important;
    opacity: 1 !important;
    border-radius: 50%;
}

#a0179 .carousel-indicators .active {
    background: #619F42 !important;
}

.a0179-arrow-bg {
    background: transparent;
    width: 50px;
    height: 50px;
    display: grid;
    align-items: center;
    justify-items: center;
    border: 2px solid #fff;
    color: #fff;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}

#a0179 .carousel-control-next, #a0179 .carousel-control-prev {
    width: 10%;
}

.a0179-body {
    padding: 14px;
    background: rgba(255, 255, 255, 0.9);
    width: fit-content;
    max-width: 430px;
}

.a0179-body h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #4F524D;
}

.a0179-body h6 {
    position: absolute;
    left: 14px;
    top: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 20px;
}

.a0179-btn {
    display: block;
    background: transparent;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FCFCFC;
    padding: 13px;
    margin-top: 0px;
    border: 2px solid #2A2A2A;
    width: 88px;
}

.a0179-btn:hover {
    background: #63636345;
    border: 2px solid #ffffff;
}

.a0179-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 35px;
}

.a0179-body-2 h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.a0179-body-2 h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
}

.a0179-main-img {
    width: 100%;
}

.a0179-address-grd {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.a0179-adress-item {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2A2A2A;
}

.a0179-adress-item a {
    color: #2A2A2A !important;
}

.a0179-btn {

}

.a0179-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 30px;
    margin-bottom: 5px;
}

.parammeters-grd {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.parammeters-grd-item {
    display: flex;
    grid-gap: 10px;
}

#a0179 .carousel-control-prev {
    width: 10%;
    width: fit-content;
    margin-left: 11%;
}

#a0179 .carousel-control-next {
    width: 10%;
    width: fit-content;
    margin-right: 11%;
}

@media (max-width: 1400px) {
    .a0179-body-2 h2 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .a0179-grd {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 35px;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .a0179-body {
        background: rgba(252, 252, 252, 0.9);
        width: fit-content;
        max-width: 560px;
        margin: auto;
        margin-top: 20px;
    }

    #a0179 .carousel-item {
    }

    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 130%;
        color: #4F524D;
    }

    .a0179-body a {
        margin-top: 0px;
    }

    #a0179 .carousel-item {
        padding: 20px 200px;
    }

    #a0179 {
        padding: 20px 0px;
        padding-top: 20px;
    }

    .a0179-head {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .a0179-line {
        border-bottom: 1px solid #2A2A2A;
        margin: auto;
        margin-bottom: 25px;
        display: block;
        width: 196px;
        margin-top: 15px;
    }

    .a0179-footer-btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .a0179-address-grd {

    }

    .a0179-adress-item {
        font-size: 14px;
        line-height: 120%;
    }

    .a0179-location-img {

    }

    #a0179 .carousel-item {
        padding: 10px 0px;
    }

    .a0179-footer-btn {
        background: #2A2A2A;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF !important;
        padding: 11px 40px;
        display: block;
        width: fit-content;
        margin: auto;
        margin-top: 35px;
        position: relative;
    }

    #a0179 .fa-arrow-right {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .a0179-body {
        background: rgba(252, 252, 252, 0.9);
        width: fit-content;
        max-width: 560px;
        margin: auto;
        margin-top: 20px;
    }

    .a0179-footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 10px;
        margin-bottom: 5px;
        justify-items: center;
    }

    .a0179-arrow-bg {
        background: #ffffff;
        width: 50px;
        height: 50px;
        display: grid;
        align-items: center;
        justify-items: center;
        border: 2px solid #000;
        color: #fff;
        margin-top: -200px;
    }

    .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
        filter: invert(1) grayscale(100);
    }

    .a0179-body {
        background: rgba(252, 252, 252, 0.9);
        padding: 10px;
        width: fit-content;
        max-width: 560px;
        margin: auto;
        margin-top: 0px;
    }

    .a0179-grd {
        grid-gap: 20px;
    }

    .a0179-body-2 h2 {
        font-size: 18px;
    }

    .a0179-body-2 h3 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 130%;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        color: #4F524D;
    }

    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        color: #4F524D;
    }

    #a0179 .carousel-control-next, #a0179 .carousel-control-prev {
        width: 5%;
    }

    #a0179 .carousel-item {
    }
}

/*-- A0179 END---------------------------------------*/

/*-- a0073 --------------------------------------*/
.a0073-slideshow-container {
    position: relative;
	margin-bottom: 40px;
}

#a0073 {
    padding: 100px 0px;
}

#a0073 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 20px;
}

.a0073-quote {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #636363;
}

.a0073-line {
    border-bottom: 1px solid #2A2A2A;
    width: 196px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
}

#a0073 q {
    margin-bottom: 10px;
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.a0073-Slides {
    display: none;
    padding: 20px 20px;
    width: 88%;
    padding-top: 20px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgb(233 233 233 / 80%);
    margin: auto;
    margin-top: 20px;
}

.a0073-prev, .a0073-next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.a0073-prev img, .a0073-next img {
    height: 50px;
}

.a0073-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.a0073-prev:hover, .a0073-next:hover {
}

.a0073-dot-container {
    text-align: center;
    padding: 10px 20px;
    background: #ddd;
}

.a0073-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.a0073-active, .a0073-dot:hover {
    background-color: #717171;
}

q {
    font-style: italic;
}

.a0073-author {
    margin: 0px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #a0073 {
        padding: 30px 0px;
    }

    .a0073-Slides {
        display: none;
        padding: 0px 40px;
        padding-top: 20px;
        text-align: center;
    }

    #a0073 h2 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 48px;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #2A2A2A;
        margin-bottom: 15px;
    }

    .a0073-prev img, .a0073-next img {
        height: 30px;
    }

    .a0073-prev, .a0073-next {
        padding: 5px;
    }
	
	.a0073-author{
		padding-bottom: 20px;
	}
}

/*-- a0073 END --------------------------------------*/

/*-- a0029 --------------------------------------*/
#A0029 {
    margin-top: 20px;
}

.A0029-text-block {
    text-align: center;
    margin-top: 50px;
    color: #4b4a4a;
}

.A0029-text-block h2 {
    font-size: 58px;
    margin: 0px;
    margin-bottom: 20px;
}

.A0029-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    width: 100%;
    grid-gap: 0px;
}

.A0029-block-start {
    background: #F9F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.A0029-block-start h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
}

.a0029-Communities-btn {
    background: #2A2A2A;
    color: #FFFFFF !important;
    padding: 11px 70px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    position: relative;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
}

.a0029-Communities-btn:hover {
    color: #ad2426 !important;
    transition: 0.9s;
    background: #e3e0df;
}

.a0029-Communities-btn:hover .fa-arrow-right {
    right: 10px;
    color: #f44336 !important;
    transition: 0.9s;
}

.a0029-Communities-btn .fa-arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}

.A0029-block-start {
    width: 100%;
    height: 370px;
}

.A0029-block {
    width: 101%;
    height: 370px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.A0029-item {
    position: absolute;
    visibility: hidden;
    left: 0px;
    background: rgba(16, 16, 16, 0.6);
    font-size: 30px;
    color: white;
    width: 100%;
    height: 100%;
    top: 240px;
    overflow: hidden;
}

.A0029-item p {
    display: grid;
    width: 100%;
    justify-items: center;
    align-items: center;
    height: 100%;
    margin: auto;
    color: #fff;
    text-decoration: none;
    border: none;
}

.A0029-item a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #2a2a2a !important;
    padding: 11px 57px;
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 30px;
    position: relative;
}

.A0029-item .fa-arrow-right {
    position: absolute;
    right: 17px;
    top: 14px;
    font-size: 20px;
    color: #2a2a2a !important;
    width: 30px;
}

.A0029-block:hover .A0029-item {
    visibility: visible;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translatey(-160px);
    -webkit-transform: translatey(-240px)
}

.A0029-item {
    display: flex;
    align-items: center;
    padding: 25px;
}

.A0029-block:hover .a0029-hdr {
    display: none;
}

.a0029-hdr {
    width: 100%;
    justify-items: center;
    height: 100%;
    margin: auto;
    text-decoration: none;
    border: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    display: grid;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
}

.A0029-block:hover {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.a0029-descrip {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.a0029-item-inner {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

@media (max-width: 992px) {

    .A0029-container {
        grid-template-columns: 1fr 1fr;
    }

	#A0029{
		margin-top: 0px;
	}
	
	.a0211-grd iframe{
		height: 300px !important;
	}
	
}

@media (max-width: 768px) {

    .A0029-container {
        grid-template-columns: 1fr;
    }
	
	.a0211-grd iframe {
    height: 200px !important;
	}

}

@media (max-width: 480px) {
}

/*-- a0029 END --------------------------------------*/


/*-- a0211 ------------------------------------------*/

#a0211 {
    padding: 60px 0px;
	padding-bottom: 80px;
}

.a0211-grd {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 35px;
}

.a0211-grd h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
}

.a0211-line {
    border-bottom: 1px solid #2A2A2A;
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.a0211-desc {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #636363;
    margin-bottom: 20px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container {
    margin-bottom: 0;
    border-radius: 0px !important;
    border: 1px solid #ABABAB !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363 !important;
}

.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    background: #2A2A2A !important;
    width: 100% !important;
    display: block;
    border-radius: 0px !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0px !important;
}

#a0211 fieldset {
    padding: 0px !important;
}

.a0211-video-title {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #636363;
    margin-top: 20px;
}

#a0211 input[type="text"], #a0211 input[type="email"], #a0211 input[type="url"], #a0211 input[type="password"], #a0211 input[type="search"], #a0211 input[type="number"], #a0211 input[type="tel"], #a0211 input[type="range"], #a0211 input[type="date"], #a0211 input[type="month"], #a0211 input[type="week"], #a0211 input[type="time"], #a0211 input[type="datetime"], #a0211 input[type="datetime-local"], #a0211 input[type="color"], #a0211 textarea {
    border-radius: 3px !important;
    padding: 5px !important;
    border: 1px solid #ABABAB !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130% !important;
    display: flex;
    align-items: center;
    color: #636363 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

#a0211 select {
    border: 1px solid #ccc;
    border-radius: 3px !important;
    padding: 5px !important;
    border: 1px solid #ABABAB !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130% !important;
    display: flex;
    align-items: center;
    color: #636363 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

#a0211 button, input[type="button"], #a0211 input[type="reset"], #a0211 input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0px !important;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 11px 100px;
    background: #2A2A2A !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
}

#a0211 button:hover {
    color: #ad2426 !important;
    transition: 0.9s;
    background: #e3e0df !important;
}

@media (max-width: 1200px) {
    .a0211-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }

    .a0211-grd img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #a0211 {
        padding: 30px 0px;
    }

    .a0211-grd {
        grid-gap: 15px;
    }
}

/*-- a0211 END --------------------------------------*/

/* F5 Footer 1 -------------------------------*/
.wa_f5 {
    color: #FFF;
    padding-bottom: 10px;
    border-top: solid 4px #A60008;
    background: #222222;
}

.wa_f5 a:link, .wa_f5 a:visited, .wa_f5 a:active {
    color: #FFF;
	text-decoration: none !important;
}

.wa_f5 a:hover {
    color: #fff;
}

.wa_f5_sbft {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Lato';
    margin-top: 10px;
}

.wa_f5 .wa_h5_hr {
    border-color: #FFF;
}

.wa_f5 .wa_f5_soc {
    font-size: 30px;
}

.wa_f5 .wa_f5_soc a:hover {
    color: #000;
    transition: 0.5s;
}

.wa_f5-grid-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 35px;
    margin-top: 24px;
    margin-bottom: 25px;
    align-items: center;
    justify-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.logos-grd {
    display: flex;
    grid-gap: 25px;
    align-items: center;
}

.logos-grd img {
    height: 40px;
}

.wa_h5_center-grd h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.wa_h5_icons-grd {
    display: grid;
    grid-gap: 15px;
    margin-top: 10px;
    grid-template-columns: auto auto auto auto;
    width: 230px;
}

.wa_h5_icons-grd img {
    height: 35px;
}

.wa_f5 hr {
    margin: 0rem 0 !important;
    opacity: 1;
    background: #FFFFFF !important;
    border: 0px !important;
}

.wa_h5_center-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wa_h5-lnk {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
	text-decoration: none !important;
}

.wa_h5_contacts {
    margin-top: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.desctop-none {
    display: flex;
}

.mobile-show {
    display: none;
}

@media (max-width: 992px) {
    .wa_f5-grid-top {
        grid-template-columns: 1fr;
    }

    .wa_h5_center-grd {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .wa_h5_center-grd {
        grid-template-columns: 1fr;
    }

    .desctop-none {
        display: none !important;
    }

    .mobile-show {
        display: grid !important;
        margin-top: 20px;
        grid-template-columns: 1fr 1fr !important;
        width: 130px !important;
    }


    .logos-grd {
        display: flex;
        grid-gap: 0px;
        align-items: center;
    }

    .logos-grd img {
        height: 35px;
    }

    .keller-logo {
        width: 140px;
    }
}

/* F5 END ---------------------------------------*/

/* b0001 ---------------------------------------*/
#b0001 {
    height: 331px;
    background-size: cover;
    position: relative;
    background-position: bottom;
}

#b0001 h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b0001-line {
    border-bottom: 1px solid #FFFFFF;
    margin: auto;
    width: 61%;
    margin-top: 10px;
}

.b0001-txt {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 14px;
}

@media (max-width: 992px) {
    .b0001-1 {
        font-size: 31px !important;
    }
}

@media (max-width: 576px) {

    #b0001 h2 {
        font-size: 29px;
        top: 55%;
        width: 300px;
        text-align: center;
    }

}

/* b0001 END ---------------------------------------*/

/* b0002 ---------------------------------------*/
#b0002 {
    padding: 85px 0;
}

.b0002-grid {
    display: grid;
    grid-template-columns: 497px 1fr;
    grid-gap: 35px;
}

#b0002 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

.b0002-line {
    border-bottom: 1px solid #2A2A2A;
    width: 36%;
    padding-bottom: 9px;
}

.b0002-phone, .b0002-mail {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #636363;
	text-decoration: none;
}

.b0002-phone {
    padding-top: 21px;
}

.b0002-mail {
    padding: 10px 0;
}

.cnt-img {
    padding-right: 15px;
    width: 34px;
}

#b0002 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #636363;
}

.bottom-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.bottom-block h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #2A2A2A;
    padding: 85px 0 15px 0;
}

.bottom-block h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #636363;
    padding-bottom: 29px;
    max-width: 535px;
    display: block;
    margin: auto;
}

.btm-txt {
    border: 1px solid #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2A2A2A;
    padding: 10px;
    justify-content: center;
    min-height: 82px;
}

@media (max-width: 1200px) {
    .b0002-grid {
        grid-template-columns: 1fr;
    }

    .bottom-block h3 {
        padding: 50px 0 15px 0;
    }
}

@media (max-width: 992px) {
    .bottom-grd {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #b0002 {
        padding: 30px 0;
    }

    .bottom-block h3 {
        padding: 20px 0 15px 0;
    }

    .gtco-testimonials {
        margin-top: 0px !important;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 20px 0 !important;
        padding-top: 30px !important;
    }

    #a0112 {
        padding: 0px 50px;
        margin-top: 20px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    #a0112-mn {
        padding: 30px 0 30px 0 !important;
    }
}

@media (max-width: 768px) {
    #b0002 {
        padding: 15px 0;
    }

    #b0002 h2 {
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .bottom-grd {
        grid-template-columns: 1fr;
    }

    .bottom-block h3 {
        padding: 15px 0 5px 0;
    }
}

/* b0002 END ---------------------------------------*/
/* -- A0112 ------------------------------------- */
#a0112 {
    padding: 0px 50px;
    margin-top: 40px;
    margin-bottom: 35px;
    padding-bottom: 30px;
}

#a0112-mn {
    background: #F9F7F7;
    padding: 65px 0 35px 0;
    overflow: hidden;
}

#a0112 h3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #2A2A2A;
    margin-bottom: 3px;
}

.a0112-head {
    margin-bottom: 25px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

.a0112-adress {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 7px;
}

.a0112-adress img {
    width: 22px;
    height: 28px;
}

.a0112-arrow {
    border: 2px solid #2A2A2A;
    padding: 7px 0px;
    width: 57px !important;
}

.a0112-bottom {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #2A2A2A;
    padding: 11px 53px;
    margin: auto;
    display: table;
    text-decoration: none !important;
}

.a0112-line {
    border-top: 1px solid #2A2A2A;
    width: 15%;
    margin: auto;
}

.a0112-cont {
    padding: 11px 0;
}

#mixedSlider {
    position: relative;
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
    margin: 50px 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 15px;
    max-height: 308px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 307px;
}

#mixedSlider .MS-controls .MS-left {
    top: 50%;
    transform: translate(-50%, -50%);
}

#mixedSlider .MS-controls .MS-right {
    right: -14%;
    top: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 47%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#mixedSlider .MS-content .item p {
    margin: 0px 1px 0 5px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #2A2A2A;
}

#mixedSlider .MS-content .item a {
    float: none;
    margin: 0 20px 0 0;
    letter-spacing: 1px;
    transition: linear 0.1s;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: block;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-bottom: 10px;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

#blok3 {
    padding: 50px 0px;
    border-bottom: 1px solid #F16503;
}

.title-h2 {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #282828;
}

.title-h3 {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    margin-top: 10px;
}

.fancybox__thumbs {
    display: none !important;
}

.fancybox__counter {
    display: none !important;
}



.fancybox__button--thumbs {
    display: none !important;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}


.owl-nav button.owl-prev {
    left: -70px;
    top: 40%;
    position: absolute;
    color: #fff !important;
    line-height: 100% !important;
    font-size: 100px !important;
}


.owl-nav button.owl-next {
    right: -70px;
    top: 40%;
    position: absolute;
    color: #fff !important;
    line-height: 100% !important;
    font-size: 100px !important;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-dots {
    text-align: center;
    display: none;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #a7040b;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #a7040b;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    margin: 0 20px;
    padding: 0 10px;
    border: 0;
}

.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}


#a0112 .item {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    display: block;
    margin: auto;
    width: 90%;
}

.imgTitle img {
    width: 100% !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

#a0112 p {
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}


@media (max-width: 1200px) {
    #mixedSlider .MS-controls .MS-right {
        right: -17%;
    }
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
        display: block;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #a0112 {
        padding: 22px 0px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #mixedSlider .MS-controls img {
        height: 30px;
    }

    #mixedSlider .MS-content .item {
        margin: 0px;
        border: 1px solid #cccccc;
    }


    .a0112-head {
        margin-bottom: 20px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #2A2A2A;
    }
}

/* -- A0112 end -------------------------------- */

/* -- b0003 -------------------------------- */
#b0003 {
    padding-top: 50px;
    border-top: 2px solid #2A2A2A;
}

.b0003-item {
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgba(233, 233, 233, 0.8);
    padding: 25px;
    margin-bottom: 36px;
}

#b0003 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    padding-bottom: 25px;
}

.b0003-line {
    border-bottom: 1px solid #2A2A2A;
    margin: auto;
    width: 17%;
    margin-bottom: 21px;
}

.b0003-tit {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

.b0003-aut {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
    margin-top: 10px;
}

.grd-nom {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 210px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #2A2A2A;
    margin: auto;
}

.grd-nom a {
    color: #2A2A2A !important;
    text-decoration: none !important;
}

.grd-nom a:hover {
    color: #A60008 !important;
}


.grd-nom:hover {
    color: #A60008;
}

.testem-tab {
    display: none;
}

.testem-tab-active {
    display: block;
}

@media (max-width: 992px) {
    #b0003 {
        padding-top: 30px;
    }

    #b0003 h2 {
        font-size: 35px;
        line-height: 100%;
        padding-bottom: 10px;
    }

    .b0003-line {
        margin-bottom: 0px;
    }

    .b0003-item {
        padding: 20px;
        margin-bottom: 20px;
    }
}

/* -- b0003 end -------------------------------- */

/* -- b0004 -------------------------------- */
#b0004 {
    padding: 80px 0;
}

.b0004-loc {
    display: flex;
    align-items: center;
    border: 1px solid #ABABAB;
    padding: 7px 0 9px 14px;
}

.b0004-loc select {
    border: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #636363;
}

.b0004-loc input {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #898989;
}

.b0004-type {
    margin-top: 15px;
    display: flex;
    border-bottom: 4px solid #ABA9AB;
    padding-bottom: 10px;
}

.b0004-type p {

}

.b0004-rad {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363;
    padding: 5px 58px 0 16px;
}

.b0004-rad p {
    padding-right: 25px;
}

.b4-sec {
    border: 1px solid #ABABAB;
    padding: 7px 10px 9px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #898989;
    margin: 4px;
}

.b0004-loc img {
    height: 24px;
    padding-right: 10px;
}

.b0004-req-fea {
    display: grid;
    grid-template-columns: 161px 1fr;
    grid-gap: 30px;
    padding-top: 27px;
}

.filters-point {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.filters-point p {
    background: #F1F1F1;
    border: 1px solid #ABABAB;
    border-radius: 3px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #898989;
    padding: 4px 6px 5px 7px;
    margin: 0;
}

.filters-point p:hover {
    background: #636363;
    border: 1px solid #ABABAB;
    border-radius: 3px;
    color: #FFFFFF;
}

.filters-name {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    color: #636363;
}

.fil-grd {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px 0;
    padding-top: 20px;
}

.filters-inp input {
    border: 1px solid #ABABAB;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #898989;
    width: 63%;
    padding: 6px 0 7px 14px;
}

.filt-inp {
    border: 1px solid #ABABAB;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #898989;
    width: 93%;
    padding: 6px 0 7px 14px;
}

.frm-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 19px 30px;
}

.frm-grd input {
    border: 1px solid #ABABAB;
    width: 100%;
    border-radius: 0;
    height: 36px;
}

.b0004-req-fea h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363;
}

.b0004-btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: end;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #2A2A2A;
    float: right;
    padding: 9px 18px 9px 118px;
    margin-top: 41px;
}

.eg {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #898989;
}

/* -- b0004 end -------------------------------- */

/* -- b0005-------------------------------- */
#b0005 {
    padding: 50px 0;
}

.b0005-status {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(31, 157, 66, 0.8);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 20px;
}

.b0005-status-green{
    background: rgba(31, 157, 66, 0.8);
}

.b0005-status-yellow{
    background: rgba(224, 178, 60, 0.8);
}

.b0005-status-blue{
    background: rgba(31, 112, 157, 0.8);
}

.b0005-img {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-width: 320px;
	    display: grid;
    align-items: end;
}


.b0005-repres{
	width: 100%;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 5px;
    background: #2a2a2ac4;
    text-align: center;
    font-size: 24px;
}

.b0005-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.b0005-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.b0005-grd select {
    border: none;
    float: right;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #2A2A2A;
}

.b0005-box h2 {
    padding: 10px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #2A2A2A;
}

.icon-txt {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363;
}

.b0005-box {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    position: relative;
}

.b0005-footer-blk a {
    text-decoration: none;
    background: #2A2A2A;
    color: #ffffff;
    height: 29px;
    padding: 3px 21px;
    margin-left: 10px;
    margin-right: 10px;
}

.b0005-adress {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #2A2A2A;
    padding-right: 25px;
}

.b0005-box hr {
    background-color: #E6E6E6;
    border: 0;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 10px;
}

.b0005-agent {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363;
    padding: 4px 12px;
}

.b0005-adress h4 {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    margin: 0px;
    margin-bottom: 2px;
}

.b0005-adress h5 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    margin: 0px;
}

.b0005-footer-blk {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.box-data {
    display: flex;
    padding-left: 10px;
}

.b0005-nom {
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    justify-items: center;
}

.b0005-nom a {
    padding-right: 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2A2A2A;
    display: block;
}

.b0005-nom a:hover {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #A60008;
}

.b0005-main-img{
    width: 100%;
}

@media (max-width: 992px) {
    .b0005-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    #b0005 {
        padding: 0px 0;
    }
}

@media (max-width: 768px) {
    .b0005-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/* -- b0005 end -------------------------------- */

/* -- b0006 -------------------------------- */
#b0006 {
    border-top: 1px solid #ABABAB;
    padding: 44px 0 70px 0;
}

#b0006 h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2A2A2A;
    padding-top: 11px;
}

#b0006 h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #636363;
}

/* -- b0006 end -------------------------------- */

/* -- b0007 -------------------------------- */
#b0007 {
    background-size: cover;
    height: 600px;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.b0007-nw{
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0.6);
}

#b0007 h2 {
    color: #FFFFFF;
    position: relative;
    max-width: 100%;
    padding: 0px 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#b0007 a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background: #A60008;
    position: relative;
    padding: 9px 39px;
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 25px;
    max-width: 300px;
}

@media (max-width: 992px) {
    #b0007 h2 {
        font-size: 27px;
    }

    #b0007 {
        height: 400px;
    }
}

@media (max-width: 768px) {
    #b0007 h2 {
        font-size: 24px;
        width: inherit;
    }

    #b0007 a {
        font-size: 18px;
    }
}

/* -- b0007 end -------------------------------- */

/* -- b0008 -------------------------------- */
#b0008 {
    padding: 40px 0;
}

.b0008-grd {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.b0008-box {
    display: flex;
    box-shadow: 0px 9px 12px rgb(233 233 233 / 80%);
    padding: 5px 22px;
    width: 240px;
}

.b0008-box img {
    height: 25px;
    padding-right: 20px;
}

@media(max-width: 992px){
	.b0008-grd {
    	grid-template-columns: 1fr 1fr;
    }
}


@media(max-width: 768px){
	.b0008-grd {
    	grid-template-columns: 1fr;
    }
}
/* -- b0008 end -------------------------------- */

/* b0001-com ---------------------------------------*/
#b0001_com {
    height: 363px;
    background-size: cover;
    position: relative;
    background-position: bottom;
    height: 341px;
}

#b0001_com h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: #2A2A2A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b0001-com-line {
    border-bottom: 1px solid #2A2A2A;
    margin: auto;
    width: 61%;
    margin-top: 10px;
}

.b0001-com-txt {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #2A2A2A;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 14px;
}

@media (max-width: 992px) {
    .b0001-com {
        font-size: 31px !important;
    }
}

@media(max-width: 768px){
	.A0029-block-start{
		display: none;
	}
}

@media (max-width: 576px) {

    #b0001_com h2 {
        font-size: 29px;
        top: 50%;
        width: 300px;
        text-align: center;
    }


}

/* b0001-com END ---------------------------------------*/

/*-- A0130 ------------------------------ */
#a0130 {
    background: #ffffff;
    padding: 60px 0;
    max-width: 892px;
    margin: auto;
}

.a0130-box {

}

#a0130 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    padding-bottom: 20px;

}

#a0130 h3 {
    margin-bottom: 27px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #636363;
}

.a0130-line {
    border-bottom: 1px solid #2A2A2A;
    max-width: 430px;
    margin: auto;
    margin-bottom: 20px;
    width: 18%;
}

.with_frm_style input[type=text] {
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363 !important;
}

#a0130 .frm_final_submit {
    width: 100% !important;
    padding: 10px;
    font-family: 'Lato' !important;
    font-style: normal;
    text-transform: uppercase;
    background: #2A2A2A !important;
}

@media (max-width: 768px) {
    #a0130 {
        padding: 30px 0;
    }

    #a0130 h2 {
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    #a0130 {
        padding: 30px 0 8px 0;
    }
}

/*-- A0130 END -------------------------- */

/* b0001-sel ---------------------------------------*/

.b0001-sel{
    top: 50%;
}

#b0001_sel {
    background-size: cover;
    position: relative;
    background-position: bottom;
    height: 331px;
}

#b0001_sel h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b0001-sel-line {
    border-bottom: 1px solid #ffffff;
    margin: auto;
    width: 61%;
    margin-top: 10px;
}

.b0001-sel-txt {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 14px;
}

.single-pst{
	background-color: rgba(27,20,100,1);
    height: 75px;
    margin-bottom: 50px;
}

.post-template-default{
	    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    #b0001_sel h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {

    #b0001_sel h2 {
        top: 58%;
        width: 300px;
        text-align: center;
    }


    .b0001-sel-txt {
        font-size: 16px;
    }
}

/* b0001-sel END ---------------------------------------*/

/* b0009 ---------------------------------------*/
.b0009 {
    padding: 50px 0;
    border-bottom: 1px solid #E5E5E5;
}

.b0009-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.b0009-item {
    background: #F3F3F3;
    box-shadow: 0px 35px 35px rgba(233, 233, 233, 0.8);
    position: relative;
    padding: 25px 25px 70px 25px;
}

.b0009-grid h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 16px;
}

.b0009-grid p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #636363;
    position: relative;
    width: 100%;
}

.b0009-grid a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2A2A2A;
    width: 86%;
    display: block;
    padding: 10px 14px;
    position: absolute;
    bottom: 20px;
    left: 7%;
}

.b0009-grid i {
    color: #ffffff;
    float: right;
    padding-top: 3px;
}

@media (max-width: 992px) {
    .b0009-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .b0009-grid {
        grid-template-columns: 1fr;
    }

    .b0009 {
        padding: 26px 0;
    }
}

/* b0009 END ---------------------------------------*/

/* b0010 ---------------------------------------*/
.b0010 {
    padding: 50px 0;
}

.b0010-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 35px;
}

.b0010-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 35px;
}

.left-block h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2A2A2A;
    margin-bottom: 12px;
}

.left-block p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #636363;
    padding-bottom: 15px;
}

.lft-post-cat {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #A60008;
    margin-bottom: 20px;
}

.lft-post-cat a{
    color: #A60008 !important;
}

.b0010-item {
    box-shadow: 0px 0px 25px #E9E9E9;
    position: relative;
    padding-bottom: 30px;
}

.b0010-item h3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #2A2A2A;
}

.b0010-item h4 {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #A60008;
}

.b0010-item p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #636363;
}

.r-moreblog {
    position: absolute;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A !important;
    border: 2px solid #2A2A2A;
    padding: 5px 30px;
    bottom: 19px;
    right: 23px;
}

.b0010-item h4 a{
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #A60008 !important;
}

.right-block h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 14px;
}

.right-block .rgt-box {
    background: #F9F7F7;
    padding: 14px 20px 20px 20px;
    margin-bottom: 30px;
}

.rgt-box input {
    border: none;
}

.b0010-inp {
    border: 1px solid #ABABAB;
    background: #ffffff;
    padding-left: 5px;
    width: 100%;
}

.rgt-box img {
    margin-bottom: 16px;
}

.src-cls{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    grid-gap: 40px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    color: #2A2A2A;
}

.src-cls a{
    color: #2A2A2A !important;
}

.src-cls img {
    margin-top: 10px;
}

.rgt-box p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #636363;
}

.rd-more a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2A2A2A;
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-top: 18px;
}

.rd-more i {
    color: #ffffff;
    padding: 5px 10px 0 0;
    float: right;
}

.rgt-box-lnkx {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #636363 !important;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
    .b0010-inp {
        width: max-content;
    }
}

@media (max-width: 992px) {
    .b0010-grd {
        grid-template-columns: 1fr;
    }

    .b0010-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }


}

@media (max-width: 768px) {
    .b0010 {
        padding: 38px 0 9px 0;
    }

    .b0010-grid {
        grid-template-columns: 1fr;
    }

    .b0010-grid img {
        width: 100%;
    }

    .b0010-inp {
        width: 100%;
    }

    .right-block h3 {
        font-size: 24px;
    }
}

/* b0010 END ---------------------------------------*/

/* b0011 --------------------------------------*/
.b0011 {
    padding: 80px 0;
}

.b0011 img {
    width: 41%;
    margin-right: 30px;
}

.b0011-bold {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    color: #2A2A2A;
}

.b0011 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

.leftimg {
    float: left;
    margin: 7px 7px 7px 0;
}

@media (max-width: 992px) {
    .b0011-bold {
        font-size: 21px;
    }

    .b0011 {
        padding: 38px 0;
    }

    .b0011 p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .b0011-bold {
        font-size: 18px;
    }

    .b0011 img {
        width: 100%;
    }

    .b0011 {
        padding: 14px 0;
    }
}

/* b0011 end ---------------------------------*/

/* b0012 ---------------------------------*/
.b0012 {
    padding: 35px 0;
    background-color: rgba(249, 247, 247, 1);
}

.b0012-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 35px;
}

.b0012 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #2A2A2A;
}

.b0012 ul {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #636363;
}
@media (max-width: 992px) {
    .b0012 img {
        display: block;
        margin: auto;
    }
    .b0012-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {
    .b0012 {
        padding: 24px 0;
    }
    .b0012-grid {
        grid-gap: 10px;
    }
}
/* b0012 end ---------------------------------*/

/* b0013---------------------------------*/
.b0013 {
    padding: 70px 0;
}

.b0013-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
}

.b0013 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

.b0013-txt {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

@media (max-width: 992px) {
    .b0013-grid {
        grid-template-columns: 1fr;
    }

    .b0013-txt {
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .b0013 img {
        display: block;
        margin: auto;
    }
}
@media (max-width: 576px) {
    .b0013 p {
        font-size: 16px;
    }
    .b0013 {
        padding: 33px 0;
    }
    .b0013-txt {
        top: 45%;
    }
}
/* b0013 end ---------------------------------*/

/* b0014 ---------------------------------*/
.b0014 {
    padding: 60px 0;
    background: #F9F7F7;
}
.b0014-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
}
.b0014-grd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
	    width: fit-content;
    margin: auto;
}
.b0014-line {
    border-bottom: 1px solid #2A2A2A;
    width: 17%;
    margin: auto;
    margin-bottom: 40px;
}
.b0014 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    padding-bottom: 16px;
}
.b0014 h3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2A2A2A;
    padding: 12px 0;
}
.b0014 a {
    border: 2px solid #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    width: 100%;
    display: block;
    padding: 5px 0px;
    position: relative;
}
.b0014 i {
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
}
.b0014-item {
    background: #ffffff;
    padding: 6px 6px 33px 6px;
    max-width: 312px;
    position: relative;
    box-shadow: 0px 0px 25px #E9E9E9;
}
.b0014 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #636363;
    max-width: 892px;
    margin: auto;
    padding-bottom: 35px;

}
.b0014 .btn-box {
    position: absolute;
    bottom: 10px;
    width: 95%
}
.sec-tit {
    padding-top: 70px;
}
@media (max-width: 992px) {
    .b0014 h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .b0014-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
    }
}
@media (max-width: 768px) {
    .b0014-line {
        margin-bottom: 28px;
        width: 38%;
    }
    .b0014-grd {
        grid-template-columns: 1fr;
        grid-gap: 21px;
    }
    .b0014-item {
        margin: auto;
    }
}
@media (max-width: 576px) {
    .b0014 {
        padding: 29px 0;
    }
    .b0014-grid {
        grid-template-columns: 1fr;
        grid-gap: 21px;
    }
    .b0014 h2 {
        font-size: 28px;
    }
    .sec-tit {
        padding-top: 40px;
    }
}
/* b0014 end ---------------------------------*/

/* b0015 ---------------------------------*/
.b0015 {
    padding: 70px 0;
}
.b0015-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.b0015-box {
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgba(233, 233, 233, 0.8);
    min-height: 253px;
    padding: 0 10px;
}
.b0015 h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #2A2A2A;
}
.b0015-item a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #636363;
    display: block;
    padding-top: 10px;
}
.b0015-item img {
    margin: auto;
    display: block;
    padding: 20px 0 25px 0;
}
@media (max-width: 992px) {
    .b0015-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 28px;
    }
}
@media (max-width: 576px) {
    .b0015-grid {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}
/* b0015 end ---------------------------------*/

/* b0016 ---------------------------------*/
.b0016 {
    padding-bottom: 70px;
}
.b0016-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 21px;
}
.b0016 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}
.b0016 h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
    padding-bottom: 6px;
}
.b0016-item {
    box-shadow: 0px 10px 20px rgba(233, 233, 233, 0.8);
    padding: 8px 14px 17px 14px;
}
.b0016-item p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #A60008;
}
.b0016-item h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(42, 42, 42, 1);
}
.b0016-line {
    border-bottom: 1px solid #2A2A2A;
    width: 18%;
    margin: auto;
}

@media (max-width: 992px) {
    .b0016-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        padding-top: 21px;
    }
}

@media (max-width: 768px) {
    .b0016-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 21px;
    }

    .b0016 h2 {
        font-size: 30px;
    }

    .b0016 {
        padding-bottom: 40px;
    }
}
/* b0016 end ---------------------------------*/


/* a0069 -----------------------------------------*/
#a0069 #mainCarousel {
    width: 600px;
    margin: 0 auto 1rem auto;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
#a0069 #mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}
#a0069 #mainCarousel .carousel__button.is-prev {
    left: -1.5rem;
}
#a0069 #mainCarousel .carousel__button.is-next {
    right: -1.5rem;
}
#a0069 #mainCarousel .carousel__button:focus {
    outline: none;
}
#a0069 #thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}
#a0069 #thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
#a0069 #thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}
#a0069 img{
    width: 100%;
    box-shadow: 0px 35px 21px -31px rgba(0, 0, 0, 0.25);
}
#a0069 .carousel {
    float: left;
}
#a0069{
    padding: 20px;
}
#a0069 .a0069-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px !important;
    display: none;
}
#a0069 .is-selected .a0069-icon{
    display: block;
}
#a0069 #mainCarousel{
    width: 100%;
}
#a0069 #thumbCarousel .carousel__slide {
    width: 100% !important;
    max-width: 96px !important;
}
#a0069 #thumbCarousel{
    width: 100%;
    margin-bottom: 50px;
}
#a0069 #mainCarousel .carousel__button.is-next {
    right: -2rem;
}
#a0069 #mainCarousel .carousel__button.is-prev {
    left: -2rem;
}

@media (max-width: 992px) {
    #a0069 #thumbCarousel {
        margin-bottom: 30px;
    }
}
/* a0069 end -------------------------------------*/


@media screen and (min-width: 768px) {
    #ihf-main-container .modal-dialog {
        position: unset !important;
    }
}

#ihf-main-container .close {
    float: right;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: none;
    padding: 0px;
    line-height: 100%;
    background: transparent;
    border: 0px;
}

#ihf-main-container .carousel-control {
    opacity: 1 !important;
    color: #fff !important;
}

#ihf-main-container .modal-header .close {
    margin-top: 0px;
}

#ihf-main-container .ihf-one-selectedArea .btn {
    background-image: none;
    box-shadow: 0 0 0 rgb(255 255 255 / 20%) inset, 0 0 0 rgb(0 0 0 / 5%);
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 130% !important;
    text-align: center;
    color: #898989 !important;
}

#ihf-main-container .nav-tabs>li.active>a, #ihf-main-container .nav-tabs>li.active>a:focus, #ihf-main-container .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130% !important;
    text-align: center;
    color: #898989 !important;
}

#ihf-main-container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130% !important;
    text-align: center;
    color: #898989 !important;
}

#ihf-main-container label, .ihf-main-container label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    color: #636363;
}

#post-235 .entry-header{
	display: none;
}

#ihf-main-container .form-inline .form-control {
    border: 1px solid #ABABAB !important;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 130% !important;
    color: #898989 !important;
    width: 93%;
    padding: 6px 6px 7px 14px;
}

#ihf-main-container.ihf-color-scheme-red .title-bar-1, .ihf-color-scheme-red .title-bar-1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
	line-height: 130%;
}

.ihf-grid-result-address {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
    align-items: center;
    color: #2A2A2A;
}

.ihf-grid-result-container .mb-5{
	display: none !important;
}

.ihf-grid-result-basic-info-container {
    float: left;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #636363;
}

.ihf-grid-result-attribution{
		display: none !important;
}

.ihf-grid-results-logo{
		display: none !important;	
}

.ihf-grid-result-mlsnum-proptype{
		display: none !important;		
}

#ihf-main-container .property-divider{
			display: none !important;
}

.ihf-link-back {
    font-size: 12px;
    display: none;
}

.ihf-advanced-search-launch{
	font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 130% !important;
    text-align: center;
    color: #000;
    font-family: 'Lato';
    font-style: normal;
}

#ihf-main-container.ihf-color-scheme-red .btn-primary, .ihf-color-scheme-red .btn-primary {
    color: #fff;
    background-color: #2A2A2A !important;
    border-color: #2A2A2A !important;
}

#ihf-main-container.ihf-color-scheme-red .title-bar-1 {
    background-color: #2A2A2A !important;
    border-color: #2A2A2A !important;
}

.ihf-color-scheme-red .ihf-map-icon{
	display: none;
}

#ihf-main-container .btn .caret {
    padding-bottom: 2px;
}

#ihf-main-container .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #636363;
    text-decoration: none;
}

.page-id-260 .a0211-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 35px;
    max-width: 900px;
    margin: auto;
}

.page-id-260 #a0211 {
    padding: 40px 0px;
    padding-bottom: 0px;
}

.page-id-490 .a0211-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 35px;
    max-width: 900px;
    margin: auto;
}

.page-id-490 #a0211 {
    padding: 40px 0px;
    padding-bottom: 0px;
}

#ihf-main-container .glyphicon-chevron-right:before {
    content: "\e080";
    background: #2a2a2a;
    padding-bottom: 10px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50%;
}

#ihf-main-container .glyphicon-chevron-left:before{
	    background: #2a2a2a;
    padding-bottom: 10px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50%;
}

#a0069-header h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-top: 40px;
    margin-bottom: 10px;
}

.nav-post-breacrumps{
    margin-bottom: 20px;
}

.nav-post-breacrumps h4{
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #A60008 !important;
    line-height: 150%;
}

.nav-post-breacrumps a{
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #A60008 !important;
}

.b0010-inp form{
    position: relative;
}

.b0010-inp input[type="submit"]{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #636363 !important;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lft-h12 h1{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #2A2A2A;
    margin: 0px;
    margin-bottom: 15px;
}

.lft-h12 h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #2A2A2A;
    margin: 0px;
    margin-bottom: 15px;
}

.pst-articles h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #2A2A2A;
    margin-bottom: 25px;
}


.commetns-sec h4 {
    margin-top: 20px;
}

.sngl-post-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sngl-post-form h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

.sngl-post-form h5{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
}

.sngl-post-form h6{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #636363;
    margin-bottom: 20px;
    text-align: center;
}

.sngl-post-form .with_frm_style .frm_submit button{
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 2px !important;
    position: relative;
}
.sngl-post-form .with_frm_style .frm_submit button:after {
    content: "\2192";
    float: right;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 5px;
}

.posts-prev-next-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.prev-next1{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #636363 !important;
    display: block;
    margin-bottom: 8px;
}

.prev-next2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A60008 !important;
}

.sngl-post-form hr {
    height: 1px;
    background-color: #2A2A2A;
    opacity: 1;
    width: 196px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.commetns-sec h6 {
    color: #333;
    border-bottom: 2px solid #23a9e1;
    width: fit-content;
    margin-top: 15px;
}

.pst-articles{
    padding-top: 40px;
}

.lft-post-cat2 {
    color: #A60008;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.lft-post-cat2 a{
    color: #A60008 !important;
}

.lft-post-cat3 {
    color: #A60008;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.lft-post-cat3 a {
    color: #A60008 !important;
    text-transform: lowercase;
}

.favourite {
    position: relative;
    width: 274px;
    background: #636363;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px;
}

.favourite:after{
    content: "\2730";
    float: right;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 7px;
}

#contact-comunity {
    padding: 50px 0px;
}

.contact-comunity-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    text-align: center;
    grid-gap: 36px;
    margin: auto;
}

#contact-comunity h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2A2A2A;
    margin-top: 13px;
}

#comunity-content {
    background: #F9F7F7;
    padding: 50px 0px;
    padding-top: 50px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
    border-bottom: 1px solid #ABABAB;
}

#comunity-content h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #2A2A2A;
}

#property{
    padding: 50px 0px;
}

#property h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #2A2A2A;
}

.property-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    grid-gap: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #636363;
}



@media (max-width: 992px) {
    #a0069-header h2{
        font-size: 30px;
        line-height: 48px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .contact-comunity-grd {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .property-grd {
        grid-template-columns: 1fr 1fr;
    }

    .posts-prev-next-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .sngl-post-form {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .lft-h12 h1{
        font-size: 28px;
    }

    .lft-h12 h2{
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    #a0069-header h2 {
        font-size: 25px;
        line-height: 140%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #comunity-content {
        padding: 20px 0px;
    }

    .contact-comunity-grd {
        grid-gap: 30px 20px;
    }

    #contact-comunity h3 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        color: #2A2A2A;
        margin-top: 13px;
    }

    .sngl-post-form h2{
        font-size: 35px;
    }

    #property {
        padding: 25px 0px;
    }

    #contact-comunity {
        padding: 30px 0px;
    }


    .property-grd {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        grid-gap: 20px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #636363;
    }
}

/* comunity-video ------------------------------ */
#comunity-video{
    background: #F9F7F7;
    padding-top: 40px;
    padding-bottom: 80px;
}

#comunity-video h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 20px;
}
#comunity-video iframe{
    width: 100%;
    height: 600px;
}

/*
#comunity-video iframe{
    width: 100%;
    height: 400px;
}
*/

@media (max-width: 992px) {
    #comunity-video {
        padding-top: 40px;
        padding-bottom: 40px;
    }


	    #comunity-video iframe {
        width: 100%;
        height: 500px;
	    }
}

@media (max-width: 768px) {
    #comunity-video {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #comunity-video iframe {
        width: 100%;
        height: 200px;
    }

	
}
/* comunity-video end -------------------------- */

/* schedule ------------------------------ */
.schedule-grd{
    display: grid;
    grid-template-columns: 1fr 550px;
    grid-gap: 35px;
}

.schedule-grd iframe{
    width: 100%;
    height: 100%;
    border: 1px solid #636363 !important;
    border-radius: 5px;
}

.schedule-url{
    background: #A60008;
    display: block;
    position: relative;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    width: fit-content;
    padding: 11px 100px;
    margin: auto;
    margin-top: 50px;
	max-width: 350px;
}

.schedule-url img {
    position: absolute;
    left: 30px;
}

#schedule{
    padding: 70px 0px;
}

@media (max-width: 992px) {
    .schedule-grd {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .schedule-grd iframe {
        height: 400px;
    }

    .schedule-url {
        margin-top: 30px;
    }

    #schedule {
        padding: 30px 0px;
    }
}

@media (max-width: 768px) {
    .schedule-url {
        font-size: 18px;
        padding: 11px 60px;
    }

    .schedule-url img {
        position: absolute;
        left: 15px;
        top: 8px;
    }
}
/* schedule end -------------------------- */

/* about-natasha-lingle ------------------------------ */
#about-natasha-lingle{
    background: #F9F7F7;
    padding-top: 40px;
    padding-bottom: 60px;
}

.about-natasha-lingle-grd{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 35px;
    align-items: center;
}

.about-natasha-lingle-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

.about-natasha-lingle-grd h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

.about-natasha-lingle-img {
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    height: 428px;
}

#guide-from{
    padding: 60px 0px;
}

@media (max-width: 992px) {
    .about-natasha-lingle-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
    }

    #guide-from {
        padding: 0px 0px;
    }

    #about-natasha-lingle {
        background: #F9F7F7;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .about-natasha-lingle-grd h2 {
        font-size: 30px;
    }
}

/* about-natasha-lingle end -------------------------- */


/* buying-with-natasha-lingle ------------------------------ */
#buying-with-natasha-lingle {
    background: #F9F7F7;
    padding: 60px 0px;
}

.buying-with-natasha-lingle-grd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 35px;
    align-items: center;
}

.buying-with-natasha-lingle-grd h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

#buying-with-natasha-lingle hr {
    background-color: #2A2A2A;
    opacity: 1;
    width: 196px;
    margin-bottom: 15px;
}

.buying-with-natasha-lingle-grd img{

}

.buying-with-natasha-lingle-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
}

@media (max-width: 1200px) {
    .buying-with-natasha-lingle-grd h2 {
        font-size: 30px;
        line-height: 120%;
    }

    .buying-with-natasha-lingle-text {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .buying-with-natasha-lingle-grd {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #buying-with-natasha-lingle {
        padding: 30px 0px;
    }

    .buying-with-natasha-lingle-grd img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #buying-with-natasha-lingle {
        padding: 20px 0px;
    }
}
/* buying-with-natasha-lingle end -------------------------- */

/* buying-with-natasha-lingle ------------------------------ */
#questions-for-lender{
    padding: 60px 0px;
}

#questions-for-lender h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

#questions-for-lender h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 15px;
    margin-top: 7px;
}

#questions-for-lender hr {
    background-color: #2A2A2A;
    opacity: 1;
    width: 200px;
    margin: 13px auto;
}

.questions-for-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #636363;
    margin-bottom: 30px;
}

.questions-for-list{
    background: #F9F7F7;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #636363;
    width: fit-content;
    margin: auto;
    padding: 28px;
    max-width: 660px;
}

@media (max-width: 992px) {
    #questions-for-lender {
        padding: 30px 0px;
    }
}

@media (max-width: 768px) {
    #questions-for-lender {
        padding: 20px 0px;
    }

    #questions-for-lender h2 {
        font-size: 33px;
        line-height: 130%;
    }

    .questions-for-text {
        margin-bottom: 20px;
    }

    .questions-for-list {
        font-size: 16px;
        line-height: 150%;
        padding: 10px;
    }
}
/* buying-with-natasha-lingle end -------------------------- */

/* will-help-you ------------------------------ */
#will-help-you{
    background: #F9F7F7;
    padding-top: 40px;
    padding-bottom: 60px;
}

#will-help-you h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #2A2A2A;
}

.will-help-you-grd {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 35px;
    justify-content: center;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.will-help-you-grd h5{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2A2A2A;
    margin-top: 5px;
}

.will-help-you-item {
    border: 1px solid #2A2A2A;
    padding: 6px 21px;
    width: 190px;
    padding-bottom: 0px;
}

.will-help-you-btn {
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 2px !important;
    position: relative;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF !important;
    padding: 12px 100px;
    width: fit-content;
    margin: auto;
}

.will-help-you-btn:after {
    content: "\2192";
    float: right;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 8px;
}

@media (max-width: 992px) {
    #will-help-you {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #will-help-you h2 {
        font-size: 30px;
        line-height: 150%;
    }

    .will-help-you-btn {
        padding: 12px 40px;
    }

    .will-help-you-btn:after {
        display: none;
    }
}
/* will-help-you end -------------------------- */

/* price-estimate-1-hero ------------------------------ */
#price-estimate-1-hero {
    padding-top: 250px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 631px;
}

.price-estimate-hero {
    background: rgba(0, 0, 0, 0.6);
    max-width: 1124px;
    margin: auto;
    padding: 25px 40px;
}

#price-estimate-1-hero h1{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}

.price-estimate-search-grd{
    display: grid;
    grid-template-columns: 1fr auto;
}

#price-estimate-1-hero input[type="text"]{
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px;
    height: 45px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #636363;
    padding: 0px 10px;
}

#price-estimate-1-hero button{
    height: 46px;
    border-radius: 0px;
    border: 0px;
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    width: 80px;
    color: #fff !important;
    font-size: 24px;
}

@media (max-width: 1200px) {
    #price-estimate-1-hero {
        padding-top: 150px;
        padding-bottom: 0px;
        height: 450px;
    }

    #price-estimate-1-hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    #price-estimate-1-hero {
        padding-top: 70px;
        padding-bottom: 70px;
        height: auto;
    }
}

@media (max-width: 768px) {

    .price-estimate-hero {
        padding: 10px 10px;
    }

    #price-estimate-1-hero h1 {
        font-size: 37px;
        margin-bottom: 10px;
    }
}
/* price-estimate-1-hero end -------------------------- */

/* your_homes_value ------------------------------ */
#your_homes_value{
    padding-top: 60px;
    padding-bottom: 70px;
}

#your_homes_value h2{
    max-width: 660px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin: auto;
}

#your_homes_value hr {
    background-color: #2A2A2A;
    margin: 20px auto;
    width: 200px;
    opacity: 1;
    margin-bottom: 30px;
}

.your_homes_value-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    text-align: center;
}

.your_homes_value-item {
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgb(233 233 233 / 80%);
}

.your_homes_value-item h4{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2A2A2A;
    margin-top: 10px;
}

@media (max-width: 992px) {
    #your_homes_value h2 {
        font-size: 35px;
    }

    .your_homes_value-grd {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    #your_homes_value {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .your_homes_value-item {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #your_homes_value h2 {
        font-size: 30px;
    }

    .your_homes_value-item h4 {
        font-size: 20px;
        line-height: 120%;
        margin-top: 10px;
    }

    #your_homes_value {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* your_homes_value end -------------------------- */

/* skip_the_computer ------------------------------ */
#skip_the_computer{
    background: #F9F7F7;
    padding-top: 50px;
    padding-bottom: 70px;
}

#skip_the_computer h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    max-width: 934px;
    margin: auto;
}

#skip_the_computer hr {
    background-color: #2A2A2A;
    margin: 24px auto;
    opacity: 1;
    width: 200px;
}

.skip-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
    margin-bottom: 40px;
}

#skip_the_computer h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2A2A2A;
}

.skip-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 35px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.skip-grd-item{
    border: 1px solid #2A2A2A;
    padding: 12px;
}

.skip-lnk {
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 2px !important;
    position: relative;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF !important;
    padding: 12px 100px;
    width: fit-content;
    margin: auto;
}

.skip-lnk:after {
    content: "\2192";
    float: right;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 8px;
}

@media (max-width: 992px) {
    #skip_the_computer {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #skip_the_computer h2 {
        font-size: 35px;
    }

    #skip_the_computer hr {
        margin: 15px auto;
    }

    .skip-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #skip_the_computer h3 {
        font-size: 21px;
    }

    .skip-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #skip_the_computer h2 {
        font-size: 28px;
    }

    .skip-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .skip-lnk {
        padding: 12px 70px;
    }
}
/* skip_the_computer end -------------------------- */

/* price-estimate-2-hero ------------------------------ */
#price-estimate-2-hero {
    padding-top: 120px;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center;
    height: 331px;
}

#price-estimate-2-hero h1{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    #price-estimate-2-hero {
        padding-top: 100px;
    }

    #price-estimate-2-hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px){
#price-estimate-2-hero {
    padding-top: 80px;
}
	#price-estimate-2-hero h1 {
    font-size: 35px;
	}
	
}
/* price-estimate-2-hero end -------------------------- */

/* tell_me_about_your_home ------------------------------ */
#tell_me_about_your_home {
    padding-top: 80px;
    padding-bottom: 145px;
}

#tell_me_about_your_home h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}



#tell_me_about_your_home hr {
    background-color: #2A2A2A;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

#tell_me_about_your_home-next{
    background-size: cover;
    background-position: center;
    padding-bottom: 110px;
}

.tel-me-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    margin-top: -136px;
}

.tel-me-grd img{
    width: 100%;
}

.tel-me-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.tel-me-item-form{
    padding: 30px;
    padding-top: 24px;
    padding-bottom: 35px;
}

.tel-me-item h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    padding: 20px 58px;
    border-bottom: 1px solid #A60008;
    margin: 0px;
}

.tel-me-item .with_frm_style .frm_top_container .frm_primary_label, .tel-me-item .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: block;
    float: none;
    width: auto;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    margin-bottom: 5px;
}

.tel-me-item .with_frm_style .frm_radio label {
    font-family: 'Lato' !important;
    font-size: 18px !important;
    line-height: 130% !important;
}

.tel-me-item .with_frm_style select{
    height: auto !important;
}

.tel-me-item .frm_style_formidable-style.with_frm_style .frm_submit button{
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 2px !important;
    position: relative;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF !important;
    padding: 12px 100px;
    width: fit-content;
    margin: auto;
}

.tel-me-item .frm_style_formidable-style.with_frm_style .frm_submit button:after {
    content: "\2192";
    float: right;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 8px;
}

@media (max-width: 992px) {
    .tel-me-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: -136px;
    }

    #tell_me_about_your_home-next {
        padding-bottom: 40px;
    }

    .tel-me-frm-block{
        order: 2;
    }

    #tell_me_about_your_home h2 {
        font-size: 35px;
        line-height: 120%;
    }

    #tell_me_about_your_home hr {
        margin: 20px auto;
    }

    #tell_me_about_your_home {
        padding-top: 40px;
        padding-bottom: 145px;
    }
}

@media (max-width: 768px) {
    #tell_me_about_your_home h2 {
        font-size: 31px;
    }

    .tel-me-item h3 {
        font-size: 30px;
        line-height: 120%;
        padding: 10px 58px;
    }

    .tel-me-item-form {
        padding: 20px;
    }
}
/* tell_me_about_your_home end -------------------------- */

/* why_sell_selling_process ------------------------------ */
#why_sell_selling_process{
    margin-top: 60px;
    margin-bottom: 80px;
}

#why_sell_selling_process h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

#why_sell_selling_process hr {
    background-color: #2A2A2A;
    margin: 25px auto;
    width: 200px;
    opacity: 1;
}

.why_sell_selling_process-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}

.why_sell_selling_process-item {
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgb(233 233 233 / 80%);
    padding: 20px;
}

.why_sell_selling_process-item img{
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.why_sell_selling_process-item h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 10px;
}

.why_sell_selling_process-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #636363;
}

@media (max-width: 992px) {
    .why_sell_selling_process-grd {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    #why_sell_selling_process {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    #why_sell_selling_process h2 {
        font-size: 30px;
    }

    #why_sell_selling_process hr {
        margin: 15px auto;
    }

    .why_sell_selling_process-item h3 {
        font-size: 22px;
        line-height: 120%;
    }
}
/* why_sell_selling_process end -------------------------- */

/* home_selling_process_questions ------------------------------ */
#home_selling_process_questions {
    background: #F9F7F7;
    padding-top: 40px;
    padding-bottom: 60px;
}

#home_selling_process_questions h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

#home_selling_process_questions hr {
    background-color: #2A2A2A;
    margin: 25px auto;
    width: 200px;
    opacity: 1;
}

.home_selling_process_questions-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #636363;
    margin-bottom: 40px;
}

#home_selling_process_questions .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(233 233 233 / 80%);
    margin-bottom: 20px;
}

#home_selling_process_questions .wa_tittext{
    margin-right: 0px;
    clear: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #2A2A2A;
    display: grid;
    grid-template-columns: 50px 1fr auto;
    align-items: center;
    grid-gap: 10px;
}

#home_selling_process_questions .card-body {
    padding: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #636363;
    padding-top: 10px;
}

#home_selling_process_questions .card-header {
    background-color: #fff !important;
}

.icn-faq{
    float: right;
}

@media (max-width: 768px) {
    #home_selling_process_questions h2 {
        font-size: 30px;
    }

    #home_selling_process_questions {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #home_selling_process_questions hr {
        margin: 15px auto;
    }

    #home_selling_process_questions .wa_tittext {
        font-size: 20px;
        line-height: 120%;
    }
}
/* home_selling_process_questions end -------------------------- */

/* who_is_a_buyer_agent ------------------------------ */
#who_is_a_buyer_agent {
    padding: 60px 0px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #636363;
}

#who_is_a_buyer_agent h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
}

#who_is_a_buyer_agent h3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2A2A2A;
    margin-top: 30px;
    margin-bottom: 20px;
}

#who_is_a_buyer_agent hr {
    background-color: #2A2A2A;
    margin: 20px auto;
    width: 200px;
    opacity: 1;
}

#home_buying_process_home_with_me{
    background: #F9F7F7;
    padding-top: 40px;
    padding-bottom: 70px;
}

#home_buying_process_home_with_me h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 15px;
}

#home_buying_process_home_with_me h3{
    max-width: 745px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
    margin: auto;
}

.home_buying_process_home_with_me-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    margin-top: 36px;
}

.home_buying_process_home_with_me-item{
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgb(233 233 233 / 80%);
    padding: 20px 14px;
    text-align: center;
}

.home_buying_process_home_with_me-item h4{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #2A2A2A;
    padding: 10px 0px;
    margin: 0px;
}

.home_buying_process_home_with_me-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #636363;
}

#where_will_we_start{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #636363;
    padding: 60px 0px;
    padding-top: 30px;
}

#where_will_we_start h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #2A2A2A;
    margin-top: 30px;
}

#where_will_we_start strong {
    color: rgba(166, 0, 8, 1);
}

#my_professional_designations{
    background: #F9F7F7;
    padding-top: 35px;
    padding-bottom: 45px;
}

#my_professional_designations h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #2A2A2A;
}

.my_professional_designations-item {
    border: 1px solid #2A2A2A;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2A2A2A;
    text-align: center;
    height: 100%;
    padding: 10px;
    display: grid;
    align-items: center;
}

.my_professional_designations-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 992px) {
    #who_is_a_buyer_agent {
        padding: 30px 0px;
    }

    .my_professional_designations-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        margin-top: 20px;
    }

    #my_professional_designations {
        background: #F9F7F7;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    #home_buying_process_home_with_me {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #home_buying_process_home_with_me h3 {
        font-size: 20px;
    }

    .home_buying_process_home_with_me-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 20px;
    }

    #where_will_we_start {
        padding: 30px 0px;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    #who_is_a_buyer_agent h2 {
        font-size: 30px;
    }

    #who_is_a_buyer_agent h3 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #home_buying_process_home_with_me h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .home_buying_process_home_with_me-grd {
        grid-template-columns: 1fr;
    }

    #where_will_we_start h2 {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #my_professional_designations h2 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        color: #2A2A2A;
    }
}
/* who_is_a_buyer_agent end -------------------------- */

#neighborhoods-hero {
    height: 600px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    margin-bottom: 30px;
}

.neighborhoods-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500 !important;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    width: 90%;
}

@media (max-width: 768px) {
    .neighborhoods-title {
        font-size: 35px;
    }

    #neighborhoods-hero {
        height: 400px;
        margin-bottom: 20px;
    }
}

/* modal-guide --------------------------*/
.modal-guide-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
    align-items: center;
}

.modal-guide-header{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #A60008;
    margin-bottom: 15px;
}

.modal-guide-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #2A2A2A;
    margin-bottom: 20px;
}

.modal-guide-btn{
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 2px !important;
    position: relative;
    padding: 6px 11px;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0px !important;
    display: block;
}

.modal-header {
    border-bottom: 0px solid #dee2e6 !important;
    padding-bottom: 0px !important;
}

.modal-precontent-img{
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.modal-especial-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
}

.modal-guide-especial{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #2A2A2A;
    margin-bottom: 16px;
}

.modal-nat-mail{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #A60008;
    margin-bottom: 30px;
    display: block;
}

@media (max-width: 992px) {
    .modal-guide-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        padding: 10px;
        padding-bottom: 20px;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .modal-especial-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .modal-precontent-img {
        order: 2;
    }

    .modal-nat-mail {
        margin-bottom: 10px;
    }
}
/* modal-guide end ----------------------*/

#testimonials-blk h2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-top: 60px;
}

#testimonials-blk hr {
    background-color: #2A2A2A;
    width: 300px;
    margin: 30px auto;
    opacity: 1;
}

.testimonials-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(233 233 233 / 80%);
    padding: 12px 25px;
    margin-bottom: 30px;
}

.testimonials-text{
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #636363;
}

.testimonials-name{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #282828;
}

.testimonials-name span{
    font-family: Lato;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

#testimonials-blk h6{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #636363;
}

#testimonials-blk h6 span{
    color: rgba(166, 0, 8, 1);
}

#testimonials-blk{
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    #testimonials-blk h2 {
        margin-top: 30px;
    }
}


/* --- Slider ----------------------------------------------- */
#a0069-nv .main {
    font-family: Arial;
    width:100%;
    display: block;
    margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

.a0069-nv-title{
	position: absolute;
    left: 22px;
    top: -19px;
    z-index: 1000;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2A2A2A;
    background: #FFFECD;
    border: 1px solid #2A2A2A;
    padding: 28px 58px;
}

#a0069-nv h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
a0069-nv .action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}
a0069-nv .action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}
a0069-nv .action a:hover {
    background: #000;
}

a0069-nv .slick-slide {
    height: auto !important;
}

.slder-imgs {
    width: 100%;
    min-height: 650px;
    background-size: cover;
    background-position: center;
}

.slder-imgs-sml {
    width: 100%;
    min-height: 170px;
    background-size: cover;
    background-position: center;
}

#a0069-nv{
    margin-top: 20px;
}

#a0069-nv .slider-nav .slick-next{
   display: none !important;
}

#a0069-nv .slider-nav .slick-prev{
    display: none !important;
}

#a0069-nv .slick-prev{
    left: 0;
    z-index: 1000000;
}

#a0069-nv .slick-next {
    right: 20px;
    z-index: 1000000;
}

#a0069-nv .slick-next:before, #a0069-nv .slick-prev:before{
    font-size: 40px;
}

.a0179-crsl-image{
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0.6);
}

.frm_form_fields .frm_fields_container {
    background: #fff;
}

.with_frm_style .frm_form_fields > fieldset{
	padding: 0px;
}

@media (max-width: 1200px) {
    .slder-imgs {
        min-height: 550px;
    }
}

@media (max-width: 992px) {
    .slder-imgs {
        min-height: 400px;
    }

    .slder-imgs-sml {
        min-height: 100px;
    }
	
	.a0069-nv-title {
    padding: 8px 20px;
	}
}

@media (max-width: 768px) {
    .slder-imgs {
        min-height: 200px;
    }

    .slder-imgs-sml {
        min-height: 50px;
    }
	
	.a0069-nv-title {
    padding: 8px 10px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1000;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
}
}


/* pain-free -------------------------------*/
#pain-free{
    background: #F5F5F5;
    padding: 40px 0px;
}

.pain-free-text{
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #2A2A2A;
}

.pain-free-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
    width: 940px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.pain-free-grd h5{
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #A60008;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .pain-free-grd {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    #pain-free {
        background: #F5F5F5;
        padding: 20px 0px;
    }

    .pain-free-text {
        font-family: Lato;
        font-size: 22px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0em;
        text-align: center;
        color: #2A2A2A;
    }

    .pain-free-grd h5 {
        font-family: Lato;
        font-size: 22px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0em;
        text-align: center;
        color: #A60008;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .pain-free-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        width: 100%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }
}
/* pain-free end ---------------------------*/

/* quick_overview_of_northern -------------------------------*/
#quick_overview_of_northern{
    padding: 40px 0px;
}

.quick_overview_of_northern-grd{
    display: grid;
    grid-template-columns: 550px 1fr;
    grid-gap: 25px;
    color: #636363;
    font-family: Lato;
    font-size: 19px;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: 0em;
    text-align: left;
}

.quick_overview_of_northern-grd a{
    color: #1084EF !important;
    font-weight: 700;
}

.quick_overview_of_northern-grd img{
    border: 1px solid #636363;
    width: 100%;
}

.quick_overview_of_northern-grd h2{
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #2A2A2A;
    margin-bottom: 15px;
}

@media (max-width: 1400px) {
    .quick_overview_of_northern-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        color: #636363;
        font-family: Lato;
        font-size: 19px;
        font-weight: 400;
        line-height: 116%;
        letter-spacing: 0em;
        text-align: left;
    }

    #quick_overview_of_northern {
        padding: 20px 0px;
    }
}
/* quick_overview_of_northern end ---------------------------*/

/* the_best_part ---------------------------*/
#the_best_part{
    background: #F5F5F5;
    padding: 20px 0px;
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #A60008;
}

.the_best_part-blk{
    max-width: 1010px;
    margin: auto;
}

@media (max-width: 768px) {
    #the_best_part{
    background: #F5F5F5;
    padding: 20px 0px;
    font-family: Lato;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: center;
    color: #A60008;
    }
}
/* the_best_part end ---------------------------*/

/* house_to_a_builder_or_investor ---------------------------*/
#house_to_a_builder_or_investor {
    padding: 35px 0px;
}

#house_to_a_builder_or_investor h2 {
    max-width: 1010px;
    margin: auto;
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 35px;
}

#house_to_a_builder_or_investor h6{
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
}

.house_to_a_builder_or_investor_after_small {
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.house_to_a_builder_or_investor-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    margin-top: 40px;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.house_to_a_builder_or_investor-grd em{
    font-family: Lato;
    font-size: 36px;
    line-height: 22px;
    color: #A60008;
    font-style: normal;
    font-weight: 700;
}

.house_to_a_builder_or_investor_after_small a{
    color: #1084EF !important;
    font-weight: 700;
}

.house_to_a_builder_or_investor-grd a{
    color: #1084EF !important;
    font-weight: 700;
}

@media (max-width: 992px) {
    #house_to_a_builder_or_investor {
        padding: 20px 0px;
    }

    #house_to_a_builder_or_investor h2 {
        font-family: Lato;
        font-size: 28px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0em;
        text-align: center;
        color: #2A2A2A;
        margin-bottom: 15px;
    }

    #house_to_a_builder_or_investor h6 {
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        color: #636363;
    }

    .house_to_a_builder_or_investor-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 30px;
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
    }

    .house_to_a_builder_or_investor-grd em{
        font-family: Lato;
        font-size: 30px;
        line-height: 22px;
        color: #A60008;
        font-style: normal;
        font-weight: 700;
    }
}
/* house_to_a_builder_or_investor end -----------------------*/

/* benefits_to_the_sellers -----------------------*/
#benefits_to_the_sellers {
    background: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 60px;
}

#benefits_to_the_sellers h2{
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
    color: #2A2A2A;
}

.benefits_to_the_sellers-grd{
    display: grid;
    grid-template-columns: 555px 1fr;
    grid-gap: 20px;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #2A2A2A;
}

@media (max-width: 1200px) {
    .benefits_to_the_sellers-grd{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #2A2A2A;
    }

    .benefits_to_the_sellers-grd img{
        width: 100%;
    }
}

@media (max-width: 992px) {
    #benefits_to_the_sellers {
        background: #F5F5F5;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #benefits_to_the_sellers h2 {
        font-family: Lato;
        font-size: 28px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 20px;
        color: #2A2A2A;
    }
}
/* benefits_to_the_sellers end -----------------------*/

/* fast_for_cash -----------------------*/
#fast_for_cash{
    padding-top: 30px;
    padding-bottom: 50px;
}

#fast_for_cash h2 {
    max-width: 1010px;
    margin: auto;
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: center;
    color: #2A2A2A;
    margin-top: 10px;
}

.fast_for_cash-grd {
    display: grid;
    grid-gap: 30px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
}

@media (max-width: 992px) {
    #fast_for_cash {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fast_for_cash h2 {
        max-width: 1010px;
        margin: auto;
        font-family: Lato;
        font-size: 28px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
        color: #2A2A2A;
        margin-top: 0px;
    }

    .fast_for_cash-grd {
        display: grid;
        grid-gap: 20px;
    }
}
/* fast_for_cash end -----------------------*/

/* how_to_get_started -----------------------*/
#how_to_get_started {
    background: #F5F5F5;
    padding-top: 25px;
    padding-bottom: 50px;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
}

#how_to_get_started a{
    color: #1084EF !important;
    font-weight: 700;
}

#how_to_get_started h2{
    font-family: Lato;
    font-size: 40px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 25px;
    color: #A60008;
}

#how_to_get_started h3{
    font-family: Lato;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.how_to_get_started-grd{
    display: grid;
    grid-gap: 25px;
}

@media (max-width: 992px) {
    #how_to_get_started h2 {
        font-family: Lato;
        font-size: 32px;
        font-weight: 900;
        line-height: 56px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 20px;
        color: #A60008;
    }

    #how_to_get_started h3 {
        font-family: Lato;
        font-size: 28px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
    }

    .how_to_get_started-grd {
        display: grid;
        grid-gap: 15px;
    }

    #how_to_get_started {
        background: #F5F5F5;
        padding-top: 25px;
        padding-bottom: 30px;
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
    }
}
/* how_to_get_started end -------------------*/

/* in_conclusion -------------------*/
#in_conclusion {
    margin-top: 30px;
    margin-bottom: 45px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
}

#in_conclusion h2{
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 25px;
    color: #2A2A2A;
}

#in_conclusion strong{
    color: #000;
}

@media (max-width: 992px) {
    #in_conclusion h2{
        margin-bottom: 15px;
    }

    #in_conclusion {
        margin-top: 20px;
        margin-bottom: 25px;
        font-family: Lato;
        font-size: 22px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        color: #636363;
    }
}
/* in_conclusion end -------------------*/


/* examples_of_our_past -------------------*/
#examples_of_our_past {
    background: #F5F5F5;
    padding: 30px 0px;
}

#examples_of_our_past h2{
    font-family: Lato;
    font-size: 40px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;
    margin-bottom: 30px;
}

.examples_of_our_past-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    align-items: center;
    color: #636363;
}

.examples_of_our_past-grd a{
    color: #1084EF !important;
    font-weight: 700;
}

#examples_of_our_past h4{
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #2A2A2A;
}

@media (max-width: 1200px) {
    #examples_of_our_past h4 {
        font-family: Lato;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        color: #2A2A2A;
    }

    .examples_of_our_past-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        align-items: center;
        color: #636363;
    }
}

@media (max-width: 992px) {
    .examples_of_our_past-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        align-items: center;
        color: #636363;
    }

    #examples_of_our_past {
        background: #F5F5F5;
        padding: 20px 0px;
        padding-bottom: 10px;
    }

    #examples_of_our_past h2 {
        font-family: Lato;
        font-size: 32px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
        color: #636363;
        margin-bottom: 20px;
    }

    .examples_of_our_past-img{
        order: 1;
    }

    .examples_of_our_past-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        font-family: Lato;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        align-items: center;
        color: #636363;
        margin-bottom: 20px;
    }

    .examples_of_our_past-grd img{
        width: 100%;
    }
}
/* examples_of_our_past end -------------------*/


/* tell_me_about_your_homex -------------------*/
#tell_me_about_your_homex {
    margin-top: 250px;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

#tell_me_about_your_homex h3{
    font-family: Lato;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: 20px;
}

#tell_me_about_your_homex hr{
    background: #2A2A2A;
    opacity: 1;
    width: 200px;
    margin: auto;
    height: 2px;
}

.tell_me_about_your_homex-grd {
    display: grid;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    grid-gap: 30px;
    width: 1100px;
}

.tell_me_about_your_homex-grd h2{
    font-family: Lato;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #2A2A2A;
    border-bottom: 2px solid #A60008;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tell_me_about_your_homex-blk{
    margin-top: -195px;
}

.tell_me_about_your_homex-gr-inner {
    background: #fff;
    display: grid;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #00000033;
}

.tell_me_about_your_homex-gr-inner img{
    margin: auto;
}

.tell_me_about_your_homex-gr-inner form{
    padding: 30px;
}

.tell_me_about_your_homex-gr-inner .with_frm_style .frm_submit button{
    background: linear-gradient(90deg, #A50007 0%, #EE2A32 100%) !important;
    transition: 0.9s;
}

.tell_me_about_your_homex-gr-inner .with_frm_style .frm_submit button:hover{
    filter: hue-rotate(45deg);
    transition: 0.9s;
}

@media (max-width: 1200px) {
    .tell_me_about_your_homex-grd {
        display: grid;
        margin: auto;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        grid-gap: 30px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .tell_me_about_your_homex-grd {
        display: grid;
        margin: auto;
        grid-template-columns: 1fr;
        margin-top: 30px;
        grid-gap: 30px;
        width: 100%;
    }

    .homex-gr-inner-or1{
        order: 1;
    }

    #tell_me_about_your_homex h3 {
        font-family: Lato;
        font-size: 34px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.08em;
        text-align: center;
        color: #2A2A2A;
        margin-bottom: 20px;
    }

    #tell_me_about_your_homex {
        margin-top: 250px;
        background-size: cover;
        background-position: center;
        padding-bottom: 50px;
    }
}

/* tell_me_about_your_homex end -------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}