/*!
Theme Name: yilmazmachine
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>yilmazmachine</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yilmazmachine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yilmazmachine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	text-align: right;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-align: right;
}

p {
	margin-bottom: 1.5em;
	text-align: right;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0em 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}



/*!
Theme Name: yilmazmachine
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yilmazmachine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/




@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');



*{
  outline:none;
  box-sizing: border-box;
}

.uppercase{
  text-transform: uppercase;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
  font-family: 'Titillium Web', sans-serif !important;
}

body{
  font-family: 'Titillium Web', sans-serif;
  transition: all 250ms ease-out;
}

a, button, div:not(.fancybox-content), span, input, i, img:not(.fancybox-image) {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-rendering: optimizeLegibility;
  outline: none; 
  }

a:hover{
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 0.2rem;
}

/* custom form styles */
.custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.75rem;
  opacity: 0; }
.custom-control-label::before {
	pposition: absolute;
    top: 0.25rem;
    right: 0;
    display: block;
    min-width: 24px;
    height: 24px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
.custom-control-label::after {
	position: absolute;
	    top: 0.3rem;
	    right: 0;
	    display: block;
	    width: 1.5rem;
	    height: 1.5rem;
	    content: "";
	    background: 50%/50% 50% no-repeat; }
.custom-control-label {
  padding-right: 30px;
  display: flex;
  align-items: center;
  padding-top: 5px; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #020e28;
  background-color: #020e28; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffffff; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0px 0px 0px 3px rgba(128, 128, 128, 0.25); }
/* custom form styles */




header{
  background-color:white;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); 
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

.logoMobile {
	width: 105px;
	height: 54px;
}


.top-nav{
  background-color: #00a296;
  width:100%;
}


.lang-nav, .sub-nav{
  background-color: #007169;
  width:100%;
  height: 0;
  overflow:hidden;
  transition: height 100ms ease-in-out;
}

.lang-nav.opened, .sub-nav.opened{
  height:40px;
}

.top-nav ul.top-menu{
  list-style: none;
  text-align:right;
  margin:0;
  padding:7px 0;
}

.lang-nav ul.top-menu, .sub-nav ul.top-menu{
  list-style: none;
  text-align:right;
  margin:0;
  padding:0;
}

.lang-list{
  list-style: none;
  text-align:right;
  margin:0;
  padding:0;
  height:0;
}

.lang-menu{
  list-style: none;
  text-align:left;
  margin-top:15px;
  margin-bottom:0;
  padding:0;
}

.top-nav ul.top-menu li, .lang-nav ul.top-menu li, .lang-menu li, .sub-nav ul.top-menu li{
  display:inline-block;
  padding:7px 0;
}

.top-nav ul.top-menu li a, .lang-nav ul.top-menu li a, .lang-menu li a, .sub-nav ul.top-menu li a{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  border-radius: 4px;
  padding:4px 7px;
}

.top-nav ul li.lang-selector a, .lang-nav ul li.lang-selector a, .sub-nav ul li.active a{
  border-radius: 4px;
  background-color: rgba(0,0,0,.3);
}

.lang-menu li a{
  background-color: #00a296;
}

.top-nav ul li a:hover, .lang-nav ul li a:hover, .sub-nav ul li a:hover, .top-nav ul li.menu-opened a{
  text-decoration:none;
  background-color: rgba(0,0,0,.3);
}

.top-nav li a i{
  transition: transform 100ms ease-in-out;
}

.top-nav.lang-opened .lang-selector a i, .top-nav .menu-opened a i{
  transform: rotate(180deg);
}


navbar-nav{

}

navbar-nav li{

}

.navbar-nav li a{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #020e28;
}

.search-form{
  position: relative;
  margin-left:15px;
}

.search-form button{
  position:Absolute;
  left:0;
  top:3px;
}

.search-form input{
  padding: 8px 12px 7px 13px;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}



.hero-overlay{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


.hero-overlay h2{
  font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    
    margin-bottom: 15px;
}

.hero-overlay p{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  margin-bottom: 25px;
}


.hero-overlay a{
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  display:inline-block;
  margin-right:10px;
  border:none;
  text-decoration:none;
}

.hero-overlay.light h2 {
  color: #ffffff;
}

.hero-overlay.light p {
  color: #ffffff;
}

.hero-overlay.light a{
  background-color: #ffffff;
  color: #092e6e;
}

.hero-overlay.light a:hover {
  background-color: #092e6e;
  color: #fff;
}

.hero-overlay.dark h2 {
  color: #092e6e;
}

.hero-overlay.dark p {
  color: #092e6e;
}

.hero-overlay.dark a{
  background-color: #092e6e;
  color: #ffffff;
}

.hero-overlay.dark a:hover{
  background-color: #051a3e;
}


#hero.owl-carousel .owl-dots{
  position:absolute;
  left:0;
  bottom:15px;
  width:100%;
  text-align:center;
}

#hero.owl-carousel .owl-dots button.owl-dot{
  width: 14px;
  height: 14px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius:50%;
  background-color: #000000;
  outline:none;
}

#hero.owl-carousel .owl-dots button.owl-dot.active{
 /* border: solid 3px #092e6e;*/
  background-color: #092e6e;
  opacity:1;
}

#hero.owl-carousel .owl-nav{
  position:absolute;
  left:0;
  top:45%;
  width:100%;
  height: 0;
}

#hero.owl-carousel .owl-nav button i{
  font-size:25px;
}

#hero.owl-carousel .owl-nav button {
  width:60px;
  text-align:center;
  height:60px;
  background-color:#000;
  opacity:.4;
  color:#fff;
  outline:none;
  line-height:1;
}

#hero.owl-carousel .owl-nav button.owl-prev{
  background-color:#000;
  opacity:.4;
  position:absolute;
  left:0;
}

#hero.owl-carousel .owl-nav button.owl-next{
  float:right;
  background-color:#000;
  opacity:.4;
}

#hero.owl-carousel .owl-nav button:hover {
  opacity:.8;
}

section.light h2, section.grey h2{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #020e28;
}


section.dark h2{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #fff;
}

section.grey{
  background-color: #efefef;
}

.products a img{
  border: solid 1px #d6d6d6;
  border-radius:12px;
}

.products a{
  text-decoration:none;
  position: relative;
  display: block;
}

.products a span{
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00767f;
  display: block;
  padding: 10px 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

section.video{
  background:url(assets/img/bg-tanitim.jpg) center top no-repeat;
  background-size: cover;
}

.corner-round{
  border-radius:12px !important;
  overflow:hidden;
}

.drop-shadow{
  box-shadow: 0 0 17.9px 3.2px rgba(0, 0, 0, 0.58);
}
.drop-shadow-2{
  box-shadow: 0 0 12.9px 3.2px rgba(206, 206, 206, 0.58);
}


.whoweare p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #020e28;
}

.blog-item h3{
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #020e28;
  margin-top:15px;
}

.blog-item p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #020e28;
}

.blog-item span{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  display:block;
  color: #020e28;
}

.blog-item span i{
  margin-left:5px;
}

.carousel-topnav.owl-carousel .owl-dots,
.carousel-product.owl-carousel .owl-dots{
  position:absolute;
  left:0;
  bottom:-55px;
  width:100%;
  text-align:center;
}

.carousel-topnav.owl-carousel .owl-dots button.owl-dot,
.carousel-product.owl-carousel .owl-dots button.owl-dot{
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius:50%;
  background-color: #00a296;
  outline:none;
}

.carousel-topnav.owl-carousel .owl-dots button.owl-dot.active,
.carousel-product.owl-carousel .owl-dots button.owl-dot.active{
  border: solid 3px #00a296;
  background-color: #00a296;
  opacity:1;
}

.carousel-topnav.owl-carousel .owl-nav{
  position:Absolute;
  left:0;
  top:-72px;
  width:110px;
  display:none;

}

.carousel-topnav.owl-carousel .owl-nav button i{
  font-size:25px;
}

.carousel-topnav.owl-carousel .owl-nav button{
  width: 45px;
  height: 45px;
  padding: 11px 14px 10px 17px;
  border: solid 1px #020e28;
  background-color: transparent;
  margin-right:10px;
  border-radius:10px;
}

.carousel-topnav.owl-carousel .owl-nav button:hover, .carousel-topnav.owl-carousel .owl-nav button:focus {
  border: solid 1px #020e28;
  background-color: #020e28;
  color: #fff;
  outline: none;
  box-shadow: none;
}




section.newsletter{
  background-image: linear-gradient(to right, #00a296, #356b6a);
}

.newsletter h3{
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: right;
}


.newsletter form.newsletter-form {
  width:100%;
}
.newsletter form.newsletter-form button:hover{
  color: #00a296;
  background-color: #eceaea;
}


.newsletter form.newsletter-form .form-group{
  overflow:auto;
}

.newsletter form.newsletter-form .newsletter-email{
	width: 80%;
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	    background-color: #eceaea;
	    border: none;
	    padding: 10px 15px;
	    display: inline-block;
	    float: revert;
}


.newsletter form.newsletter-form button{
  width:20%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #00a296;
  border:none;
  color:#fff;
  float:left;
  display:inline-block;
  outline:none;
  padding: 10px 0;
  height: 44px;
  text-align: center;
}

.newsletter form.newsletter-form label{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #ffffff;
  margin-top:3px;
}

footer h4{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
  color: #020e28;
}

footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

footer ul li{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  
  color: #092e6e;
  padding:3px 0;
}


footer ul li a{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  
  margin:0;
  color: #092e6e;
}

footer ul.mail-list span{
  display:inline-block;
  width:80px;
  display:block;
  width:100%;
}

footer .col-social button{
  border-radius: 10px;
  background-color: #00a296;
  color:#fff;
  border:none;
  width:100%;
  padding:10px 0;
  text-align:center;
  margin-top:30px;
}

footer .col-social button i{
  color:#fff;
}

footer .social-links a{
  margin:0 1px;
  display:inline-block;
}

footer .social-links a img{
  display:inline-block;
}

footer .footer-bottom{
  border-top:1px solid #ededed;
}

footer .copyright{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  
  color: #020e28;
}

footer a{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  
  color: #020e28;
  margin:0 8px;
  position:relative;
}

footer .footer-bottom a::after{
  content:"|";
  position:absolute;
  right: -9px;
  top: -1px;
  display: block;
  width: 1px;
}

footer .footer-bottom a:last-child::after{
  display:none;
}

footer a:hover{
  color: #00a296;
  text-decoration:none;
}

.navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 1;
  color: #000;
}



/* PAGES */



.page-title h1{
  font-size: 30px;
  font-weight: 600;
  color: #020e28;
  text-transform: uppercase;
  text-align: right;
}

.page-title ol.breadcrumb{
  padding: 0;
  margin: 0;
  background:transparent;
}

.page-title ol.breadcrumb li, .page-title ol.breadcrumb li a{
  font-size: 14px;
  color: #020e28;
}

.banner p{
  font-size: 18px;
  line-height: 1.33;
  color: #020e28;
}

.mission img{
  width:30%;
  margin-bottom:15px;
}

.mission h2{
  font-size: 35px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:15px;
  text-align: center;
}

.mission h3{
  font-size: 20px;
  font-weight: 300;
  color: #020e28;
  margin-bottom:20px;
  text-align: center;
}

.mission p{
  font-size: 16px;
  font-weight: 300;
  color: #020e28;
  text-align: center;
}

.history span{
  background-color:#fff;
  padding:10px;
  display:inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

.history .border-left, .history .border-right{
  border-color:#092e6e;
  border-width: 2px;
}

.border-left {
    border-right: 1px solid #dee2e6!important;
}

.border-right {
    border-left: 1px solid #dee2e6!important;
}

.history p strong{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #020e28;
}

.history p{
  font-size: 16px;
  line-height: 1.25;
  color: #020e28;
}


.supply-chain h2, section h2.section-title, .content-section h2{
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

.content-section h4{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
}

h3.section-title{
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.supply-chain h3{
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.supply-chain p{
  font-size: 18px;
  line-height: 1.33;
  color: #020e28;
}

.team .team-item{
   border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
  background-color: #f5f5f5;
  overflow:hidden;
}

.team .team-item .member-info{
   padding:20px;
}

.team .team-item .member-info h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #092e6e;
  margin-bottom:5px;
}

.team .team-item .member-info span{
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  color: #092e6e;
  display:block;
  border-bottom:1px solid #bababa;
  padding-bottom:10px;
  margin-bottom:10px;
}


.team .team-item .member-info p{
  font-size: 16px;
  line-height: 1.25;
  color: #020e28;
}


.team .team-item .member-cta{
  overflow:auto;
}

.team .team-item .member-cta .btn-member-email{
  background-color: #092e6e;
  padding:8px 0;
  text-align:center;
  display:inline-block;
  width:calc(50% - 1px);
  border-right:1px solid #fff;
  float:left;
}

.team .team-item .member-cta .btn-member-email:hover, .team .team-item .member-cta .btn-member-linkedin:hover{
  background-color: #000;
}

.team .team-item .member-cta .btn-member-linkedin{
  background-color: #0077b5;
  padding:8px 0 10px 0;
  width:50%;
  text-align:center;
  display:inline-block;
  float:left;
}

.team .team-item .member-cta .btn-member-email img{
  width:24px;

}

.team .team-item .member-cta .btn-member-linkedin img{
 width:16px;
}


section.sub-menu{
  background-color: #092e6e;
}

section.sub-menu ul{
  margin:0;
  padding:0;
  list-style:none;
}

section.sub-menu ul.nav-tabs {
    border-bottom: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

section.sub-menu ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.sub-menu ul li a {
    font-size: 18px;
    color: #ffffff;
    height: 100%;
    padding: 18px;
	transition: none;
}

section.sub-menu ul li a:hover{
  text-decoration:none;
}

section.sub-menu ul li a.active{
  font-weight:bold;
}

section.sub-menu ul li a.active::after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  background:url(assets/img/svg/next.svg) left top no-repeat;
  background-size:100%;
  position:absolute;
  left:48%;
  left: calc(50% - 10px);
  top:70px;
  transform: rotate(90deg);
}

form label{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #020e28;
}

form label span{
  font-size: 12px;
  color: #020e28;
}

form input.form-control, form select.form-control, form textarea.form-control{
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

form input.form-control.error, form select.form-control.error, form textarea.form-control.error{
 border-color:red !important;
}


form.needs-validation .field-row{
  transition:all 500ms ease-in;
 /* overflow: hidden;*/
}

form.needs-validation.was-validated .field-row{
 
}

form .form-check label{
  font-size: 12px;
  color: #092e6e;
  min-height: 28px;
}

form .btn-submit{
  padding: 12px 30px 14px 31px;
  border-radius: 10px;
  background-color: #020e28;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #ffffff;
  display: flex;
    align-items: center;
    justify-content: center;
}

form .btn-submit .spinner-grow-sm{
	margin-right: 4px;
}

form .btn-submit:hover{
  color: #ffffff;
  background-color: #00a296;
}

section.content h2{
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

section.content p, section.content ul li{
  font-size: 18px;
  line-height: 1.5;
  color: #020e28;
}


.products-list .product-filter,
.side-menu-box{
  padding:20px;
  position: sticky;
    top: 130px;
    background-color: white;
}


.products-list .product-filter h3,
.side-menu-box .side-menu h3{
  font-size: 18px;
    font-weight: bold;
    color: #231f20;
    text-transform: uppercase;
}

.products-list .product-filter .product-search-form{
  position:relative;
}

.products-list .product-filter .product-search-form input{
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
  width: 100%;
  padding:5px 10px;
  padding-right: 46px;
}

.products-list .product-filter .product-search-form button {
  background-color: #00a296;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
  border-radius:10px;
}

.products-list .product-filter .product-search-form button i{
  color:#fff;
}

.products-list .product-filter .product-categories ul,
.side-menu-box .side-menu ul{
  padding:0;
  margin:0;
  list-style:none;
}

.products-list .product-filter .product-categories ul li {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 26px;
    font-size: 13px;
}

.side-menu-box .side-menu ul li {
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 4px 0;
}


.product-categories .card{
  display:block;
  background:transparent;
  border:none;
  border-bottom:1px solid #e3e3e3;
  margin:0;
  border-radius:0;
  padding: 5px 0;
}

.product-categories .card .card-header{
  padding:0;
  margin:0;
  border:none;
  background:transparent;
}

.product-categories .card .card-header button {
    color: #231f20;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
	outline: none;
}

.product-categories .card .card-header button:focus {
	outline: none;
	box-shadow: none;
}

.screen-reader-text{
  display:none;
}

a.page-numbers, span.page-numbers{
  margin: 3px;
  border: 2px solid #c6c6c6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding: 4px 0;
  color: #b3b3b3;

  display:inline-block;
  font-weight: 500;
}

.side-menu-box .collapse:not(.show) {
    display: none !important;
}

.side-menu-box .collapse.side-menu {
    display: block !important;
}

span.page-numbers.current, a.page-numbers:hover{
  background: #00a296;
  color: #fff;
  border-color: #00a296;

  text-decoration:none;
}

.pagination i {
    margin-top: 4px;
    display: inline-block;
}

.product-categories .btn-link i{
   transition:transform 100ms ease-in;
   transform: rotate(90deg);
}

.product-categories .btn-link.collapsed i{
  transform: rotate(0deg);
}

.product-categories .card .card-header button i{
  color: #231f20;
}

.product-categories .card-body{
  padding:5px;
  padding-left:15px;
}

.product-categories .card-body .card{
 border:none;
}

.catName {
/*	background: url(assets/img/svg/next.svg) 8px 9px no-repeat;
    background-size: 9px;
    background-repeat: no-repeat;
    */
}

.product-categories .card .card-header h5 .catName a{
  line-height:1.2;
  font-size: 15px;
  color: #231f20;
  display: block;
    padding: 4px 0;
	font-weight: 600;
}

.product-categories .card .card-header h5 .catName a:hover{
  margin-left: 5px;
}

.side-menu-box .side-menu ul li.active{
  padding-left: 25px;
  background-position-x:10px;
}

.current-lang{
  text-transform:uppercase;
}​​

.side-menu-box .side-menu ul li.active a{
  font-weight:bold;
}


.products-list .product-filter .product-categories ul li:last-child,
.side-menu-box .side-menu ul li:last-child{
  border-bottom: none;
}

.products-list .product-filter .product-categories ul li a{
    line-height: 1.2;
    font-size: 14px;
    color: #231f20;
}

.side-menu-box .side-menu ul li a {
	line-height: 1.2;
	    font-size: 14px;
	    color: #231f20;
	    display: inline-flex;
	    align-items: flex-start;
	    padding: 0.5rem 0.4rem;
	    justify-content: revert;
	    flex-direction: row-reverse;
	    text-align: right;
	    width: auto;
	    margin-left: auto;
}

.side-menu-box .side-menu ul li a:hover {
    margin-left: 8px;
}

.side-menu-box .side-menu ul li a::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    color: #9a9a9a;
    margin-left: 7px;
}

.products-list .product-filter .product-categories ul li a:hover,
.side-menu-box .side-menu ul li a:hover{
  text-decoration:none;
}

.product-items .product-item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
}

.product-items .product-item .product-info {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-items .product-item .product-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:5px;
}

.product-items .product-item .product-info span{
  font-size: 13px;
  color: #898989;
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid #cacaca;
  margin-bottom:10px;
}

.product-items .product-item .product-info p{
  font-size: 16px;
  color: #020e28;
}

.product-items .product-item .product-info a.link-readmore{
  font-size: 16px;
  font-weight: bold;
  text-align:right;
  color: #020e28;
  display:block;
  padding-left:20px;
  background:url(assets/img/svg/next.svg) left 4px no-repeat;
  background-size:15px;
  margin-top: auto;
}

.product-items .product-item .product-info a.link-readmore:hover{
  text-decoration:none;
  margin-right: -5px;
}

.product-images{
  border-radius:10px;
  padding:15px;
  border: solid 1px #e3e3e3;
}

.carousel-product.owl-carousel .owl-nav{
  position:Absolute;
  left:0;
  top:45%;
  width:100%;
}


.carousel-product.owl-carousel .owl-nav button.owl-prev{
  width:30px;
  height:30px;
  color:#fff;
  outline:none;
}

.carousel-product.owl-carousel .owl-nav button.owl-next{
  float:right;
  width:30px;
  height:30px;
  outline:none;
}

i.btn-next{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next.svg) right top no-repeat;
  background-size:100%;
  display:block;
}


i.btn-prev{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next.svg) right top no-repeat;
  background-size:100%;
  transform: rotate(180deg);
  display:block;
}

i.btn-next-w{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next_w.svg) right top no-repeat;
  background-size:100%;
  display:block;
}


i.btn-prev-w{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next_w.svg) right top no-repeat;
  background-size:100%;
  transform: rotate(180deg);
  display:block;
}

.product-info-text p, .product-info-text ul li{
  font-size: 18px;
  color: #020e28;
}



.btn-product-video{
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #00a296;
  border:none;
  padding:10px 20px;
  outline:none;
}

.btn-product-video:hover{
  color:#fff;
  text-decoration:none;
}

.btn-product-video img{
  width:16px;
  height:16px;
  margin-left:10px;
}

.bg-color{
  background-color: #00a296;
}

.product-details h3{
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom:30px;
}

.product-details ul{
  color:#fff;
}

.product-details ul li, .product-details p{
  font-size: 18px;
  color: #ffffff;
}

.product-details .pdf-list{
  margin:0;
  padding:0;
  list-style:none;
}

.product-details .pdf-list li{
  margin-bottom:20px;
}

.product-details .pdf-list li a{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.product-details .pdf-list li a:hover{
text-decoration:none;
}

.product-details .pdf-list li a  img{
 width:42px;
  height:44px;
  margin-right:10px;
}

.bg-waves{
  background:url(assets/img/bg-tech.jpg) center top no-repeat;
  background-size:cover;
}


.tech-specs{
  border: solid 1px #9f9f9f;
}

.tech-specs .tech-item{
  text-align:center;
  border-right: solid 1px #9f9f9f;
  padding-top:10px;
}

.tech-specs .tech-item:last-child{
  border-right: none;
}


.tech-specs .tech-item img{
}

.tech-specs .tech-item .tech-value{
  display:block;
  border-top: solid 1px #9f9f9f;
  height: 50px;
  margin-top:10px;
}

.tech-specs .tech-item .tech-value span{
  display:block;
  width:100%;
  text-align:center;
  font-size: 14px;
  color: #020e28;
}

.accs-item{
  overflow:hidden;
  background-color: #f8f8f8;
}

.accs-item .accs-image{
  width:40%;
  float:left
}

.accs-item .accs-info{
  width:60%;
  padding:15px;
  float:left;
  background-color: #f8f8f8;
}

.accs-item .accs-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #cacaca;
}

.accs-item .accs-info p{
  font-size: 16px;
  color: #020e28;
}

a.btn-accs{
  font-size: 16px;
  color: #ffffff;
  background-color:#000;
  text-decoration:none;
  border-radius:10px;
  display:inline-block;
  padding:7px 15px;
  margin-right:15px;
}

a.btn-green{
  background-color: #00a296 !important;
}

.accordion .card h2 button{
  padding:0;
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
  outline:none;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .card h2 button:hover, .accordion .card h2 button:focus, .accordion .card h2 button:active, .accordion .card h2 button:visited{
  text-decoration:none;
  outline:none;
  box-shadow: none;
}




.accordion .card h2 button img {
    width: 20px;
    height: 20px;
    float: right;
    transform: rotate(270deg);
    margin-top: 5px;
    transition: transform 300ms ease-in-out;
    margin-left: 10px;
}

.accordion .card h2 button.collapsed img {
    transform: rotate(90deg);
}

.accordion .card .card-header{
  border:none !important;
  background-color: #f8f8f8;
}

.accordion .card .card-body{
  background-color: #f8f8f8;
  border-top: 1px solid #cacaca;
  font-size: 16px;
  color: #020e28;
}

.accordion .card .card-body a {
  color: #020e28;
  text-decoration: underline;
}

.btn-grey{
  border:none;
  border-radius:10px;
  background-color: #646464;
  font-size: 16px;
  font-weight: bold;
  padding:10px 20px;
  color: #ffffff;
}

.bg-green{
  background-color: #00a296 !important;
}

.bg-dark{
  background-color: #020e28 !important;
}

a.bg-dark:hover{
  text-decoration:none;
  color:#fff;
}

.spare_part_image {
	    width: 100%;
    min-height: 150px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
	background-color: #fff;
}

.spare-part-item {
	background-color: #f8f8f8;
	display: flex;
    flex-direction: column;
}

.spare-part-item .part-info{
  background-color: #f8f8f8;
  padding:15px;
  height: 100%;
    display: flex;
    flex-direction: column;
}


.spare-part-item .part-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  border-bottom: 1px solid #cacaca;
  padding-bottom:10px;
  margin-bottom:10px;

}

.spare-part-item .part-info p{
  font-size: 16px;
  color: #020e28;
}

.btn-yilmaz{
  padding:6px 20px;
  font-size: 16px;
  color: #ffffff;
  border:none;
  border-radius:10px;
}

.btn-yilmaz img{
  width:15px;
}

.btn-yilmaz-big{
  padding:15px 30px;
  font-weight: bold;
  color: #ffffff;
  border:none;
  border-radius:10px;
}

.drop-shadow-3{
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.27);
}

.edu-item{
  background-color: #f8f8f8;
  position:Relative;
}

.edu-item h3{
  font-size: 18px;
  font-weight: 600;
  color: #020e28;
  text-align:center;
  padding:15px 0;
  margin:0;
}

.edu-item .btn-play-wrapper{
  display:block;
}

.edu_image {
	min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.edu-item .btn-play-wrapper a{
  display:inline-block;
  border-radius: 50%;
  background-color: #020e28;
  opacity: 0.8;
  padding:15px;
}

.edu-item .btn-play-wrapper a img{
  width: 31px;
  height: 34px;

}

.bg-blue{
  background-color: #092e6e !important;
}

.bg-dark-grey{
  background-color: #646464 !important;
}

p.section-text{
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.event-item {
    position: relative;
    min-height: 132px;
    height: 100%;
}


.event-item .event-buttons{
  position:absolute;
  top:-135px;
  left:0;
  width:100%;
  min-height:134px;
  background-color: #eaeaea;
  transition: top 100ms ease-in-out;
}



.event-item .event-buttons.hovered{
  top:0;
}

.event-item .event-buttons button{
  font-size: 16px;
  font-weight: bold;
  outline: none;
}

.event-item .event-date{
  background-color: #5c5c5c;
  width:30%;
  text-align:center;
  color:#fff;
  min-height:134px;
}



.event-item .event-date p{
  margin: 0;
  display: block;
  text-align: center;
  width:100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.event-item .event-date p span{
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.event-item .event-title{
  width:70%;
  padding:15px;
  min-height:132px;
}

.event-item .event-title h4{
 margin:0;
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.bg-light{
  background-color: #ffffff !important;
  color: #020e28 !important;
}

.btn-add-calendar, .btn-event-request {
	font-size: 15px !important;
    font-weight: bold !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 !important;
	margin: 0 auto !important;
	color: #020e28 !important;
}

.btn-add-calendar:hover, .btn-event-request:hover {
    background-color: transparent !important;
}

.btn-add-calendar::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f271";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-left: 7px;
}

.btn-event-request::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-left: 7px;
}

.webinar-item{
  border-radius:10px;
  overflow: hidden;
}

.webinar-item .webinar-info{
  background-color: #f8f8f8;
  padding:15px;
}

.webinar-item .webinar-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:10px;
  border-bottom:1px solid #cacaca;
  padding-bottom:10px;
  text-align: right;
}

.webinar-item .webinar-info span{
  font-size: 13px;
  color: #898989;
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid #cacaca;
  margin-bottom:10px;
  text-align: right;
}

.webinar-item .webinar-info p{
  font-size: 16px;
  color: #020e28;
  text-align: right;
}

.webinar-item .webinar-info a.link-readmore, a.link-readmore{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #020e28;
    display: inline-flex;
    padding-left: 20px;
    background: url(assets/img/svg/next.svg) left 4px no-repeat;
    background-size: 15px;
    width: auto;
    margin-left: auto;
}

.webinar-item .webinar-info a.link-readmore:hover{
  text-decoration:none;
}

.blog-carousel-item{
  position:relative;
}

.blog-carousel-item .blog-carousel-info{
  position:absolute;
  left:0;
  padding-right:20px;
  bottom:0;
  width:100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.blog-carousel-item .blog-carousel-info h3{
  margin-bottom:10px;
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}

.blog-carousel-item .blog-carousel-info p{
  margin-bottom:15px;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}

.blog-item h3{
  font-size: 22px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:10px;
  text-align: right;
}


.blog-item p{
  font-size: 16px;
  color: #020e28;
  text-align: right;
}

.blog-item a{
  font-size: 16px;
  font-weight: 600;
  color: #020e28;
}

.blog-item a img{
  width:14px;
}

.blog-suggestions .sugg-list{
padding: 0;
  margin: 0;
  list-style:none;
}

.blog-suggestions .sugg-list a{

}

.sugg-item{
  overflow:hidden;
}

.blog-suggestions .sugg-list a img{


}

.blog-suggestions a span{

  font-size: 14px;
  color: #020e28;
}

.blog-suggestions .row:last-child{
  border-bottom:none !important;
}

.blog-rating i{
  color:#ffc124;
  margin-right:3px;
  font-size:20px;
}

.blog-share{
  font-size: 20px;
  font-weight: 600;
  color: #020e28;
}

.blog-share a{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius:50%;
  background-color:#000;
  padding:5px 0;
  width:40px;
  margin-left:7px;
  display:inline-block;
  text-align:center;
}

.blog-share{}

.blog-share .blog-author a{
  color:#020e28;
  background:transparent;
  width:auto;
  padding:0;
}

.blog-author{
  float:right;
}

.blog-share .blog-author img{
  border-radius:50%;
  margin-right:5px;
}

.katalog-item{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.katalog-item h3{
  font-size:15px;
}

.contact-title p{
  font-size: 16px;
  font-weight: 600;
  color: #020e28;
}

.icon-wrapper {
    border-radius: 50%;
    background-color: #020e28;
    text-align: center;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
	margin-right: 10px;
}

.icon-wrapper img {
    width: 100%;
}

.contact-info {
    overflow: auto;
    display: flex;
    align-items: self-start;
}

.contact-info img {
    width: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

.contact-info p{
  float:left;
  font-size: 16px;
  color: #020e28;
}

.career-info{
  background:url(assets/img/bg-career.jpg) center top no-repeat;
  background-size:cover;
}

.bg-dark h2.section-title, .bg-dark h3.section-title, .bg-dark h4.section-title{
  color:#fff;
}

.bg-dark label{
  color:#fff;
}

.bg-dark form .form-check label{
  color:#fff;
}

.bg-dark form .btn-submit{
  background-color:#fff;
  color: #020e28;
}

.hr-edu-item img{
  border: solid 1px #d6d6d6;
}

.hr-edu-item span{
  text-align:center;
  display:block;
  padding:10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
}

.quality-certificate .btn-download{

  border-radius: 10px;
  background-color: #020e28;
}

.quality-certificate .btn-download img{
  width: 14px;
  height: 13px;
  margin-right:5px;
}

.quality-certificate .btn-download{

  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border:0;
  padding:10px 30px;
}

.video-item h3{
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #020e28;
}

.yasr-total-average-container{
  display:none;
}

.search-results h2{
  font-weight:bold;
  padding:5px;
  border-bottom:2px solid #00a296;
}

.search-result-list h3{
  border-bottom:1px solid #cecece;
  padding:5px 0;
}

.search-result-list h3 a:hover{
text-decoration:none;
color:#00a296;
}


.search-result-list h3 a{
  color:#000;
}

.search-results .card-header h2{
  border-bottom:none;
}

.form_message{
  font-weight: bold;
  padding-left: 15px;
}


.basket{
  position:fixed;
  right:0;
  top:200px;
  padding:10px;
  background-color:white;
  width:320px;
  z-index:999;
}

.basket .basket-header h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  
  color: #020e28;
  position: relative;
}

.basket .basket-header h2 .basket-bag{
  float:right;
}

.basket .basket-header h2 img{
 width:15px;
 position: absolute;
 right: 14px;
 top: 2px;
}

.basket .basket-list{
  margin:10px 0;
}

.basket .basket-list .basket-item{
  border-bottom:1px solid #e6e6e6;
  padding:5px 0;
  overflow:auto;
}

.basket .basket-list .basket-item:last-child{
  border-bottom:none;
}

.basket .basket-list .basket-item .basket-product-image{
   width:52px;
   height:52px;
   float:left;
   margin-right:10px;
   border:1px solid #e6e6e6;
   display:inline-block;
}

.basket .basket-list .basket-item .basket-product-image img{
  width:100%;
}

.basket .basket-list .basket-item .basket-product-name{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  
  float:left;
  width:210px;
  color: #020e28;
}

.basket .basket-list .basket-item .basket-out{

  
  float:left;
}

.basket .basket-list .basket-item .basket-out a i{
  
  color: #020e28;
}

h5.modal-title{
  font-weight:bold;
}

.event-meta{
  font-weight:bold;
  margin-bottom:5px;
}

.event-item .event-buttons {
    top: auto !important;
    min-height: 50px !important;
    height: 50px !important;
    bottom: 0;
}

.event-item {
  padding-bottom: 50px;
}

form .btn-upload{
  color:#000;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

form .btn-upload i{
  color:#000;
}


.bg-dark form .btn-upload{
  color:#000;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

.bg-dark form .btn-upload i{
  color:#000;
}

.amelia-app-booking #am-step-booking .am-select-date, .amelia-app-booking .am-step-booking-catalog .am-select-date {
    background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
    font-weight: 600;
}

.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker .c-weekdays div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker .c-weekdays div {
    font-weight: 600;
    opacity: 1;
}

.btnCategory {
    background-color: #092e6e;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.btnCategory:hover {
    background-color: #092e6e;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1400px) {


}

@media (max-width: 1320px) {

}

@media (max-width: 1199.98px) {
  .hero-overlay h2 {
    font-size: 30px;
  }

}

@media (max-width: 991.98px) {
  .search-form input{
    width:100%;
  }

  .navbar-nav li a{
    text-align:left;
  }
  
  .side-menu-box .collapse:not(.show) {
    display: none !important;
}

.side-menu-box {
    padding: 0;
    position: static;
    background-color: white;
}


.side-menu-box .side-menu ul {
    padding: 2rem;
	padding-top: 0;
}

.side-menu-box .side-menu h3 {
    padding: 2rem;
    padding-bottom: 0;
}

  .carousel-topnav.owl-carousel .owl-dots, .carousel-product.owl-carousel .owl-dots {
    position: static;
}

}

@media (max-width: 767.98px) {

  .event-item{
    padding-bottom: 50px;
  }

  .event-item .event-buttons{
    top: 134px;
    min-height: 50px;
    height:50px;
  }


  .hero-overlay h2 {
    font-size: 30px;
  }

  .hero-overlay.dark{
    background-color:rgba(255,255,255,.4);
  }

  .hero-overlay.light{
    background-color:rgba(0,0,0,.4);
  }

  #hero.owl-carousel .owl-nav {
    top:85%;
  }

  section.light h2, section.grey h2 {
    font-size: 35px;
    margin-left: 0;
  }

  .carousel-topnav.owl-carousel .owl-nav button.owl-prev, .carousel-topnav.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }

  .carousel-topnav.owl-carousel .owl-nav {
    top: -56px;
    width: 100px;
  }

  .newsletter h3 {
    font-size: 25px;
  }

  .newsletter form.newsletter-form .newsletter-email {
    width: 70%;
  }

  .newsletter form.newsletter-form button {
    width: 30%;
  }

  footer h4, footer ul li{
    text-align:left;
  }

  footer .social-links{
    text-align:left;
  }

  footer .social-links a{
    margin:0 10px;
  }
  
  footer ul li {
    font-size: 12px;
}

footer ul li a {
    font-size: 12px;
}

  .navbar-collapse{
    padding:20px 0;
  }
  
section.sub-menu ul li {
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    align-items: center;
    border: 1px solid #fff;
}

section.sub-menu ul li a {
    font-size: 16px;
    color: #ffffff;
    height: auto;
    padding: 18px 10px;
    transition: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.sub-menu ul li a.active::after {
    display: none;
}

.event-item {
   position: relative;
    min-height: 232px;
    height: 100%;
    padding-bottom: 70px;
}

.event-item .event-buttons {
    top: auto !important;
    min-height: 70px !important;
    height: 70px !important;
    bottom: 0;
	display: flex;
    flex-direction: column;
}

.event-item .event-date {
    background-color: #5c5c5c;
    width: 30%;
    text-align: center;
    color: #fff;
    min-height: 132px;
}

.event-item .event-date p span {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.event-item .event-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #020e28;
}

  }

@media (max-width: 575.98px) {

  .search-form {
    position: relative;
    margin-left: 0;
}

.icon-wrapper {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    padding: 1rem;
}

.product-images {
    margin-bottom: 15px;
}


}


.btn-rtl{
  display:block;
  width:50px;
  height:50px;
  position:fixed;
  right:20px;
  bottom:20px;
  background-color:#00a296;
  color:#fff;
  padding-top:13px;
  text-align:center;
  text-decoration: none;
  font-weight:600;
}

.btn-rtl:hover{
  text-decoration:none;
  color:#fff;
}

.chosen-container-multi .chosen-choices{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background: #f5f5f5;
}


.btn-submit span{
  width:0;
  transition:width .2s ease-in;
}

.btn-submit:disabled span{
   width:1rem;
}

.map_box .map_container{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;

}


.map_box .map_container .map_render{
  height:100%;
  
}

.text-hide {
  font: 0/0 a !important;

}



.product-image {
  min-height: 200px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
}


.spare_part_image {
  width: 100%;
  min-height: 150px;
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
}

.fair-image {
  min-height: 341px;
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
}