#myList li{ display:none; list-style:none;
}
#loadMore {
    color:67ccff;
    cursor:pointer;
}
#loadMore:hover {
    color:black;
    
}
#showLess {
    color:red;
    cursor:pointer;
}
#showLess:hover {
    color:black;
}
.w-clearfix-m {
 display:none; }

body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  
}
.subcategory {
  font-weight:bold;
}
.header-logo {
  display: block;
  width: 15%;
  padding-top: 20px;
  padding-bottom: 26px;
  padding-left: 25px;
  float: left;
  border-right: 1px solid #d2d5d4;
  background-color: #fff;
  text-align: center;
}

.header-nav {
  width: 85%;
  float: left;
  text-align: right;
}

.header-top {
  width: 100%;
  
  border-bottom: 1px solid #d2d5d4;
}

.header-top-link {
  position: relative;
  top: 4px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
  float: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #615f5f;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.header-top-link:hover {
  color: #019ee2;
}

.top-dropdown {
  padding: 5px 35px 5px 20px;
  background-color: #019ee2;
  color: #fff;
  font-size: 10px;
  text-align: left;
}

.text-block {
  text-transform: uppercase;
}

.top-dropdownlist.w--open {
  z-index: 9999999;
  background-color: #fff;
  width: 100%;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eef1f1;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #019ee2;
  color: #fff;
}

.navbar {
  z-index: 2;
 
  width: 100%;
  
  background-color: #fff;
}

.nav-link {
  width: 20%;
  padding: 30px 0px 27px;
  border-right: 1px solid #d2d5d4;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #e4e8e8;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.nav-link-last {
  border-right-style: none;
}

.nav-link.anv-link-active {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #202020;
}

.slider {
  height: 83vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.center {
  text-align: center;
}

.container.products {
  padding-top: 60px;
}

.navmenu {
  width: 100%;
}

.content {
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 70px;
  position: relative;
}

.content.about {
  padding-top: 50px;
}

.content.urunler {
  padding-top: 0px;
}

.content.content-bg {
  background-color: #f8f9f9;
  color: #4a4f54;
}

.content.contact {
  position: static;
  padding-bottom: 0px;
}

.content.faaliyet {
  background-color: #f4f4f4;
}

.content.blog-detay {
  background-color: #fbfbfb;
}

.imagecontainer {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  text-align: left;
}

.imagecontainer.enzimler {
  margin-top: 20px;
}

.imagecontainer.ozel {
  width: 33.33%;
  margin-top: 20px;
  text-align: center;
}

.imagecontainer.tt {
  width: 25%;
  margin-bottom: 10px;
  text-align: center;
}

.title-h3 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.title-h3.h3 {
  font-weight: 400;
}

.title-h3.title-a {
  margin-top: 0px;
}

.content-title {
  margin-top: 44px;
  margin-bottom: 50px;
  text-align: center;
}

.title-h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-link {
  display: block;
  float: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #56565a;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.title-link:hover {
  color: #019ee2;
}

.title-link.link-center {
  text-align: center;
}

.title-link.link-center:hover {
  color: #019ee2;
}

.urunler-1 {
  width: 25%;
  float: left;
}

.urunler-2 {
  position: static;
  top: 10px;
  float: left;
}

.features {
  position: relative;
  display: block;
  padding: 80px 30px 25px;
  background-color: #626c76;
  text-align: center;
}

.features.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fbfbfb;
}

.gridlist {
  display: block;
  width: 25%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: left;
}

.gridlist.galeri-list {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.gridlist-img {
  min-height: 240px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gridlist-img.foto-galeri-img {
  min-height: 250px;
  background-image: none;
}

.title-p {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  height: 20px;
    overflow: hidden;
}

.title-p:hover {
  color: #019ee2;
}

.title-p.title-p-2 {
  color: #fff;
}

.title-p.title-p-2:hover {
  color: #019ee2;
}

.title-span {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.title-span.white {
  color: #fff;
}

.features-link {
  display: inline-block;
  padding-bottom: 15px;
  background-image: url('../images/icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fbfbff;
  text-decoration: none;
  text-transform: uppercase;
}

.features-link2 {
  display: inline-block;
  padding-bottom: 15px;
  background-image: url('../images/icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
   text-decoration: none;
  text-transform: uppercase;
}

.features-link:hover {
  color: #fff;
  text-align: center;
}

.features-link2:hover {
  color: #67ccff;
  text-align: center;
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}
.more-events-btn {
    text-align:center;
    width:100%;
    float:left;
    padding: 20px;
    text-transform: uppercase;
}
.footer-grid {
  width: 22%;
  float: left;
}

.footer-grid.social-grid {
  width: 30%;
  padding-left: 49px;
}

.footer-title-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #019ee2;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
ul li { list-style: none; padding: 0; margin:0; }
.footer-line {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  background-color: #019ee2;
}
ul.link-list {
  padding: 0px;
}
.link-list li {
    position: relative;
    margin-bottom: 6px;
}
.link-list li a:before {
    position: absolute;
    
    left: 0px;
    top: 3px;
    line-height: 1em;
    font-size: 14px;
    color: #9c9c9c;
    font-family: 'FontAwesome';
}
.link-list li a {
    position: relative;
    padding-left: 5px;
    color: #636363;
    font-size: 14px;
    font-weight: 300;
}
.footer-list {
  padding-top: 17px;
  position: relative;
}

.footer-list-link {
  display: block;
  
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #636363;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-list-link:hover {
  color: #019ee2;
}

.footer-info {
  margin-bottom: 10px;
}

.footer-info-title {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  float: left;
  font-weight: 300;
  text-transform: capitalize;
}

.footer-info-title.aa {
  width: 0px;
}

.info-title {
  float: left;
  line-height: 25px;
  font-weight: 300;
}

.map-link {
  margin-top: 5px;
  padding-left: 20px;
  background-image: url('../images/map.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #434344;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.title-sosyal {
  display: inline-block;
  margin-right: 5px;
  float: left;
  color: #019ee2;
  font-weight: 300;
  text-transform: capitalize;
}

.social-link {
  display: block;
  margin-bottom: 5px;
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.social-link:hover {
  background-color: transparent;
  color: #67ccff;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #67ccff;
  text-align: center;
}

.text-block-2 {
  margin-top: 8px;
  margin-left: 15px;
  float: left;
  font-size: 14px;
}

.copyright {
  display: block;
  max-width: 1170px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.copyright-title {
  display: inline-block;
  color: #616163;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}
a.footer-link:hover {
  color:#67ccff;
}
.footer-link {
  float: right;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.page-banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, .25);
  color: #000;
  text-align: center;
}

.banner-title {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.footer-border {
  display: block;
  width: 900px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
  background-color: #f2fafd;
}

.breadcrumb {
  margin-top: 75px;
  margin-left: 30px;
  padding-bottom: 10px;
  float: left;
  text-align: right;
}

.banner {
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannertitle {
  display: inline-block;
  float: none;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}

.banner-line {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  color: #fff;
  font-weight: 300;
}

.banner-p {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.content-banner {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6fbf7;
}

.link-item {
  display: inline;
  margin-right: 30px;
  padding-right: 30px;
  float: none;
  border-right: 1px solid #eaeaea;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.link-item:hover {
  color: #019ee2;
}

.link-item.link-tem-last {
  border-right-style: none;
}

.products-left {
  width: 40%;
  float: left;
}

.products-right {
  width: 60%;
  padding-left: 40px;
  float: left;
}

.products-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-p {
  color: #121217;
  font-size: 13px;
  line-height: 23px;
  text-align: justify;
}

.tab-2 {
  display: none;
}

.products-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galeri-item {
  position: relative;
  z-index: 2;
  width: 30%;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eaeaea;
}

.productc-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background-color: #eaeaea;
}

.products {
  padding-top: 40px;
}

.products-other {
  padding-top: 30px;
}

.other-title {
  margin-bottom: 30px;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #019ee2;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.urun-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.products-slider {
  width: 100%;
  height: auto;
  background-color: #fbfbfb;
}

.products-slider.slide-2 {
  background-color: #fff;
}

.slider-item {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.slider-img {
  display: block;
  overflow: hidden;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-img.slider-urunler-img {
  height: auto;
}

.slider-nav {
  display: none;
}

.slider-title {
  display: block;
  margin-top: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #151516;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.slider-title:hover {
  color: #019ee2;
}

.slider-title.blog-link {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.about-text {
  display: none;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-p {
  color: #727272;
  line-height: 22px;
  text-align: justify;
}

.link {
  color: #fff;
  text-decoration: none;
}

.urunler-img {
  width: 80%;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #f5f5f5;
}

.urun-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 230px 150px 150px;
  background-color: rgba(0, 0, 0, .71);
}

.vide-box {
  width: 100%;
  padding-bottom: 0px;
}

.video-div {
  display: block;
  overflow: hidden;
  width: 70%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.text-block-3 {
  position: relative;
  left: 0px;
  top: -34px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding-top: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-transform: none;
}

.link-3 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.link-3:hover {
  color: #019ee2;
}
.dowload-item a { text-decoration: none; color: #121217 }
.dowload-item {
  display: block;
  width: 25%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  float: left;
  text-align: center;
  
}

.dowload-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;

  text-transform: capitalize;
}

.dowload-link {
  color: #898c8f;
  text-decoration: none;
  text-transform: capitalize;
}

.dowload-link:hover {
  color: #019ee2;
}

.image-2 {
  width: 100%;
}

.gallery {
  position: relative;
  width: 100%;
}

.galerry-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galeri-img {
  overflow: visible;
  width: 100%;
}

.text-block-4 {
  width: 100%;
}

.tab-active {
  background-color: transparent;
}

.tab-active.w--current {
  background-color: #e4e8e8;
  text-transform: capitalize;
}

.tab-item {
  background-color: transparent;
  text-transform: capitalize;
}

.tab-item.w--current {
  background-color: #dde1e1;
}

.tab-img {
  padding-top: 40px;
}

.gal-1 {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 600px;
  float: left;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.gal-1.gal-3 {
  width: 33.33%;
  height: 300px;
  border-bottom: 2px solid #fff;
}

.gal-2 {
  position: relative;
  overflow: hidden;
  width: 37.5%;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.gal-2.gal-3 {
  width: 33.33%;
  height: 300px;
}

.gal-2.gal-4 {
  width: 25%;
  height: 220px;
}

.gal-item {
  width: 100%;
}

.gal-images {
  width: 100%;
}

.tab-link {
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.tab-link.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .09);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 14px;
}

.contact-title {
  margin-bottom: 25px;
  text-align: center;
}

.heading-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-2.about-heading {
  font-size: 20px;
}

.contact-info {
  width: 33.33%;
  padding-top: 40px;
  float: left;
  text-align: center;
}

.info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00aeef;
  border-radius: 100%;
}

.info-link {
  margin-top: 0px;
  margin-right: 10px;
  color: #161616;
  text-decoration: none;
}

.info-link.link-mail {
  margin-right: 0px;
}

.info-link.link-map {
  margin-right: 0px;
}

.map {
  width: 100%;
  height: 450px;
  margin-top: 50px;
}

.contact-form {
  position: relative;
  top: -120px;
  z-index: 2;
  padding: 30px 20px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.contact-form-input {
  display: block;
  width: 90%;
  height: 46px;
  margin-bottom: 15px;
  float: none;
  border: 1px solid #eaeaea;
  background-color: transparent;
  color: #878787;
}

.texttarea {
  width: 100%;
  padding-bottom: 180px;
  float: left;
  border: 1px solid #eaeaea;
  color: #878787;
}

.form-left {
  width: 50%;
  float: left;
}

.form-rifght {
  width: 50%;
  margin-bottom: 15px;
  float: left;
}

.btn-text {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 35px;
  border: 2px solid #3898ec;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-text:hover {
  background-color: transparent;
  color: #3898ec;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.pagenavi {
  width: 100%;
  float: left;
  text-align: right;
}

.pagenav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 5px 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #67ccff;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.pagenav-item.pagenav-acitve {
  border-style: solid;
  background-color: #67ccff;
  color: #fff;
  font-size: 14px;
}

.page-icon {
  color: #a8a1a1;
  font-size: 16px;
}

.text-block-5 {
  color: #2e2d2d;
  font-size: 18px;
}

.blog-img {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/haber-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-title {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-title-2 {
  display: inline-block;
  margin-top: 20px;
  float: right;
}

.arrow-right {
  right: 12px;
  width: 40px;
  height: 40px;
  margin-top: 75px;
  background-color: #000;
  font-size: 16px;
}

.arrow-right:hover {
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #67ccff;
  font-size: 16px;
}

.arrow-left {
  left: 10px;
  width: 40px;
  height: 40px;
  margin-top: 80px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
}

.arrow-left:hover {
  background-color: #67ccff;
}

.blog-galeri {
  display: block;
  width: 50%;
  padding-left: 40px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.haber-title {
  position: relative;
  z-index: 99999;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  float: left;
  border-left: 3px solid #019ee2;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.haber-galeri-img {
  overflow: hidden;
  width: 32%;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding-right: 0px;
  float: left;
}

.div-block {
  width: 100%;
  float: left;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 3px;
  font-size: 15px;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 16px;
}

.slider-arrow:hover {
  background-color: #67ccff;
}

.lightbox-link-3 {
  display: inline-block;
}

.portfolio-lightbox {
  width: 100%;
}

.imageabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #019ee2;
  border-radius: 100%;
}

.about-line {
  width: 50px;
  height: 2px;
  margin-bottom: 25px;
  background-color: #019ee2;
}

.strong {
  font-style: italic;
  font-weight: 500;
}

.about-pragraf {
  color: #666;
  line-height: 22px;
  text-align: justify;
}

.img-urun {
  display: block;
  width: 80%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.accordion {
  width: 100%;
  height: auto;
}

.accordion-tab {
  width: 87px;
  height: 500px;
  float: none;
  background-color: #000;
  color: #fff;
}

.accordion-tab.w--current {
  z-index: 2;
  width: 87px;
  height: 500px;
  background-color: #000;
  color: #fff;
  text-align: justify;
}

.accordion-tab.tab-right {
  margin-right: 8px;
  float: right;
}

.accordion-tab.tab-right.w--current {
  float: left;
}

.accordion-tab-title {
  position: static;
  left: -246px;
  top: 70px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.accordion-tab-title.accordion-title {
  top: 187px;
}

.accordion-tab-title.accordion-title.s {
  top: 130px;
}

.accordion-content {
  display: none;
}

.accordion-content-title {
  margin-top: 0px;
  padding-left: 10px;
  background-color: #f4f4f4;
  font-size: 22px;
  font-weight: 500;
}

.tabs-content {
  position: static;
  top: -499px;
  padding: 40px 60px;
  float: none;
  background-color: #fff;
}

.list-story-leadin {
  display: block;
  margin-bottom: 15px;
  color: #666;
}

.tab-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12px;
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu {
  margin-bottom: 40px;
}

.tab-title-p {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.tab-title-p.color1 {
  font-size: 14px;
  font-weight: 300;
}

.tab-text {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 87%, .51);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.tab-text:hover {
  background-color: #62cdf4;
  color: #fff;
}

.tabs {
  display: none;
}

.fotogaleri {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 190px 200px 120px;
  background-color: rgba(5, 5, 5, .77);
  text-align: center;
}

.foto-galeri-slider {
  height: 600px;
  background-color: #fff;
}

.galeri-1 {
  overflow: hidden;
}

.galeri-slider-nav {
  display: none;
}

.galeri-title {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .63);
  color: #fff;
  text-transform: capitalize;
}

.img-galeri {
  width: 100%;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 7, 7, .63);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.video-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 250px;
  background-color: rgba(0, 0, 0, .51);
}

.video-box {
  overflow: hidden;
  height: 500px;
  padding-bottom: 0px;
  clear: none;
}

.video {
  overflow: visible;
}

.video-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.galeri-line {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eaeaea;
}

.paragraph {
  font-size: 13px;
}

.scrolldown {
  position: absolute;
  top: -50px;
  z-index: 66;
  width: 50px;
  background-color: #0c121c;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.scrolldown:hover {
  background-color: #019ee2;
}

.row-1 {
  margin-bottom: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #eaeaea #eaeaea #eaeaea #019ee2;
  background-color: #fff;
}

.row-1.row-2 {
  padding: 30px;
  border-right-width: 3px;
  border-right-color: #019ee2;
  border-left-style: none;
}

.row-img {
  width: 30%;
  height: 300px;
  float: left;
  background-image: url('../images/haber-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-title {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
  font-family: 'Titillium Web', sans-serif;
  color: #363636;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.new-p {
  display: block;
  float: none;
  color: #666;
  text-align: justify;
}

.row-text {
  width: 70%;
  padding-right: 50px;
  padding-left: 30px;
  float: left;
}

.form-block {
  width: 100%;
  margin-top: 25px;
  float: left;
}

.image-4 {
  display: block;
}

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/icon-arrow-up-black.png');
  margin-right: 15px;
  margin-bottom: 14px;
  float: right;
  border: 1px solid #019ee2;
  border-radius: 50%;

  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 18px;
  line-height: 54px;
  cursor: pointer;
}

.scroll-to-top:hover {
  background-color: #019ee2;
  background-image: url('../images/icon-arrow-up-white.png');
  background-size: 20px;
}

.slider-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: inline-block;
  width: 50px;
  margin-right: 15px;
  padding-right: 0px;
  float: right;
}
.heroContent {
    margin-left: 100px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    padding: 25px;
    vertical-align:middle;
    width: 520px;
    
}
.heroContentContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 83vh;
}
.slider-heading {
      text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 26px;
}
a.slider-btn {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  padding: 8px 30px 8px 30px;
  text-align: center;
  cursor: pointer;
 
}
.link-container {
    display: block;
    cursor: pointer;
}
.headerBoxContent {
  margin-bottom: 15px
}

.visible-open {
  margin-top: 300px;
}

.visible-open-li {
  position: relative;
  z-index: 7;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-right: 50px;
  float: left;
  clear: both;
  border-bottom: 1px solid hsla(0, 0%, 100%, .19);
  background-color: #019ee2;
  line-height: 49px;
  letter-spacing: 3px;
}

.erkaya-slider {
  width: 100%;
  height: 100%;
}

.slider-nav-icon {
  position: absolute;
  left: 0px;
  bottom: 10px;
  display: block;
  width: 100%;
  float: left;
  text-align:left;
  z-index:6;
}

.row-slider {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

html.w-mod-js *[data-ix="title-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="close"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="hover-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="banner-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 65px);
  -ms-transform: translate(0px, 65px);
  transform: translate(0px, 65px);
}

html.w-mod-js *[data-ix="scroll-to-top"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .header-logo {
    width: 100%;
    border-bottom: 1px solid #d2d5d4;
  }
  .header-nav {
    width: 100%;
  }
  .nav-link {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eef1f1;
  }
  .nav-link.anv-link-active {
    border-top: 1px solid #eef1f1;
  }
  .navmenu {
    background-color: #fff;
  }
  .nav-btn {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }
  .nav-btn.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #e4e8e8;
    color: #000;
  }
  .content.content-bg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .imagecontainer.tt {
    width: 50%;
  }
  .title-h3 {
    margin-top: 10px;
  }
  .gridlist {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .footer-grid {
    width: 50%;
    min-height: 210px;
    margin-bottom: 20px;
  }
  .footer-grid.social-grid {
    width: 50%;
    padding-left: 30px !important;
  }
  .footer-border {
    display: none;
  }
  .banner-p {
    width: 90%;
  }
  .products-right {
    overflow: scroll;
    height: 350px;
  }
  .galeri-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slider-item {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .slider-img {
    width: 100%;
  }
  .urunler-img {
    width: 75%;
  }
  .dowload-item {
    width: 50%;
  }
  .gal-1 {
    width: 50%;
  }
  .gal-1.gal-3 {
    width: 50%;
    height: 200px;
  }
  .gal-2 {
    width: 50%;
    height: 200px;
  }
  .gal-2.gal-3 {
    width: 50%;
    height: 200px;
  }
  .gal-2.gal-4 {
    width: 50%;
    height: 200px;
  }
  .contact-form {
    padding-bottom: 0px;
  }
  .blog-img {
    width: 100%;
    height: 400px;
  }
  .blog-galeri {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
  }
  .haber-galeri-img {
    width: 24%;
    height: 110px;
  }
  .div-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .imageabout {
    width: 300px;
    height: 300px;
  }
  .fotogaleri {
    display: block;
    padding-right: 70px;
    padding-left: 70px;
  }
  .foto-galeri-slider {
    height: 350px;
  }
  .galeri-line {
    top: 42px;
  }
}

@media (max-width: 767px) {
    .heroContent {
        margin-left:0px;
    }
  .navbar {
    float: none;
  }
  .nav-btn {
    margin-left: 0px;
  }
  .urunler-2 h3.title-h3 { text-align: center; }
  .imagecontainer {
    text-align: center;
  }
  .imagecontainer.tt {
    width: 50%;
  }
  .title-link {
    text-align: center;
  }
  .urunler-1 {
    width: 100%;
    text-align: center;
  }
  .urunler-2 {
    width: 100%;
    margin-top: 30px;
  }
  .gridlist {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .copyright {
    padding-right: 10px;
  }
  .footer-link {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-border {
    display: none;
  }
  .link-item {
    display: block;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: none;
  }
  .products-left {
    width: 100%;
  }
  .products-right {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding-left: 0px;
  }
  .products-images {
    float: left;
  }
  .products-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
  }
  .galeri-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slider-item {
    width: 100%;
  }
  .slider-img {
    width: 100%;
  }
  .urunler-img {
    text-align: center;
  }
  .dowload-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .gal-1 {
    height: 440px;
  }
  .gal-1.gal-3 {
    width: 100%;
  }
  .gal-1.gall {
    height: 420px;
  }
  .gal-1.tt {
    height: 435px;
  }
  .gal-2 {
    height: 146px;
  }
  .gal-2.gal-3 {
    width: 100%;
  }
  .gal-2.gal-4 {
    width: 50%;
    height: 150px;
  }
  .contact-info {
    width: 100%;
  }
  .contact-form {
    padding-bottom: 0px;
  }
  .contact-form-input {
    width: 100%;
  }
  .form-left {
    width: 100%;
  }
  .form-rifght {
    width: 100%;
  }
  .blog-img {
    width: 100%;
  }
  .blog-galeri {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
  }
  .haber-title {
    margin-bottom: 20px;
  }
  .haber-galeri-img {
    width: 32%;
    height: 90px;
    margin-bottom: 10px;
  }
  .img-haber {
    margin-bottom: 0px;
    float: left;
  }
  .imageabout {
    width: 500px;
    height: 500px;
  }
  .img-urun {
    display: block;
    width: 60%;
    height: 230px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-position: 50% 50%;
  }
  .column-2 {
    display: none;
  }
  .foto-galeri-slider {
    height: 250px;
  }
  .galeri-line {
    top: 83px;
  }
  .row-img {
    width: 30%;
    height: 150px;
  }
}

@media (max-width: 479px) {

.heroContentContainer {  width: 29%;  height: 100vh; }
.slider-heading { font-size: 14px; }
.w-slider {   background: #ffffff; }
.w-slider-nav-invert > div.w-active {   font-size: 42px;   color: #b9b9b9; }
.mpdb20 { padding-bottom:20px; }
.mmb20 { margin-bottom:20px; }
.mfsize16 { font-size:16px;}
.mfsize13 { font-size:13px;}

.page-banner {   padding-top: 20px; }
.breadcrumb {    margin-top: 20px; }

.content {    padding-top: 20px; padding-bottom: 10px; }
.footer {    padding-top: 0px; }

.w-dropdown-link {    padding: 10px 16px !important; }
.w-nav-button { padding: 11px; }

.header-logo {
    padding-left: 3px; }

.mdropdown{ margin-right:5px;}

.copyright {  margin-top: 0px; }

.subcategory {
  font-weight:400;
}
.dnone { display:none;}

.title-p {
  font-size:14px;
}
.w-clearfix-m {
 display:block;
 width:100%;
 float:left;
}
.img-urun {    height: 97px;}

.dowload-item {
    width: 48%;
    margin-right: 2%;
  }
.download-item2 {  height: 288px; }

.mobilegridlist {
 display:block;
 width:48% !important;
 float:left !important;
 margin-right:2% !important; 
}
.w-slider-arrow-left {
  z-index:0;
  right: auto;
}
.w-slider-arrow-right {
  z-index:0;
  left: auto;
}

.header {
  height:115px;
}
.w-icon-dropdown-toggle {
       margin-right: 7px; }
.top-dropdown {
    padding: 6px 25px 5px 15px; }

.nav-btn {
    position: absolute;
    top: -37px;
    right: 2px;
}

.slider {
  height:76vh; }

  .heroContent {width:100%; padding:10px; margin:auto; text-align:center; }

  .slider-heading {text-align:center; margin-top:0px; padding:0px; margin-bottom:-5px;}

  a.slider-btn {   font-size: 12px; }

  .header-top {
    width: 67%;
    float: right;
    border-bottom: 0px;
    position: absolute;
    right: 0px;
    top: 10px;
}
.header-top-link {
  margin-left:5px ;
  margin-right:5px ;
}
.header-logo {
    width: 33%;
    border-bottom: 0px;
     border-right: 0px;
}
.w-nav-overlay {    margin-top: 7px; }
.scrolldown {display:none; }

  .content.content-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .imagecontainer.tt {
    width: 50%;
    height: 164px;
  }
  .features {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gridlist-img {
    min-height: 121px;
  }
  .footer-grid {
    width: 100%;
    margin-bottom: 20px;
    display:none;
  }
  .footer-grid.social-grid {
    width: 100%;
    margin-top: 20px;
    display:block;
  }
  .footer-title {
    text-align: left;
  }
  .footer-list-link {
    margin-bottom: 5px;
    text-align: left;
  }
  .footer-list-link.w--current {
    margin-bottom: 5px;
  }
  .social-link {
    margin-bottom: 10px;
    width: 18%;
    float: left;
  }
  .footer-grid {
    min-height: 100px; 
  }
  .m-none { 
    display:none;
  }

  .copyright-title {   font-size:13px; }

  .copyright {
    padding-right: 10px;
  
  }
  .copyright-title {
    margin-bottom: 10px;
  }
  .footer-link {
    font-size: 15px;
    font-weight: 400;
  }
  .banner { height:150px !important; } 
  .banner-title {
    font-size: 17px;
  }
  .breadcrumb {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .banner-p {
    display: none;
  }
  .content-banner {
    padding-bottom: 0px;
  }
  .products-right {
    padding-top: 40px;
    padding-left: 0px;
  }
  .products-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .galeri-item {
    width: 100%;
  }
  .slider-item {
    width: 100%;
  }
  .slider-img {
    width: 68%;
  }
  .urunler-img {
    width: 100%;
  }
  .gal-1 {
    width: 100%;
    height: 500px;
  }
  .gal-1.gal-3 {
    height: 160px;
  }
  .gal-2 {
    width: 100%;
    height: 165px;
  }
  .gal-2.gal-3 {
    height: 160px;
  }
  .gal-2.gal-4 {
    width: 100%;
  }
  .contact-form {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .contact-form-input {
    width: 100%;
  }
  .form-left {
    width: 100%;
  }
  .form-rifght {
    width: 100%;
  }
  .blog-img {
    height: 300px;
  }
  .haber-galeri-img {
    width: 100%;
    height: 130px;
  }
  .img-haber {
    display: block;
    height: 145px;
    text-align: left;
  }
  .imageabout {
    width: 100px;
    height: 100px;
    border-style: none;
  }
  .about-pragraf {
    text-align: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fotogaleri {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .foto-galeri-slider {
    height: 170px;
  }
  .galeri-line {
    top: 40px;
  }
  .row-img {
    display: none;
  }
  .row-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}




.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 65px;
  right: 5px;
  color:#009ae0;
  z-index:999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {

  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 5px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 35px;
    width: 35px;
    right: 10px;
    bottom: 40px;
  }
}



.CursorAnimateRotate .cursor {
display: none;
top: 0; 
left: 0;
position: fixed;
z-index: 1000;
pointer-events: none;
width: 33px;
height: 54px;
margin-top: 60px;
margin-left: 33px;
}
.CursorAnimateRotate .cursor.isVisible {
display: block;
}
.CursorAnimateRotate .cursorIcon {
width: 33px;
height: 54px;
pointer-events: none;
background-image: url('http://seonetinteraktif.com/projeler/erkaya/web/public/images/cursor-left.png');
background-repeat: none;
-webkit-transition: -webkit-transform 0.4s ease-out;
-moz-transition: -moz-transform 0.4s ease-out;
-o-transition: -o-transform 0.4s ease-out;
transition: transform 0.4s ease-out;
}
.CursorAnimateRotate.offScreen .cursor {
display: none;
}
.CursorAnimateRotate.right .cursor {
margin-left: 10px;
}
.CursorAnimateRotate.right .cursorIcon {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}