@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Porky
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(component2.css);
/* @import url(jquery.countdown.css);
@import url(simple-line-icons.css);
@import url(animate.css);
@import url(component2.css);
@import url(font-awesome.min.css);
@import url(et-line-font.css);
@import url(pe-icon-7-stroke.css);
@import url(pe-icon-7-styles.css);
@import url(bootstrap.min.css);
@import url(inputtext.css);
@import url(modalcomponent.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);*/
/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .address-detail a, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold; }

body {
  
  background: url("../img/arkaplan.jpg");
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  overflow-y: hidden; 
  margin:0;


}

.sidepanel  {

  width: 0;
  position: fixed;
  z-index: 1;
  height: 900px;
  top: 0;
  left: 0;
  background-color: #8d5151;
  overflow-x: hidden;
  transition: 0.7s;
  padding-top: 60px;

}

.sidepanel a {

  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fffbfb;
  display: block;
  transition: 0.3s;

}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {

  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: gray;
  padding: 10px 15px;
  border: 1px;

}

.openbtn:hover {
  background-color:#444;
}

#wrapper {
  
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

p.link{

  color:white;
  margin-top: 25%;

}

p.takip{

  color:white;
  text-align: center; 

}

#particles_js{

  width:100% ;
  height:100vh ;
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer {
  position: fixed;
  left: 0px;
  right:20px;
  bottom: 10px;
  width: 100%;
  background: transparent;
  text-align: center;
}



.particles-js-canvas-el{

  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -2;

}

a.beycim{

  position: absolute;
  left: 50%;

  transform: translateX(-50%) translateY(-50%);


  
}

p.beycimparag{

  color:white;
  margin-left:50px;
  margin-right:50px;
  margin-block-start: 0px;
  margin-top:40px;
  font-size: 16px;
  text-align: justify;
  
}

p.tel{

  color:white;
  text-align: center;
  font-size:20px;
 
}

p.cizgi{

  color:white;
  font-size: 50px;
  text-align: center;
  margin-top:20px;

}

p.mail{

  color:white;
  font-size:24px;
  text-align: center;
  margin-top:20px;

}

p.adres{

  color: white;
  font-size:24px;
  text-align: center;
  margin-top: 20px;

}

ul {
  padding:0;
  list-style: none;
}
.footer-social-icons {
  width: 250px;
  display:block;
  margin: 0 auto;
}
/* .social-icon {
  color: #fff;
} */
ul.social-icons {
  margin-top: 10px;
}
.social-icons li {
  vertical-align: top;
  display: inline;

}
/* .social-icons a {
  color: #fff;
  text-decoration: none;
} */
.fa-facebook {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-facebook:hover {
  background:transparent;
}
.fa-twitter {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-twitter:hover {
  background:transparent;
}
.fa-instagram {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-instagram:hover {
  background-color: tomato;
}


.btn-cont {

  text-align: center;
  margin-top: 80px;
  margin-left:190px;
  margin-right:190px;
  
  
}

.btn-cont .btn {

  position: relative;
  padding: 20px ;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 1.125em; 
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;

}



.btn-cont .btn:hover {

  border: none;

}

.btn-cont .btn:hover .line-1 {

  -webkit-animation: move1 1500ms infinite ease;
        animation: move1 1500ms infinite ease;

}
.btn-cont .btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
          animation: move2 1500ms infinite ease;
}
.btn-cont .btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
          animation: move3 1500ms infinite ease;
}
.btn-cont .btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
          animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  background-color: white;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: white;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: white;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.social-wrpper{
  margin-top:80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
a.logo{
  position: fixed;
  top: 0;
  right: 0;
}

.cpyx {
  float: right;
  color: #ffffff;
  font-size: 0.9em;
  bottom: 0;
}


/* Mozilla based browsers */
::-moz-selection {
  background: #c29f75;
  color: #fff; }

/* Works in Safari */
::selection {
  background: #c29f75;
  color: #fff; }

#ascrail21000 {
  z-index: 999 !important; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #343434;
  font-weight: 600; }

h1 {
  font-size: 60px;
  letter-spacing: 1.5px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase; }

h2 {
  font-size: 48px;
  line-height: 48px; }

h3 {
  font-size: 30px;
  line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 35px; }

h5 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px; }

h6 {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 15px;
  margin-top: 25px; }

p, .address-detail a {
  font-size: 16px;
  color: #767676;
  line-height: 25px;
  font-weight: 400;
  font-family: "Lora", serif; }
  p.lead, .address-detail a.lead {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0; }

.force-UTF-8 {
  content: "¡"; }

/****************************/
/** Main **/
/****************************/
/* .padding-zero {
  padding: 0; }

.padding-left-zero {
  padding-left: 0; }

.padding-right-zero {
  padding-left: 0; }

.padding-left-150 {
  padding-left: 150px; }

.padding-right-150 {
  padding-right: 150px; }

.padding-left-100 {
  padding-left: 100px; }

.padding-right-100 {
  padding-right: 100px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-left-75 {
  padding-left: 75px; }

.padding-right-75 {
  padding-right: 75px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-100 {
  padding-top: 100px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-5 {
  margin-top: 5px; } */

/* .sec-pad {
  padding-top: 70px;
  padding-bottom: 70px; }

.sec-pad-sm {
  padding-top: 50px;
  padding-bottom: 50px; }

.sec-pad-xs {
  padding-top: 25px;
  padding-bottom: 25px; }

.sec-pad-top {
  padding-top: 70px; }

.sec-pad-top-sm {
  padding-top: 50px; }

.sec-pad-top-xs {
  padding-top: 25px; }

.sec-pad-bottom {
  padding-bottom: 70px; }

.sec-pad-bottom-sm {
  padding-bottom: 50px; }

.sec-pad-bottom-xs {
  padding-bottom: 25px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.weight-500 {
  font-weight: 500; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.font-uppercase {
  text-transform: uppercase; }

.font-capitalize {
  text-transform: capitalize; }

.font-italic {
  font-style: italic; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.opacity-hide {
  opacity: 0;
  visibility: hidden; }

.table-wrap {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell; }

.vertical-align-middle {
  vertical-align: middle; }

.main-font {
  font-family: "Poppins", sans-serif; }

.secondery-font {
  font-family: "Lora", serif; }

.hide-overflow {
  overflow: hidden; }

.margin-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.hide-block {
  display: none; }

.hide-left-opac {
  display: none;
  opacity: 0;
  top: -50px; }

.relative {
  position: relative; }

.bg-color {
  background: #f7f7f7; }

.bg-attachment-fixed {
  background-attachment: fixed; }

.bg-pattern {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E"); }

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 110;
  height: 100%;
  width: 100%;
  overflow: hidden !important; } */

/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #c29f75;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #c29f75;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }


.side-overlay,
.side-right-overlay {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%; }


@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.4); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.4); }
  100% {
    -o-transform: scale(1); } }
@keyframes back_ken {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
#parallax_it {
  width: 750px; }

.content-wrap {
  height: 100%; }



.side p, .side-left .address-detail a, .address-detail .side-left a {
  color: #fff; }
.side .small-hr {
  margin-top: 17px;
  margin-bottom: 25px; }
.side .tag-wrap {
  position: absolute;
  bottom: 97px;
  z-index: 1; }
.side footer {
  float: center; }
.side #countdown {
  color: #fff;
  font-size: 18px;
  margin-top: 26px; }

.preloader {
  background: #fff; }


.side {
  background: url("../img/arkaplan.jpg");
  width:1000px;
}

.social-icons li {
  display: inline-block;
  margin-right: 20px; }
  .social-icons li:last-child {
    margin-right: 0; }
.social-icons .social-icon {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 25px;
  position: relative;
  display: inline-block; }
  .social-icons .social-icon span {
    display: inline-block;
    position: relative;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s; }
    .social-icons .social-icon span.fa {
      line-height: 25px; }
    .social-icons .social-icon span:before {
      content: attr(data-hover);
      position: absolute;
      top: 100%;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px); }
  .social-icons .social-icon:hover span {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%); }
  .social-icons .social-icon:hover i.fa-facebook {
    color: #3B5998; }
  .social-icons .social-icon:hover i.fa-twitter {
    color: #00aced; }
  .social-icons .social-icon:hover i.fa-linkedin {
    color: #007bb6; }
  .social-icons .social-icon:hover i.fa-behance {
    color: #1769ff; }

.side-right {
  color: #343434;
  right: 0; }
  .side-right .main-content {
    position: relative; }
  .side-right .notify-wrap #message {
    margin-top: 15px;
    padding-left: 0; }
  .side-right {
    bottom: 92px;
    left: 0;
    right: 0;
    position: absolute;
    width: 314px;
    margin: 0 auto; }
  .side-right .copyright-text p, .side-right .copyright-text .address-detail a, .address-detail .side-right .copyright-text a {
    font-size: 12px; }
  .side-right .twitter-sec {
    width: 600px;
    float: left; }
    .side-right .twitter-sec .twiter-ico-wrap {
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      display: block;
      float: left;
      margin-right: 14px;
      height: 50px;
      text-align: center;
      width: 50px; }
      .side-right .twitter-sec .twiter-ico-wrap i {
        padding-top: 16px; }

.form-control {
  border: none;
  box-shadow: none !important;
  color: #343434;
  display: block;
  overflow: hidden;
  font-size: 13px;
  padding-left: 0;
  height: 57px;
  padding-bottom: 18px;
  padding-top: 13px; }
  .form-control:focus {
    border-color: #343434;
    box-shadow: none !important; }
  .form-control::-webkit-input-placeholder {
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control:-ms-input-placeholder {
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control input:-webkit-autofill, .form-control textarea:-webkit-autofill, .form-control select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff; }

.align-center, .address-detail {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 auto; }

.logo {
  display: inline-block; }
  .logo span {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block; }



.page-right .page-inner .container-fluid,
.page-left .page-inner .container-fluid {
  padding-left: 300px;
  padding-right: 300px; }

.page-left .page-inner {
  background: #fff; }
  .page-left .page-inner .small-hr {
    margin-top: 9px;
    margin-bottom: 23px; }
  .page-left .page-inner .client-sec .col-sm-3 {
    text-align: center; }
    .page-left .page-inner .client-sec .col-sm-3 img {
      display: inline-block; }
  .page-left .page-inner .about-sec .about-icon-wrap span {
    display: block; }
    .page-left .page-inner .about-sec .about-icon-wrap span.key-fact {
      font-size: 16px;
      color: #343434;
      text-transform: capitalize;
      margin-bottom: 14px;
      margin-top: 25px; }
  .page-left .page-inner .about-sec .about-icon-wrap .icon {
    color: #c6b6a1;
    font-size: 48px; }
  .page-left .page-inner .team-sec span {
    display: block; }
  .page-left .page-inner .team-sec .team-per {
    font-size: 13px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 20px;
    font-weight: 600; }
  .page-left .page-inner .team-sec .team-desn {
    font-size: 12px;
    color: #8d8d8d;
    text-transform: capitalize;
    margin-bottom: 17px; }
  .page-left .page-inner .team-sec .team-social {
    float: left; }
    .page-left .page-inner .team-sec .team-social li {
      margin-right: 12px;
      float: left; }
      .page-left .page-inner .team-sec .team-social li a i {
        color: #8d8d8d;
        font-size: 14px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .page-left .page-inner .team-sec .team-social li a:hover i {
        color: #343434; }
  .page-left .page-inner .project-gal-wrap {
    margin-top: 60px; }
  .page-left .page-inner .pswp__caption__center {
    display: none; }
  .page-left .page-inner figure figcaption {
    font-size: 12px;
    text-transform: capitalize;
    color: #343434;
    font-weight: 500;
    padding: 20px 0 0 0; }
  .page-left .page-inner figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    .page-left .page-inner figure a .hover {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .page-left .page-inner figure a .hover span {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: calc(50% - 11px); }
    .page-left .page-inner figure a:hover .hover {
      opacity: 1; }
  .page-left .page-inner .event-detail {
    float: left;
    padding-top: 27px;
    width: 100%; }
    .page-left .page-inner .event-detail li {
      float: left;
      padding-bottom: 5px;
      width: 100%; }
      .page-left .page-inner .event-detail li span {
        color: #8d8d8d;
        display: inline-block;
       
        font-size: 16px;
        line-height: 25px;
        padding-right: 40px; }
      .page-left .page-inner .event-detail li p, .page-left .page-inner .event-detail li .address-detail a, .address-detail .page-left .page-inner .event-detail li a {
        float: left; }
      .page-left .page-inner .event-detail li:last-child {
        padding-bottom: 0; }
  .page-left .page-inner .trans-overlay-dark-about {
    background: #fff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.trans-overlay-dark {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.project-gal-wrap img {
  width: 100%; }



.pswp__caption {
  bottom: 130px; }

.pswp__caption__center {
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize; }

.page-right .page-inner .panel-body {
  padding-top: 0; }
.page-right .page-inner .trans-overlay-dark-contact {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
.page-right .page-inner .copyright {
  display: none; }
.page-right .page-inner .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control input:-webkit-autofill, .page-right .page-inner .form-control textarea:-webkit-autofill, .page-right .page-inner .form-control select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #fff; }

.detail-info {
  position: relative;
  z-index: 2;
  text-align: left; }

.nav-btn {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 11;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.ani-wrap {
  position: relative;
  overflow: hidden; }

@keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }
@-webkit-keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }
/* .btnbilgi {
  font-size: 12px;
  
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  overflow: hidden;
  background-color: gray;
  position: relative;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 10px 35px;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn .btn-labelbilgi {
    padding: 4px 0; }
  .btnbilgi:hover, .btn:focus, .btn:active {
    outline: none !important;
    border: none !important;
    background-color:transparent;
    color: #fff; }
  .btnbilgi span {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .btnbilgi .mask {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btnbilgi:hover .mask {
    width: 100%; }
  .btnbilgi.btn-circle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    padding: 0; }
    .btnbilgi.btn-circle:before {
      border-radius: 50%;
      box-shadow: 0 0 0 35px #c39f76 inset; }
    .btnbilgi.btn-circle:hover {
      color: #c29f75; }
      .btn.btn-circle:hover:before {
        box-shadow: 0 0 0 2px #c39f76 inset; }
  .btn.btn-circle-outline {
    color: #c29f75; }
    .btn.btn-circle-outline:before {
      box-shadow: 0 0 0 2px #c39f76 inset; }
  .btn.btn-icon-anim {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: transparent; }
    .btn.btn-icon-anim:hover, .btn.btn-icon-anim:focus, .btn.btn-icon-anim:active {
      background: transparent;
      border: none; }
    .btn.btn-icon-anim i {
      font-size: 16px; }
    .btn.btn-icon-anim:before {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
      -webkit-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
      transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
      width: 100%;
      z-index: -1; }

.close-notify {
  display: block;
  position: relative; }
  .close-notify i {
    color: #c29f75;
    font-size: 23px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.input-wrap {
  position: relative;
  overflow: hidden; }
  .input-wrap i {
    display: none; }

.page-right input {
  height: 80px; }
.page-right .map-sec {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .page-right .map-sec #map_canvas {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .page-right .map-sec a {
    color: #8d8d8d;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
    .page-right .map-sec a:hover {
      color: #343434; }
.page-right .bg-danger, .page-right .bg-success {
  background-color: transparent;
  position: absolute; }
.page-right .form-control {
  color: #343434; }
  .page-right .form-control:focus {
    border-color: #343434; }
.page-right .form-group {
  margin-bottom: 36px; }
.page-right .icon {
  padding-left: 0; }
  .page-right .icon i {
    font-size: 15px; }

@-webkit-keyframes sep-anim {
  0% {
    width: 0; }
  100% {
    width: 20px; } }
@keyframes sep-anim {
  0% {
    width: 0; }
  100% {
    width: 20px; } }




@-webkit-keyframes border-widthc {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes border-widthc {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes border-heightc {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
@keyframes border-heightc {
  0% {
    height: 0%; }
  100% {
    height: 100%; } } */
/* .call-to-action {
  display: block;
  position: absolute !important;
  top: 27px; }
  .call-to-action .goto-next, .call-to-action .goto-close {
    display: block;
    height: 43px;
    left: 0;
    padding-top: 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px; }
    .call-to-action .goto-next span, .call-to-action .goto-close span {
      display: inline-block;
      position: relative; }
  .call-to-action.about {
    left: 27px; }
    .call-to-action.about.btn-circle:hover {
      color: #fff; }
  .call-to-action.contact {
    right: 27px; }

.contact, .about {
  color: #fff; }

#astronomy {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1; }
  #astronomy #demo-canvas {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

@keyframes moveclouds {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@keyframes moveclouds2 {
  0% {
    margin-left: 100%; }
  50% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%; }
  50% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
.layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .layer img {
    max-width: 100%;
    height: 100%; }

.clouds .cloud {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  will-change: transform; }
.clouds .cloud-1 {
  -webkit-animation: moveclouds 25s linear infinite;
  animation: moveclouds 25s linear infinite; }
.clouds .cloud-2 {
  -webkit-animation: moveclouds 50s linear infinite;
  animation: moveclouds 50s linear infinite; }
.clouds .cloud-3 {
  -webkit-animation: moveclouds2 25s linear infinite;
  animation: moveclouds2 25s linear infinite; } */

/*****************************************************/
/* Mediaqueries */
/*****************************************************/
/* @media only screen and (max-width: 1600px) {
  #parallax_it {
    width: 700px; }

  .side-right {
    bottom: 66px; }

  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 150px;
    padding-right: 150px; } } */
/* @media only screen and (max-width: 1600px) {
  #parallax_it {
    width: 500px; }

  .intro-text {
    clear: both; }

  .side-right {
    bottom: 30px; }
  .side-right .notify-btn {
    bottom: 40px;
    right: 40px; }
  .side-right .notify-wrap {
    bottom: 5px;
    right: 40px; }
  .side-right .timer-sec {
    bottom: 40px;
    right: 40px; }

  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 70px;
    padding-right: 70px; } } */
@media only screen and (max-width: 1366px) {
  .side-right .twitter-sec {
    width: 100%; }
    .side-right .twitter-sec .twiter-ico-wrap {
      margin-right: 0;
      margin-bottom: 10px;
      float: none; }
    .side-right .twitter-sec #tweecool {
      float: none;
      width: 100%; } }
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 25px;
    line-height: 35px; }

@media only screen and (min-width: 200px) and (max-width:300px) {
  .sidepanel  {

    max-width:200px;

  }
  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:50px;
    margin-right:50px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 7px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }

}
@media only screen and (min-width: 301px) and (max-width:400px) {
  .sidepanel  {

    max-width:300px;
    
  }
  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:50px;
    margin-right:50px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 7px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }

}
@media only screen and (min-width: 401px) and (max-width:450px) {
  .sidepanel  {

    max-width:400px;
    
  }

  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:100px;
    margin-right:100px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 9px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }
}
@media only screen and (min-width: 451px) and (max-width:500px) {
  .sidepanel  {

    max-width:450px;
    
  }
}
@media only screen and (min-width: 501px) and (max-width:600px) {
  .sidepanel  {

    max-width:500px;
    
  }
}


@media only screen and (min-height: 400px) and (max-height:500px) {
  .sidepanel  {

    max-height:400px;

  }
}
@media only screen and (min-height: 501px) and (max-height:600px) {
  .sidepanel  {

    max-height:500px;
    
  }
}
@media only screen and (min-height: 601px) and (max-height:650px) {
  .sidepanel  {

    max-height:600px;
    
  }
}
@media only screen and (min-height: 651px) and (max-height:700px) {
  .sidepanel  {

    max-height:650px;
    
  }
}
@media only screen and (min-height: 701px) and (max-height:800px) {
  .sidepanel  {

    max-height:700px;
    
  }
}
@media only screen and (min-height: 801px) and (max-height:900px) {
  .sidepanel  {

    max-height:800px;
    
  }
}

/* 
  #parallax_it {
    position: static;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    display: block; }

  .hover {
    display: none; }

  .timer-sec {
    position: static; } */

  /* .notify-cmpt.notify-form-type-3 .notify-wrap .btn:hover {
    color: #343434; } */

  /* .notify-cmpt.notify-form-type-2 .notify-wrap .btn:hover, .notify-cmpt.notify-form-type-2 .notify-wrap .btn:active, .notify-cmpt.notify-form-type-2 .notify-wrap .btn:focus {
    color: #343434; } */

  .side {
    width: 100%;
    position: relative; }



  /* .btn:hover, .btn:focus, .btn:active {
    color: #fff; } */
/* 
  .page-right .btn:hover, .page-right .btn:focus, .page-right .btn:active {
    color: #fff;
    border: 2px solid #fff; }

  .side-right .social-icons .social-icon:hover span {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); } }
@media only screen and (max-width: 768px) {
  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (max-width: 767px) {
  .margin-bottom-xs {
    margin-bottom: 30px; }

  .margin-bottom-0 {
    margin-bottom: 0 !important; }

  .client-sec .col-xs-6:nth-child(1), .client-sec .col-xs-6:nth-child(2) {
    margin-bottom: 40px; } }
@media only screen and (max-width: 736px) {
  .sec-pad {
    padding-top: 50px;
    padding-bottom: 50px; }

  .sec-pad-top {
    padding-top: 50px; }

  .sec-pad-bottom {
    padding-bottom: 50px; }

  .page-right input {
    height: 45px; }

  .address-detail {
    margin-top: 30px; }

  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn {
    margin-top: 15px; }

  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 40px; } }
@media only screen and (max-width: 668px) {
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 20px; } }
@media only screen and (max-width: 568px) {
  h1 {
    font-size: 40px;
    line-height: 50px; }

  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 537px) {
  .col-xxs-6 {
    width: 50%; }

  .col-xxs-12 {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  #parallax_it {
    width: 350px; } }
@media only screen and (max-width: 485px) {
  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
    float: none; }

  .notify-cmpt.notify-form-type-2 .notify-wrap .btn {
    border-left: 2px solid #343434;
    margin-top: 20px; }

  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-2 .notify-wrap .btn {
    width: 100%;
    text-align: center; }

  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
    padding: 0; }

  .page-left .page-inner .event-detail li span {
    display: block;
    float: none; } }
@media only screen and (max-width: 414px) {
  .copyright-text .social-icons, .copyright-text p, .copyright-text .address-detail a, .address-detail .copyright-text a {
    width: 100%; }

  .side #countdown {
    font-size: 10px; }

  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 100px; } }
@media only screen and (max-width: 320px) {
  #parallax_it {
    width: 270px; } } */

/*# sourceMappingURL=style.css.map */
  }