/**
Template Name:  Theme Name
Note: This is default theme color style file.
 */
/* ======================
   Background Color
   ====================== */
.bg-blue {background: #03A9F4;}
.bg-black {background: #444;}
.bg-white {background: #fff;}
.bg-gray {background: #eee;}
.theme-bg-color,
.top-header,
.main-menu li ul.submenu li:hover > a,
.main-menu li > a.active::before,
.main-menu li ul.submenu li a.active,
.header-transparent.sticky .main-menu li.active > a::before,
.header.style-1 .main-menu > li > a::before,
.header.style-1.sticky .main-menu > li > a::before,
.header-transparent.sticky .main-menu > li > a::before,
a.scroll-to-top,
.accordion-section.style-1 .card-header button.btn-link,
.accordion-section.style-3 .card-header button.btn-link,
.accordion-section.style-4 .card-header button.btn-link,
.single-service.style-1:hover > span,
.single-service.style-3:hover .service-icon span,
.portfolio-nav.style-1 > ul > li.active,
.portfolio-nav.style-1 > ul > li:hover,
.portfolio-nav.style-2 > ul > li.active,
.portfolio-nav.style-2 > ul > li:hover,
.slider-section .owl-dot.active,
.testimonial .owl-dot.active,
.blog-active .owl-nav div,
.blog-active .owl-dot.active,
.loader, button.subscribe-btn, button.search-btn,
.btn.white-btn:hover,
.btn.blue-btn,
.area-404 a.btn,
.single-testimonial.style-2:hover,
.contact.style-2,
.contact.style-1 .contact-form .submit-btn,
.contact.style-3 .contact-form .submit-btn,
.login-signup button.login-signup-btn,
.contact.style-1 .contact-address h2::before, 
.contact.style-1 .contact-form h2::before,
.contact.style-3 .contact-address h2::before, 
.contact.style-3 .contact-form h2::before,
.mean-container .mean-nav ul li a.active,
.mean-container .mean-nav ul li a:hover,
.widget ul.widget-tag li a.active,
.widget ul.widget-tag li:hover a,
.comment-form .submit-btn,
.widget h3.sidebar-title,
ul.pagination li:hover a,
ul.pagination li a.active,
.campuses_card .campuses_card_img::before {
	background: #006e1a;
	color: #ffffff;
}
/* ======================
   Text Color
   ====================== */
.blue {color: #03A9F4;}
.white {color: #fff;}
.black {color: #222;}
.theme-color,
a, button,
a.play-btn,
a.play-btn:hover,
a.more-btn-black:hover,
.btn.blue-btn:hover,
a:focus,a:hover,
.demo-box h3 a:hover,
a.more-btn-black:hover::before,
a.more-btn-gray:hover,
a.more-btn-gray:hover::before,
.post.style-1 .post-meta span a:hover,
.post.style-2 .post-meta span a:hover,
.post.style-3 .post-meta span a:hover,
.post.style-1 .post-title a:hover,
.post.style-2 .post-title a:hover,
.post.style-3 .post-title a:hover,
ul.list.style-1 li a:hover,
ul.list.style-2 li a:hover,
ul.list.style-1 li a:hover::before,
ul.list.style-2 li a:hover::before,
.login-signup h3 a:hover,
.widget ul.widget-list li:hover a,
.comment .comment-meta span a:hover,
.comment .comment-meta span i.fa:hover ,
.contact.style-2 a.submit-btn:hover,
.contact.style-1 ul.contact-info li .con-icon i.fa,
.contact.style-3 .contact-info .con-icon i.fa,
.footer-widget ul.widget-list li a:hover::before,
.footer-widget ul.widget-list li a:hover,
.demo-features:hover > i.fa {
	color: #006e1a;
}
/* ======================
   Border Color
   ====================== */
.about-img-1::before,
.about-img-box::before,
.about-img-box::after,
.single-service.style-1:hover > span,
.btn.blue-btn:hover,
.contact.style-1 .contact-form .submit-btn,
.contact.style-1 .contact-form input:focus, 
.contact.style-1 .contact-form textarea:focus,
.contact.style-3 .contact-form .submit-btn,
.contact.style-3 .contact-form input:focus, 
.contact.style-3 .contact-form textarea:focus,
.contact.style-3 .google-map,
.login-signup .form-group input:focus,
.widget .search-form input:focus,
.about-img img,
.partner-logo:hover,
.widget ul.widget-tag li a.active,
.widget ul.widget-tag li:hover a,
.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus,
.comment-form .submit-btn,
ul.pagination li:hover a,
ul.pagination li a.active,
.demo-features:hover > i.fa {
	border-color: #006e1a;
}
/* ======================
   Overlay Color RGBA
   ====================== */
.single-portfolio::before,
.section-heading.style-3 h2::before,
.team-area.style-1 .single-team .team-member-info,
.team-area.style-2 .single-team .team-member-info,
.team-area.style-2 .single-team::before {
	background: rgba(68, 189, 50, 0.8);
}
/* .post.style-1 .post-thumbnail::before,
.post.style-2 .post-thumbnail::before,
.post.style-3 .post-thumbnail::before {
	background: rgba(68, 189, 50, 0.5);
} */
.team-area.style-1 .team-bg {
	background: rgba(68, 189, 50, 0.95);
}
