/* Default Color File  */
:root {
    --main-color: #ffa800;
    --main-color-rgb: 255, 168, 0;
}

/* Background */

.header-style-15 .nav-right .social-links li a,
.btn-style-ten,
.search-popup .search-form fieldset input[type="submit"],
.search-popup .recent-searches li a:hover,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover::after,
.sec-title-four:before,
.service-section-home15 .service-block .inner-box .link-btn a:before,
.service-section-home15 .service-block .inner-box .shape-3,
.about-section-home15 .image-box .bg-layer,
.about-section-home15 .progress-box .bar-inner,
.about-section-home15 .progress-box .bar-inner:after,
.chooseus-section-home15 .single-item:hover .upper .icon-box,
.video-section-home15 .inner-box .curved-circle:before,
.pricing-section-home15 .pricing-table .table-header:before,
.pricing-section-home15 .pricing-table .table-content .pricing-btn:hover,
.pricing-section-home15 .pricing-table .tags,
.pricing-section-home15 .pricing-table .tags:before,
.pricing-section-home15 .pricing-table .tags:after,
.news-section-home15 .news-block .inner-box .category a,
.news-section-home15 .news-block .inner-box .lower-box .link:before,
.footer-style-15 .gallery-widget .image-list li .image,
.footer-style-15 .footer-subscribe .subscribe-inner .icon-box,
.footer-style-15 .footer-subscribe .subscribe-inner .message-btn button,
.mobile-menu .menu-backdrop

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



/* Color */

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.header-style-15 .header-lower .info li i,
.header-style-15 .header-lower .info li a:hover,
.header-style-15 .header-lower .right-column .info li a:hover span,
.header-style-15 .nav-outer .search-btn button:hover,
.header-style-15 .main-menu .navigation>li.current>a,
.header-style-15 .main-menu .navigation>li>a:hover,
.service-section-home15 .service-block .inner-box .icon-box,
.service-section-home15 .service-block .inner-box .link-btn a i,
.service-section-home15 .service-block .inner-box h3 a:hover,
.service-section-home15 .more-text h5 a:hover,
.about-section-home15 .progress-inner h3,
.about-section-home15 .content-box .author-box .author .designation,
.project-section-home15 .project-block .inner-box h3 a:hover,
.video-section-home15 .inner-box .curved-circle,
.team-section-home15 .team-block .inner-box h3 a:hover,
.team-section-home15 .team-block:hover .inner-box .designation,
.team-section-home15 .team-block .inner-box .other-option > li a:hover,
.team-section-home15 .team-block .inner-box .other-option > li:hover,
.team-section-home15 .team-block .inner-box .other-option .share-links li a:hover,
.team-section-home15 .owl-theme .owl-nav button:hover:after,
.testimonial-home-15 .inner-box h3 span,
.testimonial-home-15 .inner-box .rating-box li,
.pricing-section-home15 .pricing-table .table-content h2,
.pricing-section-home15 .pricing-table .table-content h2 .symble,
.pricing-section-home15 .pricing-table.active .table-content .pricing-btn,
.news-section-home15 .news-block .inner-box .title h3 a:hover,
.news-section-home15 .news-block .inner-box .lower-box .link i,
.news-section-home15 .news-block .inner-box .lower-box .comment:hover,
.scroll-to-top.style-15,
.footer-style-15 .footer-top .about-widget h5,
.footer-style-15 .footer-top .about-widget .email i,
.footer-style-15 .footer-top .about-widget .email p a:hover,
.footer-style-15 .links-widget .link-list li a:hover,
.footer-style-15 .post-widget .post h5 a:hover,
.footer-style-15 .footer-bottom a:hover

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



/* Border Color */

.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul,
.search-popup .recent-searches li a:hover,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover::after,
.news-section-home15 .news-block .inner-box,
.news-section-home15 .news-block .inner-box:before,
.scroll-to-top.style-15

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


.contact-section-home15 .form-group input:focus,
.contact-section-home15 .form-group textarea:focus{
	border-color: var(--main-color) !important;
}