/* Colors */
/* Functions */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqi7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
html,
body {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  --gutter-x: 10px;
  --gutter-x2: -10px;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  line-height: 1.5;
}
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;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
#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: 100px 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;
}
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 .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 999;
}
header .web-lang > li {
  background-color: #fff;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #c62885;
  display: flex;
  align-items: center;
  position: relative;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #c62885;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #c62885 transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c62885;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
header .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 10px 10px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
header .bar {
  background: linear-gradient(90deg, #fff 50%, #c62885 50%);
  height: 48px;
  background-color: #c62885;
}
header .bar a {
  color: white;
}
header .bar .left {
  background-color: #fff;
}
header .bar .right {
  background-color: #c62885;
}
header .bar .right:after {
  content: "";
  position: absolute;
  background-color: #c62885;
  left: 100%;
  width: 100vw;
  height: 100%;
  top: 0;
}
header .bar .email {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
header .mn-bg {
  height: 85px;
  background-color: #fff;
  color: #575151;
}
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;
  height: 120px;
}
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{
  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: #c62885;
}
header ul.menu li a {
  font-size: 15px;
  color: #575151;
  padding: 15px;
}
header ul.menu li ul {
  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 #c62885;
  -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:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #c62885 transparent;
}
header ul.menu li ul li ul:before {
  border-color: transparent #FFF transparent transparent;
  left: -20px;
  top: 15px;
  transform: translate(0);
}
header ul.menu li ul li {
  padding: 0;
}
header ul.menu li ul li ul {
  left: 100%;
  transform: translateX(0);
  opacity: 0;
  pointer-events: none;
  top: 0 !important;
}
header ul.menu li ul 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 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 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 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 li ul 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 li ul 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 li ul 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 li ul 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 li:hover > a {
  background-color: #c62885;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
header ul.menu li ul li:after {
  display: none;
}
header ul.menu li ul li ul li:hover > a {
  background-color: #ededed;
  color: #000;
}
header ul.menu li ul 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: #c62885;
  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: #c62885;
  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: #c62885;
  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);
}
section#home-slider {
  position: relative;
  margin-top: 0 !important;
}
section#home-slider .owl-prev span,
section#home-slider .owl-next span {
  font-size: 28px;
  line-height: 1;
  color: white;
  display: contents;
}
section#home-slider .owl-prev,
section#home-slider .owl-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: 50px;
  width: 50px;
  background-color: #c62885 !important;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
section#home-slider .owl-prev:hover,
section#home-slider .owl-next:hover {
  background-color: #ac25a0 !important;
}
section#home-slider .owl-prev {
  left: 60px;
}
section#home-slider .owl-next {
  right: 60px;
}
.whatsapbutton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #0e8c07;
  color: white;
  padding: 8px 30px;
}
.whatsapbutton i,
.whatsapbutton span {
  color: #fff;
}
.whatsapbutton span {
  margin-left: 18px;
}
section.uygulamalar {
  padding: 50px 40px;
  position: relative;
}
section.uygulamalar .uygulama {
  background-image: url('../../imgs/uygulama-1.png');
  height: 400px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
}
section.uygulamalar .uygulama:hover .uygulama-bg {
  background-color: #B73F86;
}
section.uygulamalar .uygulama .uygulama-bg {
  left: 10px;
  top: 0;
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  background-color: #666666;
  mix-blend-mode: multiply;
  transition: all ease-in 0.4s;
}
section.uygulamalar .uygulama span.czg {
  margin-bottom: 30px;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
section.uygulamalar .uygulama .uygulama-baslik {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
section.hakkimizda {
  background-image: url('../../imgs/bg-hak.png');
  background-position: center;
  padding: 100px 40px;
}
section.hakkimizda .baslik1 {
  font-size: 35px;
  font-weight: 800;
  color: #c669a0;
  padding-left: 10px;
}
section.hakkimizda .baslik2 {
  color: #c62885;
  font-size: 50px;
  padding-left: 20px;
  margin-bottom: 30px;
}
section.hakkimizda .text {
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
section.blog-post {
  margin-top: 105px;
}
section.blog-post .post-title {
  font-weight: bold;
  font-size: 36px;
  color: #1b1b1b;
  margin-bottom: 30px;
}
section.blog-post .post-text {
  font-size: 16px;
  color: #555555;
  line-height: 29px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.blog-post .child-post {
  margin-top: 30px;
}
section.blog-post .child-post .child-post-title {
  margin-top: 20px;
  font-weight: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.blog-post img {
  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: 40px;
  border-bottom: 1px solid #484848;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expertise .boxs .box .button span {
  font-weight: 400;
  font-size: 14px;
}
#our-services .our-services-list [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#our-services .our-services-list [class*="col-"]:nth-child(even) .os-item .os-thumb img {
  background-color: #000;
}
#our-services .our-services-list .os-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ebf0f2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item:hover {
  box-shadow: 0 2px 20px 0 rgba(60, 181, 163, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #c62885, white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #c62885, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#our-services .our-services-list .os-item .os-thumb {
  display: block;
}
#our-services .our-services-list .os-item .os-thumb img {
  -webkit-border-radius: 2px 2px 0 50%;
  -moz-border-radius: 2px 2px 0 50%;
  -ms-border-radius: 2px 2px 0 50%;
  border-radius: 2px 2px 0 50%;
  padding-bottom: 20px;
  background-color: #000;
  width: 100%;
  height: auto;
}
#our-services .our-services-list .os-item .os-content-wrapper {
  text-align: center;
  height: 127px;
  padding: 0 24px 28px;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.71px;
  text-align: center;
  color: #000;
  line-height: 1.4;
}
section.sss {
  margin-top: 120px;
  padding: 80px 0;
  background-color: #c62885;
}
section.sss .form {
  padding: 40px 45px;
  background-color: #f5f7fa;
  opacity: 0.9;
}
section.sss .form .f-baslik {
  font-size: 32px;
  color: #c62885;
}
section.sss .form span.cizgi {
  width: 50px;
  background-color: #c62885;
  height: 2px;
  display: block;
  margin-top: 20px;
}
section.sss .form .slogan {
  margin-top: 20px;
  font-size: 17px;
  color: #1b1b1b;
}
section.sss .sss-a .sss-baslik {
  font-size: 32px;
  color: #fff;
}
section.sss .sss-a span.cizgi {
  width: 50px;
  background-color: #fff;
  height: 2px;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
section.sss .sorular .soru-cevap {
  cursor: pointer;
  margin-top: 10px;
}
section.sss .sorular .soru-cevap .cevap-aktif {
  height: auto !important;
  opacity: 1 !important;
  margin: 30px 0;
}
section.sss .sorular .soru-cevap .soru-aktif:after {
  content: '-' !important;
}
section.sss .sorular .soru-cevap .soru {
  padding: 12px 18px;
  background-color: #fff;
  font-size: 18px;
  color: #555555;
  position: relative;
}
section.sss .sorular .soru-cevap .soru:after {
  transition: all linear 0.3s;
  content: '+';
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  height: 20px;
  width: 20px;
  color: #c62885;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 5px;
}
section.sss .sorular .soru-cevap .cevap {
  transition: all linear 0.3s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 18px;
  color: white;
}
.fancybox-container {
  z-index: 999999999;
}
section.videolar {
  margin-top: 75px;
}
section.videolar .main-title {
  font-weight: 800;
  color: #c62885;
  font-size: 52px;
}
section.videolar #video-geri {
  background-color: #c62885;
  color: white;
  margin-right: 32px;
}
section.videolar #video-ileri {
  background-color: white;
  border: 2px solid #c62885;
  color: #c62885;
  margin-right: 32px;
}
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 #video-slider {
  margin: 120px 50px 0 50px;
}
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 {
  z-index: 55;
}
section.videolar .owl-item.active.center .item {
  transform: scale(1.2);
}
section.videolar .owl-item .item {
  transform: scale(1);
  z-index: 0;
  padding: 34px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: unset;
  font-size: 15px;
  cursor: pointer;
  width: fit-content;
  background-color: #c62885;
  color: white;
  display: block;
  transition: all ease 0.3s;
  padding: 13px 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.button:hover {
  background-color: #ec89c3;
}
.mini-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  background-color: #c62885;
  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 #555555;
  background-color: transparent;
  color: #666666;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  min-height: 60px;
}
.mini-title {
  font-size: 14px;
  color: #c62885;
}
.main-title {
  font-size: 35px;
  color: #575151;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
textarea.input-text {
  height: 80px;
  font-family: 'Montserrat', sans-serif;
}
.pad-20 {
  padding: 20px !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.img-cover {
  height: 100%;
  object-fit: cover;
  width: auto;
}
.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
.wpcf7 .ajax-loader {
  margin: 15px 24px;
  position: absolute;
}
.wpcf7-response-output {
  border-color: #c62885 !important;
  color: #c62885 !important;
  margin: 1em 0 !important;
}
section.instagram {
  margin-top: 120px;
}
#post-detail img {
  max-width: 100%;
  height: auto;
}
#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: #575151;
  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;
  word-break: break-word;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #575151;
}
#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.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background-color: #c62885;
  height: 250px;
}
#post-detail .post-header .container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
}
#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: #575151;
  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,
#post-detail .post-content ol {
  padding-left: 20px;
}
#post-detail .post-content ul li,
#post-detail .post-content ol li {
  list-style: disc;
}
#post-detail .sidebar-form {
  background-color: #c62885;
  padding: 56px 24px  32px;
}
#post-detail .sidebar-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-bottom: 0px;
  color: white;
}
#post-detail .sidebar-form .wpcf7-response-output {
  color: white !important;
}
#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 #c62885;
  padding: 0 20px;
  font-size: 16px;
  color: #575151;
  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: #c62885;
}
#post-detail .sidebar-form .form textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form .form .btn {
  width: 100%;
}
footer {
  margin-top: 150px;
  height: 600px;
  background-color: #c62885;
  display: table;
}
footer .crabs-logo {
  filter: brightness(3.5);
}
footer .maptable {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
  margin-top: -100px;
  width: 100%;
  background-color: #fff;
  padding: 60px;
}
footer .maptable .social {
  margin-top: 30px;
}
footer .maptable .social i {
  color: #c62885;
  padding-left: 15px;
}
footer .maptable .contact {
  padding-left: 70px;
}
footer .maptable .contact span.bas {
  color: #c62885;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
footer .maptable .contact span.bas_c,
footer .maptable .contact a {
  color: #383838;
  line-height: 19px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
footer .maptable .contact .contact-title {
  font-size: 24px;
  font-weight: 800;
  color: #c62885;
}
footer .maptable .contact span.cizgi {
  width: 50px;
  background-color: #c62885;
  height: 2px;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
footer a {
  color: white;
}
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: #c62885;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c62885 0%, #794d2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c62885 0%, #794d2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c62885 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) {
       header a.logo img{
        height:100px;
    }
  section.blog-post .post-text {
    margin-bottom: 20px;
  }
  section.blog-post .post-title {
    margin-bottom: 10px;
  }
  section.uygulamalar .uygulama {
    padding: 0 15px;
    height: 200px;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
  }
  section.uygulamalar .uygulama .uygulama-bg {
    height: calc(100% - 10px);
  }
  section.uygulamalar .uygulama .uygulama-baslik {
    text-align: center;
    font-size: 20px;
  }
  section.hakkimizda {
    background-image: unset !important;
    padding: 30px 40px;
  }
  section.hakkimizda .baslik1 {
    padding: 0;
    font-size: 24px;
  }
  section.hakkimizda .baslik2 {
    padding: 0;
    font-size: 30px;
  }
  section.hakkimizda .text {
    font-size: 15px;
  }
  section.hakkimizda .button {
    text-align: center;
  }
  section.blog-post {
    margin: 0;
  }
  section.blog-post .main-post {
    padding: 20px 16px;
  }
  section.blog-post .main-post .post-title {
    margin-top: 10px;
  }
  section.blog-post .child-post .col-12.col-md-6.col-lg-3 {
    margin-bottom: 40px;
  }
  section.blog-post .child-post .col-12.col-md-6.col-lg-3 .child-post-title {
    margin-top: 10px;
  }
  section.blog-post .post-title {
    font-size: 20px;
  }
  section.blog-post .post-text {
    font-size: 15px;
  }
  section.blog-post .button {
    width: 100%;
    text-align: center;
  }
  section.sss {
    margin-top: 10px;
  }
  section.sss .sss-baslik {
    margin-top: 40px;
  }
  section.videolar .main-title {
    font-size: 24px;
  }
  section.videolar #video-geri,
  section.videolar #video-ileri {
    height: 40px;
    width: 40px;
  }
  section.videolar .fa-2x {
    font-size: 1em;
  }
  section.videolar .fa-3x {
    font-size: 1.5em;
  }
  section.videolar #video-slider {
    margin: 20px 50px 0 50px;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  footer .maptable .contact {
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
    header a.logo img{
        height:80px;
    }
  section.instagram {
    margin-top: 60px;
  }
  footer .maptable {
    margin-top: -200px;
    padding: 17px;
  }
  footer {
    padding: 110px 0 120px 0;
  }
  footer .f-copy {
    margin: 30px 0;
    text-align: center;
  }
  .img-cover {
    height: auto;
    width: 100%;
  }
  section.videolar .owl-item.active.center .item {
    transform: scale(1) !important;
  }
  section.videolar .owl-item .item {
    padding: 0 !important;
  }
  #post-detail .post-header .post-title {
    font-size: 28px !important;
  }
  section#home-slider .owl-prev,
  section#home-slider .owl-next {
    height: 40px;
    width: 40px;
  }
  section#home-slider .owl-prev {
    left: 10px;
  }
  section#home-slider .owl-next {
    right: 10px;
  }
}
