/*
Theme Name: OnePress
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tested up to: 5.5
Requires PHP: 5.6
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

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

OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/A
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');



html, body {
  height: 100%;
  scroll-behavior: smooth;
}

/*------------------------------
  2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #ffffff;
}

.site {
  background: #FFFFFF;
  position: relative;
}
.sidebar .widget a:hover {
    color: #ffe610;
}
.gallery-item {
  width: 200px;
  padding: 5px;
}

body, button, input, select, textarea {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
p {
    font-size: 1rem;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}
.wp-gr .wp-google-powered img {
    max-width: 144px!important;
    display: none;
}
/*------------------------------
  2.2 Links
------------------------------*/
a {
  color: #03c4eb;
  text-decoration: none;
  outline: none;
}
a:hover {
    color: #95949a;
    text-decoration: none;
}
a:active, a:focus, a:hover {
  outline: none;
}

/*------------------------------
  2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /* clear: both; */
  /* font-family: "Open Sans", sans-serif; */
  /* font-weight: 600; */
  /* margin-bottom: 15px; */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-decoration: none;
}

h1 {
  line-height: 2.3rem;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  /* line-height: 1.2; */
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/*------------------------------
  2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  /* margin: 1rem; */
  /* margin-top: 0; */
}

/*------------------------------
  2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

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

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: "Open Sans", sans-serif;
  padding: 5px 7px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

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

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  /* padding-left: 0; */
  line-height: 19px;
  /* color: #454052; */
}

.woocommerce-product-details__short-description {
    /* border-bottom: solid 1px #f3f1f1; */
    /* margin-bottom: 19px; */
    padding: 10px;
    border: solid 1px #ededed;
    border-radius: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 3px 0;
  font-family: "Open Sans", sans-serif;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
  2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
  2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
.pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  opacity: 0.8;
  background: #03c4eb;
  border: none;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 9.2px;
  font-size: 15px;
  padding-left: 4px;
}

textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  /* -webkit-box-shadow: 0px 0px 1px 1px rgb(47 46 46 / 12%) inset; */
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  /* transition: all 0.2s linear; */
  -moz-transition: all 0.2s linear;
  /* -webkit-transition: all 0.2s linear; */
  -o-transition: all 0.2s linear;
  /* border-bottom: 1px solid #fff; */
  /* box-sizing: border-box; */
  /* color: #000000 !important; */
  margin-bottom: -8px;
  outline: none;
  /* background: #101010; */
}
input.wpcf7-form-control.wpcf7-text.fomr-alani {
    width: calc(100% - 40px);
    min-height: 40px;
    }
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {width: calc(100% - 40px);}

textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  /* border-bottom: 1px solid #fff !important; */
  background: #e9e9e9;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

/*------------------------------
  2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  border-radius: 3px;
  clip: auto !important;
  color: #03c4eb;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
  2.8 Accessibility
------------------------------*/
/*------------------------------
  2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em;
}

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

/*------------------------------
  3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,

.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*------------------------------
  3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*------------------------------
  3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

.clearleft {
  clear: left;
}

.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

body.mce-content-body {
  margin: 20px 40px;
  font-size: 13px;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  /* padding-bottom: 40px; */
  /* padding-top: 40px; */
}

.template-fullwidth-stretched #primary,
.siteorigin-panels #primary {
  padding: 0;
}
.template-fullwidth-stretched .entry-content,
.siteorigin-panels .entry-content {
  margin-bottom: 0px;
}

#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }
}

.content-area {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .sidebar {
    width: 25.2252252252%;
    float: left;
  }
}

.left-sidebar .site-main {
  margin-left: auto;
}

.no-sidebar .content-area {
  width: 100%;
}

.single-post .no-sidebar .site-main,
.single-post .no-sidebar .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }

  .right-sidebar .content-area {
    
  }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
/**
Footer widgets
 */
.footer-widgets {
  background: #e5e5e5;
}
.footer-widgets.section-padding {
  padding: 70px 0px 35px;
  padding:  4.375rem 0px 2.1875rem;
}
.footer-widgets table {
  border-collapse: collapse;
}
.footer-widgets table > thead > tr > th,
.footer-widgets table > thead > tr > td {
  border-width: 1px;
}
.footer-widgets table th,
.footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
  color: #000000;
}
.footer-widgets .widget-area .widget_categories li,
.footer-widgets .widget-area .widget_archive li,
.footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}
.footer-widgets .widget_recent_entries ul li,
.footer-widgets .widget_recent_comments ul li {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  background: #000000;
  z-index: 1000;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
  display: ;
}
header#masthead {}

header#masthead {
  background: rgb(0 0 0 / 62%);
  backdrop-filter: blur(6px);
  height: 50px;
  z-index: 2;
  border-bottom: solid 1px #1a1a1a;
  }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
   {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.site-header .custom-logo-transparent {
  display: none;
}

.followWrap {
  display: block;
  height: 66px;
  background: rgba(0,0,0,0.8);
  /* backdrop-filter: saturate(180%) blur(10px); */
  height: 50px !important;
}

.header-full-width .container {
  max-width: auto;
  width: auto;
}
@media screen and (min-width: 940px) {
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
  float: left;
}

.site-branding .site-title,
.site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  /* line-height: 58px; */
  /* padding-bottom: 8px; */
}
.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img {
  line-height: 50px;
}
.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
  margin-top: -5px;
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  color: #000000;
}

.home.header-transparent .no-scroll .site-brand-inner,
.home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

.header-social {
  margin-left: 0px;
  float: right;
}
@media screen and (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #03c4eb;
}
@media screen and (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}
.header-social a:hover {
  color: #000000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #ffffff;
}

.header-btn {
  float: right;
}

/* Site Navigation */
.onepress-menu,
.onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepress-menu {
  float: right;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
}
.onepress-menu > li {
  float: left;
}
.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
  display: block;
}
.onepress-menu a {
  display: block;
  position: relative;
}

.onepress-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.onepress-menu li:hover,
.onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.onepress-menu a:hover {
  color: #03c4eb;
}
.onepress-menu ul li {
  line-height: 26px;
}
.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}
.onepress-menu ul li a:hover {
  color: #03c4eb;
}
.onepress-menu li.onepress-current-item > a {
  color: #03c4eb;
}
.onepress-menu ul li.current-menu-item > a {
  color: #03c4eb;
}
.onepress-menu > li:last-child > a {
  padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
  color: #03c4eb;
}
.onepress-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}

@media screen and (max-width: 1140px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .onepress-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }

  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
    color: #03c4eb;
  }
  .onepress-menu.onepress-menu-mobile a {
    color: #777777;
  }
  .onepress-menu.onepress-menu-mobile a:hover {
    color: #000000;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }

  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}

/* Content
------------------------------*/
.site-content {
  /* margin-bottom: 94px; */
  margin-top: -1px;
}

.site-content.no-border {
  border-top: none;
}

.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content,
.hiding-page-title .site-content {
  /* margin-bottom: 94px; */
}

.page-header {
  padding: 18px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.page-header:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: " ";
}
.page-header .entry-title,
.page-header .page-title {
  margin-bottom: 0px;
  /* font-size: 24px; */
  font-weight: 400;
  /* letter-spacing: 0px; */
  /* text-transform: uppercase; */
  font-family: "Open Sans", sans-serif;
  /* color: #454052; */
}
.page-header p {
  margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 1140px) {
  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }
}
@media screen and (max-width: 940px) {
  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
}
.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}

/* Footer
------------------------------*/
.site-footer {
  background: #000000;
  color: #000000;
  font-size: 14px;
  /* position: fixed; */
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.site-info {
    background: #282828;
    height: auto;
    padding-top: 8px;
    padding-bottom: 14px;
}
.site-footer a {
  color: #03c4eb;
}
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding:  5rem 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}
.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #ffffff;
}
.site-footer .footer-social a:hover {
  color: #03c4eb;
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: #222222;
  font-weight: 500;
  color: #bbbbbb;
}
.site-footer .site-info a {
  color: #dddddd;
}
.site-footer .site-info a:hover {
    color: #95949a;
    text-decoration: none;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #03c4eb;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}

/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (min-width: 940px) {
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.entry-thumbnail {
  margin-bottom: 30px;
}

.single .entry-header .entry-title {
  margin-bottom: 10px;
}

.highlight {
  color: #03c4eb;
}

/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
@media screen and (max-width: 940px) {
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 10px;
  }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: #03c4eb;
  text-decoration: none;
}

.bypostauthor {
  margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Comments
------------------------------*/
#comments {
  /* padding-top: 30px; */
  /* border-top: 1px solid #e9e9e9; */
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  /* margin-left: 90px; */
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #03c4eb;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
@media screen and (min-width: 940px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.comment-respond textarea,
.comment-respond textarea {
  width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  /* display: contents; */
  margin-bottom: 4px;
}
div#review_form_wrapper {
    margin-left: 102px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: absolute;
  margin-top: 9px;
  margin-left: 10px;
}

.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}

/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  margin-bottom: 13px;
  /* font-weight: 700; */
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #000000;
  /* font-size: 1em; */
  /* font-family: 'Raleway'; */
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}
.sidebar .widget a:hover {
      color: #95949a;
    text-decoration: none;
}

/* Search
------------------------------*/
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
}
.search-form label {
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin: 0px;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
}

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .widget_calendar a {
  color: #03c4eb;
  text-decoration: underline;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding:  4.375rem 0px;
}

.section-padding-lg {
  padding: 90px 0px;
  padding:  5.625rem 0px;
}

.section-padding-larger {
  padding: 140px 0px;
  padding:  8.75rem 0px;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid,
.onepage-section .container {
  position: relative;
  z-index: 5;
}

.section-inverse {
  background: #fff;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}
.section-inverse .pricing-table .pricing__item ul p {
  color: #777777;
}

.section-inverse-extended {
  background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #6d6c6b;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 1.5rem;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
  /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn,
.hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.animation-disable .hero-slideshow-wrapper {
  /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}

.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.hero-slideshow-normal .container {
  padding: 10% 0px;
  position: relative;
  z-index: 80;
}

.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0px;
  margin:  0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0px;
  padding:  3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
}

/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }
}
.hero-content-style1 h2 strong {
  font-weight: 900;
}
.hero-content-style1 p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 940px) {
  .hero-content-style1 p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  .hero-content-style1 p {
    font-size: 22px;
  }
}
.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .hero-content-style1 .btn {
    display: inline-block;
  }
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}

#hero .btn {
  box-shadow: none;
}
#hero .btn-theme-primary:focus {
  color: #fff;
}

.h-on-top.is-transparent #hero .container .hero__content {
  /* margin-top: 75px; */
}

/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}

/* Section: Features
------------------------------*/
.icon-background-default {
  color: #03c4eb;
}

.feature-item {
  text-align: center;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 940px) {
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

.feature-media {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: top 0.5s cubic-bezier(0.55, 0.09, 0.07, 1.07);
}

/* Section: About Us
------------------------------*/
.section-about .about-image {
  text-align: center;
  float: left;
  width: 30%;
  height: 124px;
  width: 16%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.about-metin {
    float: right;
    width: 76%;
}
.section-about .about-image img {
  margin-bottom: 30px;
}
.section-about .section-title-area {
  margin-bottom: 30px;
}
.section-about .row > div {
  margin-top: 30px;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
}
.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #03c4eb;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family: serif, sans-serif;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
  background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}

.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
@media screen and (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 720px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
  }
}

.team-member {
  margin-bottom: 20px;
  float: left;
}
.team-member .member-thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #03c4eb;
}
.team-member .member-info {
  margin-top: 0px;
  position: relative;
  z-index: 30;
  text-align: center;
}
.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-news .list-article, .archive .list-article, .blog .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0px;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
    width: 100%;
  }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
  margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}

.wpcf7-form {
  /* text-transform: uppercase !important; */
  /* font-size: 11px; */
  /* letter-spacing: 2px; */
  /* font-weight: 600; */
}

.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
   width: 100%;
}
span.wpcf7-form-control-wrap.quiz-369 label {
    outline: none;
    width: calc(100% - 40px);
}
span.wpcf7-quiz-label {
    position: absolute;
    font-size: 19px;
    width: 16%;
    background: #ffffff;
    display: inline;
    float: left;
    left: center;
    /* padding-left: 8px; */
    height: 42px;
    line-height: 40px;
    color: #454052;
text-align: center;}

input.wpcf7-form-control.wpcf7-quiz {
    width: 15%;
    /* float: right; */
margin-left: 107px;}
span.wpcf7-quiz-label:after {
    content: "=?";
}

div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #000;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media screen and (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified > a,
.gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:after {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}



/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}
@media screen and (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
    display: none;
  }
}
.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #777777;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}
.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.button:focus {
    outline: none;
    background: #e0c463;
    color: white;
}


.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;

}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav button {
  position: absolute;
  top: 39%;
  /* background-color: rgba(0, 0, 0, 0.45); */
  /* border-radius: 2px; */
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 40px;
  margin-top: 0px;
  /* padding: 4px 10px 5px; */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  border: 0px none;
}
.owl-theme .owl-nav button:focus {
  box-shadow: none;
  outline: none;
}
.owl-theme .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-theme .owl-nav .owl-prev {
  /* left: 15px; */
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-theme .owl-nav .owl-next {
  /* right: 15px; */
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
  content: "\e095";
}

.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  /* background: #869791; */
  color: #ffe610;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0px none;
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* WP FORMS */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local],
div.wpforms-container .wpforms-form .wpforms-field input[type=email],
div.wpforms-container .wpforms-form .wpforms-field input[type=month],
div.wpforms-container .wpforms-form .wpforms-field input[type=number],
div.wpforms-container .wpforms-form .wpforms-field input[type=password],
div.wpforms-container .wpforms-form .wpforms-field input[type=range],
div.wpforms-container .wpforms-form .wpforms-field input[type=search],
div.wpforms-container .wpforms-form .wpforms-field input[type=tel],
div.wpforms-container .wpforms-form .wpforms-field input[type=text],
div.wpforms-container .wpforms-form .wpforms-field input[type=time],
div.wpforms-container .wpforms-form .wpforms-field input[type=url],
div.wpforms-container .wpforms-form .wpforms-field input[type=week],
div.wpforms-container .wpforms-form .wpforms-field select,
div.wpforms-container .wpforms-form .wpforms-field textarea {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
  border-bottom: 1px solid #fff;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus,
div.wpforms-container .wpforms-form .wpforms-field select:hover,
div.wpforms-container .wpforms-form .wpforms-field select:focus,
div.wpforms-container .wpforms-form .wpforms-field textarea:hover,
div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
div.wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 215px;
}
div.wpforms-container .wpforms-form button[type=submit] {
  width: 100%;
  text-align: center;
  display: block;
}

/* Pirate Forms */
.pirate_forms .pirate-forms-fields-container .form_field_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control {
  border-radius: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button {
  display: block;
  width: 100%;
}
.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
  border-radius: 0px;
  background-color: #f2f2f2;
  border: 0 none;
  min-height: 245px;
  max-height: 999px;
}

/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"],
[class*="c-bully"]:before,
[class*="c-bully"]:after {
  box-sizing: border-box;
}

.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  .c-bully {
    right: 0px;
  }
}
.c-bully.c-bully--inversed {
  color: #fff;
}
@media screen and (max-width: 940px) {
  .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
}

.onepress-menu-mobile-opening .c-bully {
  z-index: 10;
}

.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet {
    padding: 8px 3px;
  }
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet:after {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active:after {
  border-color: transparent;
}

.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
          animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}

.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
          animation: bully-squash 0.2s ease-out forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.single-post .content-inner {
  margin-left: auto;
  margin-right: auto;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.no-sidebar .entry-content > .alignwide {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.no-sidebar .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.single-post .right-sidebar .content-inner {
  margin-left: 0px;
}

.single-post .left-sidebar .content-inner {
  margin-right: 0px;
}

.entry-content ul,
.entry-content ol {
  margin: 0px;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.entry-content li {
  /* margin-left: 2.5em; */
  margin-bottom: -5px;
  
}

nav.woocommerce-MyAccount-navigation > ul > li {
	/* margin-left: 2.5em; */
  margin-bottom: -5px;
  background: #4b4654;
  padding: 5px;
  color: white;
  border-left: solid 6px #f9de22;
  padding-left: 9px;
}

.entry-content li a {
    color: white;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-quote {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
  padding: 0px;
}
.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.wp-block-quote > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wp-block-quote cite {
  font-style: normal;
  margin-top: 1em;
  margin-left: 0px;
  position: relative;
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}

.wp-block-pullquote {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
  border-bottom: 0 none;
  border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-pullquote blockquote {
  border-left: 0px;
  background: none;
}

.wp-block-separator {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
  max-width: 100px;
}
.wp-block-separator.is-style-dots {
  border-bottom: none !important;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  padding-left: 0px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*--------------------------------------------------------------
  # Block Color Palette Colors
  --------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}



.outer { margin:0 auto; max-width:800px;}
#big .item { margin:0px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item {background: #C9C9C9;height: 120px;line-height:70px;padding: 0px;margin:2px;color: #FFF;border-radius: 3px;text-align: center;cursor: pointer;}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item {  }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }



@media (min-width: 577px) {
.post-galeri-buyuk {
    height: 410px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.post-galeri-kucuk {
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

 
.proje-detay-ust {
    height: 392px;
    position: relative;
    top: -56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* background-attachment: fixed; */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-position-y: 29%;
}
.ust-overlay {
    width: 100%;
    height: 100%;
    background: #00000078;
}

  .proje-head {
    min-height: 826px;
    background: #ffffff;
    position: relative;
    top: -56px;
    height: 100%;
    display: revert;
    width: 100%;
}
.proje-sol {
    float: left;
    width: 56%;
    position: relative;
    top: -70px;
    /* margin-right: 20px; */
    background-position: center;
    background-size: cover;
}
.proje-sag {
   /* background: #f5f5f5; */
   width: 40%;
   position: relative;
   top: -188px;
   float: right;
   /* margin-left: 20px; */
   color: black;
   font-family: "Open Sans", sans-serif;
   font-size: 15px;
}
.proje-baslik-alan {
    position: absolute;
    top: -137px;
}

.proje-basligi {
    font-size: 26px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1.1px;
    color: #f9cf01;
}
  #next-prev-mobile {
    display: none;
}
}
@media (max-width: 576px) {
.entry-grid-cate {
    color: red;
    font-size: 33px;
    letter-spacing: 2px;
    line-height: 34px;
    margin-top: 10px;
}
.next-prev {
    display:none;
} 
  #next-prev-mobile {
    display: block;
}
.post-galeri-buyuk {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.post-galeri-kucuk {
    height: 77px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.proje-detay-ust {
    height: 230px;  
  } 
  
  #thumbs .item { background: #C9C9C9; height:77px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }

 /* Proje Sayfa Detay */
.proje-detay-ust {
    height: 378px;
    position: relative;
    top: -56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position-y: 77%; */
}
.ust-overlay {
    width: 100%;
    height: 100%;
    background: #1a1a1a94;
} 
  .proje-head {
    min-height: 579px;
    background: white;
    position: relative;
    top: -56px;
}
.proje-sol {
    /* height: 250px; */
    /* float: left; */
    /* width: 56%; */
    position: relative;
    top: -120px;
    /* margin-right: 20px; */
    background-position: center;
    background-size: cover;
}
.proje-sag {
    /* background: #f5f5f5; */
    /* width: 40%; */
    position: relative;
    top: -103px;
    /* float: right; */
    /* margin-left: 20px; */
    margin-top: 30px;
}
.proje-baslik-alan {
    position: absolute;
    top: -177px;
}

.proje-basligi {
    font-size: 26px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1.1px;
    color: #f9cf01;
}
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
p.comment-form-author {
    /* width: 48%; */
    /* float: left; */
}
.comment-form-email {
    /* float: right; */
    margin-left: 0;
    width: 100%;
}

p.form-submit {
    margin-top: 20px;
}
textarea#comment {
    background: #ebebeb;
}

p.comment-form-author input {
    background: #ebebeb;
}

p.comment-form-email input {
    background: #ebebeb;
}

input#email {
    width: 100%;
}

input#author {
    width: 100%;
}

p.comment-form-url {
    display: none;
}
#submit {
  float: right;
  margin-top: 20px;
  width: 100%;
}
.comment-form-comment {
  margin-bottom: 11px;
  margin-top: 15px;
}

div#respond {
    padding-left: 9px;
}
.home-post-count {
    color: white;
    margin-bottom: 9px;
    width: 83px;
    float: left;
    margin-left: 0px;
    padding-top: 6px;
    color: #ffd400;
}
.home-post-heart {
    float: left;
}
.proje-detay-baslik {
    font-size: 23px;
    letter-spacing: -1.5px;
    line-height: 27px;
    margin-bottom: 0px;
    color: white;
}
.proje-detay-row {
    margin: 10px 0 10px 0;
    /* padding: 0px 15px 0 15px; */
}
.yazilar-baslik {
    padding: 85px 0 10px 0;
    border-bottom: solid 1px #d2c9c9;
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 500;
    color: black;
}

.arsiv-post-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(207px, 1fr) );
    /* background-color: #ffd400; */
    color: #444;
    margin-top: 18px;
    padding: 10px;
}
input#submit {
    background: #343434;
    color: gray;
    border-radius: 29px;
    width: 163px;
    line-height: 8px;
}


.next-prev {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 40px;
}


.post-prev-link {
    float: left;
    width: 50%;
    height: 40px;
  position: relative;
}

.post-next-link {
  width: 50%;
  float: right;
  height: 40px;
  position: relative;
}

.prev-arrow {
    float: left;
    width: 25px;
    font-size: 40px;
    line-height: 40px;
}

.next-arrow {
    float: right;
    width: 25px;
    font-size: 40px;
    line-height: 40px;
}

.prev-title {
    width: 90%;
    font-size: 13px;
    line-height: 15px;
    padding-top: 5px;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 23px;
}

.next-title {
    width: 84%;
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding-top: 5px;
    text-align: right;
    text-decoration: none;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-prev-link:hover {
    left: -10px;
    position: relative;
    transition: left 2s linear;
}
.post-next-link:hover {
    left: 10px;
    position: relative;
    transition: left 2s linear;
}
li.astm-search-menu.is-menu.is-dropdown.menu-item {
    padding-top: 24px;
    height: 66px;
}


/*
  Image Radio for Contact form 7
=============================*/
.pf4_form_image_fields{
  display:flex;
  flex-wrap:wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.pf4_form_image_field{
  width:33.33%;
  box-sizing:border-box;
  padding: 20px;
}
.pf4_form_image_field p{
  margin:0;
}
.pf4_form_image_field_in{
  position:relative;
}
.pf4_form_image_field_in input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.pf4_form_image_field_in span.wpcf7-list-item{
  margin:0;
  display:block;
}
.pf4_form_image_field_in label{
  font-size:0;
  display:block;
  height: 90px;
  width: 90px;
  background-position:center;
  border: solid 6px #fff;
  box-sizing: border-box;
  background-color: #FFFFFF;
  cursor: pointer;
  background-repeat: no-repeat;
  border-radius: 69px;
  position: relative;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  margin: auto;
}
.pf4_form_image_field:hover .pf4_form_image_field_in label{
  border-color:#a9a9a9;
}
.pf4_form_image_field.checked .pf4_form_image_field_in label{
    border-color: #ffd400;
    border-radius: 111px;
    height: 90px;
    width: 90px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    /* margin-bottom: 10px; */
}


.pf4_form_image_field_in .title_head{
  /* position:absolute; */
  /* top: -8px; */
  left: -8px;
  background-color: #ffd400;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  text-transform:uppercase;
  padding: 6px 12px;
  margin-top: 10px;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.proje-detay-icons {
    /* column-count: 3; */
    /* margin-bottom: 10px; */
}

.proje-detay-sol {float: left;width: 60%;margin-bottom: 10px;}

.proje-detay-sag {float: right;width: 40%;margin-bottom: 10px;}
.proje-detay-alan {
    min-height: 100px;
}
.detay-icon-img {
    height: 35px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    float: left;
}
.detay-icon-img:hover {
    background-size: 91%;
    background-position: center;
    transition: auto 0.3s;
}

select.wpcf7-form-control.wpcf7-select {width: calc(100% - 40px);/* padding-top: 23px; *//* margin-bottom: 10px; *//* height: 125px; */}
.form-iconu.hizmet-icon {
    height: 125px;
}
.entry-thumb {
    height: 180px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.entry-grid-title {
    font-weight: 500;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: -1px;
}
.page-head-alan {
    margin-top: 25px;
    height: 51px;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 14px;
    text-align: center;
    font-weight: 100;
    color: red;
    opacity: 0.1;
}
.arsiv-post-resim-link {
    height: 100%;
    width: auto;
}
.arsiv-post-resim-link:hover {
    height: 100%;
    waidth: auto;
    background: #131313a6;
    cursor: pointer;
    transition: all 0.2s linear;
}
.alm-btn-wrap {
    text-align: center;
}

button.alm-load-more-btn.more.done {
    background: #ffd400;
    color: white;
    border-radius: 25px;
    padding: 6px 25px 6px 25px;
}
button.alm-load-more-btn.more {
    background: #ffd400;
    color: white;
    border-radius: 25px;
    padding: 6px 25px 6px 25px;
    border-color: white;
    box-shadow: none;
}
button.alm-load-more-btn.more:focus {
    outline: none;
}
.post-arsiv-view:hover {
    opacity: 1;
    height: 100%;
    width: auto;
    align-self: stretch;
    color: #ffd4004d;
    font-size: 61px;
    line-height: 170px;
    text-align: center;
}
.post-arsiv-view {
    opacity: 0;
    width: auto;
    height: 100%;
}

 /* post list kodlari */
.list__item {
    margin-bottom: 5px;
    animation-name: projeList;
    animation-duration: 350ms;
    animation-delay: calc(var(--animation-order) * 80ms + 1s);
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.list-group {
    display: -webkit-box;
    display: contents;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.arsiv-meta {
    height: 90px;
    /* float: left; */
    width: 100%;
    align-items: center;
    position: relative;
}
.arsiv-post-image {
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    float: left;
}
.arsiv-post-baslik {
    float: left;
    /* align-items: center; */
    line-height: 90px;
    padding-left: 18px;
    font-size: 18px;
}
.archive-durum-icon {
    height: 40px;
    width: 40px;
    background: #0000fe;
    border-radius: 69px;
    color: #fff;
    align-items: center;
    position: absolute;
    text-align: center;
    padding: 5px 0 0 1px;
    right: 18px;
    z-index: 2;
    border: solid;
    font-size: 15px;
}
.archive-date {
    line-height: 90px;
    float: left;
    position: absolute;
    right: 120px;
}
.durumiconback {
    background: #0000fe;
    height: 97px;
    width: 35px;
    right: 0;
    position: absolute;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    max-height: 436px;
}
li.blog-list-item {
    list-style: none;
}
.home-blog-list {
    max-height: 413px;
    overflow: auto;
}
.blog-list-image {
    /* width: 80px; */
    height: 60px;
    background-size: cover;
    width: 20%;
    display: inline-grid;
    float: left;
}
.blog-list-sag {
    height: 60px;
    padding-left: 97px;
    font-size: 17px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: red;
    text-decoration: none;
}

.tab-content {
    /* height: 234px; */
    overflow: hidden;
    font-size: 14px;
}

.blog-list-category {
    color: black;
    font-size: 16px;
    padding-top: 0px;
}
.ana-sayfa-tab-baslik {
    text-align: center;
    /* position: fixed; */
    margin-bottom: 12px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
}
.znrt-fly1 {
    position: absolute;
    padding-left: 74px;
    /* height: 100%; */
}

.znrt-fly2 {
    position: absolute;
    padding-left: 99px;
    padding-top: 17px;

}
.close-icon {
  cursor: pointer;
}
span.pull-right.clickable.close-icon {
    padding: 7px 7px 0px 7px;
    font-size: 20px;
}

.card.card-outline-danger.text-center {
    background: #ffd400;
}
.cat-aciklamasi {
    padding: 10px 30px 0px 20px;
    text-align: center;
}
@media (max-width: 790px) {
  .breadcrumbs {
    /* padding-top:80px; */
    display: none;
  }
  .page-head-alan{
    margin-top:40px;
    height:20px;
  }
  .yazilar-baslik {
  padding-top:0px;
  }
  .swiper-slider {
    height: 49px;
}
  main#main {
    /* padding-top: 20px; */
    padding-bottom: 40px;
}
  li.astm-search-menu.is-menu.is-dropdown.menu-item {
    padding-top: 0px;
    height: 43px;
}
  
  
}

#svgContainer {
            width: 100%;
            height: 100%;
            background-color: white;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
.proje-kategorisi {
    font-size: 18px;
    color: black;
    letter-spacing: -0.8px;
    margin-top: 10px;
}
  @media (max-width:640px) {
    .desktop-iconlar {
      display:none;
    }
    
  }
@media (min-width:639px) {
    .mobil-iconlar {
      display:none;
    }
    
  }

.feature-item.col-lg-3.col-sm-6.wow.slideInUp:hover .feature-media {
    position: relative;
    top: -15px;
}

.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #e9e9e9;
  color: #ed1c24;
  cursor: pointer;
  font-size: .7em;
  /* letter-spacing: .1em; */
  transition: all .3s;
  /* text-transform: uppercase; */
}

.accordion__item {
    /* border-bottom: 1px solid #3a4ba4; */
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #ddd;
  position: relative;
  z-index: 5;
  color: #292b2c;
}

.accordion-body {
  background: #fcfcfc;
  color: #060606;
  display: none;
  font-family: "Open Sans", sans-serif;
}

.accordion-body__contents {
  padding: 15px;
  font-size: .85em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  padding: 10px 20px 8px 15px;
  font-weight: 600;
  margin-bottom: 1px;
}

.accordion__item > .accordion-header:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #ed1c24;
  color: white;
}

.accordion__item .accordion__item .accordion-header {
  background: #f5f5f5;
  color: #353535;
  font-size: 14px;
  padding: 9px;
  padding-right: 20px;
  padding-left: 15px;
}
.accordion__item .accordion__item .accordion-header:hover {
    background: #7b7b7b;
    color: white;
}

@media screen and (max-width: 1000px) {
  
  
  .accordion {
    width: 100%;
  }
}
.contact-icon {
    float: left;
    margin-right: 11px;
    line-height: 20px;
    color: #ed1c24;
    margin-left: 10px;
}

.contact-bilgisi {
    margin-left: 37px;
    line-height: 20px;
    margin-bottom:4px;
}

.arsiv-baslik {
    font-size: 30px;
}
.firma-baslik {
    /* height: 40px; */
    /* line-height: 40px; */
    background: red;
    color: white;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.firma-bilgi-icon {
    font-size: 17px;
    float: left;
    color: red;
}
.firma-bilgi-detay {
    padding-left: 30px;
    color: black;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
}
.urun-iconlari {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(357px, 1fr));
      grid-gap: 5px;
      place-items: center;
      grid-auto-rows: 250px;
      background: #efefef;
      /* color: white; */
      grid-gap: 11px;
      /* padding: 40px 40px 40px 40px; */
}
.urun-detay-iconlari {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    grid-gap: 5px;
    /* place-items: center; */
    grid-auto-rows: 105px;
    /* background: red; */
    /* color: white; */
    grid-gap: 11px;
    /* padding: 40px 40px 40px 40px; */
}

.iconlar-item {
  
  text-align: center;
  height:auto;
  width: 70px;
  line-height:14px;
  font-family: "Open Sans", sans-serif;
  font-size:14px;
}
.icon-alt-baslik{
  height:30px;
  margin-top:5px;
}
.service-box {
    background: #eaeaea;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
}

.service-box-kutu:hover {
    background: #ff000085;
    transition: all 0.2s linear;
}

.service-box-kutu {
    transition: all 0.2s linear;
    height: 100%;
}

.service-box-tittle {
    height: 33px;
    background: #3333339e;
    position: relative;
    bottom: -250px;
    /* top: 80%; */
    /* text-align: center; */
    line-height: 33px;
    padding-left: 18px;
    font-family: "Open Sans", sans-serif;
    opacity: 0;
    display: none;
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    z-index: 5;
}

.service-box:hover .service-box-tittle {
    top: 0;
    /* position: relative; */
    opacity: 100;
    transition: opacity 0.2s linear;
    /* padding-left: 25px; */
    transition: padding-left 0.2s linear;
    display: block;
}
a.urun-baslik-url {text-decoration: none;color: white;transition: all 0.2s linear;font-family: "Open Sans", sans-serif;letter-spacing: 0;}

a.urun-baslik-url:hover {
    color: red;
    /* padding-left: 10px; */
    transition: padding-left 0.2s linear;
}
.service-box-tittle:hover .urun-baslik-url {
    /* padding-left: 15px; */
    color: red;
    transition: all 0.2s linear;
}


.service-box-tittle:hover {
    border-left: solid 10px red;
    transition: all 0.2s linear;
    background: #292b2cd1;
    color: black;
}
span.urun-baslik-yazi {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 15px;
    font-size: 18px;
    color: #827d7d;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 0px 45px 14px 45px;
}

.urun-kategori-baslik {
    display: table;
    height: 250px;
    width: 100%;
    text-align: center;
}
.service-box-kutu:hover span.urun-baslik-yazi {
    display: none;
}
.sayfa-ici-menu {
    background: red;
    color: white;
}

.sayfa-icerigi {
    width: 73%;
    float: left;
    padding-right: 50px;
}

.menu-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 5;
    display: inline;
   
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
    font-family: "Open Sans", sans-serif;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.btn-open:after {
    color: #ffffff;
    content: "\f0c9";
    font-family: "FontAwesome";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 23px;
    /* margin-top: -123px; */
    position: relative;
    top: 5px;
    left: 3px;
}

.btn-open:hover:after {
    color: #fff;
}

.btn-close:after {
    color: #fd0;
    content: "\f00d";
    font-family: "FontAwesome";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    cursor: pointer;
    font-size: 21px;
}

.btn-close:hover:after {
    color: #e0c463;
}


/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: #231f1fcf;
    left: 0;
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
    .menu-btn {
        right: 25px;
    }
}

.allexamples{
  position:absolute;
  bottom:0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  text-align:center;
  background:#e9e9e9;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#333;
  position:fixed;
} 
.acilir-menu {
    float: right;
    height: 100%;
    background: #cca84a;
    max-width: 300px;
    width: 300px;
    z-index: 5000000;
    position: absolute;
    right: 0;
    min-height: 349px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hide;
    padding-bottom: 92px;
}
.menu-kapatma {
    height: 100%;
    width: 100%;
    float: left;
    
}
ul.zanart-yenimenu {
    list-style: none;
    display: contents;
}

li#menu-item-13 {}

.zanart-yenimenu > li {
    background: #ab8f45;
    margin: 1px;
    height: 46px;
    padding: 10px;
  padding-left: 20px;
}
.zanart-yenimenu > li:hover {
    background: #907735;
    transition: all 0.2s linear;
    /* font-family: Montserrat; */
}

.zanart-yenimenu > li:hover a {
    padding-left: 10px;
    transition: all 0.2s linear;
}

.zanart-yenimenu > li > a {
    color: white;
  text-decoration: none;
  transition: all 0.2s linear;
  font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.acilir-menu-logo {
    padding: 26px;
    padding-top: 53px;
    background: black;
    padding-left: 16px;
}
.acilir-menu-sosyal {
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 20px;
}



.social-icons
  {
    /* text-align:center */
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size: 17px;
  display:inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
ul.menu-iletisim-bilgileri {
    list-style: none;
    font-size: 20px;
    color: #525252;
}
.menu-iletisim-detay {
    margin-left: 40px;
    font-size: 15px;
    line-height: 20px;
    height: 30px;
    /* background: red; */
    width: 100%;
    margin-bottom: 7px;
    padding-right: 50px;
    padding-top: 0px;
  color: black;
}
span.menu-iletisim-icon {
    float: left;
    text-align: center;
    width: 20px;
    background: #000000;
    height: 20px;
    border-radius: 20px;
    font-size: 13px;
    color: #cca84a;
    line-height: 20px;
}
.menu-iletisim-bilgileri > li {
    margin-bottom: 1px;
    float: left;
    height: 28px;
}

#news-slider{
    /* margin-top: 80px; */
}
.post-slide{
    background: #fff;
    /* margin: 20px 15px 20px; */
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 17px 20px 40px 18px;
    border-radius: 15px;
    min-height: 203px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    align-content: space-between;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #e0c463;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 4px 20px;
    float: right;
    font-size: 12px;
    background: #e0c463;
    color: #515151;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    border-radius: -12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.post-slide .read-more:hover{
    background: #b39d52;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: -1px 3px 5px 0px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
    box-shadow: 0px 2px 6px 1px #dbdfe2;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    /*content:"\f104";*/
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    /*content:"\f105";*/
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 19px 15px 25px 15px;
    }
}
.service-image.icon-image img {
    height: 150px;
    image-rendering: -webkit-optimize-contrast;
}
::-webkit-scrollbar {
    display: none;
}
.site-topbar {
    float: left;
    height: 42px;
    line-height: 26px;
    font-size: 16px;
    padding-top: 9px;
    text-align: right;
    padding-right: 13px;
    font-family: "Open Sans", sans-serif;
    color: #818a91;
}

@media only screen and (max-width:600px) {
    .site-topbar {
    /* display:none; */
}
  .owl-prev {
    top: -13%;    
}

.owl-next {
    top: -13%;    
}
.service-image.icon-image img {
    height: 200px;
    image-rendering: -webkit-optimize-contrast;
}
}

.icon-imgae img {
    position: absolute;
    top: 0;
}

span.icon-image {
    position: relative;
    top: 0;
    transition: all 0.3s linear;
}

.feature-item:hover .icon-image {
    top: -10px;
    transition: all 0.1s linear;
    position: relative;
}
section#hakkinda {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-position: bottom;
    background-position-x: right;
}
@media only screen and (min-width:600px) {
    .owl-prev {
    top: -10%;    
}

.owl-next {
    top: -10%;    
}
}
.owl-prev {
    width: 50px;
    height: 31px;
    position: absolute;
    margin-left: -1px;
    display: block !important;
    border: none;
    /* background: #e0c4635e; */
}

.owl-next {
    width: 50px;
    height: 31px;
    position: absolute;
   
    right: 1px;
    display: block !important;
    border: none;
    background: #e0c46373;
}


button.owl-prev:focus {
    outline: none;
    background: #e0c463;
    color: white;
}
button.owl-next:focus {
    outline: none;
    background: #e0c463;
    color: white;
}


/* POPUP CONTACT PENCERESI */

#mask {
  display:none;
  position:fixed;
  z-index:100;
  background:rgb(0 0 0 / 68%);
  width:100%;
  height:100%;
}

.model {
  position:fixed; 
  top:-3500px;
  z-index:11101;
  width:400px;
  padding:0px;
  color:#404040;
  text-align:left;
}

.model .constraint {
  background:#fff;
  padding:50px;
}
.wrap {
  margin:0 auto;
  padding:0 auto;
  padding:100px 0 0 0;
  width:300px;
  text-align:center;
}


.kapat {
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: white;
    text-align: center;
    line-height: 29px;
    color: #96938b;
    position: absolute;
    right: -16px;
    top: -17px;
    border: solid 3px #d4d2d2;
    font-size: 16px;
    cursor: pointer;
}
.kapat:hover {
    color: red;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani {
    outline: none;
    border : n;
    width: 255px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani:focus {
    background: #cca84a;
    /* margin: 0px; */
    /* padding: 0px; */
    border: none;
    outline: none;
    color: white;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani:active {
    height: auto;
}


.form-kutusu-yarim {
    width: 126px;
    float: left;
    margin-right: 3px;
}
.znrt-iletisim {
   
    padding-top: 40px;
}
input.wpcf7-form-control.wpcf7-submit.gonder-butonu {
    width: 100%;
}
input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask.wpcf7-validates-as-required.form-alani {
    width: 256px;
    outline: none;
}

input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask.wpcf7-validates-as-required.form-alani:focus {
    background: #cca84a;
    color: white;
}



/* RESPONSIVE */

@media screen and (max-width: 768px) {
    .menu-btn {
        right: 25px;
    }
}

.allexamples{
  position:absolute;
  bottom:0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  text-align:center;
  background:#e9e9e9;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#333;
  position:fixed;
} 
.acilir-menu {
    float: right;
    height: 100%;
    background: #202020;
    max-width: 300px;
    width: 275px;
    z-index: 5000000;
    position: absolute;
    right: 0;
    min-height: 349px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hide;
    padding-bottom: 92px;
}
.menu-kapatma {
    height: 100%;
    width: 100%;
    float: left;
    
}
ul.zanart-yenimenu {
    list-style: none;
    display: contents;
}

li#menu-item-13 {}

.zanart-yenimenu > li {
    background: #1a1a1a;
    margin: 1px;
    height: 46px;
    padding: 10px;
    padding-left: 20px;
    /* text-decoration: auto; */
}
.zanart-yenimenu > li:hover {
    background: #202020;
    transition: all 0.2s linear;
    /* font-family: Montserrat; */
    color: black;
}

.zanart-yenimenu > li:hover a {
    padding-left: 10px;
    transition: all 0.2s linear;
    color: white;
}

.zanart-yenimenu > li > a {
    color: #ababab;
    text-decoration: none;
    transition: all 0.2s linear;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.acilir-menu-logo {
    padding: 26px;
    /* padding-top: 60px; */
    background: #202020;
    padding-left: 16px;
    /* border-bottom: solid 6px #3a3740; */
}
.acilir-menu-sosyal {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}



.social-icons
  {
    /* text-align:center */
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size: 17px;
  display:inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
ul.menu-iletisim-bilgileri {
    list-style: none;
    /* font-size: 20px; */
    /* color: #525252; */
    text-align: center;
    padding: 0px;
}
.menu-iletisim-detay {
    /* margin-left: 40px; */
    font-size: 15px;
    line-height: 20px;
    height: 30px;
    /* background: red; */
    /* width: 100%; */
    /* margin-bottom: 7px; */
    /* padding-right: 50px; */
    /* padding-top: 0px; */
    color: white;
    display: grid;
    text-align: le;
}
span.menu-iletisim-icon {
    /* float: left; */
    /* text-align: center; */
    width: 64px;
    /* background: #000000; */
    height: 20px;
    border-radius: 63px;
    font-size: 13px;
    color: #ffe610;
    /* line-height: 20px; */
    font-size: 39px;
    /* width: 20px; */
}
.menu-iletisim-bilgileri > li {
    /* margin-bottom: 1px; */
    /* float: left; */
    /* height: 28px; */
    /* border-bottom: solid 1px gray; */
}

#news-slider{
    /* margin-top: 80px; */
}
.post-slide{
    background: #fff;
    /* margin: 20px 15px 20px; */
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 17px 20px 40px 18px;
    border-radius: 15px;
    min-height: 203px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    align-content: space-between;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #e0c463;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 4px 20px;
    float: right;
    font-size: 12px;
    background: #e0c463;
    color: #515151;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    border-radius: -12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.post-slide .read-more:hover{
    background: #b39d52;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    position: relative;
    left: 7px;
    top: -24px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 0px 2px 6px 1px #dbdfe2;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    /*content:"\f104";*/
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    /*content:"\f105";*/
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 19px 15px 25px 15px;
    }
}
.service-image.icon-image img {
    height: 150px;
    image-rendering: -webkit-optimize-contrast;
}
::-webkit-scrollbar {
    display: none;
}
.site-topbar {
    float: left;
    height: 42px;
    line-height: 17px;
    font-size: 14px;
    /* padding-top: 15px; */
    text-align: left;
    padding-right: 13px;
}

@media only screen and (max-width:600px) {
    .site-topbar {
    /* display:none; */
}
  .owl-prev {
    top: -13%;    
}

.owl-next {
    top: -13%;    
}
.service-image.icon-image img {
    height: 200px;
    image-rendering: -webkit-optimize-contrast;
}
}

.icon-imgae img {
    position: absolute;
    top: 0;
}

span.icon-image {
    position: relative;
    top: 0;
    transition: all 0.3s linear;
}

.feature-item:hover .icon-image {
    top: -10px;
    transition: all 0.1s linear;
    position: relative;
}
section#hakkinda {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-position: bottom;
    background-position-x: right;
}
@media only screen and (min-width:600px) {
    .owl-prev {
    top: -10%;    
}

.owl-next {
    top: -10%;    
}
}
.owl-prev {
    width: 50px;
    height: 31px;
    position: absolute;
    margin-left: -1px;
    display: block !important;
    border: none;
    background: none;
}

.owl-next {
    width: 50px;
    height: 31px;
    position: absolute;
    right: 1px;
    display: block !important;
    border: none;
    background: none;
}


button.owl-prev:focus {
    outline: none;
    background: none;
    color: #929292;
}
button.owl-next:focus {
    outline: none;
    background: none;
    color: #ccc;
}


/* POPUP CONTACT PENCERESI */

#mask {
  display:none;
  position:fixed;
  z-index:100;
  background:rgb(0 0 0 / 68%);
  width:100%;
  height:100%;
}

.model {
  position:fixed; 
  top:-3500px;
  z-index:11101;
  width:400px;
  padding:0px;
  color:#404040;
  text-align:left;
}

.model .constraint {
  background:#fff;
  padding:50px;
}
.wrap {
  margin:0 auto;
  padding:0 auto;
  padding:100px 0 0 0;
  width:300px;
  text-align:center;
}


.kapat {
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: white;
    text-align: center;
    line-height: 29px;
    color: #96938b;
    position: absolute;
    right: -16px;
    top: -17px;
    border: solid 3px #d4d2d2;
    font-size: 16px;
    cursor: pointer;
}
.kapat:hover {
    color: red;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani {
    outline: none;
    border : n;
    width: calc(100% - 40px);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani:focus {
    background: #f3f3f3;
    /* margin: 0px; */
    /* padding: 0px; */
    border: none;
    outline: none;
    color: #4b4654;
}
input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask {
    outline: none;
    /* width: 91%; */
    width: calc(100% - 42px);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani:active {
    height: auto;
}

.form-iconu {
    width: 40px;
    float: left;
    height: 42px;
    line-height: 42px;
    background: #ededed;
    text-align: center;
    /* color: #ffffff; */
    font-size: 16px;
    border-radius: 7px 0 0 7px;
    padding-left: 3px;
}
.form-kutusu-yarim {
    width: 126px;
    float: left;
    margin-right: 3px;
}
.znrt-iletisim {
   padding-top: 5px;
   display: grid;
}
input.wpcf7-form-control.wpcf7-submit.gonder-butonu {
    width: 100%;
}
input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask.wpcf7-validates-as-required.form-alani {
    width: 256px;
    outline: none;
    width: calc(100% - 42px);
}

input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask.wpcf7-validates-as-required.form-alani:focus {
    background: #cca84a;
    color: white;
}

.zanart-yenimenu > li {
    height: 46px;
    overflow: hidden;
    line-height: 25px;
}

ul.sub-menu {
    /* margin: auto; */
    /* z-index: -1; */
    display: none;
    /* text-align: center; */
    /* left: -49px; */
    position: relative;
}

li.hizmetler-menusu:hover > .sub-menu {
    display:block;
    right: 275px;
    top:0px;
    padding-top:110px;
    background:#00000070;
    height:100%;
    /* padding-right: 10px; */
    padding-left: 0px;
}
li.magaza-menu::after {
    content: "\f290";
    font-family: 'FontAwesome';
    position: absolute;
    color: #ffe610;
    z-index: 9999;
    height: 20px;
    width: 20px;
    /* background: white; */
    font-size: 15px;
    margin-left: 7px;
}

ul.sub-menu li {
    /* background: red; */
    margin: 0px;
    height: 46px;
    line-height: 46px;
    padding: 0px;
    background: #232222;
    padding: 0px 10px;
}

ul.sub-menu li:hover {
    background: #2f2d2d;
}

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

.testimonial{
  text-align: center;
  color: #000000;
  margin: 14px 30px;
  padding: 29px 28px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  background: #454052;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px #c3c3c336;
}

.testimonial .pic{
  
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.testimonial .pic img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial .testimonial-content{
  font-size: 14px;
  letter-spacing: -0.50px;
  line-height: 17px;
  margin-bottom: 20px;
  text-align: justify;
  padding-left: 44px;
  font-family: "Open Sans", sans-serif;
  min-height: 100px;
  max-height: 100px;
  overflow: auto;
  color: #eceeef;
}
.testimonial .testimonial-title a{
  display: inline-block;
  color: #e8d218;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial .testimonial-title small{
  color: #dad8d8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.owl-theme .owl-controls{
  margin-top: 0px;
  margin-left: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
  display: block;
  opacity:1;
  background: none;
  color: #e6e6e6;
  border-radius: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  float: left;
  position: relative;
  left: 48px;
  top: 6px;
}
.owl-prev:before,
.owl-next:before{
  content: "\f060";
  font-family: 'FontAwesome';
  font-size: 20px;
  left: -5px;
  position: relative;
  top: 0px;
}
.owl-next:before{
  content: "\f061";
}
h3.testimonial-title {
  padding-left: 144px;
  text-align: left;
  color: white;
}
.musteri-section-title-alani {
  /* top: 50%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-49%, 83%);
  position: relative;
}

.musteri-section-title {
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
}

.musteri-section-subtitle {
  font-size: 16px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}
.musteri-gorus-img {
    height: 90px;
    width: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}

@media (max-width: 767px) {
  .musteri-section-title-alani {
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%);
    /* position: relative; */
  padding: 26px 0 26px 0;
  text-align: center;
}
  .testimonial .pic {
    float: none;
    top: -43px;
    position: relative;
} 
  .testimonial .testimonial-content {
    padding-left: 0px;
    max-height: 242px;
    position: relative;
    top: -50px;
    margin-bottom: 0px;
}
  h3.testimonial-title {
    padding-left: 0;
    margin: 0px;
}
  .owl-theme .owl-controls .owl-buttons div {
    left: -20px;
    
}
.testimonial {
  padding-top: 60px;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
    position: relative;
    /* left: 1px; */
    top: -161px;
    padding-left: 43%;
}
}
.musteri-yorumlari {
    padding: 40px 0;
}


.blog-slider__img img {
    height: 100%;
}

.cvf_pag_loading {padding: 20px;}
.cvf-universal-pagination ul {margin: 0; padding: 0;}
.cvf-universal-pagination ul li {display: inline; margin: 3px; padding: 4px 8px; background: #FFF; color: black; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer; background: #1E8CBE; color: white; }
.cvf-universal-pagination ul li.inactive {background: #7E7E7E;}
.cvf-universal-pagination ul li.selected {background: #1E8CBE; color: white;}




@keyframes projeList {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.grid-post {
    margin-bottom: 0px;
    animation-name: projeGrid;
    animation-duration: 350ms;
    animation-delay: calc(var(--animation-order) * 80ms);
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    padding: 6px;
    /* background: #ca6161; */
    padding-bottom: 27px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    top: 0px;
}
.arsiv-post-image {
    max-width: 100%;
    height: auto;
  margin-left: 0px;
  float: left;
}
.grid-baslik {
    padding-top: 6px;
    /* padding-bottom: 15px; */
    /* min-height: 62px; */
    line-height: 16px;
    /* font-size: 15px; */
    font-weight: 500;
    font-size: 15px;
    background: #f7f7f7;
    padding: 15px;
    color: red;
    border-radius: 0px 0px 9px 9px;
    padding-right: 43px;
}
.postListFlag {
    position: absolute;
    right: 15px;
    bottom: 41px;
}
.grid-baslik a {
    color: #454052;
    text-decoration: none;
}
.grid-altbilgi {
    float: left;
    width: 100%;
}
.grid-bilgi-sol {
    width: 25px;
    float: left;
}

.grid-bilgi-sag {
    margin-left: 25px;
    font-size: 14px;
    line-height: 15px;
    margin-top: 4px;
}
a.previous-post, a.next-post {
    color: #fff;
    background-color: #4498e7;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid;
    padding: 0 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
}

a.previous-post:hover, a.next-post:hover {
    color: #4498e7;
    background-color: #fff;
}

a.previous-post {
    float: left !important;
}

a.next-post {
    float: right !important;
}

@keyframes projeGrid {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.arsiv-post-baslik {
    float: left;
    /* align-items: center; */
    line-height: 90px;
    padding-left: 18px;
    font-size: 18px;
    
}

@media screen and (max-width: 990px) {
  .detail-project-slide{
    width: 100%;
    height: 350px;
    
}
  .arsiv-post-baslik {
    width: 300px;
    line-height: 19px;
    font-size: 16px;
    position: relative;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

}
.wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(341px, 1fr) );
    background-color: #fff;
    color: #92929e;
    /* height: 250px; */
  }

  .box {
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;

  }
  #imageresponsive{
      width: 100%;
      height: auto;

    }
  
  
  @media screen and (max-width: 576px) {
    .detail-project-slide{
    width: 100%;
    height: 250px;
    
}
    .arsiv-post-baslik {
    width: 163px;
    line-height: 19px;
    font-size: 16px;
    position: relative;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
  }
  .archive-date {
    display:none;
}
  .tab-ust-sektor-baslik {
    display:none;
    /* margin: 5px; */
}
    .project-count {
    height: 20px;
    width: 20px;   
    line-height: 21px;
    font-size: 11px;   
}
    .head-icon {
    width: 27%;
    height: auto;
    margin-top: 11px;
}
  .page-head-title{
    font-size: 18px;
    

}

.client-logos {
    margin-left: 0px;
    margin-right: 0px;
  grid-gap: 0px;
} 
	  .tasarimGridBox {
		  /* height:200px; */
		 }  
      
}
.archive-durum-icon {
    height: 40px;
    width: 40px;
    background: #0000fe;
    border-radius: 69px;
    color: #fff;
    align-items: center;
    position: absolute;
    text-align: center;
    padding: 5px 0 0 1px;
    right: 18px;
    z-index: 2;
    border: solid;
    font-size: 15px;
}
.archive-durum-icon:hover {
    background: #151515;
}
.durumiconback {
    background: #0000fe;
    height: 97px;
    width: 35px;
    right: 0;
    position: absolute;
}

.arsiv-meta {
    height: 90px;
    /* float: left; */
    width: 100%;
    align-items: center;
    position: relative;
}

.arsiv-post-image {
    float:inherit;
  margin-left: -7px;
}
.list__item {
    margin-bottom: 5px;
  animation-name: projeList;
  animation-duration: 350ms;

  animation-delay: calc(var(--animation-order) * 80ms + 1s);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

span.page-numbers.current {
    padding: 11px;
    font-size: 22px;
    background: #454052;
    border-bottom: solid 5px #ffe610;
    color: white;
    border-radius: 22px;
    display: inline-block;
}

a.page-numbers {
    font-size: 16px;
    padding: 8px;
}.contact-value {
    padding-left: 27px;
}

.contact-text {
    float: left;
}

.contact-info-item {
    color: #8b8a86;
}

.contact-info-item a {}

a {}
.post-list-img {
    height: 282px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* filter: grayscale(1); */
    filter: drop-shadow(0px 0px 0px black);
    transition: filter 0.1s linear;
}
.grid-post:hover .post-list-img {
    filter: grayscale(0%);
    transition: filter 0.4s linear;
    cursor:pointer;
    filter: drop-shadow(0px 2px 5px black);
    transition: filter 0.1s linear;
}

.grid-post:hover {
    position: relative;
    top: -10px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.grid-post:hover .post-list-img {
    /* background-size: 130%; */
    /* transition: all 0.1s linear; */
}
.owl-prev:before, .owl-next:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: -5px;
    position: relative;
    top: 0px;
    display:none;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.acilir-menu-arama {
    padding: 20px;
}



input#s {}

input.searchfield {
    width: 100%;
    background: none;
    border-bottom: solid 1px #ffe610;
}
.slider-yazi-icon {
    position: absolute;
    /* right: -78px; */
    /* padding: 13px; */
    /* overflow: hidden; */
    height: 25px;
    padding-top: -81px;
    top: 12px;
    /* z-index: 9999; */
    width: 25px;
    left: 7px;
}

.site-loading {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: white;
	 opacity: 1;
	 transition: opacity 0.5s ease-in-out;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 z-index: 9999;
	
}
 .site-loading.has-loaded {
	 display:none;
	 transition: all 0.3s ease-in-out;
	
}
 @keyframes dots {
	 0% {
		 opacity: 1;
		 transform: translateY(20px);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(0px);
	}
}
 .site-loader__dot {
	 width: 10px;
	 height: 10px;
	 background-color: #1e52c1;
	 display: inline-block;
	 border-radius: 50%;
	 animation: dots 1.8s infinite;
	 animation-delay: 0.1s;
}
 .site-loader__dot:nth-of-type(2) {
	 animation-delay: 0.2s;
}
 .site-loader__dot:nth-of-type(3) {
	 animation-delay: 0.3s;
}
 .site__wrapper {
	 max-width: 72rem;
	 margin: 0 auto;
	 display: flex;
	 flex-direction: column;
	 line-height: 2;
}
 .site__wrapper > div {
	 margin-bottom: 25px;
}

.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close {
    outline: none;
}
.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close {
    outline: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.fomr-alani {
    outline: none;
    width: calc(100% - 40px);
    min-height: 130px;
    }

.mesaj-icon {
    height: 130px;
    float: left;
}
button.close {
    outline: none;
}


/* checkbox */
span#hizmet-secim-id {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr) );
    background-color: #fff;
    color: #444;
    margin-right: 0px;
    padding: 0px;
}

#hizmet-secim-id input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
}

#hizmet-secim-id span.wpcf7-list-item-label {
    color: #454052;
    position: relative;
    top: -7px;
}

span#hizmet-secim-id span {
    margin: 0px;
}
.fomr-satiri.hizmetCheckbox {
    /* margin-bottom: -23px; */
    margin-top: 4px;
    display: block;
}


.modalFoterIcon {
    float: left;
    width: 40px;
    font-size: 42px;
    color: #ead800;
}

.modalFoterText {width: calc(100% - 80px);float: right;}

.fomr-satiri {
    display: block;
    margin-bottom: 14px;
}

input.wpcf7-form-control.wpcf7-text.fomr-alani:focus-visible {
    /* border: solid 1px #2b4017; */
    box-shadow: antiquewhite;
    /* -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.72); */
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.72);
    /* box-shadow: 0px 0px 4px 1px rgb(160 155 111); */
}

textarea.wpcf7-form-control.wpcf7-textarea.fomr-alani:focus-visible {
    /* border: solid 1px yellow; */
    box-shadow: antiquewhite;
    /* -webkit-box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 72%); */
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.72);
    /* box-shadow: 0px 0px 4px 1px rgb(160 155 111); */
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.fomr-alani:focus-visible {
    /* border: solid 1px yellow; */
    box-shadow: antiquewhite;
    /* -webkit-box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 72%); */
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.72);
    /* box-shadow: 0px 0px 4px 1px rgb(160 155 111); */
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fomr-alani:focus-visible {
    /* border: solid 1px #ffffff45; */
    box-shadow: antiquewhite;
    /* -webkit-box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 72%); */
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.72);
    /* box-shadow: 0px 0px 4px 1px rgb(160 155 111); */
}
.fomr-satiri p {
    /* margin: 0px; */
}

.form-sol {
    width: 50%;
    float: left;
}

.form-sag {
    width: 50%;
    float: right;
}

#checkbox {
  display: none;
}

.checkboxnew {
  
}

#windows:checked~label[for="windows"],
#doors:checked~label[for="doors"],
#roofline:checked~label[for="roofline"],
#conservatories:checked~label[for="conservatories"],
#extensions:checked~label[for="extensions"],
#repairs:checked~label[for="repairs"] {
  background: #FD484E;
  color: #fff;
}

span.wpcf7-list-item.first.last {
    width: 100%;
    margin: 0px;
    /* height: 100%; */
    display: block;
}

input[type=checkbox] + span.wpcf7-list-item-label {
 /* float: left; */
 width: 100%;
 height: 133px;
 text-align: center;
 border: 2px solid #fff8f8;
 line-height: 17px;
 cursor: pointer;
 /* font-family: sans-serif; */
 /* margin: 2px; */
 /* background: red; */
 display: grid;
 padding: 10px;
 /* padding: 10px 10px 0 10px; */
 border-radius: 15px;
 background: #d3d3d3;
 color: #686868;
 position: relative;
 align-items: center;
 font-family: "Open Sans", sans-serif;
 font-size: 16px;
 } 
input[type=checkbox]:checked + span.wpcf7-list-item-label {
  background: #26bf2b;
  font-style: normal;
  color: #ffffff;
  display: in;
  /* padding: 0px 6px 0 6px; */
  border-radius: 15px;
  box-shadow: 0 0 8px 4px #2ec11452;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: end;
  line-height: 15px;
} 
.renk-secim-tek {
    display: block;
    min-height: 49px;
    border-radius: 5px;
                }


input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  content: "\f00c";
  font-family: FontAwesome;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #26bf2b;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 34px;
  /* right: -10px; */
  border-radius: 19px;
  font-size: 32px;
  }

input[type="radio"], input[type="checkbox"] {
    /* margin: 0 10px; */
    display: none;
}

span#doors {}

span.wpcf7-list-item-label {}

.form-kutusu.secim-grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(117px, 1fr) );
    /* margin-left: 47px; */
    /* margin-right: 4px; */
    /* margin-left: -3px; */
}


/* TASARIM DETAY ILERI GERI BUTONLARI */

.ilerigeriButonu {
    height: 60px;
    float: left;
    width: 50%;
    margin: 0px 0px 15px 0;
    background: #242424;
    padding: 11px 0px 0px 0px;
    line-height: 16px;
    position: relative;
}

.sonrakiPost {
    text-align: right;
}

.ilerigeriarkasi {
    height: 60px;
    background: #242424;
    margin-bottom: -60px;
}

.ilerigerihepsi {
    width: 50px;
    position: absolute;
    left: 44%;
    font-size: 24px;
    border-left: solid 1px #404040;
    height: 60px;
    text-align: center;
    border-right: solid 1px #3a3a3a;
    color: #454052;
    line-height: 60px;
    z-index: 1;
}
.ilerigerihepsi a i {
    color: #585858;
}

.ilerigerihepsi a i:hover {
    color: green;
}

.ileri.detayarrow i, .geri.detayarrow i {
    color: #585858;
    font-size: 23px;
    line-height: 56px;
}
.ilerigeriButonu:hover {
    cursor: pointer;
}

.buton-yazi-hizalama {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 15px;
    line-height: 12px;
    color: white;
    text-decoration: none;
}
detaybutonLink {
    text-decoration: none;
}

.buton-yazi-hizalama a {
    text-decoration: none;
    font-size: 12px;
    transition: all 0.1s linear;
}

.buton-yazi-hizalama:hover a {
    font-size: 13px;
    transition: all 0.1s linear;
}

.detayarrow {
    height: 60px;
    line-height: 60px;
    margin-top: -11px;
}

.projeSolAciklamasi p a:hover {
    /* border-width: inherit; */
    /* transition: all 0.3s linear; */
}

a.blog-slider__button {
    /* color: black; */
}


.geri.detayarrow a {
    color: #919191;
}

.buton-yazi-hizalama a {
    color: #959595;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.buton-yazi-hizalama a {
    /* color: #8e8e8e !important; */
    font-family: "Open Sans", sans-serif;
    /* font-size: 1rem; */
}

.ileri.detayarrow a {
    color: #919191 !important;
    font-family: "Open Sans", sans-serif;
}

div#thumbs {
    margin-left: -2px;
    margin-top: 1px;
}
.proje-yorum {
    padding: 10px;
    background: #fffce4;
    margin-top: 20px;
}

.yorum-sahibi {
    border-bottom: solid 1px #dedddd;
    font-size: 19px;
    font-weight: 100;
}

.proje-detay-kutusu {
    margin: 20px 0 20px 0;
    line-height: 18px;
}

.proje-etiketleri {
    line-height: 18px;
    margin: 53px 0;
}
.hizmet-secim-tek {/* margin-top: -13px; */letter-spacing: 0px;font-size: 14px;font-weight: 400;color: #4b4654;line-height: 18px;font-family: "Open Sans", sans-serif;}



#countdown li {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  /* padding: 5px; */
  margin: 0px;
}

#countdown li span {
  display: block;
  font-size: 35px;
  line-height: 65px;
  text-align: ri;
  margin-bottom: 2px;
  background: #454052;
  color: #ffe610;
  /* border-radius: 69px; */
  width: 100%;
  height: 78px;
  position: relative;
  left: 0px;
}

.message {
  font-size: 17px;
}

#sonmesaj {
  display: none;
  padding: 1rem;
}

.emoji {
  padding: 0 .25rem;
}

@media screen and (min-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 21%;
    top: -5px;
    position: relative;
}
}
@media all and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    top: -5px;
    position: relative;
}
  
  #countdown li {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  
  #countdown li span {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1px;
    background: #454052;
    color: #ffe610;
    /* border-radius: 69px; */
    width: 100%;
    height: 56px;
    position: relative;
    left: 0px;
    line-height: 56px;
  }
	div#countdown ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(71px, 1fr) );
}
.post-list-img {
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

}
div#countdown {margin: 0px;padding: 0px;height: 78px;}
.sayacZamanAdlari {
    color: wheat;
    position: relative;
    top: -26px;
    font-size: 11px;
}

div#countdown ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: auto auto auto auto;
}
@media screen and (max-width: 576px) {
	.yaziBaslik {
    height: 60px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #454052;
    padding: 10px 0 0 0;
    width: 75%;
}	
	.yaziMetaTarih {
    float: left;
}
	.blogKatAdi {
    position: absolute;
    background: #0000004f;
    padding: 5px;
    /* color: yellow; */
    padding-left: 15px;
}

.blogKatAdi a {
    color: #ffe610;
    text-decoration: none;
}
	
}
@media screen and (min-width: 577px) {
	.yaziBaslik {
    height: 60px;
    line-height: 60px;
    /* font-size: 25px; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    color: #ffffff;
    /* letter-spacing: -0.7px; */
    /* font-family: Montserrat; */
    /* font-weight: 500; */
    font-size: 16px;
    /* letter-spacing: -1px; */
    margin-bottom: 35px;
}	

  .yaziBaslik div span a {
    color: #d5d3d3;
    font-size: 14px;
    /* margin-right: 8px; */
}

h1#headline {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: -2px;
}
	.yaziMetaTarih {
    float: right;
}
	.blogKatAdi {
    position: absolute;
    background: #0000004f;
    padding: 5px;
    /* color: yellow; */
    padding-left: 15px;
}

.blogKatAdi a {
    color: #ffe610;
    text-decoration: none;
}	
}


.yaziMetalar {
    margin: 20px 0 -2px 0px;
}


div.yapiskanDiv {
    position: -webkit-sticky;
    position: sticky;
    top: 102px;
    /* background-color: yellow; */
    /* padding: 39px; */
    font-size: 20px;
    height: 248px;
    padding-top: 13px;
}

.benzerYazilar {
    padding-left: 8px;
}
.benzerYaziLink {
	margin-bottom: 7px;
    font-size: 15px;
    line-height: 18px;
    border-left: solid 5px #ffe610;
    padding-left: 8px;
}
.benzerYazilar a {
    font-size: 17px;
    margin: 0px;
    line-height: 11px;
}

.benzerYazilarBaslik {
    padding-left: 8px;
    color: #454052;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.5px;
    /* border-bottom: solid; */
    /* border-inline: inherit; */
	margin-bottom: 10px;
}
.benzerYazilarBaslik::after {
  content: "";
  height: 13px;
  width: 139px;
  background: #ffe610;
  position: absolute;
  left: 19px;
  top: 17px;
  z-index: -1;}
.kampanyaGeriSayim {
    /* padding: 10px; */
    /* background: #ffe500; */
    margin-bottom: 43px;
    margin-top: 9px;
}

.kampanyaKalanSure {
    padding: 0px 0px 0px 0;
}
.kazanciniYazi {
    padding: 0 0px 0px 8px;
    /* text-align: center; */
    font-size: 25px;
    font-weight: 600;
    border-top: solid 4px #dadada;
    margin-top: 0px;
    color: #454052;
    /* text-transform: uppercase; */
}

.kampanyaButon {
    /* width: 100%; */
    /* text-align: center; */
    /* margin: 0 0 7px; */
    /* border-radius: 0; */
    /* transform: scale(1); */
    /* transition: transform .2s linear; */
    /* float: left; */
    /* font-size: 49px; */
    /* height: 40px; */
    /* line-height: 18px; */
    /* background: #efefef; */
}
.iletisim-butonlari-div div a {background: #efefef;/* height: auto; *//* width: 100% !important; */padding: 11px;font-size: 22px;line-height: 22px;display: block;text-align: center;border-radius: 9px;}

.kampanyaButon:hover {
    cursor:pointer;
    transform: scale(1.015);
    transition: transform 0.2s linear;
}


.kampanyaButon.whatsapp {
    background: #454052;
    color: white;
    margin-right: 5px;
}
.kampanyaButon.telefon {
    background: #454052;
    color: white;
}   
.kampanyaButon i {
    /* font-size: 20px; */
}
.iletisim-butonlari-div {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(89px,1fr));
}

.kampanyaButon.whatsapp a {
    color: #ffe610;
    text-decoration: none;
}

.kampanyaButon.telefon   a {
    color: #ffe610;
    text-decoration: none;
}

.homePopup.detaySayfasi button {
    background: #383838;
    border: none;
    height: 45px;
    border-radius: 10px;
    margin-top: 14px;
    width: 100%;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.homePopup.detaySayfasi button:hover {
    background: #009751;
    transition: all 0.2s linear;
    transform: scale(1.05);
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Shows the reCAPTCHA on the Contact page */
/* Obviously change the page number to your own */
.page-id-17 .grecaptcha-badge {
    visibility: visible !important;
}
.projeUlkeAdi {
    margin-right: 4px;
    /* font-size: 16px; */
    /* text-transform: uppercase; */
    display: initial;
    /* height: 20px; */
    /* position: relative; */
    /* top: -23px; */
    /* left: 27px; */
    /* font-family: 'Montserrat'; */
    /* font-weight: 900; */
    padding-left: 6px !important;
}

.proje-meta ul li img {
    float: left;
    /* text-align: left; */
}
.homeflagdiv span {
    font-size: 17px;
    position: relative;
    top: 3px;
    text-transform: uppercase;
}

.langflag {
    float: left;
    /* padding-right: 8px; */
    color: #fff;
    /* padding-top: 5px; */
    font-weight: 300;
    cursor: pointer;
    /* margin-right: 7px; */
    font-size: 17px;
    /* line-height: 29px; */
    text-align: center;
    width: 38px;
    transition: all 0.05s linear;
}


@media screen and (max-width: 768px) {
	div.yapiskanDivProje {
    position: relative;
}
	.mobilde-gizle{
		display:none;
	}
	.baslik-hizalama {
    margin-top: 70px;
}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
    margin-bottom: 13px;
    /* border: solid 1px #ffe61078; */
    /* padding: 10px; */
}
	
}
@media screen and (min-width: 769px) {	
	div.yapiskanDivProje {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 0px;
}	
	.pcde-gizle{
		display:none;
	}
	
}

.proje-baslik {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: left;
    width: 100%;
    /* position: absolute; */
    /* top: 61%; */
    /* left: 50%; */
    -ms-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    /* text-align: center; */
    /* font-size: 12px; */
    /* line-height: 12px; */
    color: white;
    /* text-decoration: none; */
    /* padding-top: 0px; */
}

.proje-baslik div span a {
    color: white;
}

.proje-baslik div {
    padding: 0px;
}

.baslik-hizalama {
    position: relative;
    width: 100%;
    height: 60px;
}

.proje-baslik h2 {
    font-size: 22px;
    /* line-height: 23px; */
}

.proje-baslik h2 a {
    color: #a5a5a5;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}

.homePopup.detaySayfasi {
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination{
	text-align: center;
	margin: 2em 0;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 0;
	float: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
	padding: .67rem 1.33rem;
	line-height: 2.68;
	color: #313131;
	display: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: transparent;
	border-color: inherit;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity .qty{
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.woocommerce .woocommerce-breadcrumb{
	color: #313131;
	opacity: .8;
	text-align: center;
	margin-bottom: 2em;
}

.woocommerce-products-header{
	display: flex;
	align-items: center;
}

.woocommerce .term-description{
	margin: 0;
	/* padding: 0 0 0 4em; */
}

.woocommerce .woocommerce-result-count{
	margin: .7em 0 1em;
}

.woocommerce div.product,
.woocommerce-page div.product{
	/* overflow: hidden; */
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product{
	width: auto;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-extra-img,
.woocommerce-page ul.products li.product .product-extra-img{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 8;
	transition: all .5s ease-in;
}

.woocommerce ul.products li.product:hover .product-extra-img,
.woocommerce-page ul.products li.product:hover .product-extra-img{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease-out;
}

.woocommerce .product-addtocart-wrap{
	border-top: 1px solid #f1f1f1;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	padding: 0;
	margin: 0 0 .5em;
	font-size: 1.125em;
}

.woocommerce ul.products li.product .woocommerce-placeholder{
	border: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
	left: auto;
	right: 10px;
}

.yith-wcwl-add-button > a i{
	margin-right: 0;
	font-size: .875em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price{
	color: #313131;
	transition: color .3s ease;
}

.woocommerce ul.products li.product .price{
	font-size: 1em;
	font-weight: 300;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock{
	font-size: 1.25em;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
	font-weight: 400;
}

.product .product_meta > span{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.quantity.hidden .minus,
.quantity.hidden .plus{
	display: none;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td{
	color: #d82978;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
	background-color: #d82978;
	margin: 0;
	padding: .25em .5em;
	top: 0;
	left: 0;
	right: auto;
	font-weight: normal;
	min-width: auto;
	min-height: auto;
	line-height: 2em;
	border-radius: 0;
}

.woocommerce span.onsale{
	font-size: 1em;
}

.woocommerce ul.products li.product .onsale{
	font-size: .857em;
}

.woocommerce div.product form.cart .variations select{
	display: block;
	width: 100%;
}

.woocommerce .products .star-rating{
	margin: .5em auto .5em;
}

.woocommerce .product-addtocart-wrap a.button,
.woocommerce .product-addtocart-wrap a.button:hover,
.woocommerce .product-addtocart-wrap a.added_to_cart,
.woocommerce .product-addtocart-wrap a.added_to_cart:hover{
	background: transparent;
	color: #d82978;
	padding: 0;
	margin: 0 0 1em 0;
}

.woocommerce .product-addtocart-wrap .add_to_cart_button,
.woocommerce .product-addtocart-wrap a.added_to_cart{
	position: relative;
}

.woocommerce .product-addtocart-wrap .product_type_simple.add_to_cart_button,
.woocommerce .product-addtocart-wrap .product_type_simple.add_to_cart_button:hover{
	padding-left: 1.25em;
}

.woocommerce .product-addtocart-wrap .button.product_type_variable,
.woocommerce .product-addtocart-wrap .button.product_type_variable:hover{
	padding-right: 1em;
}

.woocommerce .product-addtocart-wrap .product_type_simple.add_to_cart_button:before,
.woocommerce .product-addtocart-wrap .product_type_simple.add_to_cart_button:hover:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'dashicons';
	content: "\f174";
	display: block !important;
}

.woocommerce .product-addtocart-wrap .button.product_type_variable:before,
.woocommerce .product-addtocart-wrap .button.product_type_variable:hover:before{
	position: absolute;
	top: .05em;
	right: 0;
	font-family: 'dashicons';
	content: "\f345";
	display: block !important;
}

.woocommerce .product-addtocart-wrap a.added_to_cart,
.woocommerce .product-addtocart-wrap a.added_to_cart:hover{
	padding-left: 1.25em;
	margin-top: 1em;
	font-weight: 600;
}

.woocommerce .product-addtocart-wrap a.added_to_cart:before{
	position: absolute;
	top: .05em;
	left: 0;
	font-family: 'dashicons';
	font-weight: normal;
	content: "\f177";
}

/*.woocommerce .product-addtocart-wrap .product_type_simple.add_to_cart_button:hover:before,
.woocommerce .product-addtocart-wrap .product_type_variable.add_to_cart_button:hover:before{
	display: none;
}*/

.woocommerce ul.products li.product .button.add_to_cart_button.added{
	display: none;
}

.woocommerce-error{
	border-color: #b81c23;
}

.woocommerce-info,
.woocommerce-message{
	border-color: #d82978;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-width: 1px;
	border-color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	bottom: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-bottom-right-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	border-bottom-left-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: .5rem 1rem .25rem;
	border-width: 1px;
	border-bottom-width: 0;
	background: #fbfbfb;
	border-color: #f1f1f1;
	margin-left: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	border-color: inherit;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	padding: 0 20px;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border-width: 0;
}

.woocommerce table.shop_attributes td{
	padding: 0.3em;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td{
	background: transparent;
}

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th{
	border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #d82978;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 1.2em;
	height: 1.2em;
	top: -.45em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: rgba(0,0,0,.1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: .3em;
}

#top-footer ul.product_list_widget:after{
	content: "";
	display: table;
}

#top-footer ul.product_list_widget:after{
	clear: both;
}


#top-footer ul.product_list_widget li{
	float: left;
	width: 16.666666%;
	margin-bottom: 10px;
}

#top-footer ul.product_list_widget li:nth-child(6n+1){
	clear: both;
}

#top-footer ul.product_list_widget li img{
	float: left;
	width: 48px;
	margin-right: 10px;
}

.woocommerce ins{
	background: transparent;
}

.woocommerce div.product form.cart div.quantity{
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart div.quantity input[type="button"]{
	background-color: #fbfbfb;
	border: 1px solid #f1f1f1;
	color: inherit;
	font-weight: 700;
}

.woocommerce div.product form.cart .button{
	float: none;
	/* width: 100%; */
	/* margin-top: 1em; */
	/* float: right; */
	position: relative;
	/* top: -52px; */
	left: 7px;
	min-height: 42px;
	font-size: 15px;
	background: none;
	border: solid 2px #454052;
	border-radius: 50px;
	color: #454052;
	font-weight: 500;
}
.woocommerce div.product form.cart .button:hover {
    background: #454052;
    color: #fae61b;
}

section.up-sells.products,
section.related.products{
	clear: both;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	position: relative;
	display: block;
	padding: .25em 0 .5em;
	color: inherit;
	font-weight: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: inherit;
}


.form-row {
	display:grid;
}

h5#uyeGirisiLabel {
    text-transform: none;
}

.page-header {
    /* margin-bottom: 20px; */
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    color: #ffe610;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #ffe610;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    padding: 12px;
}

input#uye-form-input {
    width: calc(100% - 40px);
    margin-bottom: 7px;
}

button.wpcf7-form-control.wpcf7-submit.gonder-butonu {
    float: right;
    /* margin-right: 12px; */
    border: none;
    height: 38px;
    background: #454052;
    color: #f6dd13;
    font-size: 15px;
    font-weight: 800;
    padding: 0px 19px;
}
input#uye-form-input-pass {
    margin-bottom: 15px;
}
.woocommerce-privacy-policy-text p {
    line-height: 16px;
    font-weight: 400;
}

.woocommerce-privacy-policy-text p a {
    color: #454052;
    padding: 5px;
    font-weight:800;
}
.woocommerce-privacy-policy-text p a:hover {
    color: #ffffff;
    padding: 5px;
    font-weight:800;
    background:#454052;
}

.yeni-mesaj-var {
    /* float:left; */
    background: #d9534f;
    padding: 2px;
    border-radius: 24px;
    width: 27px;
    height: 27px;
    position: absolute;
    /* margin-right: -6px; */
    right: 12px;
    color: white;
    text-align: center;
}

.yeni-mesaj-var i {
  animation: blinker 1.6s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.wcfa-single-attachment-container {
    position: relative;
}

.form-kutusu span.password-input::before {
    display: none;
}


.nav.nav-tabs {
    position: relative;
    top: 16px;
    margin-top: -14px;
}
.tab-content > .active {
    display: contents;
    color: black;
}
.popup-form {
    margin: 0 10px;
}


.woocommerce-form-row.form-row > button {
  color: #ffe610;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  color: #ffe610;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
    color: #ffe610;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    color: #ffe610;
}

.border-yellow {
    border: solid 2px #0080006e;
    background: #f5fff5;
}

.border-red {
    border: solid 2px #d4131680;
    background: #f7f1f1;
}


span.onaylandi-yazisi {
    padding: 5px;
    background: #8ec58e;
    color: white;
    margin-left: 0px;
    position: relative;
    /* right: 0px; */
    /* width: 100%; */
    top: 2px;
    font-size: 22px;
}

span.reddedildi-yazisi {
    padding: 5px;
    background: #e68687;
    color: white;
    margin-left: 0px;
    position: relative;
    /* right: 50%; */
    /* width: 100%; */
    top: 2px;
    font-size: 22px;
}

span.bekliyor-yazisi {
    padding: 5px;
    background: #e6df58;
    color: white;
    margin-left: 0px;
    position: relative;
    /* right: 0px; */
    /* width: 100%; */
    top: 2px;
    font-size: 22px;
}

input[type="reset"], input[type="submit"], input[type="submit"], input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover .nav-links a:hover, .btn-theme-primary, .btn-theme-primary-outline:hover, .section-testimonials .card-theme-primary, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .pirate-forms-submit-button, .pirate-forms-submit-button:hover, input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover, .nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
    background: #454052;
    color: #ffe610;
    height: 38px;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0;
    
}

button.wcfa-save-button.btn.btn-default {
    width: 100%;
    background: #4b4654;
    color: #ffe610;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
    display: inline-block;
}

.woocommerce table.my_account_orders .button {
    /* white-space: nowrap; */
    /* margin-right: 5px; */
    line-height: 23px;
    width: 100%;
    text-align: center;
    padding: 6px 1px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: none;
    color: #454052;
    letter-spacing: -1px;
    font-size: 15px;
    height: auto;
    font-weight: 500;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    background: #f8f9f9;
    font-size: 14px;
}
ul.mobil-yan-menu-ul {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(auto-fill,minmax(155px,1fr));
    margin-bottom: 20px;
}

.woocommerce table.shop_table {
	border:none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f2bd";
    font-family: FontAwesome!important;
    margin-right:5px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f290";
    font-family: FontAwesome!important;
     margin-right:5px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019";
    font-family: FontAwesome!important;
     margin-right:5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f2b9";
    font-family: FontAwesome!important;
     margin-right:5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f044";
    font-family: FontAwesome!important;
     margin-right:5px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b";
    font-family: FontAwesome!important;
     margin-right:5px;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
   
    background: #454052;
}


li.wc_payment_method.payment_method_bacs {
    background: none;
    color: #454052;
    border: none;
}

li.wc_payment_method.payment_method_paytrcheckout {
    background: none;
    color: #454052;
    border: none;
}

input#rememberme {
    display: inline;
}

textarea#order_comments {
    background: #efeeee;
    padding-left: 8px;
}



.meta-list-icon {
    float: left;
    margin-right: 11px;
}

ul#lightgallerytotal {
    /* display: flex; */
    /* grid-gap: 5px; */
    list-style: none;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(auto-fill,minmax(183px,1fr));
}
ul#lightgallerytotal li {
    border: solid 6px #bbbbbb33;
    position: relative;
    top: 0px;
    transition: all 0.2s linear;
	margin: 0px;
}

ul#lightgallerytotal li:hover {
    border: solid 6px #88848433;
    position: relative;
    top: -5px;
    transition: all 0.2s linear
}
ul#lightgallerytotal li a img {
    min-height: 182px;
}

.demo-gallery-poster {
    display: none;
}


p.price.urunHizmetFiyat span span {font-size: 30px;font-weight: 900;color: #454052;letter-spacing: -2px;font-family: "Open Sans", sans-serif;}
p.price.urunHizmetFiyat span {
    font-size: 30px;
    font-weight: 900;
    color: #454052;
    letter-spacing: -2px;
    font-family: "Open Sans", sans-serif;
}
h1.product_title.entry-title {color: #454052;font-weight: 500;letter-spacing: 0px;}

.tasarim-alt-gorseller {
	height: 161px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.kayit-tarihi {
    font-size: 13px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

span.moadal-uye-adi {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
}


li.siparis-detay-file-list {
    display: grid;
    grid-gap: 26px;
    grid-template-columns: repeat(auto-fill, minmax(183px, 1fr) );
}

.tasarimDosyaBox {
    background: #363636;
    border-radius: 6px;
    height: 88px;
    /* padding: 13px; */
    position: relative;
    transition: all 0.1s linear;
    transform: scale(1);
}

.tasarimDosyaBox img {
    position: relative;
    left: -12px;
    float: left;
    top: 22px;
    transition: left 0.1s linear;
}

.tasarimDosyaBox p {
    color: #ffffff;
    line-height: 18px;
    font-size: 15px;
    text-align: left;
    /* float: left; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
min-width: 120px;}

.tasarimlar-baslik {
    margin-bottom: 37px;
}

.tasarimDosyaBox:hover img {
    position: absolute;
    left: 7px;
    transition: left 0.1s linear;
}

.tasarimDosyaBox:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.1s linear;
}

li.siparis-detay-file-list img {
    height: 43px;
}

li.siparis-detay-file-list a {
    color: red;
}


.popup-login-not {
  font-weight: 400;
}

.woo-allert-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  top: 50px;
}


/* SIPARIS FORMU STYLE */
@media screen and (max-width: 768px) {
	.super-shortcode.super-field.super-checkbox.super-ungrouped.display-horizontal.form-hizmet-secimleri .super-field-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) );
}
}
@media screen and (min-width: 769px) {
	.super-shortcode.super-field.super-checkbox.super-ungrouped.display-horizontal.form-hizmet-secimleri .super-field-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(217px, 1fr) );
}
}

.super-field-size-large .super-checkbox .super-field-wrapper > .super-item, .super-field-size-large .super-radio .super-field-wrapper > .super-item {
    padding: 0px;
    height: initial;
    line-height: initial;
}
.super-checkbox .super-item.super-has-image.super-active .image:before, .super-radio .super-item.super-has-image.super-active .image:before {
    color: white;
    z-index: 2;
    font-size: 35px;
    /* top: -11px; */
    /* right: -12px; */
    left: inherit;
    width: auto;
    height: auto;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #28a745;
    border-radius: 50px;
    /* padding: 2px; */
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
ul.social-icons li i {
    font-family: 'FontAwesome';
}

.arsivYaziSayisi {
    float: right;
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #454052;
    border-radius: 8px;
    padding: 10px;
}

.arsivYaziSayisiAlt {
    font-size: 10px;
    margin-top: -10px;
    font-weight: 100;
}

a.added_to_cart.wc-forward {
    /* background: #454052; */
    padding: 0px;
    border-radius: 3px;
    color: #ffe610;
    /* font-weight: 800; */
    /* margin-left: 13px; */
    background: none;
    /* border: solid 2px #454052; */
    border-radius: 50px;
    color: #454052;
    font-weight: 500;
    /* font-size: 15px; */
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-size: 17px;
    color: #454052;
    font-weight: 900;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    background: #f8f9f9;
    border-left: solid 3px #ddc81c;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number:hover {
    background: #454052;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number:hover a {
    color: #ffe610;
}

.popupUyeMenu {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr) );
}

.popupUyeMenu li:hover {
    background: #e6e6e6;
}

.popupUyeMenu li:hover a {
    position: relative;
    bottom: -5px;
    transition: all 0.15s linear;
}

.popupUyeMenu li:hover img {
    position: relative;
    top: -5px;
    transition: all 0.2s linear;
}

.popupUyeMenu li img {
    position: relative;
    top: 0px;
    transition: all 0.15s linear;
}

.popupUyeMenu {}

.popupUyeMenu li a {
    position: relative;
    bottom: 0px;
    transition: all 0.15s linear;
}

.popupUyeMenu li {
    border-radius: 8px;
}

.popupUyeMenu li {
    background: #f4f4f4;
    list-style: none;
    padding: 17px;
    /* padding-left: 44px; */
    /* border-radius: 16px; */
    /* height: 47px; */
    color: red;
    text-align-last: center;
}

.popupUyeMenu li a {
    color: #717171;
}

.proje-meta h1 {
    line-height: 44px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-left: -3px;
    margin-top: 23px;
    margin-bottom: 30px;
}

/* Search Style */ 

	
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0d0c0ee3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999999999999;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
/* background: red; */}

#search .close:hover{
  color: #ffca05;
  cursor: pointer;
}
input#s::placeholder {
  color: #fae112;
  background:none;
  font-size:30px
}

input#s {
  background:none;
  font-size: 30px;
  color: white;
  /* border: none; */
  outline: none;
  box-shadow: none;
}

a#fullsearch i {
    color: white;
    font-size: 19px;
    position: relative;
    /* top: 5px; */
    /* margin-right: 8px; */
    line-height: 19px;
    text-align: center;
    width: 25px;
    transition: all 0.05s linear;
}

.langflag:hover {
    /* font-size: 24px; */
    transition: all 0.05s linear;
    /* color: #2a2a35; */
}
a.langflag.uyeGirisButon i:hover {
    /* font-size: 24px; */
    font-size: 19px;
    transition: all 0.02s linear;
    color: #ffca05;
    line-height: 19px;
}
a#fullsearch i:hover {
    font-size: 21px;
    transition: all 0.05s linear;
    line-height: 19px;
}

a#fullsearch i:hover {
    color: #ffca05;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000082;
}

/* Temiz Mobil & Pc Responsiv */
/*burasi mobil codlari*/
@media screen and (max-width: 768px) {
	input#searchsubmit {
    background: none;
    box-shadow: none;
    font-size: 21px;
    height: 56px;
    border: solid;
    margin-left: 12px;
    float: right;
    margin-top: 13px;
    /* width: 95%; */
    margin-right: 10px;
}
	.fullSearchInput {
    position: absolute;
    top: 20%;
    /* left: calc(50% - 252px); */
}
	#countdown li span {
    height: 63px;
    position: relative;
    left: 0px;
    line-height: 47px;
}

}

/*burasi pc kodlari*/
@media screen and (min-width: 769px) {	
	.fullSearchInput {
    position: absolute;
    top: 20%;
    left: calc(50% - 252px);
}	
	input#searchsubmit {
    background: none;
    box-shadow: none;
    font-size: 21px;
    height: 56px;
    border: solid;
    margin-left: 12px;
    border-radius: 50px;
}
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.katilimciSayisiAlani {
    /* float: right; */
    position: absolute;
    top: 0px;
    height: 60px;
    right: 18px;
}

.katilimciSayisi {
    float: left;
    line-height: 72px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #454052;
    letter-spacing: 0px;
    font-style: italic;
}

.katilimciSayisiIcon {
    float: right;
    padding: 10px;
    font-size: 24px;
    color: #454052;
}
.katilimcisayiusttext {
    font-size: 10px;
    line-height: 5;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -28px;
    top: -5px;
    font-weight: 300;
}
.benzerTasarimlar li {
    /* background: red; */
    margin-bottom: 2px;
    list-style: none;
    padding: 8px;
    position: relative;
    padding-left: 111px;
    transition: all 0.1s linear;
    height: 66px;
    line-height: 17px;
}

.benzerYaziResim {
    width: 99px;
    height: 62px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    transition: all 0.1s linear;
}

.benzerYaziBaslik {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.5px;
}

.benzerTasarimlar li:hover .benzerYaziResim {
    width: 83px;
}

.benzerTasarimlar li:hover {
    /* padding-left: 91px; */
    /* transition: all 0.1s linear; */
}

.benzerYaziBaslik {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.etiket {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.etiket li {
  float: left; 
}

.etiket {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0px 20px 0px 23px;
  position: relative;
  margin: 0 6px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.etiket:hover a {
    color: #ffe610;
}

.etiket:hover::after {
   border-left: 16px solid #454052; 
}

.etiket::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 19px;
}
li.etiket:hover::after {border-left: 16px solid #454052;}

.etiket::after {
  background: #fff;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #eee;
  border-top: 23px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.etiket:hover {
  background-color: #454052;
  color: #ffe610;
}

.etiket:hover::after {
   border-left-color: crimson; 
}


/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: "Open Sans", sans-serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}


input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  }

.fiyatKurDegistir {
    display: flex;
    grid-gap: 6px;
    margin-bottom: 20px;
}

.fiyatKurDegistir li {
    list-style: none;
    background: #f1f1f1;
    padding: 5px 16px;
    border-radius: 46px;
}

label[for='alg_currency_TRY']::after {
    content: "Lira";
    color: #454052; 
	visibility:hidden;
	position:absolute;
}
label[for='alg_currency_USD']::after {
    content: "Dolar";
    color: #454052; 
	visibility:hidden;
	position:absolute;
}
label[for='alg_currency_EUR']::after {
    content: "Euro";
    color: #454052; 
	visibility:hidden;
	position:absolute;
}

label[for='alg_currency_TRY'], label[for='alg_currency_USD'], label[for='alg_currency_EUR'] {
    background: #f1f1f1;
    padding: 7px 15px;
    border-radius: 30px;
    transition: all 0.1s linear;
}

label[for='alg_currency_TRY']::before {
    font-family: "Font Awesome 5 Free";
    content: "\f195";
    display: inline-block;
    /* vertical-align: middle; */
    font-weight: 900;
	margin: 0px;
}
label[for='alg_currency_USD']::before {
    font-family: "Font Awesome 5 Free";
    content: "\f155";
    display: inline-block;
    /* vertical-align: middle; */
    font-weight: 900;
	margin: 0px;
}
label[for='alg_currency_EUR']::before {
    font-family: "Font Awesome 5 Free";
    content: "\f153";
    display: inline-block;
   /* vertical-align: middle; */
    font-weight: 900;
	margin: 0px;
}

label[for='alg_currency_TRY']:hover::before, label[for='alg_currency_USD']:hover::before, label[for='alg_currency_EUR']:hover::before {
    color: #fae61b;
}

label[for='alg_currency_USD']:hover::after, label[for='alg_currency_EUR']:hover::after {
    color: #454052;
    top: -29px;
    width: 45px;
    left: -5px;
    background: white;
    visibility: initial;
    text-align: center;
}
label[for='alg_currency_TRY']:hover::after {
    color: #454052;
    top: -29px;
    width: 75px;
    left: -18px;
    background: white;
    visibility: initial;
    text-align: center;
}

label[for='alg_currency_TRY']:hover,  label[for='alg_currency_USD']:hover, label[for='alg_currency_EUR']:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.1s linear;
    background: #454052;
}


form#alg_currency_selector {
    display: flex;
    grid-gap:3px;
    margin-top: 9px;
    float: right;
}

.urunFiyat {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    /* align-items: center; */
    align-content: center;
    flex-wrap: nowrap;
    padding: 10px;
    border: solid 1px #ededed;
    border-radius: 15px;
    transition: all 0.1s linear;
    transform: scale(1);
}

.urunFiyat li {
    list-style: none;
}
.urunFiyat:hover {
    transform: scale(1.05);
    transition: all 0.1s linear;
}

p.urunHizmetFiyat {
    margin: 0px;
    padding: 0px;
    margin-left: 9px;
}

@media (max-width: 767px) {
.elementor-section .elementor-container {
    padding: 0 0px !important;
}
	div#review_form_wrapper {
    margin-left: 0px;
}
	.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px 0px !important;
    
}
}
@media (min-width: 767px) {
.site-topbar {
    padding-right: 0px;
}
	span1.btn-open {
    display: none;
}
	ul.zanartUstMenu.mobilde-gizle {
    display: flex;
}
}

.gradient-border {
  --borderWidth: 3px;
  background: #ffffff;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

zanartUstMenu > ul > li > a {
    color: red;
}

ul.zanartUstMenu.mobilde-gizle a {
    color: #cfcfcf;
    list-style: none;
    line-height: 50px;
    transition: all 0.2s linear;
    height: 78px;
    /* letter-spacing: -0.5px; */
    padding: 16px 11px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: -0.2px;
}
ul.zanartUstMenu.mobilde-gizle li:hover {
    background: #202020;
}
ul.zanartUstMenu.mobilde-gizle a:hover {
    color: #ffffff;
    transition: all 0.2s linear;
}
ul.zanartUstMenu.mobilde-gizle {
    justify-content: flex-end;
    margin-right: 42px;
    margin-bottom: 0px;
    border-right: solid 1px #3c3c3c;
    /* padding-right: 7px; */
}

ul.zanartUstMenu.mobilde-gizle li {
    /* padding: 15px; */
    list-style: none;
    margin: 0px;
    position: relative;
}

li.current-menu-item {
    background: #000000!important;
    color: black;
}

li.menuHomeButton {
    background: none!important;
}

li.menuHomeButton a {
    color: #979797 !important;
}

li.menuHomeButton:hover a {
    color: white !important;
}

li.menuHomeButton:hover {
    background: #202020 !important;
}

li.current-menu-item a {
    color: #919191!important;
    font-weight: 500!important;
}

ul.zanartUstMenu.mobilde-gizle li:hover ul.sub-menu {
    display: block;
    position: absolute;
    width: max-content;
    border-radius: 0px 0px 11px 10px !important;
    overflow: hidden;
    padding: 0px;
}

a.langflag.uyeGirisButon i {
    transition: all 0.1s linear;
}
div.ht-product-inner {
    border-radius: 12px;
    position: relative;
    top: 0px;
    transition: all 0.02s linear;
}

.wlshop-grid-area.ht-product.product.mb-30.wl-col-4.ht-product-action-bottom.ht-product-countdown-fill {
    overflow: inherit;
}

div.ht-product-inner:hover {
    position: relative;
    top: -12px;
    transition: all 0.01s linear;
}
a.custom-logo-link.no-t-logo img {
    width: 85px;
    margin-top: -6px;
}

.detayFiyat {
    border: solid 1px #edecec;
    padding: 10px;
    border-radius: 15px;
}

.detayFiyat {list-style: none;display: flex;justify-content: space-between;}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: block !important;
   }

div#elementor-lightbox-slideshow-single-img {
    visibility: hidden;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 120px;
    box-shadow: none;
}

span.moadal-uye-adi {
    display: block !important;
}
h2.woocommerce-order-details__title {
    display: none;
}

.yeniMesajVar {
    border: solid orange;
}

.mesajVarBasBelasi {/* background: red; */position: absolute;/* font-size: 10px; *//* border-radius: 10px; *//* padding: 3px; *//* left: -7px; *//* top: 26px; */}
.bell{
  display:block;
  width: 30px;
  height: 30px;
  font-size: 19px;
  margin: 4px auto 0;
  color: #ffca05;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
background: #262626;border-radius: 89px;position: absolute;left: 4px;padding-top: 4px;}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.mesajVarBasBelasiListe {position: relative;background: red;}

.mesajVarBasBelasiListe span.bell {left: -25px;position: absolute;;transform: scale(1.5);width: 25px;height: 23.5px;top: -7.85px;}

.mesajVarBasBelasiListe span.bell::before {font-size: 13px;padding-left: 4px;position: relative;top: 0px;}
.orderListDesignTitle {/* background: red; */min-width: 109px;text-align: left;margin-bottom: 7px;}
.wcfa-status-text {text-align: left;float: left;}

.ordersNewMessage {background: #262626;/* display: block; */padding: 3px 1px;/* position: relative; */left: -10px;padding-left: 10px;/* color: #ffca05; *//* font-size: 14px; *//* border-radius: 0px 9px 8px 0px; */border-right: solid 27px #ffca05;}

.uyePopupMesaj {background: black;line-height: 18px;margin-top: 11px;padding: 14px;border-radius: 9px;color: #ffca05;font-weight: 500;font-size: 14px;}
.orderListBekliyor {background: #ffca0569;}

.orderListOnay {background: #0080005e;}

.orderListRed {background: #ff000047;}

.orderListDesignBox {margin-bottom: 3px;padding: 6px 4px;line-height: 13px;cursor: pointer;transform: scale(1);
    transition: all 0.1s linear;display: -webkit-box;}
.orderListDesignBox:hover {transform: scale(1.15);transition: all 0.1s linear;}


.orderListDesignBox span.wcfa-text-title {font-weight: 900 !important;}
.ordersNewMessage::before {font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f086";position: absolute;right: -20px;/* left: 0px; */top: 33%;color: black;}

.ordersNewMessage {position: relative;left: 0px;}

.orderBoxes {display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(277px, 1fr) );/* padding: 10px; *//* background: gray; */}

.orderListBox li {list-style: none;}

.orderListBox ul {padding: 0px;}

.orderListBox {padding: 18px;background: #f6f7f7;}

.modalYeniMesajUyarisi {position: absolute;width: 100%;color: black;background: #ffca05;padding: 10px;border-radius: 6px;font-size: 18px;line-height: 20px;/* font-weight: 600; */}

.modalYeniMesaj {position: absolute;left: -4px;bottom: -14px;width: 100%;border-radius: 10px;}
span.bell.fa.fa-bell p.mesajSayisi {color: white;font-size: 12px;}

.proje-meta {background: #efefef;border-radius: 6px;margin-top: 20px;padding-top: 17px;}
.projeSolSticky {position: sticky;top: 103px;}

.proje-meta h2 {padding: 0px 15px 15px 15px;/* margin: 0px; */border-bottom: solid #dbdbdb 1px;}
.aioseo-breadcrumbs {padding: 0px 15px;/* border-bottom: solid 1px; */padding-top: 13px;}
.proje-meta ul {
    padding: 15px;
    list-style: none;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(127px, 1fr) );
    justify-content: space-between;
    margin: 0px;
    }

.proje-meta ul li {text-align: center;background: white;padding: 9px 10px;border-radius: 5px;margin: 0px;}

.projeSolAciklamasi {padding: 0px 15px 15px 15px;}
.projeSolAciklamasi h3 {/* margin-bottom: 6px; */margin-top: 17px;font-family: 'Open Sans';font-weight: 300;letter-spacing: -0.6px;padding-left: 61px;}
.projeSolAciklamasi i {
    font-size: 50px;
    float: left;
    /* margin-right: 14px; */
    /* height: max-content; */
    /* display: block; */
    /* background: #dddddd; */
    /* line-height: inherit; */
    top: -16px;
    position: relative;
    padding: 8px;
    /* color: #efefef; */
}
.proje-etiketleri {/* padding: 15px; */display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) );
    justify-content: space-between;list-style: none;position: relative;}

.proje-etiketleri span {position: absolute;
    z-index: 2;
    top: -30px;
    left: 1px;
    border-bottom: dotted 2px #efefef;
    width: 100%;
    padding-bottom: 2px;
    color: #262626;
    font-size: 16px;
    font-style: italic;}

.proje-etiketleri li {}

.proje-etiketleri li {background: #efefef;/* padding: 10px; */border-radius: 6px;display: flex;position: relative;
    top: 0px;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);}

.proje-etiketleri li a {padding: 10px;height: auto;width: 100%;cursor: pointer;}

.proje-etiketleri li:hover {position: relative;
    top: -5px;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);background: #e1dfdf;}

.proje-etiketleri li a:hover {color: #000000;}

/* TASARIM GRID YAPI BOX */


.tasarimGridBox {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 6px;
	overflow: hidden;
	transform: scale(1);
	transition: all 0.1s linear;
	}

.tasarimGridBox:hover {
    transform: scale(1.02);
    transition: all 0.4s linear;
    cursor: pointer;
    color: white;
}

.tasarimGridBox:hover div.metaAciklama > h2 a {
    color: white;
}

.metaAltYarim li {
    list-style: none;
}

.metaAciklama {
    padding: 1rem;
    position: relative;
    min-height: 240px;
}

.metaAltYarim {
    display: flex;
    justify-content: space-between;
    border-top: solid 2px #e1e1e1;
    padding-top: 15px;
    position: absolute;
    bottom: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 91%;
    padding: 1rem 0rem;
}

.tasarimGridBox img {
    height: 100%;
    width: 100%;
}

.listResimDiv {
    max-height: 200px;
    overflow: hidden;
}

.tasarimGridBox:hover div.listResimDiv img {transform: scale(1.25);transition: all 0.1s linear;}

.listResimDiv img {
    height: 110%;
    width: 110%;
    transform: scale(1.5);
    transform: scale(1);
    transition: all 0.05s linear;
}

.metaAltYarim li img {
    width: 25px;
}

.tasarimGridBox:hover img {
    /* height: 220px; */
    /* position: relative; */
}

.projeSolAciklamasi p a {color: #262626;font-weight: 700;border-bottom: solid #000000;padding-bottom: 1px;}
a.webSiteLinkButonu {background: #262626;padding: 10px;text-align: center;color: white;border-radius: 20px;}

.fomr-satiriYarim {
    margin-bottom: 14px;
    width: 49%;
    display: inline-block;
}


.flexElli {
    display: flex;
    justify-content: space-between;
}

.form-kutusu.renksecim-grid {display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr) );}

.form-kutusu.renksecim-grid div {/* display: contents; */position: relative;max-height: 30px;background-size: cover;
    background-position: center;
    
    }

span.checkboxnewRenk > span > label > span {background: none !important;height: 50px !important;padding: 0px !important;line-height: 47px;}

.znrt-iletisim p {
    /* display: none; */
}

input#gonderButonu {
    width: 50%;
    background: #26bf2b;
    color: #141414;
    font-size: 17px;
    line-height: 0px;
    border-radius: 38px;
    padding: 33px 0px;
    margin: 0 auto;
    display:block;
}

.rubber-list {
    column-count: 1;
    column-gap: 1em;
}
@media only screen and (min-width: 320px) {
    .rubber-list {
        column-count: 2;
    }
}
@media only screen and (min-width: 480px) {
    .rubber-list {
        column-count: 3;
    }
}
@media only screen and (min-width: 568px) {
    .rubber-list {
        column-count: 4;
    }
}
@media only screen and (min-width: 600px) {
    .rubber-list {
        column-count: 5;
    }
}
@media only screen and (min-width: 768px) {
    .rubber-list {
        column-count: 6;
    }
}
@media only screen and (min-width: 1024px) {
    .rubber-list {
        column-count: 7;
    }
}

.homeSlideButonlar {
    display: flex;
    flex-direction: row;
    margin: auto;
    /* width: min-content; */
    /* flex-wrap: nowrap; */
    align-content: stretch;
    justify-content: center;
    grid-gap: 13px;
}

.homeSlideButonlar div {
    /* margin-right: 20px; */
}

.bolumAciklamasi {
    margin-bottom: 3px;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
    color: #f3f3f3;
}

.bottomLine {
    height: 1px;
    width: 100%;
    background: #b3b3b3;
    margin-top: 10px;
    margin-bottom: 28px;
}

div#pum-11217 {
    background: #1e1e1ee0 !important;
}

button.pum-close.popmake-close {
    top: -38px !important;
    background: #f11717 !important;
    border-radius: 27px !important;
}
div#popmake-11217 {
    top: 48px !important;
}

.addtoany_shortcode {
    text-align: center;
}

.proje-baslik div span a {
    color: #444444;
}

button.button a {
    width: 100%;
    height: 40px;
    display: flow-root;
    line-height: 40px;
}

.homeSlideButonlar button a {
    color: black;
}

h1.product-slider__title a {
    color: white;
    line-height: 45px;
}

h1.product-slider__title a:hover {
    color: #adadad;
}

.oncekiPostLogo img {
    height: 38px;
}

.sonrakiPostLogo img {
    height: 38px;
}

.oncekiPost:hover div.oncekiPostLogo {
    display: block;
}

form#commentform {display: block;padding-bottom: 100px;}

.kksr-legend {
    display: block;
    padding-top: 5px;
}

.kk-star-ratings.kksr-template.kksr-disabled {
    /* border-bottom: solid; */
    margin-bottom: 20px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 86%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: relative;
    top: 24%;
    width: 100%;
    color: rgb(0 0 0);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    /* text-align: left; */
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    /* background-color: #428bca; */
    /* border-color: #357ebd; */
    opacity: 1;
    padding: 10px 17px;
    font-size: 40px;
}


button#searchButonumuz {
    position: fixed;
    top: calc(55% - 0px);
    width: 150px;
    left: calc(50% - 75px);
    background: none;
    border: none;
    color: #646060;
    font-size: 49px;
    outline: none;
    display: block;
    transform: scale(1);
    transition: all 0.1s linear;
}

.asl_w_container.asl_w_container_1 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.popupMenu {
    position: absolute;
    /* top: 44%; */
    left: 50%;
    transform: translate(-50%, 0%);
}

.yeniArsivListeleme div.alm-reveal, ul.popupNewMenu {
  max-width: 1200px;
  margin: 0 auto;
  /* display: grid; */
  grid-gap: 0.6rem;
  list-style: none;
  /* background: red; */
  padding: 0px;
}
ul.popupNewMenu li {
    background: #e7e6e6;
    /* padding: 7px; */
    border-radius: 8px;
    text-align: center;
    position:relative;
    min-height: 51px;
}
ul.popupNewMenu li a {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Open Sans", sans-serif;
    color: black;
}

ul.popupNewMenu li:hover {
    background: black;
    color: white;
    border: solid 2px white;
}

ul.popupNewMenu li:hover a {
    color: white;
}

/* Screen larger than 600px? 2 column */
@media (max-width: 900px) {
  .yeniArsivListeleme div.alm-reveal, ul.popupNewMenu {/* grid-template-columns: repeat(1, 1fr); */grid-gap: 0px;}
	.popupMenu {
		width:90%;
		bottom: 3%;
		z-index: 9999999999999!important;
	}
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .yeniArsivListeleme div.alm-reveal, ul.popupNewMenu {grid-template-columns: repeat(3, 1fr);display: none;}
	.popupMenu {
		width:450px;
		top:42% !important;
	}
}


/* iletisim formu kabul radio buton stilleri */
span.wpcf7-form-control.wpcf7-radio.sartKabul span label input {
    display: inline;
    color: red;
    background: red;
}

nav.rank-math-breadcrumb p a:first-child {
    color: transparent;
    position: relative;
    width: 30px !important;
    display: inline-flex;
}
nav.rank-math-breadcrumb p a:first-child:before {
	content: '\f015';
	color: #fff;
	position: relative;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: #fff;
	font-size: 18px;
}

span.separator a {
    color: white !important;
}

nav.rank-math-breadcrumb p a {
    color: white;
}

nav.rank-math-breadcrumb p a>  span.last {
    color: red !important;
}

span.last {
    color: #999999;
}

nav.rank-math-breadcrumb p {
    margin: 0px !important;
}

.alm-listing.alm-ajax.yeniArsivListesi div.alm-reveal {display: grid;grid-gap: 34px;grid-template-columns: repeat(auto-fill, minmax(341px, 1fr) );}

p#breadcrumbs a {
    font-size: 13px;
    color: white;
}

p#breadcrumbs > span > span {
    /* font-size: 13px; */
    /* color: #18e500; */
    /* line-height: inherit; */
    /* display: table-cell; */
    /* position: inherit; */
    top: -7px;
}

p#breadcrumbs {margin: 0px;lie: 13px!important;}

span.breadcrumb_last {
    font-size: 13px;
    color: #18e500;
    line-height: inherit;
    display: block;
    position: inherit;
    top: -29px;
}

.prevPostResim {
    width: 63px;
    float: right;
    position: absolute;
    right: -82px;
    top: -11px;
    overflow: hidden;
    border-radius: 50px;
}

div#popmake-11217 {
    margin-top: 10%;
}

.alm-listing.alm-ajax.yeniArsivListesi {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 576px) {
    .alm-listing.alm-ajax.yeniArsivListesi {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
}