/*===================== 
	Premery bg color 
=====================*/

/* Hex */

.bg-primary,
.meet-ask-row:after,
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before,
.dlab-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.site-button,
.comments-area .comment-form p input[type="submit"],
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.footer-line:after,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .active>[class*="site-button"],
.list-num-count>li:before,
.date-style-4 .post-date strong,
.date-style-3 .post-date,
.date-style-2 .post-date,
.team-social-btn ul li a:hover,
.top-bar-curve:after,
.header-style-6 .header-nav .nav>li.active:after,
.header-style-6 .header-nav .nav>li:hover>a:after,
.owl-prev,
.owl-next,
.scroltop,
#myNavbar li.active a,
.site-button.white:hover {
    background-color: #f8db56;
}

.bg-primary {
    background-color: #f8db56 !important;
}

/*Hex color :hover */

.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button,
.bg-primary-dark,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: #f1c600;
}

/* Rgba color */

.dlab-info-has.bg-primary {
    background-color: rgba(141, 193, 65, 0.9);
}

/*===================== 
	Premery text color 
=====================*/

a,
.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover,
.header-nav .nav>li:hover>a,
.header-nav .nav>li .mega-menu>li ul a:hover,
.header-nav .nav>li .sub-menu li:hover>a,
.nav-dark.header-nav .nav>li .sub-menu li:hover>a,
.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dlab-tabs .nav-tabs>li>a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.gallery-filters ul li:hover a,
.gallery-filters ul li a:focus,
.gallery-filters ul,
.site-footer a,
.site-button.text-primary,
.widget_rss ul .rss-date {
    color: #f8db56;
}

.text-primary {
    color: #f8db56 !important;
}

/*===================== 
	Premery border color 
=====================*/

.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote,
.widget_gallery li:hover,
.header-style-6 .top-bar {
    border-color: #f8db56;
}

/*===================== 
	Secondery bg color
 =====================*/

.bg-secondry {
    background-color: #292929;
}

/*===================== 
	Secondery text color
 =====================*/

.text-secondry {
    color: #292929;
}

/*===================== 
		Garllery 
 =====================*/

.our-gallery .dlab-info-has {
    background-color: #8a7bd1;
    box-shadow: 0 0 0 15px #8a7bd1 inset, 0 0 0 16px #ffffff inset;
}

.site-button.white:hover {
    color: #fff;
}

.site-button.box-shadow {
    box-shadow: 3px 3px 10px 0 rgba(241, 197, 0, 0.35);
}