@charset "UTF-8";
/*

Theme Name: Artı Artı Teknoloji Hizmetleri
Author: Dijifabrik
Author URI: https://dijifabrik.com/
Version: 1.0
Color: #0d3446

*/

/*@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

.noContent {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  min-height: 600px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  /*background: linear-gradient(180deg, rgb(1 10 17) 3%, rgb(255 255 255) 0%);*/
}
a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
	text-decoration:none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Header Styles */
header {
  width: 100%;
  background: #0d3446;
  position: fixed;
  z-index: 99999;
}
/*
header {
    z-index: 3;
    position: fixed;
    width: 100%;
    background: #0d3446;
    top: 0;
    left: 0;
}*/

header .row {
  height: 70px;
}
.leftMenuBtn {
  float: left;
  width: 120px;
  height: 70px;
  font-size: 28px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  border-right: 1px solid #fff;
  cursor: pointer;
}
#leftMenu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 350px;
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
  margin-left: -350px;
  background: #fff;
  z-index: 99999;
  overflow: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#leftMenu.leftMenuOpen {
  margin-left: 0;
}
.leftMenuContent {
  padding: 50px 20px 50px 50px;
}
.leftmenu ul.menu > li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.leftmenu ul.menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #001b2b;
  padding-bottom: 15px;
	text-decoration:none;
	letter-spacing:1px
}
.leftmenu ul.sub-menu {
  display: none;
  padding-left: 10px;
}
.leftmenu ul.sub-menu > li > a {
  display: block;
  font-weight: 400;
  color: #001b2b;
  margin-bottom: 10px;
	text-decoration:none;letter-spacing:1px
}
.leftmenu ul.sub-menu > li > a:hover {
  display: block;
  font-weight: 500;
  color: #000;
}
.leftmenu ul.menu > li.menu-item-has-children > a:after {
  content: "\f0dd";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
  margin-top: -2px;
}
ul.leftMenuSocial {
  margin-top: 50px;
}
ul.leftMenuSocial li {
  display: inline-block;
}
ul.leftMenuSocial li a {
  display: block;
  font-size: 20px;
  color: #2c2a2a;
  line-height: 50px;
  padding: 0px 19px;
  border-right: 1px solid #2c2a2a;
}
ul.leftMenuSocial li a:hover {
  color: #e52322;
}
ul.leftMenuSocial li:first-child a {
  padding-left: 0;
}
ul.leftMenuSocial li:last-child a {
  padding-right: 0;
  border-right: none;
}
.logo {
  display: block;
  background: url(assets/images/logo-beyaz.png) no-repeat;
  background-size: 156px 35px;
  width: 156px;
  height: 35px;
  text-indent: -9999px;
}
.mainmenu ul.menu:after  {
  content: "";
  display: block;
  clear: both;
}
.mainmenu ul.menu li {
  float: left;

}
.mainmenu ul.menu li a {
  display: block;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  line-height: 70px;
  margin-right: 40px;
	letter-spacing:1px;text-decoration:none
}
.mainmenu ul.menu li a:hover {
  display: block;
  font-size: 18px;
  font-weight: 400;  
}

.mainmenu ul.menu li:last-child a {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 50px;
  margin-right: 0;
}
.topSearch {
  float: right;
  width: 120px;
  height: 70px;
}
.topSearch .search-form {
  position: absolute;
  top: 0;
  right: 0;
}
.topSearch label {
  position: relative;
  color: transparent;
  width: 120px;
  height: 70px;
}
.topSearch input {
  outline: none;
}
.topSearch input[type="text"] {
  float: right;
  width: 120px;
  height: 70px;
  border: none;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.topSearch:hover input[type="text"] {
  float: right;
  padding-left: 20px;
  cursor: auto;
}
input:focus::-webkit-input-placeholder {
  color: #888;
}
.topSearch button.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 70px;
  background: #0d3446;
  font-size: 24px;
  color: #fff;
  outline: none;
  border: none;
}
.topSearch input:-moz-placeholder {
  color: transparent;
}
.topSearch input::-webkit-input-placeholder {
  color: transparent;
}
#datafetch {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: calc(100% - 75px);
  background: #fff;
  z-index: 999;
}
.fetchDataWrap {
  padding: 10px;
  line-height: 16px;
  border-top: 1px solid #e1e1e1;
}
.fetchDataWrap a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  color: #333;
}
.fetchDataWrap a:last-child {
  margin-bottom: 0;
}
/* Breadcrumb */
/*.pageHero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0 30px 0;
}*/

.pageHero {
  /*background-attachment: fixed;*/
  padding: 50px 0 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset !important;
  background-position: center;
  margin-top: 69px !important;
  height: 230px !important ;
}

.heroTitle {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.heroTitle span {
  font-size: 40px;
  font-weight: 400;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 0px;
}
.breadcrumbs li a {
  color: #fff;
}

/* Hero Banner */
#heroBanner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 70px;
}
#sliderMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}
#slideLeft {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/*.slideLeftCenter {
  width: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}*/

/*.slideLeftCenter:hover::before {
  opacity: 0.7 !important;
}
.slideLeftCenter:hover {
  /*animation: mymove 0.7s;
  transition: opacity 1.5s ease 2s !important;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  transition:transform 0.5s ease-in-out;*/
  /*transform: scale(1.13);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
#slideLeft{
  overflow: hidden;
}*/
.homeNewsHeader h3 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  color: #fff;
}
.homeNewsHeader h3 span {
  display: block;
  font-weight: 700;
  /*color: #7c0113;*/
  color: #ed3833;
}
.homeNewsTitle {
  font-size: 30px;
  /*font-weight: 700;*/
  font-weight: 100;
  color: #fff;
  line-height: 34px;
  margin-bottom: 15px;
}
.homeNewsMore {
  width: 120px;
  background: #4c4c4c;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  position: relative;
}
.homeNewsMore:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0; 
}
.slideLeftBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.showcaseTop {
  display: inline-block;
  margin-right: 30px;
}
.showcaseTop:last-child {
  margin-right: 0;
}
.showcaseTop img {
  height: 60px;
  opacity: 1;
}
#slideLeft .productSlider .productSliderItems .productItem {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slideLeft .productSlider .productSliderItems .productItem a.slideMenu {
  width: 100%;
  flex: 0 0 100%;
}

#slideRight {
  width: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
}

.slideMenu {
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  border-bottom: none;
  font-size: 34px;
  line-height: 28px;
  /*font-weight: 700;*/
  font-weight: 100;
  color: #fff;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  padding: 20px;
  text-transform: uppercase;
}
.slideMenu:hover {
	color: #fff;
   text-decoration: none;
 }

a#slideSquare1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
a#slideSquare2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
a#slideSquare3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
a#slideSquare5 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.slideMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slideMenu:hover:before {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.slideMenu_sol{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.slideMenu_sol:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}

.slideMenu_sol:hover:before {
  overflow: hidden;
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}


  /* Anasayfa */
  #slideSquare1:before {
    background-image: url(/wp-content/uploads/2023/05/icons002.jpg) !important;
 
  }
  #slideSquare2:before {
    background-image: url(/wp-content/uploads/2023/05/icons004.jpg);
 
  }
  #slideSquare3:before {
    background-image: url(/wp-content/uploads/2023/05/icons001.jpg);
 
  }
#slideSquare4:before{
    background-image: url(/wp-content/uploads/2023/05/icons003.jpg);
 
  }
 
 
#slideLeft:before {
  background-image: url(/wp-content/uploads/2022/01/haber.jpg);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  overflow: hidden;
}

.slideLeftCenter,.slideLeftBottom{
  z-index:9;
}


.slideLeftCenter{
  width:100% !important;
}

.slideMenu span {
  z-index: 2;
}

/* Home Styles */
/* Home Styles */
.sectionNav {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 99999;
}
.sectionNav ul li {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 10px;
}
.sectionNav ul a.active li {
  background: #ff0000;
}

.ssHeader {
  background: #011319;
  padding: 20px;
}
.ssHeader h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.ssHeader h3 span {
  display: block;
  font-weight: 400;
}
a.ssAllBtn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 25px 5px 10px;
}
a.ssAllBtn i {
  margin-left: 5px;
  vertical-align: middle;
}
.ssHeader li.nav-item {
  width: 25%;
  height: 150px;
  padding: 0 10px;
  position: relative;
}
.ssHeader .nav-link {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
  padding: 20px;
  position: relative;
  display: table;
  border-radius: 0;
}
.ssHeader li.nav-item .nav-link:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0d3446;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ssHeader .nav-link.active:before,
.ssHeader .nav-link:hover:before {
  opacity: 0.3 !important;
}
.ssHeader .nav-link.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #011319;
  clear: both;
}
.ssHeader li.nav-item .nav-link > * {
  z-index: 100;
}
.ssWrap {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
.ssTitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.ssCategory {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
.ssContentInside {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ssContentInside:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 19, 25, 0.3);
}
.ssContentDetail {
  width: 650px;
  height: 325px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -325px;
  background: rgba(1, 19, 25, 0.8);
  border-radius: 650px 650px 0 0;
  display: table;
}
.ssContentDetailIn {
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 50px;
}
.ssContentCat {
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  margin-top: 20px;
}

/* Başarı Hikayelerimiz */
.bh-hero {
  background-image: url(assets/images/bh-hero.jpg);
  background-position: center center;
  background-repeat: round;
  background-size: contain;
  position: relative;
  margin-top: 70px;
}
.bh-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #000;*/
  opacity: 0.3;
  z-index: 1;
}
.bh-title {
  /*font-size: 50px;
  line-height: 44px;
  font-weight: 500;*/
  color: #fff;
  text-align: left;
  /*padding: 120px 0;*/
  position: relative;
  z-index: 2;
  padding: 54px;
  font-family: rajdhani;
  font-size: 50px;
  line-height: 44px;
  letter-spacing: 2px;
  text-shadow: 2px 2px #000000;
  margin-left: 110px;
}
.bh-title span {
  font-weight: 100;
  font-size: 40px;
}
.bh-nav {
  z-index: 2;
  position: relative;
}
.bh-nav a.nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0 10px;
}
.bh-nav a.nav-link.active {
  background: transparent;
}
.bh-nav a.nav-link.active:after {
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 3px;
  background: #ff0000;
  margin-top: 5px;
}
.bh-breadcrumb {
  position: relative;
  z-index: 2;
}
.bh-breadcrumb .breadcrumbs {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.bh-breadcrumb .breadcrumbs li {
  display: inline-block;
  font-size: 16px; 
  color: #fff;
  padding: 10px 0;
  margin-right: 15px;
}
.bh-breadcrumb .breadcrumbs li a {
  color: #fff;
}
.bh-item-wrapper {
  flex-wrap: wrap;
}
.bh-item {
 margin-bottom:30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bh-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bh-item:hover:before {
  opacity: 0.2;
}
.bh-item:hover {
  text-decoration: none;
}
.bh-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.bh-item-title span {
  font-size: 16px;
  font-weight: 500;
}
.carousel-control-next,
.carousel-control-prev {
  width: 2%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 26px;
  height: 36px;
}
.carousel-control-prev-icon {
  background-image: url(assets/images/arrow-left.png);
}
.carousel-control-next-icon {
  background-image: url(assets/images/arrow-right.png);
}
.bh-content {
  /*background: #DFDFDF;*/
  background: #ffffff;
}
.bh-content-footer {
  width: 1107px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  background: #0d3446;
}
.bh-previous {
  float: left;
}
.bh-previous:before {
  content: "";
  display: inline-block;
  float: left;
  width: 65px;
  height: 70px;
  background-image: url(assets/images/previous.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bh-next {
  float: right;
}
.bh-next:before {
  content: "";
  display: inline-block;
  float: right;
  width: 65px;
  height: 70px;
  background-image: url(assets/images/next.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bh-previous a,
.bh-next a {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

/* Başarı Hikayesi Single */
.bhSlider .tp-revslider-mainul > li {
  border: 40px solid #fff;
  box-shadow: 0px 0px 20px 0px;
  height: 95% !important;
  top: 21px;
}
.bhSlider .tparrows {
  background: transparent;
  border: 1px solid #1a1a1a;
}
.bhSlider .tparrows:before {
  color: #1a1a1a;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.bhSlider .tparrows.tp-leftarrow:before {
  content: "\f30a";
}
.bhSlider .tparrows.tp-rightarrow:before {
  content: "\f30b";
}

/* Çözümlerimiz */
.solutionsTitle h2 {
  display: inline-block;
  padding-bottom: 5px; 
  margin-bottom: 20px;
}
.controls-top {
  position: absolute;
  top: 105px;
  z-index: 9999;
  width: 100%;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
}

.controls-top a,
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  position: absolute;
  font-size: 26px !important;
  color: #c51c24 !important;
  background: #ffffff !important;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -20px;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-next {
  right: -20px;
}

.lgx-carousel-section .lgx-carousel {
  text-align: left !important;
}

.owl-carousel .owl-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
}

.owl-carousel .owl-item p {
  font-size: 15px;
}

.controls-top a {
  position: absolute;
  font-size: 26px;
  color: #c51c24;
}
.controls-top a.btnPrev {
  left: -20px;
}
.controls-top a.btnNext {
  right: -20px;
}
#cozumlerSlider .card {
  border: none;
  padding: 0;
  border-radius: 0;
}
#cozumlerSlider .card .card-body {
  padding: 20px 0 0;
}
#cozumlerSlider .card-title {
  font-size: 24px;
}
#cozumlerSlider .card-text {
  font-size: 15px;
  text-align: justify;
}
#cozumlerSlider .blockquote {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  background: #c51c24;
}
#cozumlerSlider .blockquote:before {
  content: "“";
  font-size: 80px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
#cozumlerSlider .blockquote:after {
  content: "”";
  font-size: 80px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
#cozumlerIntro .blockquoteTop {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  background: #ededed;
}
#cozumlerIntro .blockquoteTop:before {
  content: "“";
  font-size: 80px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
#cozumlerIntro .blockquoteTop:after {
  content: "”";
  font-size: 80px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}

/* Kurumsal Styles */
ul.kurumsalUl li {
  margin-bottom: 20px;
}
ul.kurumsalUl li:before {
  content: "\f111";
  color: red;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
}
#odullerSlider .tparrows:before {
  color: #c51c24;
}

/* Contact Styles */
.iletisimTitle h2:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 215px;
  height: 5px;
  background: #c51c24;
}
table.contactDetails tr td:first-child {
  vertical-align: baseline;
  min-width: 90px;
}
.contactInput {
  color: #353535;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #c51c24 !important;
  border-radius: 0;
}
.contactInput:focus {
  box-shadow: none !important;
}
.contactSubmit {
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #c51c24;
  padding: 5px 30px !important;
  border: 1px solid #c51c24 !important;
}
.kvkk .wpcf7-list-item {
  margin: 0;
}
.kvkk label {
  margin-top: 40px;
  color: #c51c24;
}
.kvkk label input {
  vertical-align: middle;
  margin-top: -1px;
}
.kvkk label a {
  color: #c51c24;
  text-decoration: underline;
}

/* Haberler Styles */
.post-container {
  margin-top: 50px;
}
.blogPost {
  margin-bottom: 50px;
}
.post-container a,
.post-container a:hover,
.post-container a:focus {
  text-decoration: none;
}
.postThumbnail {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}
.postDate {
  font-size: 14px;
  color: #000;
}
.postTitle {
  font-size: 20px;
  color: #000;
}
a.misha_loadmore {
  display: inline-block;
  font-size: 20px;
  color: #0d3446;
  border: 1px solid #0d3446;
  padding: 8px 20px;
  margin-bottom: 50px;
}
a.misha_loadmore:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 700;
  content: "\f309";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 20px;
}
a.misha_loadmore:hover {
  background: #0d3446;
  color: #fff;
  cursor: pointer;
}

/* Category Single */
.blogSingle {
  margin-top: 55px;
}

/*
.singleTitle h3:after {
  content: '';
  width: 25%;
  display: block;
  padding-top: 5px;
  border-bottom: 5px solid #c51c24;
  margin: 0 auto;
}
*/

.singleDate {
  font-size: 16px;
  font-weight: 700;
  color: #0d3446;
  margin-bottom: 20px;
  font-family: "Rajdhani", sans-serif;
  text-transform: capitalize;
}
.blogMoreTitle {
  margin: 60px 0 20px 0;
}
.blogMoreTitle h3:after {
  content: "";
  width: 25%;
  display: block;
  padding-top: 5px; 
  margin: 0 auto;
}

/* Footer Styles */
.footerTop {
  background: #dfdfdf;
  padding: 40px 0;
}
.logoShowcase li {
  -ms-flex: 0 0 13.666667%;
  flex: 0 0 10.666667%;
  max-width: 10.666667%;
  width: 10.666667%;
  float: left;
  text-align: center;
  border-right: 1px solid #cfcfcf;
  padding: 0 20px;
  line-height: 100px;
}
.logoShowcase li:first-child {
  padding: 0 0px;
}
.logoShowcase li:last-child {
  border: none;
}
footer {
  background: #0d3446;
  color: #fff;
}
footer .row {
  height: 155px;
}
.footerSocial li {
  display: inline-block;
}
.footerSocial li a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 0px 19px;
  border-right: 1px solid #fff;
}
.footerSocial li:last-child a {
  padding-right: 0;
  border-right: none;
}

.contactOther {
  color: #000;
}
.contactOther h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.contactOther .carousel-control-next, .carousel-control-prev{
	opacity:1;
	
}
.contactOther .carousel-control-prev-icon {
  background-image: url(/wp-content/uploads/2022/06/red-left.png);
}
.contactOther .carousel-control-next-icon {
  background-image: url(/wp-content/uploads/2022/06/red-right.png);
}

.contactOther .col-md-4 > div{ margin-bottom:10px}

a.mapBtn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #707070;
  margin-top: 30px;
	background-color:#707070
}
.carousel-control-prev {
  left: -3%;
}
.carousel-control-next {
  right: -3%;
}
/* show 3 items */
.carouselPrograms .carousel-inner .active,
.carouselPrograms .carousel-inner .active + .carousel-item,
.carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
  display: block;
  margin-right: 0;
}

.carouselPrograms
  .carousel-inner
  .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carouselPrograms
  .carousel-inner
  .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
  + .carousel-item,
.carouselPrograms
  .carousel-inner
  .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
  + .carousel-item
  + .carousel-item {
  transition: none;
}

.carouselPrograms .carousel-inner .carousel-item-next,
.carouselPrograms .carousel-inner .carousel-item-prev {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.carouselPrograms
  .carousel-inner
  .active.carousel-item
  + .carousel-item
  + .carousel-item
  + .carousel-item {
  position: absolute;
  top: 0;
  right: -33.333%;
  z-index: -1;
  display: block;
  visibility: visible;
}

/* left or forward direction */
.carouselPrograms
  .active.carousel-item-left
  + .carousel-item-next.carousel-item-left,
.carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
.carouselPrograms
  .carousel-item-next.carousel-item-left
  + .carousel-item
  + .carousel-item,
.carouselPrograms
  .carousel-item-next.carousel-item-left
  + .carousel-item
  + .carousel-item
  + .carousel-item {
  position: relative;
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
}

/* farthest right hidden item must be abso position for animations */
.carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
  display: block;
  visibility: visible;
}

/* right or prev direction */
.carouselPrograms
  .active.carousel-item-right
  + .carousel-item-prev.carousel-item-right,
.carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
.carouselPrograms
  .carousel-item-prev.carousel-item-right
  + .carousel-item
  + .carousel-item,
.carouselPrograms
  .carousel-item-prev.carousel-item-right
  + .carousel-item
  + .carousel-item
  + .carousel-item {
  position: relative;
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  display: block;
  visibility: visible;
}

.eael-entry-header {
  width: none;
  background: none;
  position: static;
  z-index: 2;
}

.eael-entry-thumbnail {
  width: 391px;
  height: 261px;
  object-fit: cover;
}

.eael-entry-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.eael-entry-header-blog-sayfasi header {
  width: none;
  background: none;
  position: relative;
  z-index: 2;
}

.eael-entry-header-blog-sayfasi article {
  margin-top: -16px;
}

.eael-entry-header-blog-sayfasi article:first-child {
  margin-top: 0px;
}

/*.eael-entry-header-blog-sayfasi article > .eael-entry-thumbnail{
    width: auto !important;
    height: auto !important;
    object-fit: cover;
}
*/
.eael-entry-header-blog-sayfasi > .eael-entry-thumbnail {
  height: 100px;
  width: auto;
}

.eael-entry-header-blog-sayfasi img {
  width: auto;
  height: 100px;
}

.right-sidebar-category {
  position: relative;
  bottom: 116px;
}

.right-sidebar-category a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.right-sidebar-category h2 {
  font-weight: 500;
}

.attachment-full:first-child {
  position: relative;
  margin-top: 0px;
}

.attachment-full {
  position: relative;
  margin-top: -29px;
}

.singleTitle {
  margin-top: 34px;
  text-align: left;
}

.right-sidebar-category-blog {
  position: relative;
  bottom: 99px;
}

.right-sidebar-category-blog a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.right-sidebar-category-blog h2 {
  font-weight: 500;
}

.eael-post-elements-readmore-btn {
  background-color: #18569c;
  float: left;
  padding: 13px 20px;
  border-radius: 4px;
  font-size: 20px;
  position: relative;
  color: white;
}

.eael-post-elements-readmore-btn:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 0px;
  border-style: solid; 
}

#readmore-btn-manuel {
  float: left;
  padding: 13px 28px;
  border-radius: 0;
  position: relative;
  color: white;
}
/*
#readmore-btn-manuel:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 0px;
  border-style: solid;
  border-width: 20px 14px 20px 14px;
  border-color: #4c4c4c00 #2ee40000 #0012ec00 #4c4c4c;
}*/

.right-sidebar-category-p {
  font-weight: 600;
}

#haberler-slider-li li {
  height: 95% !important;
  top: 10px;
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.25);
}

.swiper-slide-next {
  transform: scale(1.06) !important;
  z-index: 45;
  border: 1px solid #c51c23;
  box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.15);
  transition: 1s ease;
}

.swiper-slide {
  margin-bottom: 34px;
  margin-top: 38px;
  transform: scale(1);
}

.bh-hero-image {
  height: 243px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*filter: brightness(0.4) blur(4px);*/
  filter: brightness(0.7);
}

.blog-resim img {
  max-width: 100%;
  width: 100% !important;
  object-fit: cover;
  height: 300px;
}

.basari-title {
  padding-left: 0px;
  margin-left: 0px;
}

.yonetim-hizmetleri-title h2 {
  font-size: 50px !important;
}

.homeNewsHeader {
  /*margin-left: 118px;*/
  margin-left: 18%;
}

#microsoft-is-cozumleri-button {
  width: 100% !important;
  text-align: left;
}

/*
.kelime-kesme{
    word-break: break-all;
}
*/

.cizgii {
  height: 3px;
  width: 239px;
  background: #ffffff;
  margin: auto;
}

/*********İK FORM*********/
.ik-form-style input[type="text"],
.ik-form-style input[type="email"],
.ik-form-style input[type="url"],
.ik-form-style input[type="tel"],
.ik-form-style input[type="date"],
.ik-form-style input[type="number"],
.ik-form-style textarea {
  background: none;
}

.ik-form-style input::placeholder {
  color: #ffffff !important;
}

.ik-form-style textarea::placeholder {
  color: #ffffff !important;
}

.ik-form-style .form-control:focus {
  background: none;
}

.ik-form-style .contactInput {
  color: #ffffff;
  border-bottom: 1px solid #ffffff !important;
}

.ik-form-style textarea.form-control {
  height: 100px;
}

.ik-form-style .kvkk label {
  color: #ffffff;
  margin-top: 0;
  font-size: 10px;
  font-weight: 900 !important;
}

.ik-form-style
  .eael-contact-form-7
  .wpcf7-form
  label
  span.wpcf7-list-item-label {
  font-weight: 900 !important;
}

.ik-form-style > .kvkk label a {
  color: #ffffff;
}

.ik-form-style .wpcf7-form label span.wpcf7-list-item-label {
  font-weight: 900;
}

.ik-form-style .contactSubmit {
  background: transparent;
  color: #ffffff;
  padding: 5px 15px !important;
  border: 1px solid #dfdfdf !important;
}

.ik-form-style .cv-yuklee {
  display: none;
}

.ik-form-style .cv-yukle-label {
  background: transparent;
  color: #ffffff;
  padding: 5px 15px !important;
  border: 1px solid #dfdfdf !important;
  font-size: 18px;
  font-weight: 600;
}
/*********İK FORM*********/

.footer-link {
  color: #ffffff;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer-top {
  background: #0b2938;
  text-transform: uppercase;
  font-size: 11px;
}

.etik-politika ::marker {
  font-weight: 800;
}

#s::placeholder {
  color: black;
}
#s:-ms-input-placeholder {
  color: black;
}
#s::-ms-input-placeholder {
  color: black;
}

.data-center-solution-text {
  width: 850px;
  margin: 0 auto;
}

.lgx-carousel-section .lgx-carousel .lgx-item {
  padding: 25px 15px !important;
}

@media screen and (min-width: 1199.99px) {
  .read-more-button {
    position: relative !important;
    top: 25px !important;
  }
}

@media (min-width: 991.99px) and (max-width: 1199.98px) {
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
}

@media (min-width: 576.99px) and (max-width: 767.98px) {
  .basari_hikayeleri_d_flex {
    display: block !important;
    margin: auto;
    width: 100% !important;
    max-width: 100% !important;
  }

  .basari_hikayeleri_d_flex .bh-item {
    height: 300px !important;
    max-width: 100% !important;
  }

  #pills-tab {
    display: none;
  }

  .bh-title {
    padding: 54px 0 !important;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .bh-title span {
    font-size: 23px;
  }
  /* Anasayfa */
  #slideSquare1 {
    background-image: url(/wp-content/uploads/2023/05/icons002.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80px !important;
  }
  #slideSquare2 {
    background-image: url(/wp-content/uploads/2023/05/icons004.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80px !important;
  }
  #slideSquare3 {
    background-image: url(/wp-content/uploads/2023/05/icons001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80px !important;
  }
  #slideSquare4 {
    background-image: url(/wp-content/uploads/2023/05/icons003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80px !important;
  }
  #rev_slider_1_1_wrapper {
    position: relative !important;
    width: 100% !important;
  }

  #anasayfa-2 .elementor-widget-container {
    margin-top: 0px !important;
  }

  #rev_slider_1_1_forcefullwidth .tp-fullwidth-forcer {
    height: 0 !important;
  }

  #slideLeft {
    height: 350px !important;
  }

  #heroBanner {
    height: 510px !important;
  }

  .homeNewsHeader h3 {
    font-size: 49px !important;
    line-height: 49px !important;
  }

  .slideLeftBottom {
    display: none;
  }
}

@media screen and (max-width: 576.98px) {
  .basari_hikayeleri_d_flex {
    display: block !important;
    margin: auto;
    width: 100% !important;
    max-width: 100% !important;
  }

  .basari_hikayeleri_d_flex .bh-item {
    height: 300px !important;
    max-width: 100% !important;
  }

  #pills-tab {
    display: none;
  }

  .bh-title {
    padding: 54px 0 !important;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .bh-title span {
    font-size: 23px;
  }


  
  
  
  
  
  
  #rev_slider_1_1_wrapper {
    position: relative !important;
    width: 100% !important;
  }

  #anasayfa-2 .elementor-widget-container {
    margin-top: 0px !important;
  }

  #rev_slider_1_1_forcefullwidth .tp-fullwidth-forcer {
    height: 0 !important;
  }

  #slideLeft {
    height: 350px !important;
  }

  #heroBanner {
    height: 510px !important;
  }

  .homeNewsHeader h3 {
    font-size: 49px !important;
    line-height: 49px !important;
  }

  .slideLeftC enter {
    padding: 50px 25px !important;
  }

  .slideLeftBottom {
    display: none;
  }

  .yonetilen-hizmetler-arkaplanlı-alan {
    padding: 10px !important;
  }

  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 35px !important;
  }

  .pageHero {
    height: 315px !important;
  }

  .elementor-swiper-button {
    font-size: 35px !important;
  }
}

@media screen and (max-width: 1199.99px) {
  .elementor-widget-container .list-inline {
    display: none !important;
  }

  .devops .elementor-heading-title {
    margin-top: 55px !important;
  }

  .sunucu-ve-depo .elementor-heading-title {
    margin-top: 55px !important;
  }

  .veri-analitigi-title .elementor-heading-title {
    margin-top: 55px !important;
  }
  .hp-design-title .elementor-heading-title {
    margin-top: 55px !important;
  }

  .ik-is-sagligi-img {
    display: none !important;
  }

  .ik-navbar {
    display: none !important;
  }

  .ortala {
    padding: 20px !important;
  }
  .heroTitle {
    font-size: 40px !important;
    line-height: 70px !important;
  }

  #heroTitle_span {
    font-size: 23px !important;
  }

  .elementor {
    width: 80%;
    margin: auto;
  }

  .container,
  .container-sm {
    max-width: 80% !important;
    margin: auto;
  }

  .padding-0 .elementor-widget-container {
    padding: 0 !important;
  }

  .data-center-solution-text {
    width: 80% !important;
  }

  .elementor-heading-title {
    font-size: 20px !important;
  }

  .elementor-heading-title h2 {
    width: 100%;
  }
  .controls-top {
    position: relative;
    z-index: 1;
  }

  .elementor-widget-container h3 {
    font-size: 20px !important;
    margin-top: 60px !important;
  }
  .elementor-swiper-button {
    font-size: 25px !important;
  }
  .carousel-size-class img a {
    width: 100%;
    min-height: 500px;
  }

 

  .elementor-widget-container .elementor-text-editor .elementor-clearfix {
    padding: 0 !important;
  }

  #rev_slider_4_3_forcefullwidth {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1413px) {
  #menu-ust-menu {
    display: none !important;
  }
}

.transparent_cursor {
  opacity: 0.4;
  transition: 750ms all;
}
.transparent_cursor:hover {
  opacity: 1;
}

@media screen and (max-width: 1199.99px) {
  .z-book-text .elementor-element-populated {
    padding: 0 !important;
  }

  .padding-10{
    padding:10px !important;
  }

}

@keyframes mymove {
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
    transform: scale(1.15);
  }
}

@media screen and (max-width: 767px) {
  .ssHeader .container-fluid {
    padding: 10px !important;
  }
  .bh-title {
    line-height: 43px !important;
    right: 25px !important;
  }
  .ik-performans-inner .elementor-heading-title {
    color: black !important;
  }

  .kirmizi-alan-yukseklik {
    height: 300px;
  }
  .elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 0px) !important;
  }

  .swiper-slide {
    width: 100% !important;
  }
  .elementor {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .kirmizi-alan-yukseklik {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .kirmizi-alan-yukseklik {
    height: 300px;
  }

  .afi-logo{
    margin: 20px 0 15px 0;
    text-align: center !important;
  }
}

.footer-yazilar {
  display: flex !important;
}
/*.transparent_cursor {
  text-align: center !important;
}*/

.search_img img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
}

.content p {
  font-size: 20px !important;
  color: black !important;
}

.content h2 {
  color: black !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.search__results {
  margin-top: 120px !important;
}


nav.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;

  
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}


.pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}

.pagination a:hover:not(.active) {background-color: #ddd;
;}

.pagination-div {

  text-align: center !important;
}
#ik-navbar  {
  text-align:center !important;
  margin:auto !important;
}




@media screen and (max-width: 568px) {
  #politika-alt-yazi {
    padding-right: 50px !important;
  }
}

@media (max-width: 767px){
  .elementor-5767 .elementor-element.elementor-element-7c4e683 > .elementor-element-populated {
    margin: 0px 0px 0px 0px !important;
  }
}

.tamami_lisi_basari_hikayeleri{
  display: none !important;
}

 .arka-planli-yazi ol li {
 margin-bottom:5px
} 
 
.BorderTitle{margin-bottom:15px;display:block}

.adobeicon img{float:left;margin-right:5px}
.adobeicon2 img{float:right;margin-right:5px}

.fa-bars:before{color:#fff}

#gicons img{width:auto !important;height:105px !important}

.odullertable td{border-bottom:1px solid #FF3434;padding:5px 0}

.ankara img{border:0px solid #cacaca7a !important}

 
