.cd-image-label,
header h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0
}

div.jumbotron.hero-nature {
    background-image: url(architect-at-the-construction.jpg)
}

div.jumbotron.hero-photography {
    background-image: url(architects-and-worker.jpg)
}

div.jumbotron.hero-technology {
    background-image: url(young-college-students.jpg)
}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    color: #fff
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff
}

.plat {
    border-radius: 0
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 #048f83 !important
}

.btn-primary:hover {
    color: #fff;
    background-color: #016090;
    border-color: #016090
}

.btn.btn-primary {
    background-color: #048f83 !important;
    border-color: #048f83 !important
}

span {
    font-style: inherit;
    font-weight: inherit
}

.faqHeader {
    font-size: 27px;
    margin: 20px
}

.panel-heading [data-toggle=collapse]:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px
}

.panel-heading [data-toggle=collapse].collapsed:after {
    color: #454444
}

body {
    font-size: 100%;
    font-family: "Open Sans", sans-serif
}

a {
    color: #00a3ff;
    text-decoration: none
}

header h1 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    header {
        height: 240px;
        line-height: 240px
    }
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

.cd-handle.draggable {
    background-color: #445b7c
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s, opacity 0s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

.cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0 auto
}

.cd-image-container img {
    display: block
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #939393;
    padding: 1em;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s .7s, opacity .3s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: url(cd-arrows.svg) center center no-repeat #00a3ff;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.testimonials-clean {
    color: #313437;
    background-color: #eef4f7
}

.testimonials-clean p {
    color: #7d8285
}

.testimonials-clean h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.testimonials-clean .intro p {
    margin-bottom: 0
}

.testimonials-clean .people {
    padding: 50px 0 20px
}

.testimonials-clean .item {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height: 220px
    }
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px
}

.testimonials-clean .item .name {
    font-weight: 700;
    margin-bottom: 2px;
    color: #222;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0
}

.testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px
}