

a.btn.btn-small.btn-circle.demo-btn {
	float: right;
	background: #222;
	padding: 7PX 37px;
	margin-top: 5px;
}
.other-features li:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    margin-right: 20px;
    font-weight: 900;
    color: var(--renk);
}
.demo-bar header#masthead.header-v1 {
    padding: 15px;
    position: inherit;
}

a.custom-button.demo-buy-btn.pull-right {
    background: #61c0fe;
    color: #fff;
    margin: 0;
    border-radius: 41px;
}
.demo-bar .site-title span {
    color: #ffffff;
}

.demo-bar .section-carousel-enabled .slick-dots li.slick-active button,
.demo-bar .section-carousel-enabled .slick-dots li button:hover {
    background: #000000;
}
.demo-bar .other-features li {
    float: left;
    width: 48%;
    font-size: 18px;
    position: relative;
    color: #656565;
    margin-bottom: 8px;
    background-size: 20px;
    list-style: none;
    font-weight: 400;
    padding-right: 30px;
    background: #ffffff;
    padding: 15px 25px;
    margin: 1%;
    box-shadow: 0 0 18px #ddd;
}
.demo-bar #featured-slider .overlay-enabled article::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 888;
	background-color: rgba(0, 0, 0, 0.73);
}
.demo-bar a.btn.btn-small.btn-circle.demo-btn {
	float: right;
	background: #18ba60;
	padding: 7PX 37px;
	margin-top: 5px;
}
.demo-bar #main-slider .slider-buttons .btn {
	margin-left: 0;
	border: 2px solid #fff;
	background: inherit;
	padding: 10px 45px;
}
.browser-dots {
    background: #f3f3f3;
    padding: 0px 12px;
    text-align: left;
    /* border-radius: 5px 5px 0 0; */
}
.browser-dots span {
    height: 8px;
    width: 8px;
    background: #e2e2e2;
    display: inline-block;
    margin-right: 1px;
    border-radius: 50%;
}
.browser-dots span.red {
    background: #F44336;
}
.browser-dots span.yellow {
    background: #FFC107;
}
.browser-dots span.green {
    background: #4CAF50;
}
.demo {
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px;
    background: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0px 0px 19px 0px rgba(122, 122, 122, 0.18);
}
.demo h3 {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 600;
    margin: 15px 0 0;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    margin: 0 -15px -15px;
}
.demo a:before {
    color: #fff;
    visibility: hidden;
    height: 45px;
    width: 45px;
    content: "\f06e";
    display: block;
    background: var(--renk);
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    z-index: 99;
    left: 45%;
    top: 45%;
    padding: 10px;
    text-align: center;
    z-index: 999;
    border-radius: 100%;
}
.demo-bar .col-grid-4 {
    margin-bottom: 20px;
}
.demo-bar .feature-item h3 {
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.demo-bar .features-demo .col-grid-4 {
    margin-bottom: 40px;
}
.demo a:after {
	height: 0;
	width: 0;
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.95;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	color: #fff;
}
.demo a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	display: block;
}
.demo a:hover:after{
	height: 100%;
	width: 100%;
	visibility: visible;
		top: 0;
	left: 0;

}

.demo a:hover:before {
	visibility: visible;
}
.demo-bar #content {
	background: none;
}

.demo-bar #content .section-subtitle {
	font-size: 18px;
	margin: 0 auto 50px;

}


.demo-bar .main-feature img {
	width: 90px;
	margin-bottom: 15px;
}
.demo-bar .main-feature {
    text-align: center;
    background: #fff;
    padding: 60px 20px;
}
.demo-bar a.custom-button.buy-now-button {
	float: right;
}

.demo-bar .main-feature h3 {
	font-size: 18px;
}

.demo-bar .section-featured-banner .featured-banner > a::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 9;
    background-color: var(--renk);
}
.section-featured-banner p {
    color: #fff;
}
.demo-bar .section-featured-banner h3 {
    font-weight: 700;
    font-size: 59px;
}


.demo-bar #masthead {
	box-shadow: inherit;
}

.demo-bar #content .section.dark-background {
    background-color: #e70825;
}

.demo-bar aside.section.other-features ul {
	margin-top: 15px;
}
.demo-bar div#sidr-quick {
    display: none;
}


.demo-bar .featured-banner img {
    width: 100%;
}
/*demo media*/

@media only screen and (max-width:1230px){
	.demo-bar .section-featured-banner h3 {
		font-size: 40px;
	}
}
@media only screen and (max-width:1023px){

	.demo-bar .section-featured-banner .banner-caption {
		width: 100%;
		left: 0;
	}
	.demo-bar .section-featured-banner h3 {
		font-size: 32px;
	}
	.demo-bar .other-features li {
		width: 100%;
	}
	.demo-bar #mobile-trigger-quick {
	    float: right;
	    display: none;
	}
	.demo-bar #mobile-trigger,.demo-bar  button#header-top-toggle {
	    box-shadow: none;
	    text-align: center;
	    width: 100%;
	}
	.demo-bar #header-right {
	    float: right;
	    margin-left: 0;
	}
}

@media only screen and (max-width:768px){

.demo-bar #masthead.overlap-header {
    background: #2c2c2e;
}
}
@media only screen and (max-width:767px){


	.demo-bar .col-grid-4 {
	    margin-bottom: 0;
	}
	.demo-bar  a.custom-button.button-curved {
		padding: 5px 20px;
		font-size: 12px;
	}
	.demo-bar a.custom-button.buy-now-button {
		float: right;
		margin-top: 10px;
	}

	.demo-bar .other-features li {
		width: 100%;
	}

	.demo-bar .col-grid-4 {
	    margin-bottom: 0;
	    width: 50%;
	}
	.demo-bar .features-demo .col-grid-4 {
	    margin-bottom: 20px;
	}
	.demo-bar .section-featured-banner p {
	    font-size: 15px;
	    color: #fff;
	    margin-bottom: 5px;
	    line-height: 1.5;
	}
	.demo-bar .section-featured-banner h3 {
	    font-size: 25px;
	    margin-bottom: 5px;
	}
	.demo-bar .col-grid-4 {
	    margin-bottom: 0;
	    width: 100%;
	}
	.demo-bar .section-featured-banner .banner-caption {
	    width: 100%;
	    left: 0;
	    bottom: 25px;
	}
	.demo-bar #masthead {
	    box-shadow: inherit;
	    padding: 10px 0;
	}
	.demo-bar #header-right {
	    float: right;
	    margin-left: 0;
	    margin-top: 5px;
	}
		.demo-bar #content .section-title-wrap {
	    margin-bottom: 15px;
	}
		.picker_close{
		    width: 33px;
		    height: 33px;
		    left: -32px;
		}
		.picker_close i{
		    font-size: 13px;
		    margin-top: 9px;
		}
}
