/* Default Color File  */
:root {
    --main-color: #ed5253;
    --main-color-rgb: 237, 82, 83;
}


/* Background */

.theme-btn,
.bootstrap-select .dropdown-menu li a.active,
.dropdown-item.active, .dropdown-item:active,
.header-style-12 .header-middle .social-links li a:hover,
.shopping-cart .count,
.header-style-12 .navbar-right-info .search-box .form-group button,
.banner-section.style-12  .content-box .video-btn a,
.home-12 .sec-title h4:before,
.home-12 .sec-title h4:after,
.category-home-12 .single-item .video-btn a,
.offered-home-12 .single-item .inner-box:hover .image-box .category a,
.offered-home-12 .single-item .inner-box .image-box .price,
.offered-home-12 .single-item .inner-box .image-box .price:before,
.about-home-12 .inner-box .nav-tabs li a.active,
.highlights-home-12 .single-item .inner-box .icon-box:before,
.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-icon:hover,
.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box a:hover,
.team-home-12 .owl-theme .owl-nav .owl-next:hover::after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover::after,
.funfact-home-12 .inner-container,
.instructor-home-12 .inner-box .icon-box:before,
.news-block-two .category,
.consulting-home-12 .btn-box a:hover,
.subscribe-home-12 .inner-container,
.subscribe-home-12 .inner-container:before,
.style-12.scroll-to-top:hover,
.mobile-menu .menu-backdrop

{
    background-color: var(--main-color);
}

/* Color */

.bootstrap-select .dropdown-menu li a,
.header-style-12 .header-middle .topics-box .icon-box,
.header-style-12 .header-middle .topics-box a:hover,
.header-style-12 .main-menu .navigation>li.current>a,
.header-style-12 .main-menu .navigation>li>a:hover,
.header-style-12 .btn-style-four .btn-title:hover,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.banner-section.style-12  .content-box .video-btn h6,
.banner-section.style-12 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section.style-12 .owl-theme .owl-nav .owl-next:hover::after,
.sec-title h4,
.category-home-12 .single-item .content-box .icon-box,
.category-home-12 .single-item h3 a:hover,
.btn-style-five,
.category-home-12 .btn-style-five:hover .btn-title,
.offered-home-12 .single-item .inner-box .lower-content h5 a:hover,
.offered-home-12 .single-item .inner-box .lower-content .rating-box ul li,
.offered-home-12 .single-item .inner-box .lower-content .rating-box a:hover,
.offered-home-12 .single-item .inner-box .lower-content .lower-box .view-time i,
.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option:hover .share-icon,
.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links li a:hover,
.offered-home-12 .nav-tabs .nav-link.active,
.about-home-12 .content-box .text ul li:before,
.highlights-home-12 .single-item .inner-box a,
.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links li a:hover,
.team-home-12 .slide-item .inner-box .content-box .text h3 a:hover,
.team-home-12 .slide-item .inner-box .content-box .text .designation,
.funfact-home-12 .single-item .icon-box,
.testimonial-home-12 .inner-box .rating-box li,
.testimonial-home-12 .inner-box h3 span,
.instructor-home-12 .inner-box span,
.news-block-two .post-meta li a,
.news-block-two .read-more-link,
.news-home-12 .news-block-two .read-more-link i,
.consulting-home-12 .btn-box a,
.consulting-home-12 .other-links li a:hover,
.subscribe-home-12 .text .icon-box,
.footer-style-12 .footer-bottom .copyright a,
.footer-style-12 .footer-bottom .footer-nav li a:hover,
.footer-style-12 .footer-top .logo-widget .inner-box .single-item .icon-box,
.footer-style-12 a:hover,
.footer-style-12 .footer-top .link-list li a:hover,
.footer-style-12 .footer-top .link-list li a:before,
.style-12.scroll-to-top


{
	color: var(--main-color);
}

/* Border Color */

.header-style-12 .header-middle .topics-box a:hover,
.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul,
.btn-style-five,
.team-home-12 .owl-theme .owl-nav .owl-next:hover::after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover::after,
.testimonial-home-12 .owl-item.active .inner-box .thumb-box,
.testimonial-home-12 .owl-dots button.active,
.testimonial-home-12 .owl-dots button:hover,
.consulting-home-12 .btn-box a,
.style-12.scroll-to-top

{
	border-color: var(--main-color);
}


.header-style-12 .navbar-right-info .search-box .form-group input:focus{
	border-color: var(--main-color) !important;
}

.offered-home-12 .single-item .inner-box .image-box .offer{
	background-color: #f4b63c;
}