/* Colors */
/* Functions */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html,
body {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  --gutter-x: 10px;
  --gutter-x2: -10px;
  overflow-x: hidden;
  font-family: 'PT Sans', sans-serif;
  background-color: #ffffff;
  line-height: 1.4;
}
html.modal-opened,
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
a {
  color: #000;
}
img {
  display: block;
}
button {
  border: 0;
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.mb-45 {
  margin-bottom: 45px;
}
.single-post-cover {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.expertise .boxs .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.expertise .boxs .box:hover {
  box-shadow: 0 0 20px 2px #9c9c9c;
  transition: all 0.5s;
}
.expertise .boxs .box .title {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #00335b;
}
.expertise .boxs .box .line {
  width: 70px;
  height: 1px;
  background-color: #E00003;
}
.expertise .boxs .box .description {
  font-weight: 400;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
  width: 280px;
}
.expertise .boxs .box .description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.expertise .boxs .box .button {
  height: 15px;
  border-bottom: 1px solid #484848;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expertise .boxs .box .button span {
  font-weight: 400;
  font-size: 14px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}
#side-menu .backdrop {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu.lang-list li a {
  display: flex;
  align-items: center;
}
#side-menu .content ul.menu.lang-list li a img {
  margin-right: 10px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 700;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../imgs/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #fff9f0;
}
#side-menu .content ul.social-menu li {
  margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a[href*="facebook.com"] {
  background-color: #2e61e1;
}
#side-menu .content ul.social-menu li a[href*="instagram.com"] {
  background-color: #a50a6a;
}
#side-menu .content ul.social-menu li a[href*="youtube.com"] {
  background-color: #cb0606;
}
#side-menu .content ul.social-menu li a img {
  width: 30px;
  height: 30px;
}
section.videolar {
  margin-top: 120px;
}
section.videolar .main-title {
  font-weight: 800;
  color: #d9a973;
  font-size: 35px;
}
section.videolar #video-geri {
  background-color: #d9a973;
  color: white;
  margin-right: 32px;
}
section.videolar #video-ileri {
  background-color: white;
  border: 2px solid #d9a973;
  color: #d9a973;
}
section.videolar #video-ileri,
section.videolar #video-geri {
  height: 65px;
  width: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section.videolar .item {
  position: relative;
}
section.videolar .item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff1414;
}
section.videolar .owl-item.active.center .item {
  filter: opacity(1);
}
section.videolar .owl-item .item {
  z-index: 0;
  padding: 12px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: opacity(0.5);
}
section.videolar .owl-item .item:hover {
  transform: scale(1.2);
  filter: opacity(1);
  z-index: 10;
}
.logo img {
  height: 100px;
}
header {
  position: relative;
  z-index: 9999999;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .mn-bg {
  height: 150px;
  background-color: #1f1f2b;
  color: white;
}
header .social i {
  padding-left: 10px;
}
header .social a {
  color: #fff;
}
header .container {
  position: relative;
}
header.mobile-menu-opened {
  box-shadow: 0 2px 10px 0 #00000019;
}
header a.logo {
  position: relative;
}
header a.logo img {
  position: relative;
  z-index: 2;
  padding-left: 75px;
}
header ul.menu {
  margin-right: 25px;
}
header ul.menu li {
  position: relative;
  padding: 20px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.menu li:hover ul.sub-menu {
  opacity: 1;
  top: 50px;
  pointer-events: initial;
}
header ul.menu li.current-menu-item:after {
  content: " ";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #d9a973;
}
header ul.menu li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.65px;
  color: #fff;
  padding: 15px;
}
header ul.menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 9;
  width: 272px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  pointer-events: none;
  border: 1px solid #d9a973;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #d9a973 transparent;
}
header ul.menu li ul.sub-menu li {
  padding: 0;
}
header ul.menu li ul.sub-menu li:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
header ul.menu li ul.sub-menu li:first-child a {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
header ul.menu li ul.sub-menu li:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
header ul.menu li ul.sub-menu li:last-child a {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
header ul.menu li ul.sub-menu li:hover a {
  background-color: #d9a973;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
header ul.menu li ul.sub-menu li:after {
  display: none;
}
header ul.menu li ul.sub-menu li a {
  color: #000;
  white-space: nowrap;
  margin: 0;
  padding: 16px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header a.mobile-hamburger-menu {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}
header a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(7px);
  background: #d9a973;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
header a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
header a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 20px;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 20px;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header a.mobile-hamburger-menu .hamburger-menu:after,
header a.mobile-hamburger-menu .hamburger-menu:before {
  height: 2px;
}
header a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 29px;
  bottom: 7px;
  background: #d9a973;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  top: 7px;
  background: #d9a973;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.button {
  cursor: pointer;
  width: fit-content;
  background-color: #d9a973;
  color: white;
  display: block;
  transition: all ease 0.3s;
  padding: 20px 50px;
}
.button:hover {
  background-color: #da9c28;
}
.mini-button {
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  background-color: #d9a973;
  text-transform: uppercase;
  color: white;
  display: block;
  -webkit-border-radius: 24.5px;
  -moz-border-radius: 24.5px;
  -ms-border-radius: 24.5px;
  border-radius: 24.5px;
  padding: 10px 25px;
}
.mini-button:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin-left: 15px;
  font-weight: 900;
}
.textarea-c {
  height: 160px;
  padding: 20px 40px;
}
.button-white {
  cursor: pointer;
  border: 0;
  width: fit-content;
  background-color: white;
  color: #666666;
  display: block;
  padding: 20px 50px;
  transition: all ease 0.3s;
  font-size: 12.4px;
}
.button-white:hover {
  background-color: #c0d0e0;
  color: white;
}
.input-text {
  border: unset;
  /* border-bottom: 1px solid #3c3c3c; */
  padding-left: 40px;
  background-color: #fff;
  color: #666666;
  width: 100%;
  margin-bottom: 25px;
  font-size: 13px;
  min-height: 60px;
}
.mini-title {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #d9a973;
}
.main-title {
  font-size: 35px;
  color: #1f1f2b;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
.pad-20 {
  padding: 20px !important;
}
section.head-banner {
  background-color: #1f1f2b;
  padding: 0 5%;
  height: 600px;
}
section.head-banner .imaj {
  text-align: center;
  padding-top: 15%;
  height: calc(100% + 60px);
  color: #fff;
  background-position: center;
  background-size: cover;
}
section.head-banner .imaj .banner-title {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: -1.5px;
  font-size: 72px;
}
section.head-banner .imaj .banner-text {
  font-size: 17px;
  line-height: 20px;
  color: #f9f9f9;
  margin-top: 30px;
}
section.head-banner .imaj .banner-button {
  margin-top: 25px;
  color: #222222;
  font-size: 13px;
  background-color: white;
  padding: 15px 80px;
}
section.bize-ulas {
  margin-top: 110px;
}
section.bize-ulas .left {
  background-color: #d9a973;
  font-family: 'PT Sans', sans-serif;
  font-size: 50px;
  letter-spacing: -1.19px;
  color: #fff;
  padding: 40px 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.bize-ulas .right {
  display: inline-block;
  background-color: #1f1f2b;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: -0.66px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding: 40px 60px;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 39px;
}
section.bize-ulas .right a {
  color: white;
}
section.hakkimda {
  margin-top: 90px;
}
section.hakkimda .detay {
  padding: 0 20px;
  margin-top: 56px;
}
section.hakkimda .detay .baslik {
  font-size: 16px;
  line-height: 29px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 20px;
}
section.hakkimda .detay .metin {
  color: #9b9b9b;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 20px;
}
section.hakkimda .alanlar .alan-baslik {
  font-size: 35px;
  letter-spacing: -0.7px;
  color: #282828;
  margin-bottom: 40px;
}
section.hakkimda .alanlar ul li {
  position: relative;
  font-size: 18px;
  line-height: 51px;
  padding-left: 30px;
  font-weight: 600;
}
section.hakkimda .alanlar ul li:before {
  position: absolute;
  content: "";
  background-color: #d9a973;
  height: 14px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.img-cover {
  height: 100%;
  object-fit: cover;
  width: auto;
}
.fancybox-container {
  z-index: 999999999;
}
section.uygulamalar {
  margin-top: 150px;
  color: #fff;
}
section.uygulamalar .col-12.col-md-4 .uygulama {
  background-color: #20202b;
}
section.uygulamalar .col-12.col-md-4:first-child .uygulama {
  background-color: #d9a973;
}
section.uygulamalar .col-12.col-md-4:last-child .uygulama {
  background-color: #d9a973;
}
section.uygulamalar a {
  color: #fff;
}
section.uygulamalar .uygulama {
  position: relative;
}
section.uygulamalar .uygulama:hover .aciklama {
  opacity: 1;
}
section.uygulamalar .uygulama:hover .uygulama-bg {
  background-color: rgba(192, 141, 83, 0.7);
}
section.uygulamalar .uygulama img {
  z-index: 1;
  position: relative;
}
section.uygulamalar .uygulama .baslik {
  padding: 30px 30px 15px;
  font-size: 28px;
  letter-spacing: -0.7px;
  border-bottom: 1px solid #fff;
  opacity: 0.5px;
  position: relative;
}
section.uygulamalar .uygulama .aciklama {
  color: #fff;
  padding: 20px 30px 30px;
  margin: 0;
  height: auto;
  overflow: initial;
  opacity: 1;
  text-overflow: ellipsis;
  text-align: center;
  transition: all ease-in 0.4s;
  position: relative;
}
section.soru-cevap {
  margin-top: 130px;
}
section.soru-cevap .s-baslik {
  font-size: 54px;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: -1.08px;
  text-align: center;
  margin-bottom: 40px;
}
section.soru-cevap .yildizlar {
  margin-bottom: 60px;
}
section.soru-cevap .yildizlar img {
  height: 30px;
  width: 30px;
}
section.soru-cevap .soru {
  margin-bottom: 40px;
}
section.soru-cevap .cevap {
  margin-bottom: 40px;
}
section.soru-cevap .owl-theme .owl-dots .owl-dot.active span,
section.soru-cevap .owl-theme .owl-dots .owl-dot:hover span {
  background: #d9a973;
}
section.soru-cevap .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
section.iletisim {
  margin-top: 80px;
  color: #fff;
}
section.iletisim .video-y {
  position: relative;
}
section.iletisim .video-y .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
}
section.iletisim .form {
  background-color: #d9a973;
  height: 100%;
  padding: 80px 60px;
}
section.iletisim .form .input-text {
  font-size: 12.5px;
  padding-left: 25px;
  min-height: 50px;
  color: #666666;
}
section.iletisim .form .textarea-c {
  color: #666666;
  padding: 15px 25px;
}
section.iletisim .form .formb {
  font-size: 36px;
  letter-spacing: -1.08px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 40px;
}
section.iletisim .form .button-white {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #666666;
}
section.son-yazilar {
  margin-top: 150px;
}
section.son-yazilar .posts {
  margin-top: 45px;
}
section.son-yazilar .posts .post {
  border: 1px dashed #d9a973;
  padding: 20px 30px;
  margin-top: 50px;
}
section.son-yazilar .posts .post .post-title {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 20px;
}
section.son-yazilar .posts .post .post-content {
  font-size: 14px;
  line-height: 23px;
  color: #9b9b9b;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.son-yazilar .posts .post .button {
  padding: 10px 50px;
}
section.ifmap {
  margin-top: 160px;
}
section.multi-iletisim {
  margin-top: 40px;
  color: white;
}
section.multi-iletisim a {
  color: white;
}
section.multi-iletisim .socialo {
  display: flex;
  justify-content: center;
  padding: 15px 70px;
}
section.multi-iletisim .socialo i {
  padding-right: 15px;
  border-right: 1px solid #fff;
}
section.multi-iletisim .whats {
  background-color: #3bc039;
}
section.multi-iletisim .telefon {
  background-color: #1f1f2b;
}
section.multi-iletisim .instac {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #ec8137;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec8137 0%, #c21c7c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ec8137 0%, #c21c7c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec8137 0%, #c21c7c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
section.multi-iletisim .tel-no {
  margin-left: 15px;
}
section.post-banner {
  height: 150px;
  background-color: #d9a973;
  display: grid;
  color: white;
}
section.post-banner .banner-baslik {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 2.31px;
  font-size: 46px;
}
section.post-banner .banner-text {
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 600;
}
section.post-content-s {
  margin-top: 70px;
}
section.post-content-s .content-baslik {
  font-weight: 600;
  font-size: 24px;
  color: #343434;
}
section.post-content-s .content-icerik {
  margin-top: 40px;
  font-size: 16px;
  line-height: 21px;
  color: #343434;
}
section.post-content-s p,
section.post-content-s ul,
section.post-content-s ol {
  margin: 25px 0;
}
section.post-content-s h1,
section.post-content-s h2,
section.post-content-s h3,
section.post-content-s h4 {
  margin: 25px 0;
  font-size: 24px;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
section.post-content-s ul {
  padding-left: 20px;
}
section.post-content-s ul li {
  list-style: disc;
}
section.post-content-s img {
  max-width: 100%;
  height: auto;
}
.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
.wpcf7 .ajax-loader {
  margin: 15px 24px;
  position: absolute;
}
.wpcf7-response-output {
  border-color: white !important;
  color: white !important;
}
#post-detail {
  margin-top: 80px;
  padding-bottom: 130px;
}
#post-detail.contact-page .post-header {
  margin-bottom: 64px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 44px;
}
#post-detail.contact-page .post-content .contact-items .col-12 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 48px 32px 88px;
  color: #1f1f2b;
  line-height: 34px;
  position: relative;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  letter-spacing: -0.64px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #1f1f2b;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#post-detail .form {
  background-color: #d9a973;
  padding: 80px 60px;
}
#post-detail .form .formb {
  color: white;
}
#post-detail .form .input-text {
  font-size: 12.5px;
  padding-left: 25px;
  min-height: 50px;
  color: #666666;
}
#post-detail .form .textarea-c {
  color: #666666;
  padding: 15px 25px;
}
#post-detail .form .formb {
  font-size: 36px;
  letter-spacing: -1.08px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 40px;
}
#post-detail .form .button-white {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #666666;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background-color: #d9a973;
  height: 150px;
}
#post-detail .post-header .post-title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #1f1f2b;
  line-height: 34px;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  font-size: 24px;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .sidebar-form {
  background-color: #d9a973;
  padding: 56px 24px  32px;
}
#post-detail .sidebar-form .circle-area {
  height: 100%;
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#post-detail .sidebar-form .form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail .sidebar-form .form [class*="col-"] {
  margin: 10px 0;
}
#post-detail .sidebar-form .form .form-control {
  border: 1px solid #d9a973;
  padding: 0 20px;
  font-size: 16px;
  color: #1f1f2b;
  width: 100%;
  height: 64px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form .form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form .form .form-control:focus {
  border-color: #d9a973;
}
#post-detail .sidebar-form .form textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form .form .btn {
  width: 100%;
}
body.home .input-text {
  height: 65px;
  padding-left: 36px !important;
}
body.home .button-white {
  height: 45px;
  font-size: 12.4px;
  font-weight: 600;
  padding: 15px 70px;
}
body.home .textarea-c {
  height: 160px;
}
footer {
  padding: 110px 0 0 0;
  color: white;
  background-color: #1f1f2b;
}
footer .wp-text {
  font-size: 30px;
}
footer .social {
  margin-top: 50px;
  margin-bottom: 70px;
}
footer .social i {
  background-color: #39394a;
  margin-right: 15px;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer a {
  color: white;
}
footer .bar {
  border-top: 1px solid white;
}
footer .footer_copyright {
  height: 80px;
}
footer .ad-t-m {
  font-size: 20px;
  text-align: center;
}
footer .ad-t-m .foot-logo,
footer .ad-t-m .telefon,
footer .ad-t-m .adres,
footer .ad-t-m .mail {
  margin-bottom: 10px;
}
footer .ad-t-m .foot-logo {
  margin-bottom: 40px;
}
footer #mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
footer #mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #15618a;
}
footer #mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
footer #mobile-footer-cta-buttons .buttonx {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
footer #mobile-footer-cta-buttons .buttonx.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #15618a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #15618a 0%, #102a38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #15618a 0%, #102a38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #15618a 0%, #102a38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
footer #mobile-footer-cta-buttons .buttonx.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
footer #mobile-footer-cta-buttons .buttonx img {
  margin-right: 12px;
}
footer #mobile-footer-cta-buttons .buttonx span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer #mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
footer #mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #20202b;
}
footer #mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
footer #mobile-footer-cta-buttons .buttonx {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
footer #mobile-footer-cta-buttons .buttonx.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #efb070;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efb070 0%, #794d2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efb070 0%, #794d2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efb070 0%, #794d2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
footer #mobile-footer-cta-buttons .buttonx.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
footer #mobile-footer-cta-buttons .buttonx img {
  margin-right: 12px;
}
footer #mobile-footer-cta-buttons .buttonx span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer #left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
footer #left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer #left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
@media (max-width: 992px) {
  section.uygulamalar .uygulama .aciklama {
    padding: 20px 0px 30px;
  }
  section.videolar .main-title {
    font-size: 24px;
  }
  section.videolar #video-ileri,
  section.videolar #video-geri {
    height: 40px;
    width: 40px;
  }
  section.post-content-s .content-baslik {
    font-size: 16px;
  }
  section.post-content-s .content-icerik {
    font-size: 14px;
    margin-top: 10px;
  }
  section.multi-iletisim .socialo {
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .logo img {
    height: 50px;
  }
  header .social {
    margin-right: 50px;
  }
  header .mn-bg {
    height: 80px;
  }
  section.bize-ulas {
    margin-top: 30px;
  }
  section.bize-ulas .left {
    font-size: 30px;
  }
  section.bize-ulas .right {
    font-size: 22px;
  }
  section.head-banner .imaj {
    padding-bottom: 15%;
    height: auto;
  }
  section.head-banner .imaj .banner-title {
    font-size: 32px;
  }
  section.hakkimda {
    margin-top: 50px;
  }
  section.hakkimda .detay {
    padding: 0;
  }
  section.hakkimda .detay .baslik {
    font-size: 14px;
    line-height: 20px;
  }
  section.hakkimda .detay .metin {
    font-size: 14px;
  }
  section.hakkimda .detay .button {
    width: 100%;
    text-align: center;
  }
  section.hakkimda .alanlar {
    margin-top: 20px;
  }
  section.hakkimda .alanlar ul li {
    font-size: 14px;
    line-height: 25px;
  }
  section.uygulamalar {
    margin-top: 40px;
  }
  section.uygulamalar .uygulama {
    padding: 20px;
    margin-bottom: 20px;
  }
  section.uygulamalar .uygulama .baslik {
    font-size: 24px;
  }
  section.soru-cevap {
    margin-top: 40px;
  }
  section.soru-cevap .s-baslik {
    font-size: 26px;
  }
  section.iletisim .form {
    padding: 60px 20px;
  }
  section.iletisim .form .formb {
    font-size: 30px;
  }
  section.son-yazilar {
    margin-top: 60px;
  }
  section.son-yazilar .posts .post {
    margin-top: 10px;
  }
  section.ifmap {
    margin-top: 60px;
  }
  footer .foot-logo img {
    height: 80px;
  }
  footer .ad-t-m {
    font-size: 16px;
  }
  .main-title {
    text-align: center;
    font-size: 24px;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 110px 0 160px 0;
  }
  footer .f-copy {
    margin: 30px 0;
    text-align: center;
  }
  .img-cover {
    height: auto;
    width: 100%;
  }
  section.videolar {
    margin-top: 40px;
  }
  section.videolar .play-button i {
    font-size: 2em;
  }
  section.post-banner {
    padding: 0 10px;
    text-align: center;
  }
  section.post-banner .banner-baslik {
    font-size: 22px;
  }
  section.post-banner .banner-text {
    margin-top: 5px;
    font-size: 12px;
  }
  .language {margin-right: 60px;}
}
@media (max-width: 575px) {
  .post-content-s .content-icerik iframe {
    height: 210px;
  }
  section.head-banner .imaj {
    padding-bottom: 20px;
    padding-top: 260px;
  }
  section.bize-ulas .right {
    padding: 20px 38px;
  }
  .language {margin-right: 60px;}
}
