/*
Template Name: Bizbee
Template URI:
Author URI: Anil Basnet
Description: Bizbee is is a powerful, creative, perfect  and feature rich multi-purpose Business HTML template. It is RTL Ready HTML Template. It is suitable for business, portfolio, digital agencies and general corporate website.  It is designed with great attention to details, flexibility and performance thus looks stunning on all types of screens and devices. Bizbee comes with creative and well-organized sections.Images used in the demo is just for demonstration purpose. Those images are not bundled in the zip.
Version: 1.2.0
Primary use: Business / Corporate
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Elements
4. Forms
4.1. Search Forms
5. Alignments
6. Clearings
7. Media
7.1. Captions
8. Gallery
9. Custom Button
10. Navigation
10.1. Links
10.2. Menu
11. Header Section
11.1. Top Header
11.2. Header
12. Custom Header
13. Content
13.1. Custom Gird
13.2. Post And Single Post Meta
13.3. Comments
13.4. Blog
13.5. Sidebar
14. Widget
15. Footer
16. Footer widgets
17. Scrollup Style
18. Front Page sections
18.1. Featured Slider
18.2. News And Events
18.3. Post Grid
18.4. Featured Page
18.5. Call to action
18.6. Services
18.7. Plan
18.8. Associate logo
18.9. Team
18.10. Counter
18.11. Testimonial
18.12. Portfolio
18.13. Feature Page
18.14. Skills
18.15. Quick Contact
18.16. Social Links
19 Inner Page Templates
19.1 Basic Breadcrumb
19.2 Error 404 Page
19.3. Project

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	word-wrap: break-word;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
	text-decoration: inherit;
	outline: none;
}


b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}















button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

q {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 5px;
	border: 2px double #f9f9f9;
	text-align: center;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	font-size: 17px;
	color: #8d9297;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: "Roboto", sans-serif;
}
h1 {
	font-size:38px;
}

h2 {
	font-size:28px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	margin: 0 0 15px;
	background: none;
	line-height: 1.4;
	color: #222;
	font-weight: 600;
	font-family: "Poppins", sans-serif;

}

p {
	margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	text-align: left;
	position: relative;
	margin: 25px 0;
	font-size: 27px;
	font-weight: 100;
	padding: 35px 30px 20px;
	border-left: 4px solid var(--renk);
	box-shadow: 0px 0px 42px 10px rgba(112,112,112,.08);
	border-radius: 20px;
}

blockquote cite {
	font-size: 18px;
	line-height: 1.89;
	color: #888888;
}

blockquote cite {
	display: block;
	margin-top: 7px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #dc4357;
	background-color: #E7082612;
	border-radius: 4px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote:before {
	color: var(--renk);
}

hr {
	background-color: #ECECEE;
	border: 0;
	height: 1px;
	margin: 60px 0;
	clear: both;
}

ul,
ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: none;
	padding-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

ul.list-col-3 li {
	width: 33.33%;
	float: left;
	font-weight: bold;
}

ul.list-col-3 li i {
	color: var(--renk);
	margin-right: 5px;
}

.list-icon li:before {
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	margin-right: 15px;
	color: var(--renk);
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 15px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
	background: var(--renk);
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding:10px 35px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:active {
	background-color: #222;
	color: #fff;
	outline: none;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea,
select {
	color: #272727;
	border: 1px solid #e7e7e7;
	padding: 7px 10px 7px 15px;
}

select {
	border: 1px solid #f5f5f5;
	width: 100%;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline:none;
	border:1px solid #222;
	transition: border 0.5s ease-in-out 0s;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
4.1. Search Forms
--------------------------------------------------------------*/

form.search-form {
	position: relative;
}

input.search-field {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 12px 25px;
}

.search-submit {
	width: 100%;
	margin-top: 15px;
}

.searchform {
	width: 430px;
	margin: 0 auto;
	max-width: 100%;
}

.searchform-inner {
	position: relative;
}

input.search-submit, input.search-submit:visited {
	position: absolute;
	top: 0;
	margin: 0;
	right: 0;
	font-size: 17px;
	padding: 15px 20px;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #272727;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #272727;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #272727;
}

:-moz-placeholder { /* Firefox 18- */
	color: #272727;
}

#footer-widgets ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #222;
}

#footer-widgets ::-moz-placeholder { /* Firefox 19+ */
	color: #222;
}

#footer-widgets :-ms-input-placeholder { /* IE 10+ */
	color: #222;
}

#footer-widgets :-moz-placeholder { /* Firefox 18- */
	color: #222;
}

.text-alignleft {
	text-align: left;
}

.text-alignright {
	text-align: right;
}

.text-aligncenter {
	text-align: center;

}


/*--------------------------------------------------------------
5. Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 50px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.text-alignleft {
	text-align: left;
}

.text-alignright {
	text-align: right;
}

.text-aligncenter {
	text-align: center;

}

.clear-fix {
	clear: both;
}

.clear-fix:after,
.clear-fix:before {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
7. Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/**
* Print
*/

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-sections,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}


}
/**
* Media Queries
*/

/**
* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
*/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*--------------------------------------------------------------
7.1. Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
8. Galleries
--------------------------------------------------------------*/


.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	padding: 5px;
	float: left;
}
.gallery-item img {
	vertical-align: middle;
}

.gallery-item:hover {
	opacity: 0.7;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-caption {
	display: block;
	background: #f9f8f8;
	padding: 8px;
	font-size: 18px;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: both;
}

/*--------------------------------------------------------------
9. Custom Button
--------------------------------------------------------------*/

.custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited {
	transition: all 0.3s ease 0s;
	background: var(--renk);
	color: #fff;
	font-size: 15px;
	padding: 7px 30px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 0;
	position: relative;
	font-weight: 500;
	margin-top: 20px;
	border: 2px solid transparent;
	text-transform: uppercase;
}

/*Circle button style*/

.button-curved  .custom-button,
.button-curved .custom-button:visited,
.button-curved a.button.custom-button,
.button-curved a.button.custom-button:visited
.button-curved .custom-button.custom-primary-button,
.button-curved .custom-button.custom-primary-button:visited,
.button-curved input[type="button"],
.button-curved input[type="reset"],
.button-curved input[type="submit"],
.button-curved a.scrollup, a.scrollup:visited,
.button-curved  {
	border-radius: 50px;
}
.custom-button.button-curved{
	border-radius: 50px;
}
.button-semi-curved {
	border-radius: 5px;
}

.button-circle,
.button-circle-enabled .slick-arrow  {
	border-radius: 100%;
}

.section-carousel-enabled.button-circle .slick-prev.slick-arrow,
.section-carousel-enabled.button-circle .slick-next.slick-arrow{
	border-radius: 100%;
}

.custom-button:hover,
.button:hover, button:focus,
.button:focus,
.custom-button:focus,
.custom-button:active,
.custom-button.custom-primary-button:hover,
.custom-button.custom-primary-button:active,
.custom-button.custom-primary-button:focus {
	background-color: #222;
	color: #fff;
}

.overlay-enabled .custom-button:hover,
.overlay-enabled a.button:hover,
.overlay-enabled button:focus,
.overlay-enabled a.button:focus,
.overlay-enabled .custom-button:focus,
.overlay-enabled .custom-button:active,
.overlay-enabled .custom-button.custom-primary-button:hover,
.overlay-enabled .custom-button.custom-primary-button:active,
.overlay-enabled .custom-button.custom-primary-button:focus,
.dark-background .custom-button:hover,
.dark-background a.button:hover,
.dark-background button:focus,
.dark-background a.button:focus,
.dark-background .custom-button:focus,
.dark-background .custom-button:active,
.dark-background .custom-button.custom-primary-button:hover,
.dark-background .custom-button.custom-primary-button:active,
.dark-background .custom-button.custom-primary-button:focus {
	background-color: #fff;
	color: #222;
}
a.custom-button.custom-wire {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}

.custom-button.custom-gray:hover {
	background: var(--renk);
	color: #fff;
}

/*custom-secondary*/

.custom-button.custom-secondary-button,
.custom-button.custom-secondary-button:active,
.custom-button.custom-secondary-button:visited {
	background-color: #000;
	color: #fdfdfd;
	margin-left: 15px;
}

.custom-button.custom-secondary-button:hover,
a.custom-button.custom-wire:hover  {
	background: var(--renk);
	color: #fff;
	border-color:var(--renk);
}

a.more-link {
	display: inline-block;
	font-weight: 700;
}
.more-link:after {
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	padding-left: 6px;
	font-size: 11px;
	font-weight: 900;
}

a.more-link:hover::after {
	content: "\f00c";
}

.custom-button.custom-default {
	background: #ddd;
	color: #222;
}

.custom-button.custom-success {
	background: #0fb661;
}

.custom-button.custom-info {
	background: #30b4da;
}

.custom-button.custom-warning {
	background: #f0b02f;
}

.custom-button.custom-danger {
	background: #ff4f39;
}

.custom-button.custom-dark {
	background: #222222;
}

.custom-button.custom-purple {
	background: #9261c6;
}

.custom-button.custom-pink {
	background: #ff6b98;
}
.custom-button.custom-gray{
	background: #f7f9f8;
	color: #222;
}

.custom-button.custom-default:hover,
.custom-button.custom-pink:hover,
.custom-button.custom-purple:hover,
.custom-button.custom-dark:hover,
.custom-button.custom-danger:hover,
.custom-button.custom-warning:hover,
.custom-button.custom-info :hover,
.custom-button.custom-success:hover,
.custom-button.custom-default:hover {
	opacity: 0.8;
}

.custom-button-demo h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.custom-button.button-medium {
	padding: 12px 50px;
}
.custom-button.button-large {
	padding: 20px 50px;
	font-size: 20px;
}

button.custom-button.button-extra-small {
	padding: 5px 15px;
	font-size: 13px;
}

/*--------------------------------------------------------------
10. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1. Links
--------------------------------------------------------------*/



.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}





a {
	color:#323232;
	text-decoration: inherit;
}

a:visited {
	color: #323232;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:focus,
a:active {
	color: var(--renk);
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
9.2. Menus
--------------------------------------------------------------*/
#mobile-trigger-quick {
	display: none;
}


#mobile-trigger-quick {
	display: none;
}

.nav-inner-wrapper {
	background: #ffffff;
	padding: 13px 20px;
	position: relative;
	box-shadow: 0 0 16px #cecece69;
}

.nav-inner-wrapper.nav-color-bg {
	background: var(--renk);
}
.nav-inner-wrapper.no-boxshadow {
	box-shadow: inherit!important;
}
.nav-inner-wrapper.nav-black-bg {
	background: #3f4241;
}
.nav-inner-wrapper #header-search a.search-icon {
	margin-top: 9px;
	padding: 3px 13px;
}
.nav-inner-wrapper.nav-color-bg .main-navigation ul li a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li a{
	color: #ffffff;
}

.nav-inner-wrapper.nav-color-bg .main-navigation ul li li a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li li a {
	color: #222;
}
.nav-inner-wrapper.nav-color-bg .main-navigation ul li li a:hover,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li li a:hover,
.nav-inner-wrapper.nav-color-bg .main-navigation ul li li a:focus,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li li a:focus,
.nav-inner-wrapper.nav-color-bg .main-navigation ul li li a:active,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li li a:active {
	color: var(--renk);
}

#header-search a.search-icon:hover, #header-search a.search-icon:focus, #header-search a.search-icon:active {
	background: var(--renk);
	color: #fff;
}

.main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul.sub-menu {
	background-color: #fff;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	top: 60px;
	left: 0;
	-webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	-moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	width: 200px;
	position: absolute;
	z-index: 999;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	opacity: 0;
}

.main-navigation ul li:hover > ul.sub-menu, .main-navigation ul li.focus > ul.sub-menu {
	display: block;
	opacity: 1;
	z-index: 1000;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform 0.3s ease, opacity 0.2s ease .1s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	visibility: visible;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	box-shadow: 2px 1px 2px #222;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	margin-bottom:0;
}

.main-navigation ul ul ul.sub-menu {
	left: 100%;
	top: 0;
	right: inherit;
}

.main-navigation ul > li:hover > ul {
	opacity: 1;
	left:0;
	z-index: 9999;
}

.main-navigation ul ul ul ul  {
	display: none;
}

.main-navigation ul ul ul li:hover > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul {
	opacity: 1;
	left:100%;
}

.main-navigation li li {
	float: none;
	display: block;
}

.main-navigation ul li li:last-child > a {
	border: none;
}

.main-navigation ul li a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 10px;
	position: relative;
	z-index: 99;
	margin: 0 15px 0 0;
}

.main-navigation ul ul a {
	border-left: medium none;
	border-right: medium none;
	transition: padding 0.2s ease-in-out 0s;
	height: auto;
	padding: 10px 25px;
	text-align: left;
	width: 100%;
	margin: 0;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page-item-has-children > a {
	padding-right: 30px;
}

.main-navigation li > a {
	position: relative;
}


.main-navigation ul li a:hover:after,
.main-navigation li.current-menu-item > a:after,
.main-navigation ul li a:hover::after,
.main-navigation ul li a:focus::after,
.main-navigation ul li a:active::after  {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--renk);
	display: block;
	margin-top: 3px;
}
.main-navigation ulli  li a:hover:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover::after,
.main-navigation ul li li a:focus::after,
.main-navigation ul li li a:active::after {
	display: none;
}
.main-navigation ul ul::before,
.flat-mega-memu::before {
	content: "";
	height: 25px;
	display: block;
	position: absolute;
	top: -25px;
	background: transparent;
	z-index: 9999;
	width: 100%;
	left: 0;
}

.main-navigation ul ul::after {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	z-index: 9999;
	left: 20px;
	transform: rotate(45deg);
	background: #fff;
	height: 12px;
	width: 12px;
}

.main-navigation li li.current-menu-item > a:after,
.main-navigation li li.current-page-item > a:after,
.main-navigation ul li li a:hover:after {
	display: none;
}

.main-navigation li li > a:hover, .main-navigation li li.current-menu-item > a, .main-navigation li li.current-page-item > a, .main-navigation li li:hover > a, .main-navigation li li > a:focus, .main-navigation li li > a:active {
	color: var(--renk);
}

.main-navigation ul li.menu-item-has-children > a::before,
.main-navigation ul li.page-item-has-children > a::before {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	margin-right: 0;
	position: absolute;
	right: 5px;
	top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-size: 8px;
	font-weight: 900;
}

.main-navigation ul li li.menu-item-has-children > a::before,
.main-navigation ul li li.page-item-has-children > a::before {
	right: 20px;
	top: 10px;
}

#main-navigation ul ul ul::after {
	display: none;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page-item-has-children a {
	padding-right: 20px;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
	display: none;
}

#mobile-trigger {
	display: none;
}

#mob-menu {
	display: none;
}

/*Mega Menu*/

.site-header .container {
	position: relative;
}

.main-navigation ul li.has-mega-menu {
	position: inherit;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu ul {
	float: left;
	width: 25%;
	padding: 0 20px;
	border-right: 1px solid #f5f5f5;
	margin: 30px 0;
}

#main-navigation ul li.has-mega-menu ul::after {
	display: none;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu {
	width: 1200px;
	left: 0;
	background-color: #fff;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	top: 77px;
	-webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	-moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	position: absolute;
	z-index: 999;
	overflow: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	opacity: 0;
}

.main-navigation ul li.has-mega-menu:hover .flat-mega-memu,
.main-navigation ul li.has-mega-menu.focus .flat-mega-memu{
	display: block;
	opacity: 1;
	z-index: 1000;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform 0.3s ease, opacity 0.2s ease .1s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	visibility: visible;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu ul li a {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Dark Sub Menu*/

.main-navigation.dark-submenu ul ul.sub-menu,
.main-navigation.dark-submenu ul ul::after,
.main-navigation.dark-submenu ul li.has-mega-menu .flat-mega-memu {
	background: #2e2d2f;
}

.main-navigation.dark-submenu ul ul a {
	color: #dadada;
	border-color: #424144;
}
.main-navigation.dark-submenu ul li.has-mega-menu .flat-mega-memu ul {
	border-color: #5f5b5b;

}
.main-navigation ul li.has-mega-menu .flat-mega-memu ul:last-child {
	border:none;
}

/* Mobile Menu */

#mobile-trigger, button#header-top-toggle {
	display: block;
	padding: 4px 10px;
	box-shadow: 0 0 10px #e6e4e470;
	background: #ffffff;
	font-size: 17px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: #222;
	border-radius: 100%;
}

.flat-mega-memu {
	display: none;
}
.logged-in.sidr-main-open #mobile-trigger {
	position: relative;
	z-index: 999999;
}

.logged-in.sidr-open.sidr-main-open {
	margin-top: -46px;
}




.sidr ul li a {
	padding-right: 50px;
}

.sidr ul li {
	position: relative;
}

.sidr .dropdown-icon {
	height: 50px;
	width: 50px;
	background: #333333;
	z-index: 999;
	display: block;
	box-shadow: 0 0 37px #464444 inset;
	cursor: pointer;
}

.sidr ul li ul .dropdown-icon {
	height: 41px;
}

.sidr .dropdown-icon::after {
	content: "\f107";
	display: block;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
}

.sidr .toggle-on .dropdown-icon::after {
	content: "\f106";
}

.sidr .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.sidr ul li ul {
	display: none;
}

#mob-menu.sidr ul ul li.has-mega-menu ul {
	display: block;
}

#mob-menu ul {
	display: none;
}
.sidr ul li ul.mega-menu-sub {
	display: block;
}
.sidr-open #mob-menu .sidr-inner>ul {
	display: block;
}

#mobile-trigger i.fa {
	display: block;
	display: block;
	margin-right: 15px;
	padding: 14px 5px;
	background: #000000;
	height: 27px;
	width: 30px;
	text-align: center;
	margin: 6px 10px 0 0;
}

span.trigger-title {
	display: inline-block;
	position: relative;
	top: -2px;
	text-transform: uppercase;
}

#mobile-trigger i.fa.fa-times {
	display: none;
	font-size: 13px;
}

#content .section-title {
	font-size: 30px;
}


/*Page/Post Navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #f7f7f7;
	padding: 70px 0;
}

.nav-links a {
	display: inline-block;
}

.nav-links span.meta-nav {
	display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before{
	content: "\f30a";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-weight: 900;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after{
	content: "\f30b";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	font-weight: 900;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links .page-numbers {
	padding: 5px;
	background: #fff;
}

.pagination .nav-links .page-numbers.dots {
	background-color: inherit;
	border:none;
	color:#272727;
}

.pagination .nav-links .page-numbers {
	padding: 6px 18px;
	color: #272727;
	display: inline-block;
	background: #f5f5f5;
	margin: 5px;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover,
.pagination .nav-links a:active,
.pagination .nav-links a:focus {
	background: var(--renk);
	color: #fff;
	border-color: var(--renk);
}

.pagination .nav-links {
	text-align: center;
	clear: both;
}

/*--------------------------------------------------------------
11. Header Section
--------------------------------------------------------------*/

/* Mobile top Header */
#site-top-header-mobile-container {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 999;
	width: 90%;
	left: 5%;
	box-shadow: 0 6px 21px #251f1f26;
	top: 43px;
	max-width: 90%;
}
#mobile-top-bar i.far.fa-times-circle {
	display: none;
	float: left;
	padding: 4px 0;
	text-align: center;
}
#mobile-top-bar .header-top-toggle  i.far.fa-times-circle {
	display: none;
	padding: 5px;
	text-align: center;
	float: none;

}
.sidr-open #mobile-top-bar i.far.fa-times-circle,
#mobile-top-bar .header-top-toggle.open  i.far.fa-times-circle{
	display: block;
}
.sidr-open #mobile-top-bar  i.fas.fa-align-right,
#mobile-top-bar .header-top-toggle.open i.fas.fa-align-left {
	display: none;
}
.responsive-on {
	display: none;
}
.responsive-off {
	display: block;
}
#site-top-header-mobile-container .quick-contact li i {
	color: #222;
}
#site-top-header-mobile-container .quick-contact li {
	display: block;
	width: 100%;
	border: none;
	padding: 15px;
	text-align: left;
}
.mobile-toggle-row {
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	clear: both;
	float: left;
	width: 100%;
}
div#site-top-header-mobile-container.toggle-show {
	display: block;
}
.mobile-toggle-row:last-child {
	border:none;
	margin:0;
}
@media only screen and (max-width:1023px) {
	.responsive-off {
		display: none;
	}
	.responsive-on {
		display: block;
		background: #ffffff;
		padding: 5px 15px;
	}

}
/*--------------------------------------------------------------
11.1. Top Header
--------------------------------------------------------------*/

#tophead {
	background: #000000;
	padding: 3px 0;
	color: #131212;
}

#tophead.lite-tophead p {
	color: #000;
}

#tophead p {
	color: #fff;
}

#tophead a {
	color: #f9f9f9;
}
#tophead a:hover, #tophead a:focus, #tophead a:active {
	color: var(--renk);
}
#tophead span.social-title {
	float: left;
	padding: 9px 20px;
	font-style: italic;
}

#tophead.lite-tophead {
	background: #eeeeef;
	color: #222;
}

#tophead.lite-tophead  a,
#tophead.lite-tophead .social-links li a::before {
	color: #222;
}

#tophead p {
	margin-bottom:0;
}

#tophead .header-login {
	margin: 9px 0 0;
	margin-left: 10px;
	font-size: 14px;
}

#tophead  .header-login i {
	font-size: 10px;
	margin-right: 9px;
}

/*multi-language*/

.multi-language-current:after {
	content: "\f107";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
	font-size: 12px;
}

a.multi-language-current {
	padding: 9px;
	position: relative;
	padding-right: 20px;
	font-size: 14px;
}

.multi-language {
	position: relative;
	padding: 7px 0;
	margin-left: 20px;
	border-left: 1px solid #6363630d;
	border-right: 1px solid #6363630d;
}
.multi-language img {
	margin-right: 9px;
}

.multi-language-sub {
	padding:10px 20px;
	background-color: #ffffff;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	top: 127%;
	right: 0;
	-webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	-moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
	width: 170px;
	position: absolute;
	z-index: 999;
	margin: 0;
	border-radius: 5px;
}

.multi-language-sub::after {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	z-index: 9999;
	right: 20px;
	transform: rotate(45deg);
	background: #fff;
	height: 12px;
	width: 12px;
}

#tophead ul.multi-language-sub li a {
	color: #222;
}

.multi-language:hover .multi-language-sub {
	visibility: visible;
	opacity: 1;
}

.multi-language-sub li {
	display: block;
	width: 100%;
	float: none;
	border: none;
	margin: 6px 0;
	border-top: 1px solid #f1f1f1;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
}

.multi-language li img {
	max-width: 15px;
}

.multi-language-sub li:first-child {
	border: none;
}

.multi-language-sub ul li a {
	display: block;
	font-size: 13px;
	padding-left: 10px;
	position: relative;
	text-transform: capitalize;
	z-index: 99;
	margin-top: 5px;
}

#tophead .section {
	margin:0;
}

#header-right {
	float: right;
	margin-left: 20px;
}
#header-right .custom-button {
	margin-top: 0;
	padding: 5px 28px;
}
#main-header #header-right {
	float: right;
	margin-top: 25px;
}

#quick-link-buttons .cart-button i {
	margin-right: 10px;
}

#quick-link-buttons {
	position: relative;
}

#quick-link-buttons .cart-button > span {
	min-width: 15px;
	min-height: 15px;
	border-radius: 100%;
	font-size: 11px;
	padding: 2px 0px 0;
	line-height: 1.2;
	position: absolute;
	top: 0;
	background: #e6e7e6;
	text-align: center;
	right: -7px;
	color: #000;
}

#tophead .social-links li a {
	border: none;
	margin: 0;
	height: initial;
}

#tophead .social-links li {
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#tophead .social-links li a::before {
	color: #ffffff;
	line-height: 2.6;
	font-size: 12px;
	font-weight: 100;
	text-shadow: none;
}

#tophead .social-links li a:hover::before {
	color: #fff;
}

#tophead a.search-icon {
	float: right;
	display: block;
	color: #928f8f;
	padding: 11px 15px;
	font-size: 13px;
}

#header-search {
	position: relative;
}

.search-box-wrap {
	background: #ffffff;
	display: none;
	position: absolute;
	right: 0;
	top: 61px;
	padding: 25px 30px 25px;
	z-index: 9991;
	border-top: 2px solid var(--renk);
	box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
}

#header-search a.search-icon {
	padding: 7px 15px;
	display: block;
	font-size: 12px;
	background: #222;
	color: #fff;
	margin-left: 15px;
}

.header-social-wrapper .social-links ul li a::before {
	color: #fff;
}

span.social-tilte.pull-left {
	padding-top: 7px;
}

.notice-info p {
	margin-top: 7px;
	display: block;
	font-size: 17px;
}

/*--------------------------------------------------------------
11.1. Header
--------------------------------------------------------------*/

#masthead {
	clear: both;
	width: 100%;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	padding: 25px 0;
	background: #fff;
}

#masthead.dark-header,
#masthead.dark-header.sticky-enabled.sticky-header {
	background: #37363a;
	border-top: 1px solid #737272;
}

#masthead.dark-header  .site-title a,
#masthead.dark-header .site-title a:visited,
#masthead.dark-header .hearder-min-cart .cart-button > a,
#masthead.dark-header .main-navigation ul li a,
#masthead.dark-header  #header-search a.search-icon {
	color: #eee;
}
#masthead.dark-headera #sidebar-trigger span,
#masthead.dark-header a#sidebar-trigger span:after,
#masthead.dark-header a#sidebar-trigger span:before {
	background: #eee;
}
.site-branding {
	margin: 0;
	text-align: center;
	margin-bottom:0px;
}

.site-title {
	font-size: 27px;
	margin: 0;
	line-height: 1.5;
	font-weight: 500;
	/* letter-spacing: 5px; */
	max-width: 187px;
}
.site-title span {
	/* color: var(--renk); */
}
.site-title a,
.site-title a:visited {
	color: #191d3d;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active{
	color: var(--renk);
}

.site-description {
	color: #777;
	font-size: 14px;
	font-style: inherit;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin: 0;
	text-align: left;
}

#main-navigation .container {
	position: relative;
}

a.custom-button.quick-link-button {
	margin-left: 15px;
}

/*Quick Contact*/

.quick-contact ul {
	margin: 0;
	padding: 0;
}
.quick-contact li {
	clear: inherit;
	float: left;
	font-size: 14px;
	list-style: outside none none;
	text-align: left;
	font-weight: 400;
	padding: 0 25px;
}

.quick-contact li:first-child {
	margin-left: 0;
}

.quick-contact .header-box-icon {
	float: left;
	font-size: 34px;
	margin-right: 20px;
	line-height: 1.4;
	text-align: center;
	padding-top: 5px;
}
.quick-contact li i {
	font-size: 30px;
	margin: 0;
	display: block;
	height: auto;
	width: auto;
	border: none;
	padding: 0;
}
.quick-contact-1 .header-box-icon {
	color: #f5595a;
}
.quick-contact .header-box-info {
	float: left;
	font-size: 15px;
}
.quick-contact .header-box-info strong {
	font-weight: 600;
	line-height: 1.5;
	display: block;
}
.quick-contact a {
	display: block;
}

.quick-contact .header-box-info p {
	margin: 0;
}

/*Quick Contact 2*/

.quick-contact.quick-contact-2 li i {
	float: left;
	font-size: 16px;
	margin-right: 11px;
	line-height: 0.8;
}

.quick-contact.quick-contact-2 a {
	display: inline-block;
}

.quick-contact.quick-contact-2 li {
	padding-left: 0;
	padding-top: 20px;
	line-height: 1;
	padding: 15px 20px;
	border-right: 1px solid #93929214;
	color: #fff;
}

.quick-contact.quick-contact-2 li:first-child {
	border-left: 1px solid #93929214;
}

.header-social-wrapper {
	padding-top: 5px;
}
.header-v4 .header-social-wrapper {
	padding-top: 0;
}
.widget-quick-contact span {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	display: table;
	clear: both;
}

.widget-quick-contact span i {
	font-size: 18px;
	padding-right: 10px;
	display: table-cell;
}

/*Quick Contact Widget*/

.quick-contact-widget span {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	display: table;
	clear: both;
}

.quick-contact-widget span i {
	font-size: 14px;
	padding-right: 10px;
	color: #222;
	border: 1px solid #ddd;
	display: inline-block;
	text-align: center;
	padding: 12px;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	border-radius: 100%;
}

.quick-contact-widget h3 {
	margin-bottom: 20px;
}

.quick-contact-widget {
	margin-bottom: 34px;
	padding: 40px;
	background: #ffffff;
	box-shadow: 0 0 29px #efeded;
}

/*--------------------------------------------------------------
11.2.1 Header v1
--------------------------------------------------------------*/

.sticky-enabled{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

#masthead.sticky-enabled.sticky-header, .sticky-enabled.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
	padding: 15px 0;
	animation: smoothScroll 1s forwards;
	z-index: 999;
	transition: all 0.2s ease-in-out 0s;
}

#masthead.header-v4.sticky-enabled.sticky-header {
	padding: 0;
}

#main-navigation.sticky-enabled.sticky-header {
	padding: 0;
}

#main-navigation.sticky-enabled.sticky-header .nav-inner-wrapper {
	box-shadow: none;
	border: none;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

header#masthead.header-v4 {
	position: absolute;
	z-index: 998;
	background: none;
	padding: 0;
}
.header-v4 .box-header-wrapper {
	background: #fff;
	padding: 20px 0;
	margin: 0 auto;
	width: 1170px;
	border-radius: 2px;
	max-width: 93%;
}

#masthead.overlap-header.sticky-enabled.sticky-header {
	background: #222;
}
#masthead.overlap-header {
	position: absolute;
	background: none;
	z-index: 998;
	border-bottom: 1px solid #7b7979;
}

.overlap-header .main-navigation ul li li a {
	color: #222;
}

.overlap-header .main-navigation.dark-submenu  ul li li a {
	color: #f1f1f1;
}

.overlap-header .main-navigation ul li a,
.overlap-header #header-search a.search-icon,
.overlap-header  .main-navigation ul li a {
	color: #fff;
}

.overlap-header #quick-link-buttons .cart-button i,
.overlap-header .hearder-min-cart .cart-button > a,
.overlap-header .site-title a,.overlap-header .site-title a:visited {
	color: #fff;
}

.overlap-header #sidebar-trigger span,
.overlap-header #sidebar-trigger span:before,
.overlap-header #sidebar-trigger span:after {
	background: #fff;
}

.header-v2 .nav-inner-wrapper {
	background: #f1f1f1;
	padding: 10px 0;
	position: relative;
}

.header-v2 #header-search a.search-icon {
	margin-top: 2px;
}


.header-v2 #main-navigation.sticky-enabled.sticky-header .nav-inner-wrapper {
	box-shadow: none;
	border: none;
	background: #fff;
}

/*--------------------------------------------------------------
12. Custom Header
--------------------------------------------------------------*/

#custom-header {
	position: relative;
	background: url(images/custom-header/custom-header.jpg);
	padding: 140px 0 39px;
	clear: both;
	background-size: cover;
}

#custom-header img {
	vertical-align: middle;
}

#custom-header::after {
	background: #353333;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}
.custom-header-content {
	position: relative;
	text-align: center;
	z-index: 9;
}

.page-title {
	color: #fff;
	text-transform: capitalize;
	font-size: 43px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
#fakeloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgb(245, 30, 70);
	z-index: 9999;
}
#content {
	padding: 70px 0;
	background: #fff;
}

#primary {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 70%;
}

.site-layout-boxed  .container {
	padding: 0 30px;
}

body.site-layout-boxed {
	background: rgb(234, 234, 234);
}

/*--------------------------------------------------------------
13.1. Custom Gird
--------------------------------------------------------------*/

.full-with-stretch .container, .full-with-stretch .container .inner-wrapper {
	padding: 0;
	width: 100%;
	margin: 0;
}

.boxed-with {
	max-width: 1180px;
}

.container {
	width: 100%;
	padding: 0;
}

.container {
	width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
}

.container::after,
.inner-wrapper::after {
	clear: both;
	content: "";
	display: table;
}

.boxed-layout #page {
	width: 1300px;
	margin: 30px auto;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 0 26px #d8d7d7;
}

.inner-wrapper {
	margin-left: -20px;
	margin-right: -20px
}

.inner-wrapper:before,
.inner-wrapper:after {
	content: " ";
	display: table
}

.inner-wrapper:after {
	clear: both
}

.wrapper-fluid {
	margin: 0;
	padding: 0;
}

.wrapper-fluid .col-grid-1,
.wrapper-fluid .col-grid-2,
.wrapper-fluid .col-grid-3,
.wrapper-fluid .col-grid-4,
.wrapper-fluid .col-grid-5,
.wrapper-fluid .col-grid-6,
.wrapper-fluid .col-grid-7,
.wrapper-fluid .col-grid-8,
.wrapper-fluid .col-grid-9,
.wrapper-fluid .col-grid-10,
.wrapper-fluid .col-grid-11,
.wrapper-fluid .col-grid-12 {
	margin: 0;
}

.col-grid-1,
.col-grid-2,
.col-grid-3,
.col-grid-4,
.col-grid-5,
.col-grid-6,
.col-grid-7,
.col-grid-8,
.col-grid-9,
.col-grid-10,
.col-grid-11,
.col-grid-12 {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	transition: all 0.4s ease-in-out 0s;
	margin:20px 0;
}

.col-grid-1 {
	width: 8.33333%
}

.col-grid-2 {
	width: 16.66667%
}

.col-grid-3 {
	width: 25%
}

.col-grid-4 {
	width: 33.33333%
}

.col-grid-5 {
	width: 41.66667%
}

.col-grid-6 {
	width: 50%
}

.col-grid-7 {
	width: 58.33333%
}

.col-grid-8 {
	width: 66.66667%
}

.col-grid-9 {
	width: 75%
}

.col-grid-10 {
	width: 83.33333%
}

.col-grid-11 {
	width: 91.66667%
}

.col-grid-12 {
	width: 100%
}
/* grid clearing */
.col-grid-4:nth-child(3n+1),
.col-grid-3:nth-child(4n+1),
.col-grid-6:nth-child(2n+1)  {
	clear: both;
}

.section-carousel-enabled  .col-grid-4:nth-child(3n+1),
.section-carousel-enabled  .col-grid-3:nth-child(4n+1),
.section-carousel-enabled  .col-grid-6:nth-child(2n+1)  {
	clear: inherit;
}



.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-none {
	margin:0 auto ;
	float: none;
	display: inline-block;
}

.grid-container {
	background: #f1f1f1;
	padding: 10px 15px;
	border-radius: 3px;
}

.col-grid-1 span {
	font-size: 12px;
	text-align: center;
}

.icon-list-demo i {
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	border: 1px solid #f9f9f9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 12px;
	color: rgba(43, 61, 81, 0.7);
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s;
}

.img-circle {
	border-radius: 50%;
}
.all-border-radius {
	border-radius: 5px;
}

.top-left-right-radius {
	border-radius: 5px 5px 0 0;
}

.bottom-left-right-radius {
	border-radius: 0 0 5px 5px;
}

.left-top-botton-radius {
	border-radius: 10px 0 0 10px;
}

.right-top-botton-radius {
	border-radius: 0 10px 10px 0;
}

.img-rounded {
	border-radius: 10px;
}

img.img-border {
	border: 1px solid #ddd;
	padding: 5px;
}

img.img-shadow {
	box-shadow: 0px 8px 40px #bfc0c1;
}

::-moz-selection {
	color: #fff;
	background: var(--renk);
}

::selection {
	color: #fff;
	background: var(--renk);
}

.icon-social-demo .social-links {
	text-align: left;
}

.thumb-overlay .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70%;
	display: block;
	opacity: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.74);
	transition: all 0.7s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 9;
}

.thumb-overlay {
	position: relative;
}

.thumb-overlay:hover .overlay-box {
	opacity: 1;
	height: 100%;
}

.thumb-overlay i {
	position: relative;
	font-size: 30px;
	top: 45%;
	color: #ffffff;
}

.image-hover-zoom img {
	margin: 0;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
	width: 100%;
}

a.image-hover-zoom {
	overflow: hidden;
	display: block;
}

.image-hover-zoom:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

/*--------------------------------------------------------------
13.2. Post And Single Post Meta
--------------------------------------------------------------*/

.sticky {
	display: block;
	position: relative;
}

.hentry {
	margin: 0 0 70px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.entry-meta {
	margin-top: 0;
	margin-bottom: 20px;
}

.entry-meta > span {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1;
	font-size: 15px;
	margin-right: 15px;
}

.three-columns-enabled .entry-content-wrapper {
	padding: 40px;
	background: #fff;
}

.entry-header {
	margin-bottom: 5px;
}

.entry-meta > span:first-child {
	margin-left: 0;
	padding-left:0;
	border:none;
}

.entry-title {
	margin-bottom: 15px;
}
.entry-title a,
.entry-title a:visited {
	color: #272727;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: var(--renk);
}

.entry-content-wrapper {
	padding: 50px;
	background: #fff;
	position: relative;
	margin: -30px 20px 0;
	border-radius: 5px 5px 0;
}

.col-grid-4.hentry.post .entry-content-wrapper {
	padding: 25px;
}

.hentry-inner-wraper {
	background: #fff;
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.hentry-inner-wraper .entry-meta.footer-meta {
	margin: 0;
}

article.hentry .custom-button {
	margin: 15px 0 0;
}

.single article.hentry {
	border: none;
	padding-bottom: 0;
	margin: 0;
}

.entry-thumb.alignleft,
.entry-thumb.alignright {
	margin-bottom: 30px;
}

.entry-thumb.aligncenter {
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.entry-thumb {
	position: relative;
}

.entry-thumb img {
	vertical-align: middle;
	width: 100%;
}

.entry-meta a,
.entry-meta a:visited {
	color: #ada9a9;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: var(--renk);
}

.blog .entry-content-inner,
.archive .entry-content-inner,
.single .entry-content-inner {
	padding: 30px 40px 50px 140px;
	background: #fff;
	margin-left: 20px;
	margin-right: 20px;
}

.blog .has-post-thumbnail  .entry-content-inner,
.archive .has-post-thumbnail .entry-content-inner,
.single .has-post-thumbnail  .entry-content-inner {
	margin-top: -30px;
}

.page-header {
	background: #fff;
	padding: 30px 50px;
	margin-bottom: 30px;
}

.blog.archive-layout-simple article.hentry,
.archive.archive-layout-simple article.hentry {
	clear: both;
	display: block;
	overflow: hidden;
}

/* blog grid layout*/

.blog.archive-layout-simple .entry-content-wrapper,
.archive.archive-layout-simple .entry-content-wrapper {
	display: table;
}

.blog.archive-layout-grid .hentry.post .entry-header,
.archive.archive-layout-grid .hentry.post .entry-header {
	margin-bottom: 5px;
	clear: both;
}

.blog.archive-layout-grid .hentry.post .entry-thumb,
.archive.archive-layout-grid .hentry.post .entry-thumb {
	max-width: 100%;
	float: none;
	margin: 0;
}

.blog.archive-layout-grid .hentry.post .entry-thumb.alignleft,
.archive.archive-layout-grid .hentry.post .entry-thumb.alignleft {
	float: left;
	margin:0;
}

.blog.archive-layout-grid .hentry.post .entry-thumb.alignright,
.archive.archive-layout-grid .hentry.post .entry-thumb.alignright {
	float: right;
	margin:0;
}

.blog.archive-layout-grid .hentry.post, .archive.archive-layout-grid .hentry.post {
	width: 50%;
	float: left;
	padding: 0 20px;
	float: left;
	clear: none;
	border: none;
}
.blog.archive-layout-grid .masonry-wrapper,
.archive.archive-layout-grid .masonry-wrapper {
	overflow: hidden;
	height: 100%;
}

.blog.archive-layout-grid article.hentry:nth-child(2n+1),
.archive.archive-layout-grid article.hentry:nth-child(2n+1) {
	clear: both;
}

.blog.archive-layout-grid .hentry.post .entry-content-wrapper,
.archive.archive-layout-grid .hentry.post .entry-content-wrapper {
	padding: 30px 30px 5px;
	clear: both;
}

.blog.archive-layout-grid  .entry-content-outer-wrapper,
.archive.archive-layout-grid .entry-content-outer-wrapper {
	box-shadow: 0 0 18px #f5eeee;
}

.blog .hentry.post  a.more-link,
.archive .hentry.post  a.more-link {
	clear: both;
	margin-top: 20px;
	display: block;
}

.blog.archive-layout-grid #main,
.archive.archive-layout-grid #main {
	margin: 0 -20px;
}

.sticky .entry-content-wrapper .entry-title::before {
	content: "\f08d";
	display: block;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-right: 15px;
	font-style: inherit;
	font-weight: 900;
	margin-top: 5px;
}

.blog article.hentry,
.archive article.hentry{
	padding-bottom: 10px;
}

.entry-header .entry-meta {
	position: absolute;
	left: 30px;
	top: 30px;
	text-align: center;
	margin: 0;
}

.entry-header .entry-meta span::before {
	display: none;
}

.entry-header .entry-meta span.posted-on {
	background: #f5f5f5;
	display: block;
	margin: 0;
}

.entry-header .entry-meta span span {
	display: block;
	padding: 3px 25px;
}

/*--------------------------------------------------------------
13.3. Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-notes {
	position: relative;
}
#respond textarea {
	height: 200px;
}
#respond {
	clear: both;
	display: block;
	padding: 40px;
	border: 1px solid #f1f1f1;
}

#comments {
	margin-top: 40px;
}

#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}

.comment-list li.comment::after {
	content: inherit;
	display: none;
}

.comment-list li{
	padding-left: 0;
}

.comment {
	display: block;
	float: left;
	width: 100%;
}

ol.comment-list {
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	overflow: inherit;
	padding: 0;
	width: 100%;
}

ol.comment-list .children {
	border: medium none;
	float: left;
	margin: 0;
	width: 100%;
}

ol.comment-list li {
	list-style: outside none none;
	margin-bottom: 15px;
}

.authorbox {
	overflow: hidden;
	padding: 0 0 70px;
	border-bottom: 1px solid #f7f7f7;
}

.authorbox h4.author-header {
	margin-bottom: 5px;
}

.comment .comment-body {
	border-radius: 0;
	clear: both;
	display: block;
	float: left;
	padding: 30px 30px 30px 0;
	position: relative;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #f7f7f7;
}

.comments-title {
	padding: 0 0 45px;
	clear: both;
	border-bottom: 1px solid #f7f7f7;
	font-size: 25px;
}

.comment-author.vcard {
	font-size: 20px;
	margin-bottom: 5px;
}

.comment-list .children {
	padding-left: 40px;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
	width: 100%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
	width: 100%;
}

.comment-list li.comment > div img.avatar {
	left: 29px;
	position: absolute;
	top: 29px;
}

.vcard .avatar {
	float: left;
	margin-right: 35px;
	margin-bottom: 0;
	margin-top: 10px;
}
.comment-metadata {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

.comment-metadata > a {
	color: #ada9a9;
	margin-right: 30px;
}
.comment-metadata > a:before {
	content: "\f274";
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	font-size: 14px;
}
.edit-link:before {
	content: "\f044";
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	font-size: 14px;
}
a.comment-reply-link:before {
	content: "\f3e5";
	font-family: 'Font Awesome 5 Free';
	margin-right: 7px;
	font-size: 14px;
	font-weight: 900;
}
.form-allowed-tags code {
	white-space: inherit;
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.author-avatar {
	float: left;
	margin-right: 35px;
}
.author-avatar img, .vcard .avatar {
	max-width: 100px;
}

.comment p {
	font-size: 14px;
}

.reply {
	float: right;
	font-size: 16px;
}

.entry-meta .byline .author.vcard {
	margin-left: -4px;
}

.entry-footer > span::before, .entry-meta > span::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	height: 15px;
	margin-right: 8px;
	content: "";
	font-size: 13px;
}

.entry-meta span.comments-link::before {
	content: "\f086";
}

.entry-meta > .cat-links::before {
	content: "\f07c";
}

.entry-meta > .byline::before {
	content: "\f007";
}

.entry-meta .tags-links::before {
	content: "\f02c";
	font-weight: 900;
	font-size: 10px;
}

.entry-meta > .posted-on::before {
	content: "\f274";
}

.entry-footer .edit-link::before{
	content: "\f044";
}

.entry-meta span.byline.has-author-img .author.vcard {
	margin:0;
}
.entry-meta > span.byline.has-author-img img {
	max-width: 45px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
}
.entry-meta span.byline.has-author-img a {
	font-weight: 500;
	text-transform: capitalize;
	color: #222;
}
.entry-meta.footer-meta {
	margin: 0;
	padding: 15px 45px;
	border-top: 1px solid #f1f1f1;
	margin: 0 -20px;
}
.entry-meta.footer-meta span.comments-link {
	float: right;
	display: block;
	padding: 15px;
	margin-right: 0;
	padding-right: 0;
	color: var(--renk);
}
.entry-meta > span.byline.has-author-img::before {
	display: none;
}

#commentform label {
	display: inline;
	position: relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
	margin-top: 30px;
}

#commentform  span.required {
	color: #f0632b;
}

/*--------------------------------------------------------------
13.4. Blog
--------------------------------------------------------------*/

article.hentry.post.blog-grid .entry-thumb {
	max-width: 100%;
	float: none;
}

article.hentry.post.blog-grid {
	width: 33.33%;
	float: left;
	padding: 10px 30px;
	float: left;
	clear: none;
	border: none;
}

article.hentry.post.blog-grid .entry-meta {
	margin-bottom: 10px;
}

article.hentry.post.blog-grid .entry-content-wrapper {
	background: #fdfdfd;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 33px #eaeaea;
}

.entry-content a,
.entry-header a {
	display: inline-block;
}
/*--------------------------------------------------------------
20.7. Login/registor
--------------------------------------------------------------*/


.section-my-account {
	max-width: 390px;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 23px #ddd;
}
.user-account-popup .user-acc-header h3 {
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.section-my-account .user-acc-header img,
.user-acc-header img {
	border-radius: 100%;
	margin: 0 auto 5px;
	display: block;
	max-width: 80px;

}
#login-popup .user-acc-header img {
	max-width: 160px;
	margin-bottom: 10px;
}

.section-my-account  .content-body {
	text-align: left;
}

.section-my-account  .content-body label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.section-my-account  .content-body p {
	margin-bottom: 5px;
}

.section-my-account .register-account {
	display: block;
}

.user-acc-header h3 {
	padding: 5px 0;
	font-size: 21px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
	margin-bottom: 20px;
}


.content-body form input {
	padding: 7px 15px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}
/*--------------------------------------------------------------
13.5. Sidebar
--------------------------------------------------------------*/

#sidebar-primary {
	float: right;
}

#sidebar-secondary {
	float: left;
}

.sidebar {
	width: 30%;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.sidebar .widget {
	margin-bottom: 40px;
	padding: 30px;
	box-shadow: 0 0 55px #f3f3f3;
}

.widget-area .widget::after,
.widget-area .widget::before {
	clear: both;
	content: "";
	display: table;
}

.sidebar .widget-title {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.sidebar .widget-title:after {
	background: var(--renk);
	position: absolute;
	bottom: -2px;
	content: "";
	width: 20%;
	height: 3px;
	left: 0;
}

.sidebar ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}

.sidebar ul ul {
	border-bottom:none;
	padding-bottom: 0;
}

.sidebar ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	font-size: 15px;
}


.sidebar  .widget.widget-categories ul li span {
	float: right;
	background: #f1f1f1;
	display: inline-block;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
}
.widget .tagcloud a:hover {
	border: 1px solid var(--renk);
	color: var(--renk);
}

.widget .tagcloud a {
	border: 1px solid #dddddd;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1.5;
	margin: 5px;
	padding: 5px 15px;
	float: left;
	color: #222;
}

.widget .tagcloud {
	text-align: center;
}

.sidebar ul li a,
.sidebar  ul li a:visited {
	color: #272727;
}

.sidebar  ul li a:hover,
.sidebar  ul li a:focus,
.sidebar  ul li a:active {
	color:var(--renk);
}

/*calendar section*/

.section-calendar {
	text-align: center;
}

.section-calendar caption {
	border:1px solid #ddd;
	margin-bottom: 15px;
	padding: 5px;
}

.section .tagcloud a {
	border: 1px solid;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	padding: 5px 15px;
}

.section-categories li > a,
.section-archive li > a {
	display: inline-block;
	min-width: 85%;
}

/*  layout sidebar*/

.global-layout-left-sidebar #primary {
	float: right;
}

.three-columns-enabled #primary {
	display: inline-block;
	float: none;
	width: 46%;
}

.global-layout-three-columns .sidebar {
	float: right;
}

.three-columns-enabled .sidebar {
	width: 27%;
}

#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
	width: 100%;
	padding: 0;
}

.global-layout-no-sidebar-box > .container {
	padding: 0;
}

.global-layout-no-sidebar #primary {
	width: 100%;
}

.equal-three-columns-enabled  #primary,
.equal-three-columns-enabled  .sidebar {
	width: 33.33%;
}

#content.global-layout-no-sidebar > .container > .inner-wrapper {
	margin: 0;
}

.global-layout-no-sidebar #primary {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Global layout sidebar*/

.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
	float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
	float: right;
}

.global-layout-three-columns-cps #primary {
	float: left;
}

.default-full-width.blog-full-width #primary {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	float: none;
}

.default-full-width.blog-grid-layout #primary,
.default-full-width #primary {
	width: 100%;
	max-width: 100%;
}

.default-full-width.blog-grid-layout #primary article.hentry {
	border: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
article.hentry.post.col-grid-4:nth-child(3n+1) {
	clear: both;
}

.default-full-width.blog-grid-layout .entry-content {
	padding-bottom: 10px;
}
.blog-content-wrap {
	padding: 40px;
}

/*--------------------------------------------------------------
14. Widget
--------------------------------------------------------------*/

.section,
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widget. */
.section select,
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
15. Footer
--------------------------------------------------------------*/

#colophon-top {
	padding: 15px 0 0;
	background: #161616;
}

#colophon-top .social-links {
	float: right;
}
#colophon {
	background-color: #3e3d3d;
	clear: both;
	font-size: 15px;
	text-align: center;
	padding: 20px 0;
	color: #7c8392;
}
#colophon p {
	margin: 0;
}

#colophon a,
#colophon a:visited {
	color:#ccc;
}

#colophon a:hover,
#colophon a:focus,
#colophon a:active {
	color:#fff;
}

.site-info {
	display: inline-block;
}

.copyright {
	/* float: left; */
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
}

.ci-item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	line-height: normal;
	background-color: #1d264c;
	color: #fff;
	border: 2px solid #1d264c;
	border-radius: 3px;
	margin-bottom: 10px;
}

.ci-item-btn-icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 12px;
	line-height: 1;
	font-size: 32px;
}
#footer-widgets .download-links-widget a.ci-item-btn {
	color: #fff;
}
.ci-item-btn-title {
	font-size: 16px;
	display: block;
}

.ci-item-btn-subtitle {
	display: block;
	font-size: 12px;
}

/*--------------------------------------------------------------
16. Footer Widgets
--------------------------------------------------------------*/
.footer-container {
	background-color: #222222;
	overflow: hidden;
}

.mid-footer {
	padding: 30px 0;
}

.footer-v2 {
	background-color: #f5f5f5;
}

.footer-v2 #footer-widgets a:hover,
.footer-v2 #footer-widgets {
	color:#000;
}

.footer-v2 #footer-widgets .widget-title {
	color:#222;
}


#footer-widgets {
	overflow: hidden;
	padding: 60px 0;
	color: #7c8392;
	font-size: 16px;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	margin: 0;
}

#footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-widgets ul li {
	font-size: 15px;
	padding: 0px 15px 5px 20px;
	position: relative;
}

#footer-widgets ul li::before {
	color: #cacaca;
	content: "\f105";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	left: 3px;
	position: absolute;
	top: 2px;
	font-weight: 900;
}

#footer-widgets .footer-widget-area {
	color: #cacaca;
}

#footer-widgets h3.site-title.footer-logo a {
	color: #fff;
	display: block;
	margin-bottom: 25px;
}

#footer-widgets a, #footer-widgets a:visited {
	color: #c3c3c3;
}

#footer-widgets a:hover,
#footer-widgets a:active,
#footer-widgets a:focus {
	color: #ffffff;
}


#footer-widgets .widget-title {
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
	font-size: 22px;
	border-bottom: 1px solid #f1f1f126;
	padding-bottom: 20px;
}
#footer-widgets .widget-title:after {

	background: var(--renk);
	position: absolute;
	bottom: -2px;
	content: "";
	width: 20%;
	height: 3px;
	left: 0;
}

#footer-widgets .cat-count {
	float: right;
}

#colophon-top .social-links li a {
	border: 2px solid transparent;
}

/*Footer Navigation*/


.quick-contact-widget h2,
.quick-contact-widget h5 {
	color: #fff;
	margin-bottom: 20px;
}

/*Quick Contact Widget*/

.quick-contact-widget span {
	display: block;
	font-size: 15px;
	clear: both;
}

.quick-contact-widget .quick-contact-item {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 15px 0;
}

.quick-contact-widget .quick-contact-widget{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}

.quick-contact-widget i {
	font-size: 19px;
	border: 2px solid #ddd;
	display: inline-block;
	text-align: center;
	padding: 15px;
	height: 55px;
	width: 55px;
	margin-bottom: 10px;
	border-radius: 100%;
}

.inner-quick-contact-wrapper {
	text-align: left;
}

.contact-page .inner-quick-contact-wrapper {
	text-align: center;
}

.quick-contact-widget h3 {
	margin-bottom: 20px;
}

.recent-posts-widget p {
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
}

.recent-posts-widget ul li,
#footer-widgets .recent-posts-widget ul li {
	padding:0;
}

#footer-widgets .recent-posts-widget ul li:before,
#footer-widgets .social-links ul li:before {
	display: none;
}

.recent-posts-widget h4 {
	margin: 0;
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
}

.recent-post-item {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

#footer-widgets .social-links ul li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
	padding: 0;
}

#footer-widgets .social-links {
	float: left;
	margin-top: 20px;
}

.recent-posts-widget img {
	max-width: 80px;
	margin-right: 25px;
	border-radius: 10px;
}

#footer-widgets #contactform textarea,
#footer-widgets #contactform input {
	margin-bottom: 10px;
	background: #2e363a;
	border: 1px solid #504b4b;
}

#footer-widgets #comments {
	height: 80px!important;
}

#footer-widgets #contactform button#submit {
	margin: 5px 0 0;
}

/*Footer Navigation*/

#footer-navigation {
	margin-top: 15px;
}

#footer-navigation li {
	display: inline-block;
	list-style: outside none none;
}

#footer-navigation li a {
	display: block;
	padding: 5px 8px;
	text-transform: capitalize;
	color: #7c8392;
	text-transform: uppercase;
}

#footer-navigation ul {
	margin: 0;
}

/* Quick contact */
a.contact-toggle, a.contact-toggle:visited {
	width: 40px;
	height: 43px;
	position: absolute;
	left: -40px;
	top: 0;
	text-align: center;
	background: var(--renk);
	padding: 6px;
	color: #fff;
}
.sticky-contact{
	width: 290px;
	position: fixed;
	right: -290px;
	top: 78px;
	z-index: 9998;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.quick-contact-container {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0 0 8px #22222242;
}
.sticky-contact.toggle-show {
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	left: inherit;
}
div#quick-contact-form input {
	margin-bottom: 15px;
	background: #fff;
	width: 100%;
}


a.social-link-toggle, a.social-link-toggle:visited {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: var(--renk);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	padding: 5px;
	color: #fff;
}

.sticky-social-link {
	width: 290px;
	position: fixed;
	right: -290px;
	top: 162px;
	z-index: 9998;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.quick-social-link-container {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0 0 8px #22222242;
}
.sticky-social-link.toggle-show {
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	left: inherit;
}

/*--------------------------------------------------------------
### Address Widget
--------------------------------------------------------------*/

.address-info-wrapper {
	position: relative;
	margin-bottom: 15px;
}
.inner-wrap-address {
	position: relative;
}
.inner-wrap-address::before {
	content: "\f277";
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	border: 2px solid #bdb3b3;
	width: 35px;
	text-align: center;
	margin-top: 3px;
	position: absolute;
	left: 0;
	height: 35px;
	line-height: 2;
	font-weight: 900;
	border-radius: 100%;
}

.address-info-wrapper.info-contact .inner-wrap-address::before {
	content:"\f0e0";
}

.address-info-wrapper.info-phone .inner-wrap-address::before {
	content: "\f095";
}

.address-info-wrapper.info-fax .inner-wrap-address::before {
	content: "\f1ac";
}


/*--------------------------------------------------------------
17. Scrollup Style
--------------------------------------------------------------*/

#btn-scrollup {
	display: none;
}

a.scrollup, a.scrollup:visited {
	background-color: var(--renk);
	bottom: 50px;
	color: #ffffff;
	float: right;
	line-height: 1.2;
	padding: 15px 20px;
	position: fixed;
	right: 32px;
	text-align: center;
	z-index: 999;
	/* border-radius: 5px; */
}

a.scrollup:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

a.scrollup:hover,
a.scrollup:focus,
a.scrollup:active {
	background-color:#333;
	color: #ffffff;
}

.scrollup i {
	font-size: 20px;
}


/*--------------------------------------------------------------
18. Front page sections
--------------------------------------------------------------*/

#content {
	background: #fff;
}

#content::after,
#content::before {
	content: "";
	display: table;
	clear: both;
}

#content .section {
	margin-bottom: 0;
	padding: 100px 0;
	clear: both;
}

#content .section.no-padding-btm {
	padding-bottom: 0;
}

#content .section.no-padding-top {
	padding-top: 0;
}

#content .section.overlap-base-bottom,
.overlap-base-bottom{
	padding-bottom:120px;
}

#content .section.overlap-base-top,
.overlap-base-top,
#footer-widgets.overlap-base-top{
	padding-top:120px;
}

#content .section.overlap-bottom,
.overlap-bottom{
	margin-bottom:-60px;
	position: relative;
	z-index: 99;

}

#content .section.overlap-top,
.section.overlap-top{
	margin-top:-60px;
	position: relative;
	z-index: 99;
}
.top-space {
	padding-top: 40px;
}

#content .no-padding {
	padding: 0;
}

#content .overlap-top {
	margin-top: -160px;
	position: relative;
	z-index: 99;
}

#content .section.extra-space-btm {
	padding-bottom: 160px;
}

#content .no-margin,
.no-margin {
	margin: 0;
}

#content .section-title {
	position: relative;
	font-size: 35px;
	font-weight: 600;
}

#content .section-title-wrap {
	margin-bottom: 30px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	max-width: 600px;
}

#content .section-title-wrap span.divider {
	content: "";
	display: block;
	height: 2px;
	width: 41px;
	background-color: var(--renk);
	margin: -5px auto 5px;
	position: relative;
}
#content .section-title-wrap span.divider:after {
	content: "";
	width: 26px;
	background: var(--renk);
	display: block;
	margin: 0 auto;
	height: 2px;
	position: absolute;
	bottom: -4px;
	left: 7px;
}

#content .section-title-wrap.text-alignleft span.divider:after {
	left: 0;
}

#content .section-title-wrap.text-alignright span.divider:after {
	right: 0;
}

@-webkit-keyframes animationborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
}

@keyframes animationborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
}

#content .section-title-wrap.text-alignleft span.divider:before,
#content .section-title-wrap.text-alignright span.divider:before{
	display: none;
}

#content .section-title-wrap.text-alignleft span.divider,
#content .section-title-wrap.text-alignright span.divider {
	margin: 0 0 25px;
}


#content .section-title-wrap.text-alignright  .section-title {
	margin-bottom: 20px;
}

#content .section-title-wrap {
	margin-bottom: 30px;
}
#content .section-video .section-title-wrap, #content section-call-to-action .section-title-wrap {
	max-width: 900px;
}
#content .section-subtitle {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 20px;
}
#content .section-top-subtitle {
	position: relative;
	color: var(--renk);
	font-style: italic;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
}

#content .full-width-stretch-section .container {
	max-width: 100%;
	width: 100%;
}

#content .boxed-width-section {
	max-width: 1180px;
	margin: 0 auto;
}

#content .minimal-padding {
	padding: 40px 0;
}

#content  .section.dark-background .section-subtitle {
	color:#ddd;
}

#content .section-title-wrap.text-alignleft {
	text-align: left;
	margin: 0 0 10px;
	max-width: 100%;
}

#content .section-title-wrap.text-alignleft .section-subtitle {
	margin: 0 0 25px;
	text-align: left;
}

#content .section-title-wrap.text-alignright {
	text-align: right;
	margin: 0 0 10px;
	max-width: 100%;

}

#content .section-title-wrap.text-alignright .section-subtitle {
	margin: 0 0 40px;
	float: right;
	clear: both;
}

#content .section-title-wrap.text-alignright  span.divider {
	float: right;
}

#content .section.dark-background,
.dark-background  {
	background-color: var(--renk2);
}

#content .section.lite-background, .lite-background {
	background-color: #fdf7f7;
}

#content .section.lite-background  .box-shadow-block,
#content .background-img .box-shadow-block{
	border: none;
}

#content .background-img {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
}

#content .background-img.overlay-enabled:after {
	content: "";
	display: block;
	background: rgb(0, 0, 0);
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	opacity: 0.7;
}

.dark-background .section-title,
.background-img.overlay-enabled .section-title,
.dark-background .section-subtitle,
.background-img.overlay-enabled .section-subtitle {
	color: #fff;
}
.background-img.overlay-enabled .dark-box  h1,
.background-img.overlay-enabled .dark-box  h2,
.background-img.overlay-enabled .dark-box  h3,
.background-img.overlay-enabled .dark-box  h4,
.background-img.overlay-enabled .dark-box  h5,
.background-img.overlay-enabled .dark-box  h6,
.dark-box h1,
.dark-box h2,
.dark-box h3,
.dark-box h4,
.dark-box  h5,
.dark-box  h6,
.dark-box{
	color: #fff;
}
.box-shadow-block {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-webkit-transition: box-shadow 0.3s, transform 0.3s;
	-moz-transition: box-shadow 0.3s, transform 0.3s;
	-ms-transition: box-shadow 0.3s, transform 0.3s;
	-o-transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	padding: 0;
	background: #fff;
	position: relative;
}

.box-shadow-block:hover,
.box-shadow-block:focus,
.box-shadow-block:active,
.box-shadow-block.active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.box-shadow-block:hover,
.box-shadow-block:focus,
.box-shadow-block:active {
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	transform: translateY(-8px);
}

.box-shadow-block:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.box-shadow-block:hover:before, .box-shadow-block:focus:before, .box-shadow-block:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.more-wrapper {
	display: block;
	text-align: center;
	margin-top: 20px;
	clear: both;
	width: 100%;
	overflow: hidden;
	float: left;
}





/*--------------------------------------------------------------
12. Featured slider
--------------------------------------------------------------*/

#content .section.section-featured-slider {
	padding: 0;
}
.section-featured-slider article {
	position: relative;
}
.section-featured-slider {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.section-featured-slider .featrued-slider {
	color: #686868;
	clear: both;
	position: relative;
	text-align: center;
	z-index: -1;
}


.section-featured-slider .overlay-enabled article::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 888;
	background: url(images/overlay.png);
	opacity: 0.7;
}

.section-featured-slider img {
	width: 100%;
	vertical-align: middle;
}

.section-featured-slider .slider-slide {
	width: 100%;
}

.section-featured-slider article.first {
	display: block;
}

.section-featured-slider article {
	display: none;
}

.section-featured-slider .slider-slideshow {
	margin-bottom: 0;
	padding: 0;
}

.section-featured-slider .slider-caption {
	bottom: 26%;
	height: auto;
	left: 10%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	width: 80%;
	z-index: 999;
}
.section-featured-slider .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.section-featured-slider .slider-caption.text-alignleft {
	left: 15%;
}

.section-featured-slider .slider-caption.text-alignright {
	right: 15%;
	left: inherit;
}

.section-featured-slider h3 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 700;
	max-width: 100%;
	clear: both;
}
.section-featured-slider h3 strong {
	color: var(--renk);
}
.section-featured-slider .slick-active img {
	-webkit-animation:-webkit-animation:kenburns-top 5s ease-in-out infinite alternate-reverse;
	animation:kenburns-top 5s ease-in-out infinite alternate-reverse;
}


.section-featured-slider h4 {
	font-style: italic;
	letter-spacing: 1px;
	clear: both;
}

.section-featured-slider p {
	font-size: 17px;
	font-weight: 400;
	width: 645px;
	max-width: 100%;
	clear: both;
}
.section-featured-slider .text-aligncenter p {
	margin: 0 auto;
}

.section-featured-slider h3 a {
	display: inline-block;
}

.section-featured-slider .slider-buttons {
	margin-top: 10px;
}
.section-featured-slider .slider-caption.text-aligncenter .custom-button {
	margin-left: 10px;
	margin-right: 10px;
}
.section-featured-slider .text-alignright p {
	clear: both;
	float: right;
}
.section-featured-slider .text-alignleft .slider-buttons a.custom-button {
	margin-right: 15px;
}

.section-featured-slider .text-alignright .slider-buttons a.custom-button {
	margin-left: 15px;
}

.section-featured-slider .text-alignright .slider-buttons {
	margin-left: 15px;
	clear: both;
}

.section-featured-slider .text-aligncenter .slider-buttons a.custom-button {
	margin-left: 10px;
	margin-right: 10px;
}

.section-featured-slider .overlay-enabled p,
.section-featured-slider .overlay-enabled h4 {
	color: #f5f3f3;
}

.section-featured-slider .overlay-enabled h3 a {
	color: #fff;
}
.section-featured-slider h3 {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 0.3s;
	line-height: 1.2;
}

.section-featured-slider h4 {
	margin-bottom: 5px;
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 1s;

}

.section-featured-slider p {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 1s;

}

.section-featured-slider .slider-buttons{
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 1.5s;
}

.section-featured-slider .slick-active h3,
.section-featured-slider .slick-active h4,
.section-featured-slider .slick-active p,
.section-featured-slider .slick-active .slider-buttons{
	transform: translateY(0);
	opacity: 1;
}

.section-featured-slider .slick-active  img{
	transform: scale(1.1);
	transition: 10s;
}

.section-featured-slider .slick-active  img {
	transform: scale(1.1);
	transition: 10s;
}


/*Slider slider next / previous*/

.section-featured-slider .slick-prev,
.section-featured-slider .slick-next {
	bottom: 45%;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 999;
	height: 50px;
	padding: 7px;
	z-index: 999;
	line-height: 2.2;
	background: rgb(255, 255, 255);
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
	transition: all 0.2s ease-in-out 0s;
}

.section-featured-slider:hover .slick-prev,
.section-featured-slider:hover .slick-next {
	opacity: 1;
	visibility: visible;
}

.section-featured-slider .slick-prev {
	left:-2%;
}

.section-featured-slider  .slick-next {
	right:-2%;
}
.section-featured-slider:hover .slick-prev {
	left:2%;
}

.section-featured-slider:hover  .slick-next {
	right:2%;
}
.section-featured-slider .slick-prev:hover,
.section-featured-slider .slick-next:hover{
	background-color: var(--renk);
	border-color: var(--renk);
	color: #fff;
}

/* widget slider pager */
.section-featured-slider .slick-dots {
	position: absolute;
	bottom: 10%;
	width: 100%;
	z-index: 9;
}

.section-featured-slider .slick-dots {
	text-align: center;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	z-index: 999;
}

.section-featured-slider .slick-dots span {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 15px;
	margin: 5px 5px;
	width: 15px;
	z-index: 99;
}

.section-featured-slider .slick-dots li.slick-active span {
	background-color: #219fcd;
}

.section-featured-slider .slick-dots li {
	display: inline-block;
	line-height: 0;
	list-style: inherit;
	padding: 0;
}

.section-featured-slider .slick-dots li button {
	border-radius: 100%;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 5px;
	text-indent: 999px;
	overflow: hidden;
	background: #fff;
}

.section-featured-slider .slick-dots li.slick-active button,
.section-featured-slider .slick-dots li button:hover {
	background: var(--renk);
}

.section-featured-slider .slick-dots li.slick-active button{
	width: 30px;
	border-radius: 8px;
}

.section-featured-slider .slick-dots {
	margin-top: 40px;
	margin-bottom: 0;
}

.section-featured-slider .slick-dots li::before {
	display: none;
}

.section-featured-slider  .testimonial-item.slick-slide > h4 {
	display: block;
	float: none;
	font-style: italic;
	margin-right: 30px;
	text-align: center;
}


/*Featured Banner */

.section-featured-banner {
	position: relative;
}

.section-featured-banner .banner-caption {
	bottom: 28%;
	height: auto;
	left: 15%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	transition: all 1s ease-in-out 0s;
	width: 70%;
	z-index: 99;
}

.section-featured-banner .featured-banner > a::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: var(--renk);
	opacity: 0.9;
}

.section-featured-banner h3 {
	font-size: 50px;
}

.section-featured-banner h3 a {
	color: #fff;
}

.section-featured-banner p {
	font-size: 23px;
	color: #fff;
}

.section-featured-slider.slider-v2 .overlay-enabled p,
.section-featured-slider.slider-v2 .overlay-enabled h4 {
	color: #1f2121;
}
.section-featured-slider.slider-v2 .overlay-enabled h3 a {
	color: #1f2121;
}
.section-featured-slider.slider-v2 .overlay-enabled article::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 888;
	background: #ffffff;
	opacity: 0.7;
}
.section-featured-slider.slider-v2 a.custom-button.custom-wire {
	color: #232121;
	background: none;
	border: 2px solid;
}
.section-featured-slider.slider-v2 .slider-buttons .custom-button:hover {
	background: #222;
	color:#fff;
	border-color:#222;
}
.section-featured-slider.slider-v2 .slick-dots button {
	background: #a5a4a4;
}

.section-featured-slider.slider-v2 .slick-dots li.slick-active button
.section-featured-slider.slider-v2 .slick-dots li button:hover {
	background: #222;
}
.section-featured-slider.slider-v2 .slick-prev,
.section-featured-slider.slider-v2 .slick-next {
	background: #000000;
	color: #fff;
}
.section-featured-slider.slider-v2 .slick-prev:hover,
.section-featured-slider.slider-v2 .slick-next:hover {
	background: #fff;
	color:#222;
}
/*--------------------------------------------------------------
18.3. Post Gird
--------------------------------------------------------------*/

.section-latest-posts .latest-posts-thumb  img {
	margin: 0;
	vertical-align: middle;
}

.section-latest-posts .latest-posts-thumb {
	overflow: hidden;
	position: relative;
}

.section-latest-posts .latest-posts-title {
	margin-bottom: 10px;
}


.new-cat {
	position: absolute;
	bottom: 55px;
	left: 24px;
}
.date-meta a, .date-meta a:visited {
	color: #fff;
	line-height: 1.5;
	display: block;
}
.date-meta::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	content: "";
	border-right: 15px solid var(--renk);
	border-top: 0;
	border-bottom: 15px solid transparent;
}
.date-meta {
	position: absolute;
	bottom: 55px;
	background: var(--renk);
	right: 33px;
	padding: 0 0 9px;
	width: 80px;
	text-align: center;
	border-radius: 5px 5px 0 5px;
}
.date-meta span.posted-on span {
	background: #fff;
	color: #222;
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	margin-bottom: 5px;
}
.new-cat a, .new-cat a:visited {
	background: var(--renk2);
	color: #fff;
	border-radius: 5px;
	padding: 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 5px;
	line-height: 1.5;
}
.new-cat a:focus, .new-cat a:hover,
.new-cat a:active {
	color:#fff;
}
.section-latest-posts .latest-posts-thumb .custom-button {
	position: absolute;
	top: 0%;
	z-index: 9;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
}

.section-latest-posts .latest-posts-wrapper:hover .latest-posts-thumb .custom-button {
	opacity: 1;
	top:35%;
}

.section-latest-posts .latest-posts-thumb .custom-button::after,
.section-latest-posts .latest-posts-thumb .custom-button::before {
	display: none;
}


.section-latest-posts .latest-posts-text-content {
	background: #fff;
	overflow: hidden;
	padding: 35px 35px 20px;
	position: relative;
}
.latest-posts-text-content-wrapper {
	margin: -30px 20px 0;
}
.section-latest-posts .latest-posts-text-wrap {
	padding: 20px 0 0;
}

.latest-news-date {
	background: var(--renk);
	text-align: center;
	color: #fff;
	width: 70px;
}

.latest-news-meta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}

.latest-news-meta span.news-meta-date {
	font-weight: bold;
	font-size: 23px;
	background: #fff;
	color: #232323;
	padding: 5px 0;
}

.latest-news-meta span {
	display: block;
	line-height: 1.3;
	padding: 10px 0;
}

/*--------------------------------------------------------------
 News And Events
 --------------------------------------------------------------*/

 .event-thumb {
 	max-width: 130px;
 	margin-right: 25px;
 	overflow: hidden;
 }
 .event-post {
 	padding: 0 0 20px 0;
 	clear: both;
 	display: block;
 	float: left;
 	width: 100%;
 }
 .event-content .entry-meta {
 	margin-bottom: 5px;
 }
 .event-content h4 {
 	margin-bottom: 5px;
 }

/*--------------------------------------------------------------
18.4. Featured Page
--------------------------------------------------------------*/


.featured-page-thumb:before {
	content: "";
	background: url(images/featured-page/dots.png) center center/cover no-repeat local;
	width: 480px;
	height: 480px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-size: 175px;
	background-repeat: repeat;
}
.featured-page-thumb {
	position: relative;
	z-index: 9;
	padding-bottom: 48px;
	padding-left: 48px;
}
.section-featured-page-grid .featured-page-grid-thumb  img {
	margin: 0;
	vertical-align: middle;
}

.section-featured-page-grid .featured-page-grid-thumb {
	overflow: hidden;
	position: relative;
}

.section-featured-page-grid .featured-page-grid-thumb .custom-button {
	position: absolute;
	top: 0%;
	z-index: 9;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
}

.section-featured-page-grid .featured-page-grid-wrapper:hover .featured-page-grid-thumb .custom-button {
	opacity: 1;
	top:35%;
}

.section-featured-page-grid .featured-page-grid-thumb .custom-button::after,
.section-featured-page-grid .featured-page-grid-thumb .custom-button::before {
	display: none;
}

.section-featured-page-grid .featured-page-grid-thumb img {
	width: 100%;

}
.section-featured-page-grid h3.featured-page-grid-title:after {
	position: relative;
	content: "";
	background: var(--renk);
	width: 70px;
	height: 3px;
	display: block;
	margin-top: 10px;
}
.section-featured-page-grid .featured-page-grid-text-content {
	background: #ffffff;
	overflow: hidden;
	padding: 35px 40px 50px;
	position: relative;
	margin: -30px 20px 0;
}
.section-featured-page-grid .featured-page-grid-text-wrap {
	padding: 20px 0 0;
}

.video-container {
	position: relative;
	text-align: center;
}
.video-container  a.media-zoom-icon {
	position: absolute;
	right: 40%;
	top: 38%;
}
h3.thumb-title {
	position: absolute;
	background: var(--renk);
	bottom: 15%;
	left: 35px;
	padding: 15px 30px;
	max-width: 56%;
	color: #fff;
	text-align: left;
	border-radius: 5px;
}

/*Grid Layour 2*/

.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-text-content  {
	padding: 11px;
}
.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-text-content {
	position: absolute;
	bottom: 10%;
	z-index: 9;
	left: 10%;
	right: 10%;
	background: #E70826b5;
}
.section-featured-page-grid.featured-page-grid-2 h3.featured-page-grid-title {
	font-size: 19px;
	margin: 0;
}
.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-section p,
.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-section,
.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-section a {
	color: #fff;
}
.section-featured-page-grid.featured-page-grid-2 .featured-page-grid-text-content:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.featured-page-grid-wrapper {
	position: relative;
}


/*--------------------------------------------------------------
18.5. Call to action
--------------------------------------------------------------*/

.cta-background.background-img {
	background: url("images/cta/cta-background.jpg");
}

.section-call-to-action {
	position: relative;
	text-align: center;
	position: relative;
}
.section-call-to-action  .call-to-action-buttons span {
	color: #fff;
	margin: 15px;
}
.section-call-to-action a.cta-cell-number {
	color: #ffffff;
	font-size: 20px;
}
#content .section-call-to-action p.section-subtitle {
	margin-bottom: 20px;
}

.section-call-to-action .cta-title {
	margin-bottom:30px;
}

.section-call-to-action .call-to-action-description {
	margin: 0 auto 30px;
}

.call-to-action-content img {
	margin-top: 30px;
}

.section-call-to-action .section-title:after,
.section-call-to-action .section-title:before {
	display: none;
}

.section-call-to-action.cta-fluid-background .call-to-action-description {
	margin: 0 auto 30px;
	max-width: 900px;
}

.section-call-to-action.cta-fluid-background .call-to-action-description {
	margin: 0;
	max-width: inherit;
}

#content  .section-call-to-action.cta-fluid-background .section-title {
	margin-bottom: 15px;
}

#fragment2
{
	margin-top:-20px;
}
#fragment1 {
	width: 25em;
	white-space:nowrap;
	overflow:hidden;
	-webkit-animation: frag1type 20s steps(50, end) 0s infinite;
	animation: frag1type 20s steps(50, end) 0s infinite;
}


/*CTA-fluid */

.section-call-to-action.cta-fluid .call-to-action-description {
	margin: 0;
	max-width: inherit;
}

#content  .section-call-to-action.cta-fluid .section-title {
	margin-bottom: 15px;
}

/*CTA-boxed */

#content .section-call-to-action.cta-boxed {
	padding: 40px 35px;
}

.section-call-to-action.cta-boxed  .call-to-action-content {
	padding-left: 10px;
}

.section-call-to-action.cta-boxed .call-to-action-description {
	float: left;
	text-align: left;
	width: 75%;
	margin: 0;
}

#content .section-call-to-action.cta-boxed  .section-title{
	margin: 0;
}

.section-call-to-action.cta-boxed .call-to-action-buttons {
	float: right;
}

#content .section-call-to-action.cta-boxed .section-subtitle {
	text-align: left;
	margin-left: 0;
}

/*Video CTA*/

.video-widget {
	position: relative;
}

a.media-zoom-icon {
	display: inline-block;
	border-radius: 100%;
	position: relative;
}

a.media-zoom-icon:hover {
	border-color: var(--renk);
}

.video-widget a.media-zoom-icon{
	position: absolute;
	top: 38%;
	left: 43%;
}

a.media-zoom-icon i {
	height: 65px;
	width: 65px;
	text-align: center;
	padding: 20px;
	margin: 9px;
	border-radius: 100%;
	font-size: 19px;
	border: 3px solid #f75757;
	background: rgb(247, 87, 87);
	color: #fff;
}

a.media-zoom-icon:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #f75757;
	-webkit-border-radius: 50em;
	-khtml-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	border-radius: 50em;
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	-khtml-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	animation: buttonRing 1.5s linear infinite;
	-webkit-animation: buttonRing 1.5s linear infinite;
}

@keyframes buttonRing {
	0% {
		-webkit-transform:scale3d(1,1,1);
		-khtml-transform:scale3d(1,1,1);
		-moz-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		-o-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
		opacity:0.6;
	}
	85%{
		opacity:0;
	}
	100%{
		-webkit-transform:scale3d(1.42, 1.42, 1.42);
		-khtml-transform:scale3d(1.42, 1.42, 1.42);
		-moz-transform:scale3d(1.42, 1.42, 1.42);
		-ms-transform:scale3d(1.42, 1.42, 1.42);
		-o-transform:scale3d(1.42, 1.42, 1.42);
		transform:scale3d(1.42, 1.42, 1.42);
		opacity:0;
	}
}

.section-video {
	text-align: center;
}

.section.video-bg{
	background-image: url(images/cta/video-bg.jpg);
}

.faq-section .faq-tilte.acc_head h4 {
	margin: 0;
}

.faq-main-wrapper a.custom-button {
	margin: 30px 0 0 0;
}

.faq-section .accordionjs .acc_section.acc_active > .acc_head, .faq-section .accordionjs .acc_section > .acc_head:hover {
	background: var(--renk);
	border-bottom: none;
}

.faq-section .accordionjs .acc_section.acc_active > .acc_head h4,
.faq-section .accordionjs .acc_section > .acc_head:hover h4 {
	color: #fff;
}

.faq-section .faq-section h4 {
	margin: 0;
}

a.read-more-faq {
	font-weight: 600;
	margin-left: 5px;
}

.faq-section h3.faq-content-title {
	margin: 0 0 25px;
	font-size: 35px;
	text-align: left;
	position: relative;
	font-weight: 700;
}

.faq-section h3.faq-content-title span.divider {
	content: "";
	display: block;
	height: 2px;
	width: 41px;
	background-color: #0083ff;
	margin: 20px 0 0;
	position: relative;
	clear: both;
}

.faq-section h3.faq-content-title  span.divider:after {
	content: "";
	width: 26px;
	background: #0083ff;
	display: block;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left:0;
}

.faq-section .accordionjs .acc_section:first-of-type,
.faq-section .accordionjs .acc_section:first-of-type .acc_head {
	border: 0;
}

.faq-section .accordionjs .acc_section {
	border: none;
	position: relative;
	z-index: 10;
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 14px;
	background: #ffffff;
}

.faq-section .accordionjs .acc_section:first-of-type,
.faq-section .accordionjs .acc_section:first-of-type .acc_head {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.faq-section .accordionjs .acc_section:last-of-type,
.faq-section .accordionjs .acc_section:last-of-type .acc_content {
	border-radius: 0;
}

.faq-section .accordionjs .acc_section .acc_head {
	position: relative;
	padding: 10px;
	display: block;
	cursor: pointer;
	padding: 15px 35px;
}

.faq-section .faq-section a.read-more {
	padding: 0;
	border: none;
	margin: 0;
}

.faq-section .faq-section p {
	margin-bottom: 10px;
}

.faq-section .accordionjs .acc_section .acc_content {
	padding: 20px 35px 20px;
	background: #fff;
}

.faq-section .acc_section .faq-title.acc_head:after {
	content: "\f067";
	display: inline;
	position: absolute;
	height: 15px;
	width: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 13px;
	right: 25px;
	color: #222;
}

.faq-section .acc_section .faq-title.acc_head:hover:after {
	color: #fff;
}

.faq-section .acc_section.acc_active .faq-title.acc_head:after {
	content: "\f068";
	color: #fff;
}

.accordionjs .acc_section {
	box-shadow: 0 0 14px #cecece;
}

/* Tabs */


#tabs-nav {
	list-style: none;
	margin: 0;
	margin-bottom: 25px;
}
#tabs-nav li {
	float: left;
	margin-right: 2px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
#tabs-nav li a:hover,
#tabs-nav li.active a{
	background-color: var(--renk);
	color: #fff;
	border-color: var(--renk);
}
#tabs-nav li.active a::after, #tabs-nav li a:hover::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	z-index: 9;
	left: 20px;
	transform: rotate(45deg);
	background: var(--renk);
	height: 12px;
	width: 12px;
	left: 46%;
}
#tabs-nav li a {
	padding: 8px 22px;
	color: #131111;
	margin-right: 5px;
	display: block;
	position: relative;
	background: #faf4f4;
}


.tab-content {
	padding: 30px;
	border: 1px solid #ececec;
	background-color: #FFF;
}

/*--------------------------------------------------------------
18.5. Services
--------------------------------------------------------------*/

.section-services .service-block-inner {
	position: relative;
	z-index: 9;
	padding: 40px 50px;
	background-color: #fff;
	text-align: center;
}

.section-services .service-item-title {
	margin-bottom: 10px;
}

.section-services .service-block-item a.service-icon {
	background: var(--renk);
	line-height: 0.6;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	font-size: 37px;
	color: #ffffff;
	text-align: center;
	border-radius: 100%;
	margin: 0 auto 20px;
	position: relative;
	display: inline-block;
	padding: 20px 0;
	height: 78px;
	width: 78px;
}

.section-services .service-icon-shadow {
	display: block;
	position: absolute;
	left: 30px;
	top: 10px;
	font-size: 140px;
	color: #f7f7f7;
	z-index: -1;
	line-height: 1;
}

.section-services .service-block-inner:hover a,
.section-services .service-block-inner:hover,
.section-services .service-block-item .service-block-inner:hover a.service-icon,
.section-services .service-block-inner.active a,
.section-services .service-block-inner.active,
.section-services .service-block-item .service-block-inner.active a.service-icon {
	color:#fff;
}
.section-services .service-block-inner:hover .service-item-title:after,
.section-services .service-block-inner.active .service-item-title:after {
	background: #fff;
}
.section-services .service-block-inner:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background: var(--renk);
	z-index: -1;
	border-radius: 5px;
}
.section-services .service-block-inner.all-border-radius:hover:after,
.section-services .service-block-inner.all-border-radius.active:after {
	width: 100%;
}
.section-services .service-item-title:after {
	content: "";
	width: 60px;
	height: 3px;
	background: #ddd;
	display: block;
	background: #eb0606;
	margin: 15px auto;
	margin-bottom: 15px;
}
/*layout 3*/

.section-services.service-layout-3 .service-block-inner {
	padding: 40px;
}

.section-services.service-layout-3 .service-block-item a.service-icon {
	float: left;
	margin: 0 25px 0 0;
	background: #fbfbfb;
	font-size: 27px;
}
.section-services.service-layout-3 .service-block-inner-content {
	text-align: left;
	display: table;
}

.section-services.service-layout-3 h3.service-item-title {
	margin-bottom: 10px;
}

.section-services.service-layout-3 .service-item-4 {
	clear: both;
}

.section-services.service-layout-3 .service-block-item a.service-icon {
	float: left;
	margin: 0 25px 0 0;
	background: no-repeat;
	font-size: 32px;
	padding: 10px 0;
	border-radius: 0;
	text-shadow: none;
	width: auto;
	height: auto;
	color: var(--renk);
}

.section-services.service-layout-3 .service-block-item a.service-icon:after {
	display: none;
}

/*layout 2*/


.section-services.service-layout-2 .service-block-item a.service-icon {
	float: left;
	margin: 0;
	background: none;
	color: var(--renk);
	font-size: 40px;
	width: auto;
	height: auto;
}
.section-services.service-layout-2 .service-item-title:after,
.section-services.service-layout-3 .service-item-title:after  {
	margin: 15px 0 20px;
}

.section-services.service-layout-2 .box-shadow-block:before {
	display: none;
}

.section-services.service-layout-2 .service-block-inner-content {
	text-align: left;
	clear: both;
}

.section-services.service-layout-2 h3.service-item-title {
	margin-bottom: 10px;
}

.section-services.service-layout-2 .service-item-4 {
	clear: both;
}
.section-services .service-item-title:after
.section-services.service-layout-2 .service-block-inner-content a.more-link {

	border: none;
	padding: 0;
	font-weight: bold;
}

.section-services.service-layout-2 .service-block-inner-content p {
	margin-bottom: 10px;
}

.section.section-services.service-layout-2 .service-block-item a.service-icon:hover {
	background: var(--renk);
	color: #fff;
}

.icon-demo .col-grid-4 {
	margin-bottom: 20px;
}

.grid-structure .inner-wrapper > div {
	margin-bottom: 20px;
}

/*Featured pages*/

.featured-page-section .feature-thumb a img  {
	margin: 0;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
}

.featured-page-section .feature-thumb a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.featured-page-section .feature-thumb {
	overflow: hidden;
	position: relative;
}

.featured-page-section h3.feature-title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: hidden;
	font-size: 22px;
	font-weight: 700;
	background: #fff;
	left: 5%;
	right: 5%;
	width: 90%;
	bottom: 0;
	padding: 12px;
	margin: 0;
}

.featured-page-section .feature-thumb:hover  h3.feature-title {
	visibility: visible;
	bottom: 5%;
}

/*Key features*/

.section-key-features a.key-features-icon {
	font-size: 31px;
	float: left;
	margin-right: 30px;
	line-height: 1.7;
	width: 90px;
	height: 90px;
	box-shadow: 0 0 24px #dddddd78;
	border-radius: 100%;
	text-align: center;
	padding: 21px;
}

.feature-thumb img {
	margin-top: 40px;
}

.section-key-features .key-features-block-inner-content {
	display: table;
}

.section-key-features .key-features-block-inner {
	margin: 20px 0;
}

.section-key-features .icon-right a.key-features-icon {
	float: right;
	margin: 0 0 0 30px;
}

.section-key-features .icon-right {
	text-align: right;
}
/*--------------------------------------------------------------
18.7. Plan
--------------------------------------------------------------*/

.section-plan .pricing-plan-item {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	margin: 30px 0;
	text-align: center;
}

.section-plan  .pricing-plan-item {
	width: 33.33%;
}

.section-plan .pricing-plan-header::after {
	background:#333333 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.5;
}

.section-plan .pricing-plan-price {
	display: block;
	font-size: 50px;
	line-height: 1;
}

.section-plan .pricing-plan-header {
	background-color: #333333;
	background-size: 100% auto;
	color: #ffffff;
	padding: 50px 30px;
	position: relative;
	z-index: 88;
	background-image: url(images/latest-posts/latest-post-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.section-plan .pricing-plan-header .pricing-plan-title h4 {
	background: var(--renk) none repeat scroll 0 0;
	border-radius: 34px;
	color: #ffffff;
	display: inline-block;
	margin-top: 21px;
	padding: 7px 30px;
}

.section-plan .pricing-plan-title {
	bottom: -35px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.section-plan .pricing-plan-content {
	padding: 50px 30px 30px;
}

.section-plan .pricing-plan-footer {
	padding:0 30px 30px;
}


.section-plan .pricing-plan-item {
	color:#000;
}

.section-plan .pricing-plan-feature {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.section-plan .pricing-plan-item.pricing-plan-recommended {
	box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	margin-top: 10px;
	padding-bottom: 40px;
	position: relative;
	z-index: 99;
}

.section-plan .pricing-plan-recommended .pricing-plan-header::after {
	background: var(--renk);
	opacity: 0.85;
}

.section-plan .pricing-plan-recommended .pricing-plan-title h4 {
	background: #ffffff none repeat scroll 0 0;
	color: #222;
}

/*sidebar and footer widget*/

.sidebar .section-plan,
#footer-widgets .section-plan{
	background:inherit;
}

.sidebar .section-plan  .pricing-plan-item,
#footer-widgets .section-plan  .pricing-plan-item {
	border: 1px solid #dddddd;
	width: 100%;

}


/*--------------------------------------------------------------
18.7. Associate logo
--------------------------------------------------------------*/

.section-associate-logo .associate-logo-item {
	float: left;
	padding: 0 25px;
	margin-bottom: 0;
	text-align: center;
	width: 16%;
}

.section-associate-logo .section-carousel-enabled .slick-prev.slick-arrow,
.section-associate-logo  .section-carousel-enabled .slick-next.slick-arrow {
	display: none!important;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}

.section-associate-logo .plan-col-4 .associate-logo-item {
	width: 25%;
}

.section-associate-logo .plan-col-5 .associate-logo-item {
	width: 20%;
}

.section-associate-logo .plan-col-6 .associate-logo-item {
	width: 16.66666667%;
}

/*--------------------------------------------------------------
18.9. Teams
--------------------------------------------------------------*/

.section-teams .social-links li a {
	border: 2px solid #f3f3f3;
}

.section-teams .social-links li {
	margin-left: 0;
	margin-right: 0;
}

.section-teams .social-links li a:before {
	color: #4b5254;
}

.section-teams .thumb-summary-wrap {
	background: #fff;
	padding: 0 0 20px;
	position: relative;
	z-index: 9;
}

.section-teams .team-item{
	text-align: center;
}

.section-teams .team-title {
	margin-bottom: 5px;
}

.section-teams .team-position {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.section-teams .team-text-wrap {
	position: relative;
	background: #fff;
	padding-top: 25px;
	margin: -30px 20px 0;
}

.section-teams .team-item img {
	background: #fff;
}

.section-teams .team-item img {
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.section-teams .team-item .team-thumb {
	overflow: hidden;
	position: relative;
	background: #fff;
}


.section-teams .team-item .social-links {
	text-align: center;
	margin-bottom: 15px;
}

.section-teams .team-thumb:hover .social-links {
	visibility: visible;
	left: 0;
	width: 100%;
	top: 45%;
}

/*--------------------------------------------------------------
18.10. Counter
--------------------------------------------------------------*/

.section.counter-bg.background-img{
	background-image: url(images/counter/counter-bg.jpg);
}

.section-counter .counter-icon i {
	font-size: 35px;
	color: var(--renk);
}

.section-counter .counter-title {
	font-size: 17px;
}

.section-counter .counter-icon {
	margin-bottom: 5px;
}
.section-counter .thumb-summary-wrap {
	text-align: center;
	/* border-radius: 10px; */
	padding: 30px;
}
.section-counter .counter-content {
	float: left;
}

.section-counter .counter-nos {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
	color: #222;
}

.counterup-2 .thumb-summary-wrap {
	background: #fff;
	overflow: hidden;
	padding: 30px 30px 15px;
}


/*--------------------------------------------------------------
18.11. Testimonial
--------------------------------------------------------------*/

.section.testimonials-bg{
	background-image: url(images/testimonials/testimonial-bg.jpg);
}

.section-testimonial .testimonial-thumb img {
	display: block;
	margin-right: 25px;
	max-width: 55px;
	position: relative;
	float: left;
}

.section-testimonial  .testimonial-thumb {
	margin-left: 30px;
}

.section-testimonial .testimonial-summary .testimonial-position {
	color: #c1bdb5;
	font-style: normal;
	font-size: 14px;
}

.section-testimonial  .testimonial-summary {
	padding-bottom: 30px;
}

.testimonial-summary {
	clear: both;
}

#content .section-testimonial .testimonial-summary h3 {
	color: #222!important;
}

.section-testimonial .testimonial-summary {
	padding: 50px 40px 40px;
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}

.section-testimonial .testimonial-summary::after {
	content: "";
	display: block;
	height: 15px;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	bottom: -15px;
}

.section-testimonial .clinet-info h4 {
	margin-bottom: 0;
	font-size: 16px;
}

#content .section p.testimonial-position {
	margin: 0;
	font-size: 13px;
}

.section-testimonial .testimonial-rating {
	color: #ffc700;
	font-size: 10px;

}

.section-testimonial .testimonial-item img {
	border-radius: 100%;
}

.section-testimoniel .testimonial-summary::before {
	content: "\f10d";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	margin-right: 0;
	line-height: 1;
	margin: 0 0 15px;
	font-weight: 900;
	color: #e2e2e2;
	position: absolute;
	top: 35px;
	left: 25%;
}

.section-testimonial .testimonial-summary p {
	font-style: italic;
	color: #727272!important;
}

/*Carousel*/

.section-carousel-enabled .slick-slide:focus,
.section-carousel-enabled .slick-slide.slick-active{
	outline: none!important;
}

.section-carousel-enabled .slick-list {
	text-align: left;
}


/* widget slider pager */

.section-carousel-enabled .slick-dots {
	text-align: center;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	z-index: 999;
}

.section-carousel-enabled .slick-dots span {
	background-color: #686868;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 15px;
	margin: 5px 5px;
	width: 15px;
	z-index: 99;
}

.section-carousel-enabled .slick-dots li.slick-active span {
	background-color: #219fcd;
}

.section-carousel-enabled .slick-dots li {
	display: inline-block;
	line-height: 0;
	list-style: inherit;
	padding: 0;
}

.section-carousel-enabled .slick-dots li button {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 5px;
	text-indent: 999px;
	overflow: hidden;
	background: #717171;
}
.dark-background .slick-dots li button {
	background: #fff;
}
.section-carousel-enabled .slick-dots li.slick-active button, .section-carousel-enabled .slick-dots li button:hover {
	background: var(--renk);
}

.section-carousel-enabled .slick-dots li.slick-active button{
	width: 30px;
	border-radius: 8px;
}

.section-carousel-enabled .slick-dots {
	margin-top: 40px;
	margin-bottom: 0;
}

.section-carousel-enabled .slick-dots li::before {
	display: none;
}

.section-carousel-enabled  .testimonial-item.slick-slide > h4 {
	display: block;
	float: none;
	font-style: italic;
	margin-right: 30px;
	text-align: center;
}

/* slider next / previous*/

.section-carousel-enabled .slick-prev.slick-arrow, .section-carousel-enabled .slick-next.slick-arrow {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 0.8;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	z-index: 9;
	font-size: 17px;
	padding: 16px 20px;
	background: #ffffff;
	box-shadow: 0 0 40px #2422222b;
	border-radius: 100%;
	height: 50px;
	width: 50px;
}

.section-carousel-enabled .slick-prev.slick-arrow:hover,
.section-carousel-enabled .slick-next.slick-arrow:hover {
	background: var(--renk);
	color: #fff;
}

.section-carousel-enabled .slick-prev.slick-arrow {
	left: -5px;
}

.section-carousel-enabled .slick-next.slick-arrow {
	right: -5px;
}

/*--------------------------------------------------------------
18.12.  Portfolio
--------------------------------------------------------------*/

.section-portfolio .portfolio-item {
	float: left;
	position: relative;
	padding: 15px;
	width: 33.33%;
}
.section-portfolio .portfolio-inner {
	position: relative;
	overflow: hidden;
}

.section-portfolio .portfolio-section img {
	vertical-align: middle;
}

.section-portfolio .portfolio-section .thumb-overlay {
	background: rgba(0,0,0,0.3);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}

.section-portfolio .vmiddle-holder{
	display: table;
	height: 100%;
	width: 100%;
}

.section-portfolio .vmiddle {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.section-portfolio .portfolio-section h3 {
	font-size: 32px;
	padding: 15px;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
}

.section-portfolio .portfolio-section h3 a{
	color: #fff;
}

.section-portfolio .portfolio-button {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-color:rgba(0,0,0,0.4);
	bottom: -400px;
	opacity: 0;
	-webkit-transition: opacity 0.7s ease, bottom 0.7s ease;
	-o-transition: opacity 0.7s ease, bottom 0.7s ease;
	transition: opacity 0.7s ease, bottom 0.7s ease;
}

.section-portfolio .portfolio-block:hover h3,
.section-portfolio .portfolio-block:focus h3,
.section-portfolio .portfolio-block:active h3{
	margin-top: -100px;
}

.section-portfolio .portfolio-block:hover .portfolio-content,
.section-portfolio .portfolio-block:focus .portfolio-content,
.section-portfolio .portfolio-block:active .portfolio-content {
	bottom: 0;
	opacity: 1;
}

.section-portfolio .portfolio-block:hover .portfolio-button,
.section-portfolio .portfolio-block:focus .portfolio-button,
.section-portfolio .portfolio-block:active .portfolio-button {
	bottom: 0;
	opacity: 1;
}

.portfolio-wrapper {
	overflow:hidden;
	margin:0;
	padding:0;
}

.portfolio-wrapper .portfolio-item {
	padding: 15px !important;
}

.portfolio-filter ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#portfolio {
	margin-bottom: 20px;
}

.portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
	cursor: default;
}

.portfolio-filter ul li {
	display: inline-block;
	margin: 0;
	color: #444;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
}

.portfolio-filter ul li a {
	color: #332f2f;
	margin: 0 1px;
	display: block;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 20px;
	/* border: 1px solid #f1f1f1; */
	background: #fdf7f7;
}


.portfolio-filter ul li:last-child:after {
	content: "";
}

.portfolio-filter a:hover{
	color: var(--renk);
	text-decoration: none;
}

.portfolio-filter a.current, .portfolio-filter a:hover {
	color: var(--renk);
	cursor: default;
	position: relative;
	cursor: pointer;
	/* border-bottom: 2px solid; */
}

.portfolio-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.overlay:before {
	background: rgba(0, 0, 0, 0.76);
	bottom: 0;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.item-inner-wrapper:hover .overlay:before {
	bottom: 0;
	opacity: 0.9;
}

.item-inner-wrapper {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.item-inner-wrapper .portfolio-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.34);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 60% 40px 10%;
}

.item-inner-wrapper:hover .portfolio-content  {
	padding: 37px 40px;
	background-color: rgb(59, 25, 121);
}

.item-inner-wrapper:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}

a.zoom-icon i {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	padding: 0;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	display: block;
}

a.zoom-icon {
	position: absolute;
	top: 30%;
	z-index: 999;
	/* width: 99%; */
	text-align: center;
	right: 10%;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.item-inner-wrapper:hover a.zoom-icon {
	top: 78%;
	visibility: visible;
	text-align: right;
}

.portfolio-content p, .portfolio-content h3 a {
	margin: 0;
	color: #fff;
	text-align: left;
	display: block;
}

#header-search {
	position: relative;
}


.portfolio-content h3 {
	margin-bottom: 0;
}

.portfolio-content h3 a:hover, .portfolio-content h3 a:focus, .portfolio-content h3 a:active {
	color: var(--renk);
}

.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	-ms-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s;
}

.isotope {
	-webkit-transition-property:height, width;
	-moz-transition-property:height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width;
}

.isotope .isotope-item {
	-webkit-transition-property:0 opacity;
	-moz-transition-property:0 opacity;
	-ms-transition-property:0 opacity;
	-o-transition-property:0 opacity;
	transition-property:transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-ms-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0;
}
.portfolio-thumb-wrap {
	position: relative;
}
.portfolio-thumb-wrap img {
	width: 100%;
}



/*Portfolio single page*/
.pager-thumb {
	padding: 10px 5px;
}
.pager-thumbnail{
	margin: 0 -5px;
}
.list-check li:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	margin-right: 15px;
	color: var(--renk);
	font-size: 13px;
	display: inline-block;
	margin-top: 0px;
	font-weight: 900;
	float: left;
}

.list-check{
	padding-left: 0;
	margin-left: 0;
}

.list-check li {
	list-style: none;
}

.portfolio-info li strong {
	float: left;
	width: 50%;
}

.portfolio-single-main .social-links {
	text-align: left;
}


.section-recent-work .recent-work-section .recent-work-block{
	padding: 15px;
	width: 25%;
	float: left;
	position: relative;
}

.section-recent-work .recent-work-section .recent-work-block.main-block {
	width: 50%;
}

.section-recent-work .recent-work-inner {
	position: relative;
	overflow: hidden;
}

.section-recent-work .recent-work-section img {
	vertical-align: middle;
}

.section-recent-work .recent-work-section .thumb-overlay {
	background: rgba(0,0,0,0.3);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-recent-work .vmiddle-holder{
	display: table;
	height: 100%;
	width: 100%;
}

.section-recent-work .vmiddle {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.section-recent-work  .recent-work-section h3{
	padding: 15px;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.section-recent-work .recent-work-section h3 a{
	color: #fff;
}

.section-recent-work .recent-work-content {
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin: auto;
	right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
}

.section-recent-work .recent-work-button {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-color: #ddd;
	bottom: -400px;
	opacity: 0;
	-webkit-transition: opacity 0.7s ease, bottom 0.7s ease;
	-o-transition: opacity 0.7s ease, bottom 0.7s ease;
	transition: opacity 0.7s ease, bottom 0.7s ease;
}

.section-recent-work .recent-work-block:hover h3,
.section-recent-work .recent-work-block:focus h3,
.section-recent-work .recent-work-block:active h3{
	margin-top: -60px;
}

.section-recent-work .recent-work-block:hover .recent-work-content,
.section-recent-work .recent-work-block:focus .recent-work-content,
.section-recent-work .recent-work-block:active .recent-work-content {
	bottom: 0;
	opacity: 1;
}

.section-recent-work .recent-work-block:hover .recent-work-button,
.section-recent-work .recent-work-block:focus .recent-work-button,
.section-recent-work .recent-work-block:active .recent-work-button {
	bottom: 0;
	opacity: 1;
}

/*--------------------------------------------------------------
18.13 Featured Page
--------------------------------------------------------------*/

.featured-page-section.landing-features {
	padding-top: 50px;
}

.featured-page-section.landing-features p {
	margin-bottom: 30px;
}

.section-featured-page h5 {
	margin-bottom: 40px;
}

.section-featured-page img.alignleft {
	margin-right: 60px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 47%;
	background: #fff;
}

.section-featured-page img.alignright {
	margin-left: 60px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 47%;
	background: #fff;
}

.section-featured-page .entry-content {
	margin: 0;
}

.section-featured-page .section-title {
	text-align: left!important;
}

.section-featured-page .section-title::after,
.section-featured-page .section-title::before {
	display: none;
}

.section.section-featured-page li {
	font-size: 15px;
	list-style: none;
	line-height: 2;
}

.section.section-featured-page ul {
	padding-left: 0;
}

.section.section-featured-page li:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	margin-right: 15px;
	color: var(--renk);
	font-size: 13px;
	display: inline-block;
	margin-top: 0px;
	font-weight: 900;
}

/*--------------------------------------------------------------
18.14. Skills
--------------------------------------------------------------*/

.section.section-skill-bar {
	background: #fff;
}

.section-skill-bar .entry-content {
	margin: 0;
}


.section-skill-bar .section-title::after,
.section-skill-bar .section-title::before {
	display: none;
}

.section.section-skill-bar li {
	font-size: 17px;
	list-style: none;
	color: #191d3d;
}

.section.section-skill-bar ul {
	padding-left: 0;
}

.section.section-skill-bar li:before {
	content: "\f05d";
	font-family: 'Font Awesome 5 Free';
	margin-right: 15px;
	color: var(--renk);
	font-size: 20px;
}
.skillbar {
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #e4dfdf;
	height: 5px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	border-radius: 5px;
}
.skillbar-bar {
	height: 5px;
	width: 0px;
	background: var(--renk);
	position: relative;
	display: block;
	top: 0;
	left: 0;
	border-radius: 0 5px 5px 0;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.skillbar-title {
	float: left;
}

.skill-bar-percent {
	float: right;
}

.skillbar-item h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.skillbar {
	clear: both;
}

.skillbar-item:last-child {
	margin: 0;
}
.skill-bar-section {
	margin-top: 50px;
}
.skillbar-item {
	margin-bottom: 25px;
}
.section-skill-bar .skillbar.skillbar-2 .skillbar-bar {
	background-color: #0fb36c;
}
.section-skill-bar .skillbar.skillbar-3 .skillbar-bar {
	background-color: #f5595a;
}
.section-skill-bar .skillbar.skillbar-4 .skillbar-bar {
	background-color: #e2b017;
}
.section-skill-bar .skillbar.skillbar-5 .skillbar-bar {
	background-color: #9261c6;
}
/*Home accordion*/


/*--------------------------------------------------------------
18.15. Quick Contact
--------------------------------------------------------------*/

#contactform input[type="text"],
#contactform input[type="email"] {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 20px;
}

#content .section.contact-us {
	padding: 0;
}

#contactform input[type="text"],
#contactform input[type="email"]{
	width: 100%;
	margin-bottom: 30px;
}

#contactform #comments {
	margin-top:0;
}

.contact-map  iframe.googlemap {
	border: none;
}

#content aside.section.google-map {
	margin: 0;
	padding: 0;
}

#contactform button#submit {
	margin: 20px 0 0;
}

.contact-map .map-inner-wrapper {
	background: #ffffff;
	padding: 10px 10px 0;
	box-shadow: 0 0 29px #efeded;
}

.contact-map .map-inner-wrapper p {
	color:#fff;
	margin: 0;
}

.contact-form .error_message {
	color: red;
	padding: 0 0 10px 0;
}

.contact-form fieldset {
	padding: 20px;
	text-align: center;
	border: 5px solid #4def4d;
}

.contact-form-area.contactdesc {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 47px #dddddd75;
}

h3.contact-title {
	background: var(--renk);
	text-align: center;
	padding: 10px;
	margin: -40px -40px 40px;
	color: #fff;
}


/*--------------------------------------------------------------
18.16. Social Links
--------------------------------------------------------------*/

.social-links {
	text-align: center;
}


.social-links  ul {
	margin: 0;
	padding: 0;
}

.social-links li a {
	border: 2px solid #cacaca;
	display: inline-block;
	height: 35px;
	line-height: 1.7;
	margin-right: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 35px;
	overflow: hidden;
}

.social-links.circle  li a {
	border-radius: 100%;
}

.social-links li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.social-links  ul li::after{
	display: none;
}

.social-links  li a i {
	color:#cacad8;
	font-size: 18px;
	font-weight: normal;
}

.social-links ul li a::before {
	color: #bdbdbd;
	content: "\f0c1";
	display: block;
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	line-height: 2.5;
	font-size: 13px;
}

.social-links ul li a:hover {
	background-color: #001837;
	border: 2px solid rgba(0, 0, 0, 0);
	-moz-transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.social-links  ul li a:hover::before {
	color: #fff;
}

.social-links  ul li a[href*="facebook.com"]:before {
	content: "\f39e";
}

.social-links  ul li a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-links  ul li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-links  ul li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.social-links  ul li a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-links  ul li a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-links  ul li a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-links  ul li a[href*="bitbucket.org"]:before {
	content: "\f171";
}

.social-links  ul li a[href*="github.com"]:before {
	content: "\f113";
}

.social-links  ul li a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.social-links  ul li a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-links ul li a[href$="/feed/"]:before {
	content: "\f09e";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.social-links  ul li a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-links  ul li a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-links  ul li a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-links  ul li a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-links  ul li a[href*="vimeo.com"]:before {
	content: "\f194";
}

.social-links  ul li a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-links  ul li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.social-links  ul li a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.social-links  ul li a[href*="delicious.com"]:before {
	content: "\f1a5";
}

.social-links ul li a[href*="mailto:"]:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
}

.social-links  ul li a[href*="soundcloud.com"]:before {
	content: "\f1be";
}
.social-links  ul li a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social-links  ul li a[href*="wordpress.com"]:before {
	content: "\f19a";
}

.social-links  ul li a[href*="jsfiddle.net"]:before {
	content: "\f1cc";
}

.social-links  ul li a[href*="tripadvisor.com"]:before {
	content: "\f262";
}

.social-links  ul li a[href*="angel.co"]:before {
	content: "\f209";
}

.social-links  ul li a[href*="slack.com"]:before {
	content: "\f198";
}

.social-links  ul li a[href*="500px.com"]:before {
	content: "\f26e";
}
.social-links  ul li a[href*="500px.com"]:hover {
	background: #0099e5;
}

.social-links  ul li a[href*="amazon.com"]:before {
	content: "\f270";
}
.social-links  ul li a[href*="amazon.com"]:hover {
	background: #f90;
}

.social-links  ul li a[href*="amilia.com"]:before {
	content: "\f36d";
}
.social-links  ul li a[href*="amilia.com"]:hover {
	background: #46aaf8;
}

.social-links  ul li a[href*="gitlab.com"]:before {
	content: "\f09b";
}
.social-links  ul li a[href*="gitlab.com"]:hover {
	background: #e65328;
}

.social-links  ul li a[href*="ebay.com"]:before {
	content: "\f4f4";
}
.social-links  ul li a[href*="ebay.com"]:hover {
	background: #0654ba;
}

.social-links  ul li a[href*="dashcube.com"]:before {
	content: "\f210";
}
.social-links  ul li a[href*="dashcube.com"]:hover {
	background: #f76707;
}

.social-links  ul li a[href*="behance.net"]:before {
	content: "\f1b5";
}
.social-links  ul li a[href*="behance.net"]:hover {
	background: #0052CC;
}

.social-links  ul li a[href*="vk.net"]:before {
	content: "\f189";
}
.social-links  ul li a[href*="vk.net"]:hover {
	background: #5181b8;
}

.social-links  ul li a[href*="mastodon.social"]:before {
	content: "\f4f6";
}
.social-links  ul li a[href*="mastodon.social"]:hover {
	background: #5181b8;
}

.social-links  ul li a[href*="algolia.com"]:before {
	content: "\f36c";
}
.social-links  ul li a[href*="algolia.com"]:hover {
	background: #5a6dff;
}

.social-links  ul li a[href*="bandcamp.com"]:before {
	content: "\f2d5";
}
.social-links  ul li a[href*="bandcamp.com"]:hover {
	background: #639aa9;
}

.social-links  ul li a[href*="codiepie.com"]:before {
	content: "\f284";
}
.social-links  ul li a[href*="codiepie.com"]:hover {
	background: #222222;
}

.social-links  ul li a[href*="del.icio.us"]:before {
	content: "\f1a5";
}
.social-links  ul li a[href*="del.icio.us"]:hover {
	background: #0076e8;
}

.social-links  ul li a[href*="gitter.im"]:before {
	content: "\f426";
}
.social-links  ul li a[href*="gitter.im"]:hover {
	background: #46bc99;
}

.social-links  ul li a[href*="goodreads.com"]:before {
	content: "\f3a8";
}
.social-links  ul li a[href*="goodreads.com"]:hover {
	background: #382110;
}

.social-links  ul li a[href*="hireahelper.com"]:before {
	content: "\f3b0";
}
.social-links  ul li a[href*="hireahelper.com"]:hover {
	background: #693238;
}

.social-links  ul li a[href*="imdb.com"]:before {
	content: "\f2d8";
}
.social-links  ul li a[href*="imdb.com"]:hover {
	background: #f5c518;
}

.social-links  ul li a[href*="last.fm"]:before {
	content: "\f202";
}
.social-links  ul li a[href*="last.fm"]:hover {
	background: #bb0000;
}

.social-links  ul li a[href*="medium.com"]:before {
	content: "\f23a";
}
.social-links  ul li a[href*="medium.com"]:hover {
	background: #693238;
}

.social-links  ul li a[href*="meetup.com"]:before {
	content: "\f2e0";
}
.social-links  ul li a[href*="meetup.com"]:hover {
	background: #f13a59;
}

.social-links  ul li a[href*="mixcloud.com"]:before {
	content: "\f289";
}
.social-links  ul li a[href*="mixcloud.com"]:hover {
	background: #693238;
}

.social-links  ul li a[href*="quora.com"]:before {
	content: "\f3d2";
}
.social-links  ul li a[href*="quora.com"]:hover {
	background: #b92b27;
}

.social-links  ul li a[href*="us.napster.com"]:before {
	content: "\f2c4";
}
.social-links  ul li a[href*="us.napster.com"]:hover {
	background: #49FFD0;
}

.social-links  ul li a[href*="slideshare.net"]:before {
	content: "\f1e7";
}
.social-links  ul li a[href*="slideshare.net"]:hover {
	background: #222222;
}

.social-links  ul li a[href*="spotify.com"]:before {
	content: "\f1bc";
}
.social-links  ul li a[href*="spotify.com"]:hover {
	background: #1ed760;
}

.social-links  ul li a[href*="stackexchange.com"]:before {
	content: "\f18d";
}
.social-links  ul li a[href*="stackexchange.com"]:hover {
	background: #12457C;
}

.social-links  ul li a[href*="stackoverflow.com"]:before {
	content: "\f16c";
}
.social-links  ul li a[href*="stackoverflow.com"]:hover {
	background: #f48024;
}

.social-links  ul li a[href*="trello.com"]:before {
	content: "\f181";
}
.social-links  ul li a[href*="trello.com"]:hover {
	background: #5aac44;
}

.social-links  ul li a[href*="xing.com"]:before {
	content: "\f168";
}
.social-links  ul li a[href*="xing.com"]:hover {
	background: #b0d400;
}

.social-links  ul li a[href*="yelp.com"]:before {
	content: "\f1e9";
}
.social-links  ul li a[href*="yelp.com"]:hover {
	background: #d32323;
}
/*social links hover effect */

.social-links  ul li a[href*="facebook.com"]:hover {
	background: #3b5998;
}

.social-links  ul li a[href*="twitter.com"]:hover {
	background: #00aced;
}

.social-links  ul li a[href*="plus.google.com"]:hover {
	background: #dd4b39;
}

.social-links  ul li a[href*="/feed/"]:hover  {
	background: #dc622c;
}

.social-links  ul li a[href*="wordpress.org"]:hover,
.social-links  ul li a[href*="wordpress.com"]:hover {
	background: #45bbe6;
}

.social-links  ul li a[href*="github.com"]:hover {
	background: #4183c4;
}

.social-links  ul li a[href*="linkedin.com"]:hover {
	background: #007bb6;
}

.social-links  ul li a[href*="pinterest.com"]:hover {
	background: #cb2027;
}

.social-links  ul li a[href*="flickr.com"]:hover {
	background: #ff0084;
}

.social-links  ul li a[href*="vimeo.com"]:hover {
	background: #aad450;
}

.social-links  ul li a[href*="youtube.com"]:hover {
	background: #bb0000;
}

.social-links  ul li a[href*="instagram.com"]:hover {
	background: var(--renk);
}

.social-links  ul li a[href*="dribbble.com"]:hover {
	background: #ea4c89;
}

.social-links  ul li a[href*="skype.com"]:hover {
	background: #12a5f4;
}

.social-links  ul li a[href*="digg.com"]:hover {
	background: #333;
}

.social-links  ul li a[href*="codepen.io"]:hover {
	background: #000;
}

.social-links  ul li a[href*="reddit.com"]:hover {
	background: #ff4500;
}

.social-links  ul li a[href*="mailto:"]:hover {
	background: #1d62f0;
}

.social-links  ul li a[href*="twitch.tv"]:hover {
	background: var(--renk2);
}

.social-links  ul li a[href*="foursquare.com"]:hover {
	background: #f94877;
}

.social-links  ul li a[href*="stumbleupon.com"]:hover {
	background: #eb4924;
}

.social-links  ul li a[href*="twitch.tv"]:hover {
	background: var(--renk2);
}

.social-links  ul li a[href*="tumblr.com"]:hover {
	background: #32506d;
}

.social-links  ul li a[href*="soundcloud.com"]:hover {
	background: #ff5500;
}

.social-links  ul li a[href*="wordpress.org"]:hover {
	background:#45bbe6;
}

.social-links  ul li a[href*="jsfiddle.net"]:hover {
	background:#4679bd;
}

.social-links  ul li a[href*="tripadvisor.com"]:hover {
	background:#86c171;
}

.social-links  ul li a[href*="foursquare.com"]:hover {
	background:#2d5be3;
}

.social-links  ul li a[href*="angel.co"]:hover {
	background:#000;
}

.social-links  ul li a[href*="slack.com"]:hover {
	background:#56b68b;
}

.social-links.brand-color  ul li a[href*="500px.com"] {
	background: #0099e5;
}

.social-links.brand-color  ul li a[href*="amazon.com"] {
	background: #f90;
}

.social-links.brand-color  ul li a[href*="amilia.com"] {
	background: #46aaf8;
}

.social-links.brand-color  ul li a[href*="gitlab.com"] {
	background: #e65328;
}

.social-links.brand-color  ul li a[href*="ebay.com"] {
	background: #0654ba;
}

.social-links.brand-color  ul li a[href*="dashcube.com"] {
	background: #f76707;
}

.social-links.brand-color  ul li a[href*="behance.net"] {
	background: #0052CC;
}

.social-links.brand-color  ul li a[href*="vk.net"] {
	background: #5181b8;
}

.social-links.brand-color  ul li a[href*="mastodon.social"] {
	background: #5181b8;
}

.social-links.brand-color  ul li a[href*="algolia.com"] {
	background: #5a6dff;
}

.social-links.brand-color  ul li a[href*="bandcamp.com"] {
	background: #639aa9;
}

.social-links.brand-color  ul li a[href*="codiepie.com"] {
	background: #222222;
}

.social-links.brand-color  ul li a[href*="del.icio.us"] {
	background: #0076e8;
}

.social-links.brand-color  ul li a[href*="gitter.im"] {
	background: #46bc99;
}


.social-links.brand-color  ul li a[href*="goodreads.com"] {
	background: #382110;
}


.social-links.brand-color  ul li a[href*="hireahelper.com"] {
	background: #693238;
}


.social-links.brand-color  ul li a[href*="imdb.com"] {
	background: #f5c518;
}


.social-links.brand-color  ul li a[href*="last.fm"] {
	background: #bb0000;
}


.social-links.brand-color  ul li a[href*="medium.com"] {
	background: #693238;
}


.social-links.brand-color  ul li a[href*="meetup.com"] {
	background: #f13a59;
}


.social-links.brand-color  ul li a[href*="mixcloud.com"] {
	background: #693238;
}


.social-links.brand-color  ul li a[href*="quora.com"] {
	background: #b92b27;
}


.social-links.brand-color  ul li a[href*="us.napster.com"] {
	background: #49FFD0;
}


.social-links.brand-color  ul li a[href*="slideshare.net"] {
	background: #222222;
}


.social-links.brand-color  ul li a[href*="spotify.com"] {
	background: #1ed760;
}


.social-links.brand-color  ul li a[href*="stackexchange.com"] {
	background: #12457C;
}


.social-links.brand-color  ul li a[href*="stackoverflow.com"] {
	background: #f48024;
}


.social-links.brand-color  ul li a[href*="trello.com"] {
	background: #5aac44;
}


.social-links.brand-color  ul li a[href*="xing.com"] {
	background: #b0d400;
}


.social-links.brand-color  ul li a[href*="yelp.com"] {
	background: #d32323;
}

.social-links.brand-color  ul li a[href*="facebook.com"] {
	background: #3b5998;
}

.social-links.brand-color  ul li a[href*="twitter.com"] {
	background: #00aced;
}

.social-links.brand-color  ul li a[href*="plus.google.com"] {
	background: #dd4b39;
}

.social-links.brand-color  ul li a[href*="/feed/"]  {
	background: #dc622c;
}

.social-links.brand-color  ul li a[href*="wordpress.org"],
.social-links.brand-color  ul li a[href*="wordpress.com"] {
	background: #45bbe6;
}

.social-links.brand-color  ul li a[href*="github.com"] {
	background: #4183c4;
}

.social-links.brand-color  ul li a[href*="linkedin.com"] {
	background: #007bb6;
}

.social-links.brand-color  ul li a[href*="pinterest.com"] {
	background: #cb2027;
}

.social-links.brand-color  ul li a[href*="flickr.com"] {
	background: #ff0084;
}

.social-links.brand-color  ul li a[href*="vimeo.com"] {
	background: #aad450;
}

.social-links.brand-color  ul li a[href*="youtube.com"] {
	background: #bb0000;
}

.social-links.brand-color ul li a[href*="instagram.com"] {
	background: var(--renk);
}

.social-links.brand-color  ul li a[href*="dribbble.com"] {
	background: #ea4c89;
}

.social-links.brand-color  ul li a[href*="skype.com"] {
	background: #12a5f4;
}

.social-links.brand-color  ul li a[href*="digg.com"] {
	background: #333;
}

.social-links.brand-color  ul li a[href*="codepen.io"] {
	background: #000;
}

.social-links.brand-color  ul li a[href*="reddit.com"] {
	background: #ff4500;
}

.social-links.brand-color  ul li a[href*="mailto:"] {
	background: #1d62f0;
}

.social-links.brand-color  ul li a[href*="twitch.tv"] {
	background: var(--renk2);
}

.social-links.brand-color  ul li a[href*="foursquare.com"] {
	background: #f94877;
}

.social-links.brand-color  ul li a[href*="stumbleupon.com"] {
	background: #eb4924;
}

.social-links.brand-color  ul li a[href*="twitch.tv"] {
	background: var(--renk2);
}

.social-links.brand-color  ul li a[href*="tumblr.com"] {
	background: #32506d;
}

.social-links.brand-color  ul li a[href*="soundcloud.com"] {
	background: #ff5500;
}

.social-links.brand-color  ul li a[href*="wordpress.org"] {
	background:#45bbe6;
}

.social-links.brand-color  ul li a[href*="jsfiddle.net"] {
	background:#4679bd;
}

.social-links.brand-color  ul li a[href*="tripadvisor.com"] {
	background:#86c171;
}

.social-links.brand-color  ul li a[href*="foursquare.com"] {
	background:#2d5be3;
}

.social-links.brand-color  ul li a[href*="angel.co"] {
	background:#000;
}

.social-links.brand-color  ul li a[href*="slack.com"] {
	background:#56b68b;
}

.social-links.brand-color ul li a:before {
	color: #fff;
}

.social-links.brand-color ul li a {
	border: 2px solid transparent;
}

/*--------------------------------------------------------------
19. Inner Page Template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
19.1 Basic Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
	color: var(--renk);
	text-align: center;
	background: #f7f7f7;
}

#breadcrumb ul {
	margin:0;
	padding: 0;
}
#breadcrumb li:last-child {
	border: none;
}
#breadcrumb li {
	display: inline-block;
	list-style: outside none none;
	padding: 15px 20px;
	border-right: 1px solid #ddd;
	font-weight: 600;
	font-size: 15px;
}
#breadcrumb li i {
	margin-right: 8px;
}
#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
	display: none;
}

#breadcrumb .breadcrumb-trail li::after {
	content: "\f105";
	margin-left: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
}

#breadcrumb li a {
	color: #000;
}
#breadcrumb li a:hover {
	color: var(--renk);
}
.custom-header-2 #custom-header {
	padding: 15px 0;
}
#breadcrumb.breadcrumb-2 {
	background: var(--renk);
	padding: 15px 0;
}
.custom-header-3 #breadcrumb {
	float: right;
	margin-top: 30px;
}

.custom-header-3 h1.page-title {
	float: left;
}
/*--------------------------------------------------------------
19.2. Error 404 Page
--------------------------------------------------------------*/

section.error-404 {
	text-align: center;
	margin-bottom: 80px;
}

.error-404 h2{
	font-size: 87px;
	font-weight: bold;
}

#quick-links-404 {
	margin-top: 30px;
}

#quick-links-404 ul li {
	display: inline-block;
	list-style: outside none none;
}

#quick-links-404 ul li a {
	display: block;
	padding: 0 20px;
	color: #222;
	border-left: 1px solid #ddd;
	line-height: 1;
}

#quick-links-404 ul li:first-child a{
	border:none;
}

.error404 #primary {
	width: 100%;
}

section.error-404 .search-form {
	position: relative;
	max-width: 480px;
	margin: 60px auto 0;
}

section.error-404 .search-form input.search-field {
	width: 100%;
}


.error404 h2 span {
	color: var(--renk);
	margin: 0 15px;
}

/*--------------------------------------------------------------
19.3. Project
--------------------------------------------------------------*/

.section.section-project {
	background: #fff;
}

.section.section-project .custom-button {
	margin-top: 15px;
}

.section-project  .alignleft {
	margin-right: 70px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 50%;
}

.section-project img {
	vertical-align: middle;
}


.section-project .alignright {
	margin-left: 70px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 50%;
}

.section-project .custom-button {
	margin-left: 0;
}

.section-project .entry-content {
	margin: 0;
}

.section-project .project-section {
	margin: 0 auto;
	display: block;
	float: left;
	width: 100%;
}

.section-project .featured-project-section {
	padding: 65px;
	width: 50%;
	float: left;
	margin-left: 0;
	position: relative;
	z-index: 9;
}
.featured-project-section h3 {
	font-size: 28px;
}
.section-project .featured-project-category {
	color: #aaa;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 5px;
	display: block;
}

.project-section .alignleft:after {
	content: "";
	display: block;
	border-right: 25px solid #ffffff;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	right: 0;
	position: absolute;
	top: 43%;
}
.project-inner {
	background: var(--renk2);
	clear: both;
	float: left;
	width: 100%;
}
.project-thumb {
	position: relative;
	width: 50%;
	float: left;

}

.featured-project-section p, .featured-project-section h3, .section-project .featured-project-category {
	color: #fff;
}
.project-section .alignright:after {
	content: "";
	display: block;
	border-left: 25px solid #ffffff;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	left: 0;
	position: absolute;
	top: 43%;
}

.project-thumb.thumb-alignright {
	float: right;
}


.section-project .section-carousel-enabled .slick-prev.slick-arrow, .section-project .section-carousel-enabled .slick-next.slick-arrow {
	top: 10px;
	border-radius: 0;
	right: 10px;
	box-shadow: none;
}

.section-project .section-carousel-enabled .slick-prev.slick-arrow {
	right: 65px;
	left: inherit;
}



/*--------------------------------------------------------------
18.11. Instagram Sections
--------------------------------------------------------------*/

.instagram-inner-wrapper {
	position: relative;
}
.instagram-section .insta-item {
	float: left;
	width: 16.66667%;
	position: relative;
}

.instagram-section .insta-item img {
	width: 100%;
}

.instagram-section .instagram-caption {
	text-align: center;
	position: absolute;
	z-index: 99;
	bottom: 40%;
	left: 45%;
}

.instagram-section .instagram-cap-wrapper a.custom-button {
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	display: block;
}

.instagram-section .instagram-cap-wrapper a.custom-button:before {
	content: "\f16d";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 6px;
}

.instagram-section {
	position: relative;
}

.instagram-section .insta-item  .instagram-hvr-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 98;
	color: #fff;
}
.instagram-section .insta-item:hover .instagram-hvr-content {
	opacity: 1;
	visibility: visible;
}

.insta-item.thumb-overlay i {
	font-size: 13px;
}

.instagram-section .insta-item .instagram-hvr-content span {
	margin-right: 20px;
}

.instagram-section .insta-item  span i.fa {
	margin-right: 5px;
}

.instagram-section .insta-item a:before {
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.instagram-section .insta-item a {
	display: block;
}

.instagram-section .insta-item:hover a:before {
	opacity: 1;
	visibility: visible;
}

.instagram-section  .section-carousel-enabled .slick-prev.slick-arrow,
.instagram-section .section-carousel-enabled .slick-next.slick-arrow {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.instagram-section .section-carousel-enabled .slick-list {
	padding: 0;
}
.sidebar .instagram-section .insta-item {
	width: 50%;
	padding: 5px;
}
.wrapper {
	overflow: hidden;
}
.sidebar .instagram-section .instagram-caption {
	left: 0;
	text-align: center;
	width: 100%;
}
.sidebar .instagram-section .instagram-cap-wrapper a.custom-button {
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
.sidebar .instagram-section .insta-item a:before {
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 93%;
	width: 93%;
	z-index: 9;
}
/*--------------------------------------------------------------
18.12. wwd Sections
--------------------------------------------------------------*/
aside.section.wwd-bg.background-img {
	background-image: url(images/wwd/wwd.jpg);
	background-position: left;
}
.wwd-content {
	padding: 60px 40px;
	max-width: 634px;
}
.wwd-content h3 {
	margin-bottom: 5px;
}
.wwd-content li {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 25px;
	padding-left: 35px;
}
.wwd-content li::after {
	position: absolute;
	left: 0;
	top: 2px;
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #ff4450;
	font-size: 20px;
}



/*--------------------------------------------------------------
18.5. NewsLetter
--------------------------------------------------------------*/

form.news-letter-form {
	position: relative;
	margin-top: 5px;
}

input.news-letter-email {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 20px;
	background: #fff;
}

input.news-letter-submit {
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	padding: 11px 28px;
	border: none;
	box-shadow: none;
}

.section input.news-letter-email {
	padding: 15px 30px;
	margin-bottom: 0;

}

.section input.news-letter-submit {
	padding: 19px 28px;
}

span.newsletter-icon.pull-left {
	margin-right: 30px;
	margin-top: 15px;
}
.news-letter-title {
	float: left;
}

.news-letter-title h2 {
	margin: 0;
}

.news-letter-title p {
	margin: 0;
}

.newsletter-icon i {
	font-size: 40px;
}
#footer-widgets input.news-letter-email {
	padding: 8px 20px;
}
#footer-widgets input.news-letter-submit {
	width: 100%;
	position: inherit;
	padding: 9px;
}

#content .section.newsletter-section{
	padding: 20px 0;
	box-shadow: 0 0 18px #dddddd94;
	position: relative;
	z-index: 99;
	display: block;
	background: #fff;
	margin-top: 0;
	display: table;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:1230px) {

	#content .boxed-width-section,
	.container {
		max-width: 96%;
		margin: 0 auto;
	}

	#content .section.newsletter-section {
		display: block;
	}

	.global-layout-no-sidebar>.container {
		margin: 0 auto;
		width: 100%;
		padding: 0;
		max-width: 100%;
	}

	#content .section {
		margin-bottom: 0;
		padding: 60px 0;
	}

	.main-navigation ul li a {
		margin: 0;
	}

	.section-featured-slider h3 {
		font-size: 55px;
	}

	.section-featured-slider .slick-dots {
		bottom: 10px;
	}

	.section-featured-slider .slider-caption {
		bottom: 20%;
	}

	#content .featured-page-section .section-title {
		font-size: 33px;
		margin-bottom: 5px;
	}

	.featured-page-thumb {
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}

	#content .section {
		padding: 80px 0;

	}

	#content .section.no-padding {
		padding: 0;
	}

	.quick-contact.quick-contact-2 li {
		padding: 15px 10px;
	}


}

/* Smaller than standard 1024 (devices and browsers) */

@media only screen and (max-width:1023px) {

	.full-with-stretch .container,
	.full-with-stretch .container .inner-wrapper {
		padding: 30px;
		max-width: 100%;
		margin: 0;
	}

	#custom-header {
		padding: 50px 0;
	}

	.custom-button.button-medium {
		padding: 5px 25px;
		font-size: 14px;
		margin-top: 5px;
	}

	.section-featured-slider p {
		line-height: 1.6;
		margin-bottom: 15px;
	}

	#masthead {
		position: inherit;
		z-index: 998;
		background: none;
	}

	.multi-language.pull-left {
		margin: 0;
	}

	.multi-language-sub::after {
		left: inherit;
		right: 20px;
	}


	.top-header-right {
		width: 100%;
	}

	#masthead.overlap-header {
		position: relative;
		background: none;
		z-index: 998;
		border-bottom: none;
		background: #1d1e36;
	}
	.notice-info.pull-left {
		text-align: center;
		width: 100%;
		padding: 0 0 6px;
	}
	#masthead.header-v4.sticky-enabled.sticky-header,
	#masthead.sticky-enabled.sticky-header,
	.sticky-enabled.sticky-header {
		padding: 25px 0;
		position: inherit;
		transition: none;
		animation: inherit;
		width: 100%;
	}

	.col-grid-3 {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.col-grid-7,
	.col-grid-5 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.col-grid-8 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.sidebar,
	#primary,
	.three-columns-enabled .sidebar,
	.three-columns-enabled #primary {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.three-columns-enabled .sidebar {
		width: 50%;
	}

	#primary .hentry.post.blog-gird {
		width: 50%;
		padding: 10px 15px;
	}

	.custom-button,
	.custom-button:visited,
	a.button,
	.custom-button.custom-primary-button,
	.custom-button.custom-primary-button:visited {
		min-width: inherit;
		padding: 6px 23px;
		font-size: 14px;
	}

	.custom-button.button-medium {
		margin-top: 5px;
	}

	.section-featured-slider .slick-prev,
	.section-featured-slider .slick-next {
		opacity: 1;
		height: 40px;
		width: 40px;
		line-height: 1.5;
	}

	.section-featured-slider .slick-prev,
	.section-featured-slider .slick-next {
		opacity: 1;
		visibility: visible;
	}

	.section-featured-slider .slick-prev {
		left:2%;
	}

	.section-featured-slider .slick-next {
		right:2%;
	}

	.col-grid-6 {
		width: 100%;
	}

	.col-grid-6.service-block-item {
		width: 50%;
	}

	.inner-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col-grid-3,
	.col-grid-4 {
		width: 50%;
	}

	/* grid clearing */
	.col-grid-4:nth-child(3n+1),
	.col-grid-3:nth-child(4n+1)  {
		clear: inherit;
	}

	/* grid clearing */
	.col-grid-4:nth-child(2n+1),
	.col-grid-3:nth-child(2n+1),
	.col-grid-6:nth-child(2n+1)  {
		clear: both;
	}

	.section-carousel-enabled .col-grid-4:nth-child(2n+1),
	.section-carousel-enabled .col-grid-3:nth-child(2n+1),
	.section-carousel-enabled .col-grid-6:nth-child(2n+1)  {
		clear: inherit;
	}

	.col-grid-7,
	.col-grid-7 + .col-grid-5,
	.col-grid-5 + .col-grid-7
	.col-grid-8,
	.col-grid-8 + .col-grid-4,
	.col-grid-4 + .col-grid-8,
	.col-grid-9,
	.col-grid-9 + .col-grid-3,
	.col-grid-3 + .col-grid-9,
	.col-grid-10,
	.col-grid-10 + .col-grid-2,
	.col-grid-2 + .col-grid-10,
	.col-grid-11,
	.col-grid-11 + .col-grid-1,
	.col-grid-1 + .col-grid-11 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.alignnone {
		margin: 0 auto;
		display: block;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.section-featured-slider h3 {
		font-size: 39px;
	}

	.section-featured-slider h4 {
		clear: both;
		font-size: 16px;
		margin-bottom: 7px;
	}

	.section-featured-slider p {
		font-size: 15px;
		margin-bottom: 0;
	}

	.col-grid-4.service-block-item {
		width: 50%;
	}

	.col-grid-4.service-block-item:nth-child(3n+1) {
		clear: inherit;
	}

	.section-featured-page-grid .featured-page-grid-text-content {
		padding: 30px;
	}

	.section-key-features .col-grid-4 {
		width: 100%;
	}

	.section-key-features  .feature-thumb {
		text-align: center;
	}

	.project-inner p {
		display: none;
	}

	.section-project .featured-project-section {
		padding: 30px;
	}

	.featured-project-section h3 {
		font-size: 23px;
	}

	.col-grid-6.counter-item {
		width: 25%;
	}

	.counter-icon {
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
	}

	.featured-page-thumb:before {
		width:100%;
	}

	.section-plan .pricing-plan-price {
		font-size: 30px;
	}

	.wwd-content {
		max-width: 100%;
	}

	.section-portfolio .portfolio-item {
		width: 50%;
	}

	.section-teams .col-grid-4 {
		width: 100%;
	}
}

/* Smaller than standard 768 (devices and browsers) */

@media only screen and (max-width:767px) {
	.col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12,.col-grid-4.service-block-item {
		width:100%;
	}

	#footer-widgets .footer-active-4,
	#footer-widgets .footer-widget-area {
		width: 50%;
	}

	.section-project .featured-project-section {
		width: 100%;
		margin: 0;
	}

	.section-project .featured-project-section {
		padding: 50px;
	}

	.section-counter .counter-item {
		width: 50%;
	}

	.section-plan .pricing-plan-item {
		width: 320px;
		max-width: 100%;
		margin: 0 auto 40px;
		float: none;
		box-shadow: 0 0 11px #f1f1f1;
	}


	.section-key-features a.key-features-icon {
		font-size: 20px;
		line-height: 2;
		width: 55px;
		height: 55px;
		padding: 8px;
	}
	.sticky-contact {
		top: 126px;
	}

	.project-thumb {
		width: 100%;
		padding: 0;
		border: none;
	}

	.section-project .project-block {
		margin: 15px 0;
	}

	.section-featured-slider p {
		display: none;
	}

	#content .section {
		padding: 40px 0;
	}
	#content .section.overlap-bottom, .overlap-bottom {
		margin: 0 auto;
	}
	#content .section.overlap-bottom.boxed-width-section {
		margin-bottom: 65px;
		max-width: 85%;
	}
	#content .boxed-width-section .container {
		max-width: 100%;
	}
	#content .boxed-width-section .col-grid-6.newsletter-text {
		margin: 0;
	}
	.section input.news-letter-email {
		padding: 7px 15px;
		margin-bottom: 15px;
	}
	.news-letter-title h2 {
		margin-bottom: 10px;
	}
	.newsletter-icon i {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}

	.section-counter .counter-nos {
		font-size: 25px;
	}

	#content .section-title {
		font-size: 27px;
	}

	.project-inner p {
		display: block;
	}

	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
	}

	.featured-page-thumb:before {
		display: none;
	}
	.section-project .section-carousel-enabled .slick-prev.slick-arrow,
	.section-project .section-carousel-enabled .slick-next.slick-arrow {
		top: 22px;
		border-radius: 0;
		right: 10px;
		box-shadow: none;
		width: 35px;
		height: 35px;
		text-align: center;
		padding: 8px;
	}
	.section-project .section-carousel-enabled .slick-prev.slick-arrow {
		right: 50px;
		left: inherit;
	}
	.section input.news-letter-submit {
		padding: 19px 28px;
		position: inherit;
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	}
	.section input.news-letter-email {
		padding: 10px 20px;
		margin-bottom: 0;
	}
	span.newsletter-icon.pull-left {
		margin-top: 0;
		margin-bottom: 5px;
	}
	#content .section.overlap-base-top, .overlap-base-top, #footer-widgets.overlap-base-top {
		padding-top: 40px;
	}

}

@media only screen and (max-width:639px) {

	a.contact-toggle,
	a.contact-toggle:visited {
		width: 33px;
		height: 33px;
		left: -32px;
		padding: 0;
	}
	#header-search a.search-icon {
		padding: 2px 10px;
		margin-left: 15px;
		margin-top: 10px;
		margin-right: 11px;
	}
	a.contact-toggle i {
		font-size: 13px;
		margin-top: 9px;
	}
	.col-grid-4.latest-posts-item {
		width: 100%;
	}

	#footer-widgets .footer-active-4,
	#footer-widgets .footer-widget-area {
		width: 100%;
	}

	.col-grid-6.counter-item {
		width: 50%;
		text-align: center;
	}

	h3.thumb-title {
		bottom: 0;
		left: -20px;
		padding: 15px 30px;
		max-width: 100%;
		color: #fff;
		text-align: center;
		border-radius: 5px;
	}

	#header-right .custom-button {
		padding: 3px 15px;
	}

	.section-featured-slider .text-aligncenter .slider-buttons a.custom-button {
		margin-left: 5px;
		margin-right: 5px;
	}
	.section-featured-slider .text-alignleft .slider-buttons a.custom-button {
		margin-right: 6px;
	}
	.section-featured-slider .text-alignleft .slider-buttons a.custom-button {
		margin-left: 6px;
	}
	.custom-button.button-medium {
		padding: 2px 16px;
		font-size: 14px;
	}
	.search-box-wrap .searchform {
		width: 250px;
		margin: 0 auto;
		max-width: 100%;
	}
	input.search-field {
		width: 100%;
		border: 1px solid #f7f7f7;
		padding: 7px 20px;
		margin-bottom: 15px;
	}
	input.search-submit, input.search-submit:visited {
		position: relative;
		top: 0;
		margin: 0;
		right: 0;
		font-size: 17px;
		padding: 6px 20px;
		width: 100%;
	}
	.section-featured-slider .slick-dots {
		display: none!important;
	}

	.section-featured-slider h4 {
		font-size: 13px;
	}

	.section-featured-slider h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	#content .featured-page-section .section-title {
		font-size: 26px;
		margin-bottom: 5px;
	}

	h3 {
		font-size: 19px;
	}

	.site-title {
		max-width: 140px;
	}

	.section-featured-slider h3 {
		font-size: 19px;
		margin-bottom: 5px;
	}

	.section-featured-slider .slick-prev,
	.section-featured-slider .slick-next {
		opacity: 1;
		height: 33px;
		width: 33px;
		line-height: 1;
	}

	.section-services .service-block-inner,
	.wwd-content,
	.section-project .featured-project-section {
		padding: 20px 30px;
	}

	.full-with-stretch .container,
	.full-with-stretch .container .inner-wrapper {
		padding: 0;
		max-width: 100%;
		margin: 0;
	}

	.section-portfolio .portfolio-item {
		width: 100%;
	}

	.portfolio-filter ul li a {
		margin: 2px 0;
		display: block;
		font-weight: 500;
		font-size: 14px;
		padding: 3px 13px;
	}

	#tabs-nav li a {
		margin: 0;
	}

	#tabs-nav li {
		float: left;
		margin-right: 2px;
		border-radius: 5px 5px 5px 5px;
		cursor: pointer;
		width: 100%;
		border-bottom: 1px solid;
	}
	#tabs-nav li .active, .dot:hover {
		background-color: #fff !important;
	}
	.portfolio-filter {
		margin: 0 0 10px;

	}
	.section-counter .counter-item {
		width: 100%;
	}
}
