/* Global Styles */
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600italic,300italic,400italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Exo:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext');
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600italic,300italic,400italic,700,700italic,800,800italic&subset=latin,latin-ext);
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}
body {
  /* padding-top: 0px;  /*Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
img,
table {
  max-width: 100%;
  font-size: 13px;
  border-spacing: revert;
  border-collapse: collapse;
}
td,
th {
  padding: revert-layer;
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
ol,
ul {
  padding: 0;
  list-style-position: inside;
}
a {
  color: #3d1471;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #333;
  text-decoration: none;
}
.container {
  position: relative;
}
input,
textarea,
button,
.input-group-addon,
.thumbnail {
  border-radius: 0 !important;
}

.table-layout {
  display: table;
  width: 100%;
}
.table-layout .table-cell {
  display: table-cell;
  vertical-align: middle;
}

p {
  font-size: 15px;
}

p.small {
  font-size: 14px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-align-middle {
  align-items: center;
}
.img-centered {
  margin: 0 auto;
  right: 0;
  left: 0;
  max-width: 100%;
  position: relative;
  display: block;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default.focus[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  color: #ccc;
  background-color: #ee1c24;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.95;
}

.row-flex {
  display: flex; /* equal height of the children */
}
.col-flex {
  flex: 1; /* additionally, equal width */
}
@media (max-width: 768px) {
  .row-eq-height {
    display: block;
  }
  .row-flex {
    display: block; /* equal height of the children */
  }
  .col-flex {
    flex: 0; /* additionally, equal width */
  }
}

/* #top-bar begin */

#top-bar {
  /* background-image: url("/images/banner-bg.png"); */
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: cover;
  box-shadow: 0px 0px 5px;
}
.site-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-nav {
  background: rgba(12, 8, 131, 1);
  padding-top: 10px;
  padding-bottom: 15px;
}
.top-nav .container {
}
.top-nav .container .top-lang,
.top-nav .container .top-sosyal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: 0;
}
.top-nav .container .top-lang li,
.top-nav .container .top-sosyal li {
  margin-left: 0.5rem;
}

.top-nav ul {
  list-style: none;
}
.top-lang a {
  color: #fff;
  padding: 5px 5px;
  border-top-left-radius: 30%;
  text-align: center;
}
.top-sosyal {
  z-index: 10;
}
@media (max-width: 768px) {
  .top-sosyal {
    right: auto;
  }
  .top-nav-mobile {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-nav-mobile .abonelik {
    margin-bottom: 2rem;
  }
}
.top-sosyal a {
  margin-left: 5px;
}
.top-sosyal img {
  width: 24px;
  border-radius: 3px;
}

.top-lang a,
.top-sosyal a {
  transition: 0.3s;
}
.top-lang a > i,
.top-sosyal a > i {
  width: 20px;
  height: 20px;
}
.top-lang a:hover,
.top-sosyal a:hover {
  color: #fff;
}
.top-logo {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin-top: 15px;
}
.top-logo img {
  width: 100%;
}
/* #top-bar end */

/* ek begin */
.table-cell {
  display: table-cell;
  vertical-align: top;
}
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.no-gutter {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.gutter-5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.gutter-5 [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.gutter-2 {
  margin-right: -2px !important;
  margin-left: -2px !important;
}
.gutter-2 [class*="col-"] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
/* ek end */

/* .breadcrump begin */

.breadcrumb {
  background-color: inherit;
  border-radius: 0;
  margin: 0;
  padding-left: 0;
  display: inline-block;
}
.breadcrumb,
.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  padding: 8px 0;
}
.breadcrumb > li + li::before {
  content: "/";
  padding: 0px 5px;
}
.breadcrumb > .active {
  color: #888;
  font-size: 14px;
}
/* .breadcrump end */

#banner-slider > .slider-item { display:none; } 
#banner-slider > .slider-item:first-child { display: block; }

.ana-banner {
  margin-bottom: 30px;
}
#banner-slider {
  margin: 0;
}
.banner-slider-wrapper,
#banner-slider .slider-item {
  position: relative;
}
#banner-slider > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#banner-slider .item-img {
  width: 100%;
  border: 1px solid #ddd;
}
#banner-slider .slider-info {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 2;
  display: none;
}
#banner-slider .slider-info h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  padding-right: 20px;
}
#banner-slider .slider-info h1 a {
  color: #fff;
}
.banner-slider-nav {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  z-index: 10;
}
.banner-slider-nav a.next-slider,
.carousel-control.left {
  filter: unset;
  background-image: none;
}
.banner-slider-nav,
.carousel-control {
  top: 45%; /* pushes the icon in the middle of the height */
  margin-left: -10px;
}
.banner-slider-nav a.next-slider,
.carousel-control.right {
  right: 0px;
  filter: unset;
  background-image: none;
}
.banner-slider-nav a i {
  vertical-align: sub;
}
.banner-slider-nav a,
.carousel-control {
  display: block;
  width: 30px;
  height: 36px;
  /* background: #fff; */
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 20px;
  margin: 5px;
  text-shadow: none;
}
.banner-slider-pager {
  display: block;
  zoom: 1;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 10;
}
.banner-slider-pager a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.banner-slider-pager a.active {
  color: #3d1471;
}
@media screen and (max-width: 768px) {
}
.slider-item-gradient {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bx-wrapper,
.bx-wrapper .bx-viewport {
  left: 0 !important;
  border: none !important;
  background-color: transparent !important;
  z-index: 2;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
  background-color: transparent !important;
  z-index: 2;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
/* #banner-slider end */

/* .pager begin*/
.pager {
  margin-bottom: 0px;
}
.pager a {
  color: #333;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: default;
  background-color: #fff;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
/* .pager end */

/* .isotope begin */
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope {
  transition-property: height, width;
}
.isotope {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.isoitemic {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out 0s;
}
.iso-title h4 {
  text-align: center;
  font-size: 14px;
  color: #ee1c24;
}
/* .isotope end */

/* .carousel begin */
.carousel-control {
  margin: 0 15px;
}
.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}
.carousel-text > div {
  display: none;
}
.carousel-text .active {
  display: block;
}
.carousel-indicators {
  bottom: 0;
}
/* .carousel end */

/* #news-slider begin */
.news-item img {
  float: left;
  margin-right: 10px;
}
.news-item p {
  margin: 0 10px;
}
.news-item button {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.news-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 15px !important;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.news-slider .bx-wrapper .bx-prev {
  left: -65px;
}
.news-slider .bx-wrapper .bx-next {
  right: 0px;
}

.news-slider .bx-controls {
  top: 0px;
  position: absolute;
  right: 0px;
  width: 200px;
  height: 30px;
}
.news-slider .bx-controls-direction {
  position: relative;
  float: right;
}
.news-slider .bx-wrapper .bx-pager,
.news-slider .bx-wrapper .bx-controls-auto {
  top: -8px;
}
.news-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #888;
}
.news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0069aa;
}

/* .owl-carousel begin */

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.owl-nav a.owl-prev {
  left: 0px;
  filter: unset;
  background-image: none;
  margin-left: 20px;
}
.owl-nav a i {
  vertical-align: sub;
}
.owl-nav a {
  display: block;
  width: 30px;
  height: 36px;
  /* background: #fff; */
  color: #ee1c24;
  text-align: center;
  position: absolute;
  font-size: 20px;
  margin: 5px;
  text-shadow: none;
}
.owl-nav div {
  display: inline-block;
}
.owl-next {
  float: right;
}
/* .owl-carousel end */

/* #ortamenu begin */

.ana-orta-menu {
  margin-bottom: 20px;
}

#ortamenu > .row {
  margin-right: -2px !important;
  margin-left: -2px !important;
}
#ortamenu > .row > [class*="col-"] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
#ortamenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ortamenu .ortamenu-content {
  width: 100%;
  padding: 0 0.5rem;
}
#ortamenu .ortamenu-content:first-child {
  padding: 0 0.5rem 0 0 !important;
}
#ortamenu .ortamenu-content:last-child {
  padding: 0 0 0 0.5rem !important;
}
.ortamenu-item {
  border: 1px solid #ddd;
  text-align: center;
  border-bottom: 3px solid #3d1471;
  background-color: #fff;
  margin-bottom: 10px;
  border-top-left-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
}
.ortamenu-item.active {
  border-bottom-color: rgb(60, 165, 191);
}
.ortamenu-item:hover {
  border-bottom-color: rgb(60, 165, 191);
}
.ortamenu-item .orta-icon {
  margin: 3rem 0;
  max-height: 80px;
  max-width: 120px;
}
.ortamenu-item .orta-abone {
  height: 70px;
}
.ortamenu-item h5 {
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  /* //white-space: nowrap; */
  text-overflow: ellipsis;
  color: #333;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ortamenu-item:hover h5 {
  color: #3d1471;
}
@media only screen and (max-device-width: 768px) {
  #ortamenu {
    flex-wrap: wrap;
    display: none;
  }
  .ortamenu-item h5 {
    font-size: 11px;
    font-weight: 400;
    min-height: 25px;
  }
}
.img-centered {
  margin: 0 auto;
  right: 0;
  left: 0;
  max-width: 100%;
  position: relative;
  display: block;
}

/* #ortamenu end */

.ust-footer {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

@media (max-width: 768px) {
  .ust-footer {
    flex-direction: column;
  }
}

.ust-footer a img {
  max-width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 20rem;
}

.ust-footer p {
  font-size: 1.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* footer begin */
footer {
  background-color: #000;
  color: #fff;
}

footer .teknobursa {
  margin: 12px 10px 13px 10px;
}
footer .copyright {
  line-height: 20px;
  margin: 12px 10px 13px 10px;
  text-align: center;
}
/* footer end */

/* genel ayarlar */
#map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  border-top: 4px solid #06648d;
}

#page {
  margin-top: 30px;
  margin-bottom: 0px;
  overflow: hidden;
}

.col-20 {
  width: 20% !important;
}
.sponsor {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor-item {
  min-width: 120px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: rgb(32, 89, 166);
  border: 1px solid #ddd;
}
a.list-group-item {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
a.list-group-item-sub:focus,
a.list-group-item-sub:hover {
  color: #fff;
  text-decoration: none;
  background-color: #204d74;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-radius: 0;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group > .list-group-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}
.list-group-submenu .list-group-item {
  padding-left: 30px;
  font-size: 0.9em;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default.focus[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  color: #ccc;
  background-color: #3d1471;
}
.btn-default {
  color: #fff;
  background-color: #3d1471;
  border-color: #ccc;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* //border: 1px solid #ddd; */
}
.panel-default > .panel-heading {
  border-radius: 0;
  color: #fff;
  background-color: #3d1471;
  border: none;
  border-bottom: 1px solid #ddd;
}
.panel-body.abonelik {
  padding: 0;
}
.panel-body.sayacpanel {
  padding: 0;
  position: relative;
}
.sayacpanel .sayac {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.sayacpanel .sayac span {
  font-size: 12px;
}
.sayacpanel .sayac > div {
  display: inline-block;
  background-color: #3d1471;
  margin: 2px;
  padding: 4px;
  border-radius: 3px;
  text-align: center;
}
.sayacyazi {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
  color: #3d1471;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 2px #fff;
  line-height: 20px;
  max-height: 40px;
  text-overflow: ellipsis;
}
.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
}
.btn {
  border: 1px solid transparent;
  border-radius: 0;
}
.btn-gonder {
  width: 100%;
}
.share-button,
.fb-share-button,
.twitter-share-button,
.linkedin-share-button {
  float: right;
}

.share-button > div {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  margin-left: 5px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.well {
  min-height: 20px;
  padding: 1rem;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: none;
  border-top-left-radius: 20px;
}
.giris-img {
  margin: 0 15px 15px 0;
}
#sponsors {
  margin-bottom: 30px;
  margin-top: 30px;
  cursor: hand;
}

.iletisim-bilgi a {
  color: #333333;
  transition: 0.3s;
}

.iletisim-bilgi a:hover {
  /* color: #3d1471; */
  color: rgb(60, 165, 191);
}

.iletisim-bilgi,
#contactForm {
  margin-top: 30px;
}
.input-group-addon:first-child {
  width: 144px;
}
.capthca-group .input-group-addon {
  padding: 0;
}
.capthca-group button {
  height: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0;
}
#captchaimg {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#captcha {
  height: 42px;
}
.btn-gonder {
  width: 90px;
}
.brand {
  filter: drop-shadow(5px 5px 10px #f2dfb5);
}

/*  effects  */

/* Sweep To Left */
.hvr-sweep-to-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(32, 89, 166);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white !important;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.list-group > .hvr-sweep-to-left:first-child {
  border-top-left-radius: 20px;
}
.list-group > .hvr-sweep-to-left:first-child:before {
  border-top-left-radius: 20px;
}
/** Swep to left sub menu */
.hvr-sweep-to-left-sub {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left-sub:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(60, 165, 191);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left-sub:hover,
.hvr-sweep-to-left-sub:focus,
.hvr-sweep-to-left-sub:active {
  color: white !important;
}
.hvr-sweep-to-left-sub:hover:before,
.hvr-sweep-to-left-sub:focus:before,
.hvr-sweep-to-left-sub:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.list-group > .hvr-sweep-to-left-sub:first-child {
  border-top-left-radius: 20px;
}
.list-group > .hvr-sweep-to-left-sub:first-child:before {
  border-top-left-radius: 20px;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.top-left-20 {
  border-top-left-radius: 20px !important;
}

.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
#sponsors {
  cursor: pointer;
}
.iletisim-logo img {
  height: 150px;
}
.clearfix.space {
  padding: 35px;
}
.popup a {
  color: #333;
}
.popup a:hover {
  color: #3d1471;
}
.popup h2 {
  padding: 0 30px;
}
.popup p {
  font-size: 19px;
  padding: 30px;
}
.kisiresim {
  display: inline-block;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.speaker-social-modal {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.speaker-social-modal .speaker-social-item {
  padding-left: 3px;
  padding-right: 3px;
}

.speaker-social-modal .speaker-social-item a {
  background: #3d1471 !important;
  padding: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 2rem;
  font-size: 1.2rem;
  transition: 0.3s;
}

.speaker-social-modal .speaker-social-item a:hover {
  background: #84171e !important;
  color: #fff !important;
}

.girisler {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.giriskisi {
  width: 180px;
  flex-wrap: wrap;
  margin: 5px;
}
.giriskisi h5 {
  line-height: 16px;
}
.giriskisi .well {
  margin: 0;
  padding: 10px;
}
.giriskisi .well .speaker-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giriskisi .well .speaker-attr {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speaker-social {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  min-height: 2rem;
}
.speaker-social .speaker-social-item {
  padding-left: 3px;
  padding-right: 3px;
}
.speaker-social .speaker-social-item a {
  background: #3d1471 !important;
  padding: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 2rem;
  font-size: 1.2rem;
  transition: 0.3s;
}
.speaker-social .speaker-social-item a:hover {
  background: #84171e !important;
  color: #fff !important;
}
.sayfayazi {
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .sayfayazi .table {
    font-size: 75%;
  }
}
@media screen and (max-width: 480px) {
  .sayfayazi .table {
    font-size: 50%;
  }
}
.modal-header {
  border: none !important;
}
.header-position {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-position .image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-position .image .image-1 {
  display: flex;
  align-items: center;
}

.header-position .image .image-1 img {
  width: 65%;
}

.header-position .image .image-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-position .image .image-3 {
  display: flex;
  justify-content: center;
}

.header-position .image .image-3 img {
  width: 65%;
  margin-top: 14px;
}

.header-title-position {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-title {
  font-size: 2.5rem;
  color: #031435;
  text-align: end;
}

.header-title .number {
  font-size: 11rem;
  margin-right: 1rem;
  color: #3d1471;
  font-weight: bold;
  line-height: 10rem;
}

.header-title h1 {
  margin: 0;
  line-height: 6rem;
  text-align: end;
  font-size: 3rem;
}

.header-title .content h2 {
  text-align: end;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5rem;
  line-height: 4rem;
}

.header-title .content h3 {
  font-weight: normal;
  font-size: 2.6rem;
}

.header-title .header-alt-title {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .header-title {
    text-align: left;
  }
  .header-title .content h2 {
    text-align: left;
  }
  .header-title h1 {
    text-align: left;
  }
  .header-title .header-alt-title {
    justify-content: left;
    flex-direction: column;
  }
}

.header-title span {
  font-weight: bold;
}

.contact-field {
  margin-left: 15px;
  margin-right: 15px;
}

.contact-field .form-group {
  padding: 0px 15px 0px 15px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

#errorMesaj,
#successMesaj {
  margin-top: 15px;
}

.contact-field .form-group #submitContent {
  /* background: #3d1471; */
  background: rgb(32, 89, 166);
  color: #fff;
  padding: 15px 0px 15px 0px;
  font-size: 1.7rem;
  /* border: 1px solid #3d1471; */
  border: 1px solid rgb(32, 89, 166);
  transition: 0.3s;
}

.contact-field .form-group #submitContent:hover {
  background: #fff;
  /* color: #3d1471; */
  color: rgb(32, 89, 166);
}

.footer-position {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.footer-position .eventigizer {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .footer-position .evronas {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .footer-position .eventigizer {
    display: flex;
    justify-content: center;
  }
}

/*Bilimsel Program */

.programGunSecs {
  display: flex;
  justify-content: center;
}
.gunSec {
  background-color: rgb(102, 102, 102);
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.2em;
  margin: 0.5em;
  cursor: pointer;
  text-align: center;
}
.gunSec.active {
  background-color: #3d1471;
  cursor: inherit;
}
.programSalonSecs {
  display: flex;
  justify-content: center;
}
.salonSec {
  background-color: rgb(102, 102, 102);
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.2em;
  margin: 0.5em;
  cursor: pointer;
  text-align: center;
}
.salonSec.active {
  background-color: #3d1471;
  cursor: inherit;
}
.programGun {
  display: none;
}
.programGun:first-child {
  display: block;
}
.programSalon {
  display: none;
}
.programSalon:first-child {
  display: block;
}
.programSatir {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.programSatir a {
  cursor: pointer;
}
.programSaat {
  width: 20%;
  padding-right: 2em;
  text-align: right;
  font-size: 1.4em;
  color: #3d1471;
  position: relative;
}
.programAyrinti {
  width: 80%;
  position: relative;
  padding-left: 2em;
}
.programAyrinti:before {
  content: "";
  position: absolute;
  background-color: #ddd;
  top: 1.75em;
  bottom: 0;
  left: -0.2em;
  width: 0.4em;
}
.programPosition {
  display: flex;
}
.programPosition h1 {
  width: 75%;
}
.programLogo2:before {
  content: "";
  position: absolute;
  background: #3d1471;
  width: 13px;
  height: 2px;
  margin-top: 10px;
  margin-left: 1rem;
}
.programLogo2 img {
  margin-top: -1rem;
  margin-left: 3rem;
  max-height: 4rem;
  width: auto;
}
.programPosition .programLogo {
  width: 25%;
  display: flex;
  align-items: center;
}
.programPosition .programLogo img {
  margin-top: 8px;
  height: auto;
  margin-left: 30px;
}
.programPosition .programLogo:before {
  content: "";
  position: absolute;
  background: #3d1471;
  width: 17px;
  height: 2px;
  margin-top: 10px;
}
.programSeperator {
  max-width: 15rem;
  height: 0.2rem;
  background: #ddd;
}
@media (max-width: 768px) {
  .programPosition {
    flex-direction: column;
  }
  .programPosition .programLogo {
    width: 100% !important;
  }
  .programPosition .programLogo img {
    width: 100%;
    margin-left: 0px;
  }
  .programPosition .programLogo:before {
    display: none;
  }
}
.programBaslik {
  font-size: 1.4em;
  color: #3d1471;
}
.programBaslik:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.2em solid #3d1471;
  background-color: #fff;
  border-radius: 100%;
  left: -0.5em;
  z-index: 55;
}
.programBaslik2 {
  font-size: 1.3em;
  color: #3d1471;
  display: flex;
  flex-direction: row;
}
.programBaslik2:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.2em solid #3d1471;
  background-color: #fff;
  border-radius: 100%;
  left: -0.5em;
  z-index: 1;
  top: 1.25em;
}
@media (max-width: 768px) {
  .programBaslik2 {
    flex-direction: column;
  }
  .programLogo2::before {
    display: none;
  }
  .programLogo2 img {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.programResim {
  display: flex;
  justify-content: center;
  align-items: center;
}
.programResim img {
  width: 50%;
  height: 50%;
  margin-top: 10px;
}
.programKonusmaci {
  font-size: 1.2em;
  color: #3d1471;
  font-weight: 500;
  cursor: pointer;
}
.programKonusmaciKonu {
  font-size: 1.4em;
  color: rgb(102, 102, 102);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.programKonusmaciKonu:before {
  font-family: "FontAwesome";
  content: "\f007";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -0.4em;
  z-index: 55;
  color: #84171e;
}
.programBildiriKonu {
  font-size: 1.7em;
  color: rgb(102, 102, 102);
}
.programBildiriKonu:before {
  font-family: "FontAwesome";
  content: "\f15c";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -0.4em;
  z-index: 55;
  color: #84171e;
}
.programPanelKonu {
  font-size: 1.2em;
  color: rgb(102, 102, 102);
  line-height: 1.3em;
}
.programKonusmaciAltBaslik {
  font-size: 1.3rem;
  margin-top: 10px;
  color: rgb(102, 102, 102);
}
/* .programPanelKonu:before {
  font-family: "FontAwesome";
  content: "\f007";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -0.4em;
  z-index: 55;
  color: #84171e;
} */
.programKonu {
  color: #666;
  font-size: 1.2em;
}
.programModerator {
  font-size: 1.2em;
}
.programPanalist {
  font-size: 1.2em;
  color: #3d1471;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0.2em;
}
.programPanalistler {
  display: flex;
}
.programPanalistler p {
  margin-right: 0.3em;
}
.programPanelModerator {
  font-size: 1.2em;
}
/* .programPanelModerator:before {
  font-family: "FontAwesome";
  content: "\f007";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -0.4em;
  z-index: 55;
  color: #84171e;
} */
.programTitle {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
  font-weight: 300;
  line-height: 1.4;
}
.programSunums .programSatir {
  padding: 0 2rem;
}
.programSunums .programSaat {
  margin: 0;
  display: none;
}
.programSunums .programAyrinti {
  width: 100%;
}
.programSunums .programBildiriKonu {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5em;
}
.programSunums .programKonusmaci {
  margin: 0;
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}
.programSunums .programTitle {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}
.programSunums .programBaslik2 {
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.programPoster .programGunSecs {
  display: none;
}
.programSozlu .programBildiriKonu:before {
  content: "\f130";
}
.programBlok {
  padding: 1rem;
}
.blokTek {
  background-color: #e6ecef;
}
.blokCift {
  background-color: #fff;
}
@media screen and (max-width: 689px) {
  .programGunSecs {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .programSaat {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 690px) and (max-width: 959px) {
  .programSaat {
    font-size: 0.9em;
  }
}

.btn_popup {
  margin-left: 10px;
  position: absolute;
  top: 14px;
  right: -5px;
}

.popup_close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  display: inline;
  border: none;
}

.popup_close:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  border: none;
  display: inline;
}

.sponsor-col {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #e5e5e5;
  flex-wrap: wrap;
  background: #fff;
}

.sponsor-col .item {
  padding: 5px;
  background: white;
  margin: 5px;
}

.sponsor-col2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sponsor-col2 .item {
  background: white;
}

.sponsor-col3 {
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-col3 .item {
  background: white;
}

@media (max-width: 768px) {
  .sponsor-col3 {
    flex-wrap: wrap;
  }
  .sponsor-col3 div {
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.modal-content {
  padding: 2rem;
  min-height: 10rem;
}
.gorTitle {
  font-size: 1.5em;
  font-weight: 700;
  margin: 10px 10px 20px;
}
.gorYazar {
  margin: 10px 10px 10px;
}
.gorSunucu {
  text-decoration: underline;
}
.gorKurum {
  margin: 10px 10px 10px;
}
.gorBody {
  color: #333;
  margin: 10px 10px 20px;
}
.gorBody pre {
  white-space: inherit;
  font: inherit;
}
.gorAnahtar {
  margin: 10px 10px 20px;
}
.gorAnahtarBaslik {
  font-weight: 700;
  margin-right: 10px;
}
.programClick {
  cursor: pointer;
}
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.exhibitor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  order: 2;
}
.exhibitorIc {
  margin: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  background-color: #fff;
}
.exhibitorSecili {
  order: 1;
  width: 100%;
  background-color: #efefef;
  margin: 0 2.5rem 2rem 2.5rem;
}
.exhibitor .image {
  aspect-ratio: 4/3;
}

.exhibitor .image img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.exhibitor .dataKod {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.exhibitor .dataAd {
  margin-bottom: 1rem;
  text-align: center;
}

.exhibitor .dataBaslik {
  margin-bottom: 1rem;
  text-align: center;
}

.exhibitor .dataYazi {
  margin-bottom: 1rem;
  text-align: center;
}
.mapster_tooltip {
  background-color: #fff !important;
  padding: 1rem !important;
  width: 15rem !important;
  border: none !important;
  opacity: 1 !important;
}
.standTool {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.standToolImg img {
  width: 100px;
}
.programStand {
}
.programStand img {
}

.popup video {
  width: 500px;
}

@media (max-width: 768px) {
  .popup video {
    width: 250px;
  }
}

#parachute {
  position: absolute;
  z-index: -1;
}
.parachuteImg {
  width: 150px;
  height: 150px;
}
#parachute img {
  transform-origin: 50px 5px;
  animation-duration: 1.6s;
  animation-name: paragato;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2.6s;
  -webkit-animation-name: paragato;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
}
@keyframes paragato {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes paragato {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}

@media (max-width: 768px) {
  #parachute {
    display: none !important;
  }
  .dvYanBlok .icBanner{
    display: none !important;
  }
  .dvFooterBlok .icBanner{
    display: block !important;
  }
  .well{
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .container{
    padding-left: 0;
    padding-right: 0;
  }
  #ortamenu{
    padding: 0 1rem;
  }
}
.dvFooterBlok .icBanner{
  display: none;
}
.dvFooterBlok{
  margin-top: 2rem;
}
.icBannerIc{
  background-color: #f5f5f5;
  border: 1px solid rgb(221, 221, 221);
  border-top-left-radius: 20px;
  padding:15px;
}
.icBannerBaslik{
  color:rgb(32, 89, 166);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.icBannerResim{
  margin-top: 15px;
}
.icBannerYazi{
  margin-top: 15px;
  text-align: justify;
  font-size: 1.3rem;
}
.icBannerYazi a{
  text-decoration: underline;
  color:rgb(32, 89, 166);
  font-weight: 700;
}

.yerIcerik{
  width: 100%;
  min-height: 40rem;
}
.yerIcerik iframe{
  width: 1px;
  min-width: 100%;
  min-height: 40rem;
}
.sayfayazi img{
  height: auto !important;
}
.forminValid input, .forminValid textarea{
  border:1px solid red !important;
}
#DBAnasayfaCaptcha .forminValid{
  border:1px solid red !important;
}
.dropdown-menu a{
  display: block;
}

.tableColoredOut{
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.tableColored {
  width: 100%;
}
.tableColored th h1 {
  font-weight: bold;
  text-align: right;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.tableColored td h1 {
  font-weight: bold;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
}
.tableColored td h2 {
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
}
.tableColored td {
  font-weight: normal;
  text-align: right;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
  position: relative;
}
.tableColored td:first-child i{
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.tableColored td,
.tableColored th {
  padding: 1.5rem 4rem;
  color: #fff;
  line-height: 2rem;
}
.tableColored tr td:first-child{
  text-align: left;
}
/* Background-color of the odd rows */
.tableColored tr:nth-child(odd) {
  background-color: #323c50;
}
/* Background-color of the even rows */
.tableColored tr:nth-child(even) {
  background-color: #2c3446;
}
.tableColored th {
  background-color: #1f2739;
}
.tableColored td:first-child {
  color: #fff;
}
.tableColored tr:hover {
  background-color: #464a52;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
.tableColored td:hover {
  background: linear-gradient(45deg, #13649f, #0da53c);
  color: #fff;
  box-shadow: #7f7c21 -1px 1px, #7f7c21 -2px 2px, #7f7c21 -3px 3px,
    #7f7c21 -4px 4px, #7f7c21 -5px 5px, #7f7c21 -6px 6px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}
.tableColored .tableCheckOut{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableColored .tableCheck {
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/on.png');
}

@media screen and (max-width: 768px) {
  .tableColored td,
  .tableColored th {
    padding: 0.5rem;
  }
  .tableColored th h1 {
    font-size: 1rem;
  }
  .tableColored td h1 {
    font-size:1rem;
  }
  .tableColored td h2 {
    font-size:0.8rem;
  }
}