body {
  font-family: 'Montserrat', sans-serif;
}

* {
  outline: none;
}

p {
  margin: 0px;
}

a:hover {
  text-decoration: none;
}

i::before {
  margin: 0px !important;
}

.container {
  padding: 0px;
}

.row {
  margin: 0px;
  width: 100%;
}

.btn-sari {
  background: #ffc600;
  padding: 8px 20px;
  border-radius: 6px;
  color: #021e5c;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-mavi {
  background: #021e5c;
  padding: 8px 20px;
  border-radius: 6px;
  border: 2px solid #021e5c;
  color: #fff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-mavi:hover {
  background: none;
  color: #021e5c;
}

.btn-beyaz {
  background: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  border: 2px solid #021e5c;
  color: #021e5c;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-beyaz:hover {
  background: #021e5c;
  color: #fff;
}

.btn-sari:hover {
  -webkit-box-shadow: #fff 0px 1px 20px 0px;
          box-shadow: #fff 0px 1px 20px 0px;
}

.c-title {
  font-size: 44px;
  color: #021e5c;
  font-weight: 600;
  line-height: 1.1;
}

.c-line {
  position: relative;
  width: 30%;
  margin-top: 7px;
}

.c-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 80%;
  height: 8px;
  background: #ffc600;
  border-radius: 3px;
}

.c-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10%;
  height: 8px;
  background: #ffc600;
  border-radius: 3px;
}

.a-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 34px;
  color: #021e5c;
  line-height: 1.1;
}

.a-title .a-line {
  position: relative;
  padding-bottom: 15px;
}

.a-title .a-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60%;
  border-radius: 5px;
  background: #ffc600;
}

.a-title .a-line:after {
  content: "";
  position: absolute;
  left: 65%;
  bottom: 0;
  height: 8px;
  width: 10%;
  border-radius: 5px;
  background: #ffc600;
}

.img-control {
  width: 100%;
}

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

::-webkit-scrollbar {
  width: 15px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #ffc600;
  border-radius: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffc600;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.scroll-to-top i {
  color: #021e5c;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  cursor: pointer;
}

.scroll-to-top:hover i {
  top: 5px;
}

@media screen and (max-width: 992px) {
  .mx-custom {
    margin-right: auto;
    margin-left: auto;
  }
}

.menu-page {
  overflow: hidden;
  /* Media qurey section related to Navbar Section */
}

.menu-page .last50 {
  position: absolute;
  bottom: 0;
  opacity: 0;
  height: 2px;
  width: 2px;
  -webkit-box-shadow: 0 0 12px 4px #fff;
          box-shadow: 0 0 12px 4px #fff;
  background-color: #fff;
  -webkit-animation: fifth 2s alternate infinite;
          animation: fifth 2s alternate infinite;
}

@-webkit-keyframes fifth {
  from {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
    box-shadow: 0 0 12px 4px #fff;
    left: 0;
  }
  to {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
    box-shadow: 0 0 12px 4px #fff;
    left: 100%;
  }
}

@keyframes fifth {
  from {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
    box-shadow: 0 0 12px 4px #fff;
    left: 0;
  }
  to {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
    box-shadow: 0 0 12px 4px #fff;
    left: 100%;
  }
}

.menu-page .nav {
  z-index: 3000;
  width: 100%;
  height: 65px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.menu-page .nav:hover .last50 {
  opacity: 1;
}

.menu-page .nav .container {
  position: relative;
}

.menu-page .nav .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 1px;
  left: 0;
  width: 100%;
}

.menu-page .highlight {
  padding: 0;
  background-color: #021e5c;
  height: 80px;
}

.menu-page .highlight .nav__logo {
  float: left;
  width: 20% !important;
  height: auto;
  margin-bottom: 5px;
}

.menu-page .highlight .container {
  padding-top: 5px;
}

.menu-page .highlight .container::before {
  visibility: hidden;
}

.menu-page .highlight .last50 {
  opacity: 0 !important;
}

.menu-page .nav__logo {
  float: left;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}

.menu-page .nav__logo a {
  text-decoration: none;
  color: #fff;
}

.menu-page .nav__logo a img {
  width: 200px;
}

.menu-page .nav__wrapper {
  height: 65px;
  float: right;
  padding: 0;
  margin: 0;
}

.menu-page .nav__wrapper__list {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-page .nav__wrapper__list__item {
  width: auto;
  height: 65px;
  padding: 0;
  padding-left: 30px;
}

.menu-page .nav__wrapper__list__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-page .nav__wrapper__list__item:first-child a {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: #fff 0px 1px 10px 0px;
          box-shadow: #fff 0px 1px 10px 0px;
}

.menu-page .nav__wrapper__list__item i:before {
  color: #021e5c;
}

.menu-page .nav__wrapper__list__item:last-child a {
  margin-left: 30px;
  background: #ffc600;
  padding: 8px 20px;
  border-radius: 6px;
  border: 2px solid #ffc600;
  color: #021e5c;
  font-weight: 600;
}

.menu-page .nav__wrapper__list__item:last-child a:hover {
  -webkit-box-shadow: #fff 0px 1px 20px 0px;
          box-shadow: #fff 0px 1px 20px 0px;
  color: #021e5c;
}

.menu-page .nav__wrapper__list__item a {
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-page .nav__wrapper__list__item a:hover {
  color: #ffc600;
}

.menu-page .nav__toggle-btn {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu-page .nav__toggle-btn {
    display: block;
  }
  .menu-page .nav__wrapper {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .menu-page .nav__wrapper--visible {
    height: auto;
    display: none;
    margin-top: -4px;
  }
  .menu-page .nav__wrapper__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #021e5c;
    /* same background-color as navbar */
    background-position: center top;
  }
  .menu-page .nav__wrapper__list__item {
    width: 100%;
    text-align: right;
    padding: 0px 15px 15px 0px;
  }
  .menu-page .nav__wrapper__list__item a {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .menu-page .nav__logo a {
    font-size: 1.6rem;
  }
}

.menu-page .nav__toggle-btn {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 20px;
}

.menu-page .nav__toggle-btn i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.menu-page .nav__toggle-btn i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.menu-page .nav__toggle-btn i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.menu-page .nav__toggle-btn i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.menu-page .nav__toggle-btn.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.menu-page .nav__toggle-btn.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.menu-page .nav__toggle-btn.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

.slider-page {
  overflow: hidden;
}

.slider-page .blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fff;
  height: 100vh;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider-page .blog-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-page .blog-slider__item .row {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 15px;
  }
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.slider-page .blog-slider__img {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-page .blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-page .blog-slider__img img {
    max-width: 180px;
  }
}

.slider-page .blog-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__content {
    margin-top: 100px;
  }
}

@media screen and (max-width: 576px) {
  .slider-page .blog-slider__content {
    padding: 0;
  }
}

.slider-page .blog-slider__content > * {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.slider-page .blog-slider__title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.slider-page .blog-slider__text {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.slider-page .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.slider-page .blog-slider .swiper-pagination-custom,
.slider-page .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.slider-page .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__pagination {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50% !important;
    top: 97%;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.slider-page .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.slider-page .blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider-page .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc600;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .slider-page .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .slider-page .blog-slider__item .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slider-page .blog-slider__item .container .row .blog-slider__content {
    width: 45%;
  }
}

.hizmetler-page .pad {
  padding: 50px 20px;
}

@media screen and (min-width: 992px) {
  .hizmetler-page .container {
    background: #fff;
    position: relative;
    top: -100px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
  }
  .hizmetler-page .content .details {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .hizmetler-page .container {
    max-width: 1240px;
  }
  .hizmetler-page .content .details {
    width: 80%;
  }
}

@media screen and (min-width: 1450px) {
  .hizmetler-page .content .details {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .hizmetler-page .content {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 768px) {
  .hizmetler-page .swiper-button-next {
    visibility: hidden;
  }
  .hizmetler-page .swiper-button-prev {
    visibility: hidden;
  }
}

.hizmetler-page .swiper-button-disabled i::before {
  color: #e8e8e8;
}

.hizmetler-page .content .details {
  margin: 30px 0px 50px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hizmetler-page .content .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hizmetler-page .content .button-group .btn-mavi {
  margin-right: 10px;
}

.hizmetler-page .swiper-button-next {
  right: 0;
  top: 7px;
}

.hizmetler-page .swiper-button-next i::before {
  font-size: 25px;
  color: #000;
}

.hizmetler-page .swiper-button-next::after {
  content: "";
}

.hizmetler-page .swiper-button-prev {
  top: 7px;
  left: 90%;
}

.hizmetler-page .swiper-button-prev i::before {
  font-size: 25px;
  color: #000;
}

.hizmetler-page .swiper-button-prev::after {
  content: "";
}

.hizmetler-page .swiper-slide .card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 14px;
  -webkit-transform: rotate(180deg) scale(-0.8);
          transform: rotate(180deg) scale(-0.8);
  padding: 0px 10px;
}

.hizmetler-page .swiper-slide .card .card-icon {
  margin: 30px 0px 15px 0px;
  background: #e8e8e8;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hizmetler-page .swiper-slide .card .card-icon i::before {
  color: #000;
  font-size: 70px;
}

.hizmetler-page .swiper-slide .card .title {
  font-size: 18px;
  font-weight: 600;
}

.hizmetler-page .swiper-slide .card .detail {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hizmetler-page .swiper-slide .card .btn-sari {
  display: none;
}

.hizmetler-page .swiper-slide-active .card {
  background: #021e5c;
  color: #fff;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

.hizmetler-page .swiper-slide-active .card .btn-sari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cozum-ortagi-page {
  overflow: hidden;
  height: 441px;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .cozum-ortagi-page:hover .back {
    background: #d5343e !important;
  }
}

@media screen and (max-width: 992px) {
  .cozum-ortagi-page .image {
    display: none !important;
  }
}

.cozum-ortagi-page .container {
  height: 100%;
}

.cozum-ortagi-page .container .row {
  height: 100%;
}

.cozum-ortagi-page .container .row .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cozum-ortagi-page .container .row .content .title {
  line-height: 1.1;
  margin-bottom: 30px;
}

.cozum-ortagi-page .container .row .content .title span {
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cozum-ortagi-page .container .row .content .title span .renk {
  margin-left: 3px;
  color: #d5343e;
  font-weight: 600;
}

.cozum-ortagi-page .container .row .content .title h3 {
  font-size: 60px;
  color: #021e5c;
  font-weight: 700;
}

.cozum-ortagi-page .container .row .content .title p {
  font-size: 29px;
  color: #000;
}

.cozum-ortagi-page .container .row .content .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cozum-ortagi-page .container .row .content .button-group .btn-mavi {
  margin-right: 10px;
}

.cozum-ortagi-page .container .row .content .button-group .btn-logo {
  color: #767676;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #767676;
}

.cozum-ortagi-page .container .row .image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cozum-ortagi-page .container .row .image .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c6c6c6;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .cozum-ortagi-page .col-8 {
    display: none;
  }
  .cozum-ortagi-page .c-col {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.neler-yaptik-page {
  height: 600px;
  /* Grid Breakpoints
---------------------------------------------------------------------- */
  /* 2 Columns */
  /* 3 Columns */
  /* 4 Columns */
  /* 5 Columns */
}

.neler-yaptik-page .tum-link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .neler-yaptik-page .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .neler-yaptik-page .controls .buttons {
    margin-top: 25px;
  }
}

.neler-yaptik-page .containerr {
  min-height: 786px;
  width: 100%;
}

.neler-yaptik-page .controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.neler-yaptik-page .controls .control {
  margin: 0px 10px;
  border: 2px solid #c6c6c6;
  color: #c6c6c6;
  border-radius: 6px;
  font-weight: 600;
  background: none;
  outline: none;
  padding: 7px 15px;
}

.neler-yaptik-page .controls .mixitup-control-active {
  background: #ffc600;
  color: #021e5c;
  border: 2px solid #ffc600;
}

.neler-yaptik-page .mix,
.neler-yaptik-page .gap {
  display: inline-block;
  vertical-align: top;
}

.neler-yaptik-page .mix {
  background: #fff;
  border-radius: 2px;
  margin: 8px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.neler-yaptik-page .mix .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

.neler-yaptik-page .mix .overlay:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.neler-yaptik-page .mix .overlay .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
  text-align: center;
  width: 85%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 8px;
}

.neler-yaptik-page .mix .overlay .card-content i::before {
  font-size: 50px;
}

.neler-yaptik-page .mix .overlay .card-content p {
  font-weight: 600;
  margin: 25px 0px 15px 0px;
}

.neler-yaptik-page .mix .overlay .card-content .detay-link {
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 3px 12px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.neler-yaptik-page .mix .overlay .card-content .detay-link:hover {
  background: #000;
  color: #fff;
}

.neler-yaptik-page .mix:before {
  content: '';
}

.neler-yaptik-page .mix {
  visibility: hidden;
}

.neler-yaptik-page .urun-gorsel {
  border-radius: 50%; height: 300px; margin-left: 12%
}

.neler-yaptik-page .urun-aciklama {
  padding-left: 10%;
  padding-top: 4%;
}

.neler-yaptik-page .mixitup-ready .mix {
  visibility: visible;
}

.neler-yaptik-page .mix,
.neler-yaptik-page .gap {
  width: calc(100%/2 - (((2 - 1) * 2.8rem) / 2));
}

@media screen and (min-width: 541px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(100%/2 - (((2 - 1) * 2.8rem) / 2));
  }
}

@media screen and (max-width: 400px) {
  .neler-yaptik-page{
    height: 700px;
  }

  .urun-gorsel {
    border-radius: 50% !important;
    height: 150px !important;
    margin-left: 1rem !important;
    width: 80% !important;
  }

  .urun-aciklama {
    padding-left: 0 !important;
    padding-top: 10% !important;
  }
}

@media screen and (max-width: 414px) {
    .slider-page .blog-slider__content {
    margin-top: 150px;
  }
    
    
  .neler-yaptik-page{
    height: 700px;
    width: 100% !important;
  }

  .urun-gorsel {
    border-radius: 50% !important;
    height: 150px !important;
    margin-left: 35px !important;
    width: 80% !important;
  }

  .urun-aciklama {
    padding-left: 0 !important;
    padding-top: 10% !important;
  }
}

@media screen and (min-width: 961px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(100%/3 - (((3 - 1) * 1.8rem) / 3));
  }
}

@media screen and (min-width: 1281px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(100%/3 - (((3 - 1) * 1.8rem) / 3));
  }
}

.beesinav {
  margin: 60px 0px;
  overflow: hidden;
}

.beesinav .back {
  padding: 0px 20px;
  height: 127px;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beesinav .back .content {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.beesinav .back .right {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .beesinav .col-md-0 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .beesinav .back {
    padding: 15px 0px;
    height: auto !important;
  }
  .beesinav .back .logo {
    margin-bottom: 15px;
  }
  .beesinav .back .content {
    font-size: 14px;
  }
}

.contact-section {
  overflow: hidden;
  background: #021e5c;
  padding: 40px 0px;
  position: relative;
}

.contact-section .cizgi {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  background: #fff;
  height: 60%;
}

.contact-section .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section .link .content {
  line-height: 1.2;
}

.contact-section .link .content span {
  color: #ffc600;
  text-transform: uppercase;
}

.contact-section .link .content p {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.contact-section .link i::before {
  color: #fff;
  font-size: 50px;
}

.contact-section .left .link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-section .left .link:hover .content::before {
  width: 100%;
}

.contact-section .left .link .content {
  text-align: right;
  position: relative;
  padding-bottom: 5px;
}

.contact-section .left .link .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #ffc600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-section .left .link .icons {
  margin: 0px 60px 0px 40px;
}

.contact-section .right .link:hover .content::before {
  width: 100%;
}

.contact-section .right .link .content {
  position: relative;
  padding-bottom: 5px;
}

.contact-section .right .link .content::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #ffc600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-section .right .link .icons {
  margin: 0px 40px 0px 60px;
}

@media screen and (max-width: 992px) {
  .contact-section .content span {
    font-size: 12px;
  }
  .contact-section .content p {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .contact-section .cizgi {
    display: none;
  }
}

footer {
  overflow: hidden;
  min-height: 377px;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
}

footer .logo {
  margin-bottom: 20px;
}

footer .logo .img-control {
  margin-top: 10px !important;
  max-width: 215px;
}

footer .footer-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-g p {
  font-size: 25px;
  color: #021e5c;
  font-weight: 600;
  margin-bottom: 15px;
}

footer .footer-g a {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-g i {
  margin-right: 10px;
}

footer .footer-g i::before {
  font-size: 30px;
}

footer .footer-g span {
  min-height: 44.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  overflow: hidden;
  background: #021e5c;
  min-height: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner .banner-text {
  margin-bottom: 120px;
}

.banner .banner-text p {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  position: relative;
  padding-bottom: 10px;
}

.banner .banner-text p::before {
  // content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 8px;
  width: 70%;
  border-radius: 5px;
  background: #ffc600;
}

.banner .banner-text p::after {
 // content: "";
  position: absolute;
  left: 80%;
  bottom: 0;
  height: 8px;
  width: 15%;
  border-radius: 5px;
  background: #ffc600;
}

@media screen and (min-width: 1200px) {
  .alt-section-top .container {
    max-width: 1240px;
  }
}

.alt-section-top .container {
  background: #fff;
  position: relative;
  top: -50px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.iletisim-page-form .mar {
  padding: 70px 40px 50px 40px;
}

.iletisim-page-form .mar:first-child {
  background: #ffc600;
}

.iletisim-page-form .mar:first-child .a-line::before {
  background: #fff;
}

.iletisim-page-form .mar:first-child .a-line:after {
  background: #fff;
}

.iletisim-page-form .content .text {
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0px 40px 0px;
}

.iletisim-page-form .content .links a {
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iletisim-page-form .content .links a i {
  margin-right: 15px;
}

.iletisim-page-form .content .links a i::before {
  font-size: 27px;
}

.iletisim-page-form .content .links a span {
  font-size: 18px;
  line-height: 1.1;
}

.iletisim-page-form .form-content {
  position: relative;
}

.iletisim-page-form .form-content .plane {
  position: absolute;
  top: 0;
  right: 0;
}

.iletisim-page-form .form-content .a-title {
  margin-bottom: 20px;
}

.iletisim-page-form .form-content .col {
  padding: 0px 30px 30px 0px;
}

.iletisim-page-form .form-content form .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iletisim-page-form .form-content form .form-element {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  background: none;
  font-style: italic;
}

.iletisim-page-form .form-content form textarea {
  min-height: 100px;
  max-height: 150px;
}

@media screen and (max-width: 992px) {
  .iletisim-page-form .col:last-child {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.harita-page {
  margin-top: 60px;
}

.harita-page .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.harita-page .harita {
  height: 525px;
  overflow: hidden;
}

.link-section {
  overflow: hidden;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.link-section .col-12:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-section .content {
  color: #fff;
}

.link-section .content p {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .link-section .btn-sari {
    margin-top: 30px;
  }
}

.kurumsal-page .mar {
  padding: 70px 40px 50px 40px;
}

.kurumsal-page .content .a-title {
  margin-bottom: 20px;
}

.kurumsal-page .image {
  border-radius: 12px;
  overflow: hidden;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slogan {
  overflow: hidden;
  margin: 20px 0px;
  min-height: 464px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slogan p {
  font-size: 60px;
  font-weight: 600;
  color: #021e5c;
  text-align: center;
  line-height: 1.1;
}

.slogan .m-auto {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .slogan p {
    font-size: 35px;
  }
}

.yorum {
  overflow: hidden;
  margin: 40px 0px;
}

.yorum .mx-custom {
  padding: 20px;
}

.yorum .card {
  border: none;
}

.yorum .card .title {
  margin-bottom: 25px;
}

.yorum .card .title .a-title {
  font-size: 30px;
  font-weight: 700;
}

.yorum .card .title .a-title .a-line {
  padding-bottom: 25px;
}

.yorum .card .title .a-title .a-line::before {
  width: 36%;
}

.yorum .card .title .a-title .a-line::after {
  left: 40%;
  width: 5%;
}

.referans-page {
  overflow: hidden;
  margin: 50px 0px 80px 0px;
}

.referans-page .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.referans-page .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referans-page .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.referans-page .image:hover .top-image {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.referans-page .image:hover .bottom-image {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.referans-page .image .bottom-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.referans-page .image .top-image {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.neler-yaptik-alt-page {
  position: relative;
}

.neler-yaptik-alt-page .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0px;
}

.neler-yaptik-alt-page .line-1 {
  position: absolute;
  top: 193px;
  left: 150px;
  background: #ffc600;
  width: 3px;
  height: 200px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 0;
}

.hizmetlerimiz-alt-page .h-control {
  width: 100%;
}
.hizmetlerimiz-alt-page .container{
        overflow: hidden;
}
.erpyazilim-alt-page .container{
    overflow: hidden;
}
.hizmetlerimiz-alt-page .custom-row {
  padding: 50px 40px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hizmetlerimiz-alt-page .custom-row .text .a-title {
  margin-bottom: 30px;
}

.hizmetlerimiz-alt-page .custom-row .image {
  max-width: 500px;
  overflow: hidden;
}

.erpyazilim-alt-page .h-control {
  width: 100%;
}

.erpyazilim-alt-page .custom-row {
  padding: 50px 40px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.erpyazilim-alt-page .custom-row .text .a-title {
  margin-bottom: 30px;
}

.erpyazilim-alt-page .custom-row .image {
  max-width: 500px;
  overflow: hidden;
}

.neleryaptikdetay .col-12 {
  padding: 0px;
}

.siteye-git {
  margin: 30px 0px;
}

.siteye-git .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 500px) {
  .neler-yaptik-page .overlay .card-content {
    padding: 10px !important;
  }
  .neler-yaptik-page .overlay .card-content i::before {
    font-size: 25px !important;
  }
  .neler-yaptik-page .overlay .card-content p {
    margin: 15px 0px 10px 0px !important;
    font-size: 10px;
  }
  .neler-yaptik-page .overlay .card-content a {
    font-size: 9px;
    border: 1px solid #000 !important;
  }
  .contact-section .content span {
    font-size: 10px;
  }
  .contact-section .content p {
    font-size: 18px !important;
  }
  .neler-yaptik-page .controls .control {
    font-size: 12px;
    padding: 4px 12px;
    margin: 0px 0px 4px 0px;
  }
  .blog-slider__title {
    font-size: 30px !important;
  }
  .blog-slider__text {
    font-size: 14px;
  }
  .btn-sari {
    font-size: 14px;
    padding: 6px 15px;
  }
  .btn-mavi {
    font-size: 14px;
    padding: 6px 15px;
  }
  .btn-beyaz {
    font-size: 14px;
    padding: 6px 15px;
  }
  .btn-logo {
    font-size: 14px;
    padding: 6px 15px;
  }
  .c-title {
    font-size: 30px;
  }
  .c-title .c-line::before {
    height: 5px;
  }
  .c-title .c-line:after {
    height: 5px;
  }
  .cozum-ortagi-page .title h3 {
    font-size: 35px !important;
  }
}
/*# sourceMappingURL=style.css.map */