@import url("https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700|Raleway:400,700|Titillium Web:400,700");

html {
  font-size: 16px;
}

body {
  font-family: "Titillium Web", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

nav {
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

p {
  line-height: 1.69em;
}

p,
li {
  color: var(--renkiki);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: var(--renkiki);
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--renkiki);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--renkiki);
}



/********** buttons **********/
.theme-btn {
  background-color: transparent;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 55px 0 35px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 40px 0 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 30px 0 15px;
  }
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  color: #fff;
  background: transparent !important;
}

.theme-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn i {
    right: 20px;
    top: 48%;
  }
}

@media (max-width: 991px) {
  .theme-btn i {
    right: 15px;
    top: 48%;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--renk);
  -webkit-box-shadow: 0 0 5px 0 var(--renkiki);
  -moz-box-shadow: 0 0 5px 0 var(--renkiki);
  -o-box-shadow: 0 0 5px 0 var(--renkiki);
  -ms-box-shadow: 0 0 5px 0 var(--renkiki);
  box-shadow: 0 0 5px 0 var(--renkiki);
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {display: none;}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.page-title {
  width: 100%;
  height: 300px;
  text-align: right;
  position: relative;
}

@media (max-width: 1199px) {
  .page-title {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .page-title {
    height: 225px;
  }
}

@media (max-width: 767px) {
  .page-title {
    height: 200px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title h1 {
  width: 100%;
  font-size: 20px;
  color: #fff;
  right: 105px;
  margin: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-title p {
  width: 100%;
  font-size: 16px;
  color: #fff;
  right: 105px;
  margin: 0;
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Raleway", sans-serif;
}

@media (max-width: 962px) {
  .page-title h1 {
    font-size: 17px;
    right: 35px;
  }
  .page-title p {
    font-size: 15px;
    right: 35px;
  }
}

@media (max-width: 1199px) {
  .page-title h1 {
    font-size: 17px;
    right: 105px;
  }
  .page-title p {
    font-size: 15px;
    right: 105px;
  }
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 17px;
    right: 21px;
  }
  .page-title p {
    font-size: 15px;
    right: 21px;
  }
}

.category-menu{
  display: block;
  padding: 0px 0 10px 0;
  margin-bottom: 30px;
}
.category-menu-item{
  color: #1B232F;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  display: block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
}
#share{
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.category-menu-item i{
  color: var(--renk);
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
}
.category-menu-item span{
  float: right;
}
.category-menu-item.category-title {
  background: var(--renk); color: #fff;text-align: center;font-weight: bold;
}
.category-menu-item.active {
  background: #eee;
}
.category-menu-item.category-title:hover{
  background: var(--renk); color: #fff;
}
.category-menu-item:hover{
  background: #eee; color: #1B232F;
}

.category-menu-item-sub{
  color: #1B232F;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  display: block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
  padding-left: 30px;
}
.category-menu-item-sub i{
  color: var(--renk);
  font-size: 16px;
  width:13px;
  float:left;
  line-height:25px
}
.category-menu-item-sub:hover{
  background: #eee; color: #1B232F;
}


.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0 50px;
  box-shadow: 0 4px 2px -3px #dddbdb;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 21px;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 19px;
  }
}

.section-title p {
  margin: 0;
}

@media (max-width: 461px) {
  .col-12 {
    width: 100% !important;
  }    
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 2px -3px #dddbdb;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #ffffff;
  text-align: center;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader .preloader-inner {
  width: 40px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
  background-color: var(--renk);
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px 2px 2px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.preloader .preloader-inner > span:nth-child(3n+3) {
  margin-right: 0;
}

.preloader .preloader-inner span {
  -webkit-animation: perloader-pulse 0.4s infinite alternate;
  -moz-animation: perloader-pulse 0.4s infinite alternate;
  -o-animation: perloader-pulse 0.4s infinite alternate;
  -ms-animation: perloader-pulse 0.4s infinite alternate;
  animation: perloader-pulse 0.4s infinite alternate;
}

.preloader .preloader-inner > span:first-child {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .preloader-inner > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .preloader-inner > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*** preloader animation ***/
@-webkit-keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 25px;
}

.pagination-wrapper ul {
  display: inline-block;
  overflow: hidden;
}

.pagination-wrapper ul li {
  float: left;
  margin-right: 10px;
}

.pagination-wrapper ul li .active {
  background-color: var(--renkiki);
}

@media (max-width: 767px) {
  .pagination-wrapper ul li {
    margin-right: 5px;
  }
}

.pagination-wrapper ul li:last-child {
  margin-right: 0;
}

.pagination-wrapper ul li a {
  font-family: "Raleway", sans-serif;
  background-color: var(--renk);
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper ul .active a,
.pagination-wrapper ul li a:hover {
  background-color: var(--renk);
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navbar-header .navbar-brand {
  margin-top: -8px;
}

@media (max-width: 2080px) {
  .site-header .navbar-header .navbar-brand {
    margin: 0 0 8px;
  }
  .site-header .navbar-header .navbar-brand img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand img {
    max-width: 135px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {}
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar li:hover {
    background-color: #F2F2F2;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    padding: 20px 20px;
  }
  .site-header #navbar > ul > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 13px;
    color: #31353a;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover{
    background-color: #F2F2F2;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-item-has-children > a i {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #fff;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: var(--renk);
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current-menu-item a {
    color: var(--renk);
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: var(--renk);
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

.site-header .navbar-right {
  margin-right: -33px;
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

.header-style-1 {}

.header-style-1 .topbar {
  padding: 12px 0 8px;
  background-color: var(--renk);
}

@media (max-width: 767px) {
  .header-style-1 .topbar {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social-links {
    display: inline-block;
  }
}

.header-style-1 .topbar .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social-links li {
    margin-right: 25px;
  }
}

.header-style-1 .topbar .social-links li:last-child {
  margin-right: 0;
}

.header-style-1 .topbar .contact {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact {
    float: none;
    display: inline-block;
  }
}

.header-style-1 .topbar .contact > div {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact > div {
    float: none;
  }
}

.header-style-1 .topbar .contact i,
.header-style-1 .topbar .cont {
  display: inline-block;
  padding-right: 3px;
  font-size: 14px;
}

.header-style-1 .topbar .cont i {
  padding-right: 5px;
  font-size: 16px;
}

.header-style-1 .topbar .cont ul {
  display: inline-block;
}

.header-style-1 .topbar .cont ul li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  color: #fff;
}

.header-style-1 .topbar .cont ul li a{
  color: #fff;
  font-size: 15px;
}

.header-style-1 .topbar .cont ul li:after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0;
  color: #fff;
}

.header-style-1 .topbar .cont ul li:last-child {
  margin: 0;
  padding: 0;
}

.header-style-1 .topbar .cont ul li:last-child:after {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar {
    right: 0px;
  }
}

.header-style-1 .navigation {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a {
    color: #000;
  }
  .header-style-1 #navbar > ul > li > a:hover,
  .header-style-1 #navbar > ul > .current-menu-ancestor > a,
  .header-style-1 #navbar > ul > li.current-menu-item a {
    color: #000;
  }
}

.header-style-1 .side-info-open-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-1 .side-info-open-btn {
    display: none;
  }
}

.header-style-1 .search-sideinfo > div {
  float: left;
}

.header-style-1 .side-info {
  margin-left: 18px;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  /*** slider caption ***/
  /** slider controls **/
  /*** dots ***/
}

@media (max-width: 767px) {
  .hero {
    height: 520px;
  }
}

.hero .slide {
  height: 520px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    height: 520px;
  }
}

.hero .slide .slider-bg {
  display: none;
}


.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}
<!-- slider yazi rengi -->
.hero .slide-caption p,
.hero .slide-caption li {
  color:  #CC0000;
  font-size: 18px;
}

.hero .slide-caption h1 {
  font-size: 25px;
  margin: 0 0 0.29em;
}

@media (max-width: 767px) {
  .hero .slide-caption h1 {
    font-size: 23px;
    margin: 0 0 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  .hero .slide-caption p {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption p {
    margin-bottom: 35px;
  }
}

.hero .slick-prev,
.hero .slick-next {
  background-color: var(--renkiki);
  width: 50px;
  height: 55px;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #080b0f;
}

@media (max-width: 1199px) {
  .hero .slick-prev,
  .hero .slick-next {
    width: 40px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 0;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 25px;
  font-size: 1.5625rem;
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero .slick-prev:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 25px;
  font-size: 1.5625rem;
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero .slick-next:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.hero .slider-dots ul {
  bottom: -25px;
}

.hero .slider-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero .slider-dots .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}

.hero .slider-dots .slick-dots .slick-active {
  background-color: #fff;
}

.hero .slider-dots .slick-dots li button {
  display: none;
}

/********** hero slider style 1 **********/
.hero-slider-s1 {
  /*** hero slider animation ***/
}

.hero-slider-s1 .slide:before {
  background: -webkit-linear-gradient(left, rgba(54, 59, 63, 0.75), rgba(54, 59, 63, 0.75));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider-s1 .slider-dots {
  width: 15px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .hero-slider-s1 .slider-dots {
    width: 65px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .hero-slider-s1 .slider-dots {
    bottom: 35px;
  }
}

@media (max-width: 991px) {
  .hero-slider-s1 .slider-dots .slick-dots {
    width: 65px;
    bottom: 0;
  }
}

.hero-slider-s1 .slider-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 0 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

@media (max-width: 991px) {
  .hero-slider-s1 .slider-dots .slick-dots li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    margin-bottom: 5px;
  }
}

.hero-slider-s1 .slider-dots .slick-dots li:last-child {
  margin: 0;
}

.hero-slider-s1 .slider-dots .slick-dots li button {
  display: none;
}

.hero-slider-s1 .slider-dots .slick-dots .slick-active {
  background-color: #fff;
}

.hero-slider-s1 .slick-prev,
.hero-slider-s1 .slick-next {
  display: none !important;
}

.hero-slider-s1 .hero-slider .slide-caption > h1 {
  margin: -10px 0 0.6em;
}

@media screen and (min-width: 1200px) {
  .hero-slider-s1 .hero-slider .slide-caption > h1 {
    padding-right: 20px;
  }
}

.hero-slider-s1 .hero-slider .slide-caption > h1,
.hero-slider-s1 .hero-slider .slide-caption > .slider-info {
  color: #CC0000;
  opacity: 0;
}

.hero-slider-s1 .hero-slider .slide-caption > .slider-info .btn {
  height: 42px;
  line-height: 42px;
  border: 1;
  color: #CC0000;
  text-transform: none;
  margin-top: 20px;
  width: 150px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .hero-slider-s1 .hero-slider .slide-caption > .slider-info .btn {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    width: 120px;
  }
}

.hero-slider-s1 .hero-slider .slide-caption > .slider-info .btn:hover {
  background-color: var(--renk);
}

.hero-slider-s1 .hero-slider .slick-list .slick-current .slide-caption > h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  -o-animation: fadeInLeftSlow 01.5s 0.2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  animation: fadeInLeftSlow 1.5s 0.2s forwards;
}

.hero-slider-s1 .hero-slider .slick-list .slick-current .slider-info {
  -webkit-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  -o-animation: fadeInLeftSlow 01.5s 0.2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.2s forwards;
  animation: fadeInLeftSlow 1.5s 0.2s forwards;
}

footer {
  background: var(--renkiki);
  font-size: 14px;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  padding-top: 20px;
}
footer ul {
  list-style: none;
}
footer ul li {
  padding-bottom: 3px;
}
footer ul li a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
footer ul li a:hover {
  color: #fff;
}
.footer-entry {
  margin-bottom: 40px;
}
.footer-entry .title {
  font-size: 15px;
  margin-bottom: 16px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 767px) {
  .footer-entry {
    margin-bottom: 30px;
  }
}

.product-grid {
  text-align: center;
  padding: 0 0 50px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.product-grid .product-image {
  position: relative;
  transition: all .3s ease 0s
}

.product-grid .product-image a {
  display: block
}

.product-grid .product-image img {
  width: 300px;
  height: 300px;
  padding-right: 35px;
}

@media (max-width: 1199px) {
  .product-grid .product-image img {
    width: 100%;
    height: 100%;
    padding-right: 0px;
  }
}

.product-grid .pic-1 {
  opacity: 1;
  transition: all .3s ease-out 0s
}

.product-grid:hover .pic-1 {
  opacity: 1
}

.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
  opacity: 1
}

.product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all .3s ease 0s
}

.product-grid:hover .social {
  opacity: 1;
  top: 50%
}

.product-grid .social li {
  display: inline-block
}

.product-grid .social li a {
  color: #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: var(--renk);
}

.product-grid .product-new-label {
  color: #fff;
  background-color: var(--renk);
  font-size: 13px;
  padding: 5px 8px;
  display: block;
  position: absolute;
  top: 12px;
  right: 0
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
  transition: all .3s
}
.product-grid .add-to-cart {
  padding: .5rem;
}
.product-grid:hover .product-content {
  bottom: 0;
  z-index: 99;
  padding-bottom: 0;
}
.product-grid:hover .add-to-cart {
  padding-top: 0;
  padding-bottom: 10px;
}
.product-grid .title {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  transition: all .3s ease 0s
}

.product-grid .title a {
  color: var(--renkiki)
}

.product-grid .price {
  color: var(--renkiki);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  transition: all .3s
}

.product-grid .price span {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block
}

/*.testimonial-comment-desc h2 {
  font-weight: bold;
  color: #071c34;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-testimonial {
  position: relative;
  border: 1px solid;
  border-color: #F2F2F2;
  padding: 15px;
  }*/

  .single-reference {
    height: 86px;
    padding: 6px;
    text-align: center;
  }
  .all-reference.owl-carousel.owl-theme img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .all-reference.owl-carousel .owl-item  img{
    width:75%;
  }

  .services-content {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
  }

  .services-icon {
    float: left;
    position: relative
  }

  .services-icon .fa {
    content: '';
    position: absolute;
    font-size: 80px;
    opacity: .1;
    left: 5px;
  }

  .services-inner h4 {
    margin-bottom: 10px
  }

  .services p {
    margin-bottom: 0 !important
  }



  .team-grid {
    text-align: center;
    padding: 0 0 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
  }

  .team-grid .team-image {
    position: relative;
    transition: all .3s ease 0s
  }

  .team-grid .team-image a {
    display: block
  }

  .team-grid .team-image img {
    width: 300px;
    height: 300px;
    padding-right: 35px;
  }

  @media (max-width: 1199px) {
    .team-grid .team-image img {
      width: 100%;
      height: 100%;
      padding-right: 0px;
    }
  }

  .team-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
  }

  .team-grid:hover .pic-1 {
    opacity: 1
  }

  .team-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
  }

  .team-grid:hover .pic-2 {
    opacity: 1
  }

  .team-grid .team-facebook {
    color: #fff;
    background-color: var(--renk);
    font-size: 13px;
    padding: 5px 9px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0
  }

  .team-grid .team-facebook a {
    color: #fff;
  }

  .team-grid .team-twitter {
    color: #fff;
    background-color: var(--renk);
    font-size: 13px;
    padding: 5px 6px;
    display: block;
    position: absolute;
    top: 90px;
    right: 0
  }

  .team-grid .team-twitter a {
    color: #fff;
  }

  .team-grid .team-instagram {
    color: #fff;
    background-color: var(--renk);
    font-size: 13px;
    padding: 5px 7px;
    display: block;
    position: absolute;
    top: 130px;
    right: 0
  }

  .team-grid .team-instagram a {
    color: #fff;
  }

  .team-grid .team-linkedin {
    color: #fff;
    background-color: var(--renk);
    font-size: 13px;
    padding: 5px 7px;
    display: block;
    position: absolute;
    top: 170px;
    right: 0
  }

  .team-grid .team-linkedin a {
    color: #fff;
  }

  .team-grid .team-content {
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    transition: all .3s
  }
  .team-grid:hover .team-content {
    bottom: 0;
    z-index: 99;
    padding-bottom: 0;
  }
  .team-grid .title {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .team-grid .price {
    color: var(--renkiki);
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: center;
    transition: all .3s
  }



  .project-grid {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
  }

  .project-grid .project-image {
    position: relative;
    transition: all .3s ease 0s;
    background: #041d26;
  }

  .project-grid .project-image a {
    display: block
  }

  .project-grid .project-image img {
    width: 300px;
    height: 300px;
    opacity: 0.4;
    padding-right: 35px;
  }

  @media (max-width: 1199px) {
    .project-grid .project-image img {
      width: 100%;
      height: 100%;
      padding-right: 0px;
    }
  }

  .project-grid .details{
    text-align: center;    
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.2;
    font-size: 1.125rem;
    color: #FFF;
    font-weight: bold;
  }

  .feature-content {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
  }

  .feature-content:hover {
    background: #eeeeee;
  }

  .feature-icon {
    float: right;
    position: relative
  }

  .feature-icon .fa {
    content: '';
    position: absolute;
    font-size: 50px;
    margin-top: -11px;
    opacity: 0.3;
    right: 0;
  }

  .feature-inner h4 {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .feature p {
    margin-bottom: 0 !important
  }


  .services-image-slides {
    margin-bottom: 30px;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
    outline: 0 !important;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    outline: 0 !important;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
    padding: 0;
    text-align: center;
    border: 1px solid #ffffff;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 8px;
    height: 8px;
    top: 3px;
    border-radius: 50%;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
    border-color: #ff5202;
  }

  .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
    background: #ff5202;
  }

  .product-images {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .product-images li,
  .product-images figure,
  .product-images a,
  .product-images img {
    display: block;
    outline: none;
    border: none;
  }

  .product-images .main-img-slider figure {
    margin: 0 auto;
  }

  .product-images .main-img-slider figure a img {
    width: 100%;
    margin: 0 auto;
  }

  .product-images .thumb-nav {
    margin: 0 auto;
    margin-top: 0.5px;
    width: 100%;
    padding: 0;
  }

  .product-images .thumb-nav.slick-slider .slick-prev,
  .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
  }

  .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
  }

  .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
  }

  .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    float: left;
    cursor: pointer;
    margin-right: 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border: 0.5px solid transparent;
    border-bottom: 2px solid transparent;
  }

  .product-images .thumb-nav li:hover {
    opacity: .7;
  }

  .product-images .thumb-nav li:hover,
  .product-images .thumb-nav li:focus {
    border-color: #ccc;
  }

  .product-images .thumb-nav li.slick-current img {
    border-bottom: 2px solid var(--renk);
  }





  .product-name {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .product-name span {
    font-size: 17px;
    margin-right: 15px;
  }



  .product-share {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px 15px;
  }

  .product-share span {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin-right: 15px;
  }

  .product-share a i {
    color: #111;
    font-size: 15px;
    padding: 0px 7px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  .product-share a i:hover {
    color: var(--renk);
  }


  .product-categories {
    display: block;
    padding: 10px 15px;
    background: #f2f2f2;
    margin-bottom: 15px;
  }

  .product-categories ul {
    display: block;
  }

  .product-categories span {
    font-size: 14px;
    line-height: 2;
  }

  .product-categories ul {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0px;
  }

  .product-categories ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
  }

  .product-categories ul li a:hover {
    color: #d21e2b;
    color: var(--renk);
  }

  .product-categories ul li:after {
    content: ' / ';
    display: inline-block;
    font-size: 10px;
    color: #aaa;
    margin: 0px 5px;
  }

  .product-categories ul li:last-child:after {
    content: none;
  }

  .siparis {
    background: #ffffff;
    padding: 25px 25px 10px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  }

  .siparis .btn {
    border: 0;
    background-color: var(--renk);
  }

  .siparis .btn:hover {
    background-color: var(--renk) !important;
  }

  .siparis label {
    font-weight: 500;
  }

  .siparis .form-control {
    background: transparent;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control {
    height: 40px;
    padding: 15px;
    font-size: 14px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .form-control::-webkit-input-placeholder {
    color: #999999;
  }

  .form-control:-ms-input-placeholder {
    color: #999999;
  }

  .form-control::-ms-input-placeholder {
    color: #999999;
  }

  .form-control::placeholder {
    color: #999999;
  }

  .form-control:focus {
    border-color: var(--renk);
    background: #ffffff;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
  }

  #about-us a {
    font-size: 15px;
    float: right;
  }

  .zoom {
    display:inline-block;
    position: relative;
  }

  .zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
  }
  .zoom img {
    display: block;
  }
  .zoom img::selection { background-color: transparent; }

  .testimonial {
    padding: 120px 0;
    position: relative;
    z-index: 2; 
  }
  .testimonial .single-testimonial {
    text-align: center;
    margin: 50px 5px 3px;
    padding: 30px 40px 38px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); 
  }
  .testimonial .single-testimonial .part-text span {
    display: block;
  }
  .testimonial .single-testimonial .part-text span.user-name {
    font-size: 18px;
    font-weight: 700;
    color: #19194b;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-bottom: 20px;
  }
  .testimonial .single-testimonial .part-text span.user-profession {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: rgba(25, 25, 75, 0.9);
    color: #3d5169;
    margin-bottom: -4px;
  }
  .testimonial .single-testimonial .part-text p {
    font-size: 16px;
    line-height: 30px;
    color: #3d5169;
    margin-bottom: 19px;
  }
  
  /******************SLIDER***************/
  .slider {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	width: 80%;
	
	
}
.slider ul.slider_liste li {
	font-size: 0;
	width: 100%;
	float: left
}
@media (min-width:500px) {   
.slider ul.slider_liste li a img {
	width: 100%;
	height:420px
}
}

@media (max-width:500px) {       
.slider ul.slider_liste li a img {
	width: 100%;
}
}

/* buton */
a.onceki, a.sonraki {
	width: 50px;
	height: 50px;
	text-decoration: none;
	font: 25px/50px Arial;
	color: #fff;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	background: rgba(0, 0, 0, .5);
	text-align: center
}
a.onceki { left: 20px }
a.sonraki { right: 20px }
a.onceki:hover, a.sonraki:hover { background: #000 }