/* 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: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}

p {
  font-size: 16px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.no-gutters{
	padding:0;
}

.main {
  display: flex;
  height: 100vh;
}

.section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex .4s ease;
  position: relative;
}

.section .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color .8s ease;
}

.section .content {
  z-index: 2;
  text-align: center;
}

.section:hover {
  flex: 2;
}

.section:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

#timsan1 {
  background-image: url(../images/img/timsan-bg.jpg);
}

#timsan2 {
  background-image: url(../images/img/insaat-bg.jpg);
}

#timsan3 {
  background-image: url(../images/img/traktor-bg.jpg);
}
#timsan4 {
  background-image: url(../images/img/hidrolik-bg.jpg);
}
.main img {
padding: 15px;
}
.logo {
 text-align: center;
}
.tmsnbtn {
  opacity: 0;
  transition: all .4s ease-in-out;
  height: 0;
}
.tmsntxt {
  opacity: 0;
  width: 325px;
  margin:auto;
  color: #c6c6c6;
  margin: 25px 0;
  font-weight: 300;
  transition: all .4s ease-in-out;
}
.section:hover .tmsntxt {
  opacity: 1;
}
.section:hover .tmsnbtn {
  opacity: 1;
}
.tbtn {
  color: #ccc;
}
.tbtn:hover {
  color: #ccc;
  box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 1px 0 #8B8B8B;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  border-top:solid 2px #383085;
}
.nav-contact {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  height: 50px;
}
.nav-contact i {
  padding:5px;
  color: #b7b7b7;
}
.nav-contact a {
  color: #ffffff;
  margin-left: 25px;
  line-height: 55px;
  cursor: pointer;
}
.nav-contact a:hover {
  color: #f7f7f7 ;
}
.nav-contact a:nth-child(2) {
  padding-left: 15px;
}
.nav-contact a:nth-child(3) {
  padding-left: 15px;
  color: #ffffff;
}
.nav-contact a:nth-child(3):hover {
    color: #f7f7f7;
}
.navbar.bg-light {
    background-color:rgb(56, 48, 133)!important;
}
.navbar-brand img{
  width: 150px;
}
.logo_txt{
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  vertical-align: bottom;
}
.navbar-brand{
  text-align: center;
}