@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  color: #0b1337;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: "Montserrat", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

section {
  position: relative;
  width: 100%;
  padding: 200px 5.5%;
}
section.h100 {
  height: 100%;
  height: 100vh;
}
section.p0 {
  padding-left: 0;
  padding-right: 0;
}
section.subPage {
  padding-bottom: 100px;
  padding-top: 176px;
  padding-left: 0;
  padding-right: 0;
}

.content {
  width: 89%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.content.w65 {
  width: 65%;
}
.content.w73 {
  width: 73%;
}

.tabsBtn {
  margin-bottom: 40px;
}
.tabsBtn a {
  margin-right: 5px;
}
.tabsBtn a.active-tab {
  background-color: #0b1337;
}
.tabsBtn a.active-tab:before {
  background-color: #0b1337;
}
.tabsBtn a.active-tab:after {
  background-color: #0b1337;
}

.tabs-content .tabs {
  display: none;
}

/* Forms */
.formArea > .defaultBtn {
  float: inherit !important;
  margin-bottom: 40px;
}
.formArea input, .formArea textarea, .formArea select {
  width: 100%;
  padding: 0px 25px 0px 0px;
  border: none;
  border-bottom: 1px solid #378f47;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: #378f47;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.formArea input::placeholder, .formArea textarea::placeholder, .formArea select::placeholder {
  color: #378f47;
}
.formArea label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.formArea textarea {
  height: 50px;
}
.formArea button {
  border: none;
  float: right;
  text-align: left;
  cursor: pointer;
}
.formArea .row {
  justify-content: space-between;
  margin-bottom: 25px;
}
.formArea .row .col {
  width: 100%;
}
.formArea .row .col.col-4 {
  width: 48%;
  position: relative;
}
.formArea .row .col.col-6 {
  width: 70%;
}
.formArea .row .col.col-2 {
  width: 30%;
}
.formArea .row .col.col-8 {
  position: relative;
}
.formArea .row.flexEnd {
  justify-content: flex-end;
}
.formArea .captcha {
  position: relative;
}
.formArea .captcha img {
  position: absolute;
  left: 0;
  top: 30%;
}
.formArea .captcha input {
  padding-left: 170px;
}
.formArea .kvkk {
  margin: 15px 0px 0px 0px;
}
.formArea .kvkk:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.formArea .fileInput {
  position: relative;
}
.formArea .fileInput span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(11, 19, 55, 0.34);
  padding: 15px 20px 0px 60px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(11, 19, 55, 0.34);
  line-height: 30px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.formArea .fileInput span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #378f47;
  font-weight: normal;
}
.formArea .fileInput input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.formArea .uploadFile {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.formArea .uploadFile label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0px;
  color: #151D20;
  font-size: 16px;
  font-weight: 300;
}
.formArea .uploadFile label em {
  float: right;
  background: url(../images/icons/download.svg) no-repeat left center;
  padding-left: 25px;
  font-style: normal;
}
.formArea .uploadFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.formArea input[type=checkbox] {
  display: none;
  appearance: none;
}
.formArea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #378f47;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formArea input[type=checkbox] + label a {
  color: #378f47;
  font-weight: bold;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #378f47;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #378f47;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* Forms*/
i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.searchIco {
  background-image: url(../images/icons/searchBtn.svg);
}
i.icon.formIco {
  background-image: url(../images/icons/form.svg);
}
i.icon.globeIco {
  background-image: url(../images/icons/globe.svg);
}
i.icon.pinIco {
  background-image: url(../images/icons/pin.svg);
}
i.icon.homeIco {
  background-image: url(../images/icons/home.svg);
}
i.icon.arrowIco {
  background-image: url(../images/icons/longArrow.svg);
  display: block;
  width: 16px;
  height: 11px;
}

h1 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
  font-style: italic;
  color: #378f47;
}

h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 45px;
  font-style: italic;
  text-align: center;
  color: #378f47;
}

h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 25px;
}

p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 12.5%;
}
.row .col.col-2 {
  width: 25%;
}
.row .col.col-3 {
  width: 37.5%;
}
.row .col.col-4 {
  width: 50%;
}
.row .col.col-5 {
  width: 62.5%;
}
.row .col.col-6 {
  width: 75%;
}
.row .col.col-7 {
  width: 27.5%;
}
.row .col.col-8 {
  width: 100%;
}
.row .col.col-49 {
  width: 49%;
}
.row .col.col-41 {
  width: 41%;
}
.row .col.col-35 {
  width: 35%;
}
.row .col.col-66 {
  width: 66.6666%;
}
.row.j-center {
  justify-content: center;
}
.row.center {
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
.row.pb0 {
  padding-bottom: 0px;
}

.w100 {
  width: 100%;
}

.mCenter {
  text-align: center;
}

/*General Elements */
/*
.headerMobile{width: 100%; height:70px; background: transparent; position:fixed; top:0; left:0;z-index: 999999; padding:30px; display:none;
    a.logo{display:block; background:url(../images/logo.png) no-repeat center; background-size: 100% auto; width:170px; height:20px;}

}
    */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 5.5%;
  background: #fff;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  z-index: 2;
  align-items: center;
}
header a.logo {
  display: block;
  background-image: url(../images/bek-der-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .tools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .tools a {
  display: block;
  position: relative;
  font-size: 17px;
  color: #378f47;
  font-weight: 500;
  margin-left: 20px;
  border: 1px solid #378f47;
  padding: 10px 20px;
}
header .tools a:hover {
  background-color: #378f47;
  color: #fff;
  border: 1px solid #378f47;
}
header .tools a.menuLink {
  display: none;
}
header .tools a.menuLink span {
  display: block;
  width: 25px;
  height: 100%;
  position: relative;
}
header .tools a.menuLink span i {
  position: absolute;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
}
header .tools a.menuLink span i:nth-child(1) {
  top: 3px;
}
header .tools a.menuLink span i:nth-child(2) {
  top: 13px;
}
header .tools a.menuLink span i:nth-child(3) {
  top: 24px;
}
header .tools a.menuLink.opened span i {
  width: 10px !important;
  background: #fff !important;
}
header .tools a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 15px;
}
header .tools a.menuLink.opened span i:nth-child(2) {
  opacity: 0;
}
header .tools a.menuLink.opened span i:nth-child(3) {
  width: 29px !important;
  transform: rotate(-5deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 15px;
}
header .nav nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .nav nav ul li {
  position: relative;
}
header .nav nav ul li > a {
  color: #0b1337;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 2px 20px;
  position: relative;
  border-right: 1px solid #378f47;
}
header .nav nav ul li > a:after {
  content: "";
  width: 0%;
  left: 50%;
  background-color: #378f47;
  height: 1.3px;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  transform: translateX(-50%);
}
header .nav nav ul li > a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
header .nav nav ul li:last-child a {
  border: none;
}
header .nav nav ul li:hover a {
  color: #378f47;
}

.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
  display: block;
  margin-top: 5px;
}

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}

.line1 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line2 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line3 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px;
}

.mobileMenuLink.closer .line2 {
  display: none;
}

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.mainSlider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 2;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.mainSlider .sliderNav {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0b1337;
  z-index: 1;
  padding-bottom: 50px;
  padding-top: 90px;
}
section.mainSlider .sliderNav ul li {
  position: relative;
}
section.mainSlider .sliderNav ul li a {
  display: block;
}
section.mainSlider .sliderNav ul li a span {
  position: absolute;
  opacity: 0;
  color: #fff;
  top: 0;
  font-size: 23px;
  padding-top: 7px;
  padding-left: 10px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1;
  width: 300px;
  pointer-events: none;
}
section.mainSlider .sliderNav ul li a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  background-color: #6c217e;
  height: 46px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
section.mainSlider .sliderNav ul li a.active span {
  opacity: 1;
}
section.mainSlider .sliderNav ul li a.active span:after {
  width: 300px;
}

/*Page Elements*/
.newsSliderArea {
  position: absolute;
  top: 30%;
  z-index: 2;
  left: 10%;
  right: 10%;
}
.newsSliderArea .title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.newsSliderArea .newsSlider .item a {
  background-color: #fff;
  display: block;
  min-height: 400px;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  padding: 5px;
}
.newsSliderArea .newsSlider .item a img {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
}
.newsSliderArea .newsSlider .item a span {
  padding: 20px;
  display: block;
  color: #0b1337;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.newsSliderArea .newsSlider .owl-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -70px;
  right: 0px;
  justify-content: center;
  width: 10%;
}
.newsSliderArea .newsSlider .owl-nav button {
  display: block;
  width: 50px;
  height: 50px;
  background: #378f47 url(../images/icons/whiteRightArrow.svg) no-repeat center !important;
  background-size: 30% auto !important;
  margin: 0 5%;
  border: none !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.newsSliderArea .newsSlider .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.socialMedia {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.socialMedia a {
  margin-right: 10px;
}

/*Page Elements*/