/**
* Template Name: Gp - v2.2.1
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700|Raleway:400,300,700);
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #59CBE8;
}

a:hover {
  color: #0e728b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #59CBE8;
  color: #151515;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151515;
  color: #59CBE8;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #59CBE8;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #59CBE8;
}

#header .logo img {
  max-height: 30px;
}

#header50 {
  background: #3e474f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

#header50 label {
  color: #788188;
  cursor: pointer;
  display: inline-block;
  line-height: 4.25em;
  font-size: 1em;
  font-weight: bold;
  padding: 0 1em;
}

#header50 label:hover {
  background: #2e353b;
}

#header50 {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header50.header-scrolled, #header50.header-inner-pages {
  background: #fff;
}

#header50 .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header50 .logo a {
  color: #fff;
}

#header50 .logo a span {
  color: #59CBE8;
}

#header50 .logo img {
  max-height: 20px;
}

#header25 {
  background: #3e474f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

#header25 label {
  color: #788188;
  cursor: pointer;
  display: inline-block;
  line-height: 4.25em;
  font-size: 1em;
  font-weight: bold;
  padding: 0 1em;
}

#header25 label:hover {
  background: #2e353b;
}

#header25 {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header25.header-scrolled, #header25.header-inner-pages {
  background: #fff;
}

#header25 .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header25 .logo a {
  color: #fff;
}

#header25 .logo a span {
  color: #59CBE8;
}

#header25 .logo img {
  max-height: 20px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #59CBE8;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #151515;
  background: #59CBE8;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #fff;    
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #59CBE8;
}
.get-started-btnfuar {
  color:#333;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  background-color: #59CBE8;
}
.get-started-btnfuar:hover {
  background: #59CBE8;
  color: #fff;
}
.get-started-btn50 {
  color: #2D2D2D;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #59CBE8;
}
.get-started-btn:hover {
  background: #59CBE8;
  color: #343a40;
}
.get-started-btn50:hover {
  background: #59CBE8;
  color: #fff;
}
.get-started-btndemo {
  color: #2D2D2D;
  border-radius: 4px;
  padding: 7px 5px 8px 5px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #59CBE8;
  margin-left: 20px;
}
.get-started-btndemo:hover {
  background: #59CBE8;
  color: #fff;
}
@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
  .get-started-btn50 {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }  
  .get-started-btndemo {
    margin: 0 48px 0 0;
    padding: 7px 5px 8px 5px;
  }    
}
.btndemo {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #151515;
  text-decoration: none;
  background: #59CBE8;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li a{
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 86vh;
  background-size: cover;
  position: relative;
    background-position: 50% 50%;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  top: -150px;
  text-align: center;
}

#hero .sektorler {
  font-family: "Heebo", sans-serif; 
  position: absolute;
  bottom: 50px;
  margin-left: 60px; 
}

.sliderbaslik {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #59CBE8;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.sliderbaslik span, .slideraciklama span {
  color: #59CBE8;
}

.slideraciklama {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #59CBE8;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #59CBE8;
}

#hero .icon-box:hover {
  border-color: #59CBE8;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #hero .sliderbaslik {
      margin-top:10%;
      position: absolute;
  }
  #hero .slideraciklama {
      margin-top:10%;
      position: relative;
      line-height: 40px;
      margin-left: 20px;
  }
  #hero .slideraciklama p span {
font-size: 24px;
  }    
  #hero .slideraciklama p span strong {
font-size: 24px;
  }   
#hero .sektorler {margin-left: 10px;bottom: 15px;}  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #59CBE8;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #59CBE8 !important;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #59CBE8;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 3px dashed #59CBE8;
  padding: 50px 50px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin: 10px 0;  
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #59CBE8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #59CBE8;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-size: cover;
  padding: 60px 0;
  background-attachment: fixed;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #59CBE8;
  border-color: #59CBE8;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-container {
  float:left;
  position: relative;
}
.portfolio .portfolio-item {
  margin-bottom: 30px !important;
  bottom:30px;
  position: relative;
  z-index: 1;
  display: block !important;
  visibility: visible; /* ekle */  
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  margin-right: 5px;  
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #59CBE8;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio #kalip-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  margin-right: 5px;  
}

.portfolio #kalip-flters li:hover, .portfolio #kalip-flters li.filter-active {
  color: #151515;
  background: #59CBE8;
}

.portfolio #kalip-flters li:last-child {
  margin-right: 0;
}

.portfolio#modelist-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  margin-right: 5px;  
}

.portfolio#modelist-flters li:hover, .portfolio#modelist-flters li.filter-active {
  color: #151515;
  background: #59CBE8;
}

.portfolio#modelist-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #59CBE8;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .icon {
    padding-bottom: 35%;
    padding-left: 45%;
    font-size: 45px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #59CBE8;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}
.eib {
  display: none;
}
.counts .image {
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 80%;
  }
  .eib {
    display: block;
  }  
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #59CBE8 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #59CBE8;
}

.team .member .social a:hover {
  color: #fff;
  background: #59CBE8;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #59CBE8;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #59CBE8;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #59CBE8;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #59CBE8 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding-top: 60px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #59CBE8;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #59CBE8;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #59CBE8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #59CBE8;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #59CBE8;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#newslater-popup {max-width: 800px;margin: 0 auto;position: relative;}
.nl-popup-main {display: block;overflow: hidden;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;-o-border-radius: 0px;}
.nl-popup-inner {border: 2px solid #1f1f2f;margin: 15px;display: block;overflow: hidden;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;-o-border-radius: 0px;}
#newslater-popup .newsletter-inner {background: transparent;padding: 20px 0;color: #1f1f2f;}
#newslater-popup .newsletter-inner span {font-weight: 600;margin-bottom: 15px;position: relative;margin-right: 10px}
#newslater-popup button.mfp-close {background-color: #dfddde;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-o-border-radius: 0;color: #1f1f2f;font-size: 35px;pacity: 1;right: 0;top: 0;}
#newslater-popup .newsletter-inner .main_title {display: block;text-align:center;font-size:24px;}
#newslater-popup .newsletter-inner p {margin-bottom: 20px;padding: 0 80px;}
.btn-popup .buton{font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;max-width: 200px;width:100%;float:right;margin-right:28%;}
.btn-popup .buton a{display:inline-block;background:#e84d1c;color:#fff;text-decoration:none;margin-top:13px;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;height:46px;}
.btn-popup .buton .ikon{display:inline-block;float:right;width:21px;height:21px;margin:3px 0 0 10px}
.btn-popup .buton a:hover{background:#2ea6b7}	

.btn-contact {
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-top: 15px;
    border-radius: 50px;
    background-color: #333;
}
.btn-contact:hover {
    background-color: #101010;
}
.btn-contact a:hover {
    color: #fff;
}
.hata{font-size:70px;text-align:center;font-weight:bold;color:#e84d1c;}
.hatatext{text-align:center;font-size:25px;}
.hatabady{margin-top:120px;margin-bottom:120px;}
.hatatext img{width:50px;height:100%;}
.btn-hata .buton{font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;float:right;margin:0;width: 100%;min-width: 200px;}
.btn-hata .buton a{display:inline-block;background:#2ea6b7;color:#fff;text-decoration:none;margin-top:13px;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;height:46px;}
.btn-hata .buton .ikon{display:inline-block;float:right;background:url(/img/icon/ikonlar.png) no-repeat -10px -392px;width:21px;height:21px;margin:3px 0 0 10px}
.btn-hata .buton a:hover{background:#e84d1c}

.sektorblok {
position: relative;
width: 100%;
height: 100% !important;
display: inline-block;
}

.sol {
    width:50%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    float:left;
}
.sag {
    width:50%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    float:right;
}
.bp{
    padding: 80px;
}
.blink{
    float: left;
}
.blinksatir a{
    font-weight: 500;
    margin-top: 20px;
    display: block;
    font-size: 20px;
    color: #333;    
}
.blinksatir i {
   top:6px;
   font-size: 30px; 
   position: relative;
   margin-right: 15px;
}
.blinksatir a:hover{
    color: rgb(0, 204, 255);
}
.blinksatir a:hover .bx-right-arrow-circle:before{
    content:"\ede4";
    color: rgb(0, 204, 255);
}
.sektoraltaciklama {
    position: relative;
    width: 100%;
    height: 100% !important;
    display: inline-block;
    margin : 50px 0;
}
.altaciklama {
    border-left :rgb(0, 204, 255) solid 2px;
    padding-left :50px;
}
.altresim {
    width: 25%;
    display: inline-block;
    position: relative;
    float: left;
    max-height: 376px;
    background-color: rgba(0,0,0,.81);    
}
.sektoraltimg {
    margin :0 !important; 
    bottom: -3px;      
}
.altbox:after,.altbox:before{content:""}
.altbox{overflow:hidden}
.altbox .title{letter-spacing:1px}
.altbox .post{font-style:italic}
.altbox {position:relative;bottom: -3px;}
.altbox:after,.altbox:before{width:100%;height:100%;background:rgba(0,0,0,.81);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.altbox:after{background:rgba(255,255,255,.3);top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.altbox:hover:before{opacity:1}
.altbox:hover:after{left:-170%}
.altbox img{width:100%;height:auto}
.altbox .box-content{width:100%;position:absolute;bottom:-100%;left:33%;transition:all .5s ease 0s}
.altbox:hover .box-content{bottom:43%}
.altbox .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.altbox .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.altbox .icon{margin:0}
.altbox .icon li{display:inline-block}
.altbox .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:rgb(20, 183, 255);font-size:18px;color:#fff;margin-right:10px;padding-top: 2px;padding-left: 8px;transition:all .5s ease 0s}
.altbox .icon .title{display:inline-block}
.altbox .icon li a:hover{transform:rotate(360deg)}

.detayaciklama {
    position: relative;
    width: 100%;
    height: 100% !important;
    display: inline-block;
    margin : 50px 0 0 0;
}

#screen {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}
.mockups {
    margin : 0;
    width: 50%;
}
.css-mb .mb-display-position {
    width: 80%;
    margin: 0 auto;
}
.css-mb .mb-display {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55.9442%;
    background: #373435;
    border-top-left-radius: 3.5% 5%;
    border-top-right-radius: 3.5% 5%;
}
.css-mb .mb-display::before{
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    left: 50%;
    width: 1%;
    height: 1.5164%;
    margin-left: -0.5%;
    border-radius: 50%;
    background: #525252;
}
.css-mb .mb-screen-position {
    position: absolute;
    top: 6.5%;
    width: 93.2%;
    left: 3.4%;
    height: 0;
    margin: 0;
    padding-bottom: 50.25%;
}
.css-mb .mb-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #373435;
}
.css-mb .mb-body {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 2.3%;
    background: #e6e7e8;
}
.css-mb .mb-body::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 14.07440%;
    height: 0;
    padding-bottom: 1.4814%;
    margin-left: -7.037%;
    background: #a9abae;
    border-bottom-left-radius: 7.0370% 50%;
    border-bottom-right-radius: 7.0370% 50%;    
}
.css-mb .mb-bottom-cover{
    width: 100%;
    height: 0;
    padding-bottom: 0.7407%;
    background: #a9abae;
    border-bottom-left-radius: 12% 600%;
    border-bottom-right-radius: 12% 600%;     
}
.css-mb-width-glare .mb-display::after{
    display: block;
}
.css-mb .mb-display::after{
    content: "";
    display: none;
    position: absolute;
    right: 0.4%;
    top: 0.60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(55deg, rgba(0,0,0,0) 60%, rgba(255,255,255,0,0.05) 60%);
    border-bottom-right-radius: 5%;
}

#araclar {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -250px;
    background : url('/assets/img/detay/arac-background.webp') fixed center center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.araclar {
    width: 100%;
    float: left;
    position: relative;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;  
    top: 20px;
}
#haberlersection {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background : url('/assets/img/detay/arac-background.webp') fixed center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;    
}
#haberlersection img {
  width: 100%;
}
.haberlergorsel {
  width: 100%;
  float: left;
  position: relative;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 20px 0;
  outline: 0;  
  top: 20px;
}
.haberlersection {
  width: 100%;
  float: left;
  position: relative;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 20px 0;
  outline: 0;  
  top: 20px;
}
.grdient-text-s {
  background: -webkit-linear-gradient(360deg, rgb(118, 49, 230) 40%, rgb(178, 15, 219) 60%) padding-box text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: fadeInUp;
}
#sektorreferans {
    margin-bottom: 50px;
    margin-left: 10%;    
    padding: 0;
    display: block;
    max-width: 1902px;
}
#sektorreferans img {
    width: 100%;
}
#sektorreferans .box9{
    margin: 13px;
    padding: 0;
    width: 16%;
    position: relative;
    display: inline-block;    
}

.box9{background:#000;text-align:center;position:relative}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}
.box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
.box9 .title{font-weight:300;color:#fff;line-height:25px;margin:0 5px;position:relative;text-align: center;justify-content: center;display: flex;}
.box9:hover .icon li{opacity:1;transform:translateY(0)}
.box9:hover .icon li:first-child{transition-delay:.1s}
.box9:hover .icon li:nth-child(2){transition-delay:.2s}
.box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s}
.box9 .icon a:hover{background:#fff}

.referansaltaciklama {
    margin: 30px 0;
}


#sektorreferans .refbox{
    margin: 13px;
    padding: 0;
    width: 16%;
    position: relative;
    display: inline-block;    
}

.refbox:after,.altbox:before{content:""}
.refbox{overflow:hidden}
.refbox .title{letter-spacing:1px}
.refbox .post{font-style:italic}
.refbox {position:relative;bottom: -3px;}
.refbox:after,.altbox:before{width:100%;height:100%;background:rgba(0,0,0,.81);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.refbox:after{background:rgba(255,255,255,.3);top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.refbox:hover:before{opacity:1}
.refbox:hover:after{left:-170%}
.refbox img{width:100%;height:auto}
.refbox .box-content{width:100%;position:absolute;bottom:-100%;left:33%;transition:all .5s ease 0s}
.refbox:hover .box-content{bottom:43%}
.refbox .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.refbox .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.refbox .icon{margin:0}
.refbox .icon li{display:inline-block}
.refbox .icon li i{bottom: 0px;position: absolute;left: 3px;}
.refbox .icon li a{display:block;font-size:58px;opacity: 1;width: 60px;height: 60px;border-radius:50%;
position: absolute;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-transition: opacity .5s .2s ease-in-out,-webkit-transform .5s .2s ease-in-out;
transition: opacity .5s .2s ease-in-out,transform .5s .2s ease-in-out;color:#fff;background-color:rgb(30, 115, 190); }
.refbox .icon .title{display:inline-block}

.referanssayfablok {
    width: 100%;
    display: inline-block;
    margin-left: 13%;
}
.referanssayfablok img {
    width: 100%;
}
.referanssayfablok .refblok{
    margin: 13px;
    padding: 0;
    width: 23%;
    position: relative;
    display: inline-block;    
}
.refadres {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #14b7ff;
    text-align: center;    
}
.refadres span:first-child {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
}
.refbaslik {
    margin-top: 20px !important;
    font-size: 46px;
    line-height: 52px;
    font-weight: 500;   
    margin-left: 15px;
}

/** login **/
.login {
  background: #F7F7F7; }

.login .fa-paw {
  font-size: 26px; }

a.hiddenanchor {
  display: none; }

.login_wrapper {
  right: 0px;
  margin: 0px auto;
  margin-top: 5%;
  max-width: 350px;
  position: relative; }

.registration_form, .login_form {
  position: absolute;
  top: 0px;
  width: 100%; }

.registration_form {
  z-index: 21;
  opacity: 0;
  width: 100%; }

.login_form {
  z-index: 22; }

#signup:target ~ .login_wrapper .registration_form, #signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#signup:target ~ .login_wrapper .login_form, #signin:target ~ .login_wrapper .registration_form {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both; }

/** /login **/

.border-gradient {border:1px solid #ced4da; border-image-slice: 1;}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* Thar Buttons */
a.animated-button.thar-one {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #59CBE8;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-one:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
}
a.animated-button.thar-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
a.animated-button.thar-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #59CBE8;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two {
	color: #59CBE8;
	cursor: pointer;
	display: block;
	position: relative;
	border: 1px solid #59CBE8;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: ntwo;
}
a.animated-button.thar-two:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
a.animated-button.thar-two:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #59CBE8;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.form-group{border-radius: 0 !important;}
.baslik-title {position: relative;margin-bottom: 15px;margin-top: 15px;border-bottom: 1px solid #59cdde;clear: both}
.baslik-title p {color: #e84d1c;margin: 0 0 10px;font-weight: 700;font-size: 25px}
.baslik-title::after {position: absolute;left: 0;bottom: -1.5px;height: 3px;width: 120px;background-color: #F8694A;}

.dosya {float: left;position: relative;display: block;}
.dosya img {margin:15px 0 15px 32%;text-align: center;display: flex;flex-flow: row nowrap;justify-content: center;}
.dosya li {list-style-type: none;line-height: 30px;float: left}
.dosya .dosyabaslik {font-size: 18px;color: #6EC1E4;font-weight: 600;text-align: center}
.dosya a {color:#333}

.dosyalar .bx {font-size: 30px;color:#6EC1E4;margin-right: 10px;top: 6px;position: relative}
.dosya .item {float:left;margin-bottom:20px;margin-top:20px}

#Formlar {margin: 20px 0 20px 180px;display: inline-block;}
.formcss label {margin: 12px !important;float:left;}
.x_titlefooter {
    border-top: 2px solid #E6E9ED;
    padding: 5px 5px 6px;
    margin-top: 10px;
}
.butonlar {float: right;right: 290px;}

.kaydetButton{font-size:12px;float:right;height:35px;margin:0 10px;padding:0 20px;background:#28a745;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;}
.kaydetButton:hover{background:#1e7932;color:#fff;}
.red, .parsley-required {color:#d2322d}
.yorumButtonPasif{font-size:16px;float:right;height:45px;margin:10px 0;font-weight: 600;cursor: default;padding:0 20px;background:#ECECEC;color:#909090;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;}
.yorumButtonPasif:hover {color:#909090;}
.yorumButton{font-size:16px;float:right;height:45px;margin:10px 0;font-weight: 600;padding:0 20px;background:#065FD4;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;}
.yorumButton:hover {color:#fff;}
.iptalButton {color: #909090;font-size: 16px;margin: 0 30px;top: 20px;position: relative;font-weight: 600;}
.iptalButton:hover {color:#909090;}
@media screen and (max-width: 991px) {
#Formlar {margin-bottom: 20px;display: inline-block;margin-left:10px}
.butonlar {float: right;right: 10px;}
.sektoraltaciklama {margin : 10px 0;}
.hidden-mobile {display: none;}
}

.wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: #120103;
  color: #fff;
  text-align: center;
}

header {
  background: #3e474f;
  box-shadow: 0 0.5em 1em #111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

header label {
  color: #788188;
  cursor: pointer;
  display: inline-block;
  line-height: 4.25em;
  font-size: 1em;
  font-weight: bold;
  padding: 0 1em;
}

header label:hover {
  background: #2e353b;
}
/* 
.slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 8em 1em 0;
  background-color: #120103;
  background-position: 50% 50%;
  background-size: cover;
  transition: left 0s 0.75s;
}

[id^="slide"]:checked + .slide {
  left: 0;
  z-index: 100;
  transition: left 0.65s ease-out;
}

.slide h1 {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s 0.5s, opacity 0.5s;
}

[id^="slide"]:checked + .slide h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.5s;
} */

.clearfix:after, form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.footer-whatsapp-fix{display:block;position:fixed;width: 50px;bottom: 50px;background-color: #25d366;border-radius: 25px;text-align:center;z-index:99999;left:15px;bottom: 130px;}
.footer-whatsapp-fix a i{color:#fff;font-size:30px;margin:10px;}

#accordionmenu .panel{border: none !important;box-shadow: none !important;border-radius: 0 !important;margin-bottom:10px !important;}
#accordionmenu .panel-heading-acc{padding: 0 !important;border-radius:0 !important;border: none !important;}
#accordionmenu .panel-title a{display: block !important;padding: 25px 30px 25px 70px !important;font-size: 18px !important;font-weight: bold;color: #fff;background: #59CBE8;position: relative;overflow: hidden;transition: all 0.5s ease 0s;text-decoration:none;}
#accordionmenu .panel-title a.collapsed{background: #d6d5d3;color: #1e4276;}
#accordionmenu .panel-title a:before{content: "";width: 55px;height: 100%;background-color: rgba(0, 0, 0, 0.1);position: absolute;top: 0;left: -13px;transition: all 0.5s ease 0s;text-decoration:none;}
#accordionmenu .panel-title a.collapsed:hover:before{background: #59CBE8;}
#accordionmenu .panel-title a:after{content: "\ef9a";font-family: IcoFont;position: absolute;left: 10px;top: 50%;color: #fff;transform: translateY(-50%);}
#accordionmenu .panel-title a.collapsed:after{content: "\efc2";font-family: IcoFont;color: #9f9f9f;}
#accordionmenu .panel-title a.collapsed:hover:after{color: #fff;}
#accordionmenu .panel-body{font-size: 18px;color: #5a3245;line-height: 40px;padding: 20px 15px 20px 40px !important;position: relative;border: none;transition: all 0.5s ease 0s;}
#accordionmenu .panel-body:before{content: "";width: 3px;height: 50px;background: #59CBE8;position: absolute;top: 30px !important;left: 0;}
#accordionmenu .panel-body p{margin-bottom: 0;} 

@media screen and (max-width: 768px) {
#sektorreferans .box9 {width: 92%;}
#sektorreferans {margin-left: 3%;}
#sektorreferans .refbox {width: 92%;}
section {padding: 20px 0;}
.clients {padding-top: 0;}
.social-links {margin-left : 37%;margin-bottom: 15px;}
.sag {width: 100%}
.sol {width: 100%}
.bp {padding: 20px;}
.altaciklama { border-left: none;padding-left: 0;}
#screen {height: auto;display: inline-block;}
.mockups {width: 92%;}
#araclar {height: auto;margin-top: 0;}
.detayaciklama {margin: 50px 0 70px 0;}
.cta {margin-top: 20px;}
.breadcrumbs {display: none}
.contact {padding-top: 100px;}
.referanssayfablok .refblok {width: 92%;margin-top: 30px;}
.referanssayfablok {margin-left: 10px;margin-top: 20px}
.tabbloolabilir {overflow-x:scroll;}
.login_wrapper {margin-top: 100px;}
.sks {margin-top: 100px}
}
.videosearch {
    position: relative;
    left: -25px;
    background-color: #fff !important;
}
.videosearch input{
min-height: 40px;
width: 100%;
max-width: 100%;
margin:auto; 
position:relative;
justify-content: center;    
align-items: center;  
display: grid;
box-sizing: border-box;
outline: currentcolor none medium;
font-family: Roboto,Noto,sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
-moz-box-flex: 1;
color: #111111;
padding-left: 10px;
min-width: 500px;
border: 1px solid #CCCCCC;
}
.videosearch input:focus{
    border: 1px solid #B1B1B1;
}
.videosearch .search-icon-legacy {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F8F8F8;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    height: 40px;
    width: 64px;
    margin-right: -64px;
    display: inline-block;
    float: right;
    top: 0;
    position: absolute;
    right: 0;
}
.videosearch .search-icon-legacy .bx {
font-size: 25px;
justify-content: center;    
align-items: center;  
font-weight: 400;
line-height: 24px;
text-align: center;
display: flex;
margin: auto;
top: 7px;
position: relative;
color: #B1B1B1;
}
.videoblok {
position: relative;
width: 100%;
height: 100% !important;
display: inline-block;
margin-top: 63px;
color:#2D2D2D !important;
}
.videoblok nav li a{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-family: "Roboto","Arial",sans-serif;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
padding: 0 24px;
min-width: 0;
color:#2D2D2D !important;
}
.videoblok nav ul {
    display: block !important;
}
.videoblok nav ul li:hover{
    background-color: #F2F2F2;
}

.kalipblok {
position: relative;
width: 100%;
height: 100% !important;
display: inline-block;
color:#2D2D2D !important;
}
.kalipblok nav li a{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-family: "Roboto","Arial",sans-serif;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
padding: 0 24px;
min-width: 0;
color:#2D2D2D !important;
}
.kalipblok nav ul {
    display: block !important;
}
.kalipblok nav ul li:hover{
    background-color: #F2F2F2;
}
.kalipblok .kalipkategoriheader {
  margin-left: 20px;
  font-weight: bold;
}
.kalipblok .kalipiconlar {
  display: inline-flex;
  float: right;
  margin-top: 25px;
}
.kalipblok .kalipiconlar a {
  margin: 10px;
}
.kalipblok .kalipiconlar .bx {
  font-size: 25px;
  color: #000;
}
.kalipblok .kalipiconlar .sil {
  font-size: 25px;
  color: red;
}
.kalipblok .kalipaciklama {
  display: block;
  float: left; 
  margin-left: -15px;;
}
#v-solmenu {
    padding: 1.5rem 0;
    width: 20%;
    float: left;
}
#v-sag {
    padding: 1.5rem;
    width: 80%;
    margin: 0 16px;
    display: flex;  
}
.container-vlist a {
    display: inline-block;
}
.container-vlist {
    width: 100%;
    display: inline-block;
}
.container-vlist .v-item {
    width: 23%;
    float: left;
    margin: 10px;
}
.container-vlist .v-baslik { 
    color:#111111 !important;
    text-decoration:none;
}
.v-item img {
    width: 100%;
    border: 1px solid #CCCCCC;    
}
.videodetayblok {
    position: relative;
    height: 100% !important;
    display: flex;
    margin: 75px 5% 0 5%;
    color:#2D2D2D !important;    
}
.videodetayblok .vd-sol {
    width: 75%;
    float: left;
    display: inline-block;
}
.videodetayblok .vd-sag {
    width: 25%;
    float: right;
    margin-left: 30px;    
}
.videodetayblok .vd-sol-video {
    margin: 10px 0;
}
.videodetayblok .vd-sol-baslik {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.videodetayblok .vd-sol-aciklama {
    float: left;
    margin: 30px 0;
    width: 100%;
}
.videodetayblok .vd-sag-diger {
    float: right;
    margin-bottom: 25px; 
    margin-top: 8px; 
    overflow: auto;
    max-height: 800px;
}
.videodetayblok .vd-sag-diger .v-item {
    margin-bottom: 25px;   
}
.videodetayblok .vd-sol-yorum {
    margin: 15px 0;
    font-family: "Roboto","Arial",sans-serif;
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: 400;    
}
ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #000;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author p {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #59CBE8;
  position: absolute;
  top: 20px;
  left: -40px;
}
ol.comment-list li.comment .comment-author p i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 10px;
  left: 9px;
  z-index: 9999;
}
ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid #ccc;
    width: 100%;
    height: 45px;
}
ol.comment-list li.comment .comment-author input:focus, ol.comment-list li.comment .comment-author input:active, ol.comment-list li.comment .comment-author input:focus-visible {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:2px solid #333;
    width: 100%;
    outline: none;   
}
.comment-author input::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .5s;
}
.comment-author input:focus::after{
  width: 100%;
  left: 0;
}



ol.comment-list li.comment .comment-author textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid #ccc;
    width: 100%;
    resize: none;
    overflow: hidden;
    min-height: 45px;
    max-height: 200px;
}
ol.comment-list li.comment .comment-author textarea:focus, ol.comment-list li.comment .comment-author textarea:active, ol.comment-list li.comment .comment-author textarea:focus-visible {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:2px solid #333;
    width: 100%;
    outline: none;   
}
.comment-author textarea::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .5s;
}
.comment-author textarea:focus::after{
  width: 100%;
  left: 0;
}
.Ybutonright {float: right;width: 30%} 
.ey_adsoyad {font-size: 14px;}
.ey {font-size: 14px;}
.eyc {font-size: 14px;margin-top: 10px}

ol.comment-list-cevap {
  list-style: none;
  margin-bottom: 0;
  padding: 0 30px 20px 125px;
}
ol.comment-list-cevap li.comment-cevap {
  position: relative;
  padding: 0;
}
ol.comment-list-cevap li.comment-cevap .comment-body-cevap {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #000;
  position: relative;
}
ol.comment-list-cevap li.comment-cevap .comment-author-cevap {
  display: block;
  margin-bottom: 0px;
}
ol.comment-list-cevap li.comment-cevap .comment-author-cevap p {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #59CBE8;
  position: absolute;
  top: 20px;
  left: -40px;
}
ol.comment-list-cevap li.comment-cevap .comment-author-cevap p img {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 3px;
  left: 3px;
  z-index: 9999;
  width: 90%;
}
ol.comment-list-cevap li.comment-cevap .comment-author-cevap .name {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 0;
}

.dsdivclass {float:left !important;width: 50% !important}  
@media screen and (max-width: 600px) {
  #v-solmenu {
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
  }
}
.portfolio-item img {width: 100%}
.pi-img-wrapper {position: relative;min-height: 350px;top:20px;}
.pi-img-wrapper .fiyatuyeoletiket {background: rgba(0,0,0,0.5);position: absolute;left: 0;bottom: 0;display: none;width: 100%;height: 10%;text-align: center;z-index: 999999;}
.pi-img-wrapper .fiyatuyeoletiket p {font-size: 12px;}
.portfolio-item:hover>.pi-img-wrapper>.fiyatuyeoletiket {display: block;transition: margin-top 3s;}
.pi-img-wrapper .fiyatuyeoletiket .btn {color: #fff;background: transparent;text-transform: uppercase;position: relative;font-size: 15px;}

.pi-img-wrapper div .src {padding: 3px 10px;color: #fff;margin: -85px 5px 0;background: transparent;text-transform: uppercase;position: relative;top: 65% !important;line-height: 1.4;font-size: 100px;}

.portfolio-item > .pi-img-wrapper:hover {
  box-shadow: 0 5px #59CBE8 !important;
}
.portfolio-item .v-aciklama {margin: 27px 0;}
.portfolio-item .v-baslik {font-size: 15px;}


#v-sag .pi-img-wrapper {position: relative;min-height: 225px;top:20px;background-color: #e9eaeb;border: 1px solid #a09c9c;border-radius: 15px;}
#v-sag .pi-img-wrapper .fiyatuyeoletiket {background: rgba(0,0,0,0.5);position: absolute;left: 0;bottom: 0;display: none;width: 100%;height: 10%;text-align: center;z-index: 999999;}
#v-sag .pi-img-wrapper .fiyatuyeoletiket p {font-size: 12px;}
#v-sag .portfolio-item:hover>.pi-img-wrapper>.fiyatuyeoletiket {display: block;transition: margin-top 3s;}
#v-sag .pi-img-wrapper .fiyatuyeoletiket .btn {color: #fff;background: transparent;text-transform: uppercase;position: relative;font-size: 15px;}

#v-sag .pi-img-wrapper div .src {padding: 3px 10px;color: #fff;margin: -85px 5px 0;background: transparent;text-transform: uppercase;position: relative;top: 65% !important;line-height: 1.4;font-size: 100px;}

#v-sag .portfolio-item > .pi-img-wrapper:hover {
  box-shadow: 0 5px #59CBE8 !important;
}
#v-sag .portfolio-item .v-aciklama {margin: 27px 0;}
#v-sag .portfolio-item .v-baslik {font-size: 15px;}
#v-sag .pi-img-wrapper>.indirbutton {position: absolute;width: 80%;bottom:0;background-color: #59CBE8;margin: 16px;border-radius: 5px;height: 25px;text-align: center;display: flex;flex-flow: row nowrap;justify-content: center;}
#v-sag .pi-img-wrapper>.indirbutton p {font-size: 12px;justify-content: center;bottom: 3px;position: relative;}

@media ( max-width: 768px ) {
    .videodetayblok .vd-sol {
        width: 100%;
        float: left;
        display: inline-block;
    }
    .videodetayblok .vd-sag {
        display:none;
    }
    .vd-sol-header img {width: 100% !important}
    #v-sag {
        padding: 1.5rem;
        width: 100%;
        margin: 0;
        display: flex;  
    } 
    ol.comment-list li.comment .comment-body {
      padding: 20px 0 20px 20px;
      margin-left: 20px;
    }   
    .Ybutonright {float: right;width: 60%}     
}
.modal-header{padding: 15px 45px !important;background-color: #f7f7f7 !important;color: #869ab6 !important;}
.modal-header img {width: 30px;height: auto;padding: 0 !important;border-bottom: none !important;margin-top: -23px;}
.modal-dialog {max-width: 800px !important;}
.modal-baslik{text-align: center;width: 100%;padding: 5px;background-color: #f7f7f7;border: 2px solid #dddddd;font-weight: bold;color: #869ab6;margin: 15px 0}
.btn-kapat .buton{font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;float:right;margin-right:20px;width: 100%;display:inline-block;background:#ADADAD;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;height:46px;}
.btn-kapat .buton:hover{background:#5B5B5B}
.btn-gonder .buton{font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;float:right;margin-right:20px;width: 100%;display:inline-block;background:#ffc107;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;height:46px;}
.btn-gonder .buton:hover{background:#c4c400}
.btn-sil .buton{font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;float:right;margin-right:20px;width: 100%;display:inline-block;background:#ff0707;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;height:46px;}
.btn-sil .buton:hover{background:#2e0808}

@media (max-width: 1025px) {
.section-title span {font-size:25px;}
.accordion {cursor: pointer; border: none; text-align: left; outline: none;transition: 0.5s;}
.panel {max-height: 0;overflow: hidden;border:none !important;border-radius:0 !important;margin-bottom:0 !important;}
.paddingtop-bottom {margin-top:30px;}
.footerleftmobile i.fa {float: left;font-size: 16px;color: #e84d1c;margin-top: 4px;}
.footerleftmobile i.fa {font-size: 16px;color: #e84d1c;}
.footerleftmobile span {font-weight: bold;}
.footerleftmobile .footer-ul {margin-top:20px;}
.btn-group {float: left;}
#hero .sliderbaslik {margin-left: 14%;}
}
@media (max-width: 570px) {
.btn-group {float: left;margin-right: 40px;}    
#hero .sliderbaslik {margin-left: 14%;}
}
.eyecss {
font-size: 24px;
color: gray;    
}
.kl-uyari {color:red;font-size: 13px;margin-left: 15px;}

.avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: top center;
  border-radius: 50%;
  border: 2px solid #59CBE8;
  color: white; 
  background-color: #000;  
  text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center; 
}
.avatar:hover {
    background-color:#59CBE8; 
  color: #000;
}
.avatar span{
    margin: 6px 10px 0px 10px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.avartaricon::after {

    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;

}
.tesisadrescss{line-height: 20px;margin-top:17px}
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.butonlar {
  float: right;
}
.guncelleButton{font-size:12px;float:right;height:25px;margin:0;padding:0 10px;background:#59CBE8;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;}
.guncelleButton:hover{background:#b76500;color:#fff;}
.ekleButton{font-size:12px;float:right;height:25px;margin:0 10px;padding:0 10px;background:#28a745;color:#fff;text-decoration:none;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-webkit-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-moz-box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);box-shadow:2px 2px 2px 0 rgba(50,50,50,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;justify-content: center; -ms-align-items: center;align-items: center;}
.ekleButton:hover{background:#1e7932;color:#fff;}
#kaliplarim {
  margin: 120px;
  display: block;  
}
.kl-uyari {color:red;font-size: 15px;margin-left: 20px;}
.video-name{
  height: 3rem;
  color:#000;
  font-size: 10pt;
}
.kalipimgincele {font-size: 25px;position: relative;float: right !important;right: 0;top: 0;}

.pb-60 {
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.mb-30 {
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  8.0 blog css
/*----------------------------------------*/
.tp-blog-area {
  background: var(--tp-bg-primary);
  overflow: hidden;
}
.tp-blog-text p {
  position: relative;
  color: #8A90A3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-text p {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .tp-blog-text p {
    margin-bottom: 30px;
  }
}
.tp-blog-text p::after {
  position: absolute;
  content: "";
  top: 10px;
  left: -14px;
  height: 41px;
  width: 2px;
  background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-text p::after {
    height: 67px;
  }
}
.tp-blog-content {
  background: var(--tp-common-white);
  padding: 25px 0 30px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-content {
    padding: 25px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-content {
    padding: 25px 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-content {
    padding: 25px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .tp-blog-content {
    padding: 25px 0 25px 0;
  }
}
.tp-blog-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: var(--tp-theme-primary);
  transition: 0.3s;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-title br {
    display: none;
  }
}
.tp-blog-title a:hover {
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-title-wrapper .tp-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-title-wrapper .tp-section-title {
    font-size: 32px;
  }
}
.tp-blog-wrapper:hover .tp-blog-thumb::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.tp-blog-tag {
  position: absolute;
  bottom: 18px;
  left: 0;
}
.tp-blog-tag p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #132047;
  letter-spacing: 0.135em;
  background: var(--tp-theme-secondary);
  clip-path: polygon(0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50%);
  width: 130px;
}
.tp-blog-thumb {
  position: relative;
  overflow: hidden;
}
.tp-blog-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.tp-blog-thumb img {
  transition: all 0.3s 0s ease-out;
  max-width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-thumb img {
    min-width: 100%;
  }
}
.tp-blog-date span {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-primary);
  opacity: 0.6;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-date span {
    margin-right: 0;
  }
}
.tp-blog-date span i {
  color: var(--tp-theme-secondary);
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-date span i {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-date span i {
    margin-right: 3px;
  }
}
.tp-blog-btn .read-more a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: ruby;
  letter-spacing: 0.18em;
  color: #132047;
  transition: 0.3s;
}
.tp-blog-btn .read-more a span svg {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-blog-btn .read-more a span::before {
  position: absolute;
  content: "";
  border: 1px solid #E8F2F9;
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 50%;
  left: 165px;
}
.tp-blog-btn .read-more a:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-btn .read-more a:hover span svg {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-2-area {
  background: var(--tp-bg-primary);
  overflow: hidden;
  z-index: 0;
}
.tp-blog-2-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--tp-heading-primary);
  height: 72%;
  width: 100%;
  z-index: -1;
}
.tp-blog-2-shape .shape-1 {
  position: absolute;
  bottom: 215px;
  left: -90px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-2-shape .shape-1 {
    display: none;
  }
}
.tp-blog-2-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-blog-2-title-wrapper .tp-section-title__pre {
  color: var(--tp-common-white);
}
.tp-blog-2-wrapper {
  position: relative;
}
.tp-blog-2-wrapper::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: auto;
  right: 0;
  background-color: var(--tp-theme-secondary);
  transition: all 0.3s ease-out 0s;
}
.tp-blog-2-wrapper:hover .tp-blog-2-thumb a::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.tp-blog-2-wrapper:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.tp-blog-2-thumb {
  position: relative;
  background: #161A37;
  padding: 14px 13px 0 14px;
  overflow: hidden;
}
.tp-blog-2-thumb a {
  position: relative;
  display: block;
  overflow: hidden;
}
.tp-blog-2-thumb a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.tp-blog-2-thumb img {
  max-width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-2-thumb img {
    width: 100%;
  }
}
.tp-blog-2-tag-name {
  background: var(--tp-theme-secondary);
  width: 126px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tp-blog-2-tag-name p {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #1B1A1A;
}
.tp-blog-2-content {
  background: var(--tp-common-white);
  padding: 25px 20px 30px 27px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.03);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-blog-2-content {
    padding: 25px 15px 30px 20px;
  }
}
.tp-blog-2-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: var(--tp-theme-primary);
  margin-bottom: 12px;
}
.tp-blog-2-title a {
  background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-2-title a br {
    display: none;
  }
}
.tp-blog-2-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.tp-blog-2-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: var(--tp-theme-primary);
}
.tp-blog-2-btn a span {
  margin-left: 5px;
  transform: translateY(1px);
  display: inline-block;
}
.tp-blog-2-btn a:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-2-btn a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-2-nav .blog-button-next-1 {
  position: absolute;
  top: 50%;
  right: 35px;
  color: var(--tp-common-white);
  font-size: 18px;
  z-index: 1;
}
.tp-blog-2-nav .blog-button-prev-1 {
  position: absolute;
  top: 50%;
  left: 35px;
  color: var(--tp-common-white);
  font-size: 18px;
  z-index: 1;
}
.tp-blog-3-area {
  background: #F1FBFE;
}
.tp-blog-3-shape .shape-1 {
  position: absolute;
  right: -100px;
  top: 0px;
}
.tp-blog-3-shape .shape-2 {
  position: absolute;
  left: -120px;
  bottom: 0;
}
.tp-blog-3-thumb {
  position: relative;
  overflow: hidden;
}
.tp-blog-3-thumb a img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-3-thumb a img {
    min-width: 100%;
  }
}
.tp-blog-3-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.tp-blog-3-user {
  display: flex;
  position: absolute;
  left: 22px;
  top: 28px;
}
.tp-blog-3-user.active::after {
  width: 145px;
}
.tp-blog-3-user.active p {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.tp-blog-3-user img {
  z-index: 1;
}
.tp-blog-3-user::after {
  position: absolute;
  content: "";
  background: var(--tp-common-white);
  height: 38px;
  width: 36px;
  border-radius: 19.5px;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease-out;
}
.tp-blog-3-user:hover::after {
  width: 145px;
}
.tp-blog-3-user:hover p {
  opacity: 1;
}
.tp-blog-3-user p {
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #1B1A1A;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 7px;
  opacity: 0;
  z-index: 2;
}
.tp-blog-3-content {
  position: relative;
  padding: 22px 30px 8px 26px;
  border-bottom: 1px solid #EBEBEB;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-3-content {
    padding: 22px 20px 8px 20px;
  }
}
@media (max-width: 575px) {
  .tp-blog-3-content {
    padding: 15px;
  }
}
.tp-blog-3-wrapper {
  position: relative;
  border: 1px solid #EBEBEB;
  background: var(--tp-common-white);
  box-shadow: 0px 13px 26px #EEF0F8;
}
.tp-blog-3-wrapper:hover .tp-blog-3-thumb::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.tp-blog-3-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #191B1E;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-blog-3-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-3-title br {
    display: none;
  }
}
.tp-blog-3-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-3-btn {
  padding: 13px 25px 30px 30px;
}
.tp-blog-3-btn .read-more::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 119px;
  background: #121C22;
  bottom: -6px;
  left: -4px;
  transition: all 0.3s;
}
.tp-blog-3-btn .read-more:hover::after {
  background: var(--tp-theme-secondary);
}
.tp-blog-3-btn .read-more a {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: var(--tp-heading-secondary);
}
.tp-blog-3-btn .read-more a span svg {
  margin-left: 12px;
  transition: all 0.3s;
}
.tp-blog-3-btn .read-more a:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-3-btn .read-more a:hover span svg {
  transform: rotate(40deg);
}
.tp-section-title {
  font-weight: 700;
  font-size: 38px;
}
.tp-section-title .title-left-shape {
  position: absolute;
  left: 200px;
  top: 150px;
}
#cookie-consent.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px; /* İsteğe bağlı: Kenarlıklar için padding */
}
#cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5); /* Transparan siyah */
  backdrop-filter: blur(10px); /* Blur efekti */
  color: #fff; /* Yazı rengini beyaz yapıyoruz */
  font-family: Arial, sans-serif;
  display:none;
}

#detay-cookies {
  margin-left: 10px;
  color: #ffb302;
}

#detay-cookies:hover {
  color: #020626;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-btn {
    padding-left: 15px;
  }
}
.tp-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 21px 48px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  background: #020626;
  margin-top: 6px;
}
.tp-btn::after {
  position: absolute;
  content: "";
  background: #e87e00;
  height: 34px;
  width: 36px;
  border-radius: 15px;
  right: -11px;
  bottom: -11px;
}
.tp-btn::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 430px;
  top: 50%;
  left: 50%;
  background: #e87e00;
  border-radius: 50%;
  transform: translateX(-22%) translateY(-42%) scale(0);
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}
.tp-btn:hover {
  color: #020626;
}
.tp-btn:focus{
  color:#fff;
}
.tp-btn:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.tp-btn i {
  margin-left: 16px;
  transform: translateY(2px);
}
.modal-body .modal-cerez {
  color: #333;
}


/* Slider'ın tamamını ekranın boyutuna yayacak şekilde ayarlıyoruz */
.video-block {
  width: 100%;
  height: 100vh; /* Tam ekran yüksekliği */
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', Sans-Serif;
  overflow: hidden; /* İçeriğin taşmasını engeller */
}

/* Video genişliği ve yüksekliğini %100 yaparak ekranın tamamını kaplamasını sağlarız */
.video-block #video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Video, container'ı tam olarak kaplar */
}

/* Arka plan katmanının da tam ekran olmasını sağlarız */
.videoblock_back {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.14469537815126055) 89%);
}

/* Açıklama kısmını (container) alt kısma yerleştiririz */
.video-block-desc {
  width: 100%;
  height: 80%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  top: 0;
  left: 0;
}

/* İçerik (başlık vb.) için genişlik ve hizalama */
.video-block-desc .container {
  width: 100%;
  text-align: left;
  padding: 0 20px; /* İçeriğe biraz padding ekleyebilirsiniz */
}

.pdf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 100px 20px;
}

.pdf-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.pdf-card:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.pdf-card img {
  width: 100%;
  height: auto;
  display: block;
}
.pdf-card p {
  margin-bottom: 15px;
  font-weight: bold;
  color: #444;
}

.pdf-card a {
  display: inline-block;
  background-color: #59CBE8;
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.pdf-card a:hover {
  background-color: #064d5f;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.download-btn:hover {
  background-color: #0056b3;
}

.download-btn .icon {
  width: 18px;
  height: 18px;
  stroke: white;
}
