@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  background: #564A41;
  overflow-x: hidden;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
*{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4 , h5 {
  margin: 8px 0px;
  /*font-family: 'Libre Baskerville', serif;*/
  text-transform: uppercase;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #353535;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 5px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top svg , .back-to-top i {
  padding-top: 12px;
  color: #fff;
  font-size: 20px;
}
.form-control {
  border-radius: 0px;
  border: 1px solid #ffffff6e;
  box-shadow: none;
  background: transparent;
  font-weight: 400;
  height: 45px;
  background: rgba(0,0,0,0.4);
border: solid 1px rgba(255,255,255,0.4);
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}
.form-group {
  margin: 0px 0px 10px 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.form-group.gonder button {
  font-size: 17px;
}
.form-group.gonder svg {
  color: #fff;
  top: 9px;
}
.form-group svg {
  position: absolute;
  top: 14px;
  left: 23px;
  color: #c3ac75;
}
.input-group-addon svg , .input-group-addon i {
  color: #424242;
}
.input-group-addon {
  border: 1px solid #ccc;
  border-radius: 0px;
}
.form-control::-moz-placeholder{
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.form-control:-ms-input-placeholder{
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder{
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
a.gonder {
  background: #126cb7;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.btn {
  border-radius: 0px;
  border: 0px;
}
section {
  padding: 20px 0px;
}
.rawsection {
  padding: 0px;
}
.tablo {
  display: table;
  width: 100%;
  height: 100%;
}
.ortala {
  display: table-cell;
  vertical-align: middle;
}
.assa {
  display: table-cell;
  vertical-align: bottom;
}
.foto {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.foto img {
  display: none!important;
}
#owl-referans .foto {
  height: 100px;
  background-size: contain !important;
}
.foto.karart:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  line-height: 230px;
  text-align: center;
  font-size: 30px;
  color: #ffffffad;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.foto.karart:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kutu {
  margin-bottom: 20px;
  position: relative;
  background: #00000052;
}
.kutu.golgeli {
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.kutu.cizgili {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  min-height: 410px;
  padding: 5px;
}
.textcont {
  padding: 12px;
}
[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
[class*=row] {
  margin-left: -10px;
  margin-right: -10px;
}
.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.baslik {
  position: relative;
  text-align: left;
  text-align: center;
  font-weight: 600;
}
.baslik span {
  color: #D0C09B;
  border-bottom: 2px solid #D0C09B;
  padding-bottom: 3px;
}
.baslik-more {
  float: right;
  margin-top: -34px;
}
.baslik-more i {
  margin-left: 4px;
}
.panel-title {
  position: relative;
  padding-right: 45px;
}
.panel-title a {
  display: block;
}
.panel-title svg, .panel-title i {
  position: absolute;
  right: 15px;
  top: 0;
}
.panel-default>.panel-heading {
  border-radius: 0px;
  background-color: transparent;
}
.panel-group .panel {
  border-radius: 0px;
  border: none;
}
.devami {
  background: #f39320;
  color: #fff;
  padding: 5px 20px;
  border-radius: 6px;
  display: inline-block;
  margin: 0px auto;
  display: table;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.devami:hover{
  background: #2169aa;
  color: #fff;
}
.devami.left {
  float: left;
}
.devami.right {
  float: right;
}
.kutu figure {
  overflow: hidden;
}
.kutu figure:hover .foto {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.kutu figure img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.kutu figure:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.kutu .foto {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-modal.modal .modal-body button.close {
  font-size: 60px;
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: 100;
}
.modal-title {
  margin-bottom: 15px;
  text-align: center;
}
.pagetitle {
  background: #3D322D;
  padding: 10px;
}
.pagetitle h1 {
  float: left;
  font-size: 18px;
  /*margin: 0px 0px 5px 0px;*/
  color: #fff;
  text-transform: capitalize;
}
.pagetitle.foto h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
.pagetitle .breadcrumb {
  float: right;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  line-height: 2em;
  color: #fff;
}
.pagetitle .tablo {
  height: 190px;
}
.breadcrumb, .breadcrumb a, .breadcrumb li.active {
  font-size: 13px;
  color: #fff;
}
.breadcrumb li.active {
  opacity: 0.7;
}
.foto .breadcrumb, .foto .breadcrumb a, .foto .breadcrumb li.active {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
  line-height: 18px;
}
.breadcrumb>li+li:before {
  color: #fff;
}
.foto .breadcrumb>li+li:before {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
/*******Mobil Menü Start******/
.mobil-nav ul{
  margin:0;
}
.mobil-nav ul li{
  width: calc((100% / 3) - -2px);
  display: inline-block;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  padding: 7px 0;
  margin-right: -6px;
}
.mobil-nav ul li.instagram{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.mobil-nav ul li.instagram a{
  color: #fff;
}
.mobil-nav ul li.harita{
  background: #555;
}
.mobil-nav ul li.harita a{
  color: #fff;
}
.mobil-nav ul li.telefon{
  background: #f78e19;
}
.mobil-nav ul li.telefon a{
  color: #fff;
}
.mobil-nav ul li.facebook{
  background: #395599;
}
.mobil-nav ul li.facebook a{
  color: #fff;
}
.mobil-nav ul li.whatsapp{
  background: #00e676;
}
.mobil-nav ul li.whatsapp a{
  color: #fff;
}
.mobil-nav ul li.dil{
  background: #00a5ce;
}
.mobil-nav ul li.dil{
  color: #fff;
}
.mobil-nav ul li.renk1{
  background: #454545;
}
.mobil-nav ul li.renk2{
  background: #343434;
}
..mobil-nav ul li.renk1 a, .mobil-nav ul li.renk2 a {
  color: #fff;
}
.mobil-nav ul li small{
  display: block;
  font-size: 12px;
  line-height: 7px;
}
.mobil-nav {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  box-shadow: 6px 0 10px rgba(0,0,0,0.5);
  background: #fff;
  z-index: 9999;
  border-top: 2px solid #D0C09B
}
.mobil-nav svg , .mobil-nav i {
  font-size: 20px;
  width: 15px !important;
}
/*******Mobil Menü Finish******/

/******* HEADER START ******/

.diller a img {
  width: 25px;
  margin-left: 3px;
}
.dropdown-menu ul li {
  border-bottom: 1px solid #0084a7;
  padding: 5px 15px;
}
.dropdown-menu ul li:last-child {
  border-bottom: 0px;
}
.dropdown-menu ul li a {
  display: block;
}
.dropdown-menu ul li:hover {
  background: #0084a7;
}
.dropdown-toggle {
  cursor: pointer;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
  color: #D0C09B;
}
.diller .nav>li>a {
  padding: 0px;
}
.topbar.koyu {
  background: #3c332d;
  border-bottom: solid 1px #444;
}
.topbar.koyu a , .topbar.koyu i , .topbar.koyu svg {
  color: #FFFFFF;
}
.topbar.acik {
  background: #fff;
  padding-bottom: 3px;
}
.topbar .iletisim svg {
  font-size: 21px;
  color: #d0b26f;
  margin-right: 5px;
}
.topbar .iletisim a {
  position: relative;
  padding-left: 26px;
  color: #d0b26f;
  font-size: 16px;
}
.topbar .iletisim p {
  margin: 0px;
  font-size: 13px;
  line-height: 19px;
}
.topbar .iletisim p.tel {
  font-size: 18px;
}
.topbar .iletisim p.tel a {
  color: #424242;
}
.diller a {
  padding: 0px 6px;
  color: #2169aa;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #2169aa75;
  font-weight: 600;
}
.diller a:first-child {
  border-left: 1px solid #2169aa75;
}
.diller a.active , .diller a:hover {
  color: #D0C09B;
}
.topbar .social {
  float: right;
  padding-right: 109px;
  height: 41px;
  /*border-bottom: 1px solid #484848;*/
}
.topbar .social a {
  margin-left: 8px;
  margin-top: 6px;
}
.topbar .iletisim {
  float: left;
  margin: 5px 20px 0px 0px;
  /*border-bottom: 1px solid #484848;*/
  /*padding-bottom: 5px;*/
}
.diller {
  float: right;
  margin: 5px 0px 0px 0px;
  /*border-bottom: 1px solid #484848;*/
  padding-bottom: 7px;
  height: 36px;
}
.navbar-nav .diller {
  float: inherit;
}
.navbar {
  margin: 0px;
  padding: 10px 0px;
}
.navbar-fixed {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 1px 1px 20px #000;
}
.navbar-fixed .logo {
  width: 165px;
  /*top: -2px;*/
  top: 0;
}
.navbar-fixed .navbar-nav>li>a {
  padding-top: 11px;
}
.navbar.koyu {
  /*background: #000000;*/
  background: #564a41;
}
.navbar.koyu a , .navbar.koyu i , .navbar.koyu svg {
  color: #FFFFFF;
}
.navbar.acik {
  background: #FFFFFF;
}
.navbar-nav {
  /*border-top: 1px solid #2169aa26;*/
}
.navbar-nav>li>a {
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  /*font-family: 'Libre Baskerville', serif;*/
  text-transform: uppercase;
}
.navbar-nav>li:hover {
  background: #222;
}
.navbar-nav>li:hover a {
  color: #fff;
}
.nav.navbar-nav.navbar-center {
  float: inherit;
  margin: 0px auto;
  display: table;
}
.logo {
  /*width: 230px;*/
  width: 165px;
  transition: linear 0.5s;
  position: absolute;
  /*top: -14px;*/
  top: 0px;
  z-index: 1;
  margin: 0px auto;
  left: 10px;
  right: 0;
  filter: contrast(0) brightness(2);
}
/******* HEADER FINISH ******/

/******* OWL CAROUSEL START ******/
.owl-carousel.owl-theme .owl-nav [class*=owl-]{
  color: #424242;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  color: #000000;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -35px;
  top: 50%;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
  top: 50%;
}
.owl-carousel .owl-theme .owl-nav {
  margin: 0px;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  margin: -17px 0px 0px 0px;
}
.owl-theme .owl-nav svg , .owl-theme .owl-nav i {
  font-size: 30px;
}
.owl-carousel {
  padding: 5px;
}
/******* OWL CAROUSEL FINISH ******/


/**********  SLİDER START  **********/
.slider .owl-carousel {
  padding: 0px;
}
.slider .owl-nav .owl-next {
  right: 10px;
}
.slider .owl-nav .owl-prev {
  left: 10px;
}
.slider .item {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}
.slider .item img {
  display: none !important;
}
.slider .textcont {
  padding: 0px 0px 0px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  background-size: contain !important;
  height: 100%;
  width: 100%;
  background-position: center left!important;
  background-repeat: no-repeat !important;
}
.slider h2 {
  color: #fff;
  text-shadow: 0px 0px 10px #151515 , 0px 0px 10px #151515 , 0px 0px 10px #151515;
}
.slider h2 span {
  font-size: 200%;
  display: block;
}
.slider p {
  font-size: 19px;
  line-height: 29px;
  color: #fff;
  text-shadow: 0px 0px 10px #151515 , 0px 0px 10px #151515 , 0px 0px 10px #151515;
}
.slider.foto , .slider.foto img{
  height: 250px;
}
.slider .tablo {
  height: 293px;
}
body .owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 10px;
}


/**********  SLİDER FINISH  **********/

/******* FOOTER START ******/
footer {
  /*background: black;*/
  background: #181818;
  padding: 30px 0px;
}
footer ul {
  display: table;
  margin: 0px auto;
}
footer ul li {
  margin: 10px 0px;
}
footer .tel {
  font-size: 26px;
}
.copyright {
  padding-top: 5px;
  font-size: 12px;
}
/******* FOOTER FINISH ******/

/******************** Sidebar Start *********************/
.sidebar .sidebaslik {
  background: rgb(230, 230, 230,0.5);
  width: 100%;
  padding: 2px;
  display: block;
}
.sidebar {
  cursor: pointer;
}
.sidebar .tree-li {
  padding: 2px !important;
  word-wrap: break-word;
  list-style:none;
  border-top: 1px solid #e6e6e6;
}
.sidebar .tree-li .tree-ul {
  padding-left: 20px !important;
}
.sidebar .tree-li .tree-ul.diactive {
  display: none;
}
.sidebar .tree-li .text {
  top: -3px;
  position: relative;
}
.sidebar .tree-li .text.renk , .sidebar .tree-li .text a.renk {
  color:#e50000;
}
.sidebar .tree-li .tree-ul .tree-li .tree-ul {
  padding-left: 40px !important;
}
.sidebar .tree-li .sidebaslik.text {
  font-weight: bold;
}
.sidebar .tree-li.is-child > .text:before {
  content: "\25BE";
  font-size: 22px;
  top: 2px;
  position: relative;
  padding-right: 5px;
}
.sidebar .tree-li.is-child.diactive > .text:before {
  content: "\25B8" !important;
}
.sidebar .tree-li [type="checkbox"] + label {
  padding-left: 25px !important;
}
/******************** Sidebar Finish *********************/

/******************** İç Sayfalar Start *********************/
.video svg , .video i {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  font-size: 40px;
  color: rgba(0,0,0,0.7);
  margin: 0px auto;
}
.video .kutu:hover svg , .video .kutu:hover i {
  color: red;
}
.icsayfa.iletisim ul.adres li {
  position: relative;
  min-height: 56px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 10px 10px 65px;
  font-size: 20px;
}
.icsayfa.iletisim ul.adres .adres {
  font-size: 14px;
}
.icsayfa.iletisim ul.adres .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ececec;
  top: 7px;
  left: 7px;
  padding: 9px;
}
.icsayfa.iletisim ul.adres .icon svg , .icsayfa.iletisim ul.adres .icon i {
  font-size: 22px;
  color: #424242;
  margin: 0px auto;
  display: block;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.form-control::-moz-placeholder{
  color: #888;
}
.form-control:-ms-input-placeholder{
  color: #888;
}
.form-control::-webkit-input-placeholder{
  color: #888;
}
/******************** İç Sayfalar Finish *********************/
@media(max-width:767px) {
  .step1 .pagetitle h1 {
    text-align: center;
    float: inherit;
  }
  .pagetitle {
    background: #3D322D;
    padding: 10px 10px 5px 10px;
  }
  .owl-theme .owl-nav svg, .owl-theme .owl-nav i {
    font-size: 20px;
  }
  .copyright p {
    text-align: center;
  }
  .footer-bottom {
    margin-bottom: 50px;
    mar
  }
  .otalya img {
    width: 90px;
    margin: 12px auto;
  }
  .slider .item {
    height: 180px;
    background-size: left center !important;
  }
  .slider .item img {
    height: 220px;
  }
  .anasayfa .container {
    padding: 0px;
    margin: 0px;
  }
}
