/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

  ::-webkit-scrollbar-thumb:hover {
      background-color: #A5A5A5;
  }

  ::-webkit-scrollbar-thumb:active {
      background-color: #A5A5A5;
  }

body {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 16px;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.no-gutters{
	padding:0;
}


/* NAVBAR */
.navbar-brand img {
  width: auto;
}

/* BANNER */
.t65 {
padding-top: 30px;
}
.i700 {
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
}
.carousel-inner {
  position: relative;
}
.carousel-item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-txt {
  position: absolute;
  top: 50%;
  /* bring your own prefixes */
  transform: translate(0%, -50%);
  font-family: 'Poppins', sans-serif;
}
.banner-baslik h2{
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
}
.banner-aciklama {
  margin-top: 15px;
}
.banner-aciklama p {
  font-size: 15px;
  font-weight: 300;
}
.banner-btn {
padding: 10px 15px;
margin-top: 15px;
display: table;
background-color: #ff5200;
border: solid 1px #ff5200;
color: #fff;
float: left;
}
.banner-btn:hover {
  color: #fff;
  background-color: #c2571d;
}
.iletisim-btn {
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 10px;
  color: #000;
  display: table;
  border: solid 1px #ff5200;
  float: left;
}
.iletisim-btn span {
  font-weight: 600;
}

/* STEP 1 */

.boxes {
  margin: 80px 0px;
}
.kutu {
  background-color: #f7f7f7;
  border:solid 1px transparent;
  padding: 3px;
  transition: all 0.5s ease-in-out;
}
.kutu:hover {
  border: dashed 1px #ff5200;
  padding: 3px;
}
.kutu-ikon {
  width: 100%;
  height: 100%;
  background-color: #ff5200;
  display: table;
}
.ikons {
  display: table-cell;
  vertical-align: middle;
}
.ikons img {
  padding: 20px;
}

.kutu-txt {
  display: table;
  width: 100%;
  height: 100%;
}
.kutu-txt p {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #6d6d6d;
}
.kutu-txt span {
  font-size: 18px;
  font-weight: 600;
  color: rgb(48, 47, 47);
}
.rtop {
  padding-top: 50px;
}
.step1-baslik h1{
  text-align: center;
  margin-top: 60px;
  font-size: 36px;
}
.step1-txt p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #828282;
  padding: 20px 100px;
}

/* STEP 2 */

.step2 {
  background-color: #f7f7f7;
  padding: 0px 0px;
  margin: 100px 0px;
}

.step2-baslik {
  text-align: center;
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.step2-txt p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
.adim5 {
  padding: 70px 0px;
}
.adimm:hover {
  transform:translateY(-20px)
}
.adimm:hover {
 transition: ease-in-out .5s;
}

.down5 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.down5 i{
  color: #fff;
}
.adim-5 {
padding: 25px;
font-size: 36px;
font-weight: 600;
background-color: #fff;
color: #ff5200;
transition: all .5s ease-in-out;
box-shadow: 0px 2px 6px #dadada;
}
.adim-5:hover {
  box-shadow: 0px 2px 6px #e0bca7; 
}
.adim-5 span {
  font-size: 18px;
  font-weight: 500;
  color: rgb(48, 47, 47);
}
.adim-5 p {
  color: #828282;
  font-weight: 400;
  font-size: 15px;
}

/* STEP 3 */

.step3 {
  margin: 100px 0px;
}
.kolay-img {
  position: relative;
}
.parallax {
  display: table;
  width: 100%;
  /* The image used */
  background-image: url("../images/img/img_parallax.jpg");

  /* Set a specific height */
  height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.parallax::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(0,0,0, 0.5);
  z-index: 1;
}
.horz {
  width: 100%;
  height: 100%;
  display: table;
}
.step-txt {
  display: table-cell;
  vertical-align: middle;
}
.step3-baslik h3{
  font-size: 36px;
  font-weight: 600;
}
.step3-baslik span {
  color: #ff5200;
}
.step3-baslik p {
  font-size: 18px;
  font-weight: 300;
  color: #828282;
}
.step3-txt p {
  font-size: 18px;
  font-weight: 300;
  color: #828282;
  padding-top: 25px;
}

/* STEP 4 */

.step4 {
  background-color: #f7f7f7;
}
.step4-baslik {
  text-align: center;
  margin-top: 60px;
  font-size: 36px;
  width: 100%;
}
.step4-txt p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #424242;
  padding: 20px 100px;
}
.step4 i {
  color: #ff5200;
}

/* STEP 5 */

.step5 {
  margin: 100px 0px 60px 0px;
}
.contact {
  border: solid 1px #f7f7f7;
  background-color: #fff;
  padding: 70px 50px;
  box-shadow: 2px 2px 5px #e4e4e4;
}
.step5-baslik {
  text-align: center;
  font-size: 36px;
  font-weight: 200;
}
.step5-baslik span {
  font-weight: 600;
}
.footer-txt {
  font-size: 18px;
  font-weight: 300;
  color: #424242;
  margin:20px 0px;
}
.footer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer-number {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 10px 20px;
}
.footer-number p {
  font-size: 24px;
  font-weight: 800;
  color: #444444;
  margin-bottom: 0;
}
.footer-number p a{
  color: #444444;
}
.footer-number i {
  font-size: 24px;
  color: #ff5200;
  border-right: solid 1px #cecece;
  padding-right: 10px;
  margin-right: 5px;
}
.form-control {
  border-radius: 0;
  font-weight: 300;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 154, 115, 0.26);
}
.btn-primary {
  color: #fff;
  background-color: #ff5200;
  border-color: #ff5200;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f08144;
  border-color: #f08144;
}
.btn {
  border-radius: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 154, 115, 0.26);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f08144;
  border-color: #f08144;
}
.footer-right {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #A5A5A5;
}
.down-contact {
  text-align: center;
  padding: 15px;
}
.down-contact i{
  color:#f08144;
  text-align: center;
}
.contact .footer-number:last-child p{
      font-size: 20.5px;
}
/* CSS Animation */

.fadeInTop { 
  animation-name: fadeInTop;
  animation-delay: .5s;
 }
@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to { opacity: 1 }
}
.fadeInBottom { 
  animation-name: fadeInBottom;
  animation-delay: 1s;
 }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.fadeIn { 
  animation-name: fadeIn;
  animation-delay: 2s;
 }
@keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
.fadeIn2 { 
  animation-name: fadeIn;
  animation-delay: .2s;
 }
@keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}

/* //////// -- Media -- //////// */

@media only screen and (max-width: 768px) {
  .i700 {
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    background-position: center;
  }
  .banner-baslik {
    font-size: 24px;
    line-height: 55px;
    font-weight: 800;
  }
  .banner-aciklama {
    margin-top: 15px;
  }
  .banner-aciklama p {
    font-size: 13px;
    font-weight: 300;
  }
  .adim-5 {
    height: 280px;
    line-height: 30px;
  }
  .adim-5 p{
    line-height: none;
  }

}
@media only screen and (min-width: 1025px) {
  .boxes-1024 {
    display: none;
}
}
@media only screen and (min-width: 768px) {
.boxes-468 {
  display: none;
}
}


@media only screen and (max-width: 1024px) {
  .i700 {
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    background-position: center;
  }
  .banner-baslik {
    font-size: 36px;
    line-height: 55px;
    margin-top: 10px;
    font-weight: 800;
  }
  .boxes {
    display: none;
  }
.kutu-ikon {
  width: 100%;
  height: 114px;
  background-color: #ff5200;
  display: table;
}
}
@media only screen and (max-width: 992px) {
  .navbar  .navbar-right{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .boxes-1024 {
    display: none;
  }
  .banner-aciklama p:last-child{
    display: none;
  }
}
@media only screen and (max-width: 468px) {
  .step1-txt p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    padding: 20px 20px;
}

.banner-btn {
    padding: 10px 10px;
    font-size: 15px;
}
.iletisim-btn {
    padding: 10px 10px;
    font-size: 15px;
}

.navbar-brand img {
  width: 210px;
}
.banner-txt {
  padding-right: 10px;
}
.boxes-1024 {
  display: none;
}
.i700 {
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  background-position: center;
}
.adim-5 {
  height: auto;
  line-height: 30px;
}
.rtop {
  padding-top:0px;
}
.step4-txt p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #424242;
  padding: 20px 20px;
}
.footer-number {
  padding: 10px 10px;
  margin-bottom: 15px;
  width: 100%;
}
.footer-number p, .contact .footer-number:last-child p{
    font-size: 16px;
}
}
.fixed-top {
    top: -1px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}
.footer-number{
  margin-bottom: 10px;
}


.sayfasonu {
    height: 50px;
    background-color: #f7f7f7;
    padding-top: 12px;
}
.copy {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.ttr_logo{
  display: inline-block;
  float: right;
}
.ttr_logo ul{
  margin:0px;
}
.ttr_logo ul li {
    float: left;
    margin: 0px 10px;
}
.ttr_logo ul li img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 25px;
    transition:ease-in-out .5s;
}
.ttr_logo ul li:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

@media only screen and (max-width: 992px) {
.sayfasonu {
    height: auto;
}
.ttr_logo{
  float: none;
  text-align: center;
  display: block;
}
.ttr_logo ul {
    display: inline-block;
        height: 100%;
    padding: 10px;
}
.copy {
    text-align: center;
    display: block;
}
}

@media only screen and (max-width: 527px) {
.ttr_logo ul li {
    width: 40%;
    margin: 10px;
}
}