/*
   Updated color.css
   Main color: #C90C0F
   Secondary color: #88BB97
   Accent color: #477373
   Light background color: #DAE8DF
*/

/* template-color */

.scroll-top{
	/* was color: #ff6f29; => main color */
	color: #C90C0F;
  }
  
  .main-menu .navigation > li.current > a,
  .main-menu .navigation > li:hover > a{
	/* was #ff6f29 => #C90C0F */
	color: #C90C0F !important;
  }
  
  .main-menu .navigation > li > ul > li > a:hover{
	/* still #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .main-menu .navigation li.dropdown .megamenu li a:hover{
	color: #C90C0F;
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a:hover{
	color: #C90C0F;
  }
  
  /* This was originally #ffbf37 => #477373 (accent) */
  .main-header .menu-right-content .support-box .icon{
	background: #477373;
  }
  
  .main-header .menu-right-content .support-box h5 a:hover{
	/* originally color: #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .theme-btn.btn-one{
	/* originally background: #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .banner-section .owl-theme .owl-nav .owl-prev:hover:after{
	/* originally color: #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .banner-section .owl-theme .owl-nav .owl-next:hover:after{
	/* originally color: #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .image_block_one .image-box .image:before{
	/* originally background: #ffbf37 => #477373 */
	background: #477373;
  }
  
  .sec-title .sub-title{
	/* originally #62ac44 => #88BB97 */
	color: #88BB97;
  }
  
  .content_block_one .content-box .text .icon-box{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .list-style-one li:before{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-block-one .inner-box .lower-content .icon-box{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-block-one .inner-box .lower-content h3 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-block-one .inner-box .lower-content .link a:hover{
	/* originally #62ac44 => #88BB97 */
	color: #88BB97;
  }
  
  .sec-title.light .sub-title{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .chooseus-section .content-inner .inner-box .inner .list li:before{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .content_block_two .content-box{
	/* originally background: #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .content_block_two .content-box .upper .theme-btn:before{
	/* originally #d28f00; left as is, not in the main 4 colors */
	background: #d28f00;
  }
  
  .content_block_two .content-box .upper span{
	/* originally #fff, unchanged */
	color: #fff;
  }
  
  .content_block_two .content-box .upper p{
	/* originally #fff, unchanged */
	color: #fff;
  }
  
  .scroll-top{
	/* ensure consistency with main color if needed, overwritten above */
	background: #C90C0F;
  }
  
  .testimonial-section:before{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .testimonial-section .testimonial-inner .inner-box .icon-box{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .testimonial-section .testimonial-inner .inner-box .author-box .name{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .news-block-one .inner-box .image-box{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .news-block-one .inner-box .lower-content .post-date{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .news-block-one .inner-box .lower-content .post-info li i{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .news-block-one .inner-box .lower-content:before{
	/* originally #62ac44 => #88BB97 */
	background: #88BB97;
  }
  
  .main-footer .widget-section .links-widget .links-list li a:hover{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .main-footer .widget-section .contact-widget .social-links li a:hover{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .main-footer .widget-section .newsletter-widget .widget-content .newsletter-form .form-group button{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .main-footer .widget-section .newsletter-widget .widget-content .newsletter-form .form-group input:focus{
	/* originally border-color: #ffbf37 => #477373 */
	border-color: #477373 !important;
  }
  
  .footer-bottom a:hover{
	/* originally color: #ffbf37 => #477373 */
	color: #477373;
  }
  
  .header-style-two .logo-box .social-links li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .client-section.alternat-2{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .feature-block-one .inner-box .icon-box{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .feature-block-one .inner-box .icon-box:before{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .feature-section .lower-text h3{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .feature-section .lower-text h3 a{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .image_block_two .image-box .shape .shape-1{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .image_block_two .image-box .shape .shape-2{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .content_block_three .content-box .inner-box .inner .icon-box{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .content_block_three .content-box .inner-box .author-box .author-thumb{
	/* originally border: 2px solid #ffbf37 => #477373 */
	border: 2px solid #477373;
  }
  
  .feature-block-two .inner-box .lower-content{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .feature-block:nth-child(2) .feature-block-two .inner-box .lower-content{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .feature-block:last-child .feature-block-two .inner-box .lower-content{
	/* originally #62ac44 => #88BB97 */
	background: #88BB97;
  }
  
  .feature-block-two .inner-box .lower-content:before{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .feature-block:nth-child(2) .feature-block-two .inner-box .lower-content:before{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .feature-block:last-child .feature-block-two .inner-box .lower-content:before{
	/* originally #62ac44 => #88BB97 */
	background: #88BB97;
  }
  
  .gallery-block-two .inner-box .image{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .testimonial-style-two .testimonial-content .author-box .name{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .testimonial-style-two .owl-dots button.active,
  .testimonial-style-two .owl-dots button:hover{
	/* originally #ff6f29 => #C90C0F */
	border-color: #C90C0F;
  }
  
  .cta-section .inner-container{
	/* originally #ffe7bb => #DAE8DF */
	background: #DAE8DF;
  }
  
  .media-partner .media-links li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .page-title .bread-crumb li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-sidebar .category-widget .category-list li a:before{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .activities-sidebar .support-widget .inner-box:before{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .activities-sidebar .support-widget .inner-box .icon-box{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .activities-sidebar .support-widget .inner-box h3 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-details-content .accordion-box .block .acc-btn.active h5{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .activities-details-content .accordion-box .block .acc-btn.active .icon-outer:before{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .content_block_five .content-box .text h3{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .team-block-one .inner-box .image-box .social-links{
	/* originally #ffbf37 => #477373 */
	background: #477373;
  }
  
  .team-block-one .inner-box .image-box .social-links li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .team-block-one .inner-box .lower-content h3 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .team-block-one .inner-box .lower-content:before{
	/* originally #62ac44 => #88BB97 */
	background: #88BB97;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .search-widget .form-group{
	/* originally #62ac44 => #88BB97 */
	background: #88BB97;
  }
  
  .blog-sidebar .post-widget .post-inner .post .post-thumb{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .blog-sidebar .post-widget .post-inner .post .post-date i{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .post-widget .post-inner .post .post-date a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .post-widget .post-inner .post h6 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover:before{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover:before{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .blog-details-content .post-share-option .post-tags li a{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .blog-details-content .post-share-option .social-links li a:hover{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .blog-details-content .comment-box .comment .comment-info h4 span{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .blog-details-content .comment-box .comment .reply-btn{
	/* originally #ff6f29 => #C90C0F */
	background: #C90C0F;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus{
	/* originally #ff6f29 => #C90C0F */
	border-color: #C90C0F !important;
  }
  
  .content_block_six .content-box .inner-box .single-item .icon-box{
	/* originally #ffbf37 => #477373 */
	color: #477373;
  }
  
  .content_block_six .content-box .inner-box .single-item h3 a:hover{
	/* originally #ff6f29 => #C90C0F */
	color: #C90C0F;
  }
  
  