
/*============

This file only contains the theme color schemes, (not the style ) If you want to change the color
 schemes of the theme
just change the color code  and rgba value. The whole theme color will be changed.

===========*/





/* Filter the 'background' value classes*/

.switcher .switch_btn button,.main-header,.navigation > li > ul > li:hover,.search-box-area .form-group
button,.single-working-content:hover .icon,.single-working-content .count-text,.owl-theme
.owl-dots .owl-dot span,.single-help-content.fourth-column .input-box button,.single-news-content .meta,
.team-section .owl-theme .owl-controls .owl-nav .owl-prev:hover, .team-section .owl-theme .owl-controls
.owl-nav .owl-next:hover,.single-team-content .team-social li a,.our-history .owl-theme .owl-controls
.owl-nav .owl-prev:hover, .our-history .owl-theme .owl-controls .owl-nav .owl-next:hover,.offer-content
.offer-btn a,.accordion-box .accordion .acc-btn .title h3,.service-sidebar-content .categories-list li
a.active, .service-sidebar-content .categories-list li a:hover,.service-sidebar-content .download a,
.service-sidebar-content .share li a,.sidbar-page-container .sidebar-search .input-box button,
.page-pagination li a:hover, .page-pagination li a.active,.blog-details-content .post-share-option .left-content
.post-social li a:hover,.single-pricing-content:hover .pricing-btn a,
.search-box-area .search-toggle:hover,.uranus.tparrows:hover,.single-help-content .button a:hover,
.single-help-content .skype a:hover,.apps-content .apps-box .single-apps-box:hover,
.offer-content .icon-list li a:hover

{
	background: #08b2ed;
}



/* background style two */

.single-item-hoverly .overlay,.video-gallery:hover .overlay-gallery

{
	background: rgba(108, 150, 255, 0.50);
}
.single-counter-content

{
	background: rgba(108, 150, 255, 0.20);
    overflow: hidden;
}



/* Filter the 'color' value classes*/

.header-top .header-info .top-btn a,.btn-one:hover,.main-slider .title span,.sec-title span,.single-choose-content h3,
.single-counter-content .text h4,h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,.single-help-content
.top-content i:before,.single-help-content .call,.single-help-content .button a,.owl-theme .owl-controls
.owl-nav [class*="owl-"] span,.single-testimonial-content .title,.single-pricing-content .icon-box i:before,
.single-pricing-content .list li:before,.apps-content .top-text,.apps-content h2 span,.logo-widget
.location-box .icon-box i:before,.logo-widget .footer-social li a:hover,.service-widget
.list li a:hover,.blog-widget .text a:hover,.instagram-widget .subscribe-widget .input-box button,
.about-content .top-text,.single-team-content
.lower-content .text,.history-content .slider-content h4,.error-section .title,.service-details-content
.title h3,.price-list-section .price-btn a,.self-service h3,a:hover,.blog-details-content .post-share-option
.right-content a,.contact-section .contact-info h3,.contact-section .contact-info .icon-box i:before,
.contact-section .social-info h4,.contact-section .social-info li a:hover,.contact-section
.contact-form-area button,.single-choose-content:hover .icon-box i:before,.service-section .service-btn a:hover

 {
	color:#08b2ed;
}
.footer-title h4,
.footer-bottom .copyright,
.footer-bottom .copyright a
    {
    color:white;
}
 .footer-bottom .copyright a:hover{
     color:#08b2ed;
 }
 .search-box-area .search-toggle i:before{
     color:#252a6c;
 }
/* Filter the 'border color' value classes*/

.search-box-area input,.btn-bg,.single-help-content,.single-help-content .button a,.single-help-content
.skype a,.single-help-content.fourth-column .input-box input,.apps-content .apps-box .single-apps-box,
.logo-widget .footer-social li a:hover,.service-sidebar-content .categories-list li a.active,
.service-sidebar-content .categories-list li a:hover,.sidbar-page-container .sidebar-search input,
.blog-details-content .comment-form input:focus, .blog-details-content .comment-form textarea:focus,
.contact-section .contact-info .icon-box,.single-pricing-content:hover
.pricing-btn a,.search-box-area .search-toggle:hover,.search-box-area input[type='search'],
.about-section .img-box-two,.offer-content .icon-list li a:hover,
.sidbar-page-container .sidebar-search input[type='search'],.single-help-content.fourth-column
.input-box input[type='email']

{
  border-color:#08b2ed;
}

.contact-section .social-info li a{
    border-color:grey;
}
.contact-section .social-info li a:hover {
    border-color: #08b2ed;
}

/* change the theme logo for your own color schemes */

.logo-box {
    /* background: url(../../images/logo/logo1.png) no-repeat 9% 100%; */
}

