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

* {
  outline: none;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.container {
  padding: 0px;
}

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

.row > * {
  padding: 0px;
}

.btn-sari {
  background: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  color: #046a38;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-mavi {
  background: #046a38;
  padding: 8px 20px;
  border-radius: 6px;
  border: 2px solid #046a38;
  color: #fff;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.btn-mavi:hover {
  background: none;
  color: #046a38;
}

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

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

.c-title {
  font-size: 44px;
  color: #046a38;
  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: #046a38;
  border-radius: 3px;
}
.c-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10%;
  height: 8px;
  background: #046a38;
  border-radius: 3px;
}

.a-title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 34px;
  color: #046a38;
  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: #046a38;
}
.a-title .a-line:after {
  content: "";
  position: absolute;
  left: 65%;
  bottom: 0;
  height: 8px;
  width: 10%;
  border-radius: 5px;
  background: #046a38;
}

.img-control {
  width: 100%;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #046a38;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
  z-index: 10;
}
.scroll-to-top i {
  color: #046a38;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 20px;
  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;
  box-shadow: 0 0 12px 4px #fff;
  background-color: #fff;
  animation: fifth 2s alternate infinite;
}
@keyframes fifth {
  from {
    height: 2px;
    width: 2px;
    box-shadow: 0 0 12px 4px #fff;
    left: 0;
  }
  to {
    height: 2px;
    width: 2px;
    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;
  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: #046a38;
}
.menu-page .highlight .container::before {
  visibility: hidden;
}
.menu-page .highlight .last50 {
  opacity: 0 !important;
}
.menu-page .nav__logo {
  float: left;
  width: auto;
  height: auto;
}
.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: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-page .nav__wrapper__list__item {
  width: auto;
  height: 65px;
  padding: 0;
  padding-left: 15px;
}
.menu-page .nav__wrapper__list__item:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-page .nav__wrapper__list__item:first-child a {
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  box-shadow: #fff 0px 1px 10px 0px;
}
.menu-page .nav__wrapper__list__item i:before {
  color: #046a38;
}
.menu-page .nav__wrapper__list__item:last-child a {
  margin-left: 30px;
  background: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #046a38;
  font-weight: 600;
}
.menu-page .nav__wrapper__list__item:last-child a:hover {
  box-shadow: #fff 0px 1px 20px 0px;
  color: #046a38;
}
.menu-page .nav__wrapper__list__item a {
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu-page .nav__wrapper__list__item a:hover {
  color: #fff;
}
.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 {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #046a38;
    /* 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) {
  animation: outT 0.8s backwards;
  animation-direction: reverse;
}
.menu-page .nav__toggle-btn i:nth-child(2) {
  margin: 5px 0;
  animation: outM 0.8s backwards;
  animation-direction: reverse;
}
.menu-page .nav__toggle-btn i:nth-child(3) {
  animation: outBtm 0.8s backwards;
  animation-direction: reverse;
}
.menu-page .nav__toggle-btn.active i:nth-child(1) {
  animation: inT 0.8s forwards;
}
.menu-page .nav__toggle-btn.active i:nth-child(2) {
  animation: inM 0.8s forwards;
}
.menu-page .nav__toggle-btn.active i:nth-child(3) {
  animation: inBtm 0.8s forwards;
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

.slider-page {
  overflow: hidden;
}
.slider-page .blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fff;
  height: 100vh;
  transition: all 0.3s;
}
.slider-page .blog-slider__item {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slider-page .blog-slider__item {
    flex-direction: column;
  }
  .slider-page .blog-slider__item .row {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0px 15px;
  }
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.4s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.5s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.6s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.7s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.9s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 1s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1.1s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.2s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.3s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.4s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.5s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.6s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.7s;
}
.slider-page .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.8s;
}
.slider-page .blog-slider__img {
  width: 360px;
  flex-shrink: 0;
}
.slider-page .blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .slider-page .blog-slider__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .slider-page .blog-slider__img img {
    max-width: 180px;
  }
}
.slider-page .blog-slider__content {
  display: flex;
  flex-direction: column;
  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;
  transform: translateY(25px);
  transition: all 0.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;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .slider-page .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 97%;
    width: 100% !important;
    display: flex;
    justify-content: 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;
  transition: all 0.3s;
}
.slider-page .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  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: flex;
    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: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hizmetler-page .content .button-group {
  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 {
  transition: all 0.3s ease-in-out;
  min-height: 380px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 14px;
  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%;
  flex-shrink: 0;
  display: flex;
  justify-content: 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: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hizmetler-page .swiper-slide .card .btn-sari {
  display: none;
}
.hizmetler-page .swiper-slide-active .card {
  background: #046a38;
  color: #fff;
  transform: rotate(0) scale(1);
}
.hizmetler-page .swiper-slide-active .card .btn-sari {
  display: flex;
}

.cozum-ortagi-page {
  overflow: hidden;
  height: 441px;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
}
@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: flex;
  flex-direction: column;
  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: 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: #046a38;
  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: 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: flex;
  align-items: center;
  justify-content: center;
}
.cozum-ortagi-page .container .row .image .back img {
  max-width: 280px;
}
@media screen and (max-width: 992px) {
  .cozum-ortagi-page .col-8 {
    display: none;
  }
  .cozum-ortagi-page .c-col {
    height: 100%;
    display: flex;
  }
}

.neler-yaptik-page {
  /* Grid Breakpoints
  ---------------------------------------------------------------------- */
  /* 2 Columns */
  /* 3 Columns */
  /* 4 Columns */
  /* 5 Columns */
}
.neler-yaptik-page .tum-link {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .neler-yaptik-page .controls {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .neler-yaptik-page .controls .buttons {
    margin-top: 25px;
  }
}
.neler-yaptik-page .containerr {
  min-height: 786px;
}
.neler-yaptik-page .controls {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.neler-yaptik-page .controls .control {
  border: 2px solid #c6c6c6;
  color: #c6c6c6;
  border-radius: 6px;
  font-weight: 600;
  background: none;
  font-size: 15px;
  outline: none;
  padding: 7px 15px;
}
.neler-yaptik-page .controls .mixitup-control-active {
  background: #fff;
  color: #046a38;
  border: 2px solid #046a38;
}
.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 .img-control {
  height: 420px;
}
.neler-yaptik-page .mix .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.4s, opacity 0.4s;
}
.neler-yaptik-page .mix .overlay:hover {
  opacity: 1;
  transform: translateY(0);
}
.neler-yaptik-page .mix .overlay .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  transition: all 0.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 .mixitup-ready .mix {
  visibility: visible;
}
.neler-yaptik-page .mix,
.neler-yaptik-page .gap {
  width: calc(50% - 1.4rem);
}
@media screen and (min-width: 541px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(50% - 1.4rem);
  }
}
@media screen and (min-width: 961px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(33.3333333333% - 1.2rem);
  }
}
@media screen and (min-width: 1281px) {
  .neler-yaptik-page .mix,
  .neler-yaptik-page .gap {
    width: calc(33.3333333333% - 1.2rem);
  }
}

.beesinav {
  margin: 60px 0px;
  overflow: hidden;
}
.beesinav .back {
  padding: 0px 20px;
  height: 127px;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  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: #046a38;
  padding: 40px 0px;
  position: relative;
}
.contact-section .cizgi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  background: #fff;
  height: 60%;
}
.contact-section .link {
  display: flex;
  align-items: center;
}
.contact-section .link .content {
  line-height: 1.2;
}
.contact-section .link .content span {
  color: #fff;
  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 {
  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: #fff;
  transition: all 0.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: #fff;
  transition: all 0.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 {
  max-width: 215px;
}
footer .footer-g {
  display: flex;
  flex-direction: column;
}
footer .footer-g p {
  font-size: 25px;
  color: #046a38;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-g a {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-g a i {
  padding-right: 8px;
}
footer .footer-g i::before {
  font-size: 30px;
}

.banner {
  overflow: hidden;
  background: #046a38;
  min-height: 338px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner .banner-text {
  margin-bottom: 120px;
}
.banner .banner-text p {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  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: #fff;
}
.banner .banner-text p::after {
  content: "";
  position: absolute;
  left: 80%;
  bottom: 0;
  height: 8px;
  width: 15%;
  border-radius: 5px;
  background: #fff;
}

@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: #fff;
}
.iletisim-page-form .mar:first-child .a-line::before {
  background: #046a38;
}
.iletisim-page-form .mar:first-child .a-line:after {
  background: #046a38;
}
.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;
  align-items: center;
  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: flex;
  justify-content: flex-end;
  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 {
    justify-content: flex-start !important;
  }
}

.harita-page {
  margin-top: 60px;
}
.harita-page .title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.harita-page .harita {
  height: 525px;
  overflow: hidden;
}

.link-section {
  overflow: hidden;
  min-height: 230px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.link-section .col-12:last-child {
  display: flex;
  justify-content: 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: flex;
  justify-content: center;
  align-items: center;
}

.slogan {
  overflow: hidden;
  margin: 20px 0px;
  min-height: 464px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slogan p {
  font-size: 60px;
  font-weight: 600;
  color: #046a38;
  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: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.referans-page .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.referans-page .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.referans-page .image:hover .top-image {
  transform: translate(-50%, 0);
}
.referans-page .image:hover .bottom-image {
  transform: translateY(100%);
}
.referans-page .image .bottom-image {
  filter: grayscale(100%);
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.4s ease;
}
.referans-page .image .top-image {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: transform 0.4s ease;
}

.neler-yaptik-alt-page {
  position: relative;
}
.neler-yaptik-alt-page .controls {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}
.neler-yaptik-alt-page .line-1 {
  position: absolute;
  top: 193px;
  left: 150px;
  background: #fff;
  width: 3px;
  height: 200px;
  transform: rotate(30deg);
  transform-origin: 0 0;
  z-index: 0;
}

.hizmetlerimiz-alt-page .h-control {
  width: 100%;
}
.hizmetlerimiz-alt-page .custom-row {
  padding: 50px 40px 50px 40px;
  display: flex;
  align-items: center;
}
.hizmetlerimiz-alt-page .custom-row .text{
    text-align:justify;
}
.hizmetlerimiz-alt-page .custom-row .text .a-title {
  margin-bottom: 30px;
}
    .hizmetlerimiz-alt-page .custom-row .image {
        max-width: 500px;
        overflow: hidden;
        margin: 0px 30px;
    }

.erpyazilim-alt-page .h-control {
  width: 100%;
}
.erpyazilim-alt-page .custom-row {
  padding: 50px 40px 50px 40px;
  display: flex;
  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;
}

.sertifikalarimiz-alt-page .container {
  padding-top: 100px;
}
.sertifikalarimiz-alt-page .galery img {
  max-height: 300px;
}

@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;
  }
}
.neler-yaptik-detay .aciklama {
  text-align: center;
  line-height: 26px;
  padding: 60px 30px;
}
.neler-yaptik-detay .seker-back {
  position: absolute;
  top: -275px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}
.neler-yaptik-detay .seker-back .seker-back-image-control {
  max-width: 540px;
  animation: kurumsalSvgAnimation 20s infinite linear;
}
.neler-yaptik-detay .alt-detay .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.neler-yaptik-detay .alt-detay .col {
  padding: 0px 15px;
}
.neler-yaptik-detay .alt-detay .detay-content {
  margin-bottom: 30px;
}
.neler-yaptik-detay .alt-detay .detay-content .detay-aciklama p {
  line-height: 26px;
}

@keyframes kurumsalSvgAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fabrikamiz-page {
  padding: 100px 0px;
}
.fabrikamiz-page .galeri-row {
  padding: 50px 0px;
}

.employee-card img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
.employee-card .content {
  margin-top: 40px;
}
.employee-card .content ul {
  margin: 25px 0px;
}/*# sourceMappingURL=style.css.map */