.topbar {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0;
}

/* Menü iki satıra düşmeden kompakt navigasyona geç */
@media (min-width: 768px) and (max-width: 1399px) {
	.site-shell .header .topbar .row > .col-lg-6:first-child {
		display: none;
	}

	.site-shell .header .topbar .row > .col-lg-6:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-shell .header .topbar .top-contact-r {
		float: none;
		text-align: right;
	}

	.site-shell .header .header-inner .menu-area {
		display: none;
	}

	.site-shell .header .header-inner .row > .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-shell .header .header-inner .row > .col-lg-9 {
		display: none;
	}

	.site-shell .header .mobile-nav {
		position: absolute;
		right: 15px;
		top: 27px;
		width: calc(100% - 30px);
		z-index: 20;
	}

	.site-shell .header .slicknav_menu {
		background: transparent;
		display: block;
		padding: 0;
	}

	.site-shell .header .slicknav_btn {
		background: transparent;
		margin: 6px 0 0;
		padding: 0;
	}

	.site-shell .header .slicknav_menu .slicknav_icon-bar {
		background-color: var(--renk);
		box-shadow: none;
		height: 3px;
		width: 25px;
	}

	.site-shell .header .slicknav_nav {
		background: #fff;
		box-shadow: 0 10px 24px rgba(0,0,0,.12);
		clear: both;
		margin: 18px -15px 0;
		padding: 12px 22px 18px;
	}

	.site-shell .header .slicknav_nav li {
		border-bottom: 1px solid #ebebeb;
	}

	.site-shell .header .slicknav_nav li:last-child {
		border-bottom: 0;
	}

	.site-shell .header .slicknav_nav a,
	.site-shell .header .slicknav_nav .slicknav_row {
		background: transparent;
		color: #333;
		font-weight: 500;
		margin: 0;
		padding: 7px 0;
	}

	.site-shell .header .slicknav_nav a:hover,
	.site-shell .header .slicknav_nav .slicknav_row:hover {
		background: transparent;
		color: var(--renk);
	}

	.site-shell .header .slicknav_nav .slicknav_arrow {
		color: var(--renk);
	}
}

.site-shell .header .logo img {
	display: block;
	height: auto;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
	width: 220px;
}
.topbar .top-contact {
	margin-top: 6px;
}
.topbar .single-contact {
	display: inline-block;
	margin-right: 30px;
}
.topbar .single-contact:last-child{
	margin-right:0px;
}
.topbar .single-contact p {
	font-size:14px;
	color:#333;
}
.topbar .single-contact a {
	display: inline-block;
	font-weight: 400;
}
.topbar .single-contact a:hover{
	color:#333;
}
.topbar .single-contact i {
	color: var(--renk);
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}


.topbar .top-contact-r {
	margin-top: 6px;
	float: right;
}
@media only screen and (max-width: 767px) {
	.topbar .top-contact-r {
		float: none;
	}
}
.topbar .single-contact-r {
	display: inline-block;
	margin-right: 30px;
}
.topbar .single-contact-r:last-child{
	margin-right:0px;
}
.topbar .single-contact-r p {
	font-size:14px;
	color:#333;
}
.topbar .single-contact-r a {
	display: inline-block;
	font-weight: 400;
}
.topbar .single-contact-r a:hover{
	color:#333;
}
.topbar .single-contact-r i {
	color: var(--renk);
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.topbar .top-button{
	float:right;
}
.topbar .top-button .btn {
	font-size: 14px;
	background: transparent;
	font-weight: 600;
	border-radius: 3px;
	color: #333;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.topbar .top-button .btn:hover{
	background:var(--renk);
	color:#fff;
}
.topbar .top-button .btn.primary {
	color: #fff;
	background: var(--renk);
}
/* Logo */
.header .logo {
	float: left;
	margin-top: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .navbar {
	padding: 0;
}
/* Main Menu */
.header .nav-inner {
	float: right;
	margin-right: 0px;
}
.header .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	display: block;
	padding: 35px 0;
	color: #333;
	z-index: 4;
}
.header .nav li.active a{
	color:var(--renk);
}
.header .nav li:hover a{
	color:var(--renk);
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px #3333334d;
	-moz-box-shadow: 0px 3px 5px #3333334d;
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	left: 0;
	margin: 0;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#fff;
	background:var(--renk);
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .dropdown.sub-dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 186px;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a{
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a{
	background:transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	color:#fff;
	background:var(--renk);
}
.header .nav li .dropdown.sub-dropdown li:last-child a{
	border-bottom:0px solid;
}
.mobile-search{
	display:none;
}
/* Right Bar */
.right-bar {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 36px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.right-bar ul li {
	display: inline-block;
	margin-right: 15px;
}
.right-bar ul li:last-child{
	margin:0;
}
.right-bar .right-nav li a{
	display:block;
	color: #333;
	text-align: center;
	display: block;
	font-size: 18px;
	cursor:pointer;
}
.right-bar .right-nav li a:hover{
	color:var(--renk);
}
/* Header Search */
.search-top {
	position: absolute;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 50px;
	border-top: 5px solid var(--renk);
	border-radius: 3px;
	width: 280px;
	right: 0;
	padding: 10px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}
.search-top.active{
	opacity:1;
	visibility:visible;
}
.search-top .search-form {
	position: relative;
}
.search-top .search-form input {
	height: 50px;
	line-height: 45px;
	padding: 0 45px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 0px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.search-top .search-form button {
	position: absolute;
	width: 45px;
	border: none;
	color: var(--renk);
	right: 0;
	line-height: 50px;
	height: 50px;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	right: 0;
}
.search-top .search-form button:hover{
	color:#fff;
	background:var(--renk);
}
.search-top .search-top.active .search i:before{
	content:"\f00d";
}

/* Sidebar Popup */
.sidebar-popup {
	position: fixed;
	width: 320px;
	height: 100%;
	right: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	top: 0;
	background: #fff;
	z-index: 6000;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 30px;
	z-index: 11000;
}
.sidebar-popup.active{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
	right:0;
}
.sidebar-popup .cross {
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar-popup .cross .btn {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: var(--renk);
	font-size: 13px;
	cursor:pointer;
}
.sidebar-popup .cross .btn:hover{
	background:#222534;
	color:#fff;
}
.sidebar-popup .logo {
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
	margin-bottom: 35px;
}
.sidebar-popup .logo a{
	display:inline-block;
}
.sidebar-popup .single-content {
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.sidebar-popup .single-content:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}
.sidebar-popup .single-content h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #333;
	line-height: initial;
	margin-bottom: 15px;
}
.sidebar-popup .links li{
	display:block;
	margin-bottom:6px;
}
.sidebar-popup .links li a{
	text-transform:capitalize;
	color: #333;
	font-weight: 400;
	line-height: 35px;
}
.sidebar-popup .links li a:hover{
	color:var(--renk);
}
.sidebar-popup .social li{
	display:inline-block;
	margin-right:5px;
}
.sidebar-popup .social li:last-child{
	margin-right:0px;
}
.sidebar-popup .social li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #909090;
	background: transparent;
	border: 1px solid #e5e5e5;
	display: block;
	border-radius: 100%;
}
.sidebar-popup .social li a:hover{
	background:var(--renk);
	border-color:transparent;
	color:#fff;
}
.sidebar-popup .social li.active a{
	background:var(--renk);
	border-color:transparent;
	color:#fff;
}

/* Header Style 3 */
.header.style3{
	position:relative;
}
.header.style3 .header-inner {
	position: absolute;
	width: 100%;
	z-index: 5;
	border-bottom: 1px solid #ffffff40;
}
.header.style3 .nav li a{
	color:#fff;
}
.header.style3 .nav li.active a{
	color:var(--renk);
}
.header.style3 .nav li .dropdown li a{
	color:#333;
}
.header.style3 .nav li:hover a{
	color:var(--renk);
}
.header.style3 .nav li .dropdown li:hover a{
	background:var(--renk);
	color:#fff;
}
.header.style3 .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	background:var(--renk);
}
.header.style3 .single-bar a:hover{
	color:var(--renk);
}
.header.style3 .right-bar a{
	color:#fff;
}
.header.style3 .right-bar a:hover{
	color:var(--renk);
}
.header.style3 .search-form {
	background: var(--renk);
}
.header.style3 .search-form button {
	color: var(--renk);
}
.header.style3 .search-form button:hover{
	color:#fff;
}
.header.style3 .side-area .cross .btn {
	background: var(--renk);
}
.header.style3 .side-area .cross .btn:hover{
	background:#333;
	color:#fff;
}
.header.style3 .side-area .single-content h4:before{
	background:var(--renk);
}
.header.style3 .side-area .single-content .links li a:hover{
	color:var(--renk);
}
.header.style3 .side-area .single-content .social li a:hover{
	background:var(--renk);
	border-color:transparent;
	color:#fff;
}
.header.style3 .side-area .single-content .social li.active a{
	background:var(--renk);
	border-color:transparent;
	color:#fff;
}
/* Header Style 4 */
.header.style4 .nav-inner {
	margin-right: 150px;
}
.header.style4 .nav li {
	margin-right: 36px;
}
.header.style4 .nav li:last-child{
	margin-right:0px;
}
.header.style4 .nav li a{
	color:#333;
}
.header.style4 .nav li.active a{
	color:var(--renk);
}
.header.style4 .nav li:hover a{
	color:var(--renk);
}
.header.style4 .nav li .dropdown li a {
	color: #333;
}
.header.style4 .nav li .dropdown li:hover a{
	background:var(--renk);
	color:#fff;
}
.header.style4 .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	background:var(--renk);
}
.header.style4 .right-bar {
	margin: 0;
	padding: 0;
	top: 20px;
}
.header.style4 .right-bar .button3 .btn3 {
	background: transparent;
	border: 1px solid var(--renk);
	color: var(--renk);
}
.header.style4 .right-bar .button3 .btn3:hover{
	background:var(--renk);
	color:#fff;
	border-color:transparent;
}

/* Header Style 5 */
.header.shop .topbar {
	background-color: #333;
	border: none;
	padding: 15px 0px;
}
.header.shop .nav-inner {
	margin-right: 188px;
}
.header.shop .logo {
	float: left;
	margin-top: 35px;
}
.header.shop .top-contact {
	margin-top:0px;
}
.header.shop .topbar p {
	color: #ccc;
}
.header.shop .topbar .login a {
	color: var(--renk);
}
.header.shop .right-nav{
	float:right;
}
.header.shop .right-nav li{
	display:inline-block;
	margin-right:28px;
	position:relative;
}
.header.shop .right-nav li:last-child{
	margin-right:0px;
}
.header.shop .right-bar .sinlge-bar:last-child {
	display: ;
	margin: 0;
}
.header.shop .right-nav li a{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
}
.header.shop .right-nav li a:hover{
	color:var(--renk);
}
.header.shop .right-nav li a i {
	display: inline-block;
	margin-left: 6px;
	transform: translateY(-2px);
}
.header.shop .right-nav ul {
	position: absolute;
	width: 200px;
	right: 0;
	background: #fff;
	margin: 0;
	padding: 0;
	padding: 10px 20px;
	box-shadow: 0px 0px 15px #00000017;
	z-index: 200;
	top: 35px;
	border-top: 4px solid var(--renk);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 12000;
}
.header.shop .right-nav li:hover ul{
	opacity:1;
	visibility:visible;
}
.header.shop .right-nav ul li {
	display: block;
	float: none;
	margin: 0;
	line-height:30px;
}
.header.shop .right-nav ul li a {
	color: #333;
	text-transform:capitalize;
	display:block;
}
.header.shop .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}
.header.shop .nav li {
	margin-right: 38px;
	position: relative;
}
.header.shop .nav li:last-child {
	display: ;
	margin: 0 !important;
}
.header.shop .nav li .new {
	background: #FEC43C;
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 9px;
	position: absolute;
	left: 0;
	top: 6px;
	font-weight: 500;
}
.header.shop .nav li .new::before {
	position: absolute;
	content: "";
	left: 4px;
	bottom: -10px;
	border: 5px solid #FEC43C;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.header.shop .right-bar {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.header.shop .right-bar .sinlge-bar.top-search a {
	transform: translateY(3px);
}
.header.shop .right-bar .sinlge-bar.top-search a:hover {
	color:var(--renk);
}
.header.shop .right-bar .sinlge-bar{
	display:inline-block;
	margin-right:25px;
}
.header.shop .right-bar .sinlge-bar li a:hover{
	color:var(--renk);
}
.header.shop .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
}
.header.shop .search-form {
	background: var(--renk);
}
.header.shop .search-form button {
	color: var(--renk);
}
.header.shop .shopping .shopping-item {
	position: absolute;
	top: 52px;
	right: 0;
	width: 250px;
	background: #fff;
	padding: 20px 15px;
	border-top: 2px solid var(--renk);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 333;
}
.header.shop .shopping:hover .shopping-item{
	transform: translateY(0px);
	opacity:1;
	visibility:visible;
} 
.header.shop .shopping-list li {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: block;
}
.header.shop .shopping-list li .remove {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
.header.shop .shopping-list .cart-img {
	float: left;
	margin-right: 15px;
}
.header.shop .shopping-list .cart-img img {
	width: 55px;
	height: 55px;
	border: 1px solid #ccc;
}
.header.shop .shopping-list h4 {
	font-size: 14px;
}
.header.shop .shopping-list h4 a{
	font-weight:700;
}
.header.shop .shopping-item .bottom {
	text-align: center;
	margin-top: 20px;
}
.header.shop .shopping-item .total {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}
.header.shop .shopping-item .total span {
	margin-left: 10px;
	font-weight: 600;
	color: var(--renk);
}
.header.shop .shopping-item .bottom .btn {
	background: var(--renk);
	padding: 10px 20px;
	display: block;
	color: #fff;
	margin-top: 10px;
}
/* Header Style 6 */
.header.shop.v2{
	background:#fff;
}
.header.shop.v2 .nav-inner {
	margin: 0;
	float: left;
	padding-right: 30px;
}
.header.shop.v2 .topbar {
	background-color: #f6f6f6;
	border: none;
}
.header.shop.v2 .right-nav li a {
	color: #333;
}
.header.shop.v2 .logo {
	float: left;
	margin: 10px 0 0;
}
.header.shop.v2 .top-contact {
	margin-top:0px;
}
/* Header Middle */
.header.shop.v2 .search-bar-top {
	text-align: center;
}
.header.shop.v2 .search-bar {
	margin-top: 33px;
	width: 460px;
	height: 40px;
	display: inline-block;
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
}
.header.shop.v2 .search-bar {
	width: 460px;
	height: 48px;
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 0;
}
.header.shop.v2 .nice-select {
	clear: initial;
	margin: 0;
	border-radius: 0px;
	height: 46px;
	width: 150px;
	border: none;
	line-height: 48px;
	text-align: center;
	background: transparent;
	text-transform: capitalize;
	padding: 0;
	padding: 0 0 0 20px;
	border-right: 1px solid #ccc;
}
.header.shop.v2 .nice-select::after {
	border-color: #666;
	right: 20px;
}
.header.shop.v2 .nice-select .list {
	border-radius:0px;
}
.header.shop.v2 .nice-select .list li.focus{
	font-weight:400;
}
.header.shop.v2 .nice-select .list li{
	color:#666;
	border-radius:0px;
	font-size:14px;
	font-weight:400;
}
.header.shop.v2 .nice-select .list li:hover{
	background:#333;
	color:#fff;
}
.header.shop.v2 form {
	display: inline-block;
	float: left;
	width: 260px;
}
.header.shop.v2 .search-bar input {
	height: 48px;
	background: transparent;
	color: #666;
	border-radius: 0;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	width: 100%;
}
.header.shop.v2 .search-bar .btnn {
	height: 46px;
	width: 48px;
	text-align: center;
	font-size: 15px;
	color: #333;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.shop.v2 .search-bar .btnn:hover{
	color:var(--renk);
}
/* Search Form */
.header.shop.v2 .search-top {
	opacity: 1;
	visibility: visible;
	top: 0;
	background: transparent;
	background: ;
	border: none;
	box-shadow: none;
	padding: 0;
	top: 0;
}
.header.shop.v2 .middle-inner {
	padding: 30px 0;
}
.header.shop.v2 .topbar p {
	color: #333;
}
.header.shop.v2 .cat-nav-head{
	background:#333;
}
.header.shop.v2 .all-category {
	color: #fff;
	background: var(--renk);
	padding: 15px 25px;
	position: relative;
}
.header.shop.v2 .cat-heading {
	font-size: 20px;
	color: #333;
}
.header.shop.v2 .cat-heading i {
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
}
.header.shop.v2 .main-category {
	position: absolute;
	left: 0;
	top: 65px;
	background: #fff;
	z-index: 1;
	width: 100%;
	box-shadow: 0px 0px 15px #00000026;
}
.header.shop.v2 .main-category li{
	display:block;
	border-bottom:1px solid #f6f6f6;
	position:relative;
}
.header.shop.v2 .main-category li:last-child{
	border:none;
}
.header.shop.v2 .main-category li a {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding: 13px 25px 13px 25px;
	display: block;
	text-transform: uppercase;
}
.header.shop.v2 .main-category li a i{
	display:inline-block;
	float:right;
}
.header.shop.v2 .sub-category {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 238px;
	top: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-left: 3px solid var(--renk);
	-webkit-box-shadow: 0px 0px 15px #00000038;
	-moz-box-shadow: 0px 0px 15px #00000038;
	box-shadow: 0px 0px 15px #00000038;
}
.header.shop.v2 .main-category li:hover .sub-category{
	opacity:1;
	visibility:visible;
}
.header.shop.v2 .main-category li a{
	text-transform:capitalize;
	font-weight:400;
}
.header.shop.v2 .main-category li a:hover{
	color:var(--renk);
}
.header.shop.v2 .menu-origin {
	float:none;
	display: inline-block;
	float: right;
}
.header.shop.v2 .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}
.header.shop.v2 .nav li {
	margin-right: 38px;
	position: relative;
	float: none;
}
.header.shop.v2 .nav li .new {
	background: var(--renk);
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 0px;
	font-weight: 500;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
}
.header.shop.v2 .nav li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	padding: 20px 0;
	font-weight: 600;
	display: block;
}
.header.shop.v2 .nav li.active a{
	color:#fff;
}
.header.shop.v2 .nav li:hover a{
	color:var(--renk);
}
.header.shop.v2 .nav .dropdown li{
	margin:0;
}
.header.shop.v2 .nav li .dropdown li:hover a{
	background:var(--renk);
}
.header.shop.v2 .nav li .dropdown li a {
	color: #333;
	padding: 8px 15px;
	font-weight: 400;
}
.header.shop.v2 .nav li .dropdown li a {
	font-weight:400;
}
.header.shop.v2 .nav li .dropdown li a:hover{
	color:#fff;
}
.header.shop.v2 .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	background:var(--renk);
}
.header.shop.v2 .right-bar {
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 12px;
	float: right;
	position: relative;
}
.header.shop.v2 .right-bar .sinlge-bar.top-search a {
	transform: translateY(3px);
}
.header.shop.v2 .right-bar .sinlge-bar.top-search a:hover {
	color:var(--renk);
}
.header.shop.v2 .right-bar .sinlge-bar{
	display:inline-block;
	margin-right:25px;
}
.header.shop.v2 .right-bar .sinlge-bar:last-child{
	margin-right:0px;
}
.header.shop.v2 .right-bar .sinlge-bar li a:hover{
	color:var(--renk);
}
.header.shop.v2 .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
}
.header.shop.v2 .search-form {
	background: var(--renk);
}
.header.shop.v2 .search-form button {
	color: var(--renk);
	background: transparent;
	border-left: 1px solid #ebebeb;
}
.header.shop .search-form button:hover{
	color:#fff;
	border-left-color:transparent;
}
.header.shop.v2 .search-form button:hover{
	color:#fff;
}
/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	z-index:10000;
	animation: stickyHeaderIn .65s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes stickyHeaderIn {
	from {
		opacity: .7;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.header.sticky .header-inner {
		animation: none;
		transition: none;
	}
}
.header.sticky .logo {
	margin-top: 15px;
}
.header.sticky .search-top {
	top: 42px;
}
.header.sticky .nav li a {
	padding: 25px 0;
}
.header.sticky .right-bar {
	top: 26px;
}
.header.style3.sticky .header-inner{
	background:#353535;
}
.header.style4.sticky .right-bar {
	top: 15px;
}
.header.style4.sticky .right-bar .btn3 {
	height: 45px;
	line-height: 40px;
}
.header.shop.sticky .nav li .new {
	top: 0px;
}
.header.shop.sticky .shopping .shopping-item {
	top: 42px;
}
.header.shop.v2 .header-inner {
	position: relative;
	box-shadow:none;
}
/*======================================
	End Header CSS
	========================================*/
/*======================================
   02. Hero Area CSS
   ========================================*/ 
   @keyframes fadeInUp {
	from {opacity:0;transform:translate3d(0,22px,0)}
	to {opacity:1;transform:translate3d(0,0,0)}
   }
   .home-preview .hero-slider {
	overflow: hidden;
   }

   /* Hafif ve güvenilir genel giriş efektleri */
   .home-preview .wd-reveal {
	opacity: 0;
	transform: translate3d(0,18px,0);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
	will-change: opacity, transform;
   }
   .home-preview .wd-reveal.wd-reveal-left {transform:translate3d(-24px,0,0)}
   .home-preview .wd-reveal.wd-reveal-right {transform:translate3d(24px,0,0)}
   .home-preview .wd-reveal.is-visible {opacity:1;transform:translate3d(0,0,0)}
   @media (prefers-reduced-motion: reduce) {
	.home-preview .wd-reveal,
	.home-preview .wd-reveal.wd-reveal-left,
	.home-preview .wd-reveal.wd-reveal-right {opacity:1;transform:none;transition:none}
	.hero-slider .owl-item.active .hero-text .hero-slide-title,
	.hero-slider .owl-item.active .hero-text p,
	.hero-slider .owl-item.active .hero-text .button {animation:none}
   }
   .hero-slider{
   	position:relative;
   	background:var(--renk);
   	height: 750px;
   }
   .hero-slider .single-slider {
   	height: 750px;
   	background-size: cover;
   	background-position: center;
   	position: relative;
   }
   .hero-slider .hero-text {
   	float: none;
   	text-align: left;
   	display: flex;
   	-webkit-box-orient: vertical;
   	-webkit-box-direction: normal;
   	-ms-flex-direction: column;
   	flex-direction: column;
   	-webkit-box-pack: center;
   	-ms-flex-pack: center;
   	justify-content: center;
   	width: 100%;
   	height: 750px;
   }
   .hero-slider .hero-text h1,
   .hero-slider .hero-text .hero-slide-title {
   	color: #fff;
   	font-size: 48px;
   	font-weight: 900;
   	line-height: 58px;
   	margin-bottom: 20px;
   }
   .hero-slider .hero-text p {
   	color: #fff;
   }
   .hero-slider .hero-text .button {
   	margin-top: 35px;
   }
   .hero-slider .hero-text .button .btn{
   	border:1px solid transparent;
   	background:#fff;
   	color:var(--renk);
   }
   .hero-slider .hero-text .button .btn:hover{
   	color:#fff;
   	background:transparent;
   	border-color:#fff;
   }
   .hero-slider .hero-text .button .btn{
   	margin-right:10px;
   }
   .hero-slider .hero-text .button .btn:last-child{
   	margin-right:0px;
   }
   /* Slider Nav */
   .hero-slider .owl-nav{
   	margin: 0;
   	width: 100%;
   }
   .hero-slider .owl-carousel .owl-nav div {
   	height: 55px;
   	width: 55px;
   	line-height: 52px;
   	background: #fff;
   	color: #333;
   	position: absolute;
   	margin: 0;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	border-radius: 100%;
   	top: 50%;
   	margin-top: -27.5px;
   }
   .hero-slider .owl-carousel .owl-nav div:hover{
   	color:#333;
   	background:#ffffffa6;
   }
   .hero-slider .owl-carousel .owl-nav .owl-prev{
   	left:20px;
   }
   .hero-slider .owl-carousel .owl-nav .owl-next{
   	right:20px;

   }
   /* Slider Animation */
   .hero-slider .owl-item.active .hero-text h1,
   .hero-slider .owl-item.active .hero-text .hero-slide-title{
   	animation: fadeInUp 1s both 0.6s;
   }
   .hero-slider .owl-item.active .hero-text p{
   	animation: fadeInUp 1s both 1s;
   }
   .hero-slider .owl-item.active .hero-text .button{
   	animation: fadeInUp 1s both 1.5s;
   }
   .hero-slider .owl-item.active .hero-text h4{
   	animation: fadeInUp 1s both 0.8s;
   }
   .hero-slider .owl-item.active .hero-text .button3{
   	animation: fadeInUp 1s both 1.5s;
   }

   /* Hero Area Agency */
   .hero-slider.style2 .single-slider .text {
   	padding-right: 545px;
   }
   .hero-slider.style2 .single-slider .button .btn{
   	color:var(--renk);
   	background:#fff;
   	border-color:transparent;
   }
   .hero-slider.style2 .single-slider .button .btn:hover{
   	color:#fff;
   	background:transparent;
   	border-color:#fff;
   }

   /* Hero Area Personal */
   .hero-slider.style3{
   	z-index:0;
   }
   .hero-slider.style3 .single-slider {
   	text-align:center;
   }
   .hero-slider.style3 .single-slider:before{
   	opacity:0.75;
   }
   .hero-slider.style3 .hero-text {
   	text-align: center;
   	padding: 0;
   	height: 750px;
   	padding-top: 95px;
   }
   .hero-slider.style3 .hero-text h1{
   	font-size:70px;
   	color:#fff;
   	font-weight:900;
   	margin:0;
   }
   .hero-slider.style3 .hero-text h1 span {
   	display: block;
   	font-size: 45px;
   	margin-bottom: 25px;
   }
   .hero-slider.style3 .hero-text h4{
   	color:var(--renk);
   	font-size:30px;
   	font-weight:700;
   	margin:30px 0 20px 0;
   }
   .hero-slider.style3 .button3 {
   	margin-top: 30px;
   }
   .hero-slider.style3 .button3 .btn3{
   	border:1px solid transparent;
   	background:var(--renk);
   	color:#fff;
   }
   .hero-slider.style3 .button3 .btn3:hover{
   	color:var(--renk);
   	background:transparent;
   	border-color:var(--renk);
   }
   .hero-slider.style3 .button3 .btn3.primary{
   	color:var(--renk);
   	background:transparent;
   	border-color:var(--renk);
   }
   .hero-slider.style3 .button3 .btn3.primary:hover{
   	background:var(--renk);
   	color:#fff;
   	border-color:var(--renk);
   }
   .hero-slider.style3 .button3 .btn3{
   	margin-right:10px;
   }
   .hero-slider.style3 .button3 .btn3:last-child{
   	margin-right:0px;
   }
   .hero-slider.style3 .owl-carousel .owl-nav{
   	padding-top:95px;
   }
   .hero-slider.style3 .owl-carousel .owl-nav div {

   }

   /* Hero Personal 2 */
   .hero-slider.style4 .hero-text {
   	margin-top: 0px;
   }
   .hero-slider.style4 .hero-text h1 {
   	font-size: 60px;
   	color: #333;
   	font-weight: 900;
   	margin: 0;
   	line-height: 84px;
   }
   .hero-slider.style4 .hero-text h1 span {
   	font-size: 38px;
   	display: block;
   	margin-bottom: 10px;
   	line-height: 30px;
   }
   .hero-slider.style4 .hero-text h4 {
   	font-size: 30px;
   	font-weight: 700;
   	margin-top: 15px;
   }
   .hero-slider.style4 .hero-text p{
   	color:#555;
   	margin-top:30px;
   }
   .hero-slider.style4 .hero-text .button {
   	margin-top: 30px;
   }
   .hero-slider.style4 .hero-text .btn {
   	background: var(--renk);
   	color: #fff;
   	border: none;
   	color: #fff !important;
   }
   .hero-slider.style4 .hero-text .btn:hover{
   	background:#333;
   	color:#fff;
   }

   /* Hero Style 5 */
   .hero-slider.style5 {
   	background: #fff;
   	height: 700px;
   }
   .hero-slider.style5 .single-slider {
   	height: 700px;
   }
   .hero-slider.style5 .hero-text{
   	height: 700px;
   }
   .hero-slider.style5 .hero-text h1 {
   	line-height: 50px;
   	font-size: 40px;
   	font-weight: 900;
   	color: var(--renk);
   }
   .hero-slider.style5 .hero-text h1 span {
   	font-size: 28px;
   	display: block;
   	margin-bottom: 3px;
   	color: #fff;
   	line-height: initial;
   	margin-bottom: 10px;
   	font-weight: 600;
   	text-transform: capitalize;
   }
   .hero-slider.style5 .hero-text p{}
   .hero-slider.style5 .button5 .btn5:hover{
   	background:#fff;
   	color:#333;
   }
   .hero-slider.style5 .owl-item.active .hero-text .button5{
   	animation: fadeInUp 1s both 1.5s;
   	margin-top:30px;
   }
   .hero-slider.style5 .owl-carousel .owl-nav div {
   	height: 55px;
   	width: 55px;
   	line-height: 52px;
   	background: #8b7236;
   	color: #333;
   	position: absolute;
   	border-radius: 100%;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .hero-slider.style5 .owl-carousel .owl-nav div:hover{
   	color:#333;
   	background:var(--renk);
   }
   /* Hero Style 6 */
   .hero-slider.style6 {
   	background: #fff;
   	height: 510px;
   	border-bottom: 1px solid #ebebeb;
   	overflow: hidden;
   }
   .hero-slider.style6 .single-slider {
   	height: auto;
   }
   .hero-slider.style6 .text-inner {
   	background-size: cover;
   	background-position: center;
   	background-repeat: no-repeat;
   }
   .hero-slider.style6 .hero-text {
   	padding: 0 30px;
   	height: 510px;
   }
   .hero-slider.style6 .hero-text h1 {
   	line-height: 50px;
   	font-size: 50px;
   	font-weight: 800;
   	color: var(--renk);
   	margin-bottom: 20px;
   }
   .hero-slider.style6 .hero-text h1 span {
   	font-size: 20px;
   	display: block;
   	margin-bottom: 10px;
   	color: #333;
   	font-weight: 600;
   	line-height: initial;
   }
   .hero-slider.style6 .hero-text p {
   	color: #555;
   	margin-bottom: 35px;
   }
   .hero-slider.style6 .hero-text .button{
   	margin:0;
   }
   .hero-slider.style6 .hero-text .btn {
   	color: #fff;
   	background: #333;
   	padding: 15px 30px;
   	line-height: initial;
   	border: none;
   	height: auto;
   }
   .hero-slider.style6 .hero-text .btn:hover{
   	background:#333;
   	color:#fff;
   }
   /* Video SLider*/
   .hero-slider.video .single-slider.overlay::before {
   	opacity: 0.6;
   }
   .hero-slider.video .hero-text span {
   	font-size: 25px;
   	color: #fff;
   	display: block;
   	margin-bottom: 20px;
   	padding-bottom: 20px;
   	position: relative;
   	font-weight: 600;
   }
   .hero-slider.video .hero-text span::before {
   	content: "";
   	position: absolute;
   	left: 50%;
   	width: 50px;
   	height: 2px;
   	background: #fff;
   	bottom: 0;
   	left: ;
   	margin-left: -25px;
   }
   .hero-slider.video .hero-text {
   	text-align: center;
   }
   .hero-slider.video .hero-text p {
   	padding: 0 80px;
   }
/*======================================
   End Hero Area CSS
   ========================================*/ 

/*======================================
   03. About Us CSS
   ========================================*/ 
   .about-us.section{
   	padding-bottom:220px;
   }
   .about-image{
   	position:relative;
   }
   .about-image .experience img {
   	height: 100%;
   	width: 100%;
   	border-radius: 8px;
   	box-shadow: 0px 5px 35px #0000001f;
   }
   .about-image .experience {
   	position: absolute;
   	left: -90px;
   	bottom: -90px;
   	padding: 60px 25px;
   	background: var(--renk);
   	max-width: 285px;
   	z-index: 2;
   }
   .about-image .experience h2 {
   	color: #fff;
   	font-weight: 900;
   	font-size: 80px;
   	line-height: 55px;
   }
   .about-image .experience h2 span {
   	color: #fff;
   	font-weight: 800;
   	font-size: 32px;
   	display: block;
   	text-transform: capitalize;
   	line-height: 38px;
   	margin-top: 30px;
   }
   .about-image .experience .bg-pattern {
   	height: 95px;
   	width: 95px;
   	position: absolute;
   	right: 30px;
   	top: 60px;
   	z-index: -1;
   }
   .about-features {
   	padding-left: 30px;
   }
   .about-features h2 {
   	font-size: 28px;
   	line-height: 40px;
   	font-weight: 900;
   	margin-bottom: 20px;
   }
   .about-features p {
   	font-size: 16px;
   	color: #777;
   	margin-bottom: 15px;
   }
   .about-features p:last-child{
   	margin:0;
   }
   .about-features .list {
   	margin-top: 35px;
   }
   .about-features .list li {
   	position: relative;
   	padding-left: 80px;
   	line-height: 24px;
   	margin-bottom: 30px;
   	font-weight: 600;
   }
   .about-features .list li:last-child{
   	margin-bottom:0px;
   }
   .about-features .list li i {
   	position: absolute;
   	left: 0;
   	top: 50%;
   	margin-top: -25px;
   	height: 50px;
   	width: 50px;
   	line-height: 50px;
   	text-align: center;
   	background: var(--renk);
   	color: #fff;
   	font-size: 20px;
   	display: block;
   	border-radius: 100%;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	opacity: 0.4;
   }
   .about-features .list li:hover{
   	cursor:pointer;
   }
   .about-features .list li:hover i{
   	background:var(--renk);
   	opacity:1;
   	color:#fff;
   }
   .about-features .button {
   	margin-top: 35px;
   }
	/* Homepage about */
	.home-preview .home-about {
		padding: 90px 0;
		background: #fff;
	}
	.home-preview .home-about .about-image {
		position: relative;
		padding-right: 18px;
	}
	.home-preview .home-about .about-image > img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		border-radius: 10px;
		box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
	}
	.home-preview .home-about .about-badge {
		position: absolute;
		right: -8px;
		bottom: 28px;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 17px 20px;
		background: var(--renk);
		color: #222;
		border-radius: 8px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
	}
	.home-preview .home-about .about-badge strong {
		font-size: 34px;
		line-height: 1;
	}
	.home-preview .home-about .about-badge span {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.25;
	}
	.home-preview .home-about .about-features {
		padding-left: 42px;
	}
	.home-preview .home-about .about-kicker {
		display: inline-block;
		margin-bottom: 12px;
		color: var(--renk);
		font-size: 14px;
		font-weight: 800;
		letter-spacing: 1.5px;
	}
	.home-preview .home-about .about-features h2 {
		max-width: 510px;
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 1.2;
		font-weight: 800;
	}
	.home-preview .home-about .about-features p {
		margin-bottom: 12px;
		color: #666;
		font-size: 15px;
		line-height: 1.75;
	}
	.home-preview .home-about .about-stats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
		margin: 27px 0;
		padding: 20px 0;
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
	}
	.home-preview .home-about .about-stats strong,
	.home-preview .home-about .about-stats span {
		display: block;
	}
	.home-preview .home-about .about-stats strong {
		margin-bottom: 4px;
		color: var(--renk);
		font-size: 25px;
	}
	.home-preview .home-about .about-stats span {
		color: #555;
		font-size: 12px;
		font-weight: 600;
	}
	.home-preview .home-about .about-more {
		display: inline-flex;
		align-items: center;
		gap: 9px;
		padding: 13px 22px;
		background: #222;
		color: #fff;
		border-radius: 5px;
		font-size: 14px;
		font-weight: 700;
		transition: all 0.3s ease;
	}
	.home-preview .home-about .about-more:hover {
		background: var(--renk);
		color: #222;
		transform: translateY(-2px);
	}
	.home-preview #portfolio {
		background: #f6f6f6;
	}
	.home-preview .home-products {
		background: #fff;
		padding-top: 88px;
		padding-bottom: 88px;
	}
	.home-preview .home-products .section-title {
		margin-bottom: 24px;
	}
	.home-preview .product-category-row {
		margin-top: 10px;
	}
	.home-preview .product-category-card {
		display: block;
		background: #fff;
		border: 1px solid #e7e7e7;
		border-radius: 8px;
		box-shadow: none;
		color: #333;
		overflow: hidden;
		padding: 10px;
		transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
	}
	.home-preview .product-category-image {
		display: block;
		aspect-ratio: 4 / 3;
		height: auto;
		border-radius: 5px;
		overflow: hidden;
	}
	.home-preview .product-category-image img {
		display: block;
		height: 100%;
		object-fit: cover;
		transition: transform .55s cubic-bezier(.2,.8,.2,1);
		width: 100%;
	}
	.home-preview .product-category-content {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 22px 10px 12px;
	}
	.home-preview .product-category-content strong {
		font-size: 20px;
		font-weight: 700;
	}
	.home-preview .product-category-content > span {
		color: #777;
		font-size: 13px;
		font-weight: 600;
		white-space: nowrap;
	}
	.home-preview .product-category-content i {
		color: var(--renk);
		margin-left: 5px;
	}
	.home-preview .services-slider .owl-stage-outer,
	.home-preview .products-slider .owl-stage-outer {margin:-18px 0 -42px;padding:18px 0 42px}
	.home-preview .services-slider .owl-dots,
	.home-preview .products-slider .owl-dots {margin-top:26px}
	.home-preview .services-slider .single-team {margin-top:0}
	@media (hover:hover) and (pointer:fine) {
		.home-preview .product-category-card:hover {
			border-color: var(--renk);
			box-shadow: none;
			transform: translateY(-8px);
		}
		.home-preview .product-category-card:hover .product-category-image img {transform: scale(1.045)}
		.home-preview .product-category-card:hover .product-category-content strong {color: var(--renk)}
	}
	.home-preview #blog {
		background: #f6f6f6;
	}
	/* Homepage vertical rhythm */
	.home-preview #team,
	.home-preview #portfolio,
	.home-preview #blog,
	.home-preview .p-testimonial {
		padding-top: 88px;
		padding-bottom: 88px;
	}
	.home-preview #team .section-title,
	.home-preview #portfolio .section-title,
	.home-preview #blog .section-title,
	.home-preview .p-testimonial .section-title,
	.home-preview #clients .section-title {
		margin-bottom: 24px;
	}
	.home-preview #team .single-team {
		margin-top: 12px;
	}
	.home-preview #portfolio .portfolio-slider,
	.home-preview #blog .blog-slider {
		margin-top: 10px;
	}
	.home-preview .p-testimonial {
		background: #fff;
	}
	.home-preview #clients {
		padding-top: 65px;
		padding-bottom: 65px;
		background: #f6f6f6;
	}
	.home-preview #clients .clients-intro {
		max-width: 560px;
		margin: -12px auto 30px;
		color: #777;
		font-size: 15px;
		text-align: center;
	}
	.home-preview #clients .single-client {
		padding: 12px;
		background: transparent;
		border: 1px solid transparent;
		border-radius: 8px;
		transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	}
	.home-preview #clients .home-clients-slider .owl-stage-outer {
		padding-top: 10px;
		margin-top: -10px;
	}
	.home-preview #clients .single-client img {
		max-width: 100%;
		height: 105px;
		object-fit: contain;
		opacity: 0.48;
		filter: grayscale(1);
		transition: opacity 0.3s ease, filter 0.3s ease;
	}
	.home-preview #clients .single-client:hover {
		transform: translateY(-5px);
		border-color: var(--renk);
		background: #fff;
	}
	.home-preview #clients .single-client:hover img {
		opacity: 1;
		filter: grayscale(0);
	}
	.home-preview #clients .partner-brand {
		display: flex;
		height: 105px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #e1e1e1;
		border-radius: 7px;
		background: #fff;
		color: #303236;
		text-align: center;
		transition: border-color .3s ease, background-color .3s ease;
	}
	.home-preview #clients .partner-brand img {
		display: block;
		width: 78%;
		max-width: 170px;
		max-height: 54px;
		object-fit: contain;
	}
	.home-preview #clients .partner-brand strong {
		font-size: 25px;
		font-weight: 900;
		letter-spacing: -.6px;
		line-height: 1;
	}
	.home-preview #clients .partner-brand span {
		margin-top: 8px;
		color: #777;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 1.2px;
	}
	.home-preview #clients .single-client:hover .partner-brand {
		border-color: var(--renk);
		background: #fffdf7;
	}
	@media (max-width: 991px) {
		.home-preview .home-about .about-features {
			padding-left: 22px;
		}
		.home-preview .home-about .about-features h2 {
			font-size: 30px;
		}
	}
	@media (max-width: 767px) {
		.home-preview .home-products {padding:65px 0}
		.home-preview .product-category-image {height:auto}
		.home-preview .product-category-content {align-items:flex-start;flex-direction:column;gap:8px}
		.home-preview .home-about {
			padding: 65px 0;
		}
		.home-preview .home-about .about-image {
			padding-right: 0;
			margin-bottom: 38px;
		}
		.home-preview .home-about .about-badge {
			right: 14px;
			bottom: -18px;
		}
		.home-preview .home-about .about-features {
			padding-left: 0;
			margin-top: 0;
		}
		.home-preview .home-about .about-stats {
			gap: 8px;
		}
		.home-preview #team,
		.home-preview #portfolio,
		.home-preview #blog,
		.home-preview .p-testimonial {
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.home-preview #clients {
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}
   /* About Style 2*/
   .about-us.style2 {
   	background-size: contain;
   	background-position: center;
   	background-repeat: no-repeat;
   	padding: 130px 0;
   }
   .about-us.style2 .about-content{
   	margin:0;
   }

   /* About Style 3*/
   .about-us.style3{
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;
   }
   .about-us.style3 .about-image{
   	position: relative;
   	box-shadow: 0px 10px 30px #0000001f;
   	border-radius: 8px;
   }
   .about-us.style3 .about-content{
   	margin-top:0px;
   }
   .about-us.style3 .experience{
   	background:var(--renk);
   }
   .about-us.style3 .about-content .list li i{
   	background:#ff5e148c;
   }
   .about-us.style3 .about-content .list li:hover i{
   	background:var(--renk);
   	color:#fff;
   }
   .about-us.style3 .about-content .button2{
   	margin-top:60px;
   }
   .about-us.style3 .about-me{
   	padding-left:20px;
   }
   .about-us.style3 .about-me h2 {
   	font-size: 35px;
   	font-weight: 800;
   	margin-bottom: 20px;
   }
   .about-us.style3 .about-me p {
   	color: #777;
   	margin-bottom:15px;
   }
   .about-us.style3 .list {
   	margin-top: 30px;
   }
   .about-us.style3 .about-me .list li {
   	margin-bottom: 12px;
   }
   .about-us.style3 .about-me .list li:last-child{
   	margin-bottom:0;
   }
   .about-us.style3 .about-me .list li span {
   	font-weight: 700;
   	display: inline-block;
   	width: 150px;
   }
   .about-us.style3 .about-me .button3 {
   	margin-top: 30px;
   }
   .about-us.style3 .about-me .button3 .btn3{
   	border:1px solid transparent;
   	background:var(--renk);
   	color:#fff;
   }
   .about-us.style3 .about-me .button3 .btn3:hover{
   	color:var(--renk);
   	background:transparent;
   	border-color:var(--renk);
   }
   .about-us.style3 .about-me .button3 .btn3.primary{
   	color:var(--renk);
   	background:transparent;
   	border-color:var(--renk);
   }
   .about-us.style3 .about-me .button3 .btn3.primary:hover{
   	background:var(--renk);
   	color:#fff;
   	border-color:var(--renk);
   }
   .about-us.style3 .about-me .button3 .btn3 {
   	margin-right: 25px;
   }
   .about-us.style3 .about-me .button3 .btn3:last-child{
   	margin-right:0px;
   }
/*======================================
   End About Us CSS
   ========================================*/ 

/*======================================
   04. Services CSS
   ========================================*/ 
   .services{
   	background:#fff;
   }
   .services .single-service {
   	position: relative;
   	background: #fff;
   	padding: 40px;
   	margin-top: 30px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	overflow: hidden;
   	text-align: center;
   	border: 1px dashed #9e99d7;
   }
   .services .single-service.active{
   	border-color:var(--renk);
   	box-shadow: 0px 20px 60px #00000024;
   	background:#fff;
   }
   .services .single-service i {
   	font-size: 42px;
   	margin-bottom: 15px;
   	color: #333;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	height: 110px;
   	width: 110px;
   	line-height: 110px;
   	text-align: center;
   	background-size: cover;
   	background-repeat: no-repeat;
   	padding-right: 5px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .services .single-service:hover i{
   	color:#fff;
   }
   .services .single-service.active i{
   	color:#fff;
   }
   .services.index2 .single-service i{
   	color:#fff;
   }
   .services.index2 .single-service:hover i{
   	color:#fff;
   }
   .services.index2 .single-service.active i{
   	color:#fff;
   }
   .services .single-service h4 {
   	position: relative;
   	margin-bottom: 10px;
   	text-transform: capitalize;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	text-transform: capitalize;
   }
   .services .single-service h4 a {
   	color: #333;
   	font-size: 20px;
   }
   .services .single-service p{
   	color:#909090;
   	font-size:16px;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   /* Personal Services */
   .personal-services{
   	background:#fafafa;
   }
   .personal-services .section-title{
   	margin-bottom:50px;
   }
   .personal-services .single-service {
   	padding: 50px 30px;
   	border: 1px dashed #98e4c9;
   	border-radius: 8px;
   	display: block;
   	position: relative;
   	margin-top: 30px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	background: #fff;
   }
   .personal-services .single-service:hover{
   	box-shadow: 0px 10px 30px #b7b7b729;
   }
   .personal-services .single-service .serial {
   	font-size: 40px;
   	font-weight: 900;
   	color: var(--renk);
   	opacity: 0.5;
   	display: inline-block;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .personal-services .single-service:hover .serial{
   	opacity:1;
   }
   .personal-services .single-service i {
   	position: absolute;
   	right: 30px;
   	top: 30px;
   	font-size: 25px;
   	color: #333;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	height: 90px;
   	width: 95px;
   	line-height: 90px;
   	text-align: center;
   	background-size: cover;
   	background-repeat: no-repeat;
   	padding-right: 5px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .personal-services .single-service:hover i{
   	color:#fff;
   }
   .personal-services .single-service.active i{
   	color:#fff;
   }
   .personal-services .single-service h4 {
   	margin-top: 15px;
   }
   .personal-services .single-service h4 a{
   	font-size:20px;
   	font-weight:900;
   	color:#333;
   }
   .personal-services .single-service p {
   	margin-top: 15px;
   }

   /* Single Services */
   .single-service .single-content h2 {
   	font-size: 28px;
   	margin: 20px 0;
   	text-transform: capitalize;
   }
   .single-service .single-content p{
   	margin-bottom:20px;
   }
   .single-service .single-content p:last-child{
   	margin:0;
   }
   .video-block {
   	margin: 10px 0 30px;
   }
   .video-block .right h3 {
   	font-size: 20px;
   	line-height: 30px;
   	margin-bottom: 10px;
   }
   .video-block .right ul li {
   	line-height: 30px;
   }
   .video-block .right ul li i {
   	color: var(--renk);
   	margin-right: 10px;
   }
/*======================================
	End Services CSS
	========================================*/ 

/*======================================
   05. Portfolio CSS
   ========================================*/ 
   .portfolio {
   	background-color: #f5f5f5;
   }
   /* Portfolio Nav */
   .portfolio .portfolio-nav {
   	text-align: center;
   	margin: 30px 0 50px 0;
   }
   .portfolio .portfolio-nav ul {
   	display: inline-block;
   	background: #fff;
   	margin: 0;
   	border: 1px dashed var(--renk);
   	border-radius: 8px;
   	overflow: hidden;
   }
   .portfolio .portfolio-nav ul li {
   	padding: 13px 22px;
   	position: relative;
   	cursor: pointer;
   	font-weight: 700;
   	color: #333;
   	margin-right: 5px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	text-transform: capitalize;
   	float: left;
   	margin: 0;
   }
   .portfolio .portfolio-nav ul li:last-child{
   	margin-right:0px;
   }
   .portfolio .portfolio-nav ul li.active,
   .portfolio .portfolio-nav ul li:hover {
   	background: var(--renk) ;
   	color: #fff;
   }
   .portfolio .single-portfolio {
   	position: relative;
   	background: #fff;
   	border-radius: 8px;
   	overflow: hidden;
   }
   .portfolio .portfolio-head{
   	position:relative;
   	z-index:66;
   }
   .portfolio .single-portfolio img{
   	display:block;
   	width:100%;
   	z-index:3;
   	transition:all 0.8s ease;
   }
   .portfolio .more {
   	height: 46px;
   	width: 46px;
   	line-height: 46px;
   	text-align: center;
   	color: #333;
   	background: #fff;
   	display: block;
   	position: absolute;
   	right: 20px;
   	bottom: -23px;
   	font-size: 17px;
   	border-radius: 100%;
   	box-shadow: 0px 20px 40px #00000024;
   	z-index: 333;
   }
   .portfolio .more:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .portfolio .portfolio-content{
   	padding:30px 40px;
   	position:relative;
   }
   .portfolio .portfolio-content h4 {
   	line-height: 24px;
   	font-size: 18px;
   }
   .portfolio .portfolio-content h4 a{
   	font-size:18px;
   	font-weight:900;
   	color:#333;
   	text-transform:uppercase;
   }
   .portfolio .portfolio-content p {
   	margin-top: 5px;
   }

   /* Portfolio Style 2*/
   .portfolio.style2 .portfolio-slider {
   	margin-top: 30px;
   }
   .portfolio.style2 .owl-theme .owl-dots {
   	margin-top: 30px;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot{
   	margin-right:8px;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot:last-child{
   	margin:0;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot span {
   	position: relative;
   	width: 12px;
   	height: 12px;
   	margin: 5px 7px;
   	background: transparent;
   	display: block;
   	-webkit-backface-visibility: visible;
   	transition: opacity 200ms ease;
   	border-radius: 100%;
   	-webkit-transition: all 0.2s ease;
   	-moz-transition: all 0.2s ease;
   	transition: all 0.2s ease;
   	margin: 0;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot span:before{
   	position:absolute;
   	content:"";
   	left:50%;
   	top:50%;
   	width: 8px;
   	height: 8px;
   	background:#edd4cc;
   	margin-left:-4px;
   	margin-top:-4px;
   	border-radius:100%;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot.active span {
   	width: 12px;
   	height: 12px;
   	background: var(--renk);
   	position: relative;
   }
   .portfolio.style2 .owl-theme .owl-dots .owl-dot.active span:before{
   	background:transparent;
   }
   /* Personal Portfolio */
   .personal-pf{
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;
   }
   .personal-pf .portfolio-menu li {
   	padding: 12px 25px;
   	margin: 0;
   	color: #333;
   	text-transform: capitalize;
   	font-weight: 600;
   }
   .personal-pf .portfolio-menu li:hover{
   	background:#32B87D;
   	color:#fff;
   }
   .personal-pf .single-portfolio{
   	position:relative;
   	border-radius:8px;
   	overflow:hidden;
   	margin-top:30px;
   }
   .personal-pf .single-portfolio.overlay:before{
   	background:var(--renk);
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .personal-pf .single-portfolio.overlay:hover:before{
   	opacity:0.9;
   	visibility:visible;
   }
   .personal-pf .single-portfolio img{}
   .personal-pf .single-portfolio .portfolio-hover{
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .personal-pf .single-portfolio:hover .portfolio-hover{
   	opacity:1;
   	visibility:visible;
   }
   .personal-pf .single-portfolio i{
   	height:40px;
   	width:40px;
   	line-height:40px;
   	text-align:center;
   	font-size:35px;
   	color:#fff;
   	position:absolute;
   	left:50%;
   	top:50%;
   	margin-left:-20px;
   	margin-top:-20px;
   }
   .personal-pf .single-portfolio .content {
   	position: absolute;
   	left: 30px;
   	bottom: 30px;
   }
   .personal-pf .single-portfolio .content .title {
   	font-size: 16px;
   	color: #fff;
   	font-weight: 800;
   }
   .personal-pf .single-portfolio .content p{
   	font-size:14px;
   	color:#fff;
   }

   /* Portfolio Details */
   .pf-details .image-slider .owl-nav {
   	margin: 0;
   	width: 100%;
   }
   .pf-details .image-slider .owl-carousel .owl-nav div {
   	height: 55px;
   	width: 55px;
   	line-height: 55px;
   	background: var(--renk)82;
   	color: #fff;
   	position: absolute;
   	top: 50%;
   	margin: 0;
   	border-radius: 100%;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	margin-top: -27.5px;
   }
   .pf-details .image-slider .owl-carousel .owl-nav div:hover{
   	color:#fff;
   	background:var(--renk);
   }
   .pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev{
   	left:20px;
   }
   .pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next{
   	right:20px;
   }
   .pf-details .image-slider{
   	border-radius:8px 8px 0 0;
   }
   .pf-details .image-slider img{
   	height:100%;
   	width:100%;
   }
   .pf-details .portfolio-meta{
   	background:var(--renk);
   	display:block;
   	padding:20px;
   	text-align:center;
   	border-radius:0 0 8px 8px;
   }
   .pf-details .portfolio-meta ul{}
   .pf-details .portfolio-meta ul li {
   	font-size: 18px;
   	color: #fff;
   	display: inline-block;
   	margin-right: 40px;
   }
   .pf-details .portfolio-meta ul li:last-child{
   	margin:0;
   }
   .pf-details .portfolio-meta ul li span{
   	font-weight:700;
   }
   .pf-details .body-text{
   	margin-top:30px;
   }
   .pf-details .body-text h3 {
   	font-size: 28px;
   	font-weight: 800;
   	color: #333;
   	margin-bottom:20px;
   	text-transform: capitalize;
   }
   .pf-details .body-text p {
   	margin-bottom: 20px;
   }
   .pf-details .body-text p:last-child{
   	margin:0;
   }
   .pf-details .body-text .share h4 {
   	font-size: 20px;
   	font-weight: 600;
   	display: inline-block;
   }
   .pf-details .body-text .share ul{
   	display:inline-block;
   	margin-left:12px;
   }
   .pf-details .body-text .share ul li {
   	display: inline-block;
   	margin-right: 10px;
   }
   .pf-details .body-text .share ul li:last-child{
   	margin-right:0;
   }
   .pf-details .body-text .share ul li a {
   	height: 35px;
   	width: 35px;
   	line-height: 35px;
   	text-align: center;
   	border: 1px solid #e6e6e6;
   	color: #333;
   	display: block;
   	border-radius: 50%;
   }
   .pf-details .body-text .share ul li a:hover{
   	color:var(--renk);
   	border-color:var(--renk);
   }
/*======================================
	End Portfolio CSS
	========================================*/ 

/*======================================
	06. Newsletter CSS
	========================================*/  
	.newsletter{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
	}
	.newsletter .news-content h2 {
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.newsletter .news-content p{
		margin-bottom:40px;
		color:#fff;
	}
	.newsletter .subscribe-form {
		position: relative;
		padding: 20px;
		background: #fff;
		display: inline-block;
		border-radius: 8px;
	}
	.newsletter .common-input {
		height: 46px;
		width: 350px;
		border: 1px solid #ddd;
		color: #333;
		box-shadow: none;
		text-shadow: none;
		padding: 0px 20px;
		font-weight: 600;
		font-size: 14px;
		border-radius:0px;
	}
	.newsletter .sub-btn {
		width: 155px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		height: 46px;
		line-height: 46px;
		border-radius: 0px;
		background: var(--renk);
		color: #fff;
		border: none;
		font-size: 14px;
		font-weight: 700;
		text-transform: capitalize;
		margin-left: 7px;
	}
	.newsletter .sub-btn:hover{
		background:#333;
		color:#fff;
	}
/*======================================
	End Newsletter CSS
	========================================*/  


/*======================================
	07. Team CSS
	========================================*/    
	.team {
		background: #f6f6f6;
	}
	.team .single-team {
		padding: 18px;
		background: #fff;
		border-radius: 8px;
		text-align: center;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		margin-top: 25px;
	}
	.team .team-head img {
		height: 100%;
		width: 100%;
	}
	/* Homepage service cards */
	.home-preview #team .single-team {
		padding: 10px;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		box-shadow: none;
		transition: transform 0.35s cubic-bezier(.2,.8,.2,1), border-color 0.35s ease;
	}
	.home-preview #team .team-head {
		aspect-ratio: 4 / 3;
		overflow: hidden;
		border-radius: 5px;
	}
	.home-preview #team .team-head img {
		height: 100%;
		object-fit: cover;
		transition: transform 0.55s cubic-bezier(.2,.8,.2,1);
		width: 100%;
	}
	@media (hover: hover) and (pointer: fine) {
		.home-preview #team .single-team:hover {
			transform: translateY(-8px);
			border-color: var(--renk);
			box-shadow: none;
		}
		.home-preview #team .single-team:hover .team-head img {
			transform: scale(1.045);
		}
		.home-preview #team .single-team:hover .t-content .name a {
			color: var(--renk);
		}
	}
	@media (prefers-reduced-motion: reduce) {
		.home-preview #team .single-team,
		.home-preview #team .team-head img {
			transition: none;
		}
	}
	/* Homepage project and blog cards */
	.home-preview #portfolio .single-portfolio,
	.home-preview #blog .single-news {
		padding: 10px;
		border: 1px solid #e7e7e7;
		box-shadow: none;
		transition: transform 0.35s cubic-bezier(.2,.8,.2,1), border-color 0.35s ease;
		cursor: pointer;
	}
	.home-preview #portfolio .portfolio-slider .owl-stage-outer,
	.home-preview #blog .blog-slider .owl-stage-outer {
		padding: 18px 0 45px;
		margin: -18px 0 -45px;
	}
	.home-preview #portfolio .portfolio-slider .owl-item,
	.home-preview #blog .blog-slider .owl-item {
		padding-right: 12px;
		padding-left: 12px;
	}
	.home-preview #blog .single-news {
		margin-right: 0;
		margin-left: 0;
	}
	/* Blog yön okları kartların üstüne binmez; masaüstünde slider alanının iki yanında kalır. */
	.home-preview #blog .owl-carousel .owl-controls .owl-nav .owl-prev {left:-64px}
	.home-preview #blog .owl-carousel .owl-controls .owl-nav .owl-next {right:-64px}
	.home-preview #portfolio .single-portfolio .more {
		display: none;
	}
	.home-preview #blog .news-head {
		aspect-ratio: 4 / 3;
		overflow: hidden;
		border-radius: 5px;
	}
	.home-preview #portfolio .portfolio-head {
		aspect-ratio: 4 / 3;
		overflow: hidden;
		border-radius: 5px;
	}
	.home-preview #portfolio .portfolio-content {
		z-index: 67;
		background: #fff;
		padding: 25px 0 5px;
	}
	.home-preview #blog .single-news .news-body {
		padding: 25px 0 5px;
	}
	.home-preview #portfolio .portfolio-content h4 a {
		text-transform: none;
		font-size: 20px;
		font-weight: 700;
	}
	.home-preview #team .single-team {
		cursor: pointer;
	}
	.home-preview #portfolio .portfolio-head img,
	.home-preview #blog .news-head img {
		height: 100%;
		object-fit: cover;
		transition: transform 0.55s cubic-bezier(.2,.8,.2,1);
		width: 100%;
	}
	@media (hover: hover) and (pointer: fine) {
		.home-preview #portfolio .single-portfolio:hover,
		.home-preview #blog .single-news:hover {
			transform: translateY(-8px);
			border-color: var(--renk);
			box-shadow: none;
		}
		.home-preview #portfolio .single-portfolio:hover .portfolio-head img,
		.home-preview #blog .single-news:hover .news-head img {
			transform: scale(1.045);
		}
		.home-preview #portfolio .single-portfolio:hover .portfolio-content h4 a,
		.home-preview #blog .single-news:hover .news-title a {
			color: var(--renk);
		}
	}
	@media (prefers-reduced-motion: reduce) {
		.home-preview #portfolio .single-portfolio,
		.home-preview #blog .single-news,
		.home-preview #portfolio .portfolio-head img,
		.home-preview #blog .news-head img {
			transition: none;
		}
	}
	.team .t-content {
		text-align: left;
		margin-top: 20px;
	}
	.team .t-content .name {
		line-height: 22px;
	}
	.team .t-content .name a {
		font-size: 20px;
		font-weight: 700;
		color: #333;
		text-transform: capitalize;
	}
	.team .t-content .name a:hover{
		color:var(--renk);
	}
	.team .t-content .designation {
		position:relative;
		font-size: 16px;
		color: #909090;
		margin-top: 5px;
		display: block;
		padding-bottom:20px;
		margin-bottom:15px;
	}
	.team .t-content .designation::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: -1px;
		height: 2px;
		width: 50px;
		margin-left: 0;
		background: var(--renk);
	}
	.team .t-content .text {
		font-size: 14px;
	}
	.team .team-social {
		margin: 0;
		padding: 0;
		margin-top: 15px;
		text-align: left;
	}
	.team .team-social li {
		display: inline-block;
		margin-right: 16px;
	}
	.team .team-social li:last-child{
		margin:0;
	}
	.team .team-social li a {
		display: block;
		font-size: 15px;
		color: #666;
	}
	.team .team-social li a:hover{
		color:var(--renk);
	}
	.team.about .single-team{
		margin-top:30px;
	}

	/* Team Dots */
	.team .owl-dots {
		margin-top: 30px;
		line-height: initial;
	}
	.team .owl-theme .owl-dots .owl-dot{
		margin-right:8px;
	}
	.team .owl-theme .owl-dots .owl-dot:last-child{
		margin:0;
	}
	.team .owl-theme .owl-dots .owl-dot span {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 0;
		background: transparent;
		display: block;
		-webkit-backface-visibility: visible;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.team .owl-theme .owl-dots .owl-dot span:before{
		position:absolute;
		content:"";
		left:50%;
		top:50%;
		width: 8px;
		height: 8px;
		background:#c7c3ff;
		margin-left:-4px;
		margin-top:-4px;
		border-radius:100%;
	}
	.team .owl-theme .owl-dots .owl-dot.active span:before{
		background:transparent;
	}

	/* Team Style2 CSS */
	.team-style2 {
		background: #f5f5f5;
	}
	.team-style2 .single-team {
		border-radius: 5px;
		margin-top: 35px;
	}
	.team-style2 .single-team .image{
		position:relative;
	}
	.team-style2 .single-team .image img{}
	.team-style2 .single-team .team-social {
		display: block;
		background: var(--renk);
		text-align: center;
		padding: 15px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
		transform: scaleY(0);
	}
	.team-style2 .single-team:hover .team-social{
		transform: scaleY(1);
	}
	.team-style2 .single-team.active .team-social{
		transform: scaleY(1);
	}
	.team-style2 .single-team .team-social li {
		display: inline-block;
		margin-right: 15px;
	}
	.team-style2 .single-team .team-social li:last-child{
		margin:0;
	}
	.team-style2 .single-team .team-social li a{
		display:block;
		font-size:17px;
		color:#fff;
	}
	.team-style2 .single-team .t-content {
		padding: 30px 20px;
		background: #fff;
		border-radius: 0 0 5px 5px;
	}
	.team-style2 .single-team .t-content .name{
		line-height: 22px;
	}
	.team-style2 .single-team .t-content .name a {
		font-size: 18px;
		font-weight: 800;
		color: #333;
		text-transform: uppercase;
	}
	.team-style2 .single-team .t-content .designation{
		font-size: 16px;
		color: #909090;
		margin-top: 5px;
		display: block;
	}
	.team-style2 .owl-theme .owl-dots{
		margin-top:30px;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot{
		margin-right:8px;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot:last-child{
		margin:0;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot span {
		position: relative;
		width: 12px;
		height: 12px;
		background: transparent;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 200ms ease;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		margin: 0;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot span:before{
		position:absolute;
		content:"";
		left:50%;
		top:50%;
		width: 8px;
		height: 8px;
		background:#fccbb5;
		margin-left:-4px;
		margin-top:-4px;
		border-radius:100%;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot.active span {
		background: green;
		width: 12px;
		height: 12px;
		background: var(--renk);
		position: relative;
	}
	.team-style2 .owl-theme .owl-dots .owl-dot.active span:before{
		background:transparent;
	}
/*======================================
	End Team CSS
	========================================*/  

/*======================================
	08. Watch Video CSS
	========================================*/  
	.watch-video{
		background-size:cover;
		background-position:center;
		position:relative;
		overflow:hidden;
		text-align:center;
		padding:100px 0;
	}
	.watch-video.overlay::before {
		background: var(--renk);
		opacity: 0.7;
	}
	.watch-video .watch-inner {
		display: inline-block;
		padding: 0 85px;
	}
	.watch-video .video-head {
		display: inline-block;
		border-radius: 100%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		margin-top: 35px;
	}
	.watch-video .video-head .video {
		height: 100px;
		width: 100px;
		line-height: 100px;
		text-align: center;
		background: #fff;
		color: var(--renk);
		border-radius: 100%;
		display: inline-block;
		font-size: 28px;
		padding-left: 5px;
	}
	.watch-video .video-head .video:hover{
		background:#333;
		color:#fff;
	}
	.watch-video .watch-inner h2 {
		color: #fff;
		font-size: 38px;
		font-weight: 900;
		text-transform: capitalize;
		margin-bottom: 25px;
	}
	.watch-video .watch-inner p {
		color: #fff;
		padding: 0 100px;
	}
/*======================================
	End Watch Video CSS
	========================================*/  

/*======================================
	09. Consultation CSS
	========================================*/  
	.consultation {
		padding-bottom: 170px;
	}
	.consultation-form{
		padding-right: 40px;
	}
	.consultation .c-title h2 {
		font-size: 28px;
		line-height: 40px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.consultation .c-title p {
		font-size: 16px;
		color: #777;
	}
	.consultation .form{
		margin-top:15px;
	}
	.consultation .form-group{
		margin:0;
		margin-top:20px;
	}
	.consultation .form-group input {
		height: 50px;
		border: 1px solid #dfdfdf;
		width: 100%;
		display: block;
		border-radius: 0px;
		padding: 0px 20px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-size: 14px;
	}
	.consultation .form-group input:focus{
		border-color:#7e868f;
	}
	.consultation .form-group input:hover{
		border-color:#7e868f;
	}
	.consultation .form-group textarea {
		height: 200px;
		border: 1px solid #dfdfdf;
		width: 100%;
		display: block;
		border-radius: 5px;
		padding: 20px;
		resize: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 0px;
	}
	.consultation .form-group textarea:focus{
		border-color:#7e868f;
	}
	.consultation .form-group textarea:hover{
		border-color:#7e868f;
	}
	.consultation .form-group.button{
		text-align:center;
	}
	.consultation-image{
		position:relative;
	}
	.consultation-image img{
		height:100%;
		width:100%;
		border-radius:8px;
	}
	.consultation-image .support {
		position: absolute;
		right: -90px;
		bottom: -90px;
		padding: 60px 25px;
		background: var(--renk);
		display: inline-block;
		max-width: 285px;
		z-index: 2;
	}
	.consultation-image .support h2 {
		color: #fff;
		font-weight: 900;
		font-size: 80px;
		line-height: 55px;
	}
	.consultation-image .support .bg-pattern {
		height: 95px;
		width: 95px;
		position: absolute;
		right: 30px;
		top: 60px;
		z-index: -1;
	}
	.consultation-image .support h2 span {
		color: #fff;
		font-weight: 800;
		font-size: 32px;
		display: block;
		text-transform: capitalize;
		line-height: 38px;
		margin-top: 30px;
	}
/*======================================
	End Consultation CSS
	========================================*/  

/*======================================
	10. Testimonial CSS
	========================================*/  
	.testimonial{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.testimonial.overlay:before{
		opacity:0.3;
	}
	.testimonial .title-bg {
		color: #fff;
		font-size: 60px;
		line-height: 0;
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		opacity: 0.2;
		font-weight: 900;
		z-index: -1;
		text-transform: uppercase;
	}
	.testimonial .section-title h1 {
		color: #fff;
	}
	.testimonial .section-title h1 span{
		color:#fff;
	}
	.testimonial .testimonial-inner {
		position: relative;
		text-align: center;
		background: #fff;
		padding: 80px 90px;
		margin-top: 30px;
		border-radius: 65px;
	}
	.testimonial .testimonial-inner::before {
		position: absolute;
		content: "";
		border: 15px solid #e9e9e9;
		width: 100%;
		height: 100%;
		text-align: center;
		display: block;
		left: 0;
		top: 0;
		border-radius: 32px;
	}
	.testimonial .single-slider{
		position:relative;
	}
	.testimonial .single-slider i {
		position: absolute;
		font-size: 75px;
		color: var(--renk);
		right: 20px;
		top: 0px;
		z-index: 0;
	}
	.testimonial .single-slider img{
		height:90px;
		width:90px;
		display:inline-block;
		border-radius:100%;
	}
	.testimonial .single-slider h2 {
		font-size: 24px;
		font-weight: 700;
		color: #333;
		line-height: 30px;
		margin-top: 20px;
	}
	.testimonial .single-slider h2 span{
		font-size:18px;
		color:#909090;
		display:block;
		font-weight:500;
	}
	.testimonial .single-slider p {
		color: #909090;
		position: relative;
		z-index: 3;
		font-size: 16px;
		margin-top: 20px;
	}
	/* Testimonial Dots */
	.testimonial .owl-theme .owl-dots {
		margin-top: 35px;
		line-height: initial;
	}
	.testimonial .owl-theme .owl-dots .owl-dot span {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 0;
		background: transparent;
		display: block;
		-webkit-backface-visibility: visible;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		margin-right: 8px;
	}
	.testimonial .owl-theme .owl-dots .owl-dot span:before{
		position:absolute;
		content:"";
		left:50%;
		top:50%;
		width: 8px;
		height: 8px;
		background:#c7c3ff;
		margin-left:-4px;
		margin-top:-4px;
		border-radius:100%;
	}
	.testimonial .owl-theme .owl-dots .owl-dot.active span {
		background: green;
		width: 12px;
		height: 12px;
		background: var(--renk);
		position: relative;
	}
	.testimonial .owl-theme .owl-dots .owl-dot.active span:before{
		background:transparent;
	}
/*======================================
	End Testimonial CSS
	========================================*/  

/*======================================
	11. Blog CSS
	========================================*/  
	.blog {
		background: #fff;
		position: relative;
	}
	.blog .blog-slider {
		margin-top: 30px;
	}
	.blog .single-news {
		background: #fff;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		transition: all 0.8s ease;
		z-index: 2;
		-webkit-box-shadow: 0px 5px 10px #00000024;
		-moz-box-shadow: 0px 5px 10px #00000024;
		box-shadow: 0px 5px 10px #00000024;
		margin-bottom: 15px;
		margin: 15px;
	}
	.blog .news-head img{
		width:100%;
		margin:0;
		padding:0;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.blog .single-news .news-body {
		padding: 25px;
		background: #fff;
	}
	.blog .news-meta li {
		display: inline-block;
		color: #555;
		font-size: 14px;
		border-right: 1px solid #d6d6d6;
		margin-right: 10px;
		padding-right: 10px;
	}
	.blog .news-meta li:last-child{
		margin:0;
		padding:0;
		border:none;
	}
	.blog .news-meta li i {
		margin-right: 5px;
		color: var(--renk);
	}
	.blog .news-meta .author span{
		display:inline-block;
		color:var(--renk);
	}
	.blog .news-meta .author span{
		color:var(--renk);
	}
	.blog .single-news .news-title {
		line-height: 24px;
		margin-top: 12px;
	}
	.blog .single-news .news-title a{
		font-size:20px;
		font-weight:700;
	}
	.blog .single-news .news-title a:hover{
		color:var(--renk);
	}
	.blog .single-news .news-text {
		margin-top: 12px;
		color: #555;
		font-size: 15px;
	}
	.blog .single-news .more {
		color: var(--renk);
		margin-top: 20px;
		display: inline-block;
		font-size: 15px;
	}
	.blog.index2 .single-news .more {
		color:var(--renk);
	}
	.blog .single-news .more i {
		display: inline-block;
		margin-left: 5px;
	}
	/* Blog Slider Nav */
	.blog .owl-nav {
		margin: 0;
	}
	.blog .owl-carousel .owl-nav div {
		height: 55px;
		width: 55px;
		line-height: 52px;
		background: var(--renk);
		color: #fff;
		position: absolute;
		margin: 0;
		border-radius: 100%;
		font-size: 18px;
		text-align: center;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		top: 50%;
		margin-top: -26.5px;
	}
	.blog .owl-carousel .owl-nav div:hover{
		color:#fff;
		background:#333;
	}
	.blog .owl-carousel .owl-controls .owl-nav .owl-prev{
		left:-70px;
	}
	.blog .owl-carousel .owl-controls .owl-nav .owl-next{
		right:-70px;
	}

	/* Blog Grid */ 
	.blog.blog-grid {
		background: #fff;
		position: relative;
		height: auto;
		padding: 100px 0 130px;
	}
	.blog.blog-grid .single-news {
		border-radius: 8px;
		margin: 30px 0 0;
	}
	/* Blog Sidebar */
	.blog-sidebar {
		background: #fff;
		margin-bottom: 50px;
	}
	.blog-sidebar .single-widget {
		margin-bottom: 30px;
	}
	.blog-sidebar .single-widget .title {
		position: relative;
		font-size: 20px;
		font-weight: 700;
		text-transform: capitalize;
		display: block;
		margin-bottom: 20px;
	}
	.blog-sidebar .single-widget:last-child{
		margin:0;
	}
	.blog-sidebar .search{
		position:relative;
	}
	.blog-sidebar .search input {
		width: 100%;
		height: 50px;
		box-shadow: none;
		text-shadow: none;
		font-size: 15px;
		border: none;
		color: #222;
		background: #fff;
		border: 1px solid #d1d1d2;
		border-radius: 5px;
		padding: 0 35px 0 20px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 0px;
	}
	.blog-sidebar .search .button {
		position: absolute;
		right: 10px;
		top: 10px;
		box-shadow: none;
		text-shadow: none;
		text-align: center;
		border: none;
		font-size: 18px;
		color: #333;
		background: transparent;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.blog-sidebar .search .button:hover {
		color:var(--renk);
	}
	/* Category List */
	.blog-sidebar .categor-list {
		margin-top: 15px;
	}
	.blog-sidebar .categor-list li {
		margin-bottom: 20px;
	}
	.blog-sidebar .categor-list li:last-child{
		margin-bottom:0px;
	}
	.blog-sidebar .categor-list li a {
		display: inline-block;
		color: #909090;
		font-size:16px;
	}
	.blog-sidebar .categor-list li a:hover{
		color:var(--renk);
	}
	.blog-sidebar .categor-list li a span{
		display:inline-block;
		color:var(--renk);
	}
	/* Recent Post */
	.blog-sidebar .recent-post{}
	.blog-sidebar .single-post {
		position: relative;
		padding: 0 0px 30px 0;
	}
	.blog-sidebar .single-post.first{
		padding-top:0px;
	}
	.blog-sidebar .single-post:last-child{
		padding-bottom:0px;
		border:none;
	}
	.blog-sidebar .single-post .image img{
		height: 70px;
		width: 100px;
		position:absolute;
		left:0;
		top:0;
	}
	.blog-sidebar .single-post .content {
		padding-left: 122px;
	}
	.blog-sidebar .single-post .content h5 {
		line-height:22px;
		font-size:18px;
		color:#333;
	}
	.blog-sidebar .single-post .content p {
		display: block;
		font-weight: 500;
		margin-top: 6px;
		text-transform: capitalize;
		font-size: 16px;
	}
	.blog-sidebar .single-post .content p span{
		display:inline-block;
		color:#333;
		margin-left:10px;
	}
	.blog-sidebar .single-post .content h5 a {
		color: #2C2D3F;
		font-weight: 500;
		font-size: 16px;
		font-weight: 600;
		display: block;
	}
	.blog-sidebar .single-post .content h5 a:hover{
		color:var(--renk);
	}
	/* Side Follow */
	.blog-sidebar .side-follow .social{
		margin-top:20px;
	}
	.blog-sidebar .side-follow .social li{
		display:inline-block;
		margin-right:10px;
	}
	.blog-sidebar .side-follow .social li:last-child{
		margin-right:0px;
	}
	.blog-sidebar .side-follow .social li a {
		color: #888;
		border: 1px solid #e7e7e7;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 100%;
		display: block;
		font-size: 14px;
		background: transparent;
		color: #555;
		border: 1px solid #bbbbcf;
		border-radius: 0px;
	}
	.blog-sidebar .side-follow .social li a:hover{
		background:var(--renk);
		border-color:transparent;
		color:#fff;
	}
	.blog-sidebar .side-follow .social li.active a{
		background:var(--renk);
		border-color:transparent;
		color:#fff;
	}
	/* Blog Sidebar */
	.blog-sidebar .side-tags{}
	.blog-sidebar .side-tags .tag{
		margin-top:40px;
	}
	.blog-sidebar .side-tags .tag li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 32px;
	}
	.blog-sidebar .side-tags .tag li a {
		background: #fff;
		color: #7c8799;
		padding: 12px 12px;
		background: #f6f6f6;
		text-transform: capitalize;
		border-radius: 4px;
	}
	.blog-sidebar .side-tags .tag a:hover{
		color:#fff;
		background:var(--renk);
		border-color:transparent;
	}
	/* Sidebar Insatagram Feed */
	.blog-sidebar .side-insta-feed{
		padding-right: 15px;
		position:relative;
	}
	.blog-sidebar .side-insta-feed .custom-padding{
		padding-left: 7px;
	}
	.blog-sidebar .side-insta-feed .single-feed {
		margin: 0;
		padding-right: 0;
		padding-left: 8px;
		padding-bottom:8px;
	}
	.blog-sidebar .side-insta-feed .single-feed a{
		display:block;
		overflow:hidden;
		border-radius:5px;
		position:relative;
	}
	.blog-sidebar .side-insta-feed .single-feed a i{
		height:26px;
		width:26px;
		line-height:26px;
		text-align:center;
		color:#fff;
		font-size:24px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-13px;
		margin-top:-13px;
		opacity:0;
		visibility:hidden;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.blog-sidebar .side-insta-feed .single-feed a:hover i{
		opacity:1;
		visibility:visible;
	}
	.blog-sidebar .side-insta-feed .single-feed .overlay:before{
		background:var(--renk);
		height:100%;
		width:100%;
		opacity:0;
		visibility:hidden;
	}
	.blog-sidebar .side-insta-feed .single-feed a:hover.overlay:before{
		opacity:0.7;
		visibility:visible;
	}
	.blog-sidebar .side-insta-feed .single-feed img{}

	/* Blog Newslatter CSS */
	.blog-sidebar .newsletter-inner{
		position:relative;
	}
	.blog-sidebar .newsletter-inner input {
		height: 50px;
		width: 100%;
		display: block;
		color: #333;
		background: #fff;
		border: 1px solid #D4D4D4;
		border-radius: 5px;
		padding: 0 44px 0 14px;
		border-radius: 0px;
	}
	.blog-sidebar .newsletter-inner i {
		position: absolute;
		right: 14px;
		top: 15px;
		color: #909090;
	}
	.blog-sidebar .newsletter-inner .btnn {
		height: 40px;
		line-height: 40px;
		width: 100%;
		display: block;
		color: #fff;
		background: var(--renk);
		border: none;
		border-radius: 5px;
		padding: 0 14px;
		text-align: center;
		margin-top: 10px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-weight: 600;
		font-size: 16px;
		margin: 0;
		margin-top: 10px;
		border-radius: 0px;
	}
	/* Blog Single CSS */
	.blog-single {
		background: #fff;
		padding: 100px 0 130px;
	}
	.blog-single .main-image {
		margin-top: 30px;
	}
	.blog-single .main-image img{
		border-radius:8px;
	}
	.blog-single .blog-detail {
		margin-top: 20px;
	}
	.blog-single .blog-detail .blog-title {
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.blog-single .blog-detail p {
		margin-bottom: 20px;
	}
	.blog-single .blog-detail blockquote {
		position: relative;
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
		padding-left: 20px;
		padding: 40px 30px 40px 90px;
		background: var(--renk);
		color: #fff;
		border: none;
		border-radius: 8px;
		z-index: 1;
		margin: 30px 20px 30px;
		overflow: hidden;
	}
	.blog-single .blog-detail blockquote i {
		font-size: 65px;
		color:#fff;
		position: absolute;
		left: 35px;
		top: 30px;
		opacity:0.3;
		z-index:-1;
	}
	.blog-single .blog-detail p:last-child {
		margin: 0;
	}
	.blog-single .share-social{
		margin-top:55px;
	}
	.blog-single .coment-author{
		position:relative;
	}
	.blog-single .coment-author img{
		position:absolute;
		left:0;
		top:0;
		height:40px;
		width:40px;
		border-radius:100%;
		display:block;
	}
	.blog-single .coment-author .author {
		display: inline-block;
		padding-left: 60px;
		margin-top: 10px;
	}
	.blog-single .coment-author .author span{
		display:inline-block;
		color:#333;
		display:inline-block;
	}
	.blog-single .share-inner {
		float: right;
		margin-top: 7px;
	}
	.blog-single .share-inner h4{
		font-weight:400;
		font-size:16px;
		color:#909090;
		display:inline-block;
		margin-right:15px;
	}
	.blog-single .share-inner ul{
		display:inline-block;
	}
	.blog-single .share-inner ul li {
		display: inline-block;
		margin-right: 10px;
	}
	.blog-single .share-inner ul li:last-child{
		margin:0;
	}
	.blog-single .share-inner ul li a:hover{
		color:var(--renk);
	}
	/* Comments */
	.comments {
		margin-top: 55px;
	}
	.comments .single-comment{
		padding:25px 35px;
		background:#f8f7fc;
		position:relative;
		border-radius:8px;
		margin-bottom:30px;
	}
	.comments .single-comment:last-child{
		margin-bottom:0;
	}
	.comments .single-comment.left{
		margin-left:0px;
	}
	.comments .single-comment img{
		height:90px;
		width:90px;
		border-radius:100%;
		position:absolute;
		left:35px;
		top:30px;
	}
	.comments .single-comment .content{
		padding-left:0px;
	}
	.comments .single-comment .content h4{
		font-size:18px;
		font-weight:700;
		color:#333;
		display:block;
	}
	.comments .single-comment .content h4 span{
		display:inline-block;
		color:#909090;
		font-size:16px;
		font-weight:400;
		float:right;
	}
	.comments .single-comment .content h4 span i{
		margin-right:8px;
	}
	.comments .single-comment .content p{}
	.comments .single-comment .content a {
		color: var(--renk);
		margin-top: 15px;
		display: inline-block;
	}
	.comments .single-comment .content a i{
		margin-left:4px;
	}
	.single-section-title {
		font-size: 25px;
		color: #333;
		margin-bottom: 50px;
		font-weight: 900;
	}
	/* Comment Form */
	.reply {
		margin-top: 55px;
	}
	.reply .reply-title {
		position: relative;
	}
	.reply .form-group{
		margin-bottom:25px;
	}
	.reply .form-group input {
		box-shadow: none;
		text-shadow: none;
		width: 100%;
		padding: 0 25px;
		text-transform: capitalize;
		height:60px;
		background: transparent;
		box-shadow: none;
		border: none;
		border:1px solid #eef0f7;
		border-radius:3px;
		background:#f8f7fc;
		color:#909090;
		font-size:16px;
		font-weight:400;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.reply .form-group input:hover{
		border-color:var(--renk);
		background:#fff;
		color:var(--renk);
	}
	.reply .form-group textarea {
		box-shadow: none;
		text-shadow: none;
		border: none;
		font-size: 15px;
		padding:25px;
		height: 200px;
		color: var(--renk);
		background: transparent;
		text-transform: capitalize;
		width: 100%;
		border-radius:0px;
		border:1px solid #eef0f7;
		border-radius:3px;
		background:#f8f7fc;
		color:#909090;
		font-size:16px;
		font-weight:400;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.reply .form-group textarea:hover{
		border-color:var(--renk);
		background:#fff;
		color:var(--renk);
	}
	.reply .button{
		margin:0;
	}
	.reply .button .btn {
		text-align: left;
		margin-bottom:0px;
		font-weight:500;
	}
	.reply .button i{
		display:inline-block;
		margin-left:10px;
	}
/*======================================
	End Blog CSS
	========================================*/  

/*======================================
   12.	Clients CSS
   ========================================*/
   .clients {
   	background: #fff;
   	padding: 50px 0;
   }
   .clients .single-client {
   	border: 1px solid transparent;
   	padding: 20px 15px;
   	text-align: center;
   	background: #fff;
   	border-radius: 5px;
   }
   .clients .single-client img{
   	width:auto;
   	opacity:0.3;
   	display:inline-block;
   }
   .clients .single-client:hover{
   	cursor:pointer;
   }
   .clients .single-client:hover img{
   	opacity:1;
   }
   .clients .single-client.active img{
   	opacity:1;
   }
   .clients .owl-theme .owl-dots {
   	margin-top: 20px;
   	line-height: initial;
   }
   .clients .owl-theme .owl-dots .owl-dot{
   	margin-right:8px;
   }
   .clients .owl-theme .owl-dots .owl-dot:last-child{
   	margin:0;
   }
   .clients .owl-theme .owl-dots .owl-dot span {
   	position:relative;
   	width:12px;
   	height:12px;
   	margin: 0;
   	background: transparent;
   	display: block;
   	-webkit-backface-visibility: visible;
   	transition: opacity 200ms ease;
   	border-radius:100%;
   	-webkit-transition: all 0.2s ease;
   	-moz-transition: all 0.2s ease;
   	transition: all 0.2s ease;
   }
   .clients .owl-theme .owl-dots .owl-dot span:before{
   	position:absolute;
   	content:"";
   	left:50%;
   	top:50%;
   	width: 8px;
   	height: 8px;
   	background:#c7c3ff;
   	margin-left:-4px;
   	margin-top:-4px;
   	border-radius:100%;
   }
   .clients.index2 .owl-theme .owl-dots .owl-dot span:before{
   	background:#ffba9a;
   }
   .clients .owl-theme .owl-dots .owl-dot.active span {
   	background: green;
   	width: 12px;
   	height: 12px;
   	background: var(--renk);
   	position: relative;
   }
   .clients.index2 .owl-theme .owl-dots .owl-dot.active span {
   	background: var(--renk);
   }
   .clients .owl-theme .owl-dots .owl-dot.active span:before{
   	background:transparent;
   }
/*======================================
   End Clients CSS
   ========================================*/

/*======================================
   13. Faq & Tabs CSS
   ========================================*/
   .faq-tab .text-title-area {
   	margin-bottom: 30px;
   }
   .faq-tab .section-heading {
   	font-size: 25px;
   	font-weight: 900;
   	margin-bottom: 10px;
   }
   .faq-tab .text-title-area p{
   	color:#555;
   }
   .faq-area .panel-group{
   	margin: 0;
   	text-align:left;
   }
   .faq-area .panel {
   	background:transparent;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	border-radius:0px;
   }
   .faq-area .panel-heading{
   	background:none;
   }
   .faq-area .faq-title{
   	border-radius:0px;
   }
   .faq-area .faq-title a {
   	font-size: 18px;
   	position: relative;
   	color: #333;
   	width: 100%;
   	display: block;
   	font-weight: 600;
   	padding: 7px 30px;
   	background: transparent;
   	border-radius: 0px;
   }
   .faq-area .faq-title a::before{
   	content: "\f077";
   	font-family: "Fontawesome";
   	top: 50%;
   	margin-top: -15px;
   	right: 15px;
   	position: absolute;
   	width: 30px;
   	height: 30px;
   	line-height: 32px;
   	color: #333;
   	border-radius: 100%;
   	text-align: center;
   	font-size: 11px;
   }
   .faq-area .panel .faq-title a {
   	text-decoration: none;
   	border-color:transparent;
   }
   .faq-area .panel .faq-title a.collapsed {
   	color: #333;
   	background:transparent;
   	text-decoration: none;
   	border-color: transparent;
   }
   .faq-area .faq-title a.collapsed:before {
   	content: "\f078";
   	font-family: "Fontawesome";
   	color: #333;
   	transition: all 0.4s ease;
   	font-size: 11px;
   	height: 30px;
   	width: 30px;
   	line-height: 32px;
   	border-radius: 30px;
   }
   .faq-area .faq-body {
   	padding: 20px;
   	color: #666;
   	box-shadow: none;
   	text-shadow: none;
   	background: transparent;
   	font-weight: 400;
   	border-radius: 0px;
   	border-top: 1px solid #ccc;
   	line-height: 26px;
   }
   .faq-area .panel-default {
   	border: none;
   	text-shadow: none;
   	margin: 0 0 15px;
   	background: #fff;
   	box-shadow: 0px 0px 5px #00000038;
   }
   .faq-area .panel-default:last-child{
   	margin:0;
   }
   .tabs-main{
   	border-radius:8px;
   	overflow:hidden;
   	border:1px dashed var(--renk);
   }
   /* Tabs */
   .faq-tab{
   	background: #f5f5f5;
   }
   .faq-tab .nav-tabs{
   	border:none;
   }
   .faq-tab  .nav-tabs .nav-link.active{
   	color: #495057;
   	border-color: #ddd #ddd #fff;
   	background: var(--renk);
   	color: #fff;
   }
   .faq-tab .nav-tabs .nav-link {
   	background: #f6f6f6;
   	color: #333;
   	border: none;
   	border-radius: 0;
   	padding: 12px 20px;
   	font-size: 15px;
   }
   .faq-tab .nav-tabs .nav-link:hover{
   	background: var(--renk);
   	color: #fff;
   }
   .faq-tab .nav-tabs li{
   	margin-right:4px;
   }
   .faq-tab .nav-tabs li:last-child{
   	margin-right:0px;
   }
   .faq-tab .tabs-main .tab-pane .content {
   	padding: 30px;
   	border-top: 1px solid var(--renk);
   }
   .faq-tab .tabs-main .tab-pane p {
   	margin-bottom: 15px;
   	color: #555555;
   }
   .faq-tab .tabs-main .tab-pane p:last-child{
   	margin:0;
   }
/*======================================
   End Faq & Tabs CSS
   ========================================*/

/*======================================
	14. Analyze CSS
	========================================*/
	.analyze{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
	}
	.analyze .news-content h2 {
		color: #fff;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 900;
		margin-bottom: 30px;
	}
	.analyze .news-content p{
		margin-bottom:40px;
		color:#fff;
	}
	.analyze .analyze-form {
		position: relative;
		padding: 20px;
		background: #fff;
		display: inline-block;
		border-radius: 5px;
	}
	.analyze .linl-input {
		height: 46px;
		width: 250px;
		border: 1px solid #ddd;
		color: #333;
		box-shadow: none;
		text-shadow: none;
		border-radius: 5px;
		padding: 0px 20px;
		font-weight:600;
		font-size: 14px;
		margin-right:5px;
	}
	.analyze .email-input {
		height: 46px;
		width: 280px;
		border: 1px solid #ddd;
		color: #333;
		box-shadow: none;
		text-shadow: none;
		border-radius: 5px;
		padding: 0px 20px;
		font-weight:600;
		font-size: 14px;
	}
	.analyze .btnn {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		line-height: 46px;
		border-radius: 5px;
		background: var(--renk);
		color: #fff;
		border: none;
		font-size: 14px;
		font-weight: 700;
		text-transform: capitalize;
		margin-left: 7px;
		padding: 0 20px;
	}
	.analyze .btnn:hover{
		background:#333;
		color:#fff;
	}
/*======================================
   End Analyze CSS
   ========================================*/

/*======================================
   15. Our Skill CSS
   ========================================*/
   .our-skill {
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;
   }
   .our-skill.services-page {
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;
   }
   .our-skill .skill-inner {
   	margin-top: 30px;
   }
   .skill-inner .single-skill{
   	margin-top: 40px;
   }
   .skill-inner .skill-info{
   	overflow:hidden;
   }
   .skill-inner .skill-info h4 {
   	float: left;
   	font-size: 16px;
   	margin-bottom: 10px;
   	color: #333;
   	font-weight: 700;
   	text-transform: capitalize;
   }
   .skill-inner .progress .progress-bar span {
   	color: #fff;
   	top: -53px;
   	font-size: 14px;
   	position: absolute;
   	right: -45px;
   	background: var(--renk);
   	font-weight: 600;
   	padding: 5px 8px;
   	border-radius: 5px;
   }
   .skill-inner .progress .progress-bar span::before {
   	position: absolute;
   	bottom: -5px;
   	left: 50%;
   	content: "";
   	border-left: 3px solid transparent;
   	border-right: 8px solid transparent;
   	border-top: 8px solid var(--renk);
   	margin-left: -21px;
   }
   .skill-inner .progress {
   	height: 14px;
   	box-shadow: none;
   	overflow: visible;
   	background: #d7d7d7;
   	border-radius: 5px;
   }
   .skill-inner .progress .progress-bar {
   	position: relative;
   	background:var(--renk);
   	border-radius: 5px;
   }
   .skill-image {
   	margin-top: 30px;
   }
/*======================================
   End Our Skill CSS
   ========================================*/

/*======================================
   16.	Pricing Plan CSS
   ========================================*/
   .pricing{
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;
   }
   .pricing .single-pricing {
   	text-align: center;
   	border: 1px dashed #fbbb9e;
   	background: #fff;
   	padding: 40px;
   	margin-top: 30px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	border-radius: 8px;
   }
   .pricing .single-pricing:hover,
   .pricing .single-pricing.active{
   	border-color:var(--renk);
   	-webkit-box-shadow: 0px 30px 60px #00000024;
   	-moz-box-shadow: 0px 30px 60px #00000024;
   	box-shadow: 0px 30px 60px #00000024;
   }
   .pricing .single-pricing .small-title {
   	font-size: 22px;
   	font-weight: 700;
   	margin-bottom: 30px;
   }
   .pricing .single-pricing i {
   	font-size: 45px;
   	color: #333;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	height: 142px;
   	width: 150px;
   	line-height: 142px;
   	text-align: center;
   	background-size: cover;
   	background-repeat: no-repeat;
   	padding-right: 5px;
   	margin-bottom: 0px;
   }
   .pricing .single-pricing:hover i{
   	color:#fff;
   }
   .pricing .single-pricing.active i{
   	color:#fff;
   }
   .pricing .single-pricing .price {
   	font-size: 38px;
   	font-weight: 800;
   	margin: 30px 0;
   }
   .pricing .single-pricing .list li{
   	display:block;
   	margin-bottom:15px;
   }
   .pricing .single-pricing .list li:last-child{
   	margin-bottom:0;
   }
   .pricing .single-pricing .button2 {
   	display: block;
   	margin-top:30px;
   }
   .pricing .single-pricing .button2 .btn2{
   	color:var(--renk);
   	border:1px solid var(--renk);
   	background:transparent;
   }
   .pricing .single-pricing .button2 .btn2:hover,
   .pricing .single-pricing.active .button2 .btn2{
   	border-color:transparent;
   	background:var(--renk);
   	color:#fff;
   	-webkit-box-shadow: 0px 14px 32px #ff5e1436;
   	-moz-box-shadow: 0px 14px 32px #ff5e1436;
   	box-shadow: 0px 14px 32px #ff5e1436;
   }
/*======================================
	End Pricing Plan CSS
	========================================*/

/*======================================
	17. Photo Gallery CSS
	========================================*/
	.p-gallery {
		background: #f5f5f5;
	}
	.p-gallery-slider {
		margin-top: 30px;
	}
	.p-gallery .single-gallery {
		position: relative;
		border-radius: 8px;
		overflow: hidden;
	}
	.p-gallery .single-gallery.overlay:before{
		background:var(--renk);
		opacity:0.9;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
		opacity:0;
		visibility:hidden;
		z-index:33;
	}
	.p-gallery .single-gallery:hover.overlay:before{
		opacity:0.9;
		visibility:visible;
	}
	.p-gallery .single-gallery .hover-content{
		opacity:0;
		visibility:hidden;
	}
	.p-gallery .single-gallery:hover .hover-content{
		opacity:1;
		visibility:visible;
	}
	.p-gallery .single-gallery .more{
		height:70px;
		width:70px;
		line-height:70px;
		text-align:center;
		font-size:45px;
		color:#fff;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-35px;
		margin-top:-35px;
		display:block;
		z-index:34;
	}
	.p-gallery .single-gallery img{
		width:100%;
		height:100%;
		z-index:-3;
	}
	.p-gallery .single-gallery .content {
		position: absolute;
		left: 30px;
		bottom: 30px;
		z-index:34;
	}
	.p-gallery .single-gallery .content .title {
		font-size: 21px;
		color: #fff;
		font-weight: 900;
	}
	.p-gallery .single-gallery .content p{
		color:#fff;
	}
	.p-gallery .owl-theme .owl-dots{
		margin-top:30px;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot{
		margin-right:8px;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot:last-child{
		margin:0;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot span {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 0;
		background: transparent;
		display: block;
		-webkit-backface-visibility: visible;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot span:before{
		position:absolute;
		content:"";
		left:50%;
		top:50%;
		width: 8px;
		height: 8px;
		background:#a7ead2;
		margin-left:-4px;
		margin-top:-4px;
		border-radius:100%;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot.active span {
		background: green;
		width: 12px;
		height: 12px;
		background: var(--renk);
		position: relative;
	}
	.p-gallery .owl-theme .owl-dots .owl-dot.active span:before{
		background:transparent;
	}
/*======================================
   End Photo Gallery CSS
   ========================================*/


/*======================================
   18. Education CSS
   ========================================*/
   .education .section-title{
   	margin-bottom:20px;
   }
   .education .education-title {
   	font-size: 60px;
   	font-weight: 900;
   	color: #e0e0e0;
   	transform: rotate(-90deg);
   	margin-top: 238px;
   	margin-left: -122px;

   }
   .education .education-title.right-title {
   	font-size: 60px;
   	font-weight: 900;
   	color: #e0e0e0;
   	transform: rotate(-90deg);
   	margin-top: 356px;
   	margin-left: 115px;
   }
   .education .single-education{
   	position:relative;
   	background:#fff;
   	border:1px dashed #9be7cc;
   	border-radius:8px;
   	padding:30px;
   	margin-top:60px;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .education .left{
   	position:relative;
   }
   .education .left:before{
   	position: absolute;
   	content: "";
   	left: -39px;
   	top: 0;
   	height: 100%;
   	width: 2px;
   	background: #f6f6f6;
   }
   .education .left .single-education::before {
   	position: absolute;
   	content: "";
   	left: -46px;
   	top: 4px;
   	height: 14px;
   	width: 14px;
   	background: var(--renk);
   	display: block;
   	border-radius: 100%;
   }
   .education .left .single-education::after {
   	position: absolute;
   	content: "";
   	left: -50px;
   	top: 0;
   	height: 22px;
   	width: 22px;
   	border: 2px solid var(--renk);
   	display: block;
   	border-radius: 100%;
   }
   .education .right{
   	position:relative;
   }
   .education .right:before{
   	position: absolute;
   	content: "";
   	right: -39px;
   	top: 0;
   	height: 100%;
   	width: 2px;
   	background: #f6f6f6;
   }
   .education .right .single-education::before {
   	position: absolute;
   	content: "";
   	right: -46px;
   	top: 4px;
   	height: 14px;
   	width: 14px;
   	background: var(--renk);
   	display: block;
   	border-radius: 100%;
   }
   .education .right .single-education::after {
   	position: absolute;
   	content: "";
   	right: -50px;
   	top: 0;
   	height: 22px;
   	width: 22px;
   	border: 2px solid var(--renk);
   	display: block;
   	border-radius: 100%;
   }
   .education .single-education:hover{
   	-webkit-box-shadow: 0px 0px 50px #0000001c;
   	-moz-box-shadow: 0px 0px 50px #0000001c;
   	box-shadow: 0px 0px 50px #0000001c;
   }
   .education .single-education h4{
   	line-height:24px;
   	font-size:19px;
   	font-weight:900;
   }
   .education .single-education h4 span{
   	font-size:16px;
   	color:var(--renk);
   	display:block;
   	font-weight:400;
   	margin-top:10px;
   }
   .education .single-education p{
   	color:#909090;
   	margin-top:20px;
   }
/*======================================
	End Education CSS
	========================================*/

/*======================================
   19. Personal Testimonials CSS
   ========================================*/
   .p-testimonial{
   	background:#f5f5f5;
   }
   .p-testimonial .p-testimonial-slider .owl-dots {
   	margin-top: 30px;
   }
   .p-testimonial .single-testimonial {
   	position: relative;
   	padding: 40px;
   	border: 1px dashed var(--renk);
   	border-radius: 8px;
   	background: #fff;
   	z-index: 2;
   }
   .p-testimonial .single-testimonial .quote i {
   	font-size: 45px;
   	color: var(--renk);
   	position: absolute;
   	right: 45px;
   	top: 35px;
   	z-index: -1;
   	opacity: 0.3;
   }
   .p-testimonial .star-list {
   	margin-bottom: 10px;
   }
   .p-testimonial .star-list li{
   	display:inline-block;
   	margin-right:3px;
   }
   .p-testimonial .star-list li:last-child{
   	margin-right:0px;
   }
   .p-testimonial .star-list li i{
   	font-size:18px;
   	color:#f2c617;
   }
   .p-testimonial .single-testimonial p {
   	color: #888;
   }
   .p-testimonial .t-info {
   	position: relative;
   	padding-left: 0px;
   	margin-top: 20px;
   }
   .p-testimonial .t-info img {
   	height: 55px;
   	width: 55px;
   	border-radius: 100%;
   	position: absolute;
   	left: 0;
   	top: -3px;
   }
   .p-testimonial .t-info h3 {
   	font-size: 20px;
   	color: #333;
   	line-height: 24px;
   	margin-bottom: 3px;
   }
   .p-testimonial .t-info p{
   	color:#777;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot{
   	margin-right:8px;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot:last-child{
   	margin:0;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot span {
   	position: relative;
   	width: 12px;
   	height: 12px;
   	margin: 0;
   	background: transparent;
   	display: block;
   	-webkit-backface-visibility: visible;
   	transition: opacity 200ms ease;
   	border-radius: 100%;
   	-webkit-transition: all 0.2s ease;
   	-moz-transition: all 0.2s ease;
   	transition: all 0.2s ease;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot span:before{
   	position:absolute;
   	content:"";
   	left:50%;
   	top:50%;
   	width: 8px;
   	height: 8px;
   	background:#C7C3FF;
   	margin-left:-4px;
   	margin-top:-4px;
   	border-radius:100%;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot.active span {
   	background: green;
   	width: 12px;
   	height: 12px;
   	background: var(--renk);
   	position: relative;
   }
   .p-testimonial .owl-theme .owl-dots .owl-dot.active span:before{
   	background:transparent;
   }
/*======================================
   End Personal Testimonials CSS
   ========================================*/

/*======================================
   20. Call To Action CSS
   ========================================*/
   .call-action{
   	background-size:cover;
   	background-position:center;
   }
   .call-action.overlay:before{
   }
   .call-action .call-inner{
   	text-align:center;
   	padding:0px 30px;
   }
   .call-action .call-inner h2 {
   	font-size: 45px;
   	color: #fff;
   	font-weight: 800;
   	text-transform: capitalize;
   	margin-bottom: 20px;
   }
   .call-action .call-inner p {
   	color: #fff;
   	padding: 0 150px;
   	font-size:16px;
   }
   .call-action .call-inner .button3 {
   	margin-top: 30px;
   }
   .call-action .call-inner .button3 .btn3{
   	background:#fff;
   	color:var(--renk);
   }
   .call-action .call-inner .button3 .btn3:hover{
   	background:#333;
   	color:#fff;
   }
	/* Homepage call to action */
	.home-preview .home-cta {
		padding: 62px 0;
		background-position: center 45%;
	}
	.home-preview .home-cta.overlay::before {
		opacity: 1;
		background: linear-gradient(90deg, rgba(10, 10, 10, 0.68), rgba(10, 10, 10, 0.42));
	}
	.home-preview .home-cta .container {
		position: relative;
		z-index: 2;
	}
	.home-preview .home-cta .call-inner {
		max-width: 900px;
		margin: 0 auto;
		padding: 34px 44px 36px;
		background: rgba(18, 18, 18, 0.72);
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 12px;
		box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
		backdrop-filter: blur(4px);
	}
	.home-preview .home-cta .cta-kicker {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 10px;
		color: var(--renk);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1.8px;
	}
	.home-preview .home-cta .cta-kicker::before,
	.home-preview .home-cta .cta-kicker::after {
		content: "";
		width: 28px;
		height: 1px;
		background: var(--renk);
	}
	.home-preview .home-cta .call-inner h2 {
		max-width: 820px;
		margin: 0 auto 12px;
		color: #fff;
		font-size: 34px;
		line-height: 1.15;
		text-transform: none;
		white-space: nowrap;
	}
	.home-preview .home-cta .call-inner p {
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
		color: rgba(255, 255, 255, 0.82);
		font-size: 15px;
		line-height: 1.7;
	}
	.home-preview .home-cta .call-inner .button3 {
		margin-top: 20px;
	}
	.home-preview .home-cta .call-inner .button3 .btn3 {
		background: var(--renk);
		color: #222;
		border: 1px solid var(--renk);
		border-radius: 6px;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	}
	.home-preview .home-cta .call-inner .button3 .btn3:hover {
		background: #fff;
		color: #222;
		border-color: #fff;
		transform: translateY(-2px);
	}
	@media (max-width: 767px) {
		.home-preview .home-cta {
			padding: 60px 15px;
		}
		.home-preview .home-cta .call-inner {
			padding: 36px 22px;
		}
		.home-preview .home-cta .call-inner h2 {
			font-size: 30px;
			white-space: normal;
		}
	}
/*======================================
   End Call To Action CSS
   ========================================*/

/*======================================
   21. Shop CSS
   ========================================*/
   .shop-featured.section {
   	padding: 50px 0 130px 0;
   }
   .shop-featured .single-cat{
   	margin-top:30px;
   	position:relative;
   	overflow:hidden;
   }
   .shop-featured .single-cat:hover img{
   	-webkit-transform:scale(1.2);
   	-moz-transform:scale(1.2);
   	transform:scale(1.2);
   }
   .shop-featured .cat-button {
   	position: absolute;
   	top: 50%;
   	margin-top: -25px;
   }
   .shop-featured .cat-button .btn {
   	background: #fff;
   	color: #333;
   	padding: 12px 35px;
   	border-radius: 0px;
   	font-weight: 700;
   }
   .shop-featured .cat-button .btn:hover{
   	background:var(--renk);
   	color:#333;
   }
   .shop-featured .single-cat img{
   	height:100%;
   	width:100%;
   }
   /* Shop Deals */
   .deals.section{
   	padding-top:0;
   }
   .shop-section-title h1 {
   	font-size: 20px;
   	margin-bottom: 0px;
   	text-transform: uppercase;
   	padding-left: 15px;
   	position: relative;
   	line-height: 30px;
   }
   .shop-section-title h1::before {
   	content: "";
   	position: absolute;
   	left: 0;
   	width: 4px;
   	height: 100%;
   	background: #FEC43C;
   }
   .shop-section-title {
   	margin: 0;
   }
   .deals .single-deal{
   	position:relative;
   	text-align:center;
   	margin-top:20px;
   }
   .deals .single-deal img{
   	height:100%;
   	width:100%;
   }
   .deals .single-deal .hover-content{
   	position:relative;
   }
   .deals .single-deal .hover-content::before {
   	background: #000;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   	z-index: 1;
   }
   .deals .single-deal .hover-content:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .deals .single-deal .short-buttons {
   	height: auto;
   	width: 290px;
   	position: absolute;
   	left: 50%;
   	top: 30px;
   	margin-left: -145px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   	z-index: 333;
   }
   .deals .single-deal .hover-content:hover .short-buttons{
   	opacity:1;
   	visibility:visible;
   }
   .deals .single-deal .short-buttons li{
   	display:inline-block;
   	margin-right:8px;
   }
   .deals .single-deal .short-buttons li:last-child{
   	margin-right:0px;
   }
   .deals .single-deal .short-buttons li a{
   	height:50px;
   	width:50px;
   	line-height:53px;
   	text-align:center;
   	background:#fff;
   	color:#333;
   	font-size:18px;
   	display:block;
   }
   .deals .single-deal .short-buttons li a:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .deals .single-deal .short-buttons li a i{}
   .deals .single-deal .button5 {
   	position: absolute;
   	bottom: 30px;
   	left: 50%;
   	margin-left: -93px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   	z-index: 333;
   }
   .deals .single-deal .hover-content:hover .button5{
   	opacity:1;
   	visibility:visible;
   }
   .deals .single-deal .button5 .btn5 {
   	background: #fff;
   	color: #333;
   	font-size: 14px;
   	text-transform: uppercase;
   	font-weight: 700;
   }
   .deals .single-deal .button5 .btn5:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .deals .single-deal .title {
   	font-size: 20px;
   	color: #333;
   	font-weight: 600;
   	margin-top: 25px;
   }
   .deals .single-deal .title a {
   	font-weight: 600;
   }
   .deals .single-deal .title a:hover{
   	color:var(--renk)
   }
   .deals .single-deal .title span {
   	display: block;
   	color: var(--renk);
   	font-size: 20px;
   	margin-top: 5px;
   }
   .deals .single-deal .title span s{
   	margin-right:5px;
   	display:inline-block;
   }
   /* Deal Slider */
   .deals .owl-carousel .owl-nav div {
   	height: 50px;
   	width: 50px;
   	line-height: 50px;
   	background: var(--renk);
   	color: #fff;
   	position: absolute;
   	margin: 0;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	top: 50%;
   	margin-top: -25px;
   	background: #333;
   	border-radius: 0px;
   }
   .deals .owl-carousel .owl-nav div:hover{
   	color:#333;
   	background:#FEC43C;
   }
   .deals .owl-carousel .owl-controls .owl-nav .owl-prev {
   	left: 0;
   }
   .deals .owl-carousel .owl-controls .owl-nav .owl-next{
   	right:0;
   }

   /* Shop HOT */
   .hot.section{
   	padding-top:0;
   }
   .hot .single-hot{
   	position:relative;
   	text-align:left;
   	margin-top:20px;
   }
   .hot .single-hot img{
   	height:100%;
   	width:100%;
   }
   .hot .single-hot .hover-content{
   	position:relative;
   }
   .hot .single-hot .hover-content:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .hot .single-hot .hover-content:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .hot .single-hot .short-buttons {
   	height: auto;
   	position: absolute;
   	left:20px;
   	top: 85px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   }
   .hot .single-hot .hover-content:hover .short-buttons{
   	opacity:1;
   	visibility:visible;
   }
   .hot .single-hot .short-buttons li{
   	display:block;
   	margin-bottom:25px;
   	display: block;
   	margin-bottom: 12px;
   }
   .hot .single-hot .short-buttons li:last-child{
   	margin-bottom:0px;
   }
   .hot .single-hot .short-buttons li a {
   	text-align: center;
   	background: #fff;
   	color: #333;
   	font-size: 15px;
   	display: block;
   	width: 30px;
   	height: 30px;
   	line-height: 30px;
   	display: inline-block;
   	border-radius: 100%;
   }
   .hot .single-hot .short-buttons li a:hover{
   	color:var(--renk);
   }
   .hot .single-hot .short-buttons li a i{}
   .hot .single-hot .button5{
   	position:absolute;
   	bottom:30px;
   	left:50%;
   	margin-left:-75px;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .hot .single-hot .hover-content:hover .button5{
   	opacity:1;
   	visibility:visible;
   }
   .hot .single-hot .button5 .btn5 {
   	height: 54px;
   	width: 150px;
   	background: #fff;
   	color: #333;
   	font-size: 15px;
   	text-transform: uppercase;
   	padding: 0px 20px;
   	text-align: center;
   	font-weight: 700;
   }
   .hot .single-hot .button5 .btn5:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .hot .single-hot .new {
   	background: #333;
   	color: #fff;
   	padding: 5px 15px;
   	display: inline-block;
   	position: absolute;
   	left: 0;
   	top: 15px;
   	font-weight: 400;

   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .hot .single-hot:hover .new {
   	background: var(--renk);
   	color: #333;
   }
   .hot .single-hot .off {
   	color: #333;
   	font-weight: 500;
   	font-size: 15px;
   	text-transform: uppercase;
   	position: absolute;
   	right: 0;
   	top: 60px;
   	line-height: 24px;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   	background: var(--renk);
   	top: 15px;
   	padding: 10px 5px;
   	font-size: 13px;
   	font-weight: 700;
   	padding: 12px 10px;
   }
   .hot .single-hot:hover .off{
   	opacity:0;
   	visibility:hidden;
   }
   .hot .single-hot .off span {
   	display: block;
   	line-height: initial;
   	font-weight: 400;
   }
   .hot .single-hot .title {
   	font-size: 18px;
   	color: #333;
   	font-weight: 400;
   	margin-top: 15px;
   }
   .hot .single-hot .title span {
   	display: block;
   	color: var(--renk);
   	font-size: 20px;
   	margin-top: 5px;
   }
   .hot .single-hot .title span s{
   	margin-right:5px;
   	display:inline-block;
   }
   .hot .single-hot .title a{
   	font-weight:600;
   }
   .hot .single-hot .title a:hover{
   	color:#FEC43C;
   }
   .hot .single-hot .size{
   	margin-top:15px;
   }
   .hot .single-hot .size li{
   	display: inline-block;
   	margin-right: 5px;
   	color:#333;
   	font-size: 14px;
   	border: 1px solid #ebebeb;
   	padding: 0 10px;
   	font-weight: 500;
   }
   /* Comming Soon */
   .coming-soon{
   	position:relative;
   	padding-top:0;
   }
   .cowntdown {
   	position: relative;
   	margin-top:30px;
   }
   .cowntdown .count-inner {
   	position: absolute;
   	left: 30px;
   	top: 50%;
   	margin-top: -80px;
   }
   .cowntdown .title{
   	margin-bottom:35px;
   }
   .cowntdown .title h3 {
   	font-size: 32px;
   	color: #333;
   	font-weight: 700;
   	line-height: 32px;
   	text-transform: capitalize;
   }
   .cowntdown .title h3 span {
   	color: #888;
   	font-size: 16px;
   	text-transform: uppercase;
   	display: block;
   	font-weight: 400;
   }
   .cowntdown .cdown {
   	float: left;
   }
   .cowntdown .cdown {
   	text-align: left;
   }
   .cowntdown .cdown {
   	display: inline-block;
   	background: #333;
   	text-align: center;
   	color: #fff;
   	margin-right: 15px;
   	padding: 5px 8px;
   }
   .cowntdown .cdown:last-child{
   	margin:0;
   }
   .cowntdown .cdown span {
   	color: #fff;
   	font-size: 22px;
   	font-weight: 500;
   	text-transform: uppercase;
   }
   .cowntdown .cdown p {
   	font-size: 14px;
   	color: #fff;
   	text-transform: uppercase;
   }
   .discount-product {
   	position: relative;
   	margin-top: 30px;
   }
   .discount-product .discount-content {
   	position: absolute;
   	left: 20px;
   	top: 50%;
   	margin-top: -32px;
   }
   .discount-product .title h3 {
   	font-size: 24px;
   	color: #333;
   	font-weight: 600;
   	text-transform: uppercase;
   	line-height: 32px;
   }
   .discount-product .title h3 span{
   	color:#7b7a7b;
   	font-size:16px;
   	text-transform:capitalize;
   	display:block;
   	font-weight:400;
   }
   /* Women products */
   .women-products.section{
   	padding-top:0;
   }
   .women-products .single-product.small{
   	margin-bottom:30px;
   }
   .women-products .single-product.small:last-child{
   	margin-bottom:0px;
   }
   .women-products .single-product{
   	position:relative;
   	text-align:left;
   	margin-top:20px;
   }
   .women-products .single-product img{
   	height:100%;
   	width:100%;
   }
   .women-products .single-product .hover-content{
   	position:relative;
   }
   .women-products .single-product .hover-content:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .women-products .single-product .hover-content:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .women-products .single-product .short-buttons {
   	height: auto;
   	position: absolute;
   	left:15px;
   	top: 15px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   }
   .women-products .single-product .hover-content:hover .short-buttons{
   	opacity:1;
   	visibility:visible;
   }
   .women-products .single-product .short-buttons li {
   	display: block;
   	margin-bottom: 15px;
   }
   .women-products .single-product .short-buttons li:last-child{
   	margin-bottom:0px;
   }
   .women-products .single-product .short-buttons li a {
   	text-align: center;
   	background: #fff;
   	color: #333;
   	font-size: 15px;
   	width: 35px;
   	height: 34px;
   	line-height: 35px;
   	display: inline-block;
   	border-radius: 100%;
   }
   .women-products .single-product .short-buttons li a:hover{
   	color:var(--renk);
   }
   .women-products .single-product .short-buttons li a i{}
   .women-products .single-product .button5 {
   	position: absolute;
   	top: 50%;
   	left: 50%;
   	margin-left: -62.5px;
   	margin-top: -23.5px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   }
   .women-products .single-product .hover-content:hover .button5{
   	opacity:1;
   	visibility:visible;
   }
   .women-products .single-product .button5 .btn5 {
   	background: #fff;
   	color: #333;
   	font-size: 15px;
   	text-transform: uppercase;
   	padding: 15px 15px;
   	text-align: center;
   	height: initial;
   	line-height: initial;
   	font-size: 14px;
   }
   .women-products .single-product .button5 .btn5:hover{
   	background:var(--renk);
   	color:#fff;
   }
   /* Tabs */
   .women-products .shop-section-title {
   	text-align: left;
   	margin-bottom: -33px;
   }
   .women-products .tabs-main {
   	overflow: hidden;
   	border:none;
   	border-radius:0;
   }
   .women-products .nav-tabs {
   	border: none;
   	text-align: right;
   	display: block;
   }
   .women-products  .nav-tabs .nav-link.active{
   	border-color: transparentf;
   	background:transparent;
   	color: var(--renk);
   }
   .women-products .nav-tabs .nav-link {
   	background:transparent;
   	color:#333;
   	border: none;
   	border-radius: 0;
   	padding:0;
   	font-size: 15px;
   	font-weight:500;
   	text-transform:uppercase;
   }
   .women-products .nav-tabs .nav-link:hover{
   	color: var(--renk);
   }
   .women-products .nav-tabs li {
   	margin-right: 30px;
   	display: inline-block;
   }
   .women-products .nav-tabs li:last-child{
   	margin-right:0px;
   }
   .women-products .tabs-main .tab-content{
   	margin-top:30px;
   }
   .women-products .tabs-main .tab-pane p{
   	margin-bottom:35px;
   	font-size:17px;
   	color:#555555;
   }
   .women-products .tabs-main .tab-pane p:last-child{
   	margin-bottom:35px;
   }
   /* Man Products */
   .man-products.section{
   	padding-top:0;
   }
   .man-products .single-product.small{
   	margin-bottom:30px;
   }
   .man-products .single-product.small:last-child{
   	margin-bottom:0px;
   }
   .man-products .single-product{
   	position:relative;
   	text-align:left;
   	margin-top:20px;
   }
   .man-products .single-product img{
   	height:100%;
   	width:100%;
   }
   .man-products .single-product .hover-content{
   	position:relative;
   }
   .man-products .single-product .hover-content:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .man-products .single-product .hover-content:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .man-products .single-product .short-buttons {
   	height: auto;
   	position: absolute;
   	left:15px;
   	top: 15px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   }
   .man-products .single-product .hover-content:hover .short-buttons{
   	opacity:1;
   	visibility:visible;
   }
   .man-products .single-product .short-buttons li{
   	display:block;
   	margin-bottom:25px;
   }
   .man-products .single-product .short-buttons li:last-child{
   	margin-bottom:0px;
   }
   .man-products .single-product .short-buttons li a{
   	text-align:center;
   	background:transparent;
   	color:#fff;
   	font-size:28px;
   	display:block;
   }
   .man-products .single-product .short-buttons li a:hover{
   	color:var(--renk);
   }
   .man-products .single-product .short-buttons li a i{}
   .man-products .single-product .button5{
   	position:absolute;
   	top:50%;
   	left:50%;
   	margin-left:-80px;
   	margin-top:-27px;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .man-products .single-product .hover-content:hover .button5{
   	opacity:1;
   	visibility:visible;
   }
   .man-products .single-product .button5 .btn5 {
   	height: 54px;
   	width: 160px;
   	background:#fff;
   	color:#333;
   	font-size:15px;
   	text-transform:uppercase;
   	padding:0px 20px;
   	text-align:center;
   }
   .man-products .single-product .button5 .btn5:hover{
   	background:var(--renk);
   	color:#fff;
   }
   /* Tabs */
   .man-products .tabs-main {
   	overflow: hidden;
   	border:none;
   	border-radius:0;
   }
   .man-products .nav-tabs {
   	border: none;
   	text-align: right;
   	display: block;
   }
   .man-products  .nav-tabs .nav-link.active{
   	border-color: transparentf;
   	background:transparent;
   	color: var(--renk);
   }
   .man-products .nav-tabs .nav-link {
   	background:transparent;
   	color:#333;
   	border: none;
   	border-radius: 0;
   	padding:0;
   	font-size: 15px;
   	font-weight:500;
   	text-transform:uppercase;
   }
   .man-products .nav-tabs .nav-link:hover{
   	color: var(--renk);
   }
   .man-products .nav-tabs li {
   	margin-right: 30px;
   	display: inline-block;
   }
   .man-products .nav-tabs li:last-child{
   	margin-right:0px;
   }
   .man-products .tabs-main .tab-content{
   	margin-top:30px;
   }
   .man-products .tabs-main .tab-pane p{
   	margin-bottom:35px;
   	font-size:17px;
   	color:#555555;
   }
   .man-products .tabs-main .tab-pane p:last-child{
   	margin-bottom:35px;
   }
   /* Discount Small */
   .discount{
   	padding-top:0;
   }
   .discount-small img{
   	height:100%;
   	width:100%;
   }
   .discount-small{
   	position:relative;
   }
   .discount-small .content {
   	position: absolute;
   	left: 20px;
   	top: 50%;
   	margin-top: -67.5px;
   }
   .discount-small .content h3 {
   	font-size: 35px;
   	color: #333;
   	text-transform: uppercase;
   	margin-bottom: 15px;
   }
   .discount-small .content h3 span {
   	color: #7b7a7b;
   	font-size: 15px;
   	text-transform: capitalize;
   	display: block;
   	font-weight: 400;
   }
   .discount-small .content a {
   	color: var(--renk);
   	font-weight: 400;
   	text-transform: uppercase;
   	font-size: 15px;
   	display: inline-block;
   	background: #333;
   	padding: 12px 30px;
   }
   .discount-small .content a:hover{
   	background:#fff;
   	color:var(--renk);
   }
   .discount-small.right{
   	text-align:right;
   } 
   .discount-small.right .content{
   	left:initial;
   	right:20px;
   }
   /* Shop List */
   .shop-list{
   	padding-top:0;
   }
   .shop-list .shop-section-title{
   	margin-bottom:15px;
   }
   .shop-list .shop-section-title h1 {
   	font-size: 20px;
   }
   .shop-list .single-list {
   	overflow: hidden;
   	position: relative;
   	margin-top: 20px;
   }
   .shop-list .list-image{
   	position:relative;
   }
   .shop-list .list-image.overlay:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .shop-list .list-image.overlay:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .shop-list .list-image .buy{
   	height:40px;
   	width:40px;
   	line-height:40px;
   	font-size:14px;
   	color:#333;
   	background:var(--renk);
   	border-radius:100%;
   	display:block;
   	position:absolute;
   	left:50%;
   	top:50%;
   	margin-left:-20px;
   	margin-top:-20px;
   	text-align:center;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   	transform:scale(0);
   	opacity:0;
   	visibility:hidden;
   }
   .shop-list .list-image .buy:hover{
   	background:#fff;
   	color:#333;
   }
   .shop-list .list-image:hover .buy{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   .shop-list .single-list .no-padding{
   	padding-right:0px;
   }
   .shop-list .single-list img{
   	width:100%;
   	height:100%;
   }
   .shop-list .single-list .content {
   	padding-top: 42px;
   }
   .shop-list .single-list .content h4 {
   	line-height: 20px;
   	margin-bottom: 10px;
   }
   .shop-list .single-list .content h4 a {
   	font-size: 14px;
   	color: #333;
   	font-weight: 700;
   	word-break: break-word;
   }
   .shop-list .single-list .content a:hover{
   	color: var(--renk);
   }
   .shop-list .single-list .price {
   	font-size: 15px;
   	display: block;
   	color: #a8a8a8;
   }
   .shop-list .single-list .price.with-discount{
   	color:var(--renk);
   }
   .shop-list .single-list .price s{
   	display:inline-block;
   	margin-right:15px;
   	color:#a8a8a8;
   }
   .shop-list .single-list .review-list {
   	margin-top: 5px;
   }
   .shop-list .single-list .review-list li {
   	display: inline-block;
   	margin-right: 2px;
   }
   .shop-list .single-list .review-list li:last-child{
   	margin-right:0px;
   }
   .shop-list .single-list .review-list li i {
   	font-size: 14px;
   	color: #a8a8a8;
   }
   .shop-list .single-list .review-list.with-review li i{
   	color:var(--renk);
   }
   /* Shop Blog */
   .shop-blog {
   	padding-top: 0;
   	padding-bottom: 50px;
   }
   .shop-blog .shop-section-title {
   	margin-bottom: 30px;
   }
   .shop-blog .shop-single-blog{}
   .shop-blog .shop-single-blog img{
   	height:100%;
   	width:100%;
   }
   .shop-blog .shop-single-blog .content {
   	padding-top: 15px;
   }
   .shop-blog .shop-single-blog .content .title {
   	font-size: 20px;
   	color: #333;
   	font-weight: 700;
   }
   .shop-blog .shop-single-blog .content .title:hover{
   	color:var(--renk);
   }
   .shop-blog .shop-single-blog .content .date{
   	font-size:16px;
   	font-weight:400;
   	margin-top:5px;
   	color:#555555;
   }
   .shop-blog .shop-single-blog .content .text {
   	margin-top: 15px;
   	font-size: 16px;
   	font-weight: 400;
   	color: #555555;
   }
   .shop-blog .shop-single-blog .more-btn {
   	font-size: 16px;
   	color: #fff;
   	margin-top: 20px;
   	display: inline-block;
   	background: #333;
   	padding: 10px 30px;
   }
   .shop-blog .shop-single-blog .more-btn:hover{
   	color:#fff;
   	background:var(--renk);
   }
   /* Shop Blog */
   .shop-blog .owl-carousel .owl-nav div {
   	height: 50px;
   	width: 50px;
   	line-height: 50px;
   	background: var(--renk);
   	color: #fff;
   	position: absolute;
   	margin: 0;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	top: 50%;
   	margin-top: -25px;
   	background: #333;
   	border-radius: 0px;
   }
   .shop-blog .owl-carousel .owl-nav div:hover{
   	color:#333;
   	background:#FEC43C;
   }
   .shop-blog .owl-carousel .owl-controls .owl-nav .owl-prev{
   	left:-70px;
   }
   .shop-blog .owl-carousel .owl-controls .owl-nav .owl-next{
   	right:-70px;
   }


   .shop-features.section {
   	padding: 80px 0;
   	background: #f6f6f6;
   }
   .shop-features .single-feature {
   	position: relative;
   	padding-left: 70px;
   	background: #fff;
   	padding: 25px 25px 25px 75px;
   	-webkit-box-shadow: 0px 0px 10px #0000002b;
   	-moz-box-shadow: 0px 0px 10px #0000002b;
   	box-shadow: 0px 0px 10px #0000002b;
   }
   .shop-features .single-feature i {
   	height: 50px;
   	width: 50px;
   	line-height: 50px;
   	text-align: center;
   	color: var(--renk);
   	background: #fff;
   	border-radius: 100%;
   	display: block;
   	font-size: 20px;
   	position: absolute;
   	left: 12px;
   	top: 24px;
   	border: 1px solid var(--renk);
   }
   .shop-features .single-feature h4 {
   	font-size: 15px;
   	font-weight: 600;
   	text-transform: uppercase;
   	line-height: 24px;
   }
   .shop-features .single-feature p {
   	color: #555555;
   	margin-top: 10px;
   	font-size: 15px;
   }
   /* Shop Archive */
   .simple-product {
   	padding: 20px 0 50px;
   }
   .shop-sidebar {
   	margin-top: 30px;
   }
   .shop-sidebar .content {
   	padding: 30px;
   	line-height: initial;
   }
   .shop-sidebar .single-widget {
   	margin-bottom: 30px;
   	background: #f8f8f8;
   }
   .shop-sidebar .single-widget:last-child{
   	margin:0;
   }
   .shop-sidebar .single-widget .widget-title {
   	font-size: 18px;
   	display: block;
   	line-height: 24px;
   	text-transform: capitalize;
   	padding: 10px 30px;
   	background: #333;
   	color: #fff;
   }
   .shop-sidebar .widget-title i{
   	float:right;
   	display:inline-block;
   	font-size:20px;
   	color:#333;
   	line-height: 24px;
   }
   .shop-sidebar .category-panel{
   	padding:20px 30px;
   }
   .shop-sidebar .panel {
   	background:transparent;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	border-radius:0px;
   }
   .shop-sidebar .panel-heading{
   	background:none;
   }
   .shop-sidebar .cat-title{
   	border-radius:0px;
   }
   .shop-sidebar .cat-title a {
   	font-size: 18px;
   	position: relative;
   	color: #333;
   	width: 100%;
   	display: block;
   	font-weight: 600;
   	padding:0;
   	background: transparent;
   	border-radius: 0px;
   	padding-left:30px;
   }
   .shop-sidebar .cat-title a::before{
   	content: "\f106";
   	font-family: "Fontawesome";
   	top: 50%;
   	margin-top: -15px;
   	left: -8px;
   	position: absolute;
   	width: 30px;
   	height: 30px;
   	line-height: 32px;
   	color: #333;
   	border-radius: 100%;
   	text-align: center;
   	font-size: 16px;
   }
   .shop-sidebar .panel .cat-title a {
   	text-decoration: none;
   	border-color:transparent;
   	color:#555;
   	font-size:16px;
   }
   .shop-sidebar .panel .cat-title a.collapsed {
   	color: #333;
   	background:transparent;
   	text-decoration: none;
   	border-color: transparent;
   }
   .shop-sidebar .cat-title a.collapsed:before {
   	content: "\f107";
   	font-family: "Fontawesome";
   	color: #333;
   	transition: all 0.4s ease;
   	font-size: 11px;
   	height: 30px;
   	width: 30px;
   	line-height: 32px;
   	border-radius: 30px;
   	padding:0;
   	font-size: 16px;
   }
   .shop-sidebar .cat-body {
   	padding: 10px 20px 20px 40px;
   	color: #666;
   	box-shadow: none;
   	text-shadow: none;
   	background: transparent;
   	font-weight: 400;
   	border-radius: 0px;
   	line-height: 30px;
   }
   .shop-sidebar .cat-body ul{}
   .shop-sidebar .cat-body ul li {
   	margin-bottom: 5px;
   }
   .shop-sidebar .cat-body ul li a{
   	color:#555;
   }
   .shop-sidebar .cat-body ul li a:hover{
   	color:var(--renk);
   }
   .shop-sidebar .panel-default {
   	border: none;
   	box-shadow: none;
   	text-shadow: none;
   	margin: 0 0 15px;
   	border-radius: 0px;
   	margin: 0;
   }
   .shop-sidebar .panel-default:last-child{
   	margin:0;
   }
   .shop-sidebar .tabs-main{
   	border-radius:0px;
   	overflow:hidden;
   }

   /* Shop Price */
   .shop-sidebar .range .price-filter {
   	display: block;
   	padding: 25px 40px;
   	line-height: initial;
   }
   .shop-sidebar .range #slider-range {
   	box-shadow: none;
   	border: none;
   	height: 4px;
   	background: var(--renk);
   	border-radius:0px;
   }
   .shop-sidebar .range #slider-range .ui-slider-range {
   	box-shadow: none;
   	background: #222;
   	border-radius: 0px;
   	border: none;
   }
   .shop-sidebar .range .ui-slider-handle.ui-state-default.ui-corner-all {
   	width: 14px;
   	height: 14px;
   	line-height: 10px;
   	background: var(--renk);
   	border: none;
   	border-radius: 100%;
   	top: -5px;
   	cursor:pointer;
   }
   .shop-sidebar .range .label-input {
   	margin-top: 15px;
   }
   .shop-sidebar .range .label-input input {
   	border: none;
   	margin: 0;
   	font-weight: 600;
   	font-size: 14px;
   	color: #222;
   	width: 100%;
   	background: transparent;
   	margin-left: -12px;
   	padding: 0;
   }
   .shop-sidebar .range .check-box-list li label {
   	margin: 0;
   }
   .shop-sidebar .range .check-box-list .count{
   	margin-left:5px;
   	color:#666;
   }
   /* Choose Colos Css*/

   .shop-sidebar .colors{}
   .shop-sidebar .colors a{
   	height: 20px;
   	width: 20px;
   	display: inline-block;
   	background: #333;
   	margin-right: 6px;
   }
   .shop-sidebar .colors a:last-child{
   	margin:0;
   }
   .shop-sidebar .colors .color1{
   	background:#5be3f7;
   }
   .shop-sidebar .colors .color2{
   	background:#0A5FAC;
   }
   .shop-sidebar .colors .color3{
   	background:#F04343;
   }
   .shop-sidebar .colors .color4{
   	background:#000000;
   }
   .shop-sidebar .colors .color5{
   	background:#FBB73C;
   }
   .shop-sidebar .colors .color6{
   	background:#FF8400;
   }
   /* Size Checkbox Css*/
   .shop-sidebar .size .checkbox {
   	text-align: left;
   	margin: 0;
   }
   .shop-sidebar .size .checkbox label {
   	color: #333;
   	position: relative;
   	font-size: 16px;
   	margin-right: 15px;
   	padding-left: 15px;
   	margin-top: -5px;
   	font-weight:800;
   }
   .shop-sidebar .size .checkbox label:hover{
   	cursor:pointer;
   }
   .shop-sidebar .size .checkbox label input{
   	display:none;
   }
   .shop-sidebar .size .checkbox label::before {
   	position: absolute;
   	content: "";
   	left: -5px;
   	top: 7px;
   	width: 10px;
   	height: 10px;
   	border: 1px solid var(--renk);
   	border-radius: 30px;
   }
   .shop-sidebar .size .checkbox label::after {
   	position: absolute;
   	content: "";
   	left: 0;
   	top: 0;
   	width: 10px;
   	height: 10px;
   	background: var(--renk);
   	left: -5px;
   	top: 7px;
   	border-radius: 30px;
   	opacity: 0;
   	visibility: hidden;
   	transform: scale(0);
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	display: block;
   }
   .shop-sidebar .size .checkbox label.checked::after{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   /* Brand Css*/
   .shop-sidebar .brand{}
   .shop-sidebar .brand{}
   .shop-sidebar .size .checkbox {
   	text-align: left;
   	margin: 0;
   }
   .shop-sidebar .brand .checkbox label {
   	color: #555555;
   	position: relative;
   	font-size: 16px;
   	padding-left: 30px;
   	margin-top: -5px;
   	font-weight:400;
   }
   .shop-sidebar .brand .checkbox label:hover{
   	cursor:pointer;
   }
   .shop-sidebar .brand .checkbox label input{
   	display:none;
   }
   .shop-sidebar .brand .checkbox label::before {
   	position: absolute;
   	content: "";
   	left: 0;
   	top: 5px;
   	width: 14px;
   	height: 14px;
   	border: 1px solid #555555;
   	border-radius: 0px;
   }
   .shop-sidebar .brand .checkbox label::after {
   	position: absolute;
   	content: "\f00c";
   	font-family: "Fontawesome";
   	left: 0;
   	top: 0;
   	width: 14px;
   	height: 14px;
   	line-height: 14px;
   	left: 1px;
   	top: 5px;
   	border-radius: 30px;
   	opacity: 0;
   	visibility: hidden;
   	transform: scale(0);
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	display: block;
   	font-size: 11px;
   }
   .shop-sidebar .brand .checkbox label.checked::after{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   /* Sidebar Shop List*/
   .shop-sidebar .single-list{
   	overflow:hidden;
   	position:relative;
   	margin-bottom:15px;
   }
   .shop-sidebar .single-list:last-child{
   	margin:0;
   }
   .shop-sidebar .single-list .list-image{
   	position:relative;
   }
   .shop-sidebar .single-list .list-image.overlay:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .shop-sidebar .single-list .list-image.overlay:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .shop-sidebar .single-list .list-image .buy{
   	height:30px;
   	width:30px;
   	line-height:30px;
   	font-size:13px;
   	color:#333;
   	background:var(--renk);
   	border-radius:100%;
   	display:block;
   	position:absolute;
   	left:50%;
   	top:50%;
   	margin-left:-15px;
   	margin-top:-15px;
   	text-align:center;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   	transform:scale(0);
   	opacity:0;
   	visibility:hidden;
   }
   .shop-sidebar .single-list .list-image .buy:hover{
   	background:#fff;
   	color:#333;
   }
   .shop-sidebar .single-list .list-image:hover .buy{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   .shop-sidebar .single-list .no-padding {
   	padding: 0;
   	padding-right: 13px;
   }
   .shop-sidebar .single-list img{
   	width:100%;
   	height:100%;
   }
   .shop-sidebar .single-list .content-inner h5{
   	line-height:24px;
   }
   .shop-sidebar .single-list .content-inner a {
   	font-size: 15px;
   	color: #333;
   	font-weight: 600;
   	line-height: 18px;
   }
   .shop-sidebar .single-list .content-inner a:hover{
   	color: var(--renk);
   }
   .shop-sidebar .single-list .content-inner .price{
   	margin-top: 10px;
   	font-size: 15px;
   	display:inline-block;
   	color:#a8a8a8;
   }
   .shop-sidebar .single-list .content-inner .price.with-discount{
   	color:var(--renk);
   }
   .shop-sidebar .single-list .content-inner .price s{
   	display:inline-block;
   	margin-right:15px;
   	color:#a8a8a8;
   }
   .shop-sidebar .single-list .content-inner .review-list {
   	margin-top: 7px;
   }
   .shop-sidebar .single-list .content-inner .review-list li {
   	display: inline-block;
   	margin-right: 2px;
   }
   .shop-sidebar .single-list .content-inner .review-list li:last-child{
   	margin-right:0px;
   }
   .shop-sidebar .single-list .content-inner .review-list li i {
   	font-size: 16px;
   	color: #a8a8a8;
   }
   .shop-sidebar .single-list .content-inner .review-list.with-review li i{
   	color:var(--renk);
   }
   /* Simple Content*/
   .simple-content {
   	margin-top: 30px;
   }
   .simple-content .banner{
   	background-size:cover;
   	background-position:center;
   	background-repeat:no-repeat;

   }
   .simple-content .banner .content{
   	padding:120px 40px;
   }
   .simple-content .banner .content h2 {
   	font-weight: 700;
   	font-size: 36px;
   	text-transform: capitalize;
   	line-height: 45px;
   }
   .simple-content .banner .content .button5{
   	margin-top:35px;
   }
   /* Shop Topbar */
   .product-grid .shop-top {
   	clear:both;
   	margin-top:50px;
   }
   .product-grid .shop-shorter {
   	float: left;
   }
   .product-grid .single-shorter {
   	display: inline-block;
   	margin-right: 10px;
   }
   .product-grid .single-shorter:last-child{
   	margin:0;
   }
   .product-grid .single-shorter label {
   	display: inline-block;
   	float: left;
   	margin: 4px 5px 0 0;
   	font-weight:500;
   }
   .product-grid .single-shorter option{}
   .product-grid .nice-select {
   	clear: initial;
   	display: inline-block;
   	margin: 0;
   	border: 1px solid #e6e6e6;
   	border-radius: 0px;
   	height: auto;
   	width: auto;
   	border-radius: 0px;
   }
   .product-grid .nice-select::after{
   	border-color:#888;
   }
   .product-grid .nice-select .list {
   	border-radius:0px;
   }
   .product-grid .nice-select .list li{
   	color:#666;
   	border-radius:0px;
   }
   .product-grid .nice-select .list li:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .product-grid .view-mode {
   	float: right;
   }
   .product-grid .view-mode li {
   	display: inline-block;
   }
   .product-grid .view-mode li:last-child{
   	margin:0;
   }
   .product-grid .view-mode li a {
   	width: 32px;
   	height: 32px;
   	background: transparent;
   	text-align: center;
   	display: block;
   	line-height: 32px;
   	color: #222;
   	border-radius: 0px;
   	font-size: 20px;
   }
   .product-grid .view-mode li:hover a {
   	color:var(--renk);
   }
   .product-grid .single-hot{
   	position:relative;
   	text-align:left;
   	margin-top:30px;
   }
   .product-grid .single-hot img{
   	height:100%;
   	width:100%;
   	z-index:-3;
   }
   .product-grid .single-hot .hover-content{
   	position:relative;
   	z-index:2;
   }
   .product-grid .single-hot .hover-content:before{
   	background:#000;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   	z-index:0;
   }
   .product-grid .single-hot .hover-content:hover:before{
   	opacity:0.3;
   	visibility:visible;
   }
   .product-grid .single-hot .short-buttons {
   	height: auto;
   	position: absolute;
   	left:20px;
   	top: 85px;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: 0.4s ease;
   	-moz-transition: 0.4s ease;
   	transition: 0.4s ease;
   }
   .product-grid .single-hot .hover-content:hover .short-buttons{
   	opacity:1;
   	visibility:visible;
   }
   .product-grid .single-hot .short-buttons li {
   	display: block;
   	margin-bottom: 12px;
   }
   .product-grid .single-hot .short-buttons li:last-child{
   	margin-bottom:0px;
   }
   .product-grid .single-hot .short-buttons li a {
   	text-align: center;
   	background: #fff;
   	color: #333;
   	font-size: 15px;
   	display: block;
   	width: 30px;
   	height: 30px;
   	line-height: 30px;
   	display: inline-block;
   	border-radius: 100%;
   }
   .product-grid .single-hot .short-buttons li a:hover{
   	color:var(--renk);
   }
   .product-grid .single-hot .short-buttons li a i{}
   .product-grid .single-hot .button5{
   	position:absolute;
   	bottom:30px;
   	left:50%;
   	margin-left:-75px;
   	opacity:0;
   	visibility:hidden;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .product-grid .single-hot .hover-content:hover .button5{
   	opacity:1;
   	visibility:visible;
   }
   .product-grid .single-hot .button5 .btn5 {
   	height: 54px;
   	width: 150px;
   	background:#fff;
   	color:#333;
   	font-size:15px;
   	text-transform:uppercase;
   	padding:0px 20px;
   	text-align:center;
   }
   .product-grid .single-hot .button5 .btn5:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .product-grid .single-hot .new {
   	background: #333;
   	color: #fff;
   	padding: 5px 15px;
   	display: inline-block;
   	position: absolute;
   	left: 0;
   	top: 15px;
   	font-weight: 400;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   	z-index:5;
   }
   .product-grid .single-hot:hover .new {
   	background: var(--renk);
   	color: #333;
   }
   .product-grid .single-hot .off {
   	color: #333;
   	font-weight: 500;
   	font-size: 16px;
   	text-transform: uppercase;
   	position: absolute;
   	left: 15px;
   	top: 60px;
   	line-height: 24px;
   	-webkit-transition:0.4s ease;
   	-moz-transition:0.4s ease;
   	transition:0.4s ease;
   }
   .product-grid .single-hot:hover .off{
   	opacity:0;
   	visibility:hidden;
   }
   .product-grid .single-hot .off span{
   	display:block;
   }
   .product-grid .single-hot .title {
   	font-size: 18px;
   	color: #333;
   	font-weight: 600;
   	margin-top: 15px;
   }
   .product-grid .single-hot .title a{
   	font-weight:600;
   }
   .product-grid .single-hot .title a:hover{
   	color:#FEC43C;
   }
   .product-grid .single-hot .title span {
   	display: block;
   	color: var(--renk);
   	font-size: 16px;
   	margin-top: 5px;
   	font-weight:700;
   }
   .product-grid .single-hot .title span s{
   	margin-right:5px;
   	display:inline-block;
   }
   .product-grid .single-hot .size{
   	margin-top:15px;
   }
   .product-grid .single-hot .size li {
   	display: inline-block;
   	margin-right: 5px;
   	color: #333;
   	font-size: 14px;
   	border: 1px solid #ebebeb;
   	padding: 0 10px;
   	font-weight:500;
   }
   .shop-item-slider .owl-theme .owl-dots {
   	position: absolute;
   	right: 0;
   	background: #fff;
   	top: 5px;
   	right: 5px;
   	padding: 5px 15px;
   	border-radius: 30px;
   }
   .shop-item-slider .owl-theme .owl-dots .owl-dot span {
   	position: relative;
   	width: 10px;
   	height: 10px;
   	background: #f26c4f;
   	display: block;
   	-webkit-backface-visibility: visible;
   	transition: opacity 200ms ease;
   	border-radius: 100%;
   	-webkit-transition: all 0.2s ease;
   	-moz-transition: all 0.2s ease;
   	transition: all 0.2s ease;
   	margin: 0;
   	margin-right: 10px;
   }
   .shop-item-slider .owl-theme .owl-dots .owl-dot:last-child span{
   	margin:0;
   }
   .shop-item-slider .owl-theme .owl-dots .owl-dot.active span {
   	background: #ed1c24;
   }
   .product-grid.list .single-hot .button5 {
   	opacity: 1;
   	visibility: visible;
   	left: 0;
   	margin: 0;
   	position: relative;
   }
   .product-grid.list .single-hot .button5 .btn5 {
   	background: #FEC43C;
   	height: auto;
   	width: auto;
   	padding: 16px 30px;
   	line-height: initial;
   	font-size: 14px;
   }
   /* Shopping Cart */
   .table.shopping-summery {
   	background: #fff;
   }
   .shopping-cart {
   	background: #f6f6f6;
   	padding: 50px 0;
   }
   .shopping-summery thead .main-hading{
   	padding:0px 50px;
   }
   .shopping-summery thead {
   	background: var(--renk);
   	color: #fff;
   }
   .shopping-summery thead tr th {
   	border: none;
   	font-weight:700;
   	color:#fff;
   	text-align:center;
   }
   .shopping-summery tbody tr {
   	border-bottom: 1px solid var(--renk);
   	margin-top: 20px;
   }
   .shopping-summery tbody tr img {
   	border: 1px solid var(--renk);
   	border-radius: 100%;
   	width: 70px;
   	height: 70px;
   }
   .shopping-summery tbody tr:last-child{
   	border:none;
   }
   .shopping-summery tbody .product-name a {
   	font-weight: 600;
   	color: #282828;
   	font-weight: 600;
   	font-size: 18px;
   }
   .shopping-cart .table p {
   	font-size: 14px;
   	color: #666;
   }
   .shopping-summery tbody .product-name a:hover{
   	color:var(--renk);
   }
   .shopping-summery tbody .product img {
   	max-width: 70px;
   	border-radius: 100%;
   	max-height: 65px;
   	border: 1px solid #e6e6e6;
   	padding: 4px;
   }
   .shopping-summery tbody .product:hover img{
   	border-color:var(--renk);
   	-webkit-transform:rotate(360deg);
   	-moz-transform:rotate(360deg);
   	transform:rotate(360deg);
   }
   .shopping-cart .border{

   }
   .shopping-cart .table td {
   	vertical-align: middle;
   	border-top: 1px solid var(--renk);
   	padding: 30px;
   }
   .shopping-summery tbody .price {
   	text-align: center;
   }
   .shopping-summery tbody .price span{}
   .shopping-cart tbody .qty .input-group {
   	width: auto;
   	display: inline-block;
   }
   .shopping-cart .qty .button {
   	display: inline-block;
   	position: absolute;
   	top: 0;
   }
   .shopping-cart .qty .button.minus{
   	left:0;
   	border-radius:5px 0 0 5px;
   	overflow:hidden;
   }
   .shopping-cart .qty .button.plus {
   	right: 0;
   	border-radius:0 5px 5px 0;
   	overflow:hidden;
   }
   .shopping-cart .qty .button .btn {
   	padding: 0;
   	width: 54px;
   	height: 47px;
   	line-height: 47px;
   	border-radius: 0px;
   	background: transparent;
   	color: #282828;
   	border: 1px solid #eceded;
   }
   .shopping-cart .qty .button .btn:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .shopping-cart .qty .input-number {
   	border: 1px solid #eceded;
   	width: 100%;
   	text-align: center;
   	height: 47px;
   	border-radius:5px;
   	overflow:hidden;
   }
   .shopping-summery tbody .total-amount {
   	text-align: center;
   }
   .shopping-summery tbody .total-amount span{}
   .shopping-summery tbody .action {
   	text-align: center;
   }
   .shopping-summery tbody .action a:hover{
   	color:var(--renk);
   }
   .shopping-cart .total-amount{
   	margin-top:50px;
   }
   .shopping-cart .total-amount .left{}
   .shopping-cart .total-amount .left label{
   	font-size:22px;
   	font-weight:500;
   	color:#333;
   }
   .shopping-cart .total-amount .left .checkbox {
   	text-align: left;
   	margin: 0;
   }
   .shopping-cart .total-amount .left .checkbox label {
   	font-size: 16px;
   	font-weight: 600;
   	color: #333;
   	position: relative;
   	padding-left: 30px;
   }
   .shopping-cart .total-amount .left .checkbox label:hover{
   	cursor:pointer;
   }
   .shopping-cart .total-amount .left .checkbox label input{
   	display:none;
   }
   .shopping-cart .total-amount .left .checkbox label::before {
   	position: absolute;
   	content: "";
   	left: 0;
   	top: 4px;
   	width: 16px;
   	height: 16px;
   	border: 1px solid #555555;
   	border-radius: 0px;
   }
   .shopping-cart .total-amount .left .checkbox label::after {
   	position: absolute;
   	content: "\f00c";
   	font-family: "Fontawesome";
   	left: 0;
   	top: 0;
   	width: 22px;
   	height: 22px;
   	line-height: 24px;
   	left: 4px;
   	top: 0px;
   	opacity: 0;
   	visibility: hidden;
   	transform: scale(0);
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	display: block;
   	font-size: 15px;
   }
   .shopping-cart .total-amount .left .checkbox label.checked::after{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   .shopping-cart .total-amount .right ul{

   }
   .shopping-cart .total-amount .right ul li {
   	font-size: 18px;
   	font-weight: 600;
   	color: #333;
   	margin-bottom: 15px;
   }
   .shopping-cart .total-amount .right ul li.last {
   	padding-top: 25px;
   	border-top: 1px solid #ebebeb;
   	color: var(--renk);
   	font-size: 20px;
   	text-transform: capitalize;
   	font-weight: 700;
   }
   .shopping-cart .total-amount .right ul li span{
   	display:inline-block;
   	float:right;
   }
   .shopping-cart .total-amount .right .button5 .btn5{
   	height:46px;
   	text-align:center;
   	line-height:46px;
   	border-radius:5px;
   	margin-right:10px;
   }
   .shopping-cart .total-amount .right .button5 .btn5:last-child{
   	margin-right:0;
   }
   .shopping-cart .total-amount .right .button5{
   	float:right;
   	margin-top:25px;
   }
   /* Checkout Form */
   .shop.checkout {
   	padding: 0;
   	background: #fff;
   	padding-top: 20px;
   	padding-bottom: 50px;
   }
   .shop.checkout .checkout-form {
   	margin-top: 30px;
   }
   .shop.checkout .checkout-form h2 {
   	font-size: 25px;
   	color: #333;
   	font-weight: 700;
   	line-height: 27px;
   }
   .shop.checkout .checkout-form p {
   	font-size: 16px;
   	color: #333;
   	font-weight: 400;
   	margin-top: 12px;
   	margin-bottom: 30px;
   }
   .shop.checkout .form{}
   .shop.checkout .form .form-group {
   	margin-bottom: 30px;
   }
   .shop.checkout .form .form-group input {
   	border: 1px solid #cccccc;
   	width: 100%;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 20px;
   	border-radius: 3px;
   	background: #fff;
   	border-radius: 0px;
   	color: #333 !important;
   }
   .shop.checkout .form .form-group input:hover{
   	border-color:var(--renk);
   	color:var(--renk);
   }
   .shop.checkout .nice-select {
   	width: 100%;
   	height: 50px;
   	line-height: 50px;
   	margin-bottom: 25px;
   	background: #f7f7f7;
   	border-radius: 0px;
   }
   .shop.checkout .nice-select:hover{
   	border-color:var(--renk);
   	color:var(--renk);
   }
   .shop.checkout .nice-select .list {
   	width: 100%;
   	height: auto;
   	overflow: scroll;
   }
   .shop.checkout .nice-select .list li{}
   .shop.checkout .nice-select .list li.option{
   	color:#333;
   }
   .shop.checkout .nice-select .list li.option:hover{
   	background:var(--renk);
   	color:#333;
   }
   .shop.checkout .form .address input {
   	margin-bottom: 15px;
   }
   .shop.checkout .form .address input:last-child{
   	margin:0;
   }
   .shop.checkout .form .create-account {
   	margin: 0;
   }
   .shop.checkout .form .create-account input {
   	width: auto;
   	display: inline-block;
   	height: auto;
   	border-radius: 100%;
   	margin-right: 3px;
   }
   .shop.checkout .form .create-account label {
   	display: inline-block;
   	margin: 0;
   }
   .shop.checkout .order-details {
   	margin-top: 30px;
   	background: #f8f8f8;
   	padding-bottom: 30px;
   }
   .shop.checkout .single-widget {
   	margin-bottom: 30px;
   }
   .shop.checkout .single-widget:last-child{
   	margin:0;
   }
   .shop.checkout .single-widget h2 {
   	font-size: 18px;
   	font-weight: 700;
   	padding: 10px 38px;
   	background: #333;
   	line-height: 24px;
   	border-bottom: 1px solid #ebebeb;
   	text-transform: uppercase;
   	color: #fff;
   }
   .shop.checkout .single-widget .content ul{
   	margin-top:30px;
   }
   .shop.checkout .single-widget .content ul li {
   	display: block;
   	color: #333;
   	font-size: 16px;
   	font-weight: 600;
   	padding: 0px 38px;
   	margin-bottom: 22px;
   }
   .shop.checkout .single-widget .content ul li span{
   	display:inline-block;
   	float:right;
   }
   .shop.checkout .single-widget .content ul li.last {
   	padding-top: 22px;
   	border-top: 1px solid #ebebeb;
   	color: var(--renk);
   	font-size: 20px;
   }
   .shop.checkout .single-widget .checkbox {
   	text-align: left;
   	margin: 0;
   	padding: 0px 38px;
   	margin-top:30px;
   }
   .shop.checkout .single-widget .checkbox label {
   	color: #555555;
   	position: relative;
   	font-size: 16px;
   	padding-left: 30px;
   	margin-top: -5px;
   	font-weight: 400;
   	display: block;
   	margin-bottom: 25px;
   }
   .shop.checkout .single-widget .checkbox label:last-child{
   	margin-bottom:0;
   }
   .shop.checkout .single-widget .checkbox label:hover{
   	cursor:pointer;
   }
   .shop.checkout .single-widget .checkbox label input{
   	display:none;
   }
   .shop.checkout .single-widget .checkbox label::before {
   	position: absolute;
   	content: "";
   	left: 0;
   	top: 2px;
   	width: 20px;
   	height: 20px;
   	line-height: 22px;
   	border: 1px solid #555555;
   	border-radius: 100%;
   }
   .shop.checkout .single-widget .checkbox label::after {
   	position: absolute;
   	content: "\f00c";
   	font-family: "Fontawesome";
   	left: 0;
   	top: 0;
   	width: 22px;
   	height: 22px;
   	line-height: 22px;
   	left: 2px;
   	top: 2px;
   	border-radius: 30px;
   	opacity: 0;
   	visibility: hidden;
   	transform: scale(0);
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	display: block;
   	font-size: 18px;
   }
   .shop.checkout .single-widget .checkbox label.checked::after{
   	opacity:1;
   	visibility:visible;
   	transform:scale(1);
   }
   .shop.checkout .single-widget.payement {
   	padding: 0px 38px;
   	text-align: center;
   	margin-top: 30px;
   }
   .shop.checkout .single-widget.get-button {
   	text-align: center;
   }
   .shop.checkout .single-widget.get-button .btn5{
   	height:46px;
   	line-height:46px;
   	text-align:center;
   	border-radius:5px;
   	text-transform:uppercase;
   }
   .shop.single {
   	padding: 20px 0 50px;
   }
   .shop.single .product-gallery {
   	margin-top: 30px;
   }
   .shop.single .flexslider-thumbnails {
   	position: relative;
   }
   .shop.single .product-gallery .slides li{
   	position:relative;
   }
   .shop.single .product-gallery .slides li img{
   	width:100%;
   }
   .shop.single .product-gallery .zoom {
   	position: absolute;
   	top: 0;
   	right: 0;
   	z-index: 33;
   	width: 45px;
   	height: 45px;
   	line-height: 40px;
   	padding: 0;
   	border-radius: 0;
   	opacity: 0;
   	visibility: hidden;
   	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	background: #FEC43C;
   }
   .shop.single .product-gallery .zoom:hover{
   	background:#333;
   	color:#fff;
   }
   .shop.single .product-gallery li:hover .zoom{
   	opacity:1;
   	visibility:visible;
   }

   .shop.single .flex-control-nav{
   	margin-top:15px;
   }
   .shop.single .flex-control-thumbs li {
   	width: 20%;
   	position: relative;
   	margin: 0 8px 10px -3px;
   }
   .shop.single .flex-control-thumbs li img {
   	border: none;
   	padding: 0;
   	border:1px solid transparent;
   }
   .shop.single .flex-control-thumbs li img.flex-active{
   	border-color:var(--renk);
   }
   .shop.single .flex-direction-nav{
   	display:none;
   }
   .shop.single .product-des{
   	margin-top:30px;
   }
   .shop.single .product-des .short h4 {
   	font-size: 22px;
   	font-weight: 800;
   	line-height: inherit;
   }
   .shop.single .product-des .short p {
   	font-size: 16px;
   	color: #555555;
   	margin-top: 15px;
   	line-height: 26px;
   }
   .shop.single .product-des .short-list {
   	margin-top: 20px;
   }
   .shop.single .product-des .short-list li {
   	position: relative;
   	padding-left: 20px;
   	font-weight: 600;
   }
   .shop.single .product-des .short-list li::before {
   	content: "";
   	position: absolute;
   	left: 0;
   	top: 8px;
   	width: 8px;
   	height: 8px;
   	background: #FEC43C;
   	border-radius: 100%;
   }
   .shop.single .product-des .ratings{
   	margin-top:20px;
   }
   .shop.single .product-des .ratings .total-review {
   	font-size: 17px;
   	font-weight: 500;
   	display: inline-block;
   }
   .shop.single .product-des .ratings .total-review:hover{
   	color:var(--renk);
   }
   .shop.single .product-des .ratings .rating {
   	margin-top: 10px;
   }
   .shop.single .product-des .ratings .rating li{
   	display:inline-block;
   }
   .shop.single .product-des .ratings .rating li i{
   	color:var(--renk);
   }
   .shop.single .product-des .ratings .rating li.dark i{
   	color:#555;
   }
   .shop.single .product-des .ratings .brand {
   	margin-top: 15px;
   }
   .shop.single .product-des .ratings .brand p{
   	font-size:22px;
   	color:#333;
   }
   .shop.single .product-des .ratings .brand p a {
   	background: #333;
   	color: #fff;
   	padding: 0 20px;
   	font-size: 20px;
   	padding: 5px 18px;
   	border-radius: 30px;
   	font-size: 18px;
   }
   .shop.single .product-des .ratings .brand p a:hover{
   	background:#FEC43C;
   	color:#333;
   }
   .shop.single .product-gallery .off {
   	font-size: 14px;
   	color: var(--renk);
   	font-weight: 700;
   	position: absolute;
   	left: 0;
   	z-index: 333;
   	background: #FEC43C;
   	padding: 10px;
   	color: #fff;
   	top: 0;
   }
   .shop.single .product-des .price {
   	font-size: 20px;
   	color: #333;
   	font-weight: 600;
   	margin-top: 15px;
   }
   .shop.single .product-des .price span {
   	display: inline-block;
   	margin-left: 5px;
   	color: #FEC43C;
   }
   .shop.single .product-des .product-buy {
   	margin-top: 30px;
   }
   .shop.single .product-des .product-buy{}
   .shop.single .quantity {
   	display: inline-block;
   	margin-right: 10px;
   }
   .shop.single .quantity h6 {
   	display: block;
   	margin-bottom: 15px;
   	font-size: 20px;
   	font-weight: 700;
   }
   .shop.single .quantity .input-group {
   	width: auto;
   	display: inline-block;
   }
   .shop.single .quantity .button {
   	display: inline-block;
   	position: absolute;
   	top: 0;
   	display:inline-block;
   }
   .shop.single .quantity .button.minus{
   	left:0;
   	border-radius:5px 0 0 5px;
   	overflow:hidden;
   }
   .shop.single .quantity .button.plus {
   	right: 0;
   	border-radius:0 5px 5px 0;
   	overflow:hidden;
   }
   .shop.single .quantity .button .btn {
   	padding: 0;
   	width: 54px;
   	height: 47px;
   	line-height: 47px;
   	border-radius: 0px;
   	background: transparent;
   	color: #282828;
   	border: 1px solid #eceded;
   }
   .shop.single .quantity .button .btn:hover{
   	background:var(--renk);
   	color:#fff;
   }
   .shop.single .quantity .input-number {
   	border: 1px solid #eceded;
   	width: 100%;
   	text-align: center;
   	height: 47px;
   	border-radius:5px;
   	overflow:hidden;
   }
   .shop.single .add-to-cart {
   	display:inline-block;
   }
   .shop.single .add-to-cart .btn5 {
   	width: auto;
   	padding: 0 15px;
   	text-align: center;
   	text-transform: uppercase;
   	margin-right: 5px;
   	border-radius: 5px;
   	background: #333;
   	color: #fff;
   	display: inline-block;
   	height: auto;
   	font-weight: 600;
   	font-size: 14px;
   	line-height: 40px;
   	border-radius: 0px;
   }
   .shop.single .add-to-cart .btn5:hover{
   	color:#fff;
   	background:var(--renk);
   }
   .shop.single .add-to-cart .btn5 i {
   	font-size: 22px;
   	position: relative;
   	top: 3px;
   }
   .shop.single .add-to-cart .btn5.text i{
   	margin-right:10px;
   	font-size:16px;
   	position: relative;
   	top: 0;
   }
   .shop.single .availability{
   	color:#333;
   	font-size:16px;

   	margin-top:20px;
   }
   /* Shop Color & Size */
   .shop.single .product-color-size {
   	overflow: hidden;
   	margin-top: 25px;
   }
   .shop.single .product-color-size h4 {
   	font-size: 14px;
   	margin-bottom: 10px;
   }
   .shop.single .shop-color {
   	float: none;
   	margin-right: 0;
   	padding-right: 0;
   	border-right: 1px solid #e6e6e6;
   	margin-bottom: 15px;
   }
   .shop.single .shop-color ul li {
   	display: inline-block;
   	margin-right: 2px;
   	border: 1px solid #ccc;
   	border-radius: 100%;
   	padding: 2px;
   }
   .shop.single .shop-color ul li a {
   	background: #222534;
   	width: 28px;
   	height: 28px;
   	display: block;
   	line-height: 17px;
   	border-radius: 0px;
   	border-radius: 100%;
   }
   .shop .shop-color ul li.color1 a {
   	background: #5be3f7;
   }
   .shop .shop-color ul li.color2 a {
   	background: #0A5FAC;
   }
   .shop .shop-color ul li.color3 a {
   	background: #F04343;
   }
   .shop .shop-color ul li.color4 a {
   	background: #000000;
   }
   .shop .shop-color ul li.color5 a {
   	background: #FBB73C;
   }
   .shop .shop-color ul li.color6 a {
   	background: #FF8400;
   }
   .shop .shop-size ul li {
   	display: inline-block;
   	margin-right: 5px;
   }
   .shop .shop-size ul li a {
   	width: 34px;
   	height: 34px;
   	line-height: 34px;
   	border: 1px solid #e6e6e6;
   	display: block;
   	text-align: center;
   	font-size: 13px;
   	border-radius: 100%;
   }
   /* Product Tab */
   .shop.single .product-info {
   	margin-top: 50px;
   }
   .shop.single .nav-tabs {
   	border-bottom: 1px solid #dddddd;
   }
   .shop.single .nav-tabs li a {
   	border: 0px solid;
   	border-radius: 0px;
   	background: #fff;
   	color: #333;
   	padding: 14px 40px;
   	-webkit-box-shadow: 0px 0px 10px #0000000d;
   	-moz-box-shadow: 0px 0px 10px #0000000d;
   	box-shadow: 0px 0px 10px #0000000d;
   	font-weight: 700;
   	font-size: 14px;
   }
   .shop.single .nav-tabs li:last-child a{
   	border-color:transparent;
   } 
   .shop.single .nav-tabs li a i{
   	margin-right:10px;
   }
   .shop.single .nav-tabs li a.active,
   .shop.single .nav-tabs li:hover a{
   	background:var(--renk);
   	color:#fff;
   	border-color:transparent;
   }
   .shop.single .tab-single {

   }
   .shop.single .single-des {
   	margin-top: 25px;
   }
   .shop.single .single-des h4 {
   	margin-bottom: 15px;
   	font-weight: 700;
   	font-size: 22px;
   }
   .shop.single .single-des ul{}
   .shop.single .single-des ul li {
   	color: #555;
   	display: block;
   	margin-bottom: 10px;
   	position:relative;
   	padding-left:25px;
   }
   .shop.single .single-des ul li::before {
   	position: absolute;
   	content: "";
   	left: 0;
   	top: 8px;
   	height: 10px;
   	width: 10px;
   	background: var(--renk);
   }
   .shop.single .single-des p{}

   .shop.single .item-info {
   	width: 100%;
   }
   .shop.single .item-info tbody{}
   .shop.single .item-info tbody tr{}
   .shop.single .item-info tbody td {
   	border: 1px solid #e6e6e6;
   	padding: 10px;
   }
   .shop.single .item-info tbody strong{}
   .shop.single .ratting-main{}
   .shop.single .avg-ratting {
   	margin-bottom: 20px;
   }
   .shop.single .avg-ratting h4 {
   	font-size: 18px;
   	margin: 0;
   }
   .shop.single .avg-ratting h4 span{
   	font-size:14px;
   }
   .shop.single .single-rating {
   	margin-bottom: 15px;
   	padding-bottom: 15px;
   	border-bottom: 1px solid #e6e6e6;
   }
   .shop.single .single-rating:last-child{
   	margin:0;
   	border:none;
   	padding:0;
   }
   .shop.single .rating-author {
   	float: left;
   	margin-right: 10px;
   }
   .shop.single .rating-author img {
   	width: 60px;
   	border-radius: 100%;
   	height: 60px;
   }
   .shop.single .rating-des {
   	padding-left: 72px;
   }
   .shop.single .rating-des .ratings {
   	margin: 0;
   }
   .shop.single .rating-des h6 {
   	font-size: 14px;
   	font-weight: 600;
   	line-height: 18px;
   }
   .shop.single .comment-review h4 {
   	font-size: 20px;
   	margin-bottom: 5px;
   }
   .shop.single .ratting-main .single-rating ul{}
   .shop.single .ratting-main .single-rating ul li{
   	display:inline-block;
   }
   .shop.single .ratting-main .single-rating ul li i{
   	color:var(--renk);
   	font-size:14px;
   }
   .shop.single .review-inner label {
   	display: inline-block;
   	margin: 0 5px 0 0;
   }
   .shop.single .review-inner .ratings {
   	overflow: visible;
   	display: inline-block;
   	margin: 0;
   }
   .shop.single .review-inner .ratings ul{
   	display:inline-block;
   }
   .shop.single .ratting-main .single-rating ul {
   	display: inline-block;
   	margin-right: 5px;
   }
   .shop.single .ratings .rate-count {
   	display: inline-block;
   	color: #666;
   	font-size: 13px;
   }
   .shop.single .comment-review .review-inner{
   	margin-bottom:15px;
   	display:block;
   }
   .shop.single .comment-review .rating li {
   	display:inline-block;
   }
   .shop.single .comment-review .rating li i{
   	color:var(--renk);
   	font-size: 14px;
   }
   .shop.single .rating-des p{
   	margin-top:5px;
   }
   .shop.single .avg-ratting h4 {
   	font-size: 20px;
   	color: #333;
   }
   .shop.single .avg-ratting{}
   .shop.single .form .form-group input {
   	width: 100%;
   	height: 45px;
   	padding: 10px 20px;
   	background: #fff;
   	border: 1px solid #ddd;
   	resize: none;
   	border-radius: 0;
   	color: #333;
   	font-size: 14px;
   }
   .shop.single .form .form-group button{
   	border:none;
   }
   .shop.single .form .form-group textarea {
   	width: 100%;
   	height:200px;
   	padding: 20px;
   	background:#fff;
   	border:1px solid #ddd;
   	resize:none;
   	border-radius:0;
   	font-size: 14px;
   	color:#333;
   }
   .shop.single .review-panel{
   	margin-top:35px;
   }
   .shop-newsletter {
   	padding-top: 0;
   	background: #333;
   	padding: 60px 0;
   }
   .shop-newsletter .inner{
   	text-align:center;
   }
   .shop-newsletter .inner h4 {
   	color: #fff;
   	font-size: 16px;
   	font-weight: 600;
   	margin-bottom: 15px;
   }
   .shop-newsletter .newsletter-inner{
   	position:relative;
   	width:670px;
   	height:60px;
   	display: inline-block;
   }
   .shop-newsletter .newsletter-inner input {
   	width: 100%;
   	height: 100%;
   	border: 1px solid #eaeaea;
   	border-radius: 0px;
   	padding: 0px 180px 0px 20px;
   	font-weight: 400;
   }
   .shop-newsletter .newsletter-inner .btnn {
   	width: 170px;
   	height: 60px;
   	background: var(--renk);
   	color: #333;
   	border: none;
   	border-radius: 0px;
   	position: absolute;
   	right: 0;
   	top: 0;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	text-transform: uppercase;
   	font-weight: 600;
   	line-height: 60px;
   	border-left:1px solid transparent;
   }
   .shop-newsletter .newsletter-inner .btnn:hover{
   	background:#fff;
   	color:var(--renk);
   	border-left-color:#ebebeb;
   }
/*======================================
	End Shop CSS
	========================================*/

/*======================================
   22.	Login CSS
   ========================================*/
   .shop.login {
   	padding: 100px 0;
   }
   .shop.login .login-form h2 {
   	font-size: 22px;
   	color: #333;
   	font-weight: 700;
   	line-height: 27px;
   	text-transform: capitalize;
   	margin-bottom: 10px;
   }
   .shop.login .login-form p {
   	font-size: 16px;
   	color: #333;
   	font-weight: 400;
   }
   .shop.login .form {
   	margin-top: 30px;
   }
   .shop.login .form .form-group {
   	margin-bottom: 22px;
   }
   .shop.login .form .form-group input {
   	border: 1px solid #cccccc;
   	width: 100%;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 20px;
   	border-radius: 3px;
   	background: #fff;
   	border-radius: 0px;
   }
   .shop.login .form .form-group input:hover{
   	border-color:var(--renk);
   	color:var(--renk);
   }
   .shop.login .form .form-group.login-btn {
   	margin: 0;
   }
   .shop.login .form .button {
   	background: var(--renk);
   	color: #fff;
   	padding: 15px 46px;
   	border-radius: 3px;
   	border: none;
   }
   .shop.login .form .button:hover{
   	background:#333;
   	color:#fff;
   }
   .shop.login .login-content h2 {
   	font-size: 22px;
   	color: #333;
   	font-weight: 700;
   	line-height: 27px;
   	margin-bottom: 10px;
   }
   .shop.login .login-content p{
   	font-size:16px;
   	color:#333;
   	font-weight:400;
   	margin-top:12px;
   }
   .shop.login .login-content .text {
   	font-size: 15px;
   	margin: 0;
   }
   .shop.login .login-content .button {
   	margin-top: 20px;
   }
/*======================================
	End Login CSS
	========================================*/

/*======================================
	23. Register CSS
	========================================*/
	.shop.register {
		padding: 100px 0;
	}
	.shop.register .register-form.last {
		margin-top: 30px;
	}
	.shop.register .register-form h2 {
		font-size: 22px;
		color: #333;
		font-weight: 600;
		line-height: 27px;
		font-weight: 700;
	}
	.shop.register .register-form p {
		font-size: 16px;
		color: #333;
		font-weight: 400;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.shop.register .form{}
	.shop.register .form .form-group {
		margin-bottom: 30px;
	}
	.shop.register .form .form-group input {
		border: 1px solid #cccccc;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		border-radius: 3px;
		background: #fff;
		border-radius: 0px;
	}
	.shop.register .form .form-group input:hover{
		border-color:var(--renk);
		color:var(--renk);
	}
	.shop.register .form .form-group.register-btn{
		margin:0;
	}
	.shop.register .nice-select {
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin-bottom: 25px;
		background: #f7f7f7;
	}
	.shop.register .form .create-account {
		margin: 0;
		margin-top: 12px;
	}
	.shop.register .form .create-account input {
		width: auto;
		display: inline-block;
		height: auto;
		border-radius: 100%;
		margin-right: 3px;
	}
	.shop.register .form .create-account label {
		display: inline-block;
		margin: 0;
	}
	.shop.register .button {
		background: var(--renk);
		color: #fff;
		padding: 15px 46px;
		border-radius: 3px;
		border: none;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	.shop.register .button:hover{
		background:#333;
		color:#fff;
	}
/*======================================
	End Register CSS
	========================================*/

/*======================================
   24. 404 CSS
   ========================================*/
   .error {
   	background: #f6f5fb;
   }
   .error .error-inner{
   	text-align:center;
   }
   .error .error-image{
   	margin-bottom:30px;
   }
   .error .error-inner img{
   	height:100%;
   	width:100%;
   	max-width:50%;
   	display:inline-block;
   }
   .error .error-inner h2 {
   	font-size: 35px;
   	color: #333;
   	font-weight: 900;
   	margin-bottom: 20px;
   }
   .error .error-inner p {
   	font-size: 18px;
   	font-weight: 500;
   }
   .error .error-inner .button {
   	margin-top: 20px;
   }
   .error .error-inner .button .btn i{
   	display:inline-block;
   	margin-right:10px;
   }
/*======================================
	End 404 CSS
	========================================*/

/*======================================
   25. Contact Info CSS
   ========================================*/
   .contact-info {
   	background: #f5f5f5;
   	padding: 50px 0;
   }
   .contact-info .single-info {
   	padding: 30px 40px;
   	background: #fff;
   	text-align: center;
   	-webkit-box-shadow: 0px 0px 22px #0000000f;
   	-moz-box-shadow: 0px 0px 22px #0000000f;
   	box-shadow: 0px 0px 22px #0000000f;
   	border-radius: 8px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .contact-info .single-info.active,
   .contact-info .single-info:hover{
   	background:var(--renk);
   	box-shadow:none;
   }
   .contact-info .single-info i {
   	font-size: 35px;
   	color: #909090;
   	margin-bottom: 20px;
   	-webkit-transition: all 0.4s ease;
   	-moz-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   }
   .contact-info .single-info.active i,
   .contact-info .single-info:hover i{
   	color:#fff;
   }
   .contact-info .single-info ul{}
   .contact-info .single-info ul li{
   	color:#909090;
   	display:block;
   	-webkit-transition:all 0.4s ease;
   	-moz-transition:all 0.4s ease;
   	transition:all 0.4s ease;
   }
   .contact-info .single-info.active ul li,
   .contact-info .single-info:hover ul li{
   	color:#fff;
   }
   /* Google Map */
   #myMap {
   	height: 500px;
   	width: 100%;
   	border-radius: 0px;
   }
/*======================================
	End Contact Info CSS
	========================================*/

/*======================================
	26. Theme Others CSS
	========================================*/
	/* Features */
	.features {
		background: #f5f5f5;
	}
	.features .single-feature {
		text-align: center;
		border: 1px dashed #fbbb9e;
		background: #fff;
		padding: 50px 40px;
		margin-top: 30px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 8px;
	}
	.features .single-feature:hover,
	.features .single-feature.active{
		border-color:var(--renk);
	}
	.features .single-feature h4 {
		margin: 15px 0 15px;
		line-height: inherit;
	}
	.features .single-feature h4 a {
		font-size: 20px;
		color: #333;
		display: inline-block;
	}
	.features .single-feature .button2 {
		display: block;
		margin-top: 25px;
	}
	.features .single-feature .button2 .btn2{
		color:var(--renk);
		border:1px solid var(--renk);
		background:transparent;
	}
	.features .single-feature .button2 .btn2:hover{
		border-color:transparent;
		background:var(--renk);
		color:#fff;
		-webkit-box-shadow: 0px 14px 32px #ff5e1436;
		-moz-box-shadow: 0px 14px 32px #ff5e1436;
		box-shadow: 0px 14px 32px #ff5e1436;
	}
	.features .single-feature.active .button2 .btn2{
		border-color:transparent;
		background:var(--renk);
		color:#fff;
		-webkit-box-shadow: 0px 14px 32px #ff5e1436;
		-moz-box-shadow: 0px 14px 32px #ff5e1436;
		box-shadow: 0px 14px 32px #ff5e1436;
	}

	/* Pagination CSS */
	.pagination {
		text-align: left;
		margin: 40px 0 0 0;
		display: block;
	}
	.pagination.full-width {
		text-align: center;
	}
	.pagination .pagination-list li {
		margin-top: 50px;
		margin-right:5px;
		display: inline-block;
	}
	.pagination .pagination-list li:last-child{
		margin-right:0px;
	}
	.pagination .pagination-list li a {
		font-size: 20px;
	}
	.pagination .pagination-list li .serial {
		background: transparent;
		color: var(--renk);
		height: 42px;
		width: 42px;
		line-height: 42px;
		display: block;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		border-radius: 0px;
		border: 1px solid var(--renk);
	}
	.pagination .pagination-list li.active .serial,
	.pagination .pagination-list li:hover .serial{
		background: var(--renk);
		color: #fff;
	}
	.pagination .pagination-list li .next{
		color:#333;
	}
	.pagination .pagination-list li .next:hover{
		color:var(--renk);
	}
	.pagination .pagination-list li a i{}

	/* Why Choose */
	.why-choose.section{
		padding-bottom:210px;
	}
	.why-image{
		position:relative;
	}
	.why-image img {
		height: 100%;
		width: 100%;
		border-radius: 8px;
		-webkit-box-shadow: 0px 5px 35px #0000001f;
		-moz-box-shadow: 0px 5px 35px #0000001f;
		box-shadow: 0px 5px 35px #0000001f;
	}
	.why-image .experience {
		position: absolute;
		right: -90px;
		bottom: -90px;
		padding: 63px 30px;
		background: var(--renk);
		display: inline-block;
		height: 270px;
		width: 288px;
		border-radius: 8px;
		z-index:2;
	}
	.why-image .experience h2{
		color:#fff;
		font-weight:900;
		font-size:80px;
	}
	.why-image .experience .bg-pattern{
		height:95px;
		width:95px;
		position:absolute;
		right:30px;
		top:30px;
		z-index:-1;
	}
	.why-image .experience h2 span {
		color: #fff;
		font-weight: 800;
		font-size: 32px;
		display: block;
		text-transform: capitalize;
		line-height: 38px;
		margin-top: 30px;
	}
	.why-content {
		margin-top: 40px;
		padding-right:40px;
	}
	.why-content h2 {
		color: #333333;
		font-size: 36px;
		line-height: 52px;
		font-weight: 900;
		margin-bottom: 15px;
	}
	.why-content p {
		font-size: 18px;
		color: #555555;
		margin-bottom: 20px;
	}
	.why-content p:last-child{
		margin-bottom:0px;
	}
	.why-content .list{
		margin-top:45px;
	}
	.why-content .list li{
		position:relative;
		padding-left:80px;
		line-height:24px;
		margin-bottom:30px;
	}
	.why-content .list li:last-child{
		margin-bottom:0px;
	}
	.why-content .list li i{
		position:absolute;
		left:0;
		top:50%;
		margin-top:-25px;
		height:50px;
		width:50px;
		line-height:50px;
		text-align:center;
		background:var(--renk);
		opacity:0.4;
		color:#fff;
		font-size:20px;
		display:block;
		border-radius:100%;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.why-content .list li:hover{
		cursor:pointer;
	}
	.why-content .list li:hover i{
		background:var(--renk);
		color:#fff;
		opacity:1;
	}
	.why-content .button{
		margin-top:60px;
	}
	/* Mission */
	.mission{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.mission.overlay::before {
		background: var(--renk);
		opacity: 0.7;
	}
	.mission .single-mission{
		padding:45px;
		background:#fff;
		text-align:center;
		border-radius:8px;
	}
	.mission .single-mission h2 {
		font-size: 28px;
		font-weight: 900;
		color: #333;
		margin-bottom: 15px;
	}
	.mission .single-mission p{
		line-height:30px;
	}
	.mission .button{
		margin-top:30px;
	}
	/* CounterUP */
	.counterup{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;*/
	}
	.counterup .title-bg {
		opacity: 0.2;
		color: #fff;
	}
	.counterup .section-title h1{
		color:#fff;
	}
	.counterup .section-title h1 span{
		color:#fff;
	}
	.counterup .single-counter {
		padding: 50px 40px;
		background: #fff;
		border-radius: 8px;
		margin-top: 30px;
		position: relative;
	}
	.counterup .single-counter .icon{
		margin-bottom:15px;
	}
	.counterup .single-counter .icon i {
		font-size: 35px;
		color:#555;
	}
	.counterup .single-counter:hover i{
		color:var(--renk);
	}
	.counterup .single-counter:hover{
		cursor:pointer;
	}
	.counterup .single-counter .number{
		font-size:30px;
		font-weight:900;
		display:inline-block;
		color:#333;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.counterup .single-counter:hover .number{
		color:var(--renk);
	}
	.counterup .counter-head span {
		display: inline-block;
		font-size: 22px;
		color: #333;
		margin-left: 2px;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.counterup .single-counter:hover .counter-head span{
		color:var(--renk);
	}
	.counterup .single-counter p {
		color: #555;
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 600;
		margin-top: 2px;
	}
	/* Single Service */
	.single-service .single-sidebar .list-menu {
		-webkit-box-shadow: 0px 0px 15px #0000001c;
		-moz-box-shadow: 0px 0px 15px #0000001c;
		box-shadow: 0px 0px 15px #0000001c;
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 40px;
		padding: 15px 0;
	}
	.single-service .single-sidebar .list-menu li a {
		padding: 12px 40px;
		background: #fff;
		color: #333;
		display: block;
		font-size: 16px;
	}
	.single-service .single-sidebar .list-menu li a:hover{
		background:var(--renk);
		color:#fff;
	}
	.single-service .single-sidebar .list-menu li a i {
		display: inline-block;
		margin-right: 15px;
	}
	.single-service .single-sidebar .hot-line {
		background: var(--renk);
		border-radius: 8px;
		padding: 25px 40px;
	}
	.single-service .single-sidebar .hot-line .hot-title{
		font-size:22px;
		color:#fff;
		font-weight:700;
	}
	.single-service .single-sidebar .hot-line .sinlge-line {
		margin-top: 25px;
		position: relative;
	}
	.single-service .single-sidebar .hot-line .sinlge-line i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		left: 0;
		top: 4px;
		border: 1px solid #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		text-align: center;
		border-radius: 100%;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	.single-service .single-sidebar .hot-line .sinlge-line:hover i{
		background:#fff;
		border-color:transparent;
		color:#333;
	}
	.single-service .single-sidebar .sinlge-line .content {
		padding-left: 50px;
	}
	.single-service .single-sidebar .sinlge-line .content h5 {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.single-service .single-sidebar .sinlge-line .content p{
		color:#fff;
		display:block;
	}
	/* Circle Skill CSS */
	.cirlce-skill{
		background-color:#fff;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.cirlce-skill .single-skill{
		text-align:center;
	}
	.cirlce-skill .single-skill .circle{
		position:relative;
	}
	.cercle-skill .single-skill canvas{
		height:160px;
		width:160px;
	}
	.cirlce-skill .single-skill strong {
		position: absolute;
		left:50%;
		top: 50%;
		height: 70px;
		width: 70px;
		line-height: 70px;
		display: block;
		text-align: center;
		margin-top:-35px;
		margin-left:-35px;
		font-size:19px;
		font-weight:700;
	}
	.cirlce-skill .single-skill h4 {
		font-size: 18px;
		font-weight: 600;
		text-transform: capitalize;
		margin-top: 10px;
	}
/*======================================
	End	Theme Others CSS
	========================================*/

/*======================================
	27. Footer	CSS
	========================================*/
	.footer {
		background-color: #fafafa;
	}
	.footer .footer-top {
		padding: 100px 0 130px;
	}
	.footer .single-footer {
		margin-top: 30px;
	}
	.footer .single-footer h3 {
		color: #333;
		font-size: 20px;
		font-weight: 800;
		position: relative;
		text-transform: capitalize;
		margin-bottom: 25px;
	}
	.footer .f-about {
		padding-right: 30px;
	}
	.footer .f-about .logo {
		margin-bottom: 25px;
	}
	.footer .f-about .text {
		margin-bottom: 35px;
	}
	/* Social */
	.footer .f-about .social{
		margin-top:22px;
	}
	.footer .f-about .social li {
		display: inline-block;
		margin-right: 6px;
	}
	.footer .f-about .social li:last-child{
		margin-right:0px;
	}
	.footer .social li a {
		color: #888;
		text-align: center;
		display: block;
		font-size: 14px;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #bbbbcf;
		border-radius: 3px;
	}
	.footer .f-about .social li a:hover{
		color:#fff;
		background:var(--renk);
		border-color:transparent;
	}
	.footer.index2 .f-about .social li a:hover{
		background:var(--renk);
	}
	/* Footer News */
	.footer .single-footer .single-news {
		position: relative;
		background: transparent;
		margin-bottom: 20px;
	}
	.footer .single-footer .single-news:last-child{
		margin:0;
	}
	.footer .single-footer .single-news img {
		height: 60px;
		width: 70px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 3px;
		margin-top: 4px;
	}
	.footer .single-footer .content{
		padding-left:90px;
	}
	.footer .single-footer .content .title {
		font-size: 16px;
		font-weight: 600;
		color: #555;
	}
	.footer .single-footer .content .title:hover{
		color:var(--renk);
	}
	.footer .meta{
		margin-top:5px;
	}
	.footer .meta span {
		display: inline-block;
		margin-right: 10px;
		font-size: 13px;
	}
	.footer .meta span:last-child{
		margin:0;
	}
	.footer .meta span i{
		color:var(--renk);
		margin-right:5px;
	}

	/* Footer Link */
	.footer .f-link ul li {
		margin-bottom: 20px;
		position: relative;
		padding-left: 25px;
	}
	.footer .f-link ul li:before{
		position:absolute;
		content:"";
		left:0;
		top:50%;
		height:12px;
		width:12px;
		margin-top:-5px;
		background:#d4d4d4;
		border-radius:3px;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	.footer .f-link ul li:hover:before{
		background:var(--renk);
	}
	.footer.index2 .f-link ul li:hover:before{
		background:var(--renk);
	}
	.footer .f-link ul li:last-child{
		margin-bottom:0px;
	}
	.footer .f-link ul li a {
		display: inline-block;
		color: #555;
		font-size: 16px;
	}
	.footer .f-link ul li:hover a{
		color:var(--renk);
	}
	.footer.index2 .f-link ul li:hover a{
		color:var(--renk);
	}
	/* Footer Newsletter */
	.footer .footer-newsletter .address {
		color: #777;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.footer .newsletter-content ul li {
		display: block;
		margin-bottom: 10px;
	}
	.footer .newsletter-content ul li i {
		width: 25px;
		color: var(--renk);
	}
	.footer .newsletter-content ul li:last-child{
		margin-bottom:0px;
	}
	.footer .newsletter-content ul li span{
		color:var(--renk);
		display:inline-block;
	}
	.footer .news-letter-form{
		margin-top:20px;
	}
	.footer .newsletter-content .sub-title {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight:600;
	}
	.footer .newsletter-inner{
		position:relative;
	}
	.footer .newsletter-inner input {
		height: 48px;
		width: 100%;
		display: block;
		color: #333;
		background: #fff;
		border: 1px solid #D4D4D4;
		border-radius: 5px;
		padding: 0 38px 0 14px;
	}
	.footer .newsletter-inner i {
		position: absolute;
		right: 14px;
		top: 15px;
		color: #909090;
	}
	.footer .newsletter-inner .btnn{
		height:40px;
		width:100%;
		display:block;
		color:#fff;
		background:var(--renk);
		border:none;
		border-radius:5px;
		padding:0 14px;
		text-align:center;
		margin-top:10px;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		transition:all 0.4s ease;
		font-weight:600;
		font-size:16px;
	}
	.footer .newsletter-inner .btnn:hover{
		background:#333;
		color:#fff;
	}
	/* Copyright */
	.footer .copyright {
		background: var(--renk);
		text-align: center;
		overflow: hidden;
		padding: 25px 0;
	}
	.footer .copyright-content p {
		color: #fff;
		font-size: 16px;
	}
	.footer .copyright-content p span{
		font-size:17px;
		font-weight:800;
		text-transform:uppercase;
	}

	/* Index 3*/
	.footer.style2 {
		text-align: center;
		background: #f5f5f5;
		padding: 0;
	}
	.footer.style2 .footer-top {
		padding:100px 0;
	}
	.footer.style2 .f-about {
		text-align: center;
		padding: 0px 190px;
		margin: 0;
	}
	.footer.style2 .f-about .social li a {
		color: var(--renk);
		border:1px dashed var(--renk);
	}
	.footer.style2 .f-about .social li a:hover{
		background:var(--renk);
		border-color:transparent;
		color:#fff;
	}
	.footer.style2 .copyright {
		background: var(--renk);
	}
	/* Shop Footer */
	.shop-footer .footer-top {
		padding: 50px 0 80px;
	}
	.shop-footer .single-footer {
		margin-top: 30px;
	}
	.shop-footer .single-footer h3 {
		line-height: 18px;
		color: #333;
		font-size: 20px;
		font-weight: 800;
		position: relative;
		text-transform: capitalize;
		margin-bottom: 25px;
	}
	.shop-footer .f-about{
		padding-right:70px;
	}
	.shop-footer .logo{}
	.shop-footer .footer-contact{
		margin-top:30px;
	}
	.shop-footer .footer-contact li {
		display: block;
		color: #555555;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.shop-footer .footer-contact li:last-child{
		margin:0;
	}
	.shop-footer.footer-contact li i{
		display:inline-block;
		margin-right:10px;
	}
	.shop-footer .social{
		margin-top:25px;
	}
	.shop-footer .social li{
		display:inline-block;
		margin-right:7px;
	}
	.shop-footer .social li a {
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		background: transparent;
		border: 1px solid #ccc;
		color: #999999;
		display: block;
		border-radius: 100%;
		font-size: 14px;
	}
	.shop-footer .social li a:hover{
		background:var(--renk);
		color:#333;
		border-color:transparent;
	}
	.shop-footer .social li.active a{
		background:var(--renk);
		color:#333;
		border-color:transparent;
	}
	.shop-footer .newsletter-inner{
		position:relative;
		margin-top:25px;
	}
	.shop-footer .newsletter-inner input {
		width: 100%;
		height: 50px;
		border: 1px solid #eaeaea;
		padding: 0px 125px 0 15px;
		border-radius: 0px;
	}
	.shop-footer .newsletter-inner .btnn {
		width: 110px;
		height: 40px;
		text-align: center;
		font-size: 16px;
		display: block;
		border: none;
		background: var(--renk);
		color: #333;
		border-radius: 0;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.shop-footer .f-link ul{}
	.shop-footer .f-link ul li {
		display: block;
		line-height: 34px;
	}
	.shop-footer .f-link ul li a{
		font-size:16px;
		color:#333;
		font-weight:400;
	}
	.shop-footer .f-link ul li a:hover{
		color:var(--renk);
	}
	.shop-footer .footer-contact li i {
		width: 20px;
		color: var(--renk);
	}
	.shop-footer .copyright{
		background:#e8e3ff;
		padding:14px 0;
	}
	.shop-footer .copyright-content{}
	.shop-footer .copyright-content p {
		color: #333;
		padding-top: 8px;
	}
	.shop-footer .get-payment{
		float:right;
	}
/*======================================
	End Footer	CSS
	========================================*/

	.details {
		margin-top: 50px;
	}

	#mb-25 {
		margin-bottom: 25px;
	}

	.theme-accordion-s1 {
		margin-bottom: 0;
	}

	.theme-accordion-s1 .panel-default {
		background: transparent;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.theme-accordion-s1 .panel-heading {
		background-color: transparent;
		padding: 0;
		border-radius: 0;
	}

	.theme-accordion-s1 .panel + .panel {
		margin-top: 15px;
	}

	.theme-accordion-s1 .panel-heading a {
		background: var(--renk);
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		display: block;
		padding: 18px 25px;
		position: relative;
	}

	@media (max-width: 991px) {
		.faq-container {
			margin-bottom: 70px;
		}
	}

	@media (max-width: 991px) {
		.theme-accordion-s1 .panel-heading a {
			font-size: 15px;
			padding: 15px 25px;
		}
	}

	@media (max-width: 767px) {
		.theme-accordion-s1 .panel-heading a {
			padding: 12px 15px;
		}
	}

	.theme-accordion-s1 .panel-heading a:before {
		font-family: "themify";
		content: "\e64b";
		font-size: 15px;
		position: absolute;
		right: 25px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	@media (max-width: 991px) {
		.theme-accordion-s1 .panel-heading a:before {
			font-size: 18px;
			right: 20px;
		}
	}

	.theme-accordion-s1 .panel-heading a:focus {
		text-decoration: none;
	}

	.theme-accordion-s1 .panel-heading .collapsed {
		background-color: #fff;
		color: #242632;
		-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
		box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	}

	.theme-accordion-s1 .panel-heading .collapsed:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
		background-color: #fff;
		border: 0;
		padding: 40px 25px 15px;
		-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
		box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	}

	@media (max-width: 991px) {
		.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
			padding: 20px 25px 10px;
			font-size: 15px;
		}
	}

	@media (max-width: 767px) {
		.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
			padding: 15px 15px 8px;
		}
	}

	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
		margin-bottom: 1.3em;
	}

	#iletisim .reply{
		margin-top: 0px;
	}

	#maps {
		margin-top: 0px;
		margin-bottom: -150px;
	}

	@media only screen and (min-width: 991px) {
		.hizmet-bolge {
			margin-top: -200px !important;
		}
	}
	.hizmet-bolge ul li{
		margin-bottom: 15px;
	}
	.hizmet-bolge ul li i{
		color: var(--renk)
	}
/* Kurumsal footer */
.site-footer-new{background:#17191d;border-top:4px solid var(--renk);color:#aeb2b8;padding:48px 0 0}
.site-footer-new .footer-column{margin-bottom:30px}
.site-footer-new .footer-brand{color:#fff;font-size:27px;font-weight:800;margin:0 0 18px}
.site-footer-new .footer-logo{background:transparent;border-radius:0;display:block;margin:0 0 20px;max-height:70px;max-width:230px;object-fit:contain;padding:0}
.site-footer-new .footer-title{color:#fff;font-size:17px;font-weight:700;margin:0 0 19px;padding-bottom:10px;position:relative}
.site-footer-new .footer-title:after{background:var(--renk);bottom:0;content:"";height:2px;left:0;position:absolute;width:36px}
.site-footer-new .footer-description{font-size:14px;line-height:1.75;margin:0 0 12px;max-width:360px}
.site-footer-new .footer-description:last-child{margin-bottom:0}
.site-footer-new .footer-menu{column-gap:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.site-footer-new .footer-menu li{margin-bottom:10px}
.site-footer-new .footer-menu a{color:#aeb2b8;display:inline-block;font-size:14px;transition:.25s}
.site-footer-new .footer-menu a:before{color:var(--renk);content:"\f105";font-family:FontAwesome;margin-right:9px}
.site-footer-new .footer-menu a:hover{color:#fff;padding-left:4px}
.site-footer-new .footer-menu.footer-menu-single{display:block}
.site-footer-new .footer-menu .footer-view-all{border-top:1px solid #2b2e34;margin-top:5px;padding-top:10px}
.site-footer-new .footer-menu .footer-view-all a{color:#fff;font-weight:700}
.site-footer-new .footer-menu .footer-view-all a:before{content:"\f178"}
.site-footer-new .footer-contact li{align-items:flex-start;display:flex;font-size:14px;line-height:1.6;margin-bottom:12px}
.site-footer-new .footer-contact i{color:var(--renk);font-size:16px;margin-right:12px;margin-top:5px;width:17px}
.site-footer-new .footer-contact a{color:#aeb2b8}
.site-footer-new .footer-contact a:hover{color:#fff}
.site-footer-new .footer-social{display:flex;gap:8px;margin-top:18px}
.site-footer-new .footer-social a{align-items:center;background:#26292f;border-radius:50%;color:#fff;display:flex;height:35px;justify-content:center;transition:.25s;width:35px}
.site-footer-new .footer-social a:hover{background:var(--renk);transform:translateY(-2px)}
.site-footer-new .footer-catalog-button{border:1px solid #3b3f46;border-radius:5px;color:#fff;display:inline-flex;font-size:13px;font-weight:700;margin-top:20px;padding:10px 14px;transition:.25s}
.site-footer-new .footer-catalog-button i{color:var(--renk);margin-right:8px}
.site-footer-new .footer-catalog-button:hover{background:var(--renk);border-color:var(--renk);color:#222}
.site-footer-new .footer-catalog-button:hover i{color:#222}
.site-footer-new .footer-bottom{border-top:1px solid #2b2e34;margin-top:6px;padding:14px 0}
.site-footer-new .footer-bottom-inner{align-items:center;display:flex;gap:24px;justify-content:space-between}
.site-footer-new .footer-policies{display:flex;flex-wrap:wrap;gap:8px 18px}
.site-footer-new .footer-policies a{color:#858a92;font-size:12px}
.site-footer-new .footer-policies a:hover{color:var(--renk)}
.site-footer-new .footer-copyright{text-align:right}
.site-footer-new .footer-bottom p{color:#858a92;font-size:12px;margin:0}
.site-footer-new .footer-bottom a{color:var(--renk)}
.site-footer-new .footer-powered{margin-left:12px;white-space:nowrap}
.site-footer-new .footer-powered a{font-weight:600;letter-spacing:.15px}
.site-footer-new .footer-legal-link{color:#aeb2b8}
.site-footer-new .footer-legal-link:hover{color:var(--renk)}
.cookie-notice{align-items:center;background:#fff;border:1px solid #ececec;border-radius:10px;bottom:22px;box-shadow:0 18px 50px rgba(0,0,0,.2);display:flex;gap:24px;justify-content:space-between;left:50%;max-width:1040px;padding:20px 22px;position:fixed;transform:translateX(-50%);width:calc(100% - 40px);z-index:99999}
.cookie-notice[hidden]{display:none}
.cookie-notice__text{color:#555;font-size:14px;line-height:1.65;margin:0;max-width:680px}
.cookie-notice__text strong{color:#222;display:block;font-size:16px;margin-bottom:2px}
.cookie-notice__text a{color:var(--renk);font-weight:700;text-decoration:underline}
.cookie-notice__actions{display:flex;flex-shrink:0;gap:9px}
.cookie-notice__button{border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:13px;font-weight:700;padding:11px 17px;transition:.25s}
.cookie-notice__button--reject{background:#fff;color:#444}
.cookie-notice__button--reject:hover{border-color:#222;color:#222}
.cookie-notice__button--accept{background:var(--renk);border-color:var(--renk);color:#222}
.cookie-notice__button--accept:hover{background:#222;border-color:#222;color:#fff}
.cookie-notice-open .quick-actions{opacity:0;pointer-events:none;transform:translateY(120%)}
@media(min-width:992px){.site-footer-new .footer-column{min-height:270px}}
.site-shell .site-footer-new .footer-column{min-height:0}
@media(max-width:767px){.site-footer-new{padding-top:48px}.site-footer-new .footer-column{margin-bottom:32px}.site-footer-new .footer-description{max-width:none}.site-footer-new .footer-menu{grid-template-columns:1fr 1fr}.site-footer-new .footer-bottom-inner{align-items:flex-start;flex-direction:column;gap:12px}.site-footer-new .footer-copyright{text-align:left}.site-footer-new .footer-powered{display:block;margin:5px 0 0}.cookie-notice{align-items:stretch;bottom:74px;display:block;padding:17px;width:calc(100% - 24px)}.cookie-notice__actions{margin-top:13px}.cookie-notice__button{flex:1}}

/* Yasal ve bilgilendirme sayfaları */
.legal-content{padding:70px 0}
.legal-content__body{background:#fff;border:1px solid #ececec;border-radius:8px;box-shadow:0 10px 35px rgba(0,0,0,.05);padding:40px}
.legal-content__body h2{color:#222;font-size:23px;margin:34px 0 12px}
.legal-content__body h2:first-child{margin-top:0}
.legal-content__body h3{color:#333;font-size:18px;margin:24px 0 9px}
.legal-content__body p,.legal-content__body li{color:#5f646b;font-size:15px;line-height:1.85}
.legal-content__body ul{list-style:disc;margin:12px 0;padding-left:22px}
.legal-content__body a{color:var(--renk);font-weight:700}
.legal-content__note{background:#fff8df;border-left:4px solid var(--renk);margin:24px 0;padding:16px 18px}
.contact-consent a{color:#8a6900;font-weight:700;text-decoration:underline}
.site-shell .contact-form .contact-submit-button{background:var(--renk)!important;border:1px solid var(--renk)!important;color:#17191d!important;font-weight:800}
.site-shell .contact-form .contact-submit-button:hover,.site-shell .contact-form .contact-submit-button:focus{background:#17191d!important;border-color:#17191d!important;color:#fff!important}
@media(max-width:767px){.legal-content{padding:45px 0}.legal-content__body{padding:25px 20px}.legal-content__body h2{font-size:20px}}

/* Site genelinde tutarlı, Türkçe karakter destekli sistem yazı tipi */
html,
body,
button,
input,
select,
textarea,
p,
a,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -.015em;
}

/* İletişim kartlarını eşit yükseklikte ve aynı hizada tut */
.contact-info .col-lg-10.offset-lg-1 {
	margin-left: auto;
	margin-right: auto;
}

.contact-info .col-lg-10 > .row > [class*="col-"] {
	display: flex;
}

.contact-info .single-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 196px;
	width: 100%;
}

.contact-info .single-info ul {
	margin: 0;
}

@media (max-width: 767px) {
	.contact-info .col-lg-10 > .row > [class*="col-"] {
		display: block;
	}

	.contact-info .single-info {
		margin-bottom: 20px;
		min-height: 180px;
	}
}

/* Doğrudan erişim: açılır pencere yerine iki sabit iletişim butonu */
.quick-actions {
	bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 18px;
	position: fixed;
	z-index: 9998;
}

.quick-actions a {
	align-items: center;
	border-radius: 6px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .18);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	width: 166px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.quick-actions a:hover {
	box-shadow: 0 7px 20px rgba(0, 0, 0, .24);
	color: #fff;
	transform: translateY(-2px);
}

.quick-actions .quick-call {
	background: #3b5998;
}

.quick-actions .quick-whatsapp {
	background: #23a217;
}

@media (max-width: 480px) {
	body {
		padding-bottom: calc(54px + env(safe-area-inset-bottom));
	}

	.site-footer-new .footer-bottom {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.site-footer-new .footer-copyright {
		display: block;
		line-height: 1.65;
		width: 100%;
	}

	.quick-actions {
		bottom: 0;
		flex-direction: row;
		gap: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.quick-actions a {
		border-radius: 0;
		box-shadow: none;
		flex: 1 1 50%;
		font-size: 13px;
		min-height: calc(54px + env(safe-area-inset-bottom));
		padding: 0 8px env(safe-area-inset-bottom);
		width: 50%;
	}

	.quick-actions a:hover {
		box-shadow: none;
		transform: none;
	}
}

/* Mobil üst bilgi çubuğu */
@media (max-width: 767px) {
	.header .topbar {
		padding: 8px 0;
	}

	.header .topbar .row > .col-lg-6:first-child {
		display: none;
	}

	.header .topbar .row > .col-lg-6:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.header .topbar .top-contact-r {
		display: flex;
		float: none;
		justify-content: center;
		margin: 0;
		width: 100%;
	}

	.header .topbar .single-contact-r {
		margin: 0;
		padding: 0 14px;
	}

	.header .topbar .single-contact-r + .single-contact-r {
		border-left: 1px solid #e4e4e4;
	}

	.header .topbar .single-contact-r p,
	.header .topbar .single-contact-r a {
		color: #333;
		font-size: 12px;
		line-height: 24px;
		white-space: nowrap;
	}

	.header .topbar .single-contact-r a:visited {
		color: #333;
	}

	.header .topbar .single-contact-r a:hover,
	.header .topbar .single-contact-r a:focus,
	.header .topbar .single-contact-r a:active {
		color: var(--renk);
	}

	.quick-actions a,
	.quick-actions a:visited,
	.quick-actions a:hover,
	.quick-actions a:focus,
	.quick-actions a:active {
		color: #fff;
	}

	.header .topbar .single-contact-r i {
		font-size: 15px;
		margin-right: 6px;
		top: 1px;
	}
}

@media (max-width: 390px) {
	.header .topbar .single-contact-r {
		padding: 0 8px;
	}

	.header .topbar .single-contact-r p,
	.header .topbar .single-contact-r a {
		font-size: 11px;
	}
}

/* Header dil seçici */
@media (min-width: 992px) {
	.site-shell .header > .topbar .container,
	.site-shell .header > .header-inner .container {
		max-width: none;
		width: calc(100% - 80px);
	}
}

.site-shell .header .nav > li {
	margin-right: 26px;
}

.site-shell .header .nav > li:last-child,
.site-shell .header .nav > li.catalog-menu {
	margin-right: 0;
}

.header .nav li.catalog-menu {
	margin-right: 0;
}

.header .nav li.catalog-menu > a {
	background: var(--renk);
	border-radius: 5px;
	color: #222;
	margin-top: 25px;
	padding: 10px 14px;
}

.header .nav li.catalog-menu > a:hover {
	background: #222;
	color: #fff;
}

.header.sticky .nav li.catalog-menu > a {
	margin-top: 15px;
	padding: 10px 14px;
}

.header .nav li.catalog-menu > a i {
	font-size: 14px;
	margin: 0 6px 0 0;
}

.header .nav li.language-selector {
	margin-left: 14px;
	margin-right: 0;
}

.header .nav li.language-selector > a {
	align-items: center;
	background: #fff;
	border: 2px solid var(--renk);
	border-radius: 5px;
	color: #333;
	display: flex;
	gap: 7px;
	margin-top: 24px;
	padding: 9px 12px;
	text-transform: uppercase;
}

.header .nav li.language-selector > a:hover {
	background: var(--renk);
	color: #222;
}

.header.sticky .nav li.language-selector > a {
	margin-top: 14px;
	padding: 9px 12px;
}

.header .nav li.language-selector > a .fa-globe {
	color: var(--renk);
	font-size: 16px;
	margin: 0;
}

.header .nav li.language-selector .dropdown {
	left: auto;
	padding: 6px;
	right: 0;
	width: 180px;
}

.header .nav li.language-selector .dropdown li span {
	color: #555;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	padding: 12px 18px;
}

.header .nav li.language-selector .dropdown li a.language-option {
	align-items: center;
	color: #555;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	padding: 9px 12px;
	text-transform: none;
}

.header .nav li.language-selector .dropdown li a.language-option:hover {
	background: #f7f7f7;
	color: var(--renk);
	padding-left: 15px;
}

.header .nav li.language-selector .dropdown li a.language-option.language-current {
	color: var(--renk);
	font-weight: 700;
}

.header .nav li.language-selector .language-code {
	color: #999;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
}

.header .nav li.language-selector .dropdown li a .language-code {
	display: inline;
	justify-content: initial;
	padding: 0;
}

.header .nav li.language-selector .dropdown .language-current {
	color: var(--renk);
	font-weight: 700;
}

.header .nav li.language-selector .dropdown .language-disabled {
	cursor: default;
	opacity: .58;
}

.header .nav li.language-selector .dropdown small {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.header .nav li.language-selector {
		margin-left: 0;
	}

	.slicknav_nav li.catalog-menu > a {
		background: transparent !important;
		color: #333 !important;
		margin: 0 !important;
		padding: 6px 0 !important;
	}
}

/* Ana sayfada sabit menüye geçerken yüksekliği değiştirme */
@media (min-width: 992px) {
	.site-shell .header.sticky .logo {
		margin-top: 20px;
	}

	.site-shell .header.sticky .nav > li > a {
		padding: 35px 0;
	}

	.site-shell .header.sticky .nav li.catalog-menu > a {
		margin-top: 25px;
		padding: 10px 14px;
	}

	.site-shell .header.sticky .nav li.language-selector > a {
		margin-top: 24px;
		padding: 9px 12px;
	}
}

/* WEBDESK ANA RENK KURALLARI */
.topbar .single-contact i,.header .nav li.active a,.header .nav li:hover a,.right-bar .right-nav li a:hover,.search-top .search-form button,.sidebar-popup .links li a:hover,.header.style3 .nav li.active a,.header.style3 .nav li:hover a,.header.style3 .single-bar a:hover,.header.style3 .right-bar a:hover,.header.style3 .search-form button,.header.style3 .side-area .single-content .links li a:hover,.header.style4 .nav li.active a,.header.style4 .nav li:hover a,.header.style4 .right-bar .button3 .btn3,.header.shop .topbar .login a,.header.shop .right-nav li a:hover,.header.shop .right-bar .sinlge-bar.top-search a:hover,.header.shop .right-bar .sinlge-bar li a:hover,.header.shop .search-form button,.header.shop .shopping-item .total span,.header.shop.v2 .search-bar .btnn:hover,.header.shop.v2 .sub-category,.header.shop.v2 .main-category li a:hover,.header.shop.v2 .nav li:hover a,.header.shop.v2 .right-bar .sinlge-bar.top-search a:hover,.header.shop.v2 .right-bar .sinlge-bar li a:hover,.header.shop.v2 .search-form button,.hero-slider .hero-text .button .btn,.hero-slider.style2 .single-slider .button .btn,.hero-slider.style3 .hero-text h4,.hero-slider.style3 .button3 .btn3:hover,.hero-slider.style3 .button3 .btn3.primary,.hero-slider.style5 .hero-text h1,.section-title.index2 h1 span,.hero-slider.style6 .hero-text h1,.about-us.style3 .about-me .button3 .btn3:hover,.about-us.style3 .about-me .button3 .btn3.primary,.personal-services .single-service .serial,.pf-details .body-text .share ul li a:hover,.team .t-content .name a:hover,.team .team-social li a:hover,.watch-video .video-head .video,.testimonial .single-slider i,.blog .news-meta li i,.blog .news-meta .author span,.blog .news-meta .author span,.blog .single-news .news-title a:hover,.blog .single-news .more,.blog.index2 .single-news .more,.blog-sidebar .search .button:hover,.blog-sidebar .categor-list li a:hover,.blog-sidebar .categor-list li a span,.blog-sidebar .single-post .content h5 a:hover,.blog-single .share-inner ul li a:hover,.blog-single .comments .single-comment .content a,.blog-single .reply .form-group input:hover,.blog-single .reply .form-group textarea,.blog-single .reply .form-group textarea:hover,.pricing .single-pricing .button2 .btn2,.education .single-education h4 span,.p-testimonial .single-testimonial .quote i,.call-action .call-inner .button3 .btn3,.deals .single-deal .title span,.deals .single-deal .title a:hover,.hot .single-hot .short-buttons li a:hover,.hot .single-hot .title span,.women-products .single-product .short-buttons li a:hover,.women-products  .nav-tabs .nav-link.active,.women-products .nav-tabs .nav-link:hover,.man-products .single-product .short-buttons li a:hover,.man-products  .nav-tabs .nav-link.active,.man-products .nav-tabs .nav-link:hover,.discount-small .content a ,.section-title h1 span,.discount-small .content a:hover,.shop-list .single-list .content a:hover,.shop-list .single-list .price.with-discount,.shop-list .single-list .review-list.with-review li i,.shop-blog .shop-single-blog .content .title:hover,.shop-features .single-feature i,.shop-sidebar .cat-body ul li a:hover,.shop-sidebar .single-list .content-inner a:hover,.shop-sidebar .single-list .content-inner .price.with-discount,.shop-sidebar .single-list .content-inner .review-list.with-review li i,.product-grid .view-mode li:hover a,.product-grid .single-hot .short-buttons li a:hover,.product-grid .single-hot .title span,.shopping-summery tbody .product-name a:hover,.shopping-summery tbody .action a:hover,.shopping-cart .total-amount .right ul li.last,.shop.checkout .form .form-group input:hover,.shop.checkout .nice-select:hover,.shop.checkout .single-widget .content ul li.last,.shop.single .product-des .ratings .total-review:hover,.shop.single .product-des .ratings .rating li i,.shop.single .product-des .ratings .off,.shop.single .ratting-main .single-rating ul li i,.shop.single .comment-review .rating li i,.shop-newsletter .newsletter-inner .btnn:hover,.shop.login .form .form-group input:hover,.shop.register .form .form-group input:hover,.features .single-feature .button2 .btn2,.pagination .pagination-list li .serial,.pagination .pagination-list li .next:hover,.counterup .single-counter:hover i,.counterup .single-counter:hover .number,.counterup .single-counter:hover .counter-head span,.hot .single-hot .title a:hover,.product-grid .single-hot .title a:hover,.footer .single-footer .content .title:hover,.footer .meta span i,.footer .f-link ul li:hover a,.footer.index2 .f-link ul li:hover a,.footer .newsletter-content ul li span,.footer.style2 .f-about .social li a,.shop-footer .f-link ul li a:hover,.shop-footer .footer-contact li i,.header.shop.v2 .sub-category li a:hover,#scrollUp i{color:var(--renk);}

.topbar .top-button .btn:hover,.topbar .top-button .btn.primary,.about-features .list li i,.header .nav li .dropdown li:hover a,.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover,.search-top .search-form button:hover,.button .btn,.sidebar-popup .cross .btn,.sidebar-popup .social li a:hover,.sidebar-popup .social li.active a,.header.style3 .nav li .dropdown li:hover a,.header.style3 .nav li .dropdown li .dropdown.sub-dropdown li a:hover,.header.style3 .search-form,.header.style3 .side-area .cross .btn,.header.style3 .side-area .single-content h4:before,.header.style3 .side-area .single-content .social li a:hover,.header.style3 .side-area .single-content .social li.active a,.header.style4 .nav li .dropdown li:hover a,.header.style4 .nav li .dropdown li .dropdown.sub-dropdown li a:hover,.header.style4 .right-bar .button3 .btn3:hover,.button3 .btn3,.header.shop .search-form,.header.shop .shopping-item .bottom .btn,.header.shop.v2 .all-category,.header.shop.v2 .nav li .new,#scrollUp i:hover,.header.shop.v2 .nav li .dropdown li:hover a,.header.shop.v2 .nav li .dropdown li .dropdown.sub-dropdown li a:hover,.header.shop.v2 .search-form,.hero-slider,.hero-slider.style3 .button3 .btn3,.hero-slider.style3 .button3 .btn3.primary:hover,.hero-slider.style4 .hero-text .btn,.hero-slider.style5 .owl-carousel .owl-nav div:hover,.about-image .experience,.about-features .list li:hover i,.about-us.style3 .experience,.about-us.style3 .about-content .list li:hover i,.about-us.style3 .about-me .button3 .btn3,.about-us.style3 .about-me .button3 .btn3.primary:hover,.portfolio .portfolio-nav ul li.active,.portfolio .portfolio-nav ul li:hover,.portfolio .more:hover,.portfolio.style2 .owl-theme .owl-dots .owl-dot.active span,.personal-pf .single-portfolio.overlay:before,.pf-details .image-slider .owl-carousel .owl-nav div:hover,.pf-details .portfolio-meta,.newsletter .sub-btn,.team .t-content .designation::before,.team .owl-theme .owl-dots .owl-dot.active span,.team-style2 .single-team .team-social,.team-style2 .owl-theme .owl-dots .owl-dot.active span,.watch-video.overlay::before,.consultation-image .support,.testimonial .owl-theme .owl-dots .owl-dot.active span,.blog .owl-carousel .owl-nav div,.blog-sidebar .side-follow .social li a:hover,.blog-sidebar .side-follow .social li.active a,.blog-sidebar .side-tags .tag a:hover,.blog-sidebar .side-insta-feed .single-feed .overlay:before,.blog-sidebar .newsletter-inner .btnn,.blog-single .blog-detail blockquote,.clients .owl-theme .owl-dots .owl-dot.active span,.faq-tab  .nav-tabs .nav-link.active,.faq-tab .nav-tabs .nav-link:hover,.analyze .btnn,.skill-inner .progress .progress-bar span,.skill-inner .progress .progress-bar,.pricing .single-pricing .button2 .btn2:hover,.pricing .single-pricing.active .button2 .btn2,.p-gallery .single-gallery.overlay:before,.p-gallery .owl-theme .owl-dots .owl-dot.active span,.education .left .single-education::before,.education .right .single-education::before,.p-testimonial .owl-theme .owl-dots .owl-dot.active span,.call-action.overlay:before,.shop-featured .cat-button .btn:hover,.deals .single-deal .short-buttons li a:hover,.deals .single-deal .button5 .btn5:hover,.hot .single-hot .button5 .btn5:hover,.hot .single-hot:hover .new,.hot .single-hot .off,.women-products .single-product .button5 .btn5:hover,.man-products .single-product .button5 .btn5:hover,.shop-list .list-image .buy,.shop-blog .shop-single-blog .more-btn:hover,.shop-sidebar .range #slider-range,.shop-sidebar .range .ui-slider-handle.ui-state-default.ui-corner-all,.shop-sidebar .size .checkbox label::after,.shop-sidebar .single-list .list-image .buy,.product-grid .nice-select .list li:hover,.product-grid .single-hot .button5 .btn5:hover,.product-grid .single-hot:hover .new,.shopping-summery thead,.shopping-cart .qty .button .btn:hover,.shop.checkout .nice-select .list li.option:hover,.shop.single .quantity .button .btn:hover,.shop.single .add-to-cart .btn5:hover,.shop.single .nav-tabs li a.active,.shop.single .nav-tabs li:hover a,.shop.single .single-des ul li::before,.shop-newsletter .newsletter-inner .btnn,.shop.login .form .button,.shop.register .button,.contact-info .single-info.active,.hero-slider.style1 .single-slider,.hero-slider.style2 .single-slider,.slicknav_menu .slicknav_icon-bar,.contact-info .single-info:hover,.features .single-feature .button2 .btn2:hover,.features .single-feature.active .button2 .btn2,.pagination .pagination-list li.active .serial,.pagination .pagination-list li:hover .serial,.why-image .experience,.why-content .list li:hover i,.mission.overlay::before,.single-service .single-sidebar .list-menu li a:hover,.single-service .single-sidebar .hot-line,.footer .f-about .social li a:hover,.footer.index2 .f-about .social li a:hover,.footer .f-link ul li:hover:before,.footer.index2 .f-link ul li:hover:before,.footer .newsletter-inner .btnn,.footer .copyright,.footer.style2 .f-about .social li a:hover,.footer.style2 .copyright,.shop-footer .social li a:hover,.shop-footer .social li.active a,.deals .owl-carousel .owl-nav div:hover,.header.shop.v2 .search-form button:hover,.shopping-cart .table td::before,.shop-footer .newsletter-inner .btnn,.button5 .btn5,.why-content .list li i,.shop.single .product-gallery .zoom,.shop.single .product-des .ratings .brand p a:hover,.personal-pf .portfolio-menu li:hover{background-color:var(--renk);}

.search-top,.header.shop .right-nav ul,.header.shop .shopping .shopping-item,.skill-inner .progress .progress-bar span::before{			border-top-color:var(--renk)
}
.shopping-summery tbody tr{
	border-bottom-color:var(--renk);
}

.header.shop.v2 .sub-category{
	border-left-color:var(--renk);
}


.header.style4 .right-bar .button3 .btn3,.hero-slider.style3 .button3 .btn3:hover,.hero-slider.style3 .button3 .btn3.primary,.hero-slider.style3 .button3 .btn3.primary:hover,.about-us.style3 .about-me .button3 .btn3:hover,.about-us.style3 .about-me .button3 .btn3.primary,.about-us.style3 .about-me .button3 .btn3.primary:hover,.services .single-service.active,.portfolio .portfolio-nav ul,.pf-details .body-text .share ul li a:hover,.blog-single .reply .form-group input:hover,.blog-single .reply .form-group textarea:hover,.tabs-main,.faq-tab .tabs-main .tab-pane .content,.pricing .single-pricing:hover,.pricing .single-pricing.active,.pricing .single-pricing .button2 .btn2,.education .left .single-education::after,.education .right .single-education::after,.p-testimonial .single-testimonial,.shop-features .single-feature i,.shop-sidebar .size .checkbox label::before,.shopping-summery tbody tr img,.shopping-summery tbody .product:hover img,.shopping-cart .table td,.shop.checkout .form .form-group input:hover,.shop.checkout .nice-select:hover,.shop.single .flex-control-thumbs li img.flex-active,.shop.login .form .form-group input:hover,.shop.register .form .form-group input:hover,.features .single-feature:hover,.features .single-feature.active,.features .single-feature .button2 .btn2,.pagination .pagination-list li .serial,.footer.style2 .f-about .social li a{border-color:var(--renk)}

/* WEBDESK Hakkımızda sayfası */
.about-page-hero{padding:48px 0;background:linear-gradient(115deg,var(--renk),#ffd65d);color:#242424}
.about-page-hero__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:35px}
.about-page-hero h1{margin:6px 0 10px;font-size:48px;line-height:1.08}
.about-page-hero p{margin:0;color:#242424;font-size:17px}
.about-page-kicker{margin:0;color:#b28500;font-size:13px;font-weight:800;letter-spacing:2px}
.about-page-hero .about-page-kicker{color:#312700}
.about-breadcrumb{display:flex;align-items:center;gap:11px;white-space:nowrap;font-weight:700}
.about-breadcrumb a,.about-breadcrumb span{color:#292929}
.about-breadcrumb i{font-size:10px}
.about-intro{padding:90px 0;background:#fff}
.about-intro-media{position:relative;padding-right:18px}
.about-intro-media>img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:10px}
.about-intro-badge{position:absolute;right:-4px;bottom:28px;display:flex;align-items:center;gap:11px;padding:16px 20px;background:var(--renk);border-radius:8px;color:#222}
.about-intro-badge strong{font-size:28px;line-height:1}.about-intro-badge span{max-width:60px;font-size:12px;font-weight:700;line-height:1.25}
.about-intro-content{padding-left:42px}.about-intro-content h2{margin:12px 0 24px;font-size:38px;line-height:1.2}.about-intro-content>p:not(.about-page-kicker){margin-bottom:16px;color:#707070;font-size:16px;line-height:1.8}
.about-intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.about-intro-stats div{padding:17px 12px;border:1px solid #e7e7e7;border-radius:8px;text-align:center}.about-intro-stats strong,.about-intro-stats span{display:block}.about-intro-stats strong{color:var(--renk);font-size:25px}.about-intro-stats span{margin-top:5px;color:#555;font-size:12px;font-weight:700}
.about-values{padding:82px 0;background:#f6f6f6}.about-values .section-title{margin-bottom:42px}.about-values .section-title h2{font-size:36px}.about-value-card{height:100%;padding:34px 30px;border:1px solid #e1e1e1;border-radius:10px;background:#fff;transition:border-color .3s ease,transform .3s ease}.about-value-card:hover{transform:translateY(-5px);border-color:var(--renk)}.about-value-card>i{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:8px;background:rgba(245,191,35,.14);color:#c99700;font-size:23px}.about-value-card h3{margin:22px 0 12px;font-size:22px}.about-value-card p{margin:0;color:#757575;line-height:1.7}
.about-direction{padding:90px 0;background:#fff}.about-direction-card{position:relative;height:100%;overflow:hidden;padding:42px;border:1px solid #e1e1e1;border-radius:10px}.about-direction-card:hover{border-color:var(--renk)}.about-direction-no{position:absolute;right:24px;top:14px;color:#f0f0f0;font-size:74px;font-weight:900;line-height:1}.about-direction-card h2{position:relative;margin:12px 0 18px;font-size:29px}.about-direction-card>p:not(.about-page-kicker){position:relative;min-height:80px;color:#747474;line-height:1.75}.about-direction-card a{display:inline-block;margin-top:15px;color:#333;font-weight:800}.about-direction-card a i{margin-left:8px;color:var(--renk)}
.about-page-cta{padding:0 0 90px;background:#fff}.about-page-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 46px;border-radius:10px;background:#181a1d;color:#fff}.about-page-cta h2{margin:8px 0 0;color:#fff;font-size:30px}.about-page-cta .btn{flex:0 0 auto;background:var(--renk);color:#252525}.about-page-cta .btn:hover{background:#fff;color:#252525}
.corporate-compact+.about-page-cta,.document-gallery+.about-page-cta,.open-positions+.about-page-cta,.corporate-faq+.about-page-cta{background:#f6f6f6}
.about-page .wd-reveal{opacity:0;transform:translate3d(0,22px,0);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}.about-page .wd-reveal.wd-reveal-left{transform:translate3d(-24px,0,0)}.about-page .wd-reveal.wd-reveal-right{transform:translate3d(24px,0,0)}.about-page .wd-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}
@media(max-width:991px){.about-intro-content{padding:40px 0 0}.about-intro-media{padding-right:0}.about-value-card{margin-bottom:24px}.about-direction-card{margin-bottom:24px}.about-page-cta__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:767px){.about-page-hero{padding:36px 0}.about-page-hero__inner{align-items:flex-start;flex-direction:column;gap:18px}.about-page-hero h1{font-size:38px}.about-intro,.about-direction{padding:65px 0}.about-values{padding:62px 0}.about-intro-badge{right:12px;bottom:-18px}.about-intro-content h2{font-size:29px}.about-intro-stats{grid-template-columns:1fr}.about-direction-card{padding:30px 24px}.about-page-cta{padding-bottom:65px}.about-page-cta__inner{padding:32px 25px}.about-page-cta h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){.about-page .wd-reveal,.about-page .wd-reveal.wd-reveal-left,.about-page .wd-reveal.wd-reveal-right{opacity:1;transform:none;transition:none}}

/* WEBDESK kısa kurumsal sayfalar */
.corporate-compact{padding:74px 0;background:#f6f6f6}
.corporate-compact .section-title{max-width:760px;margin:0 auto 38px}
.corporate-compact .section-title .about-page-kicker{margin-bottom:9px}
.corporate-compact .section-title>p:last-child{margin:12px auto 0;color:#666;font-size:16px;line-height:1.7}
.corporate-faq{padding:74px 0;background:#f6f6f6}
.corporate-faq .section-title{margin-bottom:36px}
.corporate-faq-list{max-width:850px;margin:0 auto}
.corporate-faq-list details{margin-bottom:12px;border:1px solid #e3e3e3;border-radius:9px;background:#fff;box-shadow:0 7px 24px rgba(0,0,0,.035)}
.corporate-faq-list summary{position:relative;padding:20px 58px 20px 24px;color:#2d2d2d;font-size:17px;font-weight:800;line-height:1.45;cursor:pointer;list-style:none}
.corporate-faq-list summary::-webkit-details-marker{display:none}
.corporate-faq-list summary::after{content:'+';position:absolute;right:22px;top:50%;width:27px;height:27px;transform:translateY(-50%);border-radius:50%;background:rgba(245,191,35,.17);color:#a87900;font-size:20px;line-height:25px;text-align:center}
.corporate-faq-list details[open] summary::after{content:'−'}
.corporate-faq-list details p{margin:0;padding:0 24px 22px;color:#6e6e6e;line-height:1.75}
@media(max-width:767px){.corporate-compact,.corporate-faq{padding:58px 0}.corporate-compact .section-title,.corporate-faq .section-title{margin-bottom:28px}.corporate-faq-list summary{padding:18px 52px 18px 20px;font-size:16px}.corporate-faq-list details p{padding:0 20px 19px}}

/* WEBDESK belge galerisi */
.document-gallery{padding:74px 0;background:#f6f6f6}
.document-gallery .section-title{max-width:780px;margin:0 auto 38px}
.document-gallery .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}
.document-card{height:100%;overflow:hidden;border:1px solid #e2e2e2;border-radius:10px;background:#fff;box-shadow:0 9px 28px rgba(0,0,0,.045);transition:transform .3s ease,box-shadow .3s ease}
.document-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(0,0,0,.09)}
.document-card>a{display:block;height:100%;color:#292929}
.document-card__preview{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;background:#ececec}
.document-card__preview img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .4s ease}
.document-card:hover .document-card__preview img{transform:scale(1.025)}
.document-card__zoom{position:absolute;left:50%;bottom:17px;display:inline-flex;align-items:center;gap:8px;padding:9px 14px;transform:translateX(-50%);border-radius:5px;background:rgba(24,26,29,.9);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.document-card__body{display:block;padding:20px 22px}.document-card__body strong,.document-card__body small{display:block}.document-card__body strong{font-size:17px}.document-card__body small{margin-top:7px;color:#7a7a7a}
.document-note{display:flex;align-items:flex-start;gap:13px;margin-top:28px;padding:16px 19px;border-left:4px solid var(--renk);background:#fff;color:#656565}.document-note i{margin-top:3px;color:#b88600;font-size:18px}.document-note p{margin:0;line-height:1.65}.document-note code{color:#333}

/* WEBDESK insan kaynakları */
.career-intro{padding:74px 0;background:#fff}.career-copy{padding-right:35px}.career-copy h2{margin:10px 0 18px;font-size:36px}.career-copy>p:not(.about-page-kicker){color:#686868;line-height:1.8}.career-copy ul{margin-top:22px}.career-copy li{margin-top:10px;color:#444;font-weight:700}.career-copy li i{margin-right:9px;color:#b88600}
.career-process{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.career-process>div{position:relative;padding:24px;border:1px solid #e3e3e3;border-radius:9px;background:#f8f8f8}.career-process span{display:block;color:var(--renk);font-size:25px;font-weight:900}.career-process strong,.career-process small{display:block}.career-process strong{margin-top:9px;font-size:17px}.career-process small{margin-top:4px;color:#777;line-height:1.5}
.open-positions{padding:74px 0;background:#f6f6f6}.open-positions .section-title{max-width:760px;margin:0 auto 36px}.open-positions .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}.position-list{max-width:920px;margin:0 auto}.position-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:14px;padding:25px 28px;border:1px solid #e2e2e2;border-radius:9px;background:#fff}.position-card h3{margin:7px 0 8px;font-size:21px}.position-card p{margin:0;color:#727272}.position-card p span{margin:0 7px}.position-type{color:#a87900;font-size:11px;font-weight:900;letter-spacing:1.3px}.position-card>a{flex:0 0 auto;padding:11px 16px;border-radius:5px;background:#202226;color:#fff;font-size:12px;font-weight:800}.position-card>a i{margin-left:7px;color:var(--renk)}.position-card--general{border-color:#e2bd50;background:#fffaf0}.about-page-cta__inner>div>p:not(.about-page-kicker){margin:10px 0 0;color:#bbb}.about-page-cta__inner>div>p a{color:var(--renk)}

/* WEBDESK banka ve fatura bilgileri */
.finance-details{padding:74px 0;background:#f6f6f6}.finance-details .section-title{max-width:800px;margin:0 auto 38px}.finance-details .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}.bank-card{height:100%;overflow:hidden;border:1px solid #e0e0e0;border-radius:10px;background:#fff;box-shadow:0 9px 28px rgba(0,0,0,.04)}.bank-card__head{position:relative;display:flex;align-items:center;gap:14px;padding:22px 24px;border-bottom:3px solid var(--renk);background:#202226;color:#fff}.bank-card__icon{display:inline-flex;width:45px;height:45px;align-items:center;justify-content:center;border-radius:7px;background:var(--renk);color:#242424;font-size:19px}.bank-card__head small{display:block;color:#aaa;font-size:10px;font-weight:800;letter-spacing:1px}.bank-card__head h3{margin:3px 0 0;color:#fff;font-size:18px}.sample-tag{position:absolute;right:18px;top:17px;padding:5px 8px;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:var(--renk);font-size:9px;font-weight:900;letter-spacing:1px}.bank-card dl{margin:0;padding:10px 24px 17px}.bank-card dl>div{padding:12px 0;border-bottom:1px solid #ededed}.bank-card dl>div:last-child{border-bottom:0}.bank-card dt{margin-bottom:5px;color:#858585;font-size:11px;font-weight:800;text-transform:uppercase}.bank-card dd{margin:0;color:#333;font-weight:700}.bank-card dd code{color:#333;font-family:inherit;font-size:14px}.bank-card [data-copy]{float:right;padding:4px 8px;border:0;border-radius:4px;background:#f1f1f1;color:#444;font-size:11px;font-weight:700;cursor:pointer}.bank-card [data-copy].is-copied{background:#dff4df;color:#247a24}
.invoice-card{margin-top:28px;padding:30px;border:1px solid #e0e0e0;border-radius:10px;background:#fff}.invoice-card__title{display:flex;align-items:center;gap:15px;margin-bottom:23px}.invoice-card__title>span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:7px;background:rgba(245,191,35,.16);color:#ae7f00;font-size:21px}.invoice-card__title h2{margin:4px 0 0;font-size:27px}.invoice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 32px;margin:0}.invoice-grid>div{padding:14px 0;border-top:1px solid #ededed}.invoice-grid__wide{grid-column:1/-1}.invoice-grid dt{margin-bottom:6px;color:#888;font-size:11px;font-weight:800;text-transform:uppercase}.invoice-grid dd{margin:0;color:#333;font-weight:700}.invoice-grid em{color:#b07800;font-size:11px;font-style:normal}.finance-warning{display:flex;align-items:flex-start;gap:14px;margin-top:24px;padding:18px 20px;border-radius:7px;background:#fff3d3;color:#574b2b}.finance-warning i{margin-top:3px;color:#aa7c00;font-size:20px}.finance-warning p{margin:0;line-height:1.65}
@media(max-width:991px){.document-card,.bank-card{margin-bottom:24px}.career-copy{padding:0 0 35px}}
@media(max-width:767px){.document-gallery,.career-intro,.open-positions,.finance-details{padding:58px 0}.position-card{align-items:flex-start;flex-direction:column;padding:22px}.position-card>a{width:100%;text-align:center}.career-process{grid-template-columns:1fr}.invoice-card{padding:24px 20px}.invoice-grid{grid-template-columns:1fr}.invoice-grid__wide{grid-column:auto}.bank-card__head{padding:20px 18px}.bank-card dl{padding:9px 18px 15px}.bank-card dd code{display:block;margin-bottom:8px}.bank-card [data-copy]{float:none}}

/* WEBDESK hizmet detay sayfası */
.service-overview{padding:82px 0;background:#fff}.service-overview__media{position:relative;padding-right:22px}.service-overview__media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.service-overview__badge{position:absolute;right:0;bottom:24px;display:inline-flex;align-items:center;gap:9px;padding:13px 17px;border-radius:6px;background:var(--renk);color:#252525;font-size:11px;font-weight:900;letter-spacing:.8px}.service-overview__content{padding-left:34px}.service-overview__content h2{margin:11px 0 20px;font-size:36px;line-height:1.2}.service-overview__content>p:not(.about-page-kicker){margin-bottom:14px;color:#6c6c6c;line-height:1.75}.service-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 15px;margin-top:23px}.service-highlights li{color:#404040;font-size:13px;font-weight:700}.service-highlights i{margin-right:7px;color:#b58300}
.service-process{padding:76px 0;background:#f6f6f6}.service-process .section-title{max-width:760px;margin:0 auto 38px}.service-process .section-title>p:last-child{margin:11px auto 0;color:#666}.service-process-card{position:relative;height:100%;padding:28px 24px;border:1px solid #e2e2e2;border-radius:9px;background:#fff}.service-process-card>span{position:absolute;right:18px;top:12px;color:#efefef;font-size:49px;font-weight:900;line-height:1}.service-process-card>i{position:relative;color:#b58300;font-size:25px}.service-process-card h3{position:relative;margin:20px 0 10px;font-size:19px}.service-process-card p{position:relative;margin:0;color:#747474;line-height:1.7}
.service-scope{padding:82px 0;background:#fff}.service-scope__heading{padding-right:45px}.service-scope__heading h2{margin:11px 0 18px;font-size:35px}.service-scope__heading>p:not(.about-page-kicker){color:#6d6d6d;line-height:1.75}.service-scope__heading .btn{margin-top:22px;background:#202226;color:#fff}.service-scope__heading .btn i{margin-left:8px;color:var(--renk)}.service-scope-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.service-scope-item{display:flex;align-items:flex-start;gap:14px;padding:20px;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa}.service-scope-item>i{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:6px;background:rgba(245,191,35,.15);color:#ae7f00;font-size:17px}.service-scope-item h3{margin:0 0 6px;font-size:16px}.service-scope-item p{margin:0;color:#777;font-size:13px;line-height:1.6}
.service-faq{padding:76px 0;background:#f6f6f6}.service-faq .section-title{margin-bottom:34px}.service-faq+.about-page-cta{background:#f6f6f6}
.service-overview--compact{padding:72px 0}.service-overview--compact .service-overview__content h2{font-size:34px}.service-inline-link{display:inline-flex;align-items:center;gap:9px;margin-top:8px;color:#282828;font-weight:800}.service-inline-link i{color:#b58300;transition:transform .25s ease}.service-inline-link:hover{color:#b58300}.service-inline-link:hover i{transform:translateX(4px)}
.service-compact{padding:68px 0;background:#f6f6f6}.service-compact .section-title{max-width:720px;margin:0 auto 34px}.service-compact .about-value-card{padding:26px 24px}.service-compact .about-value-card h3{margin:17px 0 8px;font-size:19px}.service-compact-scope{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;margin-top:35px;padding:30px 34px;border-radius:10px;background:#202226;color:#fff}.service-compact-scope h2{margin:8px 0 0;color:#fff;font-size:27px}.service-compact-scope ul{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 22px;align-content:center}.service-compact-scope li{color:#ddd;font-size:14px;font-weight:700}.service-compact-scope li i{margin-right:8px;color:var(--renk)}.service-compact+.about-page-cta{background:#f6f6f6}
@media(max-width:991px){.service-overview__media{padding-right:0}.service-overview__content{padding:38px 0 0}.service-process-card{margin-bottom:24px}.service-scope__heading{padding:0 0 38px}}
@media(max-width:767px){.service-overview,.service-scope{padding:62px 0}.service-process,.service-faq{padding:58px 0}.service-overview--compact,.service-compact{padding:56px 0}.service-overview__content h2,.service-scope__heading h2,.service-overview--compact .service-overview__content h2{font-size:29px}.service-highlights,.service-scope-grid{grid-template-columns:1fr}.service-overview__badge{right:12px;bottom:12px;max-width:calc(100% - 24px)}.service-page-hero .about-breadcrumb{white-space:normal;flex-wrap:wrap}.service-compact-scope{grid-template-columns:1fr;gap:24px;padding:27px 23px}.service-compact-scope ul{grid-template-columns:1fr}.service-compact .about-value-card{margin-bottom:18px}}

/* WEBDESK tüm hizmetler sayfası */
.services-page-grid{padding:74px 0;background:#f6f6f6}.services-page-grid .section-title{max-width:760px;margin:0 auto 38px}.services-page-grid .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}.services-page-card{height:100%;overflow:hidden;border:1px solid #e2e2e2;border-radius:10px;background:#fff;box-shadow:0 9px 28px rgba(0,0,0,.045);transition:transform .3s ease,box-shadow .3s ease}.services-page-card:hover{transform:translateY(-6px);box-shadow:0 17px 36px rgba(0,0,0,.1)}.services-page-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:3/2;background:#222}.services-page-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.services-page-card:hover .services-page-card__image img{transform:scale(1.04)}.services-page-card__image span{position:absolute;right:17px;bottom:15px;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:6px;background:var(--renk);color:#222;font-size:14px;font-weight:900}.services-page-card__body{padding:25px 25px 27px}.services-page-card__body h3{margin:0 0 12px;font-size:22px}.services-page-card__body h3 a{color:#292929}.services-page-card__body p{min-height:70px;margin:0;color:#737373;line-height:1.7}.services-page-card__link{display:inline-flex;align-items:center;gap:9px;margin-top:19px;color:#333;font-size:12px;font-weight:900;letter-spacing:.4px}.services-page-card__link i{color:#b58300;transition:transform .25s ease}.services-page-card__link:hover{color:#b58300}.services-page-card__link:hover i{transform:translateX(4px)}.services-page-grid+.about-page-cta{background:#f6f6f6}
@media(max-width:991px){.services-page-card{margin-bottom:24px}}
@media(max-width:767px){.services-page-grid{padding:58px 0}.services-page-grid .section-title{margin-bottom:29px}.services-page-card__body p{min-height:0}}

/* WEBDESK ürün liste ve kategori sayfaları */
.product-category-showcase{padding:74px 0;background:#fff}.product-category-showcase .section-title{max-width:760px;margin:0 auto 38px}.product-category-showcase .section-title>p:last-child,.product-catalog .section-title>p:last-child,.product-category-products .section-title>p:last-child{margin:12px auto 0;color:#696969;line-height:1.7}.product-category-showcase__card{position:relative;display:block;height:100%;min-height:290px;overflow:hidden;border-radius:10px;background:#202226}.product-category-showcase__card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.84))}.product-category-showcase__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-category-showcase__card:hover img{transform:scale(1.045)}.product-category-showcase__card>span{position:absolute;z-index:1;right:25px;bottom:23px;left:25px}.product-category-showcase__card small,.product-category-showcase__card strong,.product-category-showcase__card em{display:block}.product-category-showcase__card small{color:var(--renk);font-size:12px;font-weight:900;letter-spacing:1.5px}.product-category-showcase__card strong{margin-top:7px;color:#fff;font-size:22px}.product-category-showcase__card em{margin-top:10px;color:#ccc;font-size:12px;font-style:normal;font-weight:800}.product-category-showcase__card em i{margin-left:7px;color:var(--renk)}
.product-catalog{padding:74px 0;background:#f6f6f6}.product-catalog .section-title{max-width:760px;margin:0 auto 28px}.product-category-tabs{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap}.product-category-tabs a{padding:10px 15px;border:1px solid #dedede;border-radius:5px;background:#fff;color:#444;font-size:12px;font-weight:800}.product-category-tabs a:hover,.product-category-tabs a.active{border-color:var(--renk);background:var(--renk);color:#272727}.product-catalog-group{padding-top:48px;scroll-margin-top:115px}.product-catalog-group+.product-catalog-group{margin-top:16px;border-top:1px solid #dedede}.product-catalog-group__head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}.product-catalog-group__head h3{margin:7px 0 0;font-size:28px}.product-catalog-group__head>a{color:#333;font-size:12px;font-weight:900}.product-catalog-group__head>a i{margin-left:8px;color:#b58300}
.product-list-card{height:100%;overflow:hidden;border:1px solid #e0e0e0;border-radius:10px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.04);transition:transform .3s ease,border-color .3s ease}.product-list-card:hover{transform:translateY(-5px);border-color:var(--renk)}.product-list-card>img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#222}.product-list-card>div{padding:23px 24px 25px}.product-list-card>div>span{color:#a87900;font-size:10px;font-weight:900;letter-spacing:1.4px}.product-list-card h3,.product-list-card h4{margin:8px 0 11px;font-size:21px}.product-list-card p{min-height:65px;margin:0;color:#747474;line-height:1.65}.product-list-card a{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#333;font-size:11px;font-weight:900}.product-list-card a i{color:#b58300;transition:transform .25s ease}.product-list-card a:hover{color:#b58300}.product-list-card a:hover i{transform:translateX(4px)}.product-catalog+.about-page-cta,.product-category-products+.about-page-cta{background:#f6f6f6}
.product-category-intro{padding:72px 0;background:#fff}.product-category-intro__box{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid #e1e1e1;border-radius:10px;background:#f8f8f8}.product-category-intro__box>img{width:100%;height:100%;min-height:340px;object-fit:cover}.product-category-intro__box>div{display:flex;justify-content:center;flex-direction:column;padding:38px}.product-category-intro__box h2{margin:9px 0 15px;font-size:31px}.product-category-intro__box>div>p:not(.about-page-kicker){margin:0 0 24px;color:#6e6e6e;line-height:1.75}.product-category-intro .product-category-tabs{justify-content:flex-start}.product-category-products{padding-top:68px}.product-category-products .section-title{max-width:760px;margin:0 auto 36px}
@media(max-width:991px){.product-category-showcase__card,.product-list-card{margin-bottom:24px}.product-category-intro__box{grid-template-columns:1fr}.product-category-intro__box>img{min-height:0;aspect-ratio:16/8}}
@media(max-width:767px){.product-category-showcase,.product-catalog,.product-category-intro{padding:58px 0}.product-category-showcase__card{min-height:250px}.product-catalog-group{padding-top:38px}.product-catalog-group__head{align-items:flex-start;flex-direction:column}.product-list-card p{min-height:0}.product-category-intro__box>div{padding:28px 22px}.product-category-intro__box h2{font-size:27px}.product-category-intro .product-category-tabs{justify-content:flex-start}}

/* Simplified product directory and category listings */
.product-groups-grid .services-page-card__image{aspect-ratio:1/1}
.product-groups-grid .services-page-card__body h2{margin:0 0 12px;font-size:22px}
.product-groups-grid .services-page-card__body h2 a{color:#292929}
.product-category-products{padding:68px 0;background:#f6f6f6}
.product-list-card h2{margin:8px 0 11px;font-size:21px}
@media(max-width:767px){.product-category-products{padding:52px 0}}
.projects-page-grid .services-page-card__body p{min-height:190px}
.project-reference-card{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.project-reference-card:hover{border-color:var(--renk)}
.project-reference-card .services-page-card__image{cursor:default}
@media(max-width:991px){.projects-page-grid .services-page-card__body p{min-height:0}}

/* Media galleries */
.media-image-gallery,.media-video-gallery{padding:68px 0;background:#f6f6f6}
.media-image-card{position:relative;display:block;overflow:hidden;margin-bottom:30px;border:1px solid #dedede;border-radius:10px;background:#202226;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.media-image-card img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;transition:transform .45s ease,filter .35s ease}
.media-image-card i{position:absolute;top:50%;left:50%;display:flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:var(--renk);color:#222;font-size:18px;opacity:0;transform:translate(-50%,-42%);transition:opacity .3s ease,transform .3s ease}
.media-image-card:hover{border-color:var(--renk);box-shadow:0 15px 34px rgba(0,0,0,.12);transform:translateY(-5px)}
.media-image-card:hover img{filter:brightness(.65);transform:scale(1.045)}
.media-image-card:hover i{opacity:1;transform:translate(-50%,-50%)}
.media-video-card{overflow:hidden;margin-bottom:30px;border:1px solid #dedede;border-radius:10px;background:#111;box-shadow:0 9px 28px rgba(0,0,0,.055);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.media-video-card:hover{border-color:var(--renk);box-shadow:0 15px 34px rgba(0,0,0,.12);transform:translateY(-5px)}
.media-video-card iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
@media(max-width:767px){.media-image-gallery,.media-video-gallery{padding:52px 0}.media-image-card,.media-video-card{margin-bottom:22px}}

/* Blog listing and article pages */
.blog-list-card{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.blog-list-card:hover{border-color:var(--renk)}
.blog-list-card .services-page-card__body h2{min-height:53px}
.blog-list-card .services-page-card__body p{min-height:120px}
.blog-article{padding:68px 0;background:#f6f6f6}
.blog-article__inner{display:grid;grid-template-columns:minmax(0,430px) minmax(0,1fr);gap:46px;align-items:start;padding:34px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.045)}
.blog-article__cover{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8px}
.blog-article__content{color:#696969;font-size:15px;line-height:1.85}
.blog-article__content p{margin:0 0 18px}
.blog-article__content h2{margin:28px 0 12px;color:#292929;font-size:25px}
.blog-article__meta{display:flex;align-items:center;gap:9px;color:#9b7100;font-size:12px;font-weight:800}
.blog-back-link{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#333;font-size:12px;font-weight:900}
.blog-back-link i{color:#b58300;transition:transform .25s ease}.blog-back-link:hover{color:#b58300}.blog-back-link:hover i{transform:translateX(-4px)}
@media(max-width:991px){.blog-list-card .services-page-card__body h2,.blog-list-card .services-page-card__body p{min-height:0}.blog-article__inner{grid-template-columns:1fr}.blog-article__cover{max-width:560px;margin:0 auto}}
@media(max-width:767px){.blog-article{padding:52px 0}.blog-article__inner{gap:28px;padding:20px}.blog-article__content h2{font-size:22px}}

/* Contact page */
.contact-details{padding:58px 0;background:#f6f6f6}
.contact-detail-card{display:flex;height:100%;min-height:138px;align-items:center;gap:20px;padding:27px;border:1px solid #dedede;border-radius:10px;background:#fff;color:#555;box-shadow:0 8px 25px rgba(0,0,0,.04);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.contact-detail-card>i{display:flex;width:52px;height:52px;flex:0 0 52px;align-items:center;justify-content:center;border-radius:8px;background:var(--renk);color:#242424;font-size:20px}
.contact-detail-card span,.contact-detail-card strong{display:block}.contact-detail-card strong{margin-bottom:6px;color:#292929;font-size:17px}.contact-detail-card:hover{border-color:var(--renk);color:#555;box-shadow:0 15px 32px rgba(0,0,0,.1);transform:translateY(-5px)}
.contact-main{padding:72px 0;background:#fff}.contact-main__intro{height:100%;padding:38px;border-radius:10px;background:#181a1d;color:#bcbcbc}.contact-main__intro h2{margin:9px 0 17px;color:#fff;font-size:32px}.contact-main__intro>p:not(.about-page-kicker){line-height:1.8}.contact-main__intro ul{margin:27px 0}.contact-main__intro li{display:flex;align-items:center;gap:11px;margin:13px 0}.contact-main__intro li i{color:var(--renk)}.contact-main__hours{display:flex;align-items:center;gap:15px;padding-top:24px;border-top:1px solid #333}.contact-main__hours>i{color:var(--renk);font-size:28px}.contact-main__hours span,.contact-main__hours strong{display:block}.contact-main__hours strong{margin-bottom:4px;color:#fff}
.contact-form-box{height:100%;padding:38px;border:1px solid #e0e0e0;border-radius:10px;background:#f8f8f8}.contact-form label{display:block;margin:0 0 8px;color:#333;font-size:12px;font-weight:800}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{width:100%;margin-bottom:20px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;color:#333;outline:0;transition:border-color .25s ease,box-shadow .25s ease}.contact-form input:not([type=checkbox]),.contact-form select{height:49px;padding:0 14px}.contact-form textarea{min-height:150px;padding:14px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--renk);box-shadow:0 0 0 3px rgba(245,191,35,.16)}.contact-consent{display:flex!important;align-items:flex-start;gap:10px;margin:0 0 22px!important;color:#666!important;font-weight:500!important;line-height:1.55}.contact-consent input{margin-top:4px;accent-color:var(--renk)}.contact-submit-button{border:0}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form-status{margin-bottom:22px;padding:14px 16px;border-radius:6px;font-size:13px;font-weight:700}.contact-form-status.is-success{border:1px solid #9dccad;background:#eef9f1;color:#266b3e}.contact-form-status.is-error{border:1px solid #e2a8a8;background:#fff1f1;color:#963535}.contact-map{height:400px;border-top:4px solid var(--renk);background:#eee}.contact-map iframe{display:block;width:100%;height:100%;border:0}
@media(max-width:991px){.contact-detail-card{margin-bottom:24px}.contact-main__intro{margin-bottom:28px}}
@media(max-width:767px){.contact-details{padding:48px 0 24px}.contact-main{padding:52px 0}.contact-main__intro,.contact-form-box{padding:27px 22px}.contact-main__intro h2{font-size:27px}.contact-map{height:330px}}

/* Arman Mühendislik: existing layout remains intact; only the accent changes. */
:root{--renk:#e47d28!important}
.services-grid-home{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.services-grid-home .single-team{height:100%;margin:0;border:1px solid #e0e0e0;background:#fff}.services-grid-home .team-head{height:220px;overflow:hidden}.services-grid-home .team-head img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.services-grid-home .t-content{position:relative;padding:18px 20px 20px}.services-grid-home .service-order{display:block;margin-bottom:6px;color:var(--renk);font-size:11px;font-weight:900;letter-spacing:1.2px}.services-grid-home .name{margin:0 0 8px;font-size:21px}.services-grid-home .name a{color:#292929}.services-grid-home .text{min-height:0;margin:0;color:#777;line-height:1.55}.services-grid-home .single-team:hover{border-color:var(--renk);box-shadow:0 12px 30px rgba(0,0,0,.09)}.services-page-card__image img{display:block;object-position:center center}.services-page-card__body{padding:19px 21px 21px}.services-page-card__body h3{margin-bottom:8px}.services-page-card__body p{min-height:0;line-height:1.58}.services-page-card__link{margin-top:14px}@media(max-width:991px){.services-grid-home{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.services-grid-home{grid-template-columns:1fr;gap:20px}.services-grid-home .team-head{height:230px}}

/* Borwerk sliderı olduğu gibi kalır; diğer hizmet görsellerinde metin alanı koyu geçişle okunur. */
.home-slider .service-slider:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.62) 42%,rgba(8,8,8,.18) 68%,rgba(8,8,8,0) 100%)}
.home-slider .service-slider .container{position:relative;z-index:1}
/* İlk ekranda, slider sonrası bölümün ince beyaz başlangıcı görünmesin. */
@media (min-width:992px){.home-preview .hero-slider,.home-preview .hero-slider .single-slider,.home-preview .hero-slider .hero-text{height:760px}}

/* Hizmet kartlarında görsel bağlantısı kartın tamamını kaplar; eski tema boşlukları sıfırlanır. */
.services-grid-home .single-team{padding:14px}
.services-grid-home .team-head{width:100%!important}
.services-grid-home .team-head>a{display:flex!important;width:100%!important;height:100%}
.services-grid-home .team-head>a>img{display:block!important;flex:0 0 100%;width:100%!important;max-width:none!important;height:100%!important}
.services-grid-home .t-content{margin-top:0}

/* Tüm Hizmetler: kart satırları ayrışır, metin ana sayfadaki hizmet kartlarıyla aynı ölçüde kalır. */
.services-page-grid .row{row-gap:24px}
.services-page-card__body h3{font-family:inherit;font-size:21px!important;font-weight:700!important;line-height:1.3}
.services-page-card__body p{font-size:14px!important;font-weight:400!important;line-height:1.6}
.services-page-card__link{font-size:11px;font-weight:800}

/* Ana sayfa ve Tüm Hizmetler kart başlıkları tek tipte tutulur. */
.services-grid-home .t-content .name,.services-page-grid .services-page-card__body h3{font-family:"Segoe UI",Arial,Helvetica,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.3!important}
.services-grid-home .t-content .name a,.services-page-grid .services-page-card__body h3 a{font:inherit!important}

/* Makina parkuru */
.machine-hero{padding:72px 0 0;background:#f6f6f6}.machine-hero__image{position:relative;overflow:hidden;min-height:500px;background:#17191d}.machine-hero__image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,10,12,.86),rgba(9,10,12,.52) 43%,rgba(9,10,12,.04) 72%)}.machine-hero__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.machine-hero__content{position:relative;z-index:1;display:flex;min-height:500px;width:min(580px,55%);padding:70px 55px;flex-direction:column;justify-content:center;color:#fff}.machine-hero__content p{margin:0 0 13px;color:var(--renk);font-size:12px;font-weight:900;letter-spacing:1.5px}.machine-hero__content h2{margin:0 0 20px;color:#fff;font-size:42px;line-height:1.16}.machine-hero__content span{max-width:430px;color:#e5e5e5;font-size:16px;line-height:1.75}.machine-list{padding:78px 0;background:#f6f6f6}.machine-list .section-title{max-width:760px;margin:0 auto 38px}.machine-list .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}.machine-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.machine-card{position:relative;min-height:270px;padding:29px;border:1px solid #e1e1e1;background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.machine-card:hover{transform:translateY(-5px);border-color:var(--renk);box-shadow:0 16px 32px rgba(0,0,0,.09)}.machine-card__no{position:absolute;top:24px;right:25px;color:#d5d5d5;font-size:13px;font-weight:900}.machine-card>i{display:flex;width:43px;height:43px;align-items:center;justify-content:center;margin-bottom:18px;background:#272a2e;color:var(--renk);font-size:20px}.machine-card>p{margin:0 0 7px;color:var(--renk);font-size:10px;font-weight:900;letter-spacing:1.2px}.machine-card h3{margin:0 0 8px;color:#292929;font-size:21px;font-weight:700}.machine-card strong{display:block;margin-bottom:16px;color:#555;font-size:14px;font-weight:700}.machine-card ul{margin:0;padding:0;list-style:none}.machine-card li{position:relative;padding:4px 0 4px 15px;color:#777;font-size:13px;line-height:1.45}.machine-card li:before{position:absolute;top:10px;left:0;width:5px;height:5px;background:var(--renk);content:""}.machine-card--featured{border-top:4px solid var(--renk);background:#202328}.machine-card--featured h3,.machine-card--featured strong{color:#fff}.machine-card--featured li{color:#d2d2d2}.machine-card--featured .machine-card__no{color:#757575}.machine-page-cta{background:#f6f6f6}@media(max-width:991px){.machine-list__grid{grid-template-columns:repeat(2,1fr)}.machine-hero__content{width:70%}}@media(max-width:767px){.machine-hero{padding-top:55px}.machine-hero__image,.machine-hero__content{min-height:420px}.machine-hero__content{width:100%;padding:55px 30px}.machine-hero__content h2{font-size:32px}.machine-list{padding:58px 0}.machine-list__grid{grid-template-columns:1fr;gap:16px}.machine-card{min-height:0;padding:25px}}

/* Makina kartları: iki sütunda fotoğraf ve teknik özet birlikte gösterilir. */
.machine-list__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.machine-card{display:block;min-height:0;padding:0;overflow:hidden}.machine-card__image{aspect-ratio:4/3;overflow:hidden;background:#25282c}.machine-card__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.machine-card__body{position:relative;padding:29px 28px}.machine-card__body>i{display:flex;width:40px;height:40px;align-items:center;justify-content:center;margin-bottom:15px;background:#272a2e;color:var(--renk);font-size:18px}.machine-card__body>p{margin:0 0 7px;color:var(--renk);font-size:10px;font-weight:900;letter-spacing:1.2px}.machine-card__body .machine-card__no{top:23px;right:24px}.machine-card--featured .machine-card__body>i{background:#fff;color:var(--renk)}@media(max-width:767px){.machine-list__grid{gap:18px}.machine-card{min-height:0}.machine-card__image{height:auto;min-height:0}.machine-card__body{padding:25px}.machine-card__body .machine-card__no{top:24px}}

/* Sektörler */
.sectors-intro{padding:76px 0 68px;background:#f6f6f6}.sectors-intro .container{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}.sectors-intro h2{max-width:620px;margin:8px 0 0;color:#292929;font-size:38px;line-height:1.18}.sectors-intro .container>p{margin:0;color:#666;font-size:16px;line-height:1.8}.sector-showcase{padding:0 0 78px;background:#f6f6f6}.sector-showcase .container{display:grid;gap:28px}.sector-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:430px;overflow:hidden;background:#202328}.sector-feature--reverse{grid-template-columns:.95fr 1.05fr}.sector-feature--reverse img{order:2}.sector-feature--reverse .sector-feature__body{order:1}.sector-feature>img{width:100%;height:100%;min-height:430px;object-fit:cover}.sector-feature__body{position:relative;padding:57px 60px;background:#202328;color:#fff}.sector-feature__body>span{position:absolute;top:39px;right:47px;color:#777;font-size:14px;font-weight:900}.sector-feature__body>p{margin:0 0 10px;color:var(--renk);font-size:11px;font-weight:900;letter-spacing:1.4px}.sector-feature__body h2{max-width:470px;margin:0 0 13px;color:#fff;font-size:31px;line-height:1.2}.sector-feature__body strong{display:block;margin-bottom:21px;color:#d5d5d5;font-size:14px;font-weight:600}.sector-feature__body ul{margin:0;padding:0;list-style:none}.sector-feature__body li{position:relative;padding:5px 0 5px 17px;color:#e1e1e1;font-size:14px;line-height:1.45}.sector-feature__body li:before{position:absolute;top:12px;left:0;width:5px;height:5px;background:var(--renk);content:""}@media(max-width:991px){.sectors-intro .container{grid-template-columns:1fr;gap:20px}.sector-feature,.sector-feature--reverse{grid-template-columns:1fr}.sector-feature--reverse img,.sector-feature--reverse .sector-feature__body{order:initial}.sector-feature>img{min-height:330px;height:330px}.sector-feature__body{padding:45px}}@media(max-width:767px){.sectors-intro{padding:56px 0 48px}.sectors-intro h2{font-size:30px}.sector-showcase{padding-bottom:58px}.sector-showcase .container{gap:20px}.sector-feature>img{height:260px;min-height:260px}.sector-feature__body{padding:36px 25px}.sector-feature__body>span{top:27px;right:24px}.sector-feature__body h2{font-size:26px}}

/* Sektör kartları: başlıklar açık zemin üzerinde okunur ve her sektör ayrı birim olur. */
.sector-showcase .container{display:block}.sector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.sector-card{display:grid;grid-template-columns:44% 56%;min-height:270px;overflow:hidden;border:1px solid #dedede;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.sector-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(0,0,0,.1)}.sector-card>img{width:100%;height:100%;min-height:270px;object-fit:cover}.sector-card__body{position:relative;padding:30px 28px}.sector-card__body>span{position:absolute;top:25px;right:25px;color:#d3d3d3;font-size:13px;font-weight:900}.sector-card__body p{margin:0 30px 7px 0;color:var(--renk);font-size:10px;font-weight:900;letter-spacing:1px}.sector-card__body h2{margin:0 0 8px;color:#292929;font-size:23px;font-weight:700;line-height:1.22}.sector-card__body strong{display:block;margin-bottom:12px;color:#4f4f4f;font-size:13px;font-weight:700;line-height:1.45}.sector-card__body div{color:#747474;font-size:13px;line-height:1.6}@media(max-width:991px){.sector-grid{grid-template-columns:1fr}.sector-card{min-height:245px}.sector-card>img{min-height:245px}}@media(max-width:767px){.sector-grid{gap:18px}.sector-card{grid-template-columns:1fr}.sector-card>img{height:230px;min-height:230px}.sector-card__body{padding:25px}.sector-card__body h2{font-size:22px}}

/* Ana sayfa sektör özeti */
.home-sectors{padding:76px 0;background:#fff}.home-sectors__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.home-sectors__head .about-page-kicker{margin:0 0 8px}.home-sectors__head h2{margin:0;color:#292929;font-size:31px}.home-sectors__head>a{color:#333;font-size:12px;font-weight:900;white-space:nowrap}.home-sectors__head>a i{margin-left:8px;color:var(--renk)}.home-sectors__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-sector-card{position:relative;display:block;min-height:285px;overflow:hidden;background:#202328}.home-sector-card:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 28%,rgba(0,0,0,.84) 100%);content:""}.home-sector-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-sector-card:hover img{transform:scale(1.05)}.home-sector-card>span{position:absolute;z-index:1;right:21px;bottom:20px;left:21px}.home-sector-card small,.home-sector-card strong,.home-sector-card em{display:block}.home-sector-card small{margin-bottom:7px;color:#e7e7e7;font-size:11px;line-height:1.35}.home-sector-card strong{color:#fff;font-size:20px;line-height:1.22}.home-sector-card em{margin-top:11px;color:var(--renk);font-size:10px;font-style:normal;font-weight:900;letter-spacing:.7px}.home-sector-card em i{margin-left:6px}@media(max-width:991px){.home-sectors__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.home-sectors{padding:58px 0}.home-sectors__head{align-items:flex-start;flex-direction:column;margin-bottom:22px}.home-sectors__head h2{font-size:27px}.home-sectors__grid{gap:14px}.home-sector-card{min-height:230px}}

/* Yorum alanı kaldırıldığında blog ile referanslar arasında oluşan fazla mesafeyi dengeler. */
.home-preview #blog{padding-bottom:46px}.home-preview #clients{padding-top:46px}

/* Borwerk sayfasında kapanış çağrısı, beyaz ara alan yerine kullanım alanları bölümüyle bütünleşir. */
.borwerk-applications__cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:45px;padding-top:26px;border-top:1px solid rgba(255,255,255,.18)}.borwerk-applications__cta span{display:block;margin-bottom:7px;color:var(--renk);font-size:10px;font-weight:900;letter-spacing:1.4px}.borwerk-applications__cta strong{display:block;color:#fff;font-size:21px;line-height:1.35}.borwerk-applications__cta .btn{flex:0 0 auto;border-color:var(--renk);background:var(--renk);color:#222}@media(max-width:767px){.borwerk-applications__cta{align-items:flex-start;flex-direction:column;margin-top:34px}.borwerk-applications__cta strong{font-size:18px}}

/* Fason Borwerk detay sayfası */
.borwerk-hero{position:relative;min-height:590px;background:#14171b url('../img/arman/machines/fason-borwerk-hero-v2.png') center/cover no-repeat}.borwerk-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,11,.93) 0%,rgba(7,9,11,.74) 45%,rgba(7,9,11,.13) 100%);content:""}.borwerk-hero .container{position:relative;z-index:1}.borwerk-hero__inner{display:flex;min-height:590px;max-width:740px;align-items:center}.borwerk-hero p{margin:0 0 14px;color:var(--renk);font-size:12px;font-weight:900;letter-spacing:1.8px}.borwerk-hero h1{margin:0 0 20px;color:#fff;font-size:48px;line-height:1.1}.borwerk-hero span{display:block;max-width:600px;color:#e1e1e1;font-size:17px;line-height:1.75}.borwerk-hero .btn{display:inline-block;margin-top:27px;border-color:var(--renk);background:var(--renk);color:#222}.borwerk-intro{padding:86px 0;background:#fff}.borwerk-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.borwerk-intro__image{position:relative}.borwerk-intro__image:after{position:absolute;right:-15px;bottom:-15px;width:38%;height:38%;border-right:4px solid var(--renk);border-bottom:4px solid var(--renk);content:""}.borwerk-intro__image img{position:relative;z-index:1;display:block;width:100%;min-height:430px;object-fit:cover}.borwerk-intro__content h2{margin:9px 0 21px;color:#292929;font-size:38px;line-height:1.18}.borwerk-intro__content>p:not(.about-page-kicker){margin:0 0 14px;color:#696969;line-height:1.78}.borwerk-intro__content .service-inline-link{margin-top:10px}.borwerk-capacity{padding:78px 0;background:#f5f5f5}.borwerk-capacity .section-title{max-width:700px;margin:0 auto 37px}.borwerk-capacity .section-title>p:last-child{margin:12px auto 0;color:#666;line-height:1.7}.borwerk-capacity__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.borwerk-capacity__grid article{position:relative;min-height:275px;padding:35px 38px;border-top:4px solid var(--renk);background:#202328}.borwerk-capacity__grid article>span{position:absolute;top:27px;right:31px;color:#777;font-size:14px;font-weight:900}.borwerk-capacity__grid article>p{margin:0 0 8px;color:var(--renk);font-size:11px;font-weight:900;letter-spacing:1.3px}.borwerk-capacity__grid h3{margin:0 0 18px;color:#fff;font-size:29px}.borwerk-capacity__grid ul{margin:0;padding:0;list-style:none}.borwerk-capacity__grid li{position:relative;padding:5px 0 5px 16px;color:#d4d4d4;font-size:14px;line-height:1.45}.borwerk-capacity__grid li:before{position:absolute;top:12px;left:0;width:5px;height:5px;background:var(--renk);content:""}.borwerk-video{padding:84px 0;background:#fff}.borwerk-video__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center}.borwerk-video h2{margin:9px 0 17px;color:#292929;font-size:37px;line-height:1.18}.borwerk-video p:not(.about-page-kicker){margin:0;color:#6c6c6c;line-height:1.78}.borwerk-video__media{position:relative;display:block;min-height:335px;overflow:hidden;background:#1c1e21}.borwerk-video__media:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.55));content:""}.borwerk-video__media img{display:block;width:100%;height:335px;object-fit:cover}.borwerk-video__media span{position:absolute;z-index:1;top:50%;left:50%;display:flex;width:70px;height:70px;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.75);border-radius:50%;background:var(--renk);color:#222;font-size:21px;transform:translate(-50%,-50%)}.borwerk-video__media strong{position:absolute;z-index:1;bottom:25px;left:27px;color:#fff;font-size:12px;letter-spacing:1px}.borwerk-process{padding:80px 0;background:#f5f5f5}.borwerk-process .section-title{max-width:700px;margin:0 auto 38px}.borwerk-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.borwerk-process__grid article{position:relative;min-height:230px;padding:28px 24px;border:1px solid #e2e2e2;background:#fff}.borwerk-process__grid article>span{position:absolute;top:20px;right:21px;color:#d9d9d9;font-size:12px;font-weight:900}.borwerk-process__grid i{color:var(--renk);font-size:23px}.borwerk-process__grid h3{margin:20px 0 10px;color:#292929;font-size:19px}.borwerk-process__grid p{margin:0;color:#747474;font-size:14px;line-height:1.65}.borwerk-applications{padding:72px 0;background:#202328}.borwerk-applications__inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.borwerk-applications h2{margin:8px 0 0;color:#fff;font-size:37px;line-height:1.18}.borwerk-applications ul{margin:0;padding:0;list-style:none}.borwerk-applications li{position:relative;padding:11px 0 11px 22px;border-bottom:1px solid rgba(255,255,255,.13);color:#d8d8d8;line-height:1.5}.borwerk-applications li:before{position:absolute;top:19px;left:0;width:7px;height:7px;background:var(--renk);content:""}@media(max-width:991px){.borwerk-hero,.borwerk-hero__inner{min-height:510px}.borwerk-hero h1{font-size:41px}.borwerk-intro__grid,.borwerk-video__grid,.borwerk-applications__inner{grid-template-columns:1fr;gap:42px}.borwerk-process__grid{grid-template-columns:repeat(2,1fr)}.borwerk-intro__image img{min-height:350px}.borwerk-video__media{max-width:740px}}@media(max-width:767px){.borwerk-hero,.borwerk-hero__inner{min-height:475px}.borwerk-hero{background-position:62% center}.borwerk-hero h1{font-size:34px}.borwerk-hero span{font-size:15px}.borwerk-intro,.borwerk-video{padding:58px 0}.borwerk-intro__grid{gap:34px}.borwerk-intro__image img{min-height:270px}.borwerk-intro__content h2,.borwerk-video h2,.borwerk-applications h2{font-size:29px}.borwerk-capacity,.borwerk-process{padding:58px 0}.borwerk-capacity__grid,.borwerk-process__grid{grid-template-columns:1fr}.borwerk-capacity__grid article{min-height:0;padding:29px 25px}.borwerk-video__media,.borwerk-video__media img{min-height:245px;height:245px}.borwerk-applications{padding:55px 0}.borwerk-applications__inner{gap:30px}.borwerk-applications li{font-size:14px}}
