body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #080808;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
}

.main-header {
  position: static;
  left: 0px;
  top: 0px;
  width: 100%;
  float: left;
  border-bottom: 5px solid #fcb327;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 1.8em;
}

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

.container.step-container {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 65px;
  background-image: url('../images/Renewable-energy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.step-container-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 65px;
  border-left: 4px solid rgba(0, 0, 0, .09);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.container.oc {
  width: 100%;
}

.header-top {
  position: relative;
  text-align: right;
}

.top-right {
  padding-top: 14px;
  padding-right: 15px;
  float: right;
  border-right: 1px solid #bdbdbd;
  line-height: 1.8em;
}

.top-right.top-last {
  padding-right: 0px;
  padding-left: 15px;
  border-right-style: none;
}

.header-top-link {
  display: block;
  color: #070606;
  text-decoration: none;
}

.main-menu {
  margin-top: 30px;
  background-color: #fff;
}

.header-logo {
  margin-top: -10px;
}

.nav-menu {
  float: right;
}

.navlink {
  -webkit-transition: background-color 320ms ease, color 320ms ease;
  transition: background-color 320ms ease, color 320ms ease;
  color: #000;
  font-size: 18px;
}
.navlink-active {
  background-color: #fcb327 !important;
  color: #fff !important;
}

.navlink:hover {
  background-color: #fcb327;
  color: #fff;
}

.navlink.w--current {
  background-color: #fcb327;
  color: #fff;
}

.navlink.w--current:hover {
  color: #fff;
}

.navlink.navlink-active {
  background-color: #fff;
  color: #000;
}

.navlink.navlink-active:hover {
  background-color: #fcb327;
  color: #fff;
}

.navlink.navlink-active.w--current {
  background-color: #fcb327;
  color: #fff;
}

.main-slider {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 700px;
  margin-bottom: 0px;
  float: left;
  clear: none;
}

.slider {
  display: block;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide_01 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
   
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.slide-description {
  text-align: center;
}

.slide-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

.description-title {
  font-size: 32px;
}

.theme-btn {
  margin-top: 30px;
  padding: 11px 45px;
  border: 2px solid transparent;
  background-color: #fcb327;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
}

.theme-btn:hover {
  border: 2px solid #fcb327;
  background-color: transparent;
  color: #fff;
}

.theme-btn.about-btn {
  float: right;
}

.theme-btn.about-btn:hover {
  color: #000;
}

.theme-btn.theme-btn-2:hover {
  color: #000;
}

.leftarrow {
  left: 0px;
  width: 60px;
  height: 60px;
  margin-left: 14px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 22px;
  line-height: 60em;
}

.leftarrow:hover {
  background-color: #fcb327;
}

.rightarrow {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 22px;
}

.rightarrow:hover {
  background-color: #fcb327;
}

.slider-shadow {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: center;
}

.cozumlerimiz {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  float: left;
  color: #000;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.title-h2 {
  margin-top: 0px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
}

.image-column {
  position: absolute;
  top: 116px;
  z-index: 1;
  width: 35%;
  height: 600px;
  margin-top: 22px;
  background-image: url('../images/cozumlerimiz.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.image-column:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.content-column {
  position: relative;
  z-index: 2;
  text-align: right;
}

.cozumlerimiz-text {
  display: block;
  width: 60%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cozumlerimiz-grid {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  text-align: center;
}

.cozumlerimiz-desc-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph {
  line-height: 11px;
}

.article {
  margin-top: 40px;
  float: left;
}

.cozumler-pragraf {
  margin-bottom: 0px;
  color: #909090;
  text-align: justify;
}

.cozumler-bg {
  width: 90%;
  margin-top: 20px;
  padding: 50px 30px;
  float: right;
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px 0 #ccc;
  opacity: 1;
  color: #000;
  text-align: center;
}

.urunlerimiz {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  float: left;
}

.urun-border {
  position: absolute;
  top: 135px;
  width: 35%;
  height: 3px;
  background-color: #fcb327;
}

.main {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}
.main2 {
 margin-bottom: 50px;
 margin-left: 15px;
  
}

.urun-box {
  position: relative;
  width: 48%;
  margin-right: 2%;
  float: left;
}

.urun-box.urun-last {
  margin-right: 0%;
  float: right;
}

.urun-box-img {
  width: 40%;
  float: left;
}

.urun-desc {
  width: 60%;
  height: 100%;
  padding: 40px 30px 45px;
  float: left;
  background-color: #f5f5f5;
  font-weight: 300;
  text-align: center;
  min-height: 187px;
}
.urun-desc2 {
background-color: #fff;
 
border-right: 1px solid #e4e4e4;
border-top: 1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
}

.urun-title-h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 9px;
  color: #070707;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

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

.urun-main-slider {
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.slide-urun-box {
  width: 25%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
}

.mask {
  overflow: hidden;
  margin-bottom: 0px;
}

.usun-slide-img {
  position: relative;
  width: 100%;
  height: 235px;
  background-image: url('../images/img_00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.usun-slide-img.img-2 {
  background-image: url('../images/vicor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.usun-slide-img.img-3 {
  background-image: url('../images/mpm.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.usun-slide-img.img-4 {
  background-image: url('../images/verinet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.urun-slide-desc {
  padding: 60px 21px 30px;
  background-color: #f5f5f5;
  text-align: center;
}

.slider-title-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.urun-slide-arrow-left {
  left: -10px;
  width: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #ffb400;
  font-size: 40px;
}

.urun-slide-arrow-left:hover {
  width: 50px;
  background-color: transparent;
}

.urun-slide-arrow-right {
  right: -10px;
  width: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #ffb400;
  font-size: 40px;
}

.urun-slide-arrow-right:hover {
  width: 50px;
  background-color: transparent;
}

.slider-control {
  left: 0px;
  top: 417px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.about {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  background-color: #f5f5f5;
}

.about-desc {
  width: 60%;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 60px;
  float: left;
  border-right: 2px solid #dcdcdc;
  text-align: left;
}

.cozum-ortaklarimiz {
  width: 40%;
  padding-right: 50px;
  padding-left: 60px;
  float: right;
}

.cozum-title {
  margin-top: -31px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.cozum-grid {
  position: relative;
  width: 50%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.cozum-grid.border-right {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.cozum-grid.borer-bottom {
  border-bottom: 2px solid #ccc;
}

.cozum-grid.border-right-2 {
  padding-top: 15px;
  border-right: 2px solid #ccc;
}

.cozum-grid.cc {
  padding-top: 15px;
}

.cozum-desc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.referanslar {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
}

.ref-slide {
  margin-top: 80px;
}

.referans-slider {
  height: auto;
  background-color: transparent;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: none;
}

.slide {
  overflow: hidden;
  width: 25%;
  max-height: 150px;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  text-align: center;
}

.slide-nav-2 {
  left: 0px;
  top: 145px;
  right: 0px;
  bottom: 0px;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  float: left;
  background-color: #f5f5f5;
}

.copyrights {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.copyringting-link {
  float: right;
  color: #030303;
  text-decoration: none;
}

.footer-1 {
  width: 35%;
  padding-right: 40px;
  float: left;
  text-align: left;
}

.footer-desc {
  margin-top: 20px;
  padding-right: 0px;
  text-align: justify;
}

.footer-logo {
  margin-left: 50px;
}

.footer-2 {
  width: 17%;
  float: left;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.footer-title.footer-title-2 {
  margin-top: 30px;
}

.footer-navlink {
  display: block;
  color: #404040;
  font-weight: 300;
  text-decoration: none;
}

.body {
  font-size: 14px;
}

.footer-3 {
  position: relative;
  width: 28%;
  float: left;
}

.footer-icon {
  float: left;
}

.footer-info-title {
  margin-left: 15px;
  float: left;
  color: #404040;
  font-weight: 300;
}

.footer-info-title.info-title-2 {
  margin-top: 10px;
}

.footer-info-title.rr {
  margin-top: 0px;
  margin-left: 50px;
  float: none;
}

.info-block {
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.coprty-title {
  font-weight: 500;
}

.page-header {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  float: left;
  clear: both;
  background-image: url('../images/slide_01.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-header-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, .05);
}

.page-header-title {
  margin-top: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 5px;
}

.about-section {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  float: left;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.about-title {
  width: 100%;
  float: left;
  text-align: center;
}

.title-border-top {
  display: block;
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: #fcb327;
}

.about-span {
  font-size: 14px;
  font-weight: 400;
}

.about-text {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  float: left;
}

.about-left {
  width: 40%;
  height: 540px;
  float: left;
  background-image: url('../images/aboutus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  float: left;
}

.about-right {
  width: 60%;
  padding-right: 0px;
  padding-left: 30px;
  float: left;
}

.content-urun {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 130px;
  float: left;
}

.projects-grid {
  width: 100%;
  margin-top: 0px;
  float: left;
}

.projects-grid-item {
  position: relative;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.projects {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-image: url('../images/img_00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .11);
}

.urun-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 175px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

.rojects-grid-text {
  width: 50%;
  height: 100px;
  background-color: rgba(0, 92, 169, .86);
}

.rojects-grid-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  float: none;
  background-color: rgba(0, 92, 169, .89);
  text-align: center;
  text-decoration: none;
}

.rojects-grid-hover:hover {
  display: block;
}

.rojects-grid-title {
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
}

.urun-span {
  color: #fff;
}

.projects-2 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-image: url('../images/vicor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .11);
}

.projects-3 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-image: url('../images/mpm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .11);
}

.contact-section {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 0px;
  float: left;
}

.info-column {
  position: relative;
  width: 100%;
  float: left;
}

.contact-info {
  position: relative;
  width: 30%;
  padding-right: 15px;
  padding-left: 0px;
  float: left;
}

.info-form {
  position: relative;
  width: 70%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}

.contact-info-list {
  position: relative;
  margin-bottom: 0px;
  padding: 30px 20px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
}

.contact-info-list-li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-left: 0px;
  border-bottom: 1px solid #f0f0f0;
  color: #848484;
  font-size: 15px;
  font-weight: 300;
}

.contact-info-icon {
  margin-right: 15px;
  float: left;
}

.contact-infotitle {
  margin-top: 10px;
}

.label {
  position: relative;
  width: 90%;
  margin-bottom: 0px;
  float: left;
  color: #848484;
  font-weight: 300;
}

.contact-form-input {
  position: relative;
  width: 90%;
  height: 55px;
  padding: 10px 15px;
  float: left;
  border: 1px solid #efefef;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #848484;
  font-weight: 300;
}

.contact-form-input.input-2 {
  width: 95%;
}

.contact-form-input.textarea {
  width: 95%;
  margin-bottom: 0px;
  padding-bottom: 70px;
}

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

.form {
  padding-left: 20px;
}

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

.proje {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  float: left;
}

.gird-box {
  position: relative;
  overflow: hidden;
  width: 20%;
  margin-bottom: 20px;
  padding: 30px;
  float: left;
  border-right: 20px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.body-2 {
  font-size: 14px;
}

.cozum-ortaklari {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  float: left;
}

.grid-3 {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-right: 1px none #000;
  text-align: center;
}

.grid-images {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  padding: 15px 0px 0px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(3, 93, 169, .39);
  border-radius: 100%;
  text-align: center;
}

.grid-title {
  margin-top: 40px;
  margin-left: 29px;
  float: left;
  font-size: 20px;
  line-height: 25px;
}

.proje-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 70%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  border: 1px solid #e2e6e7;
  border-radius: 5px;
  background-image: url('../images/vhs.png');
  background-position: 50% 15%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.proje-border {
  display: block;
  width: 1px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e2e6e7;
}

.proje-border-radius {
  display: block;
  width: 11px;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e2e6e7;
  border-radius: 100%;
}

.proje-title {
  display: block;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.proje-border-bottom {
  display: block;
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fcb327;
}

.proje-span {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.page-header-2 {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  float: left;
  clear: both;
  background-image: url('../images/about-title-1.jpg');
  background-position: 50% 77%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.detay-left {
  width: 30%;
  padding-right: 50px;
  float: left;
}

.proje-title-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.proje-border-bottom-2 {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fcb327;
}

.proje-link {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #e2e6e7;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #030303;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.proje-link:hover {
  padding-left: 0px;
}

.detay-linkler {
  margin-top: 30px;
}

.detay-right {
  position: relative;
  width: 70%;
  padding-left: 50px;
  float: left;
  text-transform: capitalize;
}

.article-2 {
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: justify;
}

.main-2 {
  width: 100%;
  margin-top: 60px;
  float: left;
}

.proje-galeri {
  margin-top: 25px;
}
.gallery {
    margin-top: 25px;
}
.gal-img {
    position: relative;
    overflow: hidden;
    width: 25%;
    height: 220px;
        margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}
.lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 220px;
}
.gal-resim {
    height: 100%;
}


.galeri-left {
  position: relative;
  width: 60%;
  height: 500px;
  float: left;
}

.galeri-navbar {
  padding-left: 0px;
}

.galeri-img {
  position: relative;
  height: 220px;
  width: 25%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
 
  z-index: 1;
  overflow: hidden;
  
}
a.galeri-link {
  width: 100%;
  float: left;
  padding: 15px 0 0 15px;
} 

.galeri-item {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/cozumlerimiz.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galeri-item-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/slide_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translate(-550px, 0px);
  -ms-transform: translate(-550px, 0px);
  transform: translate(-550px, 0px);
}

.galeri-right {
  display: block;
  width: 40%;
  padding-left: 15px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.galeri-box-item {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 2%;
  margin-bottom: 10px;
  float: left;
  background-image: url('../images/cozumlerimiz.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}

.galeri-box-item-2 {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 0%;
  margin-bottom: 10px;
  float: right;
  background-image: url('../images/slide_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bluesection {
  display: block;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  -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;
}

.column {
  position: relative;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.memberwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-decoration: none;
}

.projeimg {
  display: block;
  width: 70%;
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.memberhoverwrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: #fcb327;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.memberheading {
  margin-top: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.memberbio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, .64);
  font-weight: 300;
}

.urun-span-2 {
  margin-top: 10px;
}

.galeri-box-item-3 {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 2%;
  margin-bottom: 10px;
  float: left;
  background-image: url('../images/Depositphotos_11365331_original.jpg'), url('../images/cozumlerimiz.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}

.galeri-item-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/Depositphotos_11365331_original.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galeri-box-item-4 {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 0%;
  margin-bottom: 10px;
  float: right;
  background-image: url('../images/Depositphotos_5347211_original.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}

.galeri-item-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/Depositphotos_5347211_original.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galeri-item-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/renewable-energy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galeri-box-item-5 {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 2%;
  margin-bottom: 0px;
  float: left;
  background-image: url('../images/renewable-energy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}

.galeri-box-item-6 {
  position: relative;
  width: 48%;
  height: 160px;
  margin-right: 0%;
  margin-bottom: 0px;
  float: right;
  background-image: url('../images/Renewable-energy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}

.galeri-item-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: none;
  background-image: url('../images/Renewable-energy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.proje-img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 70%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  border: 1px none #e2e6e7;
  border-radius: 5px;
  background-image: url('../images/vhs.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.vertical-menu {
  padding-left: 0px;
}

.vertical-menu-link {
  display: block;
  margin-bottom: 8px;
  padding: 18px 18px 18px 19px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 350ms ease, border-color 300ms ease;
  transition: background-color 350ms ease, border-color 300ms ease;
  color: #0e0d0d;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.vertical-menu-link:hover {
  background-color: #fcb327;
  color: #fff;
}

.vertical-menu-link.vertical-menu-active {
  background-color: #fcb327;
  color: #fff;
}

.text-block {
  background-color: #f5f5f5;
}

.vertical-menu-text {
  display: inline-block;
  font-size: 16px;
}

.vertical-menu-icon {
  float: right;
}

.urun-text-box {
  padding-left: 25px;
}

.urunimg {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  float: left;
  border-style: none solid none none;
  border-width: 1px 5px 1px 1px;
  border-color: #000 #fff #000 #000;
  background-image: url('../images/vicor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.urunim {
  width: 50%;
  height: 220px;
  float: left;
  border-left: 5px solid #fff;
  background-image: url('../images/Renewable-energy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-3 {
  width: 100%;
  padding-top: 0px;
  float: left;
}

.urun-span-3 {
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
}

.box-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e6e7;
  font-size: 18px;
  font-weight: 400;
}

.sidebar-title {
  margin-top: 50px;
}

.buttons {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 18px 18px 47px;
  float: left;
  background-color: #f5f5f5;
  background-image: url('../images/pdf-icon.png');
  background-position: 14px 48%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease;
  color: #000;
  text-decoration: none;
}

.buttons:hover {
  background-color: #fcb327;
  color: #fff;
}

.slide-urun-box-2 {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.urun-grid-3 {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.bread-crumb {
  display: inline-block;
}

.bread-crumb-link {
  float: left;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.bread-crumb-icon {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 16px;
}

.bread-crumb-li {
  float: left;
  color: #fff;
  font-size: 16px;
}

.about-pragraf {
  margin-bottom: 10px;
  float: none;
  text-align: justify;
}

.yazilim {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  float: left;
}

.section-title-wrapper {
  position: relative;
  width: 50%;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .64);
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.section-title-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.step-circle {
  position: absolute;
  left: -92px;
  top: 2px;
  width: 70px;
  height: 70px;
  padding-top: 18px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}

.step-circle-number {
  color: #fcb327;
  font-size: 33px;
  font-weight: 700;
}

.intro-paragraph {
  width: 50%;
  margin-top: 20px;
  color: hsla(0, 0%, 100%, .97);
  font-size: 17px;
}

.brands-intro-title {
  color: #fcb327;
  font-size: 14px;
}

.yazilim-box {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 60px;
  background-image: url('../images/Renewable-energy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cozumler-icon {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide_02 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  background-image: url('../images/slide02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.yazilim-desc {
  padding-top: 42px;
  padding-bottom: 75px;
  padding-left: 60px;
  background-color: hsla(200, 6%, 90%, .63);
}

.heading-yazilim-h4 {
  margin-top: 0px;
  color: #302d2d;
}

.urun-row {
  margin-bottom: 40px;
}

.about-text-2 {
  width: 100%;
  float: left;
}

.about-article {
  padding-top: 30px;
  padding-right: 75px;
  padding-left: 75px;
}

.paragraph-2 {
  text-align: justify;
}

.heading {
  font-weight: 400;
}

.about-text-3 {
  margin-top: 15px;
}

.about-text-bold {
  display: inline-block;
  margin-right: 12px;
  float: left;
  color: #fcb327;
  font-weight: 400;
}

.about-span-bold {
  padding: 16px 30px 16px 20px;
  border-left: 2px solid #fcb327;
  background-color: #e9e9e9;
  text-align: justify;
}

.referans-box {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 350px;
  max-height: 350px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .17);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.referans-box:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.referanslar-link {
  width: 33.33%;
  height: 300px;
  float: left;
}

.hexagon_images {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: saturate(0%) brightness(70%);
  filter: saturate(0%) brightness(70%);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-filter 300ms linear;
  transition: -webkit-filter 300ms linear;
  transition: filter 300ms linear;
  transition: filter 300ms linear, -webkit-filter 300ms linear;
}

.hexagon_images:hover {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
}

.hexagon_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.hexagon_image:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 3px solid #fcb327;
}

.right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 3px solid #fcb327;
}

.left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-left: 3px solid #fcb327;
}

.bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 3px solid #fcb327;
}

.top-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 3px solid #fcb327;
}

.product-border {
  display: none;
}

.product-border.top {
  display: block;
}

.product-border.left {
  display: none;
}

.product-border.right {
  display: none;
}

.product-border.bottom {
  display: none;
}

.exterior-slider-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 101px;
  padding-bottom: 101px;
  float: left;
  background-color: #000;
}

.referans-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.exterior-slider {
  width: 96%;
  height: 100%;
  max-width: 980px;
  background-color: transparent;
}

.extrior-slide {
  margin-right: 0px;
  margin-left: 0px;
}

.exterior-detail-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 200px;
  background-image: url('../images/aselsan.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
  text-align: center;
}

.exterior-image-shadow {
  position: relative;
  z-index: 1;
  display: block;
  width: 84%;
  height: 200px;
  max-width: 800px;
  margin-top: -199px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4f92f6;
  opacity: 0.26;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.exterior-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.exterior-slider-arrow:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.arrow-large {
  width: 42px;
  height: 12px;
  background-image: url('../images/left_arrow.png');
  background-position: 0px 50%;
  background-size: 42px;
  background-repeat: no-repeat;
}

.line-half {
  position: absolute;
  left: 0px;
  bottom: 811px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  padding-top: 10px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fcb327;
  background-image: -webkit-linear-gradient(45deg, #000, #fff);
  background-image: linear-gradient(45deg, #000, #fff);
  text-align: right;
}

.since {
  position: relative;
  color: #fff;
  font-size: 18px;
}

.grey-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  float: left;
  background-color: #f8f8f8;
  text-align: center;
}

.urun-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  float: left;
}

.post-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #131212;
  text-align: left;
  text-decoration: none;
}

.post-img {
  position: relative;
  width: 100%;
  height: 250px;
  background-image: url('../images/vicor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-card-info {
  width: 100%;
}

.post-card-header {
  margin-top: 30px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.post-card-description {
  color: #777;
  font-size: 14px;
  text-align: center;
}

.more-link {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 8px;
  padding-top: 5px;
  padding-right: 12px;
  text-align: center;
}

.more-arrow-icon {
  position: relative;
  float: left;
}

.more-link-text {
  position: relative;
  top: -6px;
  margin-left: 12px;
  float: left;
}

.icon {
  display: block;
}

.cozum-inner {
  position: relative;
  width: 100%;
  margin-top: 50px;
  float: left;
}

.cozum-bax {
  position: relative;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.cozum-bax.color-1 {
  background-color: #5fa9d2;
}

.features {
  position: relative;
  z-index: 1;
  width: 250px;
  height: 250px;
  padding-top: 48px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100%;
  background-color: #fcb327;
  text-align: center;
}

.features.color-1 {
  background-color: #5fa9d2;
}

.features.color-2 {
  background-color: #c6e188;
}

.features.color-3 {
  background-color: #c86f98;
}

.heading-white {
  color: #fff;
  font-weight: 500;
}

.line-divider {
  display: block;
  width: 15%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.referanslar-img {
  overflow: visible;
  width: 80%;
}

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

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

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

html.w-mod-js *[data-ix="urun-box-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="urun-box-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="fade-from-left-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-from-right-scroll"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  .main-header {
    border-bottom-style: none;
  }
  .main-menu {
    padding-bottom: 0px;
  }
  .nav-menu {
    margin-top: 10px;
    background-color: #fcb327;
  }
  .navlink {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    color: #fff;
  }
  .navlink.w--current {
    background-color: #fff;
    color: #000;
  }
  .navlink.w--current:hover {
    color: #000;
  }
  .navlink.navlink-active {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    background-color: #fcb327;
    color: #fff;
  }
  .navlink.navlink-active.w--current {
    background-color: #fff;
    color: #000;
  }
  .nav-buton {
    margin-top: -10px;
    padding: 15px;
    background-color: #fcb327;
    color: #fff;
  }
  .nav-buton.w--open {
    background-color: #fcb327;
  }
  .main-slider {
    height: 600px;
  }
  .slide_01 {
    position: relative;
    padding-top: 190px;
    float: none;
  }
  .slide-title {
    font-size: 40px;
  }
  .image-column {
    display: none;
  }
  .cozumlerimiz-text {
    width: 100%;
    margin-top: 35px;
  }
  .paragraph {
    line-height: 12px;
  }
  .cozumler-pragraf {
    width: 100%;
    float: none;
  }
  .cozumler-bg {
    width: 100%;
  }
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
  .urun-box-img {
    width: 100%;
  }
  .urun-desc {
    width: 100%;
  }
  .urun-main-slider {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-urun-box {
    width: 50%;
  }
  .about-desc {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-right-style: none;
  }
  .cozum-ortaklarimiz {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cozum-title {
    margin-top: 0px;
  }
  .cozum-grid {
    width: 25%;
  }
  .cozum-grid.border-right {
    border-bottom-style: none;
  }
  .cozum-grid.borer-bottom {
    border-right: 1px solid #ccc;
    border-bottom-style: none;
  }
  .slide {
    width: 50%;
  }
  .footer-1 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .footer-desc {
    text-align: left;
  }
  .footer-2 {
    width: 50%;
    margin-top: 0px;
    padding-left: 0px;
  }
  .footer-2.tt {
    margin-top: 25px;
  }
  .footer-3 {
    width: 50%;
    margin-top: 25px;
  }
  .footer-info-title.rr {
    margin-left: 50px;
    float: none;
  }
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-header-inner {
    padding-top: 75px;
  }
  .page-header-title {
    font-size: 40px;
  }
  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-left {
    display: none;
    width: 40%;
    height: 700px;
  }
  .about-right {
    width: 100%;
    padding-right: 25px;
    padding-left: 24px;
  }
  .projects-grid-item {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-info {
    width: 50%;
  }
  .info-form {
    width: 50%;
  }
  .gird-box {
    width: 25%;
  }
  .slide-urun-box-2 {
    width: 50%;
  }
  .urun-grid-3 {
    width: 50%;
  }
  .slide_02 {
    position: relative;
    padding-top: 190px;
    float: none;
  }
  .about-article {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cozum-bax {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .features {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .features.color-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .main-slider {
    height: 500px;
  }
  .slide_01 {
    padding-top: 130px;
  }
  .slide-title {
    font-size: 32px;
  }
  .description-title {
    font-size: 25px;
  }
  .cozumlerimiz-text {
    margin-top: 30px;
  }
  .cozumlerimiz-grid {
    width: 50%;
    margin-bottom: 20px;
    float: left;
  }
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
  .urun-box {
    width: 49%;
    margin-bottom: 30px;
  }
  .urun-box-img {
    width: 100%;
  }
  .urun-main-slider {
    padding-right: 100px;
    padding-left: 100px;
  }
  .slide-urun-box {
    width: 100%;
  }
  .urun-slide-arrow-left {
    width: 30px;
  }
  .urun-slide-arrow-right {
    width: 30px;
  }
  .cozum-ortaklarimiz {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cozum-grid {
    width: 50%;
  }
  .cozum-grid.border-right {
    border-bottom-style: solid;
  }
  .cozum-grid.borer-bottom {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .cozum-grid.border-right-2 {
    border-right-style: solid;
  }
  .slide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-1 {
    width: 100%;
    text-align: center;
  }
  .footer-desc {
    text-align: center;
  }
  .footer-logo {
    margin-left: 15px;
  }
  .footer-2 {
    margin-top: 25px;
    padding-left: 0px;
    text-align: left;
  }
  .footer-3 {
    width: 100%;
  }
  .footer-info-title.rr {
    margin-top: 10px;
    margin-left: 15px;
    float: left;
  }
  .page-header {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .page-header-inner {
    padding-top: 55px;
  }
  .about-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-left {
    display: none;
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .projects-grid-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-info {
    width: 100%;
    padding-right: 0px;
  }
  .info-form {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form-input {
    width: 95%;
  }
  .form {
    padding-left: 0px;
  }
  .gird-box {
    width: 50%;
  }
  .grid-3 {
    width: 50%;
  }
  .detay-left {
    width: 100%;
    padding-right: 0px;
  }
  .detay-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
  .galeri-left {
    width: 100%;
  }
  .galeri-right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  .urun-text-box {
    margin-top: 50px;
    padding-left: 0px;
  }
  .slide-urun-box-2 {
    width: 100%;
  }
  .slide_02 {
    padding-top: 130px;
  }
  .about-article {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .navlink {
    text-align: center;
  }
  .navlink.navlink-active {
    text-align: center;
    text-transform: none;
  }
  .main-slider {
    height: 350px;
  }
  .slider {
    width: 100%;
    float: left;
  }
  .slide_01 {
    padding-top: 69px;
    float: none;
  }
  .slide-title {
    font-size: 18px;
    line-height: 20px;
  }
  .description-title {
    font-size: 15px;
  }
  .theme-btn {
    padding: 5px 30px;
  }
  .slider-shadow {
    top: -3px;
  }
  .cozumlerimiz-grid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .cozumler-bg {
    padding: 35px 20px;
  }
  .main {
    padding-right: 15px;
    padding-left: 16px;
  }
  .urun-box {
    width: 100%;
  }
  .urun-main-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .urun-slide-arrow-left {
    width: 40px;
  }
  .urun-slide-arrow-right {
    width: 40px;
  }
  .about-desc {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cozum-grid {
    width: 100%;
  }
  .cozum-grid.border-right {
    border-right-style: none;
  }
  .cozum-grid.border-right-2 {
    border-bottom: 1px solid #ccc;
    border-right-style: none;
  }
  .slide {
    width: 100%;
  }
  .footer-1 {
    width: 100%;
    text-align: center;
  }
  .footer-desc {
    text-align: left;
  }
  .footer-logo {
    margin-left: 0px;
  }
  .footer-2 {
    width: 100%;
    margin-top: 20px;
  }
  .footer-3 {
    margin-top: 20px;
  }
  .footer-icon {
    display: block;
    text-align: left;
  }
  .footer-info-title {
    margin-left: 55px;
    float: none;
  }
  .footer-info-title.rr {
    margin-top: 0px;
    margin-left: 50px;
    float: none;
  }
  .info-block {
    text-align: left;
  }
  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-header-inner {
    padding-top: 35px;
  }
  .page-header-title {
    font-size: 28px;
    line-height: 25px;
  }
  .about-section {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .about-text {
    margin-top: 15px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .projects-grid-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-group {
    width: 100%;
  }
  .gird-box {
    width: 100%;
    border-right-style: none;
  }
  .grid-3 {
    width: 100%;
  }
  .galeri-right {
    margin-top: 20px;
  }
  .column {
    width: 100%;
  }
  .urunimg {
    display: none;
    width: 100%;
  }
  .urunim {
    width: 100%;
    border-left-style: none;
  }
  .urun-grid-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-pragraf {
    text-align: justify;
  }
  .section-title-wrapper {
    width: 100%;
  }
  .intro-paragraph {
    width: 100%;
  }
  .yazilim-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide_02 {
    padding-top: 69px;
    float: none;
  }
  .yazilim-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-article {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cozum-bax {
    width: 100%;
  }
}

