@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: "#74777e";
  font-family: "Montserrat", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  color: "#74777e";
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}

.home {
  background: url(../img/son.jpg) no-repeat top center;
}
.home:before {
  content: "";
}
.home:after {
  content: "";
}

.head_page {
  background: url(../img/son.jpg) no-repeat top center;
}

#header {
  margin-left: auto;
  margin-right: auto;
}
#header:before {
  content: "";
}
#header .header-info {
  display: flex;
  justify-content: flex-end;
  padding: 18px 0px 0px 0px;
}
#header .header-info .head-item {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
#header .header-info .head-item span, #header .header-info .head-item a {
  color: white;
  font-weight: bold;
  margin: 0 5px;
  font-size: 18px;
}
#header .header-info .head-item svg {
  width: 32px;
  height: 33px;
}
#header .header-info .head-item svg#mobile {
  width: 28px;
  height: 33px;
}
#header .logo {
  width: 100%;
  height: 45px;
  margin-top: -5px;
}
#header #bs-example-navbar-collapse-1 ul li a {
  display: block;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
}
#header #bs-example-navbar-collapse-1 ul li a span {
  transition: 0.3s;
  color: white;
}
#header #bs-example-navbar-collapse-1 ul li:hover a span {
  color: #0fbe7b;
}
#header #bs-example-navbar-collapse-1 ul li.active a span {
  color: #0fbe7b;
}

#page-section {
  padding-bottom: 90px;
}
#page-section h1 {
  color: white;
  font-size: 24px;
  margin-top: 90px;
}
#page-section #breadcrumbs {
  background-color: inherit;
  padding: 0px;
}
#page-section #breadcrumbs span {
  color: white;
  font-size: 14px;
}
#page-section #breadcrumbs span a {
  color: white;
}
#page-section #breadcrumbs span a:after {
  content: ">";
  margin-left: 5px;
}
#page-section #breadcrumbs span a:hover {
  color: #0fbe7b;
  text-decoration: none;
}
#page-section #breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: #0fbe7b;
  content: ">";
}

#contact {
  background: #f1f1f2;
  padding-top: 44px;
  padding-bottom: 44px;
}
#contact .contact-info h3 {
  font-size: 24px;
  color: #74777e;
  padding: 0;
  margin: 0;
}
#contact .contact-info p {
  font-size: 15px;
  color: #74777e;
}
#contact .contact-form {
  margin-top: 60px;
}
#contact .contact-form div {
  padding-left: 5px;
}
#contact .contact-form div input, #contact .contact-form div select {
  background: #74777e;
  color: white;
  height: 60px;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
#contact .contact-form div input::placeholder, #contact .contact-form div select::placeholder {
  color: #fff;
  font-size: 15px;
}
#contact .contact-form div input:hover, #contact .contact-form div select:hover {
  border: 2px solid #4d24e0;
}
#contact .contact-form div input:focus, #contact .contact-form div select:focus {
  border: 2px solid #4d24e0;
}
#contact .contact-form div textarea {
  background: #74777e;
  color: white;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 120px;
}
#contact .contact-form div .buton {
  background: blue;
  color: white;
  text-align: center;
  float: right;
  font-size: 14px;
  padding: 15px 50px;
  border-radius: 15px;
}

.footer_in {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_in .left ul#menu-footer {
  list-style: none;
}
.footer_in .left ul#menu-footer li {
  line-height: 33px;
  padding: 0px;
}
.footer_in .left ul#menu-footer li a {
  font-size: 16px;
  color: #74777e;
  font-weight: 500px;
}
.footer_in .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer_in .right ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  margin: 40px 0px;
}
.footer_in .right ul li {
  display: flex;
  text-align: right;
}
.footer_in .right ul li a {
  text-align: right;
  display: inline-block;
  padding: 10px;
  transition: 0.3s all;
}
.footer_in .right ul li a:hover {
  transform: rotate(360deg);
}
.footer_in .right img.footer_logo {
  width: 345px;
  height: 68px;
}
.footer_in .right span {
  font-weight: 400;
  font-size: 15px;
  color: #74777e;
  letter-spacing: 0.1px;
}
.footer_in .right strong {
  color: #74777e;
  font-size: 15px;
  margin-top: 15px;
}
.footer_in .right .f_contact {
  display: flex;
  flex-direction: column;
}
.footer_in .right .f_contact .f_item {
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 35px;
  margin-bottom: 10px;
}
.footer_in .right .f_contact .f_item svg {
  width: 35px;
  height: 31px;
  margin-right: 10px;
}
.footer_in .right .f_contact .f_item span {
  font-size: 26px;
  color: #74777e;
  font-weight: bold;
}

.main_slider {
  width: 100%;
  margin: 0 auto;
}
.main_slider .container {
  position: relative;
}
.main_slider #main_slider {
  position: relative;
  margin-top: 80px;
}
.main_slider #main_slider .swiper-pagination {
  position: absolute;
  left: 20px;
  top: 50%;
  display: flex;
}
.main_slider #main_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  width: 42px;
  height: 20px;
  border-radius: 10px;
  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 {
  min-height: 800px;
}
.main_slider #main_slider .swiper-wrapper .swiper-slide .left {
  width: 100%;
  display: flex;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 740px;
  background-size: contain;
}
.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;
  background-color: #0fbe7b;
  color: #fff;
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 85px;
}
.main_slider #main_slider .swiper-wrapper .swiper-slide .left a:hover {
  text-decoration: none;
}
.main_slider #main_slider .swiper-wrapper .swiper-slide .left h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 43px;
}

.alt_slider {
  display: flex;
  flex-direction: column;
  margin-top: -284px;
}
.alt_slider .inf #info-box {
  display: flex;
  width: 60%;
  height: 100px;
  justify-content: space-around;
  align-content: flex-start;
  position: relative;
  z-index: 5;
  padding-bottom: 25px;
  margin-top: 8px;
}
.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;
}
.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: flex;
  width: 628px;
  height: 200px;
  background: #4d24e0;
  position: absolute;
  border-bottom-right-radius: 50px;
  margin-top: -77px;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  color: #fff;
  padding-top: 20px;
  z-index: 50;
  right: -25px;
}
.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: 425px;
  position: relative;
  height: 250px;
  text-align: center;
  margin-right: auto;
}
.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: 82px;
  margin-top: 25px;
}
.alt_slider .cnt .clients #clients img {
  text-align: center;
  width: 180px;
}

.alt_slider_mobil {
  display: none;
  flex-direction: column;
  margin-top: -284px;
}
.alt_slider_mobil .inf #info-box {
  display: flex;
  width: 60%;
  height: 100px;
  justify-content: space-around;
  align-content: flex-start;
  position: relative;
  z-index: 5;
  margin-top: 8px;
}
.alt_slider_mobil .inf #info-box::after {
  content: "";
  width: 160px;
  position: absolute;
  bottom: -1px;
  left: -160px;
}
.alt_slider_mobil .inf #info-box .info-item {
  display: inline-flex;
  align-items: center;
}
.alt_slider_mobil .inf #info-box .info-item span {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.alt_slider_mobil .inf #info-box .info-item img {
  margin-right: 20px;
}
.alt_slider_mobil .cnt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  align-items: flex-start;
}
.alt_slider_mobil .cnt #contact-box {
  display: flex;
  width: 628px;
  height: 200px;
  background: #4d24e0;
  position: absolute;
  border-bottom-right-radius: 50px;
  margin-top: -75px;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  color: #fff;
  padding-top: 20px;
  z-index: 50;
}
.alt_slider_mobil .cnt #contact-box .text {
  position: relative;
  width: 250px;
  text-align: right;
  bottom: 20px;
  cursor: pointer;
  z-index: 1000;
}
.alt_slider_mobil .cnt #contact-box .text h3 {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19px;
}
.alt_slider_mobil .cnt #contact-box .text p {
  margin-top: 13px;
  font-size: 13px;
  text-align: right;
  color: #fff;
}
.alt_slider_mobil .cnt #contact-box .contact-image {
  padding: 10px;
  margin-top: -45px;
}
.alt_slider_mobil .cnt #contact-box .contact-image img {
  margin-top: -70px;
}
.alt_slider_mobil .cnt .clients {
  width: 425px;
  position: relative;
  height: 250px;
  text-align: center;
  margin-right: auto;
}
.alt_slider_mobil .cnt .clients h2 {
  color: white;
  font-size: 24px;
  margin-top: 50px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.alt_slider_mobil .cnt .clients #clients {
  width: 300px;
  margin-left: 82px;
  margin-top: 25px;
}
.alt_slider_mobil .cnt .clients #clients img {
  text-align: center;
  width: 180px;
}

.page {
  margin: 50px;
}

#blog {
  margin: 50px;
}
#blog .col-lg-6 {
  padding-right: 0px;
}
#blog .blog img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
#blog .blog p {
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #87898f;
  font-weight: 500;
  word-spacing: 0px;
  font-family: "Montserrat", sans-serif;
}
#blog .blog .link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #74777e;
  margin-top: 35px;
  transition: 0.3s;
}
#blog .blog .link:hover {
  text-decoration: none;
  color: #5933e2;
}
#blog .pagination {
  display: flex;
  margin-top: 10px;
}
#blog .pagination a {
  display: inline-block;
  background: #74777e;
  color: white;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}
#blog .pagination a:hover {
  text-decoration: none;
  background: #0fbe7b;
  color: white;
}
#blog .pagination span.current {
  display: inline-block;
  background: #0fbe7b;
  color: white;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}

.single .container {
  padding: 50px;
}
.single .wp-caption-text {
  margin-top: 10px;
}

.not_found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not_found h1 {
  color: #0fbe7b;
  font-size: 10em;
}
.not_found p {
  font-size: 1.3em;
}
.not_found a {
  display: block;
  background: #0fbe7b;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.surec {
  overflow: hidden;
  position: relative;
  margin-top: 75px;
}
.surec::after {
  content: "";
  width: 100%;
  height: 768px;
  background: #74777e;
  position: absolute;
  top: 163px;
  z-index: -1;
  overflow: hidden;
}
.surec h2 {
  font-size: 24px;
  font-weight: 600;
  color: #74777e;
}
.surec .surec-container {
  margin-top: 90px;
  margin-bottom: 50px;
  background: #4d24e0;
  border-radius: 10px;
}
.surec .surec-container .surec-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: -37px;
  cursor: pointer;
}
.surec .surec-container .surec-item img {
  margin-top: 17px;
  margin-bottom: 17px;
}
.surec .surec-container .surec-item:hover .number {
  background: #0fbe7b;
}
.surec .surec-container .surec-item .number {
  font-size: 16px;
  background: #4a4d53;
  border-radius: 5px;
  color: #fff;
  padding: 30px 32px;
  transition: 0.5s all;
  position: relative;
}
.surec .surec-container .surec-item .number::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 8px;
  border-color: transparent transparent transparent #4d24e0;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #4d24e0;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  position: absolute;
  right: -8px;
  top: 10px;
}
.surec .surec-container .surec-item svg {
  margin-top: 20px;
  margin-bottom: 20px;
}
.surec .surec-container .surec-item span {
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}
.surec .musteri_yorumlari {
  margin-top: 46px;
  margin-bottom: 46px;
  position: relative;
  padding: 0;
}
.surec .musteri_yorumlari .muster_yorumlari_nav {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  text-align: right;
  top: 0;
  right: 0;
}
.surec .musteri_yorumlari .muster_yorumlari_nav div {
  margin-left: 5px;
  cursor: pointer;
}
.surec .musteri_yorumlari .muster_yorumlari_nav div svg {
  fill: #babbbf !important;
}
.surec .musteri_yorumlari .muster_yorumlari_nav div:hover svg {
  fill: #0fbe7b !important;
}
.surec .musteri_yorumlari .muster_yorumlari_nav .next {
  transform: rotate(180deg);
}
.surec .musteri_yorumlari h3.title {
  color: white !important;
  margin-bottom: 32px;
}
.surec .musteri_yorumlari #musteri_yorumlari .m_item {
  display: flex;
  justify-content: space-between;
  background: white;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.surec .musteri_yorumlari #musteri_yorumlari .m_item .image {
  width: 50%;
  height: 100%;
}
.surec .musteri_yorumlari #musteri_yorumlari .m_item .image img {
  width: 90%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.surec .musteri_yorumlari #musteri_yorumlari .m_item .content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.surec .musteri_yorumlari #musteri_yorumlari .m_item .content .name {
  margin-top: 65px;
  color: #74777e;
  font-weight: bold;
  font-size: 15px;
}
.surec .surec-box {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
}
.surec .surec-box .first {
  background: #4d24e0;
}
.surec .surec-box .first .title {
  margin-bottom: 40px;
}
.surec .surec-box .first .desc {
  margin-bottom: 44px;
}
.surec .surec-box .second {
  background: #5e39e3;
}
.surec .surec-box .second .title {
  margin-bottom: 15px;
}
.surec .surec-box .second .desc {
  margin-bottom: 58px;
}
.surec .surec-box .third {
  background: #8e74eb;
}
.surec .surec-box .third .title {
  margin-bottom: 15px;
}
.surec .surec-box .third .desc {
  margin-bottom: 34px;
}
.surec .surec-box .fourth {
  background: #0fbe7b;
}
.surec .surec-box .fourth .title {
  margin-bottom: 34px;
}
.surec .surec-box .fourth .desc {
  margin-bottom: 54px;
}
.surec .surec-box .surec-item {
  display: flex;
  flex-direction: column;
  width: 261px;
  height: 341px;
  margin-right: 10px;
  color: white;
  padding: 10px;
  border-radius: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 1px;
}
.surec .surec-box .surec-item .title {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30%;
  margin-left: 10px;
}
.surec .surec-box .surec-item .desc {
  line-height: 19px;
  text-align: left;
  padding-right: 20%;
  padding-left: 10px;
  font-size: 14px;
}
.surec .surec-box .surec-item img {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 90px;
  height: auto;
}

.post .post-container {
  margin-top: -55px;
}
.post .post-container .col-lg-6 {
  margin: 0;
  padding: 5px;
}
.post .post-container .post-item {
  position: relative;
}
.post .post-container .post-item img {
  width: 100%;
  border-radius: 10px;
}
.post .post-container .post-item .the_link {
  color: white;
  display: block;
  position: absolute;
  bottom: 42px;
  left: 31px;
  font-size: 24px;
  font-weight: bold;
  line-height: 17px;
}

.galeri-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 50px;
}
.galeri-container h2 {
  color: #74777e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.galeri-container a {
  display: inline-flex;
  position: relative;
  justify-content: center;
  margin-right: 10px;
  transition: 0.5s all;
}
.galeri-container a img {
  width: 100%;
  border-radius: 10px;
}
.galeri-container a:hover .overlay {
  opacity: 1;
  padding-top: 50%;
}
.galeri-container a .overlay {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 79, 227, 0.8);
  top: 0;
  color: white;
  font-size: 14px;
  text-align: center;
  padding-top: 10%;
  line-height: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section.hizmetler-owl {
  overflow: hidden;
  margin-bottom: 84px;
  margin-top: 97px;
}
section.hizmetler-owl .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.hizmetler-owl .head .title h3 {
  color: #74777e;
  font-size: 24px;
  font-weight: bold;
}
section.hizmetler-owl .head .hizmetler_nav {
  display: flex;
}
section.hizmetler-owl .head .hizmetler_nav svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section.hizmetler-owl .head .hizmetler_nav svg:hover {
  cursor: pointer;
  fill: #0fbe7b;
}
section.hizmetler-owl .head .hizmetler_nav .next, section.hizmetler-owl .head .hizmetler_nav .prev {
  padding: 0;
  margin: 0;
}
section.hizmetler-owl .head .hizmetler_nav .next svg {
  transform: rotate(180deg);
  margin-left: 7px;
}
section.hizmetler-owl .con .owl-carousel .item {
  background: #009688;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
}
section.hizmetler-owl .con #hizmet-owl .hitem {
  max-width: 270px;
}
section.hizmetler-owl .con #hizmet-owl .hitem a {
  display: block;
}
section.hizmetler-owl .con #hizmet-owl .hitem a:hover {
  text-decoration: none;
}
section.hizmetler-owl .con #hizmet-owl .hitem a:hover .overlay {
  opacity: 1;
  padding-top: 70%;
}
section.hizmetler-owl .con #hizmet-owl .hitem a:hover span {
  color: #0fbe7b;
  text-decoration: none;
}
section.hizmetler-owl .con #hizmet-owl .hitem a span {
  font-size: 16px;
  font-weight: 600;
  margin-top: 23px;
  display: block;
  color: #74777e;
}
section.hizmetler-owl .con #hizmet-owl .hitem .image {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
section.hizmetler-owl .con #hizmet-owl .hitem .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 190, 123, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  line-height: 17px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 20%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section.hizmetler-owl .con #hizmet-owl .hitem .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.accordion .card {
  border: none;
  border-radius: 15px;
  margin-bottom: 10px;
}
.accordion .card .card-header {
  padding: 0;
  box-sizing: border-box;
  border-radius: 15px;
  border-bottom: none;
  margin-bottom: auto;
}
.accordion .card .card-header h2 {
  padding: 0;
  margin: 0;
  border-radius: 15px;
}
.accordion .card .card-header h2 .btn {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  text-align: left;
  font-size: 18px;
  padding: 25px 15px;
  color: #74777e;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;
}
.accordion .card .card-header h2 .btn::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 25px;
  height: 15px;
  background: url(../img/icons/sss.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion .card .card-header h2 .btn:focus-within::after {
  transform: rotate(180deg) !important;
}
.accordion .card .card-header h2 .btn:hover {
  text-decoration: none;
  background: #4d24e0;
  color: #fff;
}
.accordion .card .card-header h2 .btn:active, .accordion .card .card-header h2 .btn:focus {
  text-decoration: none;
  border-bottom: transparent;
}
.accordion .card .card-body {
  border: 1px solid #ddd;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: transparent;
  margin-top: -10px;
  font-size: 15px;
  color: #74777e;
  line-height: 22px;
  font-weight: 500;
}

.sss {
  padding: 50px;
}
.sss h2 {
  color: #74777e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.main-blog {
  padding: 50px;
}
.main-blog h2 {
  color: #74777e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.home_help_section {
  background: #fff;
}
.home_help_section .home_contanct_mobile {
  display: none;
}
.home_help_section .home_help {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 10%;
}
.home_help_section .home_help h3 {
  font-size: 24px;
  color: #74777e;
  font-weight: bold;
}
.home_help_section .home_help p {
  font-size: 18px;
  color: #74777e;
  margin-top: 20px;
}
.home_help_section .home_help .home_contanct {
  display: flex;
  margin-top: 41px;
}
.home_help_section .home_help .home_contanct a {
  background: #74777e;
  color: white;
  padding: 23px 47px;
  border-radius: 10px;
  font-weight: 600;
}
.home_help_section .home_help .home_contanct span {
  color: #0fbe7b;
  font-size: 28px;
  font-weight: bold;
  margin-left: 25px;
  line-height: 56px;
}

.taxonomy-desc {
  margin-top: 75px;
  margin-bottom: 105px;
}

#whatsapp-container {
  position: fixed;
  display: flex;
  right: 15px;
  bottom: 25px;
  z-index: 155;
}
#whatsapp-container #simdi_ara {
  display: none;
}
#whatsapp-container a {
  background-color: #0fbe7b;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 14px;
  transition: all 0.5s;
}
#whatsapp-container a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#whatsapp-container a:hover {
  text-decoration: none;
  background: #0dee98;
}

#page_iletisim {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  color: #74777e;
  margin-top: 80px;
  margin-bottom: 120px;
}

.map {
  margin-bottom: -10px;
}