/*----------------------------------------------------------------
# General
----------------------------------------------------------------*/

body {
    background: #fff;
    color: #222;
    font-family: "Quicksand", sans-serif;
}


.logo {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 25px;

}

/*---------------------------------------------------------------
# Navbar
----------------------------------------------------------------*/
.navbar {
    margin-bottom: 20px;
    border-radius: 0,
        border: 0;
    text-align: center;
    background: #2bd8d3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.nav-link {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0 0.5vw;
}

.nav-link:hover {
    color: #fff !important;
}

/*------------------------------------------------------------------
# Section Header
----------------------------------------------------------------*/

.section-header {
    margin-top: 50x 0;
}

.section-header h3 {
    font-size: 30px;
    color: #222;
    text-align: center;
    font-weight: 300;
    padding-top: 40px;
}

.section-header p {
    margin: auto;
    font-size: 18px;
    color: #556877;
}

/*---------------------------------------
# Intro Section
----------------------------------------------------------------*/

#intro {
    width: 100%;
    background: center bottom no-repeat;
    background-color: #75D0D0;
    background-size: cover;
    padding: 10px 0 20px 0;
}

.intro-img {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}

#intro .intro-info h2 {
    color: #000;

    padding-top: 85px;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 250;
}

#intro .intro-info h2 span {
    color: #ffffff;
    text-decoration: underline;

}

.btn-get-started .btn-services {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}

.btn-get-started {
    background: #2bd8d3;
    border: 2px solid #2bd8d3;
    color: #fff;

}

.btn-get-started:hover {
    background: none;
    border-color: #fff;
    color: #fff;

}

.btn-services {
    border: 2px solid #fff;

}

.btn-services:hover {
    background: #2bd8d3;
    border-color: #2bd8d3;
    color: #fff;
}

/*---------------------------------------------------------------
# About
----------------------------------------------------------------*/

.about-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 50px;
}

#about .about-container .title {
    color: #75D0D0;
    font-weight: 300;
}

#about .about-container .icon-box {
   padding: 5px 0;
    
}
#about .about-container p {
    line-height: 25px;
    padding-right: 10px;
}

#about .about-container .icon-box .icon {
    float: left;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #75D0D0;
    transition: all 0.3s ease-in-out;
}
#about .about-container .icon-box icon i {
    color: #75D0D0;
    font-size: 32px;
}

#about .about-container .icon-box:hover .icon {
    background: #75D0D0;
}

#about .about-container .icon-box:hover .icon i {
    color: #fff;
}
#about .about-container .icon-box .title {
    margin-left: 70px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
}
#about .about-container .icon-box .descrition {
    margin-left: 70px;
   line-height: 22px;
    font-size: 16px;
    
}

/*----------------------------------------------------------------
# Service Section
----------------------------------------------------------------*/
#services {
    background: #fff;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
}

#services .box {
    padding: 50px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 45px 10px;
    background: #fff;
    box-shadow: 0 10px 29px rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;

}

#services .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

}

#services .icon {
    position: absolute;
    left: -10px;
    top: calc(50% - 32px);
}

#services .icon i {
    font-size: 64px;
}


#services .title {
    margin-left: 40px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}

}

#services .box:hover .title {
    color: #75d0d0;

}

#services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Quicksand", sans-serif;

}

/*----------------------------------------------------------------
# WhyUS Section
----------------------------------------------------------------*/
#why-us {
    padding: 2.5rem 0;
    background: #60bfbf;
    text-align: center;
}

#why-us .section-header h3 #why-us .section-header p {
    color: #fff;

}

#why-us .card {
    background: #60bfbf;
    border-color: #598080;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#why-us .card:hover {
    background: #60bfbf;
    border-color: #60bfbf;

}

#why-us .card i {
    font-size: 48px;
    padding-top: 10px;
    color: #fff;

}

#why-us .card h5 {
    font-size: 25px;
    font-weight: 300;
    color: #598080;
}

#why-us .card p {
    font-size: 18px;
    color: #fff;
}

#why-us .card .readmore {
    color: #fff;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}

#why-us .card .counters {
    padding-top: 60px;

}

#why-us .card .counters span {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #fff;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    color: #fff;
}
/*----------------------------------------------------------------
# Contact form
----------------------------------------------------------------*/

#container contact-form p {
   
   
}





/*----------------------------------------------------------------
# Carousel
----------------------------------------------------------------*/
#testimonial {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.1);

}

#testimonial .section-header {
    margin-bottom: 40px;
}

.testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 100%;
    border: 4px solid #fff;
    float: left;

}

#testimonial .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonial .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

#testimonial .owl-nav #testimonial .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonial .owl-dot.active {
    background-color: #75d0d0;


}

/*------------------------------------------------------------------
# Impressum
----------------------------------------------------------------*/
#impressum {
    padding: 200px;
}

/*----------------------------------------------------------------
# Footer
----------------------------------------------------------------*/
footer {
    background-color: #60bfbf;
    padding-top: 1rem;
    padding-left: 2rem;
    text-align: center;
}

footer a {
    color: #222;
}
