/* Kütüphaneler */
@import url("fonts.css");
@import url("icons.css");
@import url("frame.css");
@import url("preloader.css");
@import url("../plugins/aos/aos.css");
@import url("../plugins/animate.css/animate.min.css");
@import url("../plugins/lightbox2/css/lightbox.min.css");
@import url("../plugins/boxicons/css/boxicons.min.css");
@import url("../plugins/icofont/icofont.min.css");
@import url("../plugins/owl/owl.carousel.min.css");
@import url("../plugins/owl/owl.theme.default.min.css");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");


html,
body {
  background: #fff;
  width: 100%;
  height: 100%;
}

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #df3734;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

#topbar .contact-info a:hover {
  color: #df3734;
}

#topbar .contact-info i {
  color: #df3734;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

.whatsapp {
  margin-left: 10px;
  color: #25d366 !important;
}

.whatsapp:hover {
  color: #25d366 !important;
}

.whatsapp i {
  color: #25d366 !important;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
  margin-top: -4px;
}

.nav-menu {
  border-radius:4px;
  margin-top: 3px;
  background: #df3734;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 17px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #fff;
  background: #a41c1a;
  text-decoration: none;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #a41c1a;
}

.nav-menu .drop-down li:hover > a {
  background: #e5e5e5;
}

.nav-menu .drop-down .active > a {
  background: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #df3734;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 55px;
    margin-top: 0px;
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.carousel-inner {
  height: 350px;
}

.carousel-inner img {
  background-size: fit;
  height: 350px;
}

.carousel-caption {
  top: 0;
  left: 0;
  position: absolute;
  bottom: auto;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#footer {
  background: #191919;
}

.back-to-top {
  background: #df3734;
}

.back-to-top:hover {
  background: #a41c1a !important;
}

.whatsapp-footer:hover {
  color:transparent !important;
  text-decoration:none;
}

.whatsapp-footer i {
  color:#25d366 !important;
  border-color:transparent !important;
  font-size:100px !important;
  vertical-align: middle;
  margin-bottom:10px;
}

.whatsapp-font {
  margin-top:10px;
  color:#25d366 !important;
}

.info-box {
  background:transparent !important;
  box-shadow:none !important;
}

.icon-box i, .icon-box:hover {
  background:transparent !important;
  box-shadow:none !important;
}

.ref {
  width:100px;
  height:100px;
  border-radius:4px;
}

.isaretciler button {
  background:transparent;
  border:none;
  outline:0;
}

.isaretciler button img {
  width:30px;
  height:30px;
}

@media (max-width: 600px) {
  .carousel-inner {
    height: 250px !important;
  }

  .carousel-inner img {
     background-size: fit;
     height: 250px !important;
  }
}