.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/* Slider */
.bwdhtsx-slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .bwdhtsx-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .bwdhtsx-slick-list:focus {
    outline: none;
  }
  
  .bwdhtsx-slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .bwdhtsx-slick-slider .bwdhtsx-slick-track,
  .bwdhtsx-slick-slider .bwdhtsx-slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .bwdhtsx-slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bwdhtsx-slick-track:before, .bwdhtsx-slick-track:after {
    content: "";
    display: table;
  }
  
  .bwdhtsx-slick-track:after {
    clear: both;
  }
  
  .bwdhtsx-slick-loading .bwdhtsx-slick-track {
    visibility: hidden;
  }
  
  .bwdhtsx-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  
  [dir="rtl"] .bwdhtsx-slick-slide {
    float: right;
  }
  
  .bwdhtsx-slick-slide img {
    display: block;
  }
  
  .bwdhtsx-slick-slide.bwdhtsx-slick-loading img {
    display: none;
  }
  
  .bwdhtsx-slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .bwdhtsx-slick-slide {
    display: block;
  }
  
  .bwdhtsx-slick-loading .bwdhtsx-slick-slide {
    visibility: hidden;
  }
  
  .bwdhtsx-slick-vertical .bwdhtsx-slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .bwdhtsx-slick-arrow.bwdhtsx-slick-hidden {
    display: none;
  }
  /*# sourceMappingURL=slick.css.map */



/* Slider */
.bwdhtsx-slick-loading .bwdhtsx-slick-list {
  background: #fff url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/fonts/slick.eot);
  src: url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/fonts/slick.woff) format("woff"), url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/fonts/slick.ttf) format("truetype"), url(https://kefelimuhendislikbilimleri.com/wp-content/plugins/bwdhtsx-horizontal-timeline-slider/assets/public/css/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.bwdhtsx-slick-prev,
.bwdhtsx-slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.bwdhtsx-slick-prev:hover, .bwdhtsx-slick-prev:focus,
.bwdhtsx-slick-next:hover,
.bwdhtsx-slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.bwdhtsx-slick-prev:hover:before, .bwdhtsx-slick-prev:focus:before,
.bwdhtsx-slick-next:hover:before,
.bwdhtsx-slick-next:focus:before {
  opacity: 1;
}

.bwdhtsx-slick-prev.bwdhtsx-slick-disabled:before,
.bwdhtsx-slick-next.bwdhtsx-slick-disabled:before {
  opacity: 0.25;
}

.bwdhtsx-slick-prev:before,
.bwdhtsx-slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwdhtsx-slick-prev {
  left: -25px;
}

[dir="rtl"] .bwdhtsx-slick-prev {
  left: auto;
  right: -25px;
}

.bwdhtsx-slick-prev:before {
  content: "←";
}

[dir="rtl"] .bwdhtsx-slick-prev:before {
  content: "→";
}

.bwdhtsx-slick-next {
  right: -25px;
}

[dir="rtl"] .bwdhtsx-slick-next {
  left: -25px;
  right: auto;
}

.bwdhtsx-slick-next:before {
  content: "→";
}

[dir="rtl"] .bwdhtsx-slick-next:before {
  content: "←";
}

/* Dots */
.bwdhtsx-slick-dotted.bwdhtsx-slick-slider {
  margin-bottom: 30px;
}

.bwdhtsx-slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.bwdhtsx-slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.bwdhtsx-slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.bwdhtsx-slick-dots li button:hover, .bwdhtsx-slick-dots li button:focus {
  outline: none;
}

.bwdhtsx-slick-dots li button:hover:before, .bwdhtsx-slick-dots li button:focus:before {
  opacity: 1;
}

.bwdhtsx-slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwdhtsx-slick-dots li.bwdhtsx-slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=slick-theme.css.map */.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-block {
    position: relative;
    padding: 30px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon-box {
    position: relative;
    margin-bottom: 35px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-top-inner {
    position: relative;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #efefef;
    color: #333;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon > svg,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow > svg,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow > svg {
    width: auto;
    height: 1em;
    fill: currentColor;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-date {
    color: #a2a2a2;
    font-size: 14px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-tree {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -5;
    overflow: hidden;
    width: 150%;
    height: 2px;
    background: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content .bwdhtsx-horizontal-timeline-arrow {
    position: absolute;
    bottom: 100%;
    left: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content .bwdhtsx-horizontal-timeline-arrow::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-inner {
    z-index: 1;
    padding: 20px;
    background-color: #fff;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image {
    margin-bottom: 10px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image[data-mfp-src] {
    cursor: pointer;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-title,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-title a {
    margin-top: 0;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 22px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-subtitle {
    display: block;
    margin-bottom: 20px;
    color: #999;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-description {
    margin: 0;
    color: #3c3c3c;
    font-size: 16px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow {
    top: 88px;
    z-index: 999;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 2.66em;
    height: 2.66em;
    border: 1px solid #dadada;
    border-radius: 50%;
    background-color: #fff;
    color: #8c8c8c;
    font-size: 15px;
    opacity: 1;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow:hover,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow:before,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow:before {
    display: none;
    content: "";
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow {
    left: -25px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow {
    right: -25px;
}
.bwdhtsx-horizontal-timeline-wrapper .slick-disabled {
    opacity: 0.7;
}