@charset "UTF-8";

/*
| Color            | Usage / Meaning                                     | Example Selectors                                                                            |
| :--------------- | :-------------------------------------------------- | :------------------------------------------------------------------------------------------- |
| **#ce9b04**      | Primary accent color (links, highlights, lead text) | `a`, `p.lead`, `.text-primary`, `.social-icons a:hover`                                      |
| **#FFC107**      | Hover accent for links/buttons                      | `a:hover`, `.btn-outline-light:hover`                                                        |
| **#ce9b04**      | Main brand text color (headings, buttons)           | `h2`, `h3`, `h4`, `h5`, `.btn-light`, `.card.pricing.popular`                                |
| **#959094**      | Default paragraph text                              | `p`, `.card.pricing .list-group-item`                                                        |
| **#998a9b**      | Muted subtitle/small text color                     | `.section-title small`                                                                       |
| **#fbf7eb**      | Light background section color                      | `.light-bg`, `.nav-tabs .nav-item .nav-link` border                                          |
| **#FFF / white** | Text on dark areas, button backgrounds              | `header`, `.btn-light`, `.tab-content`, `.circle-icon`, `.call-to-action`, `.social-icons a` |
| **#000 / black** | Video background / shadow base                      | `.owl-carousel .owl-video-wrapper`                                                           |
| **#FFC107**      | Active navbar underline                             | `.navbar-nav>.nav-item>.nav-link.active:after`                                               |
| **#ce9b04**      | Inactive tab text color                             | `.nav-tabs .nav-link`                                                                        |
| **#fceec3**      | Tab background color                                | `.nav-tabs .nav-link`                                                                        |
| **#ce9b04**      | Active tab border color / pricing highlight         | `.nav-tabs .nav-link.active`, `.card.pricing.popular`                                        |
| **#7a767a**      | Testimonial quote text                              | `.blockquote`                                                                                |
| **#d9d3d8**      | Muted/deactivated list item color                   | `.card.pricing .list-group-item del`                                                         |
| **#ffffff**      | Light pink tagline text                             | `.tagline`, `.call-to-action .tagline`                                                       |
| **#f8e3f0**      | Divider line between steps                          | `.ui-steps li:not(:last-child)`                                                              |
| **#fad35e**      | Owl dots base color                                 | `.owl-theme .owl-dots .owl-dot span`                                                         |
| **#ce9b04**      | Owl dots hover/active color                         | `.owl-theme .owl-dots .owl-dot:hover span`, `.active span`                                   |
| **#f1eef1**      | Pricing card border                                 | `.card.pricing`                                                                              |
| **#FFC107**      | Social icon base color                              | `.social-icons a`                                                                            |
*/

/*
| Gradient                                     | Description / Purpose                | Classes                                          |
| :------------------------------------------- | :----------------------------------- | :----------------------------------------------- |
| **#936f03 → #FFC107**                        | Primary pink button gradient         | `.btn-primary`                                   |
| **#FFC107 → #936f03**                        | Hover state reverse gradient         | `.btn-primary:hover`                             |
| **rgb(147,111,3) → rgb(255,193,7)**         | Navbar gradient when scrolling       | `.nav-menu.is-scrolling`                         |
| **rgba(147,111,3,0.8) → rgba(255,193,7,0.8)** | Hero header background overlay       | `.bg-gradient`                                   |
| **#936f03 → #FFC107**                        | Gradient for icons and feature cards | `.gradient-fill:before`, `.card.features:before` |
| **#FFC107 → #936f03**                        | Hover gradient for circular icons    | `.ui-steps li:hover .circle-icon`                |

*/


body {
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a {
    color: #ce9b04;
}

a:hover,
a:focus {
    color: #FFC107;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #ce9b04;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #ce9b04;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ce9b04;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #ce9b04;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #ce9b04;
    margin-bottom: 2rem;
}

.text-primary {
    color: #ce9b04 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #FFC107;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #936f03 0%, #FFC107 100%);
    background-image: -webkit-linear-gradient( 122deg, #936f03 0%, #FFC107 100%);
    background-image: -ms-linear-gradient( 122deg, #936f03 0%, #FFC107 100%);
    background-image: linear-gradient( 122deg, #936f03 0%, #FFC107 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #FFC107 0%, #936f03 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #ce9b04;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}


.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #fbf7eb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}



.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(147,111,3);
    background: -moz-linear-gradient(135deg, rgb(147,111,3) 0%, rgb(255,193,7) 100%);
    background: -webkit-linear-gradient(135deg, rgb(147,111,3) 0%, rgb(255,193,7) 100%);
    background: linear-gradient(135deg, rgb(147,111,3) 0%, rgb(255,193,7) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #FFC107;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}



header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(147,111,3,0.8) 0%, rgba(255,193,7,0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(147,111,3,0.8) 0%, rgba(255,193,7,0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(147,111,3,0.8) 0%, rgba(255,193,7,0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(147,111,3,0.8) 0%, rgba(255,193,7,0.8) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}



.gradient-fill:before {
    color: #FFC107;
    background: -moz-linear-gradient(top, #936f03 0%, #FFC107 100%);
    background: -webkit-linear-gradient(top, #936f03 0%, #FFC107 100%);
    background: linear-gradient(to bottom, #936f03 0%, #FFC107 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #FFC107;
    background: -moz-linear-gradient(top, #936f03 0%, #FFC107 100%);
    background: -webkit-linear-gradient(top, #936f03 0%, #FFC107 100%);
    background: linear-gradient(to bottom, #936f03 0%, #FFC107 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #ce9b04;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #FFC107 0%, #936f03 100%);
    background-image: -webkit-linear-gradient( 122deg, #FFC107 0%, #936f03 100%);
    background-image: -ms-linear-gradient( 122deg, #FFC107 0%, #936f03 100%);
    background-image: linear-gradient( 122deg, #FFC107 0%, #936f03 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}



.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #fbf7eb #fbf7eb #FFF;
    font-size: 19px;
    color: #ce9b04;
    background: #fceec3;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce9b04 #fbf7eb #FFF;
    color: #ce9b04;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fad35e;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ce9b04;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ce9b04;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}



.img-gallery .owl-item {
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce9b04 #fbf7eb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #ce9b04;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #ce9b04;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}



.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}



.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #FFC107;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #ce9b04;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

header#home {
    min-height: 100vh; /* subtract navbar height */
    max-height:auto;
    display: flex;           /* enable flex layout */
    flex-direction: column;    /* stack text and image vertically */
    justify-content: space-between; /* push text to top/center and image to bottom */
    align-items: center;     /* optional: horizontally center */
    padding: 0 15px;         /* optional padding */
    box-sizing: border-box;  /* include padding in height */
}

header#home .container {
    text-align: center;        /* center text horizontally */
    max-height:auto;
    margin-top:5rem;
}

header#home .img-holder {
    max-height: 50%;   /* optional: restrict image height */
    width:25%;
}

div#about img.img-fluid {
    width:60%;
}

header#home .container{
    margin-top:5rem;
}

@media (max-width:1200px){
    header#home .img-holder {
        width:75%;
    }

    div#about div.col-md-6{
        text-align:center;
    }

    div#about img.img-fluid {
        width:80%;
        margin:auto;
    }
}