body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.header {
  position: relative;
}

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

.container.bayi-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.flex-container {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top {
  margin-top: 15px;
  text-align: right;
}

.info-box {
  float: right;
}

.header-top--link {
  color: #565656;
  font-size: 13px;
  text-decoration: none;
}

.header-top--link.link-border {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #565656;
  font-size: 13px;
}

.navbar {
  background-color: transparent;
}

.logo {
  margin-top: -41px;
}

.navmenu {
  margin-top: 36px;
  float: right;
}

.nav-link {
  margin-right: 35px;
  padding: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: dimgrey;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #f59e35;
}

.nav-link.w--current {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: dimgrey;
  font-size: 16px;
}

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

.nav-link.navlink-last {
  margin-right: 0px;
}

.hr {
  width: 100%;
  height: 10px;
  background-image: url('../images/hr2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-slider {
  position: relative;
  z-index: 10;
}

.slider_wrapper {
  height: 640px;
}

.slide-nav {
  display: none;
}

.slider-box {
  padding-top: 190px;
 
  background-position: 50% 50%;;
  background-size: cover;
  background-repeat: no-repeat;
}


.center {
  position: relative;
  text-align: center;
}

.center.belgeler {
  margin-top: 60px;
}

.slider-title-h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
}

.slider-text {
  color: #dfdddd;
  font-size: 20px;
  font-weight: 300;
}

.slider-btn {
  margin-top: 20px;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #dfdddd;
  font-weight: 300;
  text-transform: capitalize;
}

.slider-btn:hover {
  background-color: #f49d34;
  color: #fff;
}

.services-list {
  position: relative;
  top: -170px;
  z-index: 10;
  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;
}

.services {
  position: relative;
  width: 33.33%;
  margin-right: 30px;
  float: left;
  border-bottom: 4px solid #b13e3e;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, .37);
}

.services.service-last {
  margin-right: 0px;
}

.service-link {
  display: block;
  width: 100%;
  height: 230px;
  padding-top: 190px;
  background-position: 50% 50%;;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.service-title {
  font-size: 26px;
  text-transform: capitalize;
}

.section-about {
  padding-bottom: 0px;
}

.about {
  position: absolute;
  left: 0px;
  top: 911px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/center-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #6f6f6f;
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
}

.title-span {
  color: #6f6f6f;
}

.hr-border {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d7d7d7;
}

.article {
  position: relative;
  margin-top: 25px;
}

.about-title-p {
  padding-right: 50px;
  padding-left: 50px;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.about-link {
  margin-left: 10px;
  color: #1b1a1a;
}

.bold-text {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid #6f6f6f;
  color: #6f6f6f;
  line-height: 13px;
  text-decoration: none;
}

.dist {
  margin-top: 127px;
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.dist-img {
  padding-top: 10px;
  text-align: center;
}

.dist-title {
  margin-top: 0px;
  color: #565656;
  font-size: 20px;
  font-weight: 500;
}

.dist-p {
  color: #565656;
  font-size: 13px;
  font-weight: 300;
}

.dist-slider-box {
  margin-top: 25px;
  margin-bottom: 50px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.footer-top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #efefef;
}

.footer-title {
  margin-top: 0px;
  margin-left: 40px;
  color: #565656;
  font-size: 16px;
  font-weight: 600;
}

.footer-list {
  padding-left: 0px;
}

.footer-list-li {
  margin-bottom: 5px;
  margin-left: 40px;
}

.footer-list-li.li {
  margin-top: 20px;
}

.footer-link {
  color: #565656;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.footer-link.w--current:hover {
  color: #272626;
}

.footer-link.link-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-bottom: 0px;
  font-weight: 400;
}

.footer-img {
  width: 100%;
  height: 87px;
  margin-top: 50px;
  background-image: url('../images/footer-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.copyrights {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.text-block {
  display: inline-block;
  color: #565656;
  font-weight: 500;
}

.footer-sonet {
  float: right;
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.footer-images {
  float: right;
}

.footer-hr-1 {
  width: 40px;
  height: 1px;
  margin-bottom: 6px;
  float: none;
  background-color: #565656;
}

.footer-hr-2 {
  width: 20px;
  height: 1px;
  background-color: #565656;
}

.banner-bg {
  position: relative;
  overflow: hidden;
  height: 283px;
  padding-top: 110px;
  background-color: #231f20;
  background-image: url('../images/title_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_title {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.breadcrumbs {
  display: block;
  text-align: center;
}

.breadcrumbs-home {
  float: none;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumbs-before {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  color: #fff;
}

.breadcrumbs-p {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
}

.about-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.article-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-span {
  position: static;
  margin-bottom: 0px;
  padding: 0px;
  float: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.about-span.span-2 {
  color: #fff;
}

.about-gallery {
  display: block;
  margin-top: 40px;
  float: none;
}

.galeri-link {
  position: relative;
  width: 23%;
  margin-right: 15px;
  height:470px;
  float: left;
}

.image {
  margin-right: 0px;
}

.galeri-title {
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

.section-content-5 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-hayvancilik {
  height: 300px;
  clear: none;
  background-color: #fff;
}

.slider-text-box {
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px;
  -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;
  border: 1px none #e3e3e3;
  background-color: #fff;
}

.slider-title-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.slide-nav-2 {
  display: block;
  margin-top: 0px;
  float: none;
}

.wrapper-img {
  height: 400px;
  border-radius: 15px;
  background-image: url('../images/img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 100px 0 rgba(0, 0, 0, .2);
}

.wrapper-text {
  margin-top: 31px;
}

.slider-title-heading-h3 {
  padding-left: 20px;
  color: #6f6f6f;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.wrapper-btn {
  margin-top: 15px;
  margin-right: 60px;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #2e466e;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #141414;
}

.wrapper-btn:hover {
  margin-top: 18px;
  border-bottom-style: none;
  background-color: #f59e35;
}

.single-post-bg {
  position: relative;
  height: 500px;
  padding-top: 150px;
  background-image: url('../images/home-1-slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.title-h4.tt {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 22px;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.content-box {
  position: relative;
  width: 32%;
  margin-top: 10px;
  margin-right: 1.33%;
  color: #070606;
  text-align: center;
  text-decoration: none;
}

.content-box.content-box-last {
  margin-right: 0px;
}

.content-box-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 3px;
  background-position: 50% 50%;;
  background-size: cover;
  background-repeat: no-repeat;
}


.content-box-img3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 3px;
  background-position: 50% 50%;;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-box-span {
  padding-right: 15px;
  padding-left: 15px;
  font-size:13px;
  direction: ltr;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text-row {
  margin-bottom: 15px;
}

.text-row.text-row-repeat {
  margin-top: 60px;
}

.galeribox-link {
  position: relative;
  overflow: hidden;
  width: 24%;
  margin-bottom: 15px;
  padding-right: 15px;
}

.main {
  margin-top: 40px;
}

.right-arrow-2 {
  width: 40px;
  color: #070606;
  font-size: 25px;
}

.left-arrow-2 {
  width: 40px;
  color: #000;
  font-size: 25px;
}

.section-content-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

.section-content-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

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

.section-content.bg1 {
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.section-content.contact {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bayi-box {
  position: relative;
  overflow: visible;
  width: 47%;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 30px;
  
  float: left;
  border-radius: 5px;
  background-color: #4e5453;
  color: #fff;
}
.bayi-box-logo {
  float: left;
  width: 40%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;

}
.bayi-box-text {
  float: left;
  width: 60%;
  padding: 10px 40px;
}


.bayi-box.bayi-box-last {
  margin-left: 30px;
}

.bayi-logo {
  position: relative;
  overflow: visible;
  width: 30%;
  height: 200px;
  float: left;
  background-image: url('../images/dist-img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.paragraph {
  text-align: justify;
}

.box-clients {
  position: absolute;
  left: 30px;
  top: -45px;
  display: inline;
  width: 300px;
  height: 90px;
  padding: 0px 45px 0px 115px;
  border-radius: 90px;
  background-color: #fff;
  text-align: center;
}

.better-box-img {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 90px;
  height: 90px;
  border: 1px solid #dcddde;
  border-radius: 50%;
  background-color: #f1f1f1;
  background-image: url('../images/img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.clients-h3 {
  margin-top: 35px;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
}

.contact-grid {
  width: 50%;
  margin-left: 30px;
  float: left;
}

.uk-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 26px;
  color: #1b2725;
  font-size: 30px;
  font-weight: 400;
}

.text-block-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-p {
  margin-bottom: 0px;
  padding-bottom: 31px;
  color: #4e5453;
  font-size: 16px;
  font-weight: 300;
}

.form-input {
  width: 100%;
  height: 45px;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 7px 20px;
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  color: #4e5453;
  line-height: 45px;
  font-weight: 300;
}

.form-input.form-input-last {
  float: right;
}

.form-textarea {
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 60px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  color: #4e5453;
  font-weight: 300;
}

.contact-map {
  padding-left: 60px;
  border-left: 1px solid #edeeee;
}

.box-office {
  height: 200px;
  background-image: url('../images/map.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.box-map {
  margin-top: 43px;
}

.map {
  height: 500px;
  border: 1px solid #dcddde;
  border-radius: 20px;
}

.contact-info {
  margin-top: 32px;
  padding-left: 0px;
}

.contact-info-box {
  margin-bottom: 15px;
  color: #161515;
}

.contact-form-btn {
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 260ms ease, color 250ms ease;
  transition: background-color 260ms ease, color 250ms ease;
  color: #000;
}

.contact-form-btn:hover {
  background-color: #6e8fc5;
  color: #fff;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.sc_image {
  width: 391px;
  height: 391px;
  background-image: url('../images/girl-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc_section_inner {
  text-align: center;
}

.sc_item_title {
  margin-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.sc_item_descr {
  margin-top: 50px;
  color: #f6f6f6;
  width:70%;
  margin:auto;
}

.post-card-info {
  margin-bottom: 0px;
  padding: 50px 50px 40px;
  float: none;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.grey-text {
  position: static;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #777;
  font-size: 15px;
  line-height: 24px;
}

.post-card-image {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/home-1-slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  display: block;
  width: 70px;
  height: 4px;
  margin: 8px auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.slider-arrow-arrow-left {
  left: 10px;
  width: 56px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 3px;
  font-size: 25px;
  text-align: justify;
}

.slider-arrow-arrow-right {
  right: 10px;
  width: 56px;
  height: 40px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 3px;
  font-size: 25px;
  text-align: justify;
}

.portfolio-hover-colour {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-right: 15px;
}

.colour {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, .32);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.colour:hover {
  opacity: 1;
}

.portfolio-inner {
  height: 100%;
  padding-top: 50px;
  border: 1px solid #fff;
  text-align: center;
}

.button {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f59e35;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.button:hover {
  background-color: #87c05e;
}

.one-list-text {
  position: static;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.one-list-text.span-2 {
  color: #fff;
}

.section-content-6 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-list {
  margin-top: 15px;
  font-weight: 300;
}

.slider-content-flex {
  display: block;
  width: 25%;
  min-height: 375px;
  padding: 19px;
  float: left;
  -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;
  text-align: center;
}

.content-img {
  padding-bottom: 15px;
}

.contact-form {
  margin-top: 54px;
  margin-left: -15px;
  padding-right: 16px;
}

.content-box2 {
  position: relative;
  width: 48%;
  margin-top: 10px;
  margin-right: 1.33%;
  color: #070606;
  text-align: center;
  text-decoration: none;
}

.content-box2.content-box-last {
  margin-right: 0px;
}

.content-box-img2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 3px;
  background-image: url('../images/img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="500-no-exit-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

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


@media (max-width: 1024px) {

.nav-link {
    margin-right: 23px;
    padding: 0px;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: dimgrey;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

}

@media (max-width: 991px) {
  .header-top--link {
    font-size: 14px;
  }
  .header-top--link.link-border {
    font-size: 14px;
  }
  .navmenu {
    margin-top: 4px;
    float: none;
    background-color: #fff;
  }
  .nav-link {
    margin-right: 0px;
    padding: 10px 30px;
  }
  .navbtn {
    margin-top: 10px;
  }
  .service-link {
    height: 190px;
    padding-top: 150px;
  }
  .about-title-p {
    font-weight: 300;
  }
  .footer-title {
    margin-left: 15px;
  }
  .footer-list-li {
    margin-left: 15px;
  }
  .about-span {
    padding-right: 50px;
    padding-left: 50px;
    float: none;
  }
  .slider-hayvancilik {
    height: 500px;
  }
  .slide-nav-2 {
    display: inline-block;
  }
  .wrapper-img {
    height: 500px;
    margin-bottom: 29px;
  }
  .slider-title-heading-h3 {
    margin-top: 0px;
    padding-left: 50px;
  }
  .content-box-img {
    height: 250px;
  }
  .galeribox-link {
    width: 50%;
  }
  .right-arrow-2 {
    width: 40px;
    color: #000;
    font-size: 25px;
  }
  .left-arrow-2 {
    width: 40px;
    color: #000;
    font-size: 25px;
  }
  .bayi-box {
    width: 45%;
  }
  .box-clients {
    width: 280px;
  }
  .one-list-text {
    padding-right: 50px;
    padding-left: 50px;
    float: none;
  }
  .slider-content-flex {
    width: 50%;
    min-height: 450px;
  }
  .content-box-img2 {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .logo {
    margin-top: 0px;
  }
  .navbtn {
    margin-top: 40px;
  }
  .slider_wrapper {
    height: 550px;
  }
  .center {
    padding-right: 50px;
    padding-left: 47px;
  }
  .slider-title-h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .slider-text {
    font-size: 16px;
  }
  .services-list {
    top: -115px;
  }
  .service-link {
    height: 150px;
    padding-top: 110px;
  }
  .service-title {
    font-size: 20px;
  }
  .dist {
    margin-top: 20px;
  }
  .footerbox {
    margin-bottom: 20px;
  }
  .footer-img {
    margin-top: 0px;
  }
  .footer-images {
    float: left;
  }
  .about-span {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-hayvancilik {
    height: 350px;
  }
  .wrapper-img {
    margin-bottom: 30px;
  }
  .slider-title-heading-h3 {
    padding-left: 0px;
  }
  .content_wrap {
    text-align: center;
  }
  .content-box {
    width: 48%;
  }
  .content-box-img {
    height: 200px;
  }
  .content-box-span {
    text-align: left;
  }
  .galeribox-link {
    width: 50%;
  }
  .section-content.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bayi-box {
    width: 100%;
    margin-left: 0px;
  }
  .contact-grid {
    width: 100%;
    margin-left: 0px;
  }
  .uk-grid {
    display: block;
  }
  .contact-form {
    margin-bottom: 50px;
  }
  .contact-map {
    padding-left: 0px;
    border-left-style: none;
  }
  .box-map {
    margin-top: 0px;
  }
  .one-list-text {
    padding-right: 30px;
    padding-left: 0px;
  }
  .slider-content-flex {
    min-height: 500px;
  }
  .contact-form {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .content-box2 {
    width: 48%;
  }
  .content-box-img2 {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .header-top {
    margin-top: 10px;
  }
  .info-box {
    width: 100%;
    text-align: center;
  }
  .header-top--link {
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
    float: left;
    font-size: 13px;
  }
  .header-top--link.link-border {
    display: inline-block;
    margin-right: 0px;
    padding-right: 16px;
    padding-left: 0px;
    float: left;
    border-right-style: none;
    font-size: 13px;
  }
  .header-top--link.toplinkmpadding {
   
  }
  .header-logo.w--current {
    padding-left: 0px;
  }
  .navbtn {
    margin-top: 0px;
  }
  .slider_wrapper {
    height: 350px;
  }
  .slider-box {
    padding-top: 96px;
  }
  .center {
    padding: 7px;
  }
  .slider-title-h2 {
    font-size: 22px;
  }
  .slider-text {
    font-size: 15px;
  }
  .services-list {
    top: 0px;
    display: block;
    margin-top: 20px;
  }
  .services {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .service-link {
    height: 250px;
    padding-top: 0px;
  }
  .service-title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 15px;
  }
  .section-about {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .about-title-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dist {
    padding-top: 59px;
  }
  .dist-img {
    margin-bottom: 20px;
    padding-top: 25px;
  }
  .about-span {
    padding-right: 26px;
    padding-left: 26px;
  }
  .about-gallery {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .galeri-link {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .section-content-5 {
    padding-bottom: 30px;
  }
  .slider-hayvancilik {
    height: 600px;
  }
  .wrapper-img {
    margin-bottom: 30px;
  }
  .slider-title-heading-h3 {
    padding-left: 0px;
  }
  .wrapper-btn {
    margin-right: 0px;
  }
  .content_wrap {
    display: block;
    margin-right: 0px;
  }
  .content-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .galeribox-link {
    width: 100%;
    padding-right: 0px;
  }
  .section-content-4 {
    padding-bottom: 0px;
  }
  .box-clients {
    width: 250px;
  }
  .contact-grid {
    position: relative;
  }
  .heading {
    margin-bottom: 4px;
  }
  .text-block-2 {
    margin-bottom: 25px;
  }
  .contact-form-p {
    text-align: left;
  }
  .form-textarea {
    padding-right: 0px;
  }
  .one-list-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-content-6 {
    padding-bottom: 30px;
  }
  .slider-content-flex {
    width: 100%;
    min-height: 300px;
  }
  .content-box2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

