@font-face {
  font-family: 'Metropolis Semi';
  src: url('../fonts/Metropolis-SemiBoldItalic.woff2') format('woff2'),
  url('../fonts/Metropolis-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.woff2') format('woff2'),
  url('../fonts/Metropolis-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
  url('../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
  url('../fonts/Metropolis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis Semi';
  src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
  url('../fonts/Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.woff2') format('woff2'),
  url('../fonts/Metropolis-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
  url('../fonts/Metropolis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.woff2') format('woff2'),
  url('../fonts/Metropolis-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
  url('../fonts/Metropolis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.woff2') format('woff2'),
  url('../fonts/Metropolis-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
body {
  font-family: 'Metropolis';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  color: #424242;
  overflow-x: hidden;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
*{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4 {
  margin: 8px 0px;
  font-weight: 600;
}
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: 11px;
  color: #fff;
  font-size: 30px;
}
.form-control {
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  background: rgba(255,255,255,.8);
  height: 45px;
}
.form-group {
  margin: 0px 0px 10px 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  position: relative;
}
.input-group-addon svg , .input-group-addon i {
  color: #424242;
}
.input-group-addon {
  border: 1px solid #ccc;
  border-radius: 0px;
}
::placeholder {
  font-size: 15px;
}
.mt20 {
  margin-top: 20px;
}
a.gonder {
  background: #126cb7;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.btn {
  border-radius: 0px;
  border: 0px;
}
section.rawsection {
  padding: 0px;
}
.tablo {
  display: table;
  width: 100%;
  height: 100%;
}
.ortala {
  display: table-cell;
  vertical-align: middle;
}
.foto img{
  width: 100%;
  max-height: 200px;
  min-height: 200px;
}
#owl-referans .foto {
  height: 100px;
  background-size: contain !important;
}
[class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
[class*=row] {
  margin-left: -7px;
  margin-right: -7px;
}
.karart {
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.karart:hover {
  opacity: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.karart svg {
  color: #fff;
}
.kutu {
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.kutu.golgeli {
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}
.kutu.cizgili {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #ededed;
}
.textcont {
  padding: 10px;
}
.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding0 {
  padding: 0px !important;
}
section {
  padding: 20px 0px;
}
.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.panel-title {
  position: relative;
  padding-right: 45px;
}
.panel-title a {
  display: block;
  color: rgb(13, 56, 94);
}
.panel-default>.panel-heading:hover {
  background: rgb(13, 56, 94);
}
.panel-heading {
  padding: 0px;
}
.panel-heading a{
  padding: 15px;
}
.panel-default>.panel-heading:hover a {
  color: #fff;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
.panel-group .panel {
  border-radius: 0px;
  border: none;
}
.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 {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.pagetitle2 {
  background: #fdc010;
  height: 150px;
}
.pagetitle2 {
  padding: 40px 0px;

}
.pagetitle h1 {
  float: left;
  font-size: 23px;
  margin: 0px 0px 5px 0px;
}
.pagetitle .breadcrumb {
  float: right;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  line-height: 2em;
}
.pagetitle.fotolu {
  height: 100px;
}
.breadcrumb, .breadcrumb a, .breadcrumb li.active {
  font-size: 13px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
}
.pagetitle.fotolu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.pagetitle.fotolu h1 {
  position: relative;
}
.pagetitle.fotolu .breadcrumb li, .pagetitle.fotolu .breadcrumb li a {
  position: relative;
  color: #fff;
}
/*******Mobil Menü Start******/
.mobil-nav ul{
  margin:0;
}
.mobil-nav ul li{
  width: calc((100% / 4) - -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.telefon{
  background: #0386dd;
}
.mobil-nav ul li.telefon a{
  color: #fff;
}
.mobil-nav ul li.facebook{
  background: #3a5799;
}
.mobil-nav ul li.facebook a{
  color: #fff;
}
.mobil-nav ul li.whatsapp{
  background: #03ad5a;
}
.mobil-nav ul li.whatsapp 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;
}
.mobil-nav svg , .mobil-nav i {
  font-size: 20px;
}
/*******Mobil Menü Finish******/

/******* HEADER START ******/
body .dropdown-menu {
  min-width: 100%;
  padding: 0px;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background: #fff;
  top: 44px;
}

.dropdown.mega-menu ul li {
  width: 16%;
  float: left;
}
.diller .dropdown-menu {
  min-width: inherit;
}
.diller .dropdown-menu ul li {
  padding: 0px;
}
.topbar .diller a {
  margin-left: 15px;
}
.topbar .social {
  margin-right: 20px;
}
.topbar .social svg {
  font-size: 25px;
}
.dropdown-menu ul li {
  border-bottom: 1px solid #4242420f;
  padding: 7px 15px;
}
.navbar-nav>li>.dropdown-menu {
  border-top: 1px solid #4242420f;
}
.dropdown-menu ul li:last-child {
  border-bottom: 0px;
}
.navbar-nav>li .dropdown-menu ul li a {
  display: block;
  color: #424242;
}
.navbar.koyu {
  background: #0497d7;
}
.navbar-nav>li .dropdown-menu ul li:hover a {
  color: #003478;
}
.dropdown-toggle {
  cursor: pointer;
}
.diller .nav>li>a {
  padding: 0px;
}
.topbar.acik {
  background: #f5f5f5;
  padding: 5px 0px;
}
.topbar.acik a {
  color: #000000;
}
.topbar.koyu {
  padding: 4px 0px;
  background: #000;
}
.topbar.koyu a , .topbar.koyu i , .topbar.koyu svg {
  color: #FFFFFF;
}
.topbar .social {
  float: right;
}
.topbar .social a {
  margin: 0px 10px;
}
.topbar .iletisim {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
.topbar .diller {
  float: right;
  margin-left: 10px;
}
.topbar a {
  margin-left: 10px;
}
.navbar-toggle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
.navbar {
  margin: 0px;
  padding: 15px 0px;
  border-radius: 0px;
  position: relative;
}
.navbar-fixed {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 1px 1px 20px #b5b1b1;
  background: #fff;
  padding: 10px;
}
.navbar-fixed .logo {
  width: 138px;
  transition: linear 0.5s;
  top: -3px;
}
.navbar.koyu a , .navbar.koyu i , .navbar.koyu svg {
  color: #FFFFFF;
}
.navbar.koyu .dropdown-menu a {
  color: #424242;
}
.navbar-nav>li>a {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-nav>li>a:hover {
  background:  #424242 ;
  color: #fff;
}
.nav.navbar-nav.navbar-center {
  float: inherit;
  margin: 0px auto;
  display: table;
}
.topbar .diller .lang-menu a {
  font-size: 14px;
  margin: 0px;
}
.diller .block {
  border:1px solid rgba(255,255,255,.1) !important;
}
.lang-menu div {
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  color: #FFFFFF;
}
.diller .open {
  border-bottom:1px solid rgba(255,255,255,.1) !important;
}
/******* 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: #424242;
}
.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 FINISH ******/


/**********  SLİDER START  **********/
.slider {
  position: relative;
  padding: 20px 0px;
}
.slider .owl-carousel {
  padding: 0px;
}
.slider .owl-nav .owl-next {
  right: 10px;
}
.slider .owl-nav .owl-prev {
  left: 10px;
}
.slider .item {
  width: 100%;
  height: 470px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.slider .owl-carousel .owl-item img {
  display: none !important;
}
.slider .textcont {
  padding: 120px 0px 0px 100px;
  position: relative;
  z-index: 1;
}
.slider .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
.slider ul li a {
  font-size: 16px;
  border-top: 1px solid #ffffff38;
  padding: 10px 0px;
  display: block;
}
.slider ul li a:hover {
  background: #2e7fc8;
}
.slider h1 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
.slider p {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
/**********  SLİDER FINISH  **********/
.foto {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.foto img {
  height: 200px;
  opacity: 0;
}
/******* FOOTER START ******/
footer.acik {
  padding: 20px 0px;
  background: #FFFFFF;
  color: #424242;
}
footer.acik a, footer.acik i, footer.acik svg, footer.acik p {
  color: rgb(13, 56, 94);
}
footer.koyu {
  background: #0c0c0c;
  color: #FFFFFF;
  padding: 45px 0px;
  background-position: center center !important;
  background-size: cover !important;
}
footer.koyu a, footer.koyu p , footer.koyu h4 {
  color: #FFFFFF;
}
footer .adres li {
  position: relative;
  padding-left: 25px;
}
footer .adres a.instagram svg  {
  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 );
}
footer .adres li i, footer .adres li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
footer .linkler li i, footer .linkler li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
footer ul li {
  border-bottom: 1px solid #74747442;
  padding: 9px 0px;
}
footer ul li.clearfix {
  border-bottom: 1px solid #74747442;
}
footer h4 {
  text-transform: uppercase;
  color: #fdc010 !important;
  font-weight: 400;
}
footer img.logo {
  display: table;
  margin: 80px auto 20px auto;
}
.socialfooter a {
  float: left;
  display: block;
  margin-right: 10px;
}
.footer .socialfooter i , .socialfooter svg {
  font-size: 22px;
}
.footer-bottom {
  background: #000;
  padding-top: 7px;
}
.footer-bottom svg {
  color: #fff;
}
.footer-bottom p {
  color: #fff;
}
footer .linkler li {
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .linkler li:before {
  content: "";
  position: absolute;
  left: 0px;
  z-index: 1;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
}
footer img {
  width: 80%;
  margin-top: 30px;
}
footer h3 {
  border-bottom: 1px solid #c9ffb042;
  padding-bottom: 10px;
}
/******* FOOTER 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;
}
/******************** İç Sayfalar Finish *********************/
.otalya img {
  filter: grayscale(1);
  margin-top: 5px;
}
.otalya img:hover {
  filter: grayscale(0);
}
.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 .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;
  position: relative;
}
@media(max-width:767px) {
  .pagetitle h1 {
    font-size: 20px;
    float: inherit;
    margin: 0px auto;
    display: table;
  }
  .pagetitle .breadcrumb {
    float: inherit;
    display: table;
    margin: 10px auto 0px auto;
  }
  body .navbar-fixed .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;
  }
  .owl-theme .owl-nav svg, .owl-theme .owl-nav i {
    font-size: 20px;
  }
  .navbar-fixed .logo {
    width: 128px;
    top: -2px;
  }
  .copyright p {
    text-align: center;
  }
  .footer-bottom {
    margin-bottom: 50px;
  }
  .otalya img {
    width: 90px;
    margin: 10px auto;
  }
  .slider .item {
    height: 250px;
  }
  .slider .sliderbg {
    height: 185px;
  }
  .slider h1, .slider h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .slider .textcont {
    padding: 10px 0px 0px 10px;
  }
}
@media (min-width: 1800px) {
  .slider .item {
    height: 570px;
  }
}
