/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[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; }

/* GENERAL */
body {
  font-family: 'Calibri';
  transition: 300ms;
  margin: 0 auto; }

a {
  transition: 300ms; }

a:hover {
  text-decoration: none; }

input, button, textarea {
  outline: 0; }

.container {
  width: 100%;
  margin: 0 auto; }

/* HEADER */
.header {
  height: 163px;
  background: #232c3c; }
  .header .logo img {
    width: 200px; }
  .header-top {
    height: 102px; }
    .header-top .container {
      height: 102px;
      align-items: center; }
    .header-top .whatsapp {
      width: 150px; }
      .header-top .whatsapp img {
        width: 100%; }
  .header .container {
    display: flex;
    justify-content: space-between; }
  .header-bottom {
    background: #f3f2f1;
    height: 61px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5); }
    .header-bottom ul {
      display: flex;
      width: 100%; }
      .header-bottom ul li {
        width: 33.3333%;
        display: flex;
        justify-content: center;
        height: 61px;
        align-items: center;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 61px;
        font-weight: 600; }
        .header-bottom ul li:nth-child(2) {
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
          transform: skew(-10deg); }
          .header-bottom ul li:nth-child(2) a {
            transform: skew(10deg); }
        .header-bottom ul li img {
          margin-right: 5px;
          width: 10px; }
        .header-bottom ul li a {
          color: #1f2734;
          font-size: 12px; }

/* main */
p.black {
  color: #1f2734 !important;
  font-size: 20px !important; }
  p.black b.newline {
    display: block;
    font-size: 30px; }
  p.black.with-padding {
    padding: 15px; }

.text-center {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.main-slider {
  margin-top: -12px; }
  .main-slider .owl-dots, .main-slider .owl-nav {
    display: none; }

.main-content {
  margin-top: -60px; }
  .main-content-head {
    position: relative;
    z-index: 2; }
    .main-content-head img {
      width: 100%; }
  .main-content-info {
    background: url(../img/maincontentbg.png) top center no-repeat #1f2734;
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .main-content h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px; }
    .main-content h1 span {
      display: block;
      font-weight: normal;
      color: #0098de; }
  .main-content p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 24px;
    font-size: 18px; }
    .main-content p.withbg {
      background: #0091d7;
      padding: 15px; }
  .main-content .badges {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    position: relative;
    top: 40px; }
    .main-content .badges img {
      max-width: 50%; }

.service-call {
  background: url(../img/servicecall.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto; }
  .service-call img {
    width: 100%; }

.services {
  background: url(../img/servicebg.png) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 30px;
  color: #fff;
  padding-bottom: 30px; }
  .services h1 {
    font-size: 24px;
    text-align: center;
    line-height: 36px; }
    .services h1 span {
      display: block;
      font-weight: normal; }
  .services h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center; }
  .services ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 20px; }
    .services ul li {
      font-size: 16px;
      width: 100%;
      color: #fff;
      margin-bottom: 5px; }
      .services ul li img {
        margin-right: 15px;
        width: 24px; }

.how-to {
  background: url(../img/nasilyapilir.png) no-repeat top center #1f2734;
  background-size: 100% auto;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .how-to-images {
    display: flex;
    align-items: flex-start; }
  .how-to img.how-to-title {
    width: 65%;
    margin-top: 15px;
    margin-bottom: 15px; }
  .how-to img.device {
    width: 30%;
    margin-left: 2%;
    margin-top: -40px; }
  .how-to h1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .how-to h1 span {
      display: block;
      font-weight: normal;
      color: #0098de;
      letter-spacing: 2px; }
  .how-to p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 24px;
    font-size: 16px; }
    .how-to p.withbg {
      background: #0091d7;
      padding: 15px; }

.price {
  color: #1c2430;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px; }
  .price img {
    width: 100%; }

.reason {
  background: url(../img/reasonbg.png) no-repeat top center #0068de;
  background-size: 100% auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 15px;
  font-weight: 300; }
  .reason p {
    margin-bottom: 10px; }
  .reason b {
    font-weight: 600; }
  .reason-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 30px; }
    .reason-title span {
      display: block;
      font-weight: normal;
      color: #c2e5fb;
      font-size: 30px;
      letter-spacing: 2px; }
  .reason i.circle {
    background: #1c222e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative; }
  .reason ul li {
    margin-bottom: 15px;
    font-weight: 600; }

.advantages {
  background: #efeeee; }
  .advantages-title {
    font-size: 24px;
    font-weight: 600;
    color: #1c222e;
    text-align: right;
    line-height: 30px; }
    .advantages-title span {
      display: block;
      font-weight: normal;
      color: #0098de;
      font-size: 30px;
      letter-spacing: 2px; }
  .advantages .container {
    background: url(../img/advantages.png) no-repeat top left;
    background-size: 100%;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
  .advantages p {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-top: 15px; }
  .advantages .camera {
    position: absolute;
    bottom: 30px;
    width: 100px; }

.media {
  background: #0068de;
  padding: 30px 15px; }
  .media-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 30px; }
    .media-title span {
      display: block;
      font-weight: normal;
      color: #c2e5fb;
      font-size: 24px;
      letter-spacing: 2px; }
  .media-text {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px; }
  .media-photos {
    display: flex;
    flex-wrap: wrap; }
    .media-photos img {
      margin-bottom: 10px;
      width: calc(50% - 5px); }
    .media-photos img.odd {
      margin-right: 10px; }
    .media-photos img.full {
      width: 100%; }

.video {
  margin-top: 20px;
  margin-bottom: 20px; }
  .video-thumb {
    margin-top: 20px;
    display: block; }
    .video-thumb img {
      width: 100%; }
  .video-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .video-text b {
      color: #1f2734;
      font-weight: 600; }

.press {
  background: #f7f2ee;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.46);
  margin-bottom: -5px; }
  .press-all {
    padding: 20px; }
    .press-all img {
      max-width: 100%; }
  .press-title {
    background: #0066d9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }
    .press-title span {
      display: block;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 2px;
      color: #c2e5fb;
      padding-top: 20px; }
  .press .news-logo {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .press .news-logo img {
      max-width: 80%; }
  .press .news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px; }
    .press .news-list li {
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 30px; }
      .press .news-list li:nth-child(2n) {
        margin-right: 0; }
      .press .news-list li p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #6b6b6b; }
  .press .news-thumb img {
    width: 100%; }
  .press .news-title {
    height: 72px; }
    .press .news-title a {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      font-weight: 600; }

.comments {
  background: #0068de;
  padding: 30px 15px; }
  .comments .comment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
  .comments .comment-title {
    color: #ffbd1f;
    font-size: 20px;
    font-weight: bold; }
  .comments .comment-text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  .comments .comment-point img {
    width: 100px; }
  .comments ul {
    margin-top: 30px; }
    .comments ul li {
      background: url(../img/line.png) no-repeat bottom center;
      background-size: 100% auto;
      padding-bottom: 15px;
      margin-bottom: 25px; }

.bar {
  background: #1f2734;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  padding: 0 15px; }
  .bar span {
    font-weight: normal; }

.team {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px; }
  .team img.usta {
    position: absolute;
    width: 225px;
    right: 0;
    margin-top: -30px; }
  .team ul {
    width: calc(100% - 175px);
    margin-top: 10px; }
    .team ul li {
      font-size: 16px;
      color: #1c232e;
      margin-top: 10px; }
      .team ul li img {
        margin-right: 10px;
        width: 15px; }

/* footer */
.footer {
  background: url(../img/footerbg.png) no-repeat;
  background-size: 100% calc(100% - 100px);
  line-height: 24px;
  padding: 50px 15px; }
  .footer-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffbd1f;
    text-align: center; }
  .footer-text {
    font-size: 18px;
    color: #fff;
    margin-top: 10px; }
  .footer-phone {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between; }
    .footer-phone img {
      margin-right: 5px;
      width: 20px; }
    .footer-phone a {
      color: #ffbd1f; }
  .footer-whatsapp {
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold; }
    .footer-whatsapp a {
      color: #ffbd1f; }
    .footer-whatsapp img {
      width: 30px; }
  .footer-info {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 30px; }
  .footer .badges {
    display: flex;
    justify-content: space-between; }
    .footer .badges img {
      max-width: 50%; }

.copyright {
  font-size: 18px;
  font-weight: bold;
  color: #ffbd1f;
  text-align: center;
  line-height: 24px;
  margin-top: -30px;
  margin-bottom: 100px; }
  .copyright span {
    display: block;
    color: #a7a7a5;
    font-weight: normal; }

.mobile-buttons {
  background-color: rgba(37, 37, 37, 0.85);
  border-top: 3px solid #ffffff;
  position: fixed;
  left: 0;
  width: 100%;
  height: 45px;
  justify-content: space-evenly;
  bottom: 0px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  z-index: 999; }
  .mobile-buttons i.tel {
    background: url(../img/footerphone.png);
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
    display: block; }
  .mobile-buttons i.wp {
    background: url(../img/footerwp.png);
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
    display: block; }

/*# sourceMappingURL=style.css.map */
