/* Blue Color */

a, a:visited{
    color: #5eb2d9;
}

a:hover{
    color: #4f99bc;
}

.color{
    color: #5eb2d9;
}

.button a, .button a:visited{
    background:#5eb2d9;
    border-bottom:2px solid #4f99bc;
}

.button a:hover{
    background:#4f99bc;
}

/* Navigation */

.navbar .nav > li > a:hover{
    color: #5eb2d9 !important;
    -webkit-transition:color 1s ease;
    -moz-transition:color 1s ease;
    -o-transition:color 1s ease;
    transition:color 1s ease;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #5eb2d9 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color:#5eb2d9 !important;
    border-bottom-color:#5eb2d9 !important;
}

.dropdown-menu{
    border-top: 2px solid #5eb2d9 !important;
}

/* Title */

.title i{
    color: #5eb2d9;
}

/* Service #2 */

.aserv-img i:hover{
    background: #5eb2d9;
}

/* Flex Slider */

.flex-caption h3 {
    background: #5eb2d9;
}

/* Slider */

.da-slide h2 span{
    background: #5eb2d9;
}

.da-slide p{
    border-left: 3px solid #5eb2d9;
}

.da-slide .da-link{
    border-left:3px solid #5eb2d9;
}

/* Slider features */

.slider-features i{
    background: #5eb2d9;
}

.slider-features h5 a:hover{
    color: #5eb2d9;
}

/* Blog */

.posts .tags a{
    background:#5eb2d9;
    border:1px solid #4f99bc;
    border-bottom:3px solid #4f99bc;
}

.posts .tags a:hover{
    border-bottom:3px solid #5eb2d9;
    background:#4f99bc;
    border:1px solid #4f99bc;
}

.paging a:hover{
    background: #5eb2d9;
    border:1px solid #4f99bc;
}

.paging .current{
    background: #5eb2d9;
    border:1px solid #4f99bc;
}

/* Sidebar */

.sidebar .widget{
    border-top: 1px solid #5eb2d9;
}

/* Events */

.events .panel-heading {
    background: #5eb2d9;
}

/* Testimonial */

.test{
    border-bottom:2px solid #5eb2d9;
}

.test-arrow{
    border-top-color: #5eb2d9;
}

/* Service style #2 */

.service-two h5 i{
    color: #5eb2d9;
}

/* Process */

.process .process-meta{
    background: #5eb2d9;
}

/* Features #1 */

.features-one .feat i{
    color: #5eb2d9;
}

/* Features #2 */

.features-two i{
    color: #5eb2d9;
}

/* About #2 */

.about-two .asocial i{
    background:#5eb2d9;
}

/* Pricing table #1 */

.pricel .phead-top{
    background: #5eb2d9;
}

/* Pricing table #2 */

.phead-round{
    background: #5eb2d9;
}

.phead-round:hover{
    background: #4f99bc;
}

/* Flex slider */

.flexslider .flex-control-nav a:hover{
    background: #5eb2d9 !important;
}

.flexslider a.flex-active{
    background: #5eb2d9 !important;
}

/* Recent posts */

.recent-news .custom-nav a i{
    background: #5eb2d9;
}

/* Career */

.nav-tabs > li > a:hover{
    background: #5eb2d9;
}

/* Back to top */

.totop a, .totop a:visited{
    background: #5eb2d9;
}

.totop a:hover{
    background: #4f99bc;
}

/* Footer */

footer{
    border-top: 4px solid #5eb2d9;
}