body {
    font-family: 'Geometria', sans-serif;
    font-size: 16px;
}

section {
    position: relative;
    text-align: center;
}

/* titles */
.title {
    font-weight: 700;
    position: relative;
    line-height: 1.3;
}

header .title {
    color: #fff;
    margin: 0;
    width: auto;
}

header .title:after {
    content: none;
}

section .title {
    color: #292929;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 36px;
}

section .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-bottom: 3px solid #ffc000;
    margin-left: -40px;
    width: 80px;
}
/* titles.end */

/* */
.estimate-wrapper {
    border: 1px solid #ffc000;
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 30px;
    position: relative;
}

.estimate-wrapper * {
    position: relative;
}

.estimate-wrapper:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -7px;
    bottom: -7px;
    right: 5px;
    border: 1px solid #ffc000;
}

.estimate-wrapper p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.estimate-wrapper a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 38px;
}

.text-yellow {
    color: #ffc000;
}

.owl-carousel.owl-carousel-foundation .owl-nav button {
    height: 40px;
    width: 40px;
    opacity: .7 !important;
}

.owl-carousel.owl-carousel-foundation .owl-nav button span {
    display: none;
}

.owl-carousel.owl-carousel-foundation .owl-nav button.owl-prev {
    background: url('/img/foundation/arr-left.png') top left no-repeat !important;
    background-size: contain !important;
    left: -15px;
}

.owl-carousel.owl-carousel-foundation .owl-nav button.owl-prev:hover,
.owl-carousel.owl-carousel-foundation .owl-nav button.owl-prev:focus {
    opacity: 1 !important;
}

.owl-carousel.owl-carousel-foundation .owl-nav button.owl-next {
    background: url('/img/foundation/arr-right.png') top left no-repeat !important;
    background-size: contain !important;
    right: -15px;
}

.owl-carousel.owl-carousel-foundation .owl-nav button.owl-next:hover,
.owl-carousel.owl-carousel-foundation .owl-nav button.owl-next:focus {
    opacity: 1 !important;
}

/* header-section */
.main-foundation {
    position: relative;
}

.main-foundation .col-wrapper {
    position: relative;
    padding-left: 80px;
    padding-right: 5px;
    margin-bottom: 15px;
    background-position-x: 5px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 60px;
    text-align: left;
}

.main-foundation .col-wrapper.first {
    background-image: url('/img/foundation/header-first.png');
}

.main-foundation .col-wrapper.second {
    background-image: url('/img/foundation/header-second.png');
}

.main-foundation .col-wrapper.third {
    background-image: url('/img/foundation/header-third.png');
}

.main-foundation .col-wrapper h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-foundation .col-wrapper p {
    font-size: 16px;
    margin: 0;
}
/* header.end */

/* foundation-section */
.foundation-section {
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 80px 0;
}

.foundation-section .col-wrapper {
    color: #fff;
    height: 320px;
    padding: 100px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.foundation-section .col-wrapper:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.foundation-section .col-wrapper h3 {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}

.foundation-section .col-wrapper p {
    position: relative;
    margin-bottom: 15px;
}

.foundation-section .col-wrapper a {
    position: relative;
}

.foundation-section .col-wrapper.first {
    background-image: url('/img/foundation/foundation-first.jpg');
}

.foundation-section .col-wrapper.second {
    background-image: url('/img/foundation/foundation-second.jpg');
}

.foundation-section .col-wrapper.third {
    background-image: url('/img/foundation/foundation-third.jpg');
}

.foundation-section .col-wrapper.fourth {
    background-image: url('/img/foundation/foundation-fourth.jpg');
}
/* foundation-section.end */

/* trust-section */
.trust-section {
    padding: 80px 0;
    background-color: #4a4a4a;
    color: #fff;
}

.trust-section .title {
    color: #fff;
}

.trust-section .trust-slider {
    min-height: 320px;
    margin-bottom: 30px;
}

.trust-section .trust-slider .slide-col {
    margin-bottom: 15px;
}

.trust-section .estimate-wrapper,
.trust-section .estimate-wrapper:before {
    border-color: #979797;
}

.trust-section .owl-carousel .owl-item .media .media-body {
    vertical-align: middle;
}

.trust-section .owl-carousel .owl-item .media h4 {
}

.trust-section .owl-carousel .owl-item .media p {
    margin: 0;
}

.trust-section .owl-carousel .owl-item .media img {
    width: 68px;
    height: 68px;
}

.trust-section .owl-carousel-foundation-inner .owl-dots {
    margin-top: -35px !important;
    position: relative !important;
    text-align: right !important;
    padding: 0 10px !important;
}

.trust-section .owl-carousel-foundation-inner .owl-dots .owl-dot span {
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
}

.trust-section .owl-carousel-foundation-inner .owl-dots .owl-dot.active span {
    background: #ffc000;
}
/* trust-section.end */

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

.approach-section .title {
    font-size: 36px;
    line-height: 1.2em;
}

.approach-section .col-wrapper .link {
    text-decoration: none;
    color: initial;
}

.approach-section .col-wrapper .link:hover,
.approach-section .col-wrapper .link:focus {
    color: #ffc000;
}

.approach-section .col-wrapper {
    text-align: left;
    margin-bottom: 20px;
}

.approach-section .col-wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.approach-section .col-wrapper p {
    font-size: 16px;
    font-weight: normal;
}
/* approach-section.end */

/* no-overpayment */
.no-overpayment-section {
    padding-bottom: 50px;
}

.no-overpayment-section:after {
    background: url('/img/foundation/no-overpayment-section-bg.png') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -100px;
    left: 15px;
    width: 280px;
    height: 200px;
    z-index: 1;
}

.no-overpayment-section .col-wrapper {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 100px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.no-overpayment-section .col-wrapper img {
    margin-bottom: 10px;
}

.no-overpayment-section .col-wrapper p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.no-overpayment-section .col-wrapper.first,
.no-overpayment-section .col-wrapper.second,
.no-overpayment-section .col-wrapper.third {
    background-image: none;
}
/* no-overpayment.end */

/* certificate-list */
.certificate-list-section {
    background-color: #4a4a4a;
    background-image: url('/img/foundation/certificate-list-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 600px;
    overflow: hidden;
    padding: 80px 0;
}

.certificate-list-section:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.certificate-list-section .title {
    color: #fff;
}

.certificate-list-section .col-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.certificate-list-section .col-wrapper img {
    display: inline-block;
}
/* certificate-list.end */

/* how-much-section */
.how-much-section {
    padding: 80px 0;
}

.how-much-section .title {
    font-size: 34px;
    line-height: 1.2;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.how-much-section .title:after {
    left: 0;
    margin-left: 0;
}

.how-much-section .img-prorab {
    position: relative;
}

.how-much-section .img-prorab:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 375px;
    height: 455px;
    background-image: url('/img/foundation/prorab.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.how-much-section .estimate-wrapper {
    display: block;
    margin: 40px 10px 10px;
}
/* how-much-section.end */


/* checklist-section */
.checklist-section {
    background-color: #4a4a4a;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.checklist-section .title {
    margin-bottom: 15px;
    color: #fff;
}

.checklist-section p {
    margin-bottom: 30px;
}

.checklist-section a {
    margin-bottom: 30px;
}
/* checklist-section.end */

/* media-query */
@media (max-width: 767px) {
    .main-foundation .top-content {
        margin-top: 20px;
    }

    .main-foundation .top-content h1 {
        font-size: 3rem;
        line-height: 36px;
        width: 90%;
    }

    .main-header .col-wrapper p {
        font-size: 14px;
        margin: 0;
    }

    .main-header .col-wrapper h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .main-header .col-wrapper {
        background-size: 50px;
        padding-left: 70px;
    }
}

@media (max-width: 480px) {
    .main-header .col-wrapper p {
        font-size: 12px;
        margin: 0;
    }

    .main-header .col-wrapper h3 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    section .title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    header .title {
        font-size: 52px;
        line-height: 1.3;
    }

    section .title {
        padding-left: 50px;
        padding-right: 50px;
    }

    .lead {
        padding: 0 100px
    }

    .estimate-wrapper {
        padding: 30px 90px;
    }

    .foundation-section {
        background-image: url('/img/foundation/foundation-section-bg.jpg');
    }

    .no-overpayment-section {
        padding-bottom: 100px;
    }

    .no-overpayment-section .col-wrapper {
        height: 150px;
        padding: 0 15px 0 75px;
    }

    .no-overpayment-section .col-wrapper.first {
        background-image: url('/img/foundation/no-overpayment-1.png');
    }

    .no-overpayment-section .col-wrapper.second {
        background-image: url('/img/foundation/no-overpayment-2.png');
    }

    .no-overpayment-section .col-wrapper.third {
        background-image: url('/img/foundation/no-overpayment-3.png');
    }

    .no-overpayment-section:after {
        content: '';
    }
}

@media (min-width: 992px) {
    section .title {
        padding-left: 80px;
        padding-right: 80px;
    }

    .main-foundation .bot-wrapper {
        margin-top: 80px;
    }

    .no-overpayment-section .col-wrapper {
        height: 130px;
    }

    .how-much-section .img-prorab:after {
        display: block;
    }
}

@media (min-width: 1200px) {
    section .title,
    header .title {
        padding-left: 100px;
        padding-right: 100px;
    }

    .no-overpayment-section {
        padding-bottom: 50px;
    }
}

.foundation-quiz .form-group.radio_questions label {
    font-size: 14px;
}

.checklist-link {
    margin: 10px 0 30px 0;
}

.checklist-link a {
    color: #6a97ff;
    text-decoration: underline;
}

.checklist-link a:hover {
    text-decoration: none;
}

.modal-title {
    color: #000000;
    line-height: 24px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.foundation-modal-info img,
.foundation-modal-info p {
    margin-bottom: 10px;
}

.foundation-modal-form .btn-orange-rounded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 18px 26px;
    font-size: 16px;
}

.foundation-modal-form .form-control {
    padding: 17px 24px;
    margin-bottom: 5px;
}

.no-overpayment-wrapper {
    padding: 0 100px;
}