.errorhtml {
position: absolute;
    left: 0;
    right: 0;
    top: 157px;
    bottom: 0;
    height: 20px;
    margin: auto;
    text-align: center;
}
.circle-loader {
  margin-bottom: 3.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}
.load-complete.error {
  border-color: #ec6161;
}
.checkmark, .errormark {
  display: none;
}
.checkmark.draw:after  {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.errormark.draw:after {
  transform: scaleX(-1) rotate(136deg)!important;
}
.errormark.draw:before {
  transform: scaleX(-1) rotate(-225deg)!important;
}
.errormark:after, .errormark:before, .checkmark:after {
  opacity: 1;
  position: absolute;
  content: "";
  transform-origin: left top;
  width: 1.75em;
  height: 1.75em;
  height: 1.75em;
}
.checkmark:after {
  height: 3.5em;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  left: 1.75em;
  top: 3.5em;
}
.errormark:after {
  left: 35px;
  top: 75px;
  border-bottom: 3px solid #ec6161;
  border-left: 3px solid #ec6161;
}
.errormark:before {
  left: 35px;
  top: 2.5em;
  border-top: 3px solid #ec6161;
  border-right: 3px solid #ec6161;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
#ucx-mail-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: .5s all
}
#ucx-mail-loading.active {
  opacity: 1;
}



.ucx-captcha {
  display: flex;
}
.ucx-captcha img {
  width: 160px;
  height: 60px;
}
.ucx-captcha p {
  padding-left: 15px;
}
.ucx-captcha a {
    padding: 5px 10px;
    background: #4f88c5;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    line-height: 51px;
    height: 60px;
    float: right;
}
.ucx-captcha input {
  width:100%;
  flex: 1;
    height: 60px;
}
.social {
  float:right;
  width: 100%;
  margin-bottom: 30px;

}
.social li {
  float:right;
  position: relative;
}
.social li a {
  color: #fff;
  width: 34px;
  line-height: 40px;
  text-align: center;
  float: right;
  transition: .3s all
}
.social li a:hover {
  color: #f5701d;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
*:focus {
  outline: none;
}
.slider {
  background: rgba(41, 44, 45, 1);
}
.slider .bg {
  position: relative;
  min-height:600px
}
.slider .bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(41, 44, 45, 0.55);
}
.slider-nav {
  z-index: 2;
  position: relative!important;
  top: -80px;
  left: 0;
  right: 0;
  color:#fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px
}
.slider-nav .slick-list {
  overflow: inherit;
}
.slider-nav .city {
  display: flex;
  align-items: center;
  justify-content: center
}
.slider-nav .check {
 width:25px;
 height:25px;
 border: 1px solid #fff;
 border-radius: 100%;
 margin-right: 10px;
 position: relative;
 background: transparent;
 transition: .3s all
}
.slider-nav .item {
  cursor: pointer;
}
.slider-nav .item:hover .check {
 border: 8px solid #fff;
}
.slider-nav .check i {
  opacity: 0;
 transition: .3s all
}
.slider-nav .slick-current .check i {
    opacity: 1;
    bottom: 4px;
    position: absolute;
    left: -10px;
    right: 0;
    margin: auto;
    font-size: 35px;
}
.slider-nav .slick-current .check {
  background: #fff;
 width:8px;
 height:8px;
 cursor: pointer;
 border: 1px solid #fff!important;
}
.slider-nav .slick-current .check:before {
  content: '';
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: absolute;
  left: -23px;
  top: -24px;
  border-radius: 100%;
  opacity: .6;
}
.slider-nav .slick-current .check:after {
  content: '';
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  position: absolute;
  left: -59px;
  top: -60px;
  border-radius: 100%;
  opacity: .3;
}
.slider-nav .slick-current {
  font-size: 25px
}
.slider-nav .slick-current .check {
  margin-right:20px
}
.slider .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin:auto;
  height:150px
}
.slider .text {
  text-align: center;
  color:#fff;
  width:100%;
  position: relative;
  z-index: 2;
}
.slider .text h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 55px
}
.slider .text p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 25px;
    opacity: .7;
    line-height: 30px
}
.slider .text b {
    font-weight: 700;
    color: #f5701d;
    margin-right: 0px;
}
.slider .text a {
  background: transparent;
  color: #f5701d;
  width:120px;
  line-height:40px;
  display: inline-block;
  border-radius: 5px;
  transition: .3s all;
  border: 3px solid #f5701d;
  font-weight: 600;
  margin-top: 20px;
}
.slider .text a:hover {
  background: #f5701d;
  color: #fff;
}
header {
  left:0;
  right:0;
  z-index: 9;
  top: 0;
  background: rgb(41, 44, 45);
  padding: 15px 0;
  position: relative;
}
header img {
  height:100px
}
.flag {
  width:35px;
  height:35px;
  border-radius: 100%;
}
.telephone {
  color:#fff;
  font-weight: 600;
  padding: 10px 0;
  border-bottom:1px solid transparent;
}
.telephone i {
  font-size: 20px;
  margin-right: 10px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: transparent;
  transition: .3s all;
  border-radius: 100%;
}
.telephone:hover {
  color:#fff;
}
.telephone:hover i{
  color:#333;
  background: #fff;
}
header .menu {
  display: flex;
  margin:0px;
  float:right;
  margin-left: auto;
}
header .menu a {
  color: #fff;
  padding: 10px 8px;
  opacity: 1;
  transition: .3s all;
  border-bottom:2px solid transparent
}
header .menu a:hover {
  border-bottom:2px solid #fff
}
header .menu li.active a {
  color: #f5701d;
  padding: 10px 8px;
  opacity: 1;
  font-weight: 600
}
.title{
  position: relative;

}
.title:after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right:0;
  margin:auto;
  width:100px;
  height: 3px;
  background: #f5701d;
}
p {
  font-size: 14px;
  line-height: 30px;
}
.havayolu {
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.havayolu:after {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: .3s all
}
.havayolu:hover:after {
opacity: 1;
}
.turBox {
  height:500px;
  position: relative;
  display: block;
  padding: 15px;
  border-radius: 5px;
  color:#fff;
  margin-bottom: 30px;
  overflow: hidden;
}
.turBox.h-5 {
  height:235px;
}
.turBox:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(41, 44, 45, 0.55);
  z-index: 0;
    opacity: 0;
  transition: .3s all
}
.turBox:hover:after{
  opacity: 1;
}
.turBox h4 {
  position: relative;
  z-index: 2;
  color:#fff
}
.turBox button {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  background: #f5701d;
  color: #fff;
  width:90px;
  border-radius: 5px;
  line-height:35px;
  transition: .3s all;
  border: 3px solid #f5701d;
  font-weight: 600;
  font-size: 15px
}
.turBox button:hover {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
}
footer {

  background-color: rgba(41, 44, 45, 1);
  padding: 30px 0 0 0;
  width:100%;
}
footer img {
  max-width: 80%;
}
footer b{
  color: #fff;
  font-size: 15px
}
footer a{
  color: #fff;
  opacity: .7;
  font-size: 13px
}
.footerSub {
  width:100%;
  padding: 20px;
  background: #f9f9f9;
  font-size: 15px;
  margin-top: 15px;
}
.footerSub img {
  height:22px;
  float:right;
  margin-left: auto;
  max-width: 200px!important;
}
.flagDrop {
  background: transparent;
  padding:5px 0 0 0px;
  border:0px;
  min-width: 1px;
}
.flagDrop .dropdown-item {
  padding:5px 0px;
  background: transparent;
}
.flagDrop .dropdown-item .flag {
  transition: .5s all;
  transform: rotate(0deg);
}
.flagDrop .dropdown-item:hover  .flag{
  transform: rotate(360deg);
}
.banner {
  background:rgba(41, 44, 45, 0.8);
  padding:10px
}
.breadcrumb{
      background: transparent;
    margin: 0px;
    padding: 0px;
}
.breadcrumb a{
  color: #fff;
}
.breadcrumb-item.active {
  color: #ffffff;
  opacity: .5;
}
#lightgallery .bg {
  height:184px;
  margin-bottom: 30px
}
#lightgallery img {
  display:none
}
.iletisim li {
  width: 100%;
  display: flex;
  align-items: center;
}
.form1 i, .iletisim i {
  min-width: 60px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
    color: #888;
}
.iletisim li p {
  line-height: 30px;
  color: #888;
  font-size: 12px;
  margin: 0px;
  line-height: 25px;
  width:100%;
}
.iletisim li b, .iletisim li input, .iletisim li textarea {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;

}
.iletisim li input, .iletisim li textarea{
  padding: 6px;
  border: 1px solid #ddd;
}
.iletisimTitle {
  text-align: center;
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}
.menuAc, .menuLinkAc {
  display: none;
}
#lightgallery .bg {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#lightgallery .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: .5s all;
}
#lightgallery .bg:hover:after {
  opacity: 1;
}
@media (min-width:991px){
  .slider-nav .slick-track{
    transform: translate3d(0, 0px, 0px)!important;
  }
}
@media(max-width:991px){
  .social li:nth-child(4),
  .social li:nth-child(3),
  .social li:nth-child(2){
    display: none;
  }
  .social {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .slider-nav .slick-current .check:after {
    display:none
  }
  .slider-nav .city {
    float:left
  }
  .pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
  header .menu {
    z-index: 22222222;
    bottom: 0;
    left: 100%;
    top: 0;
    right: 0;
    position: fixed;
    background: #ed6f33;
    display: block;
    transition: .5s all
  }
  header .menu.active {
    left: 0;
  }
  header .menu li.active a {
    background: #fff
  }
  header .menu li a {
    width: 100%;
    display: block;
    padding: 13px 20px!important;
  }
  header img {
    height: 75px
  }
  .menuAc {
    display: block;
    font-size: 35px;
    color: #fff;
    float: right;
    margin-left: auto;
    margin-top: 20px
  }
  .menuLinkAc {
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
  }
  .menuLinkAc i {
    font-size: 28px;
    float: right;
  }
  .slider .text {
    display: none;
  }
  .slider-nav .slick-slide, .slider-nav .slick-arrow {
    display: none!important
  }
  .slider-nav .slick-track {
    width:100%!important;
    transform: translate3d(0,0,0)!important
  }
  .slider-nav .slick-current {
    display: block!important;
    width: 300px!important;
    margin: auto;
    float: none;
  }
  footer img {
    width: 180px;
    margin-bottom: 20px;
  }
  footer {
    text-align: center;
  }
  .footerSub img {
    width:auto;
  }
  .dropdown-menu {
    min-width: 0px
  }
  .slider .bg:after {
    opacity: .5
  }

  .slider-nav .slick-current .check:before {
    width: 40px;
    height: 40px;
    left: -18px;
    top: -18px;
  }
  .slider-nav .slick-current .check {
    margin-right: 25px!important
  }
  .slider-nav {
    top: -50px
  }
  header {
    top: 15px!important
  }
}
