.primary-color {
  color: #E50914; }

.bg-data-primary-color {
  background-color: #E50914; }

.bg-blue {
  background-color: #0B89FF !important; }

body {
  background-color: #f5f5f5;
  font-size: 14px;
  font-family: 'Roboto', sans-serif; }
  body a {
    color: #221F1F; }
  body a:hover {
    text-decoration: none;
    color: #E50914; }

ul {
  padding: 0; }

hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #E50914;
  width: 50px;
  margin-left: 0; }

@media (min-width: 0px) and (max-width: 767.98px) {
  h1 {
    font-size: 2rem; } }

.btn-primary {
  color: #fff;
  background-color: #E50914;
  border: 1px solid #E50914;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 2px;
  display: inline-block; }
  .btn-primary:hover {
    background-color: #0B89FF;
    transition: 0.5s; }
  .btn-primary i {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px; }

.office-description .row, .hakkimizda .row, .bilisim-uzmanligi .row, .datahouse-egitim-text .row, .datahouse-egitim-caption .row, .egitim-takvimi .row, .iletisim .box {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(194, 194, 194, 0.5); }

.box {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(194, 194, 194, 0.5); }

.breadcrumb {
  background-color: #b9b9b9;
  padding-top: 22.5px;
  padding-bottom: 22.5px; }

.bg-light-grey {
  background-color: #b9b9b9; }

.form-control {
  border-radius: 0; }

.top15 {
  top: 15px; }

.header {
  position: absolute;
  z-index: 20;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .header {
      position: inherit;
      background-color: #fff; } }

.bg-light {
  background-color: rgba(255, 255, 255, 0) !important; }

.megamenu-li {
  position: static; }

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 5px;
  background-color: #E50914;
  opacity: 0.97;
  color: #fff;
  font-size: 12px; }
  .megamenu hr {
    border: 0.5px solid #ff5159;
    margin-left: 1rem;
    width: 45%; }
  .megamenu h6 {
    font-size: 14px;
    padding: 0.5rem 1rem;
    letter-spacing: 0.7px; }
  .megamenu a {
    padding: 0.2rem 1rem;
    color: #fff; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .megamenu ul {
      width: 100%;
      padding-bottom: 1rem; } }
  .megamenu li {
    list-style-type: none; }

header.header .navbar-brand, header.header .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.6px; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    header.header .navbar-brand, header.header .nav-item .nav-link {
      color: #9b9b9b; }
      header.header .navbar-brand img, header.header .nav-item .nav-link img {
        height: 60px; } }
  header.header .navbar-brand:hover, header.header .nav-item .nav-link:hover {
    color: #E50914; }

header.header .dropdown-item:hover, header.header .dropdown-item:focus {
  color: #fff;
  background-color: #0B89FF;
  text-decoration: none; }

header.header-datahouse {
  background-color: #f5f5f5;
  color: #9b9b9b; }
  header.header-datahouse .navbar-brand, header.header-datahouse .navbar-light .navbar-nav .nav-link {
    color: #9b9b9b; }
    header.header-datahouse .navbar-brand:hover, header.header-datahouse .navbar-light .navbar-nav .nav-link:hover {
      color: #E50914; }
  header.header-datahouse .dropdown-item:hover, header.header-datahouse .dropdown-item:focus {
    background-color: #0B89FF;
    color: #fff;
    text-decoration: none; }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #E50914; }

#datahouse-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 220px;
  height: 220px;
  margin: -110px 0 0 -110px; }

#loader {
  border: 16px solid #ededed;
  border-radius: 50%;
  border-top: 16px solid #E50914;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

#myDiv {
  display: none; }

.fatih {
  color: #0B89FF; }

.slider .carousel-caption {
  top: 25%;
  text-align: left; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .slider .carousel-caption {
      top: 5%;
      left: 7%; } }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .slider .carousel-caption .btn-primary {
      font-size: 10px;
      margin-top: 0 !important;
      margin-bottom: 5px;
      padding: 5px 10px; } }
  .slider .carousel-caption h2 {
    font-size: 3rem; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .slider .carousel-caption h2 {
      font-size: 14px; } }
  .slider .carousel-caption p {
    font-size: 18px; }
    @media (min-width: 0px) and (max-width: 767.98px) {
      .slider .carousel-caption p {
        font-size: 12px;
        margin-right: 15%; } }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .slider .carousel-caption .btn {
      font-size: 10px;
      margin-bottom: 5px; } }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .slider .carousel-caption .max {
      height: 45px; } }

section.register {
  background-color: #221F1F;
  padding: 40px 15px; }
  section.register h5, section.register p {
    color: #fff;
    font-weight: 500; }
  section.register .btn-primary {
    border: none;
    border-radius: none; }
  section.register input {
    height: 41px;
    width: 35%;
    padding: 10px;
    border: none; }
  @media (max-width: 575.98px) {
    section.register input {
      width: 60%;
      padding: 10px; } }

.office {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #E50914;
  color: #fff;
  min-height: 470px;
  margin-right: 15px;
  margin-left: 15px; }
  .office svg {
    font-size: 96px;
    padding-right: 10px; }
  .office-icon svg {
    font-size: 72px;
    padding-right: 20px; }
  @media (max-width: 575.98px) {
    .office {
      margin-top: 40px;
      margin-bottom: 40px; }
      .office h2 {
        font-size: 20px; }
      .office svg {
        font-size: 48px; } }

.office-description {
  position: relative;
  margin-right: 15px;
  margin-left: 15px; }
  .office-description .row hr {
    margin-bottom: 15px;
    width: 100px; }
  @media (max-width: 575.98px) {
    .office-description {
      position: relative;
      margin-right: 20px;
      margin-left: 20px; } }

.hakkimizda {
  margin: 50px 15px; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .hakkimizda .row h1 {
      font-size: 1.8rem; } }

.bilisim-uzmanligi {
  margin: 50px 15px; }
  .bilisim-uzmanligi h6 {
    color: #E50914;
    left: 119px;
    position: absolute; }
  .bilisim-uzmanligi h5 {
    margin: 20px 0; }
  .bilisim-uzmanligi hr {
    width: 100px;
    margin-bottom: 15px; }
  .bilisim-uzmanligi-list ul {
    list-style-type: none; }
    .bilisim-uzmanligi-list ul li {
      padding-top: 10px;
      padding-bottom: 10px; }
      .bilisim-uzmanligi-list ul li i {
        margin-right: 10px;
        color: #E50914; }

section.bilisim-egitim .row {
  margin-bottom: 50px; }
  section.bilisim-egitim .row .list-group {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(194, 194, 194, 0.5); }
  section.bilisim-egitim .row .list-group-item {
    font-weight: 500;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    font-size: 18px; }
    section.bilisim-egitim .row .list-group-item span {
      border-right: 1px solid #000;
      padding-right: 10px;
      margin-right: 10px; }
    section.bilisim-egitim .row .list-group-item:hover {
      background-color: #E50914;
      color: #fff; }
  section.bilisim-egitim .row .list-group-item.active {
    background-color: #E50914;
    border-color: #E50914;
    border-radius: 0; }
  section.bilisim-egitim .row .list-group-item:first-child {
    border-radius: 0; }
  section.bilisim-egitim .row .list-group-item:last-child {
    border-radius: 0; }
  section.bilisim-egitim .row .tab-content {
    padding: 22.5px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(194, 194, 194, 0.5);
    min-height: 442px; }
    section.bilisim-egitim .row .tab-content .edu-title h5:first-child {
      color: #E50914; }
    section.bilisim-egitim .row .tab-content .edu-title h5:nth-child(n+2) {
      color: #0B89FF; }
    section.bilisim-egitim .row .tab-content .edu-title p:first-child {
      margin-bottom: 15px; }

section.duyuru {
  position: relative;
  top: -100px;
  z-index: 99; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    section.duyuru {
      top: 1.5rem;
      margin-left: 15px;
      margin-right: 15px; }
      section.duyuru i {
        font-size: 14px; } }
  section.duyuru .row {
    box-shadow: 0 2px 3px 0 rgba(194, 194, 194, 0.5); }
  section.duyuru .svg {
    background-color: red;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 15px; }
  section.duyuru .carousel-cell {
    width: 100%;
    height: 58px;
    margin-right: 10px;
    background: #292929;
    counter-increment: gallery-cell;
    text-align: left;
    padding: 20px 75px; }
    @media (min-width: 0px) and (max-width: 767.98px) {
      section.duyuru .carousel-cell {
        height: 44px;
        padding: 5px 20px;
        display: flex; }
        section.duyuru .carousel-cell a {
          font-size: 11px;
          display: inline-flex;
          justify-content: center;
          align-items: center; } }
  section.duyuru .carousel-cell.is-selected {
    background: #fff; }

/* Datahouse Kurumsal */
.header-datahouse-top-border {
  border-top: 5px solid #E50914; }

.header-datahouse-egitim {
  position: relative; }
  .header-datahouse-egitim a {
    padding: 10px 20px;
    color: #fff; }
  .header-datahouse-egitim a.kurumsal {
    background-color: #E50914; }
    .header-datahouse-egitim a.kurumsal:hover {
      background-color: #221F1F;
      color: #fff; }
  .header-datahouse-egitim a.bireysel {
    background-color: #0B89FF; }
    .header-datahouse-egitim a.bireysel:hover {
      background-color: #221F1F;
      color: #fff; }

.header-datahouse .egitim-tur svg {
  margin-right: 10px; }

.datahouse-egitim-text {
  position: relative;
  margin: 30px 15px; }

.datahouse-egitim-caption {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .datahouse-egitim-caption__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 18px; }
    .datahouse-egitim-caption__text h3 {
      color: #E50914;
      font-weight: 600;
      letter-spacing: 2px; }
    .datahouse-egitim-caption__text hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border: 0.5px dashed #b9b9b9;
      width: 60%; }

.egitim-list {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .egitim-list-title h3 {
    color: #E50914; }
  .egitim-list ul.nav {
    justify-content: center;
    background-color: #E50914; }
  .egitim-list .nav-pills li.nav-item {
    margin-left: 5px;
    margin-right: 5px; }
  .egitim-list .nav-pills li.nav-item a {
    padding: 20px 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 0; }
    .egitim-list .nav-pills li.nav-item a:hover {
      background-color: #0B89FF; }
  .egitim-list .list-group-item {
    padding-top: 20px;
    padding-bottom: 20px; }
    .egitim-list .list-group-item:first-child {
      border-radius: 0; }
    .egitim-list .list-group-item:last-child {
      border-radius: 0; }
  .egitim-list-content i {
    margin-right: 10px;
    color: #E50914; }
  .egitim-list-content a {
    height: 40px; }
  .egitim-list .egitim-bilisim-uzmanligi-icerik ul {
    list-style-type: none; }
    .egitim-list .egitim-bilisim-uzmanligi-icerik ul li {
      padding-top: 10px;
      padding-bottom: 10px; }

.egitim-title {
  padding: 20px;
  border: 2px solid #E50914;
  border-radius: 4px;
  color: #E50914;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500; }

.education-list {
  display: flex;
  justify-content: stretch;
  height: 300px;
  padding-left: 15px;
  padding-right: 15px; }

.opacity {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.egitim-box {
  background-size: cover;
  border: 3px solid #f7f7f7;
  height: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.robotik {
  background-color: #E50914;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px; }
  .robotik-text {
    padding: 15px;
    font-size: 18px; }
    .robotik-text a {
      background-color: white;
      padding: 10px 15px;
      border-radius: 4px;
      color: #E50914;
      font-size: 14px; }
      .robotik-text a:hover {
        background-color: #0B89FF;
        color: #fff;
        transition: 0.5s; }
  .robotik .mesaj input .form-control {
    font-size: 0.8rem !important;
    border-radius: 0; }

.egitim-takvimi {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .egitim-takvimi h3 {
    color: #E50914;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center; }
  .egitim-takvimi .thead-primary {
    background-color: #E50914;
    color: #fff; }
  .egitim-takvimi tbody tr:hover {
    background-color: #0B89FF;
    color: #fff; }
  .egitim-takvimi tbody tr td {
    vertical-align: inherit; }

.iletisim {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .iletisim .adres-list {
      margin-bottom: 15px; } }
  .iletisim .adreslerimiz {
    padding: 15px;
    background: url("../../assets/img/datahouse-iletisim.png");
    color: #fff;
    font-size: 18px;
    height: 430px; }
    .iletisim .adreslerimiz a {
      color: #fff;
      font-size: 14px;
      display: flex;
      align-items: center;
      height: 40px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .iletisim .adreslerimiz i {
      margin-right: 15px; }
    .iletisim .adreslerimiz hr {
      border: 1px solid #fff; }
  .iletisim #map {
    height: 400px; }

.footer {
  background-color: #fff; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .footer {
      margin-left: 15px;
      margin-right: 15px; } }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer-top a {
      font-size: 12px;
      color: #221F1F;
      margin-bottom: 10px; }
    .footer-top h5 {
      color: #9b9b9b; }
    .footer-top h6 {
      font-size: 12px; }
    .footer-top p {
      color: #b9b9b9;
      font-weight: 400; }
  .footer-contact a {
    margin-bottom: 15px; }
    .footer-contact a i {
      font-size: 20px;
      margin-right: 15px; }
    .footer-contact a .red {
      color: #E50914; }
    .footer-contact a .blue {
      color: #0B89FF; }
    .footer-contact a .grey {
      color: #9b9b9b; }
  .footer-social svg {
    color: #9b9b9b; }
  .footer-bottom {
    background-color: #f5f5f5;
    font-size: 10px; }
    .footer-bottom a {
      margin-right: 10px;
      padding-right: 10px;
      color: #696969;
      font-size: 10px;
      line-height: 15px; }
    .footer-bottom a:last-child {
      border-right: none; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .footer__egitim_list .d-flex {
      width: 100%; } }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #0B89FF; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .flickity-prev-next-button.previous {
      left: 295px; } }

.flickity-prev-next-button.next {
  right: 10px; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .flickity-prev-next-button.next {
      right: 0px; } }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }
  @media (min-width: 0px) and (max-width: 767.98px) {
    .flickity-prev-next-button .flickity-button-icon {
      width: 25%;
      height: 25%;
      top: 35%; } }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }
