@import url("animate.css");
@import url("fakeLoader.min.css");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap&subset=latin-ext");

/* NORMALIZE */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* FORMALIZE */
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
pre,
ul {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

button,
fieldset,
menu,
ol,
ul {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

/* 

font-family: 'Oswald', sans-serif; 
font-family: 'Overpass', sans-serif;

*/
/* GENERAL */
body {
  font-family: "Arial", sans-serif;
  background: #fdfdfd;
}

a {
  transition: 300ms;
}
a:hover {
  text-decoration: none;
}

/* HEADER */
.header {
  border-bottom: 5px solid #333;
}
.header-top {
  background: #F60303;
}
.header-top .wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-menu {
  margin-right: 80px;
  margin-left: 80px;
} /* TELEFON NUMARALARININ SAĞDAN BOŞLUK VERME */
.header-menu a {
  margin-left: 15px;
  color: #FFF;
}
.header-menu i {
  background: #000;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.header-social a {
  color: #FFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
 background: #000;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  margin-left: 10px;
}
.header-language {
  margin-left: 10px;
}
.header-language img {
  width: 28px;
}
.header-language a {
  margin-left: 10px;
}
.header-search {
  margin-left: 10px;
}
.header-search button {
  background: none;
  appearance: none;
  font-size: 24px;
  color: #ea1e38;
}
.header-middle .wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mobile-menu {
  display: none;
}
.header .main-menu {
  font-family: "Oswald", sans-serif;
}
.header .main-menu ul {
  display: flex;
  align-items: center;
  height: 108px;
}
.header .main-menu ul li a {
  color: #000;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.header .main-menu ul li a:hover {
  color: #ea1e38;
}

/* MAIN */
.home-about {
  margin-top: 30px;
  align-items: center;
  display: flex;
}
.home-about-text {
  font-size: 14px;
  line-height: 24px;
}

.certificates {
  padding: 50px;
}

.home-links {
  border-top: 2px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
}

.home-link-box {
  padding: 26px 0;
  width: 100%;
  min-height: 222px;
  background-color: #fff;
  -moz-box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-link-box a {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.home-link-box img {
  max-width: 100%;
  margin-bottom: 15px;
}

.page-head {
  background: url(../img/page.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-head h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-top: 110px;
}

h4.page-title {
  width: 654px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ee3940;
  -moz-box-shadow: 0 0 64px 15px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 0 64px 15px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 64px 15px rgba(0, 0, 0, 0.29);
  line-height: 80px;
  color: #000;
  font-family: "Overpass", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: -40px;
}

.sidebar {
  padding: 70px 0;
  border-right: 1px solid #f0f0f0;
  margin-top: 90px;
}
.sidebar ul li a {
  display: block;
  padding: 10px 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
.sidebar ul li a.active {
  background: #eb2b41;
  color: #fff;
}
.sidebar ul li a.active i {
  color: #fff;
}
.sidebar ul li a i {
  color: #b1b1b1;
  margin-right: 10px;
}

.page-content {
  color: #393737;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-top: 90px;
  padding-left: 50px;
}
.page-content h4 {
  color: #eb2b41;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
}
.page-content ul {
  list-style: disc;
  margin-left: 20px;
}
.page-content ul li {
  margin-bottom: 15px;
}

.servis {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.servis-name {
  margin-bottom: 10px;
}
.servis-name span {
  color: #959595;
  font-size: 12px;
}
.servis-name span:before {
  content: "(";
}
.servis-name span:after {
  content: ")";
}
.servis-phone {
  color: #959595;
  font-size: 14px;
}
.servis-phone i {
  margin-right: 10px;
}
.servis-adres {
  color: #ea1e38;
  font-size: 14px;
}
.servis-adres i {
  margin-right: 10px;
}

.uygulama {
  margin-bottom: 30px;
}
.uygulama img {
  width: 100%;
}
.uygulama a {
  color: #959595;
}
.uygulama a:hover {
  color: #eb2b41;
}
.uygulama-name {
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

.ulasim iframe {
  width: 100%;
  min-height: 400px;
  margin-top: 50px;
}

.iletisim-bilgiler {
  margin-top: 50px;
}
.iletisim-bilgiler ul li {
  margin-bottom: 25px;
  display: flex;
}
.iletisim-bilgiler ul li i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  color: #eb2b41;
}

.iletisim-form {
  margin-top: 50px;
}

.iletisim-btn {
  background: #eb2b41;
  color: #fff;
  padding: 10px 20px;
}

.video {
  border: 2px solid #ddd;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.video a:hover {
  color: #ee3940;
}
.video:hover {
  border: 2px solid #ee3940;
}
.video a {
  color: #959595;
}
.video i {
  display: block;
  color: #eb2b41;
  font-size: 36px;
  margin-bottom: 30px;
}

.product-box {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: 300ms;
}
.product-box img {
  width: 100%;
}
.product-box:hover {
  border-color: #323232;
} /* Ürün grupları İnce Çerçeve Rengi Değişiyor */
.product-box:hover .product-title {
  background: #ba0505;
} /* Ürün grupları Hover Rengi Değişiyor */
.product-title {
  background: #47608e;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  padding: 12px;
  font-weight: 500;
  transition: 300ms;
  text-align: center;
}
.product-title a {
  color: #fff;
}
.product-name {
  font-size: 16px;
  line-height: 1.67;
  text-align: center;
  min-height: 130px;
}

.product-images {
  margin-bottom: 50px;
  text-align: center;
}
.product-images img {
  max-width: 80%;
}

.product-info {
  margin-top: 20px;
}

.sertifikalar img {
  max-width: 100%;
  max-height: 100%;
}
.sertifikalar .col-md-4 {
  margin-bottom: 30px;
  height: 300px;
  display: flex;
  align-items: center;
}

.products {
  position: relative;
  margin-top: 50px;
}
.products-title {
  color: #ea1e38;
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
}
.products img {
  margin: 0 auto;
  max-width: 80%;
}
.products .owl-nav {
  font-size: 48px;
}
.products .owl-prev {
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
}
.products .owl-next {
  position: absolute;
  right: -30px;
  top: calc(50% - 50px);
}

/* FOOTER */
.footer {
  margin-top: 100px;
}
.footer-katalog {
  background: #ea1e38;
  color: #fff;
  text-align: center;
  height: 90px;
  font-size: 25px;
  overflow: visible;
  position: relative;
  z-index: 99;
  padding-top: 20px;
}
.footer-katalog i {
  display: block;
  background: #fff;
  color: #ea1e38;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 36px;
  margin: 0px auto 0 auto;
}
.footer-middle {
  padding-top: 50px;
}
.footer-logo {
  text-align: center;
}
.footer-text {
  font-family: "Overpass", sans-serif;
  color: #989898;
  text-align: center;
  margin-top: 20px;
}
.footer-title2 {
  font-size: 18px;
  font-weight: 500;
  color: #ea1e38;
  margin-bottom: 20px;
}
.footer-menu {
  font-family: "Overpass", sans-serif;
  margin-bottom: 50px;
}
.footer-menu ul li {
  line-height: 30px;
}
.footer-menu ul li a {
  color: #989898;
}
.footer .wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.footer-top {
  background: #3c5177;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.footer-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-title i {
  margin-right: 10px;
}
.footer-box {
  line-height: 24px;
}
.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #989898;
}
.footer-social {
  color: #989898;
}
.footer-social a {
  color: #989898;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #989898;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
}
.footer .copyright {
  margin-top: 10px;
}

@media only screen and (max-width: 1170px) {
  .header .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-menu {
    display: none;
  }
  .header .mobile-menu {
    display: block;
    font-size: 36px;
    cursor: pointer;
  }
  .header .main-menu ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 155px;
    left: 0;
    flex-wrap: wrap;
    border-top: 3px solid #ddd;
    z-index: 9999;
  }
  .header .main-menu ul li {
    background: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
  }

  h4.page-title {
    width: 100%;
    font-size: 14px;
    height: auto;
    line-height: 28px;
    padding: 10px 15px;
  }

  .sidebar {
    margin-top: 0px;
  }

  .page-content {
    padding-left: 0;
    margin-top: 0px;
  }

  .sertifikalar .col-md-4 a {
    display: block;
    width: 100%;
    height: 300px;
    text-align: center;
  }
  .sertifikalar .col-md-4 img {
    height: 100%;
    display: table;
    margin: 0 auto;
  }

  .footer .wrapper {
    width: 100%;
    justify-content: center;
  }
  .footer-text {
    margin-bottom: 20px;
  }
  .footer-title2 {
    text-align: center;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-social {
    display: none;
  }
  .footer .copyright {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
.product-detail-title {
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
  font-size: 24px;
}
.product-detail-list ul li .icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #234d87;
  color: #fff;
  font-size: 18px;
  margin-right: 35px;
}
.product-detail-list ul li {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.product-detail-tab .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.product-detail-tab .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 26px;
  transition: 0.3s;
  font-size: 17px;
}

.product-detail-tab .tab button:hover,
.product-detail-tab .tab button.active {
  background-color: #234d87;
  color: #fff;
}

.product-detail-tab .tabcontent {
  display: none;
  padding: 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.product-detail-tab .tabcontent img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
}
.gallery-item {
  margin-bottom: 30px;
  background-color: #eee;
}
.gallery-item img {
  transition: 300ms all;
}
.gallery-item:hover img {
  opacity: 0.5;
}
.product-detail-doc {
  margin-top: 90px;
}
.product-detail-doc img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  margin-bottom: 15px;
}
.product-detail-slider {
  position: relative;
}
.product-detail-slider .owl-prev,
.product-detail-slider .owl-next {
  min-width: 45px !important;
  min-height: 45px !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  font-size: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 300 !important;
  background-color: #234d87 !important;
  color: #fff !important;
  position: absolute !important;
}
.product-detail-slider .owl-prev {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.product-detail-slider .owl-next {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.table {
  width: auto;
  margin-top: 30px;
}
.table td,
.table th {
  padding: 5px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 668px) {
  .table td,
  .table th {
    font-size: 14px !important;
  }
}





.main-slider {
  position: relative; }
  .main-slider .owl-nav button {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: calc(50% - 50px); }
    .main-slider .owl-nav button.owl-prev {
      background: url(../img/prev.png);
      left: 20px; }
    .main-slider .owl-nav button.owl-next {
      background: url(../img/prev.png);
      transform: rotate(180deg);
      right: 20px; }
  .main-slider .owl-dots {
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 20px; }
    .main-slider .owl-dots .owl-dot {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      border-radius: 50%; }
      .main-slider .owl-dots .owl-dot.active {
        background: #205cb7; }







