@charset "UTF-8";
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) {
  .main_slider #main_slider .swiper-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide {
    min-height: 800px;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left {
    width: 100%;
    display: flex;
    padding: 25px;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text {
    width: 50%;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 85px;
  }

  .alt_slider {
    margin-top: -310px !important;
  }
  .alt_slider .inf #info-box {
    display: flex;
    width: 60%;
    height: 100px;
    margin-top: 34px !important;
  }
  .alt_slider .inf #info-box::after {
    content: "";
    width: 80px !important;
    position: absolute;
    bottom: -1px;
    left: -80px !important;
  }
  .alt_slider .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  .alt_slider .inf #info-box .info-item img {
    margin-right: 20px;
  }
  .alt_slider .cnt #contact-box {
    display: flex;
  }
  .alt_slider .cnt #contact-box .text {
    position: relative;
    width: 250px;
    text-align: right;
    bottom: 20px;
    cursor: pointer;
    z-index: 1000;
  }
  .alt_slider .cnt #contact-box .text h3 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 19px;
  }
  .alt_slider .cnt #contact-box .text p {
    margin-top: 13px;
    font-size: 13px;
    text-align: right;
    color: #fff;
  }
  .alt_slider .cnt #contact-box .contact-image {
    padding: 10px;
    margin-top: -45px;
  }
  .alt_slider .cnt #contact-box .contact-image img {
    margin-top: -70px;
  }
  .alt_slider .cnt .clients {
    width: 485px !important;
    position: relative;
    height: 250px;
    text-align: center;
  }
  .alt_slider .cnt .clients h2 {
    color: white;
    font-size: 24px;
    margin-top: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .alt_slider .cnt .clients #clients {
    width: 300px;
    margin-left: 120px !important;
    margin-top: 25px;
  }
  .alt_slider .cnt .clients #clients img {
    text-align: center;
    width: 180px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
  /* CSS KODLARI BURAYA */
  #header {
    width: 95%;
  }

  #page-section {
    width: 95%;
  }

  .page img {
    max-width: 100%;
  }
}
/*
  ##Cihaz = Laptoplar, Masaüstü
  ##Ekran = 1025px to 1280px Arası Ekranlar
*/
@media (min-width: 1025px) and (max-width: 1279px) {
  #header {
    width: 100%;
  }

  #page-section {
    width: 100%;
  }

  .page img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .main_slider #main_slider .swiper-pagination {
    position: absolute;
    left: 20px;
    top: 30% !important;
    display: flex;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: white;
    width: 42px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet:hover {
    background: white;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5d5f65;
  }
  .main_slider #main_slider .swiper-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left {
    width: 100%;
    display: flex;
    padding: 25px !important;
    min-height: 740px !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text {
    width: 50%;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text h2 {
    font-size: 26px;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 45px !important;
  }

  .alt_slider {
    display: flex;
    flex-direction: column;
    margin-top: -313px;
    margin-bottom: 100px;
  }
  .alt_slider .inf #info-box {
    display: flex;
    width: 60% !important;
    height: 100px;
    justify-content: space-around;
    align-content: flex-start;
    position: relative;
    z-index: 5;
    padding-bottom: 0;
  }
  .alt_slider .inf #info-box .info-item {
    display: inline-flex;
    align-items: center;
  }
  .alt_slider .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  .alt_slider .inf #info-box .info-item img {
    margin-right: 20px;
    width: 30px;
  }
  .alt_slider .cnt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .alt_slider .cnt #contact-box {
    display: flex;
    width: 548px !important;
    height: 175px !important;
    margin-top: -73px !important;
    padding-top: 55px !important;
    z-index: 50;
    -webkit-clip-path: polygon(100% 0, 0 980%, 100% 100%) !important;
    clip-path: polygon(100% 0, 0 99%, 100% 100%) !important;
    top: 4px;
  }
  .alt_slider .cnt #contact-box .text {
    position: relative;
    width: 250px;
    text-align: right;
    bottom: 20px;
    cursor: pointer;
    z-index: 1000;
  }
  .alt_slider .cnt #contact-box .text h3 {
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-top: 20px !important;
  }
  .alt_slider .cnt #contact-box .text p {
    margin-top: 13px;
    font-size: 13px;
    text-align: right;
    color: #fff;
  }
  .alt_slider .cnt #contact-box .contact-image {
    padding: 10px;
    margin-top: -45px;
  }
  .alt_slider .cnt #contact-box .contact-image img {
    margin-top: -70px;
  }
  .alt_slider .cnt .clients {
    width: 425px;
    position: relative;
    height: 110px !important;
    text-align: center;
  }
  .alt_slider .cnt .clients h2 {
    color: white;
    font-size: 20px !important;
    margin-top: 20px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .alt_slider .cnt .clients #clients {
    width: 300px;
    margin-left: 102px !important;
    margin-top: 15px !important;
  }
  .alt_slider .cnt .clients #clients img {
    text-align: center;
    width: 140px !important;
  }

  #header {
    width: 100%;
  }

  #page-section {
    width: 100%;
  }

  .page img {
    max-width: 100%;
  }

  .surec .surec-box .fourth {
    background: #0fbe7b;
  }
  .surec .surec-box .fourth .title {
    margin-bottom: 34px;
  }
  .surec .surec-box .fourth .desc {
    margin-bottom: 32px !important;
  }
  .surec .surec-box .surec-item {
    height: 341px !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item {
    height: 278px !important;
    background: white;
  }

  .single img {
    max-width: 83%;
    height: auto;
  }

  #blog .blog img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .home {
    background-position-x: -10px;
  }

  #header {
    width: 100%;
  }
  #header .logo {
    width: 200px;
  }
  #header #bs-example-navbar-collapse-1 ul li a {
    font-size: 13px;
    padding: 10px;
  }

  .main_slider #main_slider .swiper-pagination {
    position: absolute;
    left: 20px;
    top: 35% !important;
    display: flex;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: white;
    width: 42px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet:hover {
    background: white;
  }
  .main_slider #main_slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5d5f65;
  }
  .main_slider #main_slider .swiper-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left {
    width: 100%;
    display: flex;
    padding: 25px !important;
    min-height: 525px !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text {
    width: 50%;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text h2 {
    font-size: 22px;
    line-height: 35px !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left a {
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 75px !important;
  }

  .alt_slider {
    display: flex;
    flex-direction: column;
    margin-top: -278px;
  }
  .alt_slider .inf #info-box {
    display: flex;
    width: 100% !important;
    height: 60px;
    justify-content: space-around;
    align-content: flex-start;
    position: relative;
    z-index: 5;
    margin-top: 25px !important;
  }
  .alt_slider .inf #info-box .info-item {
    display: inline-flex;
    align-items: center;
  }
  .alt_slider .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  .alt_slider .inf #info-box .info-item img {
    margin-right: 20px;
    width: 30px;
  }
  .alt_slider .cnt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
  }
  .alt_slider .cnt #contact-box {
    display: none !important;
    width: 548px !important;
    height: 175px !important;
    margin-top: -82px !important;
    padding-top: 55px !important;
    z-index: 50;
    -webkit-clip-path: polygon(100% 0, 0 980%, 100% 100%) !important;
    clip-path: polygon(100% 0, 0 97%, 100% 100%) !important;
  }
  .alt_slider .cnt #contact-box .text {
    position: relative;
    width: 250px;
    text-align: right;
    bottom: 20px;
    cursor: pointer;
    z-index: 1000;
  }
  .alt_slider .cnt #contact-box .text h3 {
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-top: 20px !important;
  }
  .alt_slider .cnt #contact-box .text p {
    margin-top: 13px;
    font-size: 13px;
    text-align: right;
    color: #fff;
  }
  .alt_slider .cnt #contact-box .contact-image {
    padding: 10px;
    margin-top: -45px;
  }
  .alt_slider .cnt #contact-box .contact-image img {
    margin-top: -70px;
  }
  .alt_slider .cnt .clients {
    width: 100% !important;
    position: relative;
    height: 110px !important;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
  }
  .alt_slider .cnt .clients h2 {
    color: white;
    font-size: 20px !important;
    margin-top: 20px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .alt_slider .cnt .clients #clients {
    width: auto !important;
    margin-left: 232px !important;
    margin-top: 35px !important;
  }
  .alt_slider .cnt .clients #clients img {
    text-align: center;
    width: 240px !important;
  }

  .hizmetler-owl .con #hizmet-owl .hitem {
    width: 230px !important;
  }

  #blog {
    margin: 0 !important;
    margin-top: 25px !important;
  }
  #blog img {
    width: 100%;
    height: auto;
  }

  .main-blog {
    padding: 0 !important;
  }

  .sss {
    padding: 0 !important;
  }

  .page {
    margin: 20px !important;
  }
  .page img {
    max-width: 100%;
    height: auto;
  }

  .surec .surec-container .surec-item {
    text-align: center;
  }
  .surec .surec-box .surec-item .desc {
    font-size: 12px !important;
    padding-right: 0 !important;
  }
  .surec .surec-box .surec-item .title {
    font-size: 16px !important;
    padding-right: 0 !important;
  }
  .surec .surec-box .surec-item img {
    width: 45px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #header {
    width: 100%;
  }
  #header .logo {
    width: 200px;
  }
  #header #bs-example-navbar-collapse-1 ul li a {
    font-size: 13px;
    padding: 10px;
  }

  #page-section {
    width: 100%;
  }

  #blog {
    padding: 1px !important;
  }

  .sss {
    padding: 1px !important;
  }

  .page img {
    max-width: 100%;
  }

  .surec .musteri_yorumlari #musteri_yorumlari .m_item {
    height: 278px !important;
    background: white;
  }

  .single img {
    max-width: 83%;
    height: auto;
  }
}
@media (max-width: 414px) and (max-width: 414px) {
  #whatsapp-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: 155;
    background: #74777e;
    width: 100%;
    padding: 10px 0px;
  }
  #whatsapp-container #simdi_ara {
    display: block;
  }
  #whatsapp-container a {
    background-color: #0fbe7b;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 15px;
    font-size: 14px;
    transition: all 0.5s;
    transform: scale(1.2);
  }
  #whatsapp-container a img {
    width: 20px;
  }
  #whatsapp-container a:hover {
    text-decoration: none;
    background: #0dee98;
  }

  .post .post-container {
    margin-top: -25px !important;
  }
  .post .post-container .col-lg-6 {
    padding: 5px 15px !important;
  }

  .alt_slider_mobil {
    display: flex !important;
    margin-top: 0 !important;
  }
  .alt_slider_mobil .inf {
    padding: 0 !important;
  }
  .alt_slider_mobil .inf #info-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
    height: 60px;
    justify-content: space-around;
    align-content: flex-start;
    position: relative;
    z-index: 5;
    border-bottom: 1px transparent !important;
    margin-top: 16px !important;
    margin-bottom: 14px !important;
    padding-left: 10px;
  }
  .alt_slider_mobil .inf #info-box .info-item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .alt_slider_mobil .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 14px !important;
    font-weight: 600;
  }
  .alt_slider_mobil .inf #info-box .info-item img {
    margin-right: 20px;
    width: 30px;
  }
  .alt_slider_mobil .cnt {
    padding: 0 !important;
    width: 96%;
  }
  .alt_slider_mobil .cnt .clients {
    position: relative;
    background: #4b4e53 !important;
    width: 100% !important;
    margin-top: 7px;
    height: auto !important;
    background: #ddd;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .alt_slider_mobil .cnt .clients h2 {
    font-size: 16px !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .alt_slider_mobil .cnt .clients .owl-carousel .owl-item img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .hizmetler-owl {
    margin-bottom: 10px !important;
  }
  .hizmetler-owl .con #hizmet-owl .hitem {
    width: 185px !important;
  }

  .home {
    /*  background: url(../img/mobil-bg.jpg) no-repeat center top !important;
      background-size: auto !important;
      min-width: 100vw !important;
      */
    background: none !important;
  }
  .home::before {
    content: "";
    width: 96%;
    height: 655px;
    background: #73767d;
    z-index: -1;
    position: absolute;
    margin-left: 2%;
  }

  #header {
    width: 92% !important;
    display: grid !important;
  }
  #header .navbar-toggler-icon {
    margin-right: 10px;
  }
  #header #header-top {
    grid-row: 2;
  }

  #page-section {
    padding-bottom: 15px;
  }
  #page-section h1 {
    margin-top: 15px !important;
  }

  .main_slider {
    width: 92% !important;
    max-height: 350px !important;
    min-height: 350px !important;
  }
  .main_slider #main_slider {
    margin-top: 10px !important;
  }
  .main_slider #main_slider .swiper-pagination {
    display: none !important;
  }
  .main_slider #main_slider .swiper-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide {
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left {
    width: 100%;
    display: flex;
    min-height: 375px !important;
    background-position: center top !important;
    background-size: 70% !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text {
    width: 100% !important;
    position: relative;
    text-align: center;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text h2 {
    position: absolute;
    bottom: 40px;
    font-size: 20px;
    line-height: 22px !important;
    margin-top: 150px;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left a {
    display: none !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px !important;
    margin-left: auto !important;
    margin-right: !important;
  }

  .alt_slider {
    display: flex;
    flex-direction: column;
    margin-top: -130px !important;
    display: none !important;
  }
  .alt_slider .inf #info-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
    height: 60px;
    justify-content: space-around;
    align-content: flex-start;
    position: relative;
    z-index: 5;
    border-bottom: 1px transparent !important;
    margin-top: 16px !important;
    margin-bottom: 14px !important;
    padding-left: 10px;
  }
  .alt_slider .inf #info-box::after {
    display: none !important;
  }
  .alt_slider .inf #info-box .info-item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .alt_slider .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  .alt_slider .inf #info-box .info-item img {
    margin-right: 20px;
    width: 30px;
  }
  .alt_slider .cnt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
  }
  .alt_slider .cnt #contact-box {
    display: none !important;
  }
  .alt_slider .cnt .clients {
    width: 100% !important;
    position: relative;
    height: 160px !important;
    text-align: center;
    background-color: #4b4e53;
    padding-top: 25px;
  }
  .alt_slider .cnt .clients h2 {
    color: white;
    font-size: 20px !important;
    margin-top: 10px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    width: 290px;
    margin-left: 25px;
  }
  .alt_slider .cnt .clients #clients {
    width: 300px;
    margin-left: 102px !important;
    margin-top: 15px !important;
  }
  .alt_slider .cnt .clients #clients img {
    text-align: center;
    width: 140px !important;
  }

  .home_help_section .home_help .home_contanct {
    display: none !important;
  }
  .home_help_section .home_contanct_mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
  }
  .home_help_section .home_contanct_mobile a {
    background: #74777e;
    color: white;
    padding: 12px 47px;
    border-radius: 10px;
  }
  .home_help_section .home_contanct_mobile span {
    color: #0fbe7b;
    font-size: 28px;
    font-weight: bold;
    margin-left: 25px;
    line-height: 56px;
  }

  .owl-carousel.owl-dragw .owl-item {
    width: 165px !important;
  }

  .page {
    padding: 1px;
    margin: 10px !important;
  }
  .page img {
    max-width: 100%;
    height: auto;
  }

  #header {
    width: 100%;
  }

  #page-section {
    width: 100%;
    padding-bottom: 15px;
  }

  .footer_in {
    flex-direction: column;
  }
  .footer_in .left {
    display: none;
  }
  .footer_in .right {
    align-content: center;
    align-items: center;
  }
  .footer_in .right img.footer_logo {
    width: 240px;
    height: auto;
  }
  .footer_in .right strong {
    font-size: 14px;
  }

  #blog {
    margin: 10px !important;
  }
  #blog .col-lg-6 {
    margin-right: 10px;
  }
  #blog img {
    width: 100%;
    height: auto;
  }

  #header {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }
  #header .header-info {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #header .header-info .head-item {
    margin-left: 0;
  }
  #header .navbar {
    padding: 10px;
  }
  #header .navbar .container {
    display: flex;
    flex-direction: row-reverse;
  }
  #header .navbar .container .logo {
    width: 240px;
    padding: 1px;
  }

  .single {
    padding: 1px;
  }
  .single .container {
    padding: 15px !important;
  }
  .single img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .main-blog {
    padding: 10px !important;
  }

  .sss {
    padding: 1px !important;
  }
  .sss .accordion .card .card-header h2 > .btn {
    font-size: 14px;
    padding-right: 35px;
  }
  .sss .accordion .card .card-header h2 > .btn::after {
    border-width: 0 12px 12px 12px;
  }
  .sss .accordion .card .card-bodt {
    font-size: 12px;
  }

  .alt_slider .inf #info-box::after {
    display: none;
  }

  .surec::after {
    height: 0;
    width: 0;
    display: none !important;
  }
  .surec .surec-container {
    background: transparent !important;
  }
  .surec .surec-container img {
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
  }
  .surec .surec-container .col-lg-3:last-child {
    margin-bottom: 1px;
  }
  .surec .surec-container .surec-item {
    margin-bottom: 80px;
    display: grid;
  }
  .surec .surec-container .surec-item::before {
    content: "";
    width: 90%;
    height: 80%;
    background: #4d24e0;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    border-radius: 10px;
    left: 20px;
  }
  .surec .surec-container .surec-item .number {
    grid-row: 3;
    z-index: 2;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -5px;
    padding: 20px 25px;
  }
  .surec .surec-container .surec-item .number::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #4d24e0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #4d24e0 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    position: absolute;
    bottom: 0px !important;
    top: 62px;
    right: 17px;
  }
  .surec .surec-container .surec-item svg {
    z-index: 2;
    grid-row: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .surec .surec-container .surec-item span {
    z-index: 2;
  }
  .surec::after {
    bottom: 0;
  }
  .surec .surec-box {
    overflow: auto;
    margin-top: 50px !important;
    height: 400px;
    align-items: center;
  }
  .surec .surec-box .surec-item {
    min-width: 50%;
    min-width: calc(50vw - 10px);
    height: 360px !important;
  }
  .surec .surec-box .surec-item:first-child {
    margin-left: 10px !important;
  }
  .surec .surec-box .surec-item .title {
    padding: 10px;
    text-align: left;
    font-size: 14px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  .surec .surec-box .surec-item .desc {
    padding-right: 0px !important;
    font-size: 13px !important;
  }
  .surec .surec-box .surec-item svg {
    margin-bottom: 0px;
  }
  .surec .musteri_yorumlari {
    padding: 6px;
  }
  .surec .musteri_yorumlari::before {
    content: "";
    background: #74777e;
    width: 100%;
    height: 760px;
    position: absolute;
    z-index: -1;
  }
  .surec .musteri_yorumlari .muster_yorumlari_nav {
    bottom: -30px;
    right: 42% !important;
  }
  .surec .musteri_yorumlari h3.title {
    color: white !important;
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: -25px !important;
    font-size: 24px;
    text-transform: uppercase !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari {
    margin-top: 50px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item {
    flex-direction: column;
    width: max-content;
    height: 405px !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item img {
    margin-left: 50px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .content {
    width: 100% !important;
    padding: 10px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .content .name {
    margin-top: 5px !important;
  }

  .taxonomy-desc {
    margin-top: 50px !important;
  }
}
/* 414 */
@media (min-width: 360px) and (max-width: 414px) {
  #header {
    width: 92% !important;
    display: grid !important;
  }
  #header .logo {
    width: 200px !important;
  }
  #header .navbar-toggler-icon {
    margin-right: 0px !important;
  }
  #header #header-top {
    grid-row: 2;
  }

  .post .post-container {
    margin-top: -25px !important;
  }
  .post .post-container .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hizmetler-owl {
    margin-top: 25px !important;
  }
  .hizmetler-owl .con #hizmet-owl .hitem {
    width: 170px !important;
  }

  .home {
    background: transparent !important;
  }
  .home::before {
    content: "";
    width: 92% !important;
    height: 657px !important;
    background: #73767d;
    z-index: -1;
    position: absolute;
    margin-left: 4%;
  }

  .main_slider {
    width: 92% !important;
    max-height: 348px !important;
    min-height: 348px !important;
    background: url(../img/header-bg.svg) no-repeat top center !important;
  }
  .main_slider #main_slider {
    min-height: 375px !important;
  }
  .main_slider #main_slider .swiper-pagination {
    display: none !important;
  }
  .main_slider #main_slider .swiper-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide {
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left {
    width: 100%;
    display: flex;
    min-height: 375px !important;
    background-position: 32px top !important;
    background-size: 65% !important;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text {
    width: 100% !important;
    text-align: center;
  }
  .main_slider #main_slider .swiper-wrapper .swiper-slide .left .slider-text h2 {
    font-size: 20px;
    line-height: 22px !important;
  }

  .alt_slider {
    display: none !important;
  }

  .alt_slider_mobil {
    display: flex !important;
  }
  .alt_slider_mobil .inf #info-box .info-item img {
    width: 34px;
    margin-left: 10px;
  }
  .alt_slider_mobil .cnt {
    width: 92% !important;
    margin-top: 35px;
  }

  .home_help_section .home_help .home_contanct {
    display: none !important;
  }
  .home_help_section .home_contanct_mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
  }
  .home_help_section .home_contanct_mobile a {
    background: #74777e;
    color: white;
    padding: 12px 47px;
    border-radius: 10px;
  }
  .home_help_section .home_contanct_mobile span {
    color: #0fbe7b;
    font-size: 28px;
    font-weight: bold;
    margin-left: 25px;
    line-height: 56px;
  }

  .owl-carousel.owl-dragw .owl-item {
    width: 165px !important;
  }

  .page {
    padding: 1px;
    margin: 10px !important;
  }
  .page img {
    max-width: 100%;
    height: auto;
  }

  #page-section {
    padding-bottom: 15px;
  }
  #page-section h1 {
    margin-top: 15px !important;
  }

  .footer_in {
    flex-direction: column;
  }
  .footer_in .left {
    display: none;
  }
  .footer_in .right {
    align-content: center;
    align-items: center;
  }
  .footer_in .right img.footer_logo {
    width: 240px;
    height: auto;
  }
  .footer_in .right strong {
    font-size: 14px;
  }

  #blog {
    margin: 10px !important;
  }
  #blog .col-lg-6 {
    margin-right: 10px;
  }
  #blog img {
    width: 100%;
    height: auto;
  }

  #header {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }
  #header .header-info {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #header .header-info .head-item {
    margin-left: 0;
  }
  #header .navbar {
    padding: 10px;
  }
  #header .navbar .container {
    display: flex;
    flex-direction: row-reverse;
  }
  #header .navbar .container .logo {
    width: 240px;
    padding: 1px;
  }

  .single {
    padding: 1px;
  }
  .single .container {
    padding: 15px !important;
  }
  .single img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .main-blog {
    padding: 10px !important;
  }

  .sss {
    padding: 1px !important;
  }
  .sss .accordion .card .card-header h2 > .btn {
    font-size: 14px;
    padding-right: 35px;
  }
  .sss .accordion .card .card-header h2 > .btn::after {
    border-width: 0 12px 12px 12px;
  }
  .sss .accordion .card .card-bodt {
    font-size: 12px;
  }

  .surec::after {
    height: 0;
    width: 0;
    display: none !important;
  }
  .surec .surec-container {
    background: transparent !important;
  }
  .surec .surec-container img {
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
  }
  .surec .surec-container .col-lg-3:last-child {
    margin-bottom: 1px;
  }
  .surec .surec-container .surec-item {
    margin-bottom: 80px;
    display: grid;
  }
  .surec .surec-container .surec-item::before {
    content: "";
    width: 341px !important;
    height: 157px !important;
    background: #4d24e0;
    position: absolute;
    z-index: 1;
    bottom: 35px !important;
    border-radius: 10px;
    left: 20px;
  }
  .surec .surec-container .surec-item .number {
    grid-row: 3;
    z-index: 2;
    width: 73px;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 28px;
  }
  .surec .surec-container .surec-item .number::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #4d24e0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #4d24e0 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    position: absolute;
    bottom: 0px !important;
    top: 72px;
    right: 20px;
  }
  .surec .surec-container .surec-item svg {
    z-index: 2;
    grid-row: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .surec .surec-container .surec-item span {
    z-index: 2;
  }
  .surec::after {
    bottom: 0;
  }
  .surec .surec-box {
    overflow: auto;
    margin-top: 10px !important;
    height: 320px !important;
    align-items: center;
  }
  .surec .surec-box .fourth {
    background: #0fbe7b;
  }
  .surec .surec-box .fourth .title {
    margin-bottom: 34px;
  }
  .surec .surec-box .fourth .desc {
    margin-bottom: 34px !important;
  }
  .surec .surec-box .surec-item {
    min-width: 50%;
    min-width: calc(50vw - 10px);
    height: 290px !important;
    padding: 0px !important;
  }
  .surec .surec-box .surec-item:first-child {
    margin-left: 10px !important;
  }
  .surec .surec-box .surec-item .title {
    padding: 10px;
    text-align: left;
    font-size: 14px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  .surec .surec-box .surec-item .desc {
    padding-right: 0px !important;
    font-size: 13px !important;
  }
  .surec .surec-box .surec-item img {
    width: 60px !important;
    margin-bottom: 0px;
  }
  .surec .musteri_yorumlari {
    padding: 6px;
  }
  .surec .musteri_yorumlari::before {
    content: "";
    background: #74777e;
    width: 100%;
    height: 760px;
    position: absolute;
    z-index: -1;
  }
  .surec .musteri_yorumlari .muster_yorumlari_nav {
    bottom: -30px;
    right: 42% !important;
  }
  .surec .musteri_yorumlari h3.title {
    color: white !important;
    text-align: center;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0px !important;
    font-size: 24px;
    text-transform: uppercase !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari {
    margin-top: 0px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: max-content;
    height: 525px !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .image {
    width: auto !important;
    height: auto !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .image img {
    margin-left: 0px;
    width: 250px !important;
    height: auto !important;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .content {
    width: 100% !important;
    padding: 10px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .content .excerpt {
    width: 345px;
  }
  .surec .musteri_yorumlari #musteri_yorumlari .m_item .content .name {
    margin-top: 5px !important;
  }

  .taxonomy-desc {
    margin-top: 50px !important;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
  .surec .surec-container .surec-item img {
    z-index: 5 !important;
    margin-left: auto;
    margin-right: auto;
  }
  .surec .surec-container .surec-item:before {
    height: 155px;
    bottom: 46px;
  }
  .surec .surec-box .surec-item {
    height: 250px !important;
  }
  .surec .surec-box .surec-item .title {
    padding: 0px !important;
  }
  .surec .surec-box .surec-item .desc {
    flex: none !important;
    line-height: 14px !important;
  }

  .main_slider {
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .home::before {
    content: "";
    width: 96% !important;
    height: 680px;
    background: #73767d;
    z-index: -1;
    position: absolute;
    margin-left: 2%;
  }

  .navbar-toggler-icon {
    margin-right: 0px !important;
  }

  #header .navbar .container .logo {
    width: 202px !important;
  }

  .hizmetler-owl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .hizmetler-owl .con #hizmet-owl .hitem {
    width: 140px !important;
  }

  .alt_slider {
    display: none !important;
  }

  .alt_slider_mobil {
    display: flex !important;
    margin-top: 0 !important;
  }
  .alt_slider_mobil .inf {
    padding: 0 !important;
  }
  .alt_slider_mobil .inf #info-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
    height: 60px;
    justify-content: space-around;
    align-content: flex-start;
    position: relative;
    z-index: 5;
    border-bottom: 1px transparent !important;
    margin-top: 16px !important;
    margin-bottom: 45px !important;
    padding-left: 10px;
  }
  .alt_slider_mobil .inf #info-box .info-item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .alt_slider_mobil .inf #info-box .info-item span {
    display: block;
    color: white;
    font-size: 12px !important;
    font-weight: 600;
  }
  .alt_slider_mobil .inf #info-box .info-item img {
    margin-right: 20px;
    width: 30px;
  }
  .alt_slider_mobil .cnt {
    padding: 0 !important;
    width: 96%;
  }
  .alt_slider_mobil .cnt .clients {
    position: relative;
    background: #4b4e53 !important;
    width: 100% !important;
    margin-top: 7px;
    height: auto !important;
    background: #ddd;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .alt_slider_mobil .cnt .clients h2 {
    font-size: 16px !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .alt_slider_mobil .cnt .clients .owl-carousel .owl-item img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .post .post-container {
    margin-top: -20px !important;
  }
}