@font-face {
    font-family: 'Rustico';
    src: url(assets/fonts/Rustico-Regular.otf);
}

@font-face {
    font-family: 'Adam CG Pro';
    src: url(assets/fonts/adamcgpro.otf);
}


/*body {
    margin-bottom: 500px;
}*/

body, h1, h2, h3, h4, h5, h6 {    
    font-family: 'Montserrat', sans-serif;
}

.roboto, .text-input, p {
    font-family: 'Roboto', sans-serif;
}

.rustico {
    font-family: 'Rustico';
}

.adamcgpro {
    font-family: 'Adam CG Pro';
}

a, input[type=submit], button {
    transition: 0.35s all ease;
    display: inline-block;
}


.header {
    text-align: center;
}

.header .cta {
    background-image: url(img/flag.png);
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    padding: 1.7rem 6.6rem;
}

.header .fa-check-circle {
    font-size: 2.9rem;
    color: #f3520f;
    margin-right: 0.5rem;
}

.header .cta-up {
    font-size: 1.8rem;
}

.header .cta-down {
    font-size: 0.96rem;
}

.header .phone {
    border: 2px solid #f3520f;
    padding: 0.5rem 1.5rem;
}

.header .phone-text {
    font-size: 1rem;
    font-weight: 600;
    color: #262d37;
}

.header .phone a {
    font-size: 2rem;
    font-weight: 800;
    color: #f3520f;
    line-height: 1;
}

.header .phone a:hover {
    color: #262d37;
}

.top-banner {
    background-image: url(img/top-banner-background.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding: 3.5rem 0 0;
}

.top-banner .left {
    padding-bottom: 1rem;
}

.top-banner .subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 1.5rem;
}

.top-banner .welcome {
    font-size: 4.4rem;
    color: #f3520f;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    line-height: 1;
}

.top-banner h1 {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    margin-bottom: 1.5rem;
}

.top-banner .ctas {
    margin-bottom: 2rem;
}

.top-banner .cta {
    background-color: #f3520f;
    margin-right: 0.5rem;
    text-align: center;
    padding: 1rem 0;
}

.top-banner .cta-text {
    font-size: 0.8rem;
    margin-top: 1.5rem;
}

.top-banner .price-box {
    background-image: url(img/price-background.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0rem 2rem 10rem;
}

.top-banner .price-text {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.top-banner .price {
    font-size: 4.4rem;
    color: #f3520f;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 1rem;
    margin-left: 2rem;
}

.top-banner .right {
    background-image: url(img/form-background.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    max-width: 25rem;
    margin-left: 2rem;
    padding: 3rem 2.5rem 0;
    /*padding: 5rem 2.5rem 0;*/
}

.top-banner .form-title {
    font-size: 2.2rem;
    font-weight: 700;
}

.top-banner .form-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.top-banner .text-input, .top-banner .select-input {
    font-size: 0.8rem;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding-left: 1rem;
    margin-bottom: 0.8rem;
}

.top-banner .text-input {
    background-position-x: 0.5rem;
    background-position-y: center;
    background-repeat: no-repeat;
}

.top-banner .name-input {
    background-image: url(img/name.png);
    padding-left: 1.5rem;
}

.top-banner .phone-input {
    background-image: url(img/phone.png);
    padding-left: 1.5rem;
}

.top-banner .email-input {
    background-image: url(img/email.png);
    padding-left: 1.5rem;
}

.top-banner .text {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.top-banner .fa-lock {
    color: #ffb400;
    margin-right: 0.5rem;
}

.top-banner .submit {
    font-size: 0.96rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #ffb400;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 0.6rem;
    /*margin-bottom: 1.8rem;*/
}

.top-banner .submit:hover {
    background-color: #fff;
    color: #ffb400;
}

.white-bar {
    text-align: center;
    padding: 6rem 0 3rem;
}

.white-bar .box {
    padding: 0 3rem;
}

.white-bar h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c2128;
    margin: 1.5rem 0 1rem;
}

.white-bar hr {
    border: 2px solid #f3520f;
    max-width: 3rem;
}

.white-bar p {
    font-size: 0.9rem;
    color: #7d7d7d;
    line-height: 1.3;
}

.grey-bar {
    background-color: #1c2128;
    text-align: center;
    color: #fff;
    padding: 2rem 0 3rem;
}

.grey-bar h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.grey-bar .box {
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.8);
}

.grey-bar .text {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #f3520f;
    padding: 0.5rem 0;
}

.about-bar {
    padding: 6rem 0 3rem;
}

.about-bar h2 {
    font-size: 3.9rem;
    color: #1c2128;
    text-transform: uppercase;
    line-height: 1.3;
}

.about-bar h2 span {
    color: #f3520f;
}

.about-bar .right {
    margin-left: 2rem;
}

.about-bar .subtitle {
    font-size: 1.5rem;
    color: #1c2128;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.about-bar .subtitle span {
    color: #f3520f;
}

.about-bar p {
    font-size: 0.9rem;
    color: #7d7d7d;
    line-height: 1.4;
}

.about-bar .right a {
    font-size: 0.96rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #ffb400;
    padding: 1rem 4rem;
    border-radius: 3px;
    border: 1px solid #ffb400;
    margin-top: 0.5rem;
}

.about-bar .right a:hover {
    background-color: #fff;
    color: #ffb400;
}

.pink-bar {
    background: linear-gradient(to right, #f1592c , #dc4367);
    text-align: center;
    color: #fff;
    padding: 4rem 0 3rem;
}

.pink-bar h2 {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
}

.pink-bar .subtitle {
    font-size: 1.5rem;
}

.testimonials {
    background-image: url(img/testimonials-background.jpg);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 3rem 0 4rem;
}

.testimonials h2 {
    font-size: 3.7rem;
    text-transform: uppercase;
}

.testimonials .slide {
    background-color: #f3520f;
    margin: 0 1rem;
    padding: 0.3rem 0 1rem;
}

.testimonials .slide p {
    font-size: 0.9rem;
    background-color: #fff;
    color: #464646;
    line-height: 1.3;
    min-height: 14.4rem;
    padding: 1.5rem 2rem;
}

.testimonials .name {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.testimonials .slide img {
    margin: auto;
}

.bottom-bar {
    padding: 3.5rem 0;
}

.bottom-bar .left {
    background-image: url(img/bottom-box.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-bar .right {
    text-align: center;
    background: linear-gradient(#f1592c,#dc4368);
    color: #fff;
    padding: 3rem 3rem 4rem;
}

.bottom-bar h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.bottom-bar .text {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.1;
}

.bottom-bar .right a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f3520f;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 3px;
    padding: 0.5rem 2rem;
    margin-top: 2rem;
}

.bottom-bar .right a:hover {
    background-color: #f3520f;
    color: #fff;
}

.footer {
    background-color: #0b0d10;
    padding: 1rem 0;
}

.footer .text {
    font-size: 0.7rem;
    font-weight: 300;
    color: #898989;
}

.footer .text a {
    color: #fff;
    pointer-events:  none;
}

.footer .aiims {
    text-align: right;
}

