<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@color: #c8d400;
.dot1,
.navbar .navbar-nav li a:before,
.upper_bar_connector,
.tp-bullet:hover, .tp-bullet.selected, .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active,
.white_pagination .swiper-pagination-bullet-active,
.cube_masonry_style_portfolio .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cube_fullwidth_style_portfolio .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
.customer_feedback_section .swiper-button-next:hover,
.customer_feedback_section .swiper-button-prev:hover,
.blog_slider_main .swiper-pagination-bullet-active,
#area-main .buttons:before,
#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:hover,
.blog_meox .social-link li a:hover,
.timline-year, .pricing_button a.bg_white:hover{
    background: @color !important;
}

.bg_pink,
.bg_before_pink:hover,
.index-only-side-nav .menu_bars,
.index-only-side-nav .menu_bars.active.right:hover span,
.menu_bars:hover span,
.picker-off:hover,
.picker-off:focus,
.menu-detail-outer:hover .menu-detail,
.medical_main_slider .swiper-arrows:hover,
.gym_main_slider .swiper-arrows:hover, 
 {
    background: @color;
}
/* For Changing Color */

.pink_color,
.navbar .navbar-nav li a:hover,
.navbar .side-menu-button.actives .fa,
.pushmenu .push_nav &gt; li &gt; a &gt; span,
.upper_inner_information_icons_inner li a:hover,
.team_detail:hover h3,
.expertise_block:hover .h3_pink,
.blog_slide:hover a&gt;h3,
.contact_form_extra_inner:hover .form_icon,
.contact_form_inner a:hover .form_text,
#area-main ul.blog-author li a:hover,
.blog_meox .morepost-wrap2 a:hover,
.blog_meox .morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left,
.blog_meox .morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right,
.blog_meox ul.category li a .date,
.blog_meox ul.category li a:hover,
.blog_meox .blog-item blockquote,
.countdown .page_content_body form a:hover i,
.picker-off,
.stats_section_inner:hover .stats_section_icon,
.white-portfolio-link:hover,
.timeline &gt; li:hover .timeline-badge &gt; a,
.timeline &gt; li &gt; .timeline-panel:hover .timeline-badge &gt; a ,
.medical_main_slider .swiper-arrows ,
.contact_form_extra_inner a.anchor_style_default:hover
{
    color: @color !important;
}

/* For Changing Border Color */

.pushmenu-right.pushmenu-open,
.cube_masonry_style_portfolio .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cube_fullwidth_style_portfolio .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
.blog_meox .social-link li a:hover,
.countdown .page_content_body form input:focus,
.customer_feedback_section .swiper-pagination .swiper-pagination-bullet-active,
.medical_main_slider .swiper-arrows,
.gym_main_slider .swiper-arrows{
    border-color: @color !important;
}

/* For Changing Css Shapes Border Colour */
.timeline &gt; li:hover .timeline-panel:after{
    border-left-color: @color;
    border-right-color:@color ;
}

/* For Changing Background Color In RGBA Code */

.cube_fullwidth_style_portfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{
    background: rgba(241, 89, 39,.9);
}

.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before{
    border-top-color: rgb(241, 89, 39);
}
.cube_fullwidth_style_portfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{
    background: @color;
}

</pre></body></html>