
/* Header
_____________________________*/
ul.navbar-nav > li.active > a {
    color: #85CCD2;
}
ul.navbar-nav > li:hover > a {
    color: #85CCD2;
}

ul.navbar-nav > li > a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: bold;

}

.dropdown-menu > ul > li.active > a{
    color: #85CCD2;
}
.dropdown-menu > ul > li>a:hover,
.dropdown-menu > ul > li>a:focus{
    color: #85CCD2;
}

.btn.btn-primary{
    border: 2px solid #85CCD2;
}
.btn.btn-primary:hover{
    background: #3976A2;
}
.btn.btn-primary.solid{
    background: #3976A2;
}

.feature-center-icon {
    color: #85CCD2;
}

a {
    color: #85CCD2;
}

/* ICONS */
.icon-pentagon{
    background: none repeat scroll 0 0 #85CCD2;
}
.icon-pentagon:before{
    border-bottom: 10px solid #85CCD2;
}

.icon-pentagon:after {
    border-top: 10px solid #85CCD2;
}

.service-icon:before {
    border-bottom: 30px solid #85CCD2;
}

.service-icon:after {
    border-top: 30px solid #85CCD2;
}

ul.check-list li i{
    color: #85CCD2;
}

blockquote {
    border-left: 5px solid #85CCD2;
}

.feature-icon{
    color: #85CCD2;
}

.feature-center-icon{
    color: #85CCD2;
}

/* About compamy */

.featured-tab .nav-tabs>li.active>a{
    background: #85CCD2;
}

.featured-tab .nav-tabs>li.active>a:after{
    border-left-color: #85CCD2;
}

.featured-tab .nav-tabs>li>a:hover{
    background: #85CCD2;
    color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after{
    border-left-color: #85CCD2;
}


/*H2 title */
.title2:after{
    content: '';
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    height: 3px;
    background: #85CCD2;
    position: absolute;
}

/* Form Controll */
.form-control {
    box-shadow: none;
    border: 1px solid #85CCD2;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}
.form-control:focus{
    border: 1px solid #3976A2 !important;
}


/*  Price   */
.plan.featured .plan-price {
    background: #85CCD2;
}
.plan.featured .plan-price:after {
    border-top-color: #85CCD2;
}


/*  Buttons */

.btn.btn-primary.white {
    border: 2px solid #3976A2;
    color:  #FFFFFF;
}
.call-to-action .btn.btn-primary.white:hover{
    background: #3976A2;
    color:  #FFFFFF;
}

/*  FONTS   */
h1 {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
}

h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/*  ABOUT US    */
.landing-header.header-bgnone ul.navbar-nav > li:hover > a,
.landing-header.header-bgnone ul.navbar-nav > li.active > a {
    color: #85CCD2;
}

.features-content .features-icon{
    color: #85CCD2;
}

.landing_facts{
    background: #85CCD2;
}

.landing-tab .nav-tabs>li.active{
    border-right: 5px solid #85CCD2;
}

.landing-tab .nav-tabs>li.active>a i{
    color: #85CCD2;
}

.landing-tab .nav-tabs>li>a:hover{
    color: #85CCD2 !important;
}

.landing-tab .tab-pane i.big{
    color: #85CCD2;
}

.app-gallery.owl-theme .owl-controls .owl-page.active span{
    background: #85CCD2;
}

.landing_page_clients{
    background: #85CCD2;
}

/* Misc */

.title-border{
    border-bottom: 2px solid #85CCD2;
}

.post-title a:hover{
    color: #85CCD2;
}

.portfolio-static-desc a:hover{
    color: #85CCD2;
}

.client-carousel .item a:hover{
    border: 1px solid #85CCD2;
}

.footer ul li a:hover{
    color: #85CCD2;
}

.call-to-action{
    background: #85CCD2;
}

.blog-date{
    background: #85CCD2;
}

.widget-categories ul.category-list  li a:hover{
    color: #85CCD2;
}

.about-message ul li a:hover{
    color: #85CCD2;
}


/* Pricing table
================================================== */

.plan.featured .plan-price{
    background: #85CCD2;
}
.plan.featured .plan-price:after{
    border-top-color: #85CCD2;
}

/* Common styles
================================================== */

.heading:hover .title-icon{
    color: #85CCD2;
}

h2.entry-title a:hover{
    color: #85CCD2;
}


.footer{
    padding: 60px 0 100px;
    background: #2e2e2e url(../images/new_footer.png) no-repeat center 0;
    background-size: cover;
    color: #fff;
    font-size: 14px;
}

.hero-section {
    height: 100%;
    background-image: url(../images/landing/site3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-bottom: 0;
    padding-top: 200px;
    overflow: hidden;
}

.parallax2{
    background: url(../images/parallax/site2.png) no-repeat;
}