/*!
Theme Name: Tasarlab
Theme URI: http://underscores.me/
Author: Tasarlab
Author URI: https://tasarlab.com/
Description: Creative Solutions for your Digital Marketing Problems
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tasarlab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500&display=swap");
/* my style */
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500&display=swap");

@font-face {
  font-display: swap;
}


.tasarlab-content-center {
  display: block;
  justify-content: center;
  align-items: center; }

.tasarlab-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.tasarlab-content-middle {
  display: flex;
  align-items: center; }

.headroom--pinned {
  display: block; }

.headroom--unpinned {
  display: none; }

.headroom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 1;
  will-change: transform;
  transition: transform 0.3s linear; }

.headroom--pinned {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.headroom--top {
  box-shadow: none;
  background: #fff;
  transition: 0.5s; }

.tasarlab_theme_header {
  padding: 20px 0 20px 0; }
  .tasarlab_theme_header .sf-menu {
    float: right;
    margin: 0; }
    .tasarlab_theme_header .sf-menu li {
      background: transparent;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.21px;
      line-height: 20px; }
      .tasarlab_theme_header .sf-menu li:hover {
        background: transparent; }
        .tasarlab_theme_header .sf-menu li:hover a {
          color: #ea6713; }
    .tasarlab_theme_header .sf-menu a {
      color: #212121; }
    .tasarlab_theme_header .sf-menu .sub-menu {
      background: #ffff; }
      .tasarlab_theme_header .sf-menu .sub-menu li a {
        color: #212121; }
        .tasarlab_theme_header .sf-menu .sub-menu li a:hover {
          color: #ea6713; }

.tasarlab-logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  .tasarlab-logo-img {
    width: 200px;
    height: 38px; }

.tasarlab-menu {
  list-style: none;
  display: flex;
  justify-content: space-around; }
  .tasarlab-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 20px;
    text-decoration: none; }
  .tasarlab-menu .menu-item-has-children {
    display: none; }

.mobile__menu {
  display: none;
  position: relative;
  right: 30px; }
  .mobile__menu-hamburger {
    display: block; }
    .mobile__menu-hamburger span {
      display: block;
      height: 2px;
      width: 30px;
      position: absolute;
      left: 50%;
      margin-left: -9px;
      top: 50%;
      margin-top: -1px;
      background: #000; }
    .mobile__menu-hamburger span::before, .mobile__menu-hamburger span::after {
      display: block;
      height: 2px;
      width: 30px;
      position: absolute;
      left: 30%;
      margin-left: -9px;
      top: 50%;
      margin-top: -1px;
      background: #000; }
    .mobile__menu-hamburger span::before {
      content: '';
      margin-top: -10px; }
    .mobile__menu-hamburger span::after {
      content: '';
      margin-top: 8px; }
  .mobile__menu .hamburger #closex {
    display: none; }

@media only screen and (max-width: 991px) {
  .mobile__menu {
    display: block; } }

.tfooter {
  position: relative; }
  .tfooter::before {
    background: #f8f3f3;
    position: absolute;
    content: '';
    height: 350px;
    width: 100%;
    bottom: 0; }
  .tfooter .sf-menu {
    float: right;
    margin: 0; }
    .tfooter .sf-menu li {
      background: transparent;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.21px;
      line-height: 20px; }
    .tfooter .sf-menu a {
      color: #212121; }
  .tfooter-cta {
    border-radius: 15px;
    background-color: #07038c;
    padding: 30px;
    display: flex;
    align-items: center; }
    .tfooter-cta-content {
      margin-left: 30px; }
      .tfooter-cta-content__text {
        color: #ffff;
        margin-bottom: 30px; }
    .tfooter-cta__img {
      text-align: center; }
      .tfooter-cta__img img {
        max-width: 100%; }
  .tfooter-layer {
    display: flex;
    justify-content: center;
    align-items: center; }
    .tfooter-layer-socials__item {
      display: inline-block;
      background: #464544;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      font-size: 22px !important;
      border-radius: 10px;
      font-size: 13px !important; }
      .tfooter-layer-socials__item a {
        color: #ffff; }
      .tfooter-layer-socials__item svg {
        top: 1px;
        left: 4px;
        position: relative; }
        .tfooter-layer-socials__item svg:hover {
          color: #ffff; }
  .tfooter-bottom {
    padding-bottom: 30px; }
    .tfooter-bottom__copyright, .tfooter-bottom__privacy {
      color: #bfbebd;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: -0.18px;
      line-height: 20px; }
      .tfooter-bottom__copyright p, .tfooter-bottom__privacy p {
        margin: 0;
        padding: 0; }
    .tfooter-bottom__privacy {
      display: flex;
      justify-content: center;
      align-items: center; }
      .tfooter-bottom__privacy a {
        padding-right: 10px;
        margin-right: 10px;
        color: #000000;
        border-right: 1px solid #bfbebd; }
        .tfooter-bottom__privacy a:last-child {
          border-right: 0; }
    .tfooter-bottom__lang {
      width: 122px;
      height: 45px;
      border-radius: 99px;
      background-color: #ffff;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tfooter-bottom__lang select {
        color:  #878684;
        border: 0; 
      }

.action-topbar {
  background: #444c4f !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px !important;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0; }
  .action-topbar__text {
    margin-right: 15px; }
    .action-topbar__text p {
      font-weight: 500;
      color: #fff;
      margin: 0; }
  .action-topbar__button a {
    font-weight: 600;
    border-radius: 3px;
    padding: 2px 8px;
    color: #F97923 !important;
    font-size: 16px; }
    .action-topbar__button a:hover {
      text-decoration: none; }
  .action-topbar__button .tmob-custom-arrow {
    border: solid #F97923 !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 3px !important; }
  .action-topbar__button .tmob-custom-right {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important; }
  .action-topbar__close a {
    cursor: pointer; }
  .action-topbar__close .close {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 9999; }
  .action-topbar__close .close:hover {
    opacity: 1; }
  .action-topbar__close .close:before, .action-topbar__close .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff !important; }
  .action-topbar__close .close:before {
    transform: rotate(45deg); }
  .action-topbar__close .close:after {
    transform: rotate(-45deg); }

@media only screen and (max-width: 576px) {
  .action-topbar {
    height: 70px !important;
    flex-direction: column; }
    .action-topbar__text {
      font-size: 14px;
      width: 85%;
      text-align: center;
      margin-bottom: 5px; }
    .action-topbar__button {
      display: flex;
      justify-content: center;
      align-items: center; }
      .action-topbar__button a {
        font-size: 14px; }
    .action-topbar__close .close {
      top: 25px !important; } }

.logos_section img {
  max-width: 60% !important;
  opacity: .7; }
  .logos_section img:hover {
    opacity: 1;
    cursor: pointer; }

.recent_posts_bg {
  background: url("../img/recent_posts_bg.png") no-repeat;
  background-size: 100% 54.7%; }

.blog_page_bg {
  background: url("../img/blog_bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -100px;
  z-index: -1; }

.job_application_page_bg {
  position: relative; }
  .job_application_page_bg::before {
    background: #f8f3f3;
    position: absolute;
    content: '';
    height: 353px;
    width: 100%;
    top: 0;
    z-index: -999; }

.job_application_page {
  position: relative;
  padding: 60px 135px;
  box-shadow: 0 6px 90px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 0;
  margin-top: 50px;
  margin-bottom: 100px; }
  .job_application_page::before {
    content: "";
    width: 333px;
    height: 215px;
    background-image: url("../img/shape_ja.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    top: 5px;
    z-index: -1; }
  .job_application_page h1 {
    margin-bottom: 40px; }
  .job_application_page button {
    border: none; }
  .job_application_page .form-check label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #bfbebd !important; }
    .job_application_page .form-check label span {
      text-decoration: underline;
      color: #878684 !important; }
  .job_application_page .form-group {
    margin-bottom: 20px; }
    .job_application_page .form-group label {
      color: #ea6713;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
    .job_application_page .form-group input, .job_application_page .form-group select {
      border: 0;
      border-bottom: 1px solid #e1e1e1; }

.project_page_bg {
  background: url("../img/blog_bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  padding: 150px 0 40px 0;
  margin-top: -100px; }

.single_page_bg {
  background: url("/wp-content/uploads/2020/06/Title_Bar.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  padding: 150px 0 40px 0;
  margin-top: -100px;
  margin-bottom: 50px; }

.single_page_bg-title {
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  margin-top: 15px; }

.single_page_bg-cat {
  color: #a1a1a1; }

.single_page_bg-dot {
  display: inline-block;
  position: relative;
  top: -4px;
  height: 4px;
  width: 4px;
  background-color: #bbb;
  border-radius: 50%; }

.single_page_bg-date {
  color: #464544; }

.single_page_bg-post_img {
  height: 520px;
  border-radius: 10px;
  margin-bottom: 40px; }

.single_page_bps_bg {
  padding-top: 100px;
  background: url("../img/recent_posts_bg.png") no-repeat;
  background-size: 100% 67.5%;
  z-index: -1; }

.tasarlab-section {
  padding: 90px 0; }

.container-fluid {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

.archive-post-item {
  margin-bottom: 30px; }
  .archive-post-item-content {
    padding: 30px 30px 50px 30px;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05); }
  .archive-post-item-img {
    border-radius: 15px 15px 0 0;
    height: 270px;
    max-width: 100%; }
  .archive-post-item-info {
    margin-bottom: 10px; }
    .archive-post-item-info-cat {
      color: #a1a1a1; }
    .archive-post-item-info-dot {
      display: inline-block;
      position: relative;
      top: -4px;
      height: 4px;
      width: 4px;
      background-color: #bbb;
      border-radius: 50%; }
    .archive-post-item-info-date {
      color: #464544; }
  .archive-post-item-title {
    margin-bottom: 30px; }
    .archive-post-item-title h3 {
    margin: 0;
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 34px;
    min-height: 68px;
}

.archive-blog-page
{
  margin-bottom: 60px
}

  .archive-post-item-link span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 20px;
    color: #464544; }
  .archive-post-item-link-icon {
    background: url("../img/arrow_icon.png") no-repeat;
    background-size: 15px 20px;
    background-position: right;
    padding: 5px;
    padding-right: 25px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.tasarlab-btn {
  background: #ea6713;
  border-radius: 99px 15px 99px 99px;
  padding: 13px 30px;
  color: #ffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none !important;
  transition: 0.3s; }
  .tasarlab-btn:hover {
    background: #f08540; }
  .tasarlab-btn-secondary button {
    transition: 0.3s;
    border-radius: 99px 15px 99px 99px !important;
    padding: 16px 30px !important;
    text-decoration: none !important;
    color: #ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    background: #464544 !important; }
    .tasarlab-btn-secondary button:hover {
      background: #aeaeae !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.tasarlab-section {
  padding: 90px 0; }

.tasarlab-section-fluid {
  padding: 65px 0; }

.tasarlab-header-margin {
  padding-top: 100px; }

.tasarlab-transparent-header .headroom {
  background: transparent; }
  .tasarlab-transparent-header .headroom .sf-menu {
    float: right;
    margin: 0; }
    .tasarlab-transparent-header .headroom .sf-menu li {
      background: transparent;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.21px;
    text-align: left;
  
  }
      .tasarlab-transparent-header .headroom .sf-menu li:hover {
        background: transparent; }
        .tasarlab-transparent-header .headroom .sf-menu li:hover a {
          color: #ea6713; }
    .tasarlab-transparent-header .headroom .sf-menu a {
      border: none !important;
      color: #212121; }
    .tasarlab-transparent-header .headroom .sf-menu .sub-menu {
      background: #ffff;

    border-radius: 15px;
 }
      .tasarlab-transparent-header .headroom .sf-menu .sub-menu li a {
        color: #212121; 
     
       border-bottom: 1px solid #EFEFEF !important;
        
     }

        .tasarlab-transparent-header .headroom .sf-menu .sub-menu li a:hover {
          color: #ea6713;
          }

.tasarlab-transparent-header .headroom--top {
  background: transparent !important; }

.tasarlab-transparent-header .headroom--pinned {
  background: #fff;
  z-index: 10; }

.headroom--pinned {
 padding-top: 5px;
    padding-bottom: 5px;}


.tasarlab-transparent-header .headroom--unpinned {
  background: #fff;
  z-index: 10; }


/* Burak Style*/


/* DM Sans - Google Fonts */



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');



body, html, h1, h2, h3, h4, h5, h6, ul, ul li, span, a, strong, p, button { font-family: 'DM Sans', sans-serif !important; }



/* DM Sans - Google Fonts Bitiş */

.grecaptcha-badge { right: -1000px !important; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing { display: none !important; }


span.wpcf7-not-valid-tip { position: absolute; font-size: 12px; margin-top: -12px; }

/* Header */



.transparent-header-margin {

    padding-top: 85px !important;

}



/* Header Bitiş */





/* Font Ayarları */

.blogposts__post-content {
  border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.entry-content p { color: #878684; }

.entry-content h2, .entry-content .h2 { font-size:36px; font-weight: 400; line-height: 44px; margin-bottom: 15px; margin-top: 30px; }

.header .section-header .section-header__title h2 {
    font-size: 48px;
    line-height: 64px;
}

.entry-content .tasarlab-section-1 h2, .entry-content .tasarlab-section-1 .h2 { font-size: 48px !important; font-weight:500; line-height: 64px !important; }



.section-header__subtitle p { font-weight: 500 !important; margin-bottom: 10px; }



.infobox__title h3 { font-weight: 500 !important; }



.tasarlab_theme_header .sf-menu a {  font-weight: 500 !important; }



/* Font Ayarları Bitiş */





/* Anasayfa */

body .tfooter-bottom__lang,
body .tfooter-bottom__lang:active,
body .tfooter-bottom__lang:focus,
body .tfooter-bottom__lang:hover {
    border-radius: 0 !important;
    background-color: #ffff;
    border: unset !important;
}


.blogposts__post { max-width: 31.333333% !important; padding: 0 !important; margin: 0 1% !important; }



.blogposts__post-info-cat { color: #BFBEBD; font-size: 12px; line-height: 16px; }



.blogposts__post-info-date { color: #878684; font-size: 12px; line-height: 16px; }



.blogposts__post-title h3 { font-weight: 500 !important; }



body.home .tfooter { margin-top: 40px; }



.tfooter::before { height: 410px !important; }



footer .sf-menu ul { display: none !important; }



.tfooter .sf-menu li { margin-left: 30px; }



.tfooter .sf-menu { margin-right: -15px !important; }



.tfooter .sf-menu li a { border: none !important; }



.tfooter .sf-menu li a:hover, .tfooter .sf-menu li:hover { background: transparent !important; }



.tfooter-cta {  width: 100% !important; margin: 0 auto !important; padding: 30px 66px 50px !important; }



.tfooter-cta h1, .tfooter-cta h2 {   font-size: 24px;font-weight: 400;line-height: 32px; color: #99cbf1}



.tfooter-cta-content__button { margin-top: 35px; }



.tfooter-bottom { padding-top: 72px; }



a { text-decoration: none !important; }



footer svg:not(:root).svg-inline--fa { width: 10px !important; text-align: center; left: 0 !important;}



footer .tfooter-layer-socials__item a:hover { background: #ea6713;  border-radius: 50%; }



footer .tfooter-layer-socials__item a:hover svg { color: white !important; }



footer .tfooter-layer-socials__item a { width: 20px; height: 20px; text-align: center; display: inline-block; }

.home-section-head { padding-top: 170px; padding-bottom: 50px; }

.home-section-1-2 { margin-top: 60px; margin-bottom: 80px; }

.home-section-1 {padding-bottom: 90px !important;}

.home-section-1-1-right {padding-top: 20px;}

.langfooter { float: right; position: relative !important; right: 0; }

.tfooter-bottom__privacy a:last-child { padding: 0; }

.tfooter-bottom__copyright p { line-height: 45px; }

.home-section-1 .section-header__subtitle p,
.home-section-2 .section-header__subtitle p,
.home-section-3 .section-header__subtitle p,
.home-section-4 .section-header__subtitle p { font-weight: 400 !important; margin-bottom: -10px; color: #EA6713; }

.home-section-4 { padding-top: 85px; padding-bottom: 65px; }

.home-section-3 { padding-top: 50px !important; }

.col-auto.langfooter { padding: 0; }

.home-section-3-1 { margin-bottom: 50px !important; }

.headroom--top .tasarlab-content-center { width: 100% !important; display: inline-block; justify-content: unset; align-items: unset; position: relative; padding: 0; margin-top: 35px !important; padding-bottom: 30px; }

body .tasarlab-content-center .copy { float: left; position: relative !important; left: auto; padding: 0 !important; }


.tasarlab-btn-secondary .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    transition: 0.3s;
    border-radius: 99px 15px 99px 99px !important;
    padding: 16px 30px !important;
    text-decoration: none !important;
    color: #ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    background: #464544 !important;
}

body.home:lang(en) .home-section-3 {
    padding-bottom: 20px !important;
}

.projects-template-default .container.single-project-page {  margin-top: 90px !important; margin-bottom: 90px; }

.projects-template-default .project_page_bg { padding: 155px 15px 45px 15px; }

/* Anasayfa Bitiş */

/* Blog */

 .blog-section-1 { margin-top: 25px !important; }

/* Kariyer */

.content-single-head { padding-top: 140px; padding-bottom: 30px; }

.kariyer-section-1 { margin-top: 50px; }

.kariyer-section-3 { margin-bottom: 65px; }

.kariyer-section-1 .section-header__subtitle p { font-weight: 500 !important; color: #EA6713; margin-bottom: -20px !important; }

/* Hakkımızda */

.projeler-section-head { padding-top: 140px; padding-bottom: 30px; }

.projeler-section-1 .container-fluid.tasarlab-project-tab-pills { margin-bottom: 60px !important; padding-top: 10px !important;}

.projeler-section-1 .container-fluid.tasarlab-project-tab-pills ul.nav-pills {
    padding-bottom: 7px;
}

.projeler-section-1 .tasarlab-category-tabs li .active:before {
  bottom: -7px !important;
}

.projeler-section-1 { margin-top: -35px; margin-bottom: 50px; }

.hakkimizda-section-head { padding-top: 140px; padding-bottom: 30px; }

.hakkimizda-section-1 { margin-top: 25px; }

.content-single-head h1 { color: #EA6713; font-size: 14px; font-weight: 400; margin-bottom: 20px; }

.content-single-head h6 { font-size: 48px; line-height: 64px; font-weight: 400; }


/* Neler Yapıyoruz? */

.content-single-head-right { padding-top: 20px; }

.neler-yapiyoruz-section-head { padding-top: 140px; padding-bottom: 40px; }

.neler-yapiyoruz-section-head .neler-yapiyoruz-title-desc { width: 55%; color: #878684; line-height: 24px; }

.neler-yapiyoruz-section-head h1 { font-size: 48px; line-height: 64px; font-weight: 400; }

.neler-yapiyoruz-section-head h6 {  color: #EA6713; font-size: 14px; font-weight: 400; margin-bottom: 20px; }

.neler-yapiyoruz-section-1 .vc_column-inner { padding-top: 0 !important; }

.neler-yapiyoruz-section-1 .menu-expertise-tr-container #menu-expertise-tr,
.neler-yapiyoruz-section-1 .menu-expertise-en-container #menu-expertise-en { padding-left: 0; margin-bottom: 9px; margin-top: -2px; }

.neler-yapiyoruz-section-2-left { padding-top: 45px; }

.neler-yapiyoruz-section-2-left .wpb_text_column p { padding-top: 30px; }

.neler-yapiyoruz-section-3 { padding-top: 55px; padding-bottom: 55px; }

.current-kullanici-arayuzu .kullanici-arayuzu-menu-item a:before,
.current-ui-ux .ui-ux-menu-item a:before,
.current-landing-page .landing-page-menu-item a:before,
.current-website-gelistirme .website-gelistirme-menu-item a:before,
.current-website-bakim .website-bakim-menu-item a:before,
.current-kullanici-arayuzu .kullanici-arayuzu-menu-item a:before,
.current-icerik-yonetimi .icerik-projeleri-menu-item a:before{ content: ''; position: absolute; background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat; height: 15px; width: 30px; bottom: -1px; transform: translate(-45%); margin-left: 50px; }

.current-ui-ux .ui-ux-menu-item a,
.current-kullanici-arayuzu .kullanici-arayuzu-menu-item a,
.current-landing-page .landing-page-menu-item a,
.current-website-gelistirme .website-gelistirme-menu-item a,
.current-website-bakim .website-bakim-menu-item a,
.current-icerik-yonetimi .icerik-projeleri-menu-item a { color: #212121 !important; }

.neler-yapiyoruz-section-3 p,
.neler-yapiyoruz-section-4 p { color: #878684; }

@media screen and (min-width: 768px) and (max-width: 1023px){

.content-single-head-right { padding-top: 0px; }

.content-single-head .vc_col-sm-6 { width: 100%; }

.page .archive-post-item { max-width: 46.5% !important; margin: 0 1.6%; flex: 0 0 100% !important; padding-right: 0 !important; padding-left: 0 !important; margin-bottom: 60px !important; }

.hakkimizda-section-1 { margin-bottom: 60px; }

.hakkimizda-section-head-1-left,
.hakkimizda-section-head-1-right { width: 100% !important; }

.neler-yapiyoruz-section-head,
.hakkimizda-section-head,
.content-single-head { padding-top: 100px; }

.neler-yapiyoruz-section-head .neler-yapiyoruz-title-desc { width: 80%; }

.neler-yapiyoruz-section-1 .menu-expertise-tr-container #menu-expertise-tr li,
.neler-yapiyoruz-section-1 .menu-expertise-en-container #menu-expertise-en li { margin-right: 40px; }

.neler-yapiyoruz-section-2-left { padding-top: 0; }

}

@media screen and (min-width: 1024px) and (max-width: 1199px){

.hakkimizda-section-1 { margin-bottom: 60px; }

.neler-yapiyoruz-section-1 .menu-expertise-tr-container #menu-expertise-tr li,
.neler-yapiyoruz-section-1 .menu-expertise-en-container #menu-expertise-en li { margin-right: 40px; }

}

@media screen and (min-width: 1200px) and (max-width: 1365px){

.neler-yapiyoruz-section-1 .menu-expertise-tr-container #menu-expertise-tr li,
.neler-yapiyoruz-section-1 .menu-expertise-en-container #menu-expertise-en li { margin-right: 40px; }

}


.single-post ul {
    text-align: left;
    margin: 0px 0 0 0 !important;
    list-style-position: inside;
    list-style: disc;
    padding: 0 !important;
}

@media screen and (max-width: 1023px){
.single-content-layout img {
    width: 100%;
    height: auto;
}
}

@media screen and (max-width: 767px){

body .tfooter-layer-socials svg { width: 14px !important; left: 0; }

body .home-section-3-3 .wpb_single_image { width: 49% !important; }

body .anasayfa-section .anasayfa-gorsel .vc_box_border_grey { height: auto !important; width: auto !important; }

.text-center {
    text-align: center!important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.single_page_bg-post_img {
    height: 200px !important;
}

body nav#ddfullscreenmenu div#closex {
    width: 23px !important;
    height: 23px !important;
    top: 26px !important;
    right: 15px !important;
}

body nav#ddfullscreenmenu ul li.breadcrumb:after {
    border: none!important;
    display: inline-block;
    border-right: 5px solid #ffffff!important;
    border-bottom: 5px solid white!important;
    width: 15px;
    height: 15px;
    transform: rotate(-225deg);
    top: 25px;
    left: 5px;
}

footer .tfooter-layer-socials__item a { width: 40px; height: 40px; font-size: 27px; }

body .tfooter-layer-socials__item { width: 40px; height: 40px; border-radius: 50%; }

body .tfooter-layer { display: inline-block !important; justify-content: center; align-items: center; text-align: center; width: 100%; position: relative; padding: 0 !important; margin: 0 !important; }



.projects-template-default .project_page_bg {
    padding: 120px 15px 35px 15px;
}

nav#ddfullscreenmenu ul li {
    border-bottom: 1px solid white;
    width: 90%;
    margin: 0 auto !important;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav#ddfullscreenmenu ul li a {
  padding: 15px 0 !important;
}

body.home .recent_posts_bg {
    background-size: cover;
}

nav#ddfullscreenmenu ul li.breadcrumb {
    padding-top: 20px !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: left;
    padding-bottom: 20px !important;
    color: white !important;
    font-size: 20px;
    padding-left: 40px !important;
}

nav#ddfullscreenmenu ul.showmenu {
  margin-top: 50px;
}

body nav#ddfullscreenmenu ul li a:hover {
    background: #ff9800 !important;
    color: white !important;
    border-radius: 0 !important;
}

body.home .home-section-4 {
    padding-top: 75px !important;
    padding-bottom: 60px !important;
    margin-bottom: 30px;
}

body.home .home-section-3 {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}

body.home .home-section-1 { padding-bottom: 30px !important; }

.home-section-3-1 {
    margin-bottom: 5px !important;
}

.tasarlab-section-3 .wpb_single_image.vc_align_left { text-align: center !important; border: none !important; padding: 0 !important; height: auto !important; }

.home-section-1-2 { margin-bottom: 5px; }

.home-section-head { padding-top: 130px; }

body.home .anasayfa-gorsel {
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home-section-head .vc_row-fluid {
    display: flex;
    flex-direction: column-reverse;
}

.content-single-head { padding-top: 90px;}

.content-single-head-right { padding-top: 0px; }

.page .archive-post-item { max-width: 90% !important; margin: 0 auto; flex: 0 0 100% !important; padding-right: 0 !important; padding-left: 0 !important; margin-bottom: 60px !important; }

.hakkimizda-section-2 { margin-bottom: 60px; }

.neler-yapiyoruz-section-3-right { margin-top: 50px; }

.neler-yapiyoruz-section-2-left .wpb_text_column p { padding-top: 0; }

.neler-yapiyoruz-section-2 .wpb_single_image { margin-bottom: 0; }

.neler-yapiyoruz-section-2-left { padding-top: 0; }

.neler-yapiyoruz-section-2 {  display: flex; flex-direction: column-reverse; }

.neler-yapiyoruz-section-1 .menu-expertise-tr-container #menu-expertise-tr li,
.neler-yapiyoruz-section-1 .menu-expertise-en-container #menu-expertise-en li { margin-right: 40px; }

.container.tasarlab_theme_header { padding-left: 15px !important; padding-right: 15px !important; } 

.neler-yapiyoruz-section-head .neler-yapiyoruz-title-desc {width: 100%; }

.neler-yapiyoruz-section-head h6,
.section-header__subtitle { margin-bottom: 10px; }

.neler-yapiyoruz-section-head { padding-top: 90px; }

.hakkimizda-section-head {padding-top: 80px;}

.neler-yapiyoruz-section-head h1,
.hakkimizda-section-head h1 { font-size: 36px; line-height: 44px; font-weight: 400; }

.content-single-head h1 { font-size: 14px !important; margin-bottom: 0px; }

.content-single-head h6 { font-size: 36px; line-height: 44px; font-weight: 400; }

.kariyer-section-head.content-single-head h1 {margin-bottom: 10px !important; }

}


/* Neler Yapıyoruz Bitiş */


/* İletişim */



.tctf__form { border-radius: 15px 0 0 15px; }



.tctf-dtls { border-radius: 0 15px 15px 0; }



.contact-section-2 { border-radius: 15px; margin: 0 auto !important; width: 100%; margin-bottom: 90px !important; box-shadow: 0 3px 18px 0 rgba(46, 50, 51, 0.1);  background: white; position: relative;  }



.contact-section-2 .vc_column-inner { padding: 0 !important; }



input[type="submit"] { background: #ea6713; border-radius: 99px 15px 99px 99px; padding: 13px 30px; color: #ffff !important; font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none !important; transition: 0.3s; border: none; float: right; }



input[type="submit"]:hover,

input[type="submit"]:active,

input[type="submit"]:focus { background: #f08540; }



.two-col-form-row label {  width: 100%; font-size: 14px; color: #EA6713 !important; font-weight: 400; }



.two-col-form-left label,

.two-col-form-right label { margin-top: 35px; }



.two-col-form-row textarea { height: 120px; }



span.wpcf7-list-item-label { font-size: 12px !important; color: #BFBEBD; margin-left: 10px; top: -2px; position: relative; }



span.wpcf7-list-item { margin: 0 !important; display: inline-block; width: 75%; float: left;}



.two-col-form-left { width: 90%; margin-right: 10%; position: relative; }



.two-col-form-right { width: 90%;  margin-left: 10%; position: relative; }



input[type="text"], input[type="email"], textarea, input[type="tel"] { border-radius: 0 !important; padding: 10px !important; margin-bottom: 15px; outline: 0 !important; width: 100%; border: none !important; border-bottom: 1px solid #E1E1E1 !important; }



.tctf .tctf-dtls { margin-top: -85px; padding: 80px 50px 195px !important;}



.tctf__form {  margin-top: -85px; padding: 80px 0px 0 50px !important; }



.tctf-dtls {  width: 33%; float: right;  display: inline-block; }



.two-col-form-row {  width: 90%;  position: relative; display: inline-block; float: left; }



.one-col-form { width: 100%;  }



.two-col-form-left label { width: 50%;  font-size: 14px;  color: #EA6713;  font-weight: 400;  line-height: 20px;  display: inline-block;  float: left; }



.two-col-form-right label { width: 50%;  font-size: 14px;  color: #EA6713;  font-weight: 400;  line-height: 20px;  display: inline-block;  float: right; }



.contact-section-1 .wpb_text_column.wpb_content_element { margin-bottom: -8px; }



.contact-section-1 .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important; }



.tctf__form h1 { display: table-row-group; }



/* İletişim Bitiş */

.menu-expertise-tr-container #menu-expertise-tr,
.menu-expertise-en-container #menu-expertise-en { padding-left: 0; }

.neler-yapiyoruz-section-head .wpb_text_column.wpb_content_element { margin-bottom: 20px !important; }

.tasarlab-project-tab-pills .vc_wp_custommenu.wpb_content_element { margin-bottom: 0 !important; margin-top: 15px;}

/* Responsive Ayarlar */



@media (min-width: 1200px) and (max-width: 1365px) {

  



  

}



@media (min-width: 1024px) and (max-width: 1199px) {



.tasarlab-section-1 .wpb_single_image.vc_align_center { text-align: right !important; }

  

.entry-content .tasarlab-section-1 h2,

.entry-content .tasarlab-section-1 .h2 { font-size: 40px !important; font-weight: 400; line-height: 54px !important; }

  

.entry-content h2,

.entry-content .h2 { font-size: 34px; line-height: 46px; }



span.infobox__link_icon .svg-inline--fa { vertical-align: -.200em; margin-right: 15px !important; }



.recent_posts_bg { background-size: 100% 52.2% !important; }



.tfooter-cta h1, .tfooter-cta h2 {  font-size: 32px; line-height: 46px; }



}



@media (min-width: 768px) and (max-width: 1023px) {

nav#ddfullscreenmenu ul li.breadcrumb {
    border-bottom: 3px solid !important;
}

nav#ddfullscreenmenu ul li {
    border-bottom: 1px solid white;
    width: 90%;
    margin: 0 auto !important;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav#ddfullscreenmenu ul li a {
    padding: 15px 0 !important;
}

body.home .recent_posts_bg {
    background-size: cover;
}

nav#ddfullscreenmenu ul li.breadcrumb {
    padding-top: 20px !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: left;
    padding-bottom: 20px !important;
    color: white !important;
    font-size: 20px;
    padding-left: 40px !important;
}

nav#ddfullscreenmenu ul.showmenu {
    margin-top: 50px;
}

body nav#ddfullscreenmenu ul li a:hover {
    background: #ff9800 !important;
    color: white !important;
    border-radius: 0 !important;
}

.text-center {
    text-align: center!important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}



.tctf .tctf-dtls { padding: 80px 50px 220px !important; }



span.wpcf7-list-item { width: 100% !important; }



.tctf__form { padding: 80px 0px 0 25px !important; }



.tctf__form, .tctf-dtls { width: 50% !important; }



.infobox__link a { margin-right: 25px; }



.tasarlab-section-1 .desktop-only-empty-space { display: none; }



.entry-content .tasarlab-section-1 h2,

.entry-content .tasarlab-section-1 .h2 { font-size: 42px !important; line-height: 54px !important; }



.tasarlab-section,

.tasarlab-section-fluid { padding: 65px 0 !important; }

  

.tfooter-cta__img {  text-align: left !important;  margin-bottom: 30px; margin-left: 30px; margin-top: 30px; }

  

.tfooter-cta { padding: 30px 30px 65px !important; }



.tfooter::before { height: 580px !important; }



.tfooter .sf-menu li { margin-left: 15px; }



.recent_posts_bg {  background-size: 100% 52.5% !important; }



.infobox__desc p { min-height: 80px; }



}



@media (min-width: 1200px) {

.single-content-layout {
    width: 860px;
    margin: 0 auto;
}


.tasarlab_theme_header .sf-menu li {  margin-left: 29px; }

  

.tasarlab-section-1 .wpb_single_image.vc_align_center { text-align: right !important; }

  

}

.wp-playlist {
    border: 0 !important;
    padding: 0 !important;
    margin: 20px 0 18px !important;
}

@media (min-width: 600px) and (max-width: 767px) {



.tfooter-layer-socials__item { margin-bottom: 10px; }



.tfooter-layer-socials { top: 15px !important; position: relative; }



.tasarlab-section-2 .vc_col-sm-4 { width: 400px !important; margin: 0 auto !important; }



}

@media (max-width: 1023px) {
  
nav#ddfullscreenmenu li.lang-item {
    width: 45%;
    display: inline-block;
  
}
  
}

@media (min-width: 1024px) {
  
.sf-menu li.lang-item {
  display: none !important;
}
  
}

@media (min-width: 768px) {
  
.content-single-head-right {
    padding-top: 42px !important;
}

.home-section-1-1-right {
    padding-top: 42px !important;
}
  
}

@media (max-width: 767px) {

nav#ddfullscreenmenu ul li.breadcrumb {
    border-bottom: 3px solid !important;
}



.tctf .tctf-dtls { margin-top: 85px; padding: 80px 50px!important; border-radius: 0 !important; margin-bottom: -7px; }



.tctf-dtls { display: inline-block !important; position: relative !important; width: 100% !important; }



.tctf__form { width: 100% !important; display: inline-block !important; position: relative !important; float: left !important; }



.tctf { display: inline-block !important; width: 100% !important; }



.tfooter .sf-menu li a { text-align: center; }



.tfooter-bottom__lang { margin: 0 auto !important; margin-top: 0px !important; }


footer svg:not(:root).svg-inline--fa { width: 13px !important; top: 2px; }



.tfooter-bottom__copyright p { text-align: center; margin-bottom: 0px !important; }



.tfooter::before {  height: 610px !important; }



.tfooter-layer-socials__item {  margin-right: 20px; }



.tfooter-bottom { padding-top: 45px; }



.tfooter-layer-socials { margin-left: 0px; margin-bottom: 30px; text-align: center; }



.tfooter .sf-menu li {  margin-left: 0px !important; width: 33%; margin-left: -7px !important; }



.tfooter-cta { width: 100% !important; padding: 30px 0px 50px !important; }



.tfooter-cta-content { margin-left: 0 !important; }



.tfooter-cta__img img { width: 100% !important; margin-bottom: 20px; }



.tfooter-cta h1, .tfooter-cta h2 { font-size: 28px; line-height: 42px; }



.blogposts__post { max-width: 100% !important; padding: 0 !important; margin: 0 !important; margin-bottom: 50px !important; }



.blogposts__post-container {  margin-bottom: 0 !important; }



.tasarlab-section-2 { padding-bottom: 35px !important; }



.infobox { margin-bottom: 60px; }



.tasarlab-section-3 .vc_col-sm-3 { width: 50%; display: inline-block; }



.tasarlab-section-3 .vc_col-sm-3 img { width: 90%; }



.tasarlab-section-3 .wpb_single_image.vc_align_left { text-align: center !important; border: 1px solid #eef2f8; padding: 10px;  height: 74px; }



.blogposts__post-content {  background: white; border-radius: 0 0 15px 15px; }



.tasarlab-section-1 { display: flex;  flex-direction: column-reverse; }

  

.desktop-only-empty-space { display: none; }



.tasarlab-section,

.tasarlab-section-fluid { padding: 60px 0 !important; }



.tasarlab-section-3.tasarlab-section-fluid { padding-bottom: 30px !important; }



.entry-content .tasarlab-section-1 h2,

.entry-content .tasarlab-section-1 .h2 { font-size: 32px !important; line-height: 46px !important; }

  

 .entry-content h2, .entry-content .h2 {  font-size: 28px; line-height: 42px; margin-top: 33px !important; }



}



/* Responsive Ayarlar Bitiş */ 







/*Secil Style*/





@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap');

.page-id-451 .infobox__link a {
  
    margin-right: 24px !important
}

.wpml-ls-legacy-dropdown a {
  
    border: 1px solid #ffffff !important;
  
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #EEF2F8 !important;
    font-size: 16px;
    opacity: 1;
}
.prev.page-numbers {
    font-size: 16px;
    color: #ea6713;
    font-weight: bold;
}
.page-numbers {
    font-size: 16px;
    color: #ea6713;
    font-weight: bold;
    padding-left: 10px;
}

.current{
    font-size: 16px;
    color: #464544;
    font-weight: bold;
    padding-left: 10px;
    }
.container-fluid.tasarlab-project-tab-pills
{
        background-color: #EEF2F8 !important;

}
.liba-category-tabs
 {
    background-color: #EEF2F8 !important;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    padding: 28px;

}
.container-fluid.tasarlab-project-tab-pills {
    background-color: #EEF2F8 !important;
    /*margin-top: -20px !important;*/
    margin-bottom: 45px !important;
}

.tasarlab-category-tabs li .active {
    position: relative;
}

.tasarlab-category-tabs li .active:before {
    content: '';
    position: absolute;
    background: url("/wp-content/uploads/2020/06/Active.png") bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    left: 50%;
    transform: translate(-45%);
}

.nav-pills .nav-link {
    opacity: 0.5;    
    color: #212121 !important;
    

}

.kariyer-ilan p
{

}
/*Anasayfa*/
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -39px !important;
    z-index: 99;
}

.sf-menu li {
    position: relative;
    left: -12px !important;
}

.tasarlab_theme_header {
    padding: 8px 0 !important;
}
.blogposts__post-content {
    padding: 30px 30px 50px 30px;
    box-shadow: 0 3px 35px rgb(255, 255, 255);
    background: #fff;
}
/*About us*/
.about-us h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 24px;
    font-family: 'DM Sans', sans-serif !important;
}
.about-article p
{
  font-size: 16px;
    font-family: 'DM Sans', sans-serif !important;
    line-height: 24px;
    color: #878684;
  text-align: left;
}
.about-us-alt p
{
  
  font-size: 16px;
    font-family: 'DM Sans', sans-serif !important;
    line-height: 24px;
    color: #878684;
  text-align: left;
}

.about-us-alt h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif !important;
}


.page-id-16 .tasarlab_theme_header {
    padding: 30px 0 30px 0;
}

.page-id-16 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

.page-id-16 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner
{
      padding-top: 50px;
}
/*About us end*/



/*career*/
.career-baslik h2
{
  font-size: 48px;
    font-weight: 400;
    line-height: 64px;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif !important;
}
.our-values div
{
  
  font-size: 16px;
    font-family: 'DM Sans', sans-serif !important;
    line-height: 24px;
    color: #878684;
  text-align: left;
  margin-bottom: 13px;
}

.our-values h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif !important;
  color:#000000;
}

.page-id-17 .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    background: 0 0;
    display: block;
    padding: 34px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
}

.open-position
{
  margin-top:90px
}
.open-position p
{
    font-size: 16px;
  line-height:24px
}

.open-position-accordion, .open-position-accordion2, .open-position-accordion3, .open-position-accordion4
{
  box-shadow: 0 6px 90px 0.05px #e8e6e6;
  border-radius:5px
}
.open-position-accordion .vc_tta-panel-title a, .open-position-accordion2 .vc_tta-panel-title a, .open-position-accordion3 .vc_tta-panel-title a, .open-position-accordion4 .vc_tta-panel-title a
{
   padding: 45px !important;
    font-size: 20px;
    color: #212121 !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
}
.job p
{
  font-size:14px;
  line-height:28px;
  color:#878684;
  font-family: 'DM Sans', sans-serif !important;

}

div.wpcf7-spam-blocked {
    display: inline-block !important;
}
.form-career h2{
       font-size: 36px;
    font-weight: bold;
    line-height: 63px;
    letter-spacing: -0.25px;
}
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body, .wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-radius: 5px;
  
  }
.job h4
{
  font-weight:200;
  font-size:16px;
  line-height:24px;
  margin-bottom: 24px;
}
.career-button
{
  margin-bottom: 30px !important;
    margin-top: 30px;
}
.page-id-17 .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}

.our-values {
    width: 48% !important;;
}
.career-yazi 
{
      font-size: 16px;
    color: #878684;
    line-height: 24px;
}

.form-career
{
  padding: 48px 135px;
}
.career-section
{
  margin-top: -12em;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 3px 18px 0 rgba(46, 50, 51, 0.1);
    background: white;
  padding-bottom: 5em;
}
select {
    border-bottom: 1px solid #e1e1e1 !important;
    width: 100%;
    height: 57px;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0 !important;
}
.page-id-17 .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}
/*career end*/
/*ux-ui*/
.ux-images
{
  margin-top:-250px
}
.ux-ui-yazi p
{
  font-size:16px;
  line-height:24px;
  color:#878684
}
.web-experience p
{
  font-size:16px;
  line-height:24px;
  color:#878684
}
.web-experience h2
{
  font-size:36px;
  line-height:50px
}
.page-id-299 input[type="submit"] {
    background: #ea6713;
    border-radius: 99px 15px 99px 99px;
    padding: 13px 30px;
    color: #ffff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none !important;
    transition: 0.3s;
    border: none;
    float: left;
}
/*footer*/
.tfooter-bottom__lang select {
    color: #bfbebd;
    border-radius: 99px;
    width: 122px;
    height: 45px;
    border-bottom: 0px solid #e1e1e1 !important

}
.tfooter-bottom__lang {
    width: 122px;
    height: 45px;
    border-radius: 99px;
    background-color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 13px;
}

.infobox__link:hover{
    width: 100%;
    text-align: center;
    background-image: url(/wp-content/uploads/2020/04/iconbox_border-hover.svg);
    background-repeat: no-repeat, repeat;
    background-size: 20px 20px;
    background-position: right 40% bottom 1px;
}

/*Menü Renk Turuncu*/
nav#ddfullscreenmenu {
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #FFC107 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    z-index: 100000;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}
/*Responsive*/
@media screen and (max-width: 1024px)
{
.section-header__title h2 {
    font-size: 29px !important;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 24px;
    font-family: 'DM Sans', sans-serif !important;
}
}
  
@media screen and (min-width: 768px) and (max-width: 1023px){
    /* styles */
}

@media screen and (min-width: 1024px) and (max-width: 1199px){

}

@media screen and (min-width: 1200px) and (max-width: 1365px){
    /* styles */
}

@media screen and (max-width: 767px){
    .copy
{
     float: left; 
     left: 0;
}
.langfooter
{
    float: right;
}

 .wpb_text_column.wpb_content_element.banner {
    margin-top: 90px !important;
}
    .space
{
    display: none;
}
    .tasarlab-logo-img {
    width: 200px;
    height: 38px;
    margin-left: 5px;
}

.tasarlab_theme_header {
    padding: 15px 0 15px 0 !important;
}
nav#ddfullscreenmenu ul li a, nav#ddfullscreenmenu ul li.breadcrumb {

    text-transform: capitalize !important;
        color: white !important;
 
}
nav#ddfullscreenmenu div#closex {
    width: 30px !important;
    height: 30px !important;
    top: 15px !important;
    right: 15px !important;
}
nav#ddfullscreenmenu ul li.header > a:after {
    border: 8px solid white !important;
    border-color: transparent transparent transparent white !important;
}

nav#ddfullscreenmenu div#closex::before, nav div#closex::after {

    background: white !important;
  
}
nav#ddfullscreenmenu ul li.breadcrumb:after {
   
    border: 10px solid #ff9800 !important;
    border-color: transparent #ff9800 transparent transparent !important;
}
nav#ddfullscreenmenu {
    background: #FF9800 !important;
    }
.reverse-row
  {
    display:flex;
   flex-direction: column-reverse;
  }

 .ux-images
{
  margin-top:0px !important
}
  .about-us h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
  font-family: 'DM Sans', sans-serif !important;
}
.about-us-alt h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'DM Sans', sans-serif !important;
}

  .open-position-accordion .vc_tta-panel-title a, .open-position-accordion2 .vc_tta-panel-title a, .open-position-accordion3 .vc_tta-panel-title a, .open-position-accordion4 .vc_tta-panel-title a {
    padding: 37px !important;
}
  .form-career {
    padding: 60px 55px;
}
  .our-values {
    width: 100% !important;
}
}
nav#ddfullscreenmenu ul li.breadcrumb {
    background: #eee;
    position: relative;
    color: #ff9800 !important;
}
nav#ddfullscreenmenu ul {
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 35px !important;
}


div#ulwrapper {

    margin: 10% auto !important;

}
.page-id-451 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 23px;
}
.infobox__title {
    margin-bottom: 12px !important;
}
.infobox__desc {
    width: 90%;
    text-align: center;
    margin-bottom: 25px !important;
}

/*.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 20px !important;
}
*/

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {

    z-index: 0 !important;
}


.archive-post-item-img {
    height: 290px !important;
}

.archive-post-item-content {
    padding: 28px 20px 58px !important;
}

.archive-post-item {
    max-width: 32% !important;
    margin: 0 0.6%;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.blog .section-header__title h2{
    font-size: 48px !important;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 50px;
    color: #212121;
}
.copy
{
     float: left; position: absolute !important; left: 114px;
}
.langfooter
{
    float: right; position: absolute !important; right: 114px;
}

.archive-post-item-content {
    padding: 20px 20px 50px !important;
        border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.archive-post-item-title {
    margin-bottom: 15px;
}
.archive-post-item-title h3 {
    
    letter-spacing: -0.75px !important;  
}
.archive-post-item-img
{
border-top-left-radius: 15px !important; 
    border-top-right-radius: 15px !important;
}
.bps-content {
    padding: 9px 13px 50px 12px !important;
}
.bps-title {
    margin: 10px 0 24px 0 !important;
    }
    .single-post p
    {
        color: #464544;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        margin: 0 auto;
    }

     .single-post h2
    {
        font-size: 25px !important;
        text-align: left;
        margin: 30px auto 10px auto;
        color: #ff6600;
        
    }

.single-post ul li
    {
            list-style-position: inside;

    }
    .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 40px !important;
}

.archive-post-item:hover {
    top: -10px;
    box-shadow: 0 3px -16px rgba(175, 174, 174, 0.5);
    border-radius: 15px;
}

.archive-post-item-link-icon:hover {
    color: #07038c;
}

.archive-post-item-link-icon:hover {
    width: 100%;
    text-align: center;
    background-image: url(/wp-content/uploads/2020/06/project-icon.svg);
    background-repeat: no-repeat, repeat;
    background-size: 20px 20px;
    background-position: right 1% bottom 4px;
}

.bps-cat {
    color: #a1a1a1;
    font-size: 12px;
}

.archive-post-item-info-cat {
    color: #a1a1a1;
    font-size: 12px;
}
.archive-post-item-title {
    margin-bottom: 30px;
    margin-top: -14px; 
}
.archive-post-item-link
{
        margin-top: -14px;
}

/*expertise içerisine carousel tr*/
.nav-overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    overflow-x: auto;
    padding-bottom: 1px;
}

.nav-link {
    width: max-content;
}

.single-project-page img {
    width: 100%;
}

.menu-expertise-tr-container #menu-expertise-tr {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap!important;
    overflow-x: auto;
}
.menu-expertise-tr-container #menu-expertise-tr li a {
  padding: 25px 0;
    margin: 0 2px;
    display: block;
    width: max-content;
        color:#BFBEBD;
}

/*expertise içerisine carousel bitiş*/

/*expertise içerisine carousel en*/
.nav-overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    overflow-x: auto;
    padding-bottom: 1px;
}

.nav-link {
    width: max-content;
}

.single-project-page img {
    width: 100%;
}



.menu-expertise-en-ingilizce-container #menu-expertise-en-ingilizce {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap!important;
    overflow-x: auto;
}
.menu-expertise-en-ingilizce-container #menu-expertise-en-ingilizce li a {
  padding: 25px 0;
    margin: 0 2px;
    display: block;
    width: max-content;
        color: #BFBEBD;
}

/*expertise rn içerisine carousel bitiş*/




.tasarlab-project-tab-pills {
   
    background-color: #EEF2F8 !important;
    /*margin-top: -20px !important;*/
    margin-bottom: 90px !important;
}
/*
.page-id-102 #menu-item-1516 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-102 #menu-item-1516 a {

    color: #212121 !important

}
.page-id-447 #menu-item-1517 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-447 #menu-item-1517 a {
   
    color: #212121 !important

}

.page-id-103 #menu-item-1518 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-103 #menu-item-1518 a{
  
    color: #212121 !important

}

.page-id-104 #menu-item-1519 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-104 #menu-item-1519 a{
  
    color: #212121 !important

}

.page-id-105 #menu-item-1520 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-105 #menu-item-1520 a {
  
    color: #212121 !important

}

.page-id-106 #menu-item-1521 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-106 #menu-item-1521 a{
   
    color: #212121 !important

}


.page-id-479 #menu-item-1512 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}

.page-id-479 #menu-item-1512 a{

    color: #212121 !important

}


.page-id-485 #menu-item-1509 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}

.page-id-485 #menu-item-1509 a{

    color: #212121 !important

}

.page-id-481 #menu-item-1511 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}

.page-id-481 #menu-item-1511 a {
  
    color: #212121 !important;

}


.page-id-483 #menu-item-1510 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}

.page-id-483 #menu-item-1510 a {
  
    color: #212121 !important

}



.page-id-462 #menu-item-1514 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-462 #menu-item-1514 a {
  
        color: #212121 !important

}



.page-id-477 #menu-item-1513 a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Active.png) bottom center no-repeat;
    height: 15px;
    width: 30px;
    bottom: -1px;
    transform: translate(-45%);
    margin-left: 50px;
}
.page-id-477 #menu-item-1513 a {
    
        color: #212121 !important

}



.page-id-106 .wpb_content_element, .page-id-105 .wpb_content_element, .page-id-104 .wpb_content_element,
.page-id-103 .wpb_content_element, .page-id-102 .wpb_content_element, .page-id-1447 .wpb_content_element,
.page-id-479 .wpb_content_element, .page-id-462 .wpb_content_element, .page-id-477 .wpb_content_element, 
.page-id-462 .wpb_content_element, .page-id-485 .wpb_content_element, .page-id-481 .wpb_content_element, 
.page-id-483 .wpb_content_element, .page-id-447 .wpb_content_element {
    margin-bottom: 0px !important;
}

.page-id-106 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-105 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-104 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-103 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-102 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-1447 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-479 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-485 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-481 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-483.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-462 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-477 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-447 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
      padding-top: 0px !important;
}

.page-id-14 .container-fluid.tasarlab-project-tab-pills,
.page-id-467 .container-fluid.tasarlab-project-tab-pills {
    margin-top: -20px !important;
    margin-bottom: 60px !important;
}
*/


.ne-yapiyoruz .infobox .infobox__img {
    animation: mover 1s infinite alternate !important;
}
.ne-yapiyoruz1 .infobox .infobox__img {
    animation: mover 1.05s infinite alternate !important;
}
.ne-yapiyoruz2 .infobox .infobox__img {
    animation: mover 1.10s infinite alternate !important;
}
.ne-yapiyoruz3 .infobox .infobox__img {
    animation: mover 1.15s infinite alternate !important;
}
.ne-yapiyoruz4 .infobox .infobox__img {
    animation: mover 1.20s infinite alternate !important;
}
.ne-yapiyoruz5 .infobox .infobox__img {
    animation: mover 1.25s infinite alternate !important;
}



/* faruk style*/


body.single-post p {
    margin-bottom:15px !important;
}