/*------------------------------
        @VARIABLES
-------------------------------*/
@import url(normalize.css);
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext");
/*------------------------------
        @DEFAULTS
-------------------------------*/
html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  background: #013940;
  z-index: 999999999999;
  text-align: center;
}

.loader-container .loader-content {
  position: relative;
  top: 40%;
}

.loader-container .loader {
  border: 0.250em solid #03A9F4;
  border-radius: 50%;
  border-top: 0.250em solid #caf9ff;
  border-bottom: 0.250em solid #caf9ff;
  width: 1.875em;
  height: 1.875em;
  -webkit-animation: spin 1s ease-out infinite;
  animation: spin 1s ease-out infinite;
  display: inline-block;
  background: transparent;
  zoom: 3.5;
}

.loader-container .loader-text {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 1.4em;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.3em;
}

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

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

/*------------------------------
        @PAGE-OBJECTS
-------------------------------*/
.page-header_top {
  background-color: #f4f5f5;
  border-bottom: 2px solid #b1a3bc;
  padding: .75rem 0;
  font-size: .9rem;
  color: #525252;
}

.page-header_top .address-group span {
  position: relative;
  z-index: 1;
  padding-right: 2rem;
}

.page-header_top .address-group span:after {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 10px;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #08bef3;
  content: '';
}

.page-header_top .link-whatsapp {
  color: #25d366;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 99999;
}

.page-header_top .link-whatsapp span {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
}

.page-header_main .main-navbar {
  text-align: right;
  margin-top: 3rem;
  padding-left: 4rem;
}

.page-header_main .main-navbar a {
  color: #b8bbbc;
  font-weight: 600;
  padding-right: 2rem;
}

.page-header_main .main-navbar a:hover, .page-header_main .main-navbar a.active {
  color: #015897;
}

.page-subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 32px;
  color: #015897;
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin: 0;
}

.page-subtitle span {
  font-size: 28px;
  color: #525252;
}

.dijital_guvenlik,
.itibar_guvenligi {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block {
  margin-bottom: 2rem;
}

.block-body img {
  width: 100%;
}

.block-footer {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(177, 177, 177, 0.44);
          box-shadow: 0px 4px 8px 0px rgba(177, 177, 177, 0.44);
  padding: 1.5rem 1.5rem .3rem;
  min-height: 20vh;
}

.block-footer:before {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50%;
  height: 5px;
  background: #015897;
  content: '';
}

.block-footer .title {
  font-family: "Playfair Display", serif;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
}

.block-footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #525252;
  min-height: 15vh;
  margin-bottom: .3rem;
}

.itibar_guvenligi .block-footer .title {
  font-size: 1.4rem;
}

.page-footer .footer-top {
  padding-top: 2.3rem;
  background: #4d8ab6;
  padding-bottom: 2rem;
}

.page-footer .footer-top .item-group h4 {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .13rem;
  color: #fff;
  margin-bottom: 2rem;
}

.page-footer .footer-top .item-group h4:after {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #8bbadd79;
  content: '';
}

.page-footer .footer-top .item-group ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}

.page-footer .footer-top .item-group ul li {
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}

.page-footer .footer-top .item-group ul li:before {
  background: #8bbadd;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 2;
  left: 0;
  top: 8px;
  content: '';
}

.page-footer .footer-top .item-group ul a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin: .9rem 0;
}

.page-footer .footer-top .item-group ul a:hover {
  color: white;
}

.page-footer .footer-bottom {
  background: #fff;
  padding-top: 1rem;
  font-size: 14px;
  color: #525252;
}

.hero {
  position: relative;
  z-index: 1;
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 35vh;
}

.hero:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 63, 99, 0.466);
  content: '';
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 0;
  letter-spacing: 0.13rem;
}

.hero .breadcrumb {
  background-color: transparent;
}

.hero .breadcrumb a {
  color: #fff;
  padding: 4px 7px;
}

.navigation-block {
  margin-top: 3rem;
}

.navigation-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.navigation-block nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navigation-block nav a {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: .7rem 0;
  color: #015897;
  padding: 1rem 1.7rem;
  border-bottom: 2px solid #eee;
}

.navigation-block nav a:before {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #015897;
  content: '';
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.navigation-block nav a:hover, .navigation-block nav a.active {
  color: #525252;
}

.navigation-block nav a:hover:before, .navigation-block nav a.active:before {
  height: 15px;
}

.speed-feedback {
  position: relative;
  z-index: 1;
  background-color: #015897;
  border-bottom: 4px solid #01497e;
  padding: 2rem;
  padding-bottom: 1rem;
  color: #fff;
  margin-top: 3rem;
}

.speed-feedback:before {
  content: '';
  position: absolute;
  top: -7.5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #015897 transparent;
}

.speed-feedback .title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: .10rem;
}

.user-message__item {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}

.user-message__item span {
  font-size: 1rem;
  font-style: italic;
}

.user-message__item time {
  font-size: .8rem;
  padding-left: 1rem;
}

.user-message__item .title {
  font-size: 1.4rem;
  color: #015897;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.user-message__item .desc {
  margin-bottom: 0;
}

.leave-a-message {
  border: 1px solid #ccc;
  padding: 1rem;
}

.leave-a-message h4 {
  font-size: 1.3rem;
  color: #015897;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.leave-a-message label {
  color: #525252;
  font-size: .9rem;
  letter-spacing: .10rem;
  text-transform: uppercase;
}

.subpage-content .content {
  margin-top: 2rem;
}

.subpage-content .content .page-subtitle {
  padding: 0;
  margin: 2rem 0 1rem;
}

.subpage-content .content .description {
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 4px;
}

.auto-scroll-to-top {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999999999;
  bottom: 40px;
  right: -60px;
  border-radius: 4px;
  background-color: #028AF4;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  -webkit-box-shadow: 0 0 5px 0px #ffffff;
  box-shadow: 0 0 5px 0px #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.auto-scroll-to-top:before {
  width: 6px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  left: 35%;
  top: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.auto-scroll-to-top:after {
  width: 6px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  right: 35%;
  top: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.visible {
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.animation-shield {
  position: relative;
  z-index: 1;
  margin: 3rem 0 0 0;
  padding: 0;
  display: inline-block;
  width: 107px;
  height: 107px;
}

.animation-shield:after {
  position: absolute;
  z-index: 2;
  top: -30%;
  left: 0;
  background-image: url("../images/icon-rotator.png");
  background-position: center;
  width: 107px;
  height: 107px;
  display: block;
  content: '';
  -webkit-animation: rotation 13s infinite linear;
          animation: rotation 13s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.hide {
  display: none;
}

.hide-effect {
  background-color: tomato;
  padding: .2rem 1rem;
  margin-top: .2rem;
  font-size: .9rem;
  color: #fff;
}

.show {
  display: block;
}

.error {
  color: #fff;
}

.social-links span {
  color: gray;
  font-size: .8rem;
}

.social-links a {
  color: tomato;
  font-size: .8rem;
  font-weight: 600;
  padding-left: .7rem;
  display: inline-block;
  letter-spacing: 0.05rem;
}

.social-links a:after {
  content: '|';
  padding-left: .7rem;
  color: #cdcdcd;
}

.list-404 li {
  padding: .4rem 1rem;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .block-footer .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-header_main .main-navbar {
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .address-group {
    font-size: 13px;
  }
  .address-group span:first-child {
    display: none;
  }
  .address-group span:after {
    display: none;
  }
  .address-group .text-secondary span {
    display: inline-block !important;
  }
  .page-header .main-navbar {
    padding-left: 0;
  }
  .page-header .main-navbar a {
    font-size: 13px;
    padding-right: 1.3rem;
  }
}

@media (max-width: 767px) {
  .page-header_main {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eee;
  }
  .hamburger-icon {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
    z-index: 9999999;
  }
  .hamburger-icon > .line {
    display: block;
    background: #015897;
    width: 40px;
    height: 2px;
    position: relative;
    margin: 0 auto;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .hamburger-icon > .line:nth-child(1) {
    margin-bottom: 7px;
  }
  .hamburger-icon > .line:nth-child(3) {
    margin-top: 7px;
  }
  .hamburger-icon:hover .line:nth-child(1),
  .hamburger-icon:focus .line:nth-child(1) {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
  }
  .hamburger-icon:hover .line:nth-child(3),
  .hamburger-icon:focus .line:nth-child(3) {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
  }
  .hamburger-icon:active .line:nth-child(1),
  .hamburger-icon.active .line:nth-child(1) {
    transform: translateY(15px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
    -moz-transform: translateY(15px) translateX(0) rotate(45deg);
  }
  .hamburger-icon:active .line:nth-child(2),
  .hamburger-icon.active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-icon:active .line:nth-child(3),
  .hamburger-icon.active .line:nth-child(3) {
    transform: translateY(-3px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-3px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-3px) translateX(0) rotate(-45deg);
  }
  .page-header_main .main-navbar {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 3rem;
    padding-left: 2rem;
    margin-top: 0 !important;
    display: none;
  }
  .page-header_main .main-navbar a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 1rem;
  }
  .page-header_top .link-whatsapp {
    padding-right: 1rem;
  }
  .animation-shield {
    margin-top: 2rem;
  }
  .dijital_guvenlik .page-subtitle {
    padding-top: 0;
  }
  .address-group {
    font-size: 1rem;
    font-weight: 600;
  }
  .address-group .text-secondary {
    color: #015897;
  }
  .address-group .text-secondary span {
    display: block !important;
    padding-right: 0;
  }
  .address-group .text-secondary span:after {
    display: none;
  }
  .address-group span {
    display: none;
  }
  .block-footer p {
    margin-bottom: 1rem;
  }
  .footer-top .item-group {
    margin-bottom: 2rem;
  }
  .footer-bottom p {
    text-align: left;
    font-size: 12px;
    line-height: 3;
  }
  .footer-bottom a {
    color: #015897;
  }
  .footer-bottom p:last-child {
    margin-bottom: 0;
  }
  .social-links a {
    color: tomato;
    padding-left: 1rem;
    min-height: 50px;
    min-width: 50px;
    display: block;
    padding-top: 1rem;
  }
  .social-links a:after {
    display: none;
  }
  .overflow-hidden {
    overflow: hidden;
  }
}
/*# sourceMappingURL=main.css.map */