
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html, body {
  overflow-x:hidden;
  width:100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}



/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

.alignright {
float:right;
margin: 5px 0 20px 20px;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}

a img.alignnone {
margin: 5px 20px 20px 0;
}

a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}

.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.gallery-caption {
position: relative;
}
.bypostauthor {
position: relative;
}


.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
margin: 5px 0 20px 20px;
}

.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
clear: both;
content: '';
overflow: auto;
}

.widgets_grid_box  ul ul.children{
padding: 0px 0px 0px 5px!important;
border-radius: 0px;
border: 0px!important;

}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
width: 100%;
}
.wp-block-button{
margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
color: #fff;
}

.col-lg-12.padding_zero{
padding: 0px;
}
.sec_comments .col-lg-12{
padding: 0px;
}





.insta-float {
top: 52%!important;
width:40px!important;
height:40px!important;








a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;
























i{
margin-left: -2px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
font-size: 24px;
}
}
}
.faecbook-float {
top: 61%!important;
width:40px!important;
height:40px!important;



a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;

i{
margin-left: -4px !important;
font-size: 24px;
}
}
}
.youtube-float {
top: 43%!important;
width:40px!important;
height:40px!important;







a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;

i{
margin-left: 0px !important;
font-size: 24px;
}
}
}

.yt-float {
top: 40%!important;
width:40px!important;
height:40px!important;
a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;

i{
margin-left: 0px !important;
font-size: 24px;
}
}
}
.teklif-float {
top: 79.5%!important;
width:40px!important;
height:40px!important;









a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;

i{
margin-left: 0px !important;
font-size: 24px;
}
}
}
.whats-float {
top: 70%!important;
width:40px!important;
height:40px!important;












a{
padding:0px!important;
height: 40px;
display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
justify-content: center;
align-items: center;

i{
margin-left: -2px !important;
font-size: 24px;
}
}
}



@media(max-width: 1365px) {

.insta-float {
  top: 60%!important;
}
.faecbook-float {
  top: 68%!important;
}
.youtube-float {
  top: 52%!important;
}
.teklif-float {
  top: 83.5%!important;
}
.whats-float {
  top: 76%!important;
}
}
.insta-float a,  .faecbook-float a , .youtube-float a , .teklif-float a , .whats-float a{
display: block!important;
}

:root {
--yellow: #feda75;
--yellow_to: #feb47b;
--orange: #fd5949;
--red: #d6249f;
--purple: #962fbf;
--blue: #4f5bd5;
}
.insta-float {
position: fixed;
top: 62.2%;
right: 13px;
width: 50px;
text-align: center;
overflow: hidden;
background: radial-gradient(
    circle farthest-corner at 30% 107%,
    var(--yellow) 0%,
    var(--yellow_to) 10%,
    var(--orange) 22%,
    var(--red) 35%,
    var(--purple) 50%,
    var(--blue) 75%
);

border: 2px solid #000;
color: #FFF;
border-radius: 10px;
z-index: 9;
transition: all 0.5s ease-in-out;
vertical-align: middle
}

.insta-float a span {
color: #8043BC;
font-size: 15px;
padding-top: 8px;
padding-bottom: 10px;
position: absolute;
line-height: 16px;
font-weight: bolder;
}

.insta-float i {
font-size: 30px;
color: #fff;
line-height: 18px;
padding: 10px;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
text-align: center;
margin-left: -1px;
}

.insta-float:hover {
color: #FFFFFF;
transition: cubic-bezier(.01,.35,.99,-0.01);
transform: translate(0px, 0px);
}

.insta-float:hover i {
transform: rotate(360deg);
}

.faecbook-float {
position: fixed;
top: 69.5%;
right: 13px;
width: 50px;
overflow: hidden;
background-color: #1877F2;
border: 2px solid #000;
color: #FFF;
border-radius: 10px;
z-index: 9;
transition: all 0.5s ease-in-out;
vertical-align: middle
}

.faecbook-float a span {
color: #1877F2;
font-size: 15px;
padding-top: 8px;
padding-bottom: 10px;
position: absolute;
line-height: 16px;
font-weight: bolder;
}

.faecbook-float i {
font-size: 30px;
color: #fff;
/* line-height: 30px; */
padding: 10px;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
text-align: center;
margin-left: -2px;
line-height: .7;
}

.faecbook-float:hover {
color: #049AD3;
transition: cubic-bezier(.01,.35,.99,-0.01);
transform: translate(0px, 0px);
}

.faecbook-float:hover i {
transform: rotate(360deg);
}

.youtube-float {
position: fixed;
top: 55%;
right: 13px;
width: 50px;
overflow: hidden;
background-color: #fff;
color: #fff;
border: 2px solid #000;
border-radius: 10px;
z-index: 9;
transition: all 0.5s ease-in-out;
vertical-align: middle
}

.youtube-float a span {
color: #f00;
font-size: 15px;
padding-top: 8px;
padding-bottom: 10px;
position: absolute;
line-height: 16px;
font-weight: bolder;
}

.youtube-float i {
font-size: 30px;
color: #fff;
line-height: 30px;
padding: 10px;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
text-align: center;
margin-left: 2px;
}

.youtube-float:hover {
color: #049AD3;
transition: cubic-bezier(.01,.35,.99,-0.01);
transform: translate(0px, 0px);
}

.youtube-float:hover i {
transform: rotate(360deg);
}

.teklif-float a span {
color: orange;
font-size: 15px;
padding-top: 8px;
padding-bottom: 10px;
position: absolute;
line-height: 16px;
font-weight: bolder;
}
.teklif-float a i {
color: orange;
}
.teklif-float {
border: 2px solid black;
cursor: pointer;
position: fixed;
top: 84.5%;
right: 13px;
width: 50px;
overflow: hidden;
background-color: #027510;
color: #ffffff;
border-radius: 10px;
z-index: 9;
transition: all 0.5s ease-in-out;
vertical-align: middle;
}

.teklif-float i {
font-size: 30px;
color: white!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
padding-left: 7px !important;
line-height: 19px;
padding: 10px;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
text-align: center;
}

.teklif-float:hover {
color: #FFFFFF;
transition: cubic-bezier(.01,.35,.99,-0.01);
transform: translate(0px, 0px);
transform: rotate(0deg);
}

.teklif-float:hover i {
transform: rotate(360deg);
}

.btn-instagram-pulse {
background: #25d366;
color: white;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 35px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
.whats-float {
position: fixed;
top: 77%;
right: 13px;
width: 50px;
overflow: hidden;
background-color: #25d366;
border: 2px solid #000;
color: #FFF;
border-radius: 10px;
z-index: 9;
transition: all 0.5s ease-in-out;
vertical-align: middle;
}
.whats-float a span {
color: #25d366;
font-size: 15px;
padding-top: 8px;
padding-bottom: 10px;
position: absolute;
line-height: 16px;
font-weight: bolder;
}
.whats-float i {
font-size: 30px;
color: #fff;
line-height: 18px;
padding: 10px;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
text-align: center;
}
.whats-float:hover {
color: #FFFFFF;
transition: cubic-bezier(.01,.35,.99,-0.01);
transform: translate(0px, 0px);
}
.whats-float:hover i {
transform: rotate(360deg);
}


.btn-whatsapp-pulse {
background: #25d366;
color: white;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 35px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}

@keyframes pulse {
0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}

80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
}
}

.btn-whatsapp-pulse-border {
bottom: 120px;
right: 20px;
animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
content: "";
position: absolute;
border-radius: 50%;
padding: 25px;
border: 5px solid #25d366;
opacity: 0.75;
animation-name: pulse-border;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}

@keyframes pulse-border {
0% {
  padding: 25px;
  opacity: 0.75;
}

75% {
  padding: 50px;
  opacity: 0;
}

100% {
  opacity: 0;
}
}


@media(min-width: 768px){

.header .header_content_collapse, .default_sickty_heaad .header_content_collapse {
  width: 100%;
  display: flex!important;
  align-items: center;
  justify-content: space-around;
}
}

.slide-item-content::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9;
height: 100%;
background-color: rgb(0 0 0 / 50%);
}



.whatsapp_buton{
  background: #12bd60 !important;
  width: auto !important;
  line-height: 47px !important;
  color: #fff !important;
  padding: 0px 8px;
}

.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  margin: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}




.adminActions {
display: block;
position: fixed;
bottom: 100px;
left: 30px;
z-index: 99;
}

.adminButton {
height: 50px;
width: 50px;
background-color: rgb(0 0 0);
border-radius: 50%;
display: block;
color: #fff;
text-align: center;
position: relative;
z-index: 1;
}

.adminButton i {
font-size: 22px;
}

.adminButtons {
position: absolute;
width: 100%;
bottom: 120%;
text-align: center;
}

.adminButtons a {
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
text-decoration: none;
margin: 10px auto 0;
line-height: 1.15;
color: #fff;
opacity: 0;
visibility: hidden;
position: relative;
box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
transform: scale(1.05);
}

.adminButtons a:nth-child(1) {background-color: #25D366; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
.adminButtons a:nth-child(2) {background-color: #128C7E; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
.adminButtons a:nth-child(3) {background-color: red; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
.adminButtons a:nth-child(4) {background-color: #dd2a7b; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

.adminActions a i {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
@keyframes shake {
0% { transform: translateX(0); }
20% { transform: translateX(-5px); }
40% { transform: translateX(5px); }
60% { transform: translateX(-5px); }
80% { transform: translateX(5px); }
100% { transform: translateX(0); }
}

.adminActions {
display: inline-block; /* Gerekirse ekleyebilirsin */
animation: shake 4s ease-in-out infinite;
}
.adminToggle {
-webkit-appearance: none;
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
margin: 0;
width: 100%!important;
height: 100%!important;
cursor: pointer;
background-color: transparent;
border: none;
outline: none;
z-index: 2;
opacity: 0;
transition: box-shadow .2s ease-in-out;
box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked ~ .adminButtons a {
opacity: 1;
visibility: visible;
}

@media(max-width: 768px) {
  .expertise{
    margin-top: 200px!important;
  }
}