/*

Brand color light: #b3d207
Brand color medium: #98c401
Brand color dark: #88b001

Gradient colors: #b3d207 and #88b001

*/

/* Highlight Color */
::selection { color: #fff; background: #98c401; }
::-moz-selection { color: #fff; background: #98c401; }
.bg-brand, .bg-grad::selection { color: #98c401; background: #fff; }
.bg-brand, .bg-grad::-moz-selection { color: #98c401; background: #fff; }

/* Color */
a, .navbar-top a:hover, .dropdown-item:active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .btn-link, .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover, .post .post-info a:hover, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .icon-primary i:before, .footer-dark .widget a:hover, .portfolio .nav .nav-tabs .nav-filter.active, .team-item .team-position, .list-group-item-action:hover, .list-group-item-action:focus, .hamburger-menu label a:hover, .breadcrumb .breadcrumb-item a:hover i, .post-item .post-item-desc .post-meta a:hover, .post-item .post-item-desc h4 a:hover, .post-item .item-link:hover, .post-item .post-quote > blockquote:before, .page-link:hover, .sidebar .widget .widget-post .details a:hover, .sidebar .widget a:hover, .list-group-borderless a.list-group-item:hover, .tags a:hover, .post-navigation .post-prev:hover:before, .post-navigation .post-prev:hover h6, .post-navigation .post-prev:hover p, .post-navigation .post-next:hover:before, .post-navigation .post-next:hover h6, .post-navigation .post-next:hover p, .post-navigation .all-post:hover, .blockquote:before, .btn-outline-grad { color: #98c401; }

/* Checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #98c401;
    border-color: #98c401;
    background-color: #98c401;
}

/* Navbar Dark link colors */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #98c401; }
.list-group-icon-primary-bg i { background-color: #d4e6ff; color: #98c401; }

.btn-link:hover, a:hover { color: #98c401; }
.post .post-tag a:hover, .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active { color: #ffffff; }

a.text-primary:hover, a.text-primary:focus, .primary-hover li:hover {
    color: #98c401 !important;
}

.nav-tabs.tab-line .nav-link.active {
    color: #98c401;
    border-bottom: 2px solid #98c401;
}

.text-green {
	color: #88b001 !important;
}

.text-blue-gem {
	color: #28a8e0 !important;
}
.text-dark {
    color: #191e1f !important;
}

.text-size15 {
	font-size:15px;
}

.text-size18 {
	font-size:18px;
}

.lead2 {
  font-weight: 300;
  font-size: 18px;
}

/******************************** NAVBAR HOVER COLOUR by BELA ********************************/
.nav-link {
    color: #292d31 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}
.nav-link:hover {
    color: #98c401 !important;
}

.nav-item .dropdown-item:hover {
    color: #292d31 !important;
}


/************************************** AACO CUSTOM LINKS ******************************/

a.main1 {
	color: #111 !important;
	text-decoration: none;
	font-size:16px;
}
a.main1:hover {
	text-decoration: none;
	color: #88b001 !important;
}

a.main14 {
	color: #999 !important;
	text-decoration: none;
	font-size:14px;
}
a.main14:hover {
	text-decoration: none;
	color: #88b001 !important;
}

a.main24 {
	color: #111 !important;
	text-decoration: none;
	font-size:24px;
}
a.main24:hover {
	text-decoration: none;
	color: #88b001 !important;
}

/************************************** END AACO CUSTOM LINKS ******************************/

/* Color important */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .primary-hover a:hover, .text-primary, a.primary-hover:hover { color: #066af9 !important; }

/* Primary Button */
.btn-outline-primary {
    font-size: 16px;
	color: #669900;
    border-color: #669900;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #669900;
    border-color: #669900;
}

.btn-primary {
	font-size: 15px;
    color: #292d31 !important;
	background-color: #98c401;
    border-color: #98c401 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #292d31 !important;
    border-color: #292d31 !important;
}


.btn-outline-light {
    color: #777;
    border-color: #777;
}

.btn-white:hover {
    color: #fff !important;
    background-color: #292d31 !important;
    border-color: #292d31 !important;
}


.btn-dark2 {
	font-size: 15px;
    color: #fff !important;
	background-color: #292d31;
    border-color: #292d31 !important;
}
.btn-dark2:hover {
    color: #292d32 !important;
    background-color: #98c401 !important;
    border-color: #98c401 !important;
}

.btn-grey {
	font-size: 15px;
    color: #fff !important;
	background-color: #292d31;
    border-color: #5d6268 !important;
}
.btn-grey:hover {
    color: #292d32 !important;
    background-color: #98c401 !important;
    border-color: #98c401 !important;
}



/* Background */

.bg-primary { background: #98c401 !important; }

.bg-green { background: #98c401 !important; }

.bg-lightplus { background: #edeff0 !important; }

.bg-dark { background: #292d31 !important; }

.bg-darker { background: #171a1c !important; }

.navbar-primary.navbar-sticky-on { background-color: #0047ab; }

.footer-dark { background: #191e1f !important;  }


/* Borders */
hr.new1 {
  border-top: 1px solid #ccc;
}

/* Dashed red border */
hr.new2 {
  border-top: 1px dashed #ccc;
}

/* Dotted red border */
hr.new3 {
  border-top: 1px dotted #ccc;
}

/* Thick red border */
hr.new4 {
  border: 1px solid #ccc;
}

.accordion.toggle-icon-round .accordion-title a:after { background: #98c401; }
.accordion-primary .accordion-title, .cd-headline.clip .cd-words-wrapper::after, .cd-headline.loading-bar .cd-words-wrapper::after { background: #98c401; }

.owl-carousel.dots-primary .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #98c401;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span:after, .cd-headline.big-clip .cd-words-wrapper::after { background-color: #98c401; }

.skill-item .progress-bar, .nav-tabs .nav-link.active, .nav-tabs.tab-bordered .nav-link.active { background-color: #98c401; }

/* Border Color */
.form-control:focus, .feature-box.f-style-3:hover { border-color: #98c401; }

.btn-link:after { border-bottom: solid 2px #88b001; }

.primary-border-left-dotted {
    border-left: dashed 1px #98c401;
}
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p { border: 3px solid #98c401; }
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
    border-color: #98c401 transparent transparent;
}
.tags a:hover {
    border: 1px solid #98c401;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active { border-color: #98c401; }
.blockquote.primary-line {
    border-left: 5px solid #98c401;
}

/* Gradient Text */
.text-grad, .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
	background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
  background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* Gradient Background */
.bg-grad, .skill.skill-grad .progress-bar, .nav-tabs.tab-grad .nav-link.active, .portfolio-style-2 .portfolio-card .portfolio-card-header:before, .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before, .team.team-overlay .team-item .team-avatar:before, .team.team-overlay .team-item:hover .team-avatar:before, .pricing .ribbon span, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active {
    background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
    background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
}
.btn-grad, .btn-outline-grad:before {
    background: -moz-linear-gradient(150deg, #b3d207 0%, #88b001 50%, #b3d207 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3d207), color-stop(50%, #88b001), color-stop(100%, #b3d207));
    background: -webkit-linear-gradient(150deg, #b3d207 0%, #88b001 50%, #b3d207 100%);
    background: -o-linear-gradient(150deg, #b3d207 0%, #88b001 50%, #b3d207 100%);
    background: -ms-linear-gradient(150deg, #b3d207 0%, #88b001 50%, #b3d207 100%);
    background: linear-gradient(150deg, #b3d207 0%, #88b001 50%, #b3d207 100%);
    background-size: 260% 100%;
    background-position: right bottom;
}
.icon-grad i:before {
    background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
    background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.accordion-grad .accordion-title a, .blockquote.grad-line:after, .feature-box.f-style-1:before {
    background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
    background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
}

.divider-grad:before {
  background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
  background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
  background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
}

.divider-grad:after {
  background: -moz-linear-gradient(150deg, #b3d207 0%, #88b001 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3d207), color-stop(100%, #88b001));
  background: -webkit-linear-gradient(150deg, #b3d207 0%, #88b001 100%);
  background: -o-linear-gradient(150deg, #b3d207 0%, #88b001 100%);
  background: -ms-linear-gradient(150deg, #b3d207 0%, #88b001 100%);
  background: linear-gradient(150deg, #b3d207 0%, #88b001 100%);
}

@media only screen and (min-width:992px) {
	.navbar-nav .dropdown-menu:before {
		background: -moz-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #88b001), color-stop(100%, #b3d207));
    background: -webkit-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -o-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: -ms-linear-gradient(150deg, #88b001 0%, #b3d207 100%);
    background: linear-gradient(150deg, #88b001 0%, #b3d207 100%);
	}
}

/*SVG fill color*/
.fill-grad-start { stop-color: #98c401; }
.fill-grad-end { stop-color: #98c401; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-grad i::before{ background: none; color: #98c401 !important; }
  .text-grad{  background: none; color: #98c401 !important; }
}