/*=====================
	Premery bg color
=====================*/
.clearfix .btn-success {
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
	color: #fff
}
.clearfix .btn-success:hover {
	background-color: #5cb85c !important;
}
.clearfix .btn-finance {
	background-color: #1b4e9d !important;
	border-color: #1b4e9d !important;
	color: #fff
}
.clearfix .btn-finance:hover {
	background-color: #1b4e9d !important;
}

/* 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,
#myNavbar li.active a,
.skew-angle:after,
.header-style-4.style-1 .header-nav .nav > li.active a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before,
.dlab-project-left:after,
.service-carousel .owl-prev,
.service-carousel .owl-next,
.about-us .dlab-tabs .nav-tabs li.active a,
.new-item .dlab-new-item:hover .dlab-info,
.new-item .owl-item:nth-child(2n+1) .dlab-new-item:hover .dlab-info,
.dlab-box-bg.active .icon-box-btn .site-button,
.adv-box:hover,
.home-2 .sep,
.home-3 .sep,
.new-page{
    background-color: #ffd802 !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,
.dlab-feed-list.style-1 .icon-box-btn ul li a:hover,
.dlab-feed-list.style-list .icon-box-btn ul li .box-list:hover{
    background-color: #fdd64d !important;
}
.about-us .dlab-tabs .nav-tabs li.active{
	border-right: 4px solid #fdd64d;
}


/* Rgba color */
.dlab-info-has.bg-primary,
.dlab-info-has.bg-secondry:hover,
.tp-bannertimer.tp-bottom {
    background-color: rgba(216, 21, 23, 0.8);
}

/*=====================
	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,
.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,
button.scroltop,
.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,
.city-box .glyph-icon,
.owner-sign,
.section-head.style-1 .h2.text-primary,
.team-box ul li a:hover,
.link-car-brand li a:hover {
    color: #ffd802 !important;
}

.icon-box-btn .site-button{
    color: #fff !important;
}

/*=====================
	Premery border color
=====================*/
.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote,
.widget_gallery li:hover {
    border-color: #ffd802 !important;
}

/*=====================
	Secondery bg color
 =====================*/
.bg-secondry {
    background-color: #1f519b !important;
}

/*=====================
	Secondery text color
 =====================*/
.text-secondry {
    color: #1f519b !important;
}
.box-s{
    box-shadow: rgb(149 157 165 / 34%) 0px 6px 14px;
}
.border-tlr{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.border-blr{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #1f519b; /* Gray background */
    border-radius: 5px;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Custom styles for the thumb of the range input */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ffffff; /* Green thumb */
    border-radius: 50%;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff; /* Green thumb */
    border-radius: 50%;
    cursor: pointer;
}
.block-price-list{
    position: absolute;
    bottom: 16%;
    border-top-right-radius: 14px;
}
.bg-step{
    background-color: #FFE963;
    width: 100%;
    opacity: 0.6;
}
.bg-step-active{
    background-color: #ffd802;
    opacity: 1;
}
.bg-stepblue{
    background-color: #1f519b;
    color: #fdd64d;
    width: 100%;
    opacity: 0.6;
}
.bg-stepblue-active{
    background-color: #1f519b;
    color: #fdd64d;
    opacity: 1;
}
