/*
Theme Name: Wordpress Update
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Wordpress Update brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpress-update
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("//fonts.googleapis.com/css?family=Bitter:400,700,400italic");

@import url("//stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");

@import url("//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@import url("assets/css/style.css");
@import url("assets/css/timeline.css");

@import url("assets/css/spectrum-turquoise.css");

@import url('assets/css/plugins/owl.carousel/owl.carousel.min.css');
@import url('assets/css/plugins/owl.carousel/owl.theme.default.min.css');
@import url('assets/css/plugins/owl.carousel/owl.transitions.css');




body {
    padding: 0;
}
.navbar-dark {
    background-color: #3e444d;
    padding: 10px 0;
    opacity: 0.8;
}
.navbar-dark .navbar-brand .logo img {
    background-color: white;
    opacity: 0.9;
    padding: 4px;
    border-radius: 6px;
}
.navbar-dark.top-nav-collapse,
.navbar-light.top-nav-collapse {
    padding: 0;
    border-bottom: 0 solid;
}
.btn-success {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}
section {
    padding: 100px 0;
}
.plan {
    margin: 10px;
}
.plan-list > .item-list > li {
    font-size: 14px;
    line-height: 16px;
}
.wpcf7-form label {
    display: inline;
}
.clients #clients {
    list-style: none;
    padding: 0;
}
.clients #clients li.item {
    margin: 0 15px;
}
footer section {
    padding: 0;
}
.footer-1 .upper {
    padding: 50px 0;
    color: #f4f5f7;
    background-color: #272b31;
}
.footer-1 .upper p {
    color: rgba(244, 245, 247, 0.8);
}
.footer-1 .upper h2 {
    padding-bottom: 10px;
}
.footer-1 .upper h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}
.footer-1 .upper .footer-links li {
    padding-bottom: 10px;
}
.footer-1 .upper .footer-links li a {
    color: #f4f5f7;
}
.footer-1 .upper .footer-links li a:hover {
    color: #c2b49a;
}
.footer-1 .lower {
    padding: 15px 0;
    background-color: #111214;
}
.footer-1 .lower .small {
    color: rgba(244, 245, 247, 0.7);
}
.footer-2 {
    padding: 50px 0;
}
.footer-2 h2,
.footer-2 h3 {
    padding-bottom: 10px;
}
@media (max-width: 990px) {
    .footer-1,
    .footer-2 {
        text-align: center;
    }
}




/* testimonial */

.testimonial h2 {
    margin-top: 0;
}
.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media img {
    width: 200px;
    height: auto;
    display: block;
    max-width: inherit;
}
.carousel .testimonial {
    padding: 0 15px 0 60px ;
    position: relative;
}
.carousel .testimonial::before {
    content: '\93';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;
    border: 5px double;
}


