﻿@import url('../../../../../css');
@import url('../../../../../css-1');
@import url('../../../../../css-2');
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  background-image: url('../img/bg-back.png');
  background-repeat: repeat-x;
  padding-top: 89px;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sus {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0a2753;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 999999999;
}
.sus .out .desc {
  font-size: 58px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 690px) {
  .sus .out .desc {
    font-size: 38px;
  }
}
.sus .out .logo img {
  filter: brightness(0) invert(1);
  width: 350px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 690px) {
  .sus .out .logo img {
    width: 100%;
  }
}
.sus .out .ilet .text-1 {
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}
.sus .out .ilet .maill {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sus .out .ilet .maill i {
  color: #fff;
  font-size: 18px;
}
.sus .out .ilet .maill a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.ccm-page {
  overflow-x: hidden;
}
header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  transition: all 0.4s;
}
header.header.nav-up {
  transform: translateY(-100%);
}
header.header .alt-rgb {
  background-image: url('../img/rgb.png');
  background-repeat: repeat;
  height: 2px;
  transform: rotate(180deg);
}
header.header .ust-rgb {
  background-image: url('../img/rgb.png');
  background-repeat: repeat;
  height: 7px;
}
header.header .logo {
  float: left;
  width: 260px;
  padding: 0px 20px;
}
header.header .logo img {
  width: 100%;
}
header.header .menu-bar-open {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 32px;
  color: #7e3593;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  header.header .menu-bar-open {
    display: block;
  }
}
header.header .menu {
  width: calc(100% - 260px);
  float: left;
  display: block;
  height: 80px;
  position: relative;
}
header.header .menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
header.header .menu ul li {
  flex: 2;
  text-align: center;
  line-height: 80px;
  transition: all 0.3s;
}
header.header .menu ul li:nth-child(1) {
  position: relative;
}
header.header .menu ul li:nth-child(2):hover {
  background-color: #ee2852;
}
header.header .menu ul li:nth-child(2):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(3):hover {
  background-color: #2abebc;
}
header.header .menu ul li:nth-child(3):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(4):hover {
  background-color: #f1d910;
}
header.header .menu ul li:nth-child(4):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(5):hover {
  background-color: #3d58a7;
}
header.header .menu ul li:nth-child(5):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(6):hover {
  background-color: #85c440;
}
header.header .menu ul li:nth-child(6):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(7):hover {
  background-color: #9c27b0;
}
header.header .menu ul li:nth-child(7):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(8):hover {
  background-color: #f44336;
}
header.header .menu ul li:nth-child(8):hover a {
  color: #fff;
}
header.header .menu ul li:nth-child(9):hover {
  background-color: #01cca4;
}
header.header .menu ul li:nth-child(9):hover a {
  color: #fff;
}
header.header .menu ul li:hover {
  background-color: #f4f4f4;
}
header.header .menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header.header .menu ul li.active {
  background-color: #f4f4f4;
}
header.header .menu ul li:first-child {
  flex: 1;
}
header.header .menu ul li a {
  display: block;
  color: #7e7e7e;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
header.header .menu ul li a i {
  font-size: 30px;
  color: #2abebc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  left: 0;
}
header.header .menu ul li .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity 0.3s linear;
  position: absolute;
  background-color: #fff;
  line-height: 30px;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
}
header.header .menu ul li .sub-menu h4 {
  border-bottom: 3px solid #a42586;
  padding-bottom: 8px;
  margin-top: 15px;
  font-weight: bold;
  color: #868686;
  text-transform: uppercase;
  display: inline-block;
}
header.header .menu ul li .sub-menu img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  position: relative;
}
header.header .menu ul li .sub-menu span {
  transition: all 0.3s;
  display: block;
}
header.header .menu ul li .sub-menu span a {
  text-transform: none !important;
  color: #111 !important;
  font-weight: 700;
  font-size: 15px;
}
header.header .menu ul li .sub-menu span:hover {
  padding-left: 6px;
}
header.header .menu ul li .sub-menu .rgb {
  height: 3px;
  background-image: url('../img/rgb.png');
  background-repeat: repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
@media (max-width: 1000px) {
  header.header .menu {
    display: none;
  }
}
.slider img {
  width: 100%;
  object-fit: cover;
  margin-right: 0px;
}
.slider .whcr-item-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 58px;
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px #000;
}
.slider .whcr-item-description {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 42px;
  color: #ffffff;
  text-shadow: 1px 1px #000;
}
.slider .owl-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider .owl-controls .owl-pagination {
  float: right;
}
.slider .owl-controls .owl-pagination .owl-page {
  display: block !important;
  padding: 1px 10px;
}
.slider .owl-controls .owl-pagination .owl-page span {
  display: block;
  background: #000 !important;
  opacity: 1;
}
.slider .owl-controls .owl-pagination .active span {
  background: rgba(0,0,0,0.4) !important;
}
.slider .owl-controls .owl-buttons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}
.slider .owl-controls .owl-buttons .owl-prev,
.slider .owl-controls .owl-buttons .owl-next {
  font-size: 30px;
  background: #0f0f0f;
  color: #fff;
  border-radius: 0;
}
.slider .owl-controls .owl-buttons .owl-prev {
  float: left;
}
.slider .owl-controls .owl-buttons .owl-next {
  float: right;
}
.slider .firca {
  width: 525px;
  height: 500px;
  background-image: url('../img/firca.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 160px;
  left: 40px;
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 1.5s;
}
@media (max-width: 1000px) {
  .slider .firca {
    display: none;
  }
}
.kurumsal {
  text-align: center;
  padding: 125px 0px;
  line-height: 30px;
  background-image: url('../img/boyalar.jpg');
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.kurumsal .boya-kutusu {
  width: 525px;
  height: 500px;
  background-image: url('../img/home-kurumsal.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 40px;
  position: absolute;
  -webkit-animation-duration: 1.5s;
}
@media (max-width: 1000px) {
  .kurumsal .boya-kutusu {
    display: none;
  }
}
.kurumsal .baslik {
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 15px;
}
.kurumsal p {
  z-index: 9;
  position: relative;
}
.kurumsal a {
  font-weight: bold;
  display: inline-block;
  background-color: #f1f1f1;
  padding: 10px 30px;
  margin-top: 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
.kurumsal a:hover {
  background-color: #f1d910;
}
.duvar {
  margin: 20px 0px;
  position: relative;
}
.duvar .slogan {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  padding: 5px 10px;
  text-shadow: 0 0 8px #000;
  font-family: 'Open Sans', sans-serif;
}
.duvar .duvar-bg {
  position: relative;
  background: url('../img/duvar/ozturk1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 700px;
}
.duvar .duvar-bg .duvar-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.duvar .duvar-dot {
  position: absolute;
  width: 100%;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 25px;
  text-align: center;
}
.duvar .duvar-dot div {
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  transition: all .3s;
  zoom: 100%;
  margin: 0px 10px;
}
.duvar .duvar-dot div img {
  width: 100%;
  object-fit: contain;
}
.duvar .duvar-dot div:hover {
  transform: scale(1.38,1.38);
}
@media (max-width: 850px) {
  .duvar .duvar-dot div {
    width: 30px;
    margin: 0px;
  }
}
@media (max-width: 850px) {
  .duvar .duvar-dot {
    top: 40px;
    margin: 0px;
  }
}
@media (max-width: 1024px) {
  .duvar .slogan {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0 15px;
    color: #000;
  }
  .duvar .slogan h1 {
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .duvar .duvar-bg {
    height: 385px;
    margin-bottom: 0px;
  }
  .duvar .duvar-bg .duvar-item {
    background-size: cover !important;
  }
  .duvar .duvar-bg .duvar-dot {
    top: auto;
    position: relative;
    width: 100%;
    left: auto;
    transform: none;
    min-width: auto;
  }
  .duvar .duvar-bg div {
    display: inline-block;
    float: none;
    margin: a;
  }
}
@media (max-width: 475px) {
  .duvar .slogan {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    color: #000;
    padding: 0 15px;
    top: -50px;
  }
  .duvar .slogan h1 {
    font-size: 23px;
    text-align: center;
  }
  .duvar .duvar-bg {
    background: none;
    height: 275px;
  }
  .duvar .duvar-bg .duvar-item {
    background-size: contain !important;
  }
}
@media (max-width: 765px) {
  .duvar .slogan {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    color: #000;
    padding: 0 15px;
    top: 0px;
  }
  .duvar .slogan h1 {
    font-size: 23px;
    text-align: center;
  }
  .duvar .duvar-bg {
    background: none;
    height: 420px;
    width: 100%;
  }
  .duvar .duvar-bg .duvar-item {
    background-size: cover !important;
    background-position: 50%;
  }
}
.uclukutular .home-kutu {
  position: relative;
  transition: all .3s;
}
.uclukutular .home-kutu a {
  text-decoration: none;
  color: inherit;
}
.uclukutular .home-kutu img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.uclukutular .home-kutu .baslik {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  transform: translateY(-50%);
}
.uclukutular .home-kutu:before {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  top: 30%;
  bottom: 30%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all .3s;
}
.uclukutular .home-kutu:hover:before {
  left: 2%;
  right: 2%;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.iletisim {
  background-image: url('../img/iletisim.png');
  background-size: cover;
  background-position: center;
  height: 590px;
  position: relative;
}
.iletisim .kutu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  padding: 40px;
  background-color: rgba(255,255,255,0.69);
  width: 439px;
}
.iletisim .kutu .col-md-6,
.iletisim .kutu .col-md-12 {
  padding: 5px;
  padding-bottom: 0px;
}
.iletisim .kutu .yazi {
  position: absolute;
  right: 0;
  top: 0;
  padding: 48px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding-top: 117px;
}
.iletisim .kutu img {
  margin-bottom: 30px;
}
.iletisim .kutu input {
  margin-bottom: 10px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #e5e8ec;
  padding-right: 10px;
}
.iletisim .kutu textarea {
  line-height: 35px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #e5e8ec;
  border-radius: 5px;
  padding-right: 10px;
}
.iletisim .kutu button {
  width: 100%;
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  background-image: -moz-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background-image: -webkit-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background-image: -ms-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
}
.iletisim .kutu button:hover {
  background-image: -moz-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background-image: -webkit-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background-image: -ms-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
}
@media (max-width: 1000px) {
  .iletisim .kutu {
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
.referanslar {
  padding: 30px 0px;
}
.referanslar .whcr-item {
  padding: 20px !important;
}
.referanslar .whcr-item img {
  width: 100%;
}
.referanslar .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  left: 0px;
  right: 0px;
}
@media (max-width: 1000px) {
  .referanslar .owl-controls {
    display: none;
  }
}
.referanslar .owl-controls .owl-prev {
  position: absolute;
  left: -30px;
  top: 0;
  transform: translateY(-70%);
  background: none !important;
  color: #6ab2e2 !important;
  font-size: 50px !important;
  opacity: 1 !important;
}
.referanslar .owl-controls .owl-next {
  position: absolute;
  right: -30px;
  top: 0;
  transform: translateY(-70%);
  background: none !important;
  color: #6ab2e2 !important;
  font-size: 50px !important;
  opacity: 1 !important;
}
.footer {
  padding-bottom: 30px;
}
.footer .rgb {
  background-image: url('../img/rgb.png');
  background-repeat: repeat;
  height: 50px;
  margin-bottom: 40px;
}
.footer h3 {
  color: #626262;
  text-transform: uppercase;
}
.footer .adresler {
  margin-top: 10px;
}
.footer .adresler div {
  padding: 6px 0px;
}
.footer .adresler div:nth-child(1) i {
  color: #2abebc;
}
.footer .adresler div:nth-child(2) i {
  color: #9d4a9c;
}
.footer .adresler div:nth-child(3) i {
  color: #ee2852;
}
.footer .adresler div:nth-child(4) i {
  color: #85c440;
}
.footer .adresler i {
  width: 30px;
  font-size: 20px;
  height: 30px;
  text-align: center;
}
.footer .logo img {
  width: 100%;
  max-width: 270px;
}
.footer .duyuru-footer .baslik {
  font-weight: bold;
}
.footer .duyuru-footer .icerik {
  margin-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 650px) {
  .footer .site-haritasi {
    display: none;
  }
}
.copyright {
  background-color: #c4c4c4;
  padding: 15px 0px;
  text-align: center;
  position: relative;
}
.copyright .sosyal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.copyright .sosyal a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 5px 0px;
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  color: #fff;
  transition: all 0.2s;
}
.copyright .sosyal a:nth-child(1) {
  background-color: #3a559f;
}
.copyright .sosyal a:nth-child(2) {
  background-color: #50abf1;
}
.copyright .sosyal a:nth-child(3) {
  background-color: #c536a4;
}
.copyright .sosyal a:hover {
  background-color: #333;
}
@media (max-width: 568px) {
  .copyright .sosyal {
    display: none;
  }
}
.copyright .a360-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#special-button1 {
  width: 100%;
  text-align: center;
  transition: all .3s;
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  background-image: -moz-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background-image: -webkit-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background-image: -ms-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
}
#special-button1:hover {
  background-image: -moz-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background-image: -webkit-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background-image: -ms-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
}
#special-button1 a {
  text-decoration: none;
  transition: all .3s;
  color: #fff;
  padding: 15px 35px;
  cursor: pointer;
}
#special-button2 {
  text-decoration: none;
  text-align: center;
  transition: all .3s;
  width: 100%;
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  background: #01d1a0;
  background: -moz-linear-gradient(left,#01d1a0 0%,#0087d3 41%,#b20c78 100%);
  background: -webkit-linear-gradient(left,#01d1a0 0%,#0087d3 41%,#b20c78 100%);
  background: linear-gradient(to right,#01d1a0 0%,#0087d3 41%,#b20c78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01d1a0',endColorstr='#b20c78',GradientType=1);
}
#special-button2:hover {
  background: -moz-linear-gradient(left,#b20c78 0%,#0087d3 41%,#01d1a0 100%);
  background: -webkit-linear-gradient(left,#b20c78 0%,#0087d3 41%,#01d1a0 100%);
  background: linear-gradient(to right,#b20c78 0%,#0087d3 41%,#01d1a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20c78',endColorstr='#01d1a0',GradientType=1);
}
#special-button2 a {
  text-decoration: none;
  transition: all .3s;
  color: #fff;
  padding: 15px 35px;
  cursor: pointer;
}
.site-haritasi li {
  list-style: circle;
  margin: 10px 0px;
  padding: 3px 5px;
  transition: all .3s;
}
.site-haritasi li:nth-child(2) {
  color: #2abebc;
}
.site-haritasi li:nth-child(3) {
  color: #9d4a9c;
}
.site-haritasi li:nth-child(1) {
  color: #ee2852;
}
.site-haritasi li:nth-child(5) {
  color: #85c440;
}
.site-haritasi li:nth-child(4) {
  color: #ffc654;
}
.site-haritasi li:nth-child(1) a {
  color: #2abebc;
}
.site-haritasi li:nth-child(2) a {
  color: #9d4a9c;
}
.site-haritasi li:nth-child(3) a {
  color: #ee2852;
}
.site-haritasi li:nth-child(4) a {
  color: #85c440;
}
.site-haritasi li:nth-child(5) a {
  color: #ffc654;
}
.site-haritasi li:nth-child(6) a {
  color: #7E2217;
}
.site-haritasi li:nth-child(5) {
  color: #85c440;
}
.site-haritasi li:hover {
  padding-left: 10px;
}
.site-haritasi li a {
  color: #000;
  text-decoration: none;
}
.iletisim-bilgileri {
  padding: 15px 0px;
}
.iletisim-bilgileri ul {
  list-style: none;
}
.iletisim-bilgileri ul li {
  padding: 7px 5px;
}
.iletisim-bilgileri ul li:nth-child(1) i {
  color: #ee2852;
}
.iletisim-bilgileri ul li:nth-child(1) a {
  color: #ee2852;
}
.iletisim-bilgileri ul li:nth-child(2) i {
  color: #2abebc;
}
.iletisim-bilgileri ul li:nth-child(2) a {
  color: #2abebc;
}
.iletisim-bilgileri ul li:nth-child(3) i {
  color: #f1d910;
}
.iletisim-bilgileri ul li:nth-child(3) a {
  color: #f1d910;
}
.iletisim-bilgileri ul li:nth-child(4) i {
  color: #3d58a7;
}
.iletisim-bilgileri ul li:nth-child(4) a {
  color: #3d58a7;
}
.iletisim-bilgileri ul li:nth-child(5) i {
  color: #85c440;
}
.iletisim-bilgileri ul li:nth-child(5) a {
  color: #85c440;
}
.iletisim-bilgileri ul li:nth-child(6) i {
  color: #9c27b0;
}
.iletisim-bilgileri ul li:nth-child(6) a {
  color: #9c27b0;
}
.iletisim-bilgileri ul li:nth-child(7) i {
  color: #f44336;
}
.iletisim-bilgileri ul li:nth-child(7) a {
  color: #f44336;
}
.iletisim-bilgileri ul li:nth-child(8) i {
  color: #01cca4;
}
.iletisim-bilgileri ul li:nth-child(8) a {
  color: #01cca4;
}
.iletisim-bilgileri ul li i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.iletisim-bilgileri ul li a {
  color: #ee2852;
  text-decoration: none;
  transition: all .3s;
}
.iletisim-bilgileri ul li a:hover {
  color: #000;
}
.formify-form#formify-form-1-206 {
  text-align: center;
}
.formify-form#formify-form-1-206 .formify-field-label {
  display: none;
}
.formify-form#formify-form-1-206 .formify-field-input input {
  width: 100%;
}
.formify-form#formify-form-1-206 .formify-field-input textarea {
  width: 100%;
}
.formify-form#formify-form-1-206 .formify-field-input input[type="submit"] {
  width: 250px;
  background: -moz-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background: -webkit-linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  background: linear-gradient(127deg,#dd2476 0%,#ff512f 100%);
  transition: all .3s;
}
.formify-form#formify-form-1-206 .formify-field-input input[type="submit"]:hover {
  background: -moz-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background: -webkit-linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
  background: linear-gradient(127deg,#ff512f 0%,#dd2476 100%);
}
.formify-form#formify-form-1-206 .formify-field-container {
  margin: 0;
  margin-bottom: 5px;
}
.icerik-resim {
  margin-top: 15px;
}
.icerik-resim img {
  width: 100%;
}
.duyurular-detay .haber-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.duyurular-detay .haber-item .baslik {
  padding: 10px 0px;
  font-size: 25px;
  position: relative;
}
.duyurular-detay .haber-item .baslik span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 13px;
  color: #9e9e9e;
}
@media (max-width: 768px) {
  .duyurular-detay .haber-item .baslik span {
    position: relative;
    display: block;
    padding: 15px;
    top: 10px;
  }
}
.duyurular-detay .haber-item .icerik {
  line-height: 30px;
}
.duyurular-detay .haber-item:last-child {
  border-bottom: 0px;
}
.hakkimiz-sirket .title-1 {
  font-size: 26px;
  color: #000;
  position: relative;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 5px;
  padding-left: 20px;
}
.hakkimiz-sirket .title-1 p {
  margin: 0;
}
.hakkimiz-sirket .title-1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 113px;
  height: 3px;
  background-color: #bf2128;
  left: 20px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  width: 100%;
  background-color: #777;
  height: 1px;
}
.hakkimiz-sirket .title-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #bf2128;
}
.hakkimiz-sirket .desc {
  line-height: 33px;
  font-size: 16px;
  margin-bottom: 45px;
}
.hakkimiz-sirket .desc b {
  color: #d53e3e;
}
.hakkimiz-sirket .desc strong {
  color: #d53e3e;
}
.hakkimiz-sirket .item-2 .title-1:after {
  background-color: #7f3492;
}
.hakkimiz-sirket .item-3 .title-1:after {
  background-color: #d4790c;
}
.hakkimiz-sirket .item-3 .neler-liste {
  margin-bottom: 45px;
}
.hakkimiz-sirket .item-3 .neler-liste p {
  margin: 0;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler {
  position: relative;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .left-line {
  position: absolute;
  left: 6px;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items {
  padding-left: 115px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items {
    padding-left: 80px;
  }
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 6px solid #ffc310;
  z-index: 4;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 17px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 12px solid #ffffff;
  z-index: 3;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items:nth-child(odd):before {
  border: 6px solid #eb5e44;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .bg-color {
  position: absolute;
  left: 100px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 500px) {
  .hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .bg-color {
    display: none;
  }
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .bg-color::before {
  position: absolute;
  content: '';
  background-color: #f1f1f1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 0px;
  height: 0px;
  transition: all .7s cubic-bezier(0.445,0.05,0.55,0.95);
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 500px) {
  .hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x {
    font-size: 17px;
  }
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x:before {
  content: "";
  position: absolute;
  left: -92px;
  top: 13px;
  background-color: #f2f2f2;
  border-radius: 5px;
  width: 68px;
  height: 8px;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x .t2 {
  font-weight: 300;
  font-style: italic;
  color: #666666;
  position: relative;
  display: inline;
}
@media (max-width: 500px) {
  .hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x .t2 {
    font-weight: 400;
  }
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .title-x .t3 {
  color: #666666;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
.hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .desc-in {
  line-height: 33px;
  font-size: 16px;
  margin-bottom: 9px;
}
@media (max-width: 500px) {
  .hakkimiz-sirket .item-3 .neler-liste .flex-in-neler .text-items .desc-in {
    font-size: 13px;
    line-height: 23px;
  }
}
.hakkimiz-sirket .item-4 .desc {
  margin-bottom: 0;
}
.hakkimiz-sirket .item-4 ul {
  margin-bottom: 35px;
}
.hakkimiz-sirket .item-4 ul li {
  font-size: 16px;
  line-height: 33px;
}
.hakkimiz-sirket .item-6 .title-1:after {
  background-color: #4c55ac;
}
.hakkimiz-sirket .item-7 .title-1:after {
  background-color: #d4790c;
}
.hakkimiz-sirket .item-8 .title-1:after {
  background-color: #b20b76;
}
