#top-image{
    background-image: url("../images/background/header-photo.png");
    height: 100%;
    max-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-image .content-text{
    padding: 30% 28% 30% 28%;
}

#top-image h1{
    text-transform: uppercase;
    font-size: 48px;
    font-family: "museo-sans-condensed";
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    color: #282525;
}

#top-image .text{
    font-size: 18px;
    color: #3D3B3B;
    position: relative;
    z-index: 2;
}

.background-text{
    font-family: 'GFS Didot', serif;
    position: absolute;
    font-size: 330px;
    color: #D6C694;
    opacity: 0.25;
    top: 18%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.slick-active .background-text{
    -webkit-animation: OPACITY-VIEW 5s linear;
    -moz-animation:    OPACITY-VIEW 5s linear;
    -o-animation:      OPACITY-VIEW 5s linear;
    animation:         OPACITY-VIEW 5s linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes OPACITY-VIEW {
    0%   { opacity: 0; }
    20%   { opacity: 0; }
    70% { opacity: 0.25; }
    100% { opacity: 0; }
}
@-moz-keyframes OPACITY-VIEW {
    0%   { opacity: 0; }
    20%   { opacity: 0; }
    70% { opacity: 0.25; }
    100% { opacity: 0; }
}
@-o-keyframes OPACITY-VIEW {
    0%   { opacity: 0; }
    20%   { opacity: 0; }
    70% { opacity: 0.25; }
    100% { opacity: 0; }
}

@keyframes OPACITY-VIEW {
    0%   { opacity: 0; }
    20%   { opacity: 0; }
    70% { opacity: 0.25; }
    100% { opacity: 0; }
}


.background-gradient{
    background-image: linear-gradient(to bottom, #F7F8F8, #E9EAEB);
}

.image-box .image{
    background: #fff
}

.slick-slide:focus,
.slick-slide:active{
    outline: none;
    border: none;
}

.about-section.sec-padd{
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
}

.about-section .more{
    text-align: center;
    font-family: "museo-sans-condensed";
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    z-index: 10;
    position: relative;
}

.about-us-text{
    text-align: center;
    font-size: 18px;
    padding: 0 27%;
    position: relative;
    z-index: 2;
    font-weight: 300;
}

.about-background-text{
    font-family: 'GFS Didot', serif;
    position: absolute;
    font-size: 210px;
    color: #fff;
    opacity: 0.4;
    left: 0;
    right: 0;
    text-align: center;
    top: -180px;
    z-index: 1;
}

.about-section .quotes{
    font-family: 'GFS Didot', serif;
    position: absolute;
    font-size: 230px;
    color: #fff;
    opacity: 0.4;
    top: -88px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
}

.about-section .quotes span{
    padding: 0px 20px;
}

.author-about{
    font-family: 'GFS Didot', serif;
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
    font-style: italic;
    position: relative;
}
.author-about .name{
    position: relative;
    z-index: 2;
}

@media (max-width: 600px) {
    #top-image h1{
        font-size: 40px;
    }
    #top-image .content-text{
        padding: 50% 32px 30% 32px;
    }
    .background-text{
        display: none;
    }
    .about-background-text{
        display: none;
    }
    .about-section.sec-padd{
        padding-top: 0;
    }
    .about-us-text{
        padding: 0 32px;
    }
    .section-title h2{
        font-size: 26px;
    }
    .about-us .ceo-message{
        margin-top: 0;
    }
    .about-us .ceo-message .container{
        padding: 0;
    }
    .testimonials .single-testimonial{
        margin-bottom: 0;
    }
}