body::-webkit-scrollbar {
    width: 0.7em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #9a1c84;
  border-radius: 5px;
}

h1 {
	font-size: 30px;
	font-weight: 100;
	color: #000;
}

h2 {
	font-size: 40px;
	font-weight: 100;
	color: #9a1c84;
}

p {
	font-size: 19px;
}

.boxshadow {
	-webkit-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	transition: all 0.4s;
}

.boxshadow:hover {
	-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
}

#navbarSupportedContent ul li a {
	color: #414042;
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;
	list-style: none;
	border-bottom: 2px solid transparent;
	transition: all 0.4s;
}

#navbarSupportedContent ul li a:hover {
	color: #e8e8e8;
	font-weight: 200;
	background-color: transparent;
}
li.different{
  border:none;
  position: relative;
}
li.different:hover{
  border: none;
}
li:hover {
  border-bottom: 3px solid #9a1c84;
}
.different::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  left: 0%;
  bottom:0;
  background-color: #9a1c84;
  transition: all ease-in-out .2s;
}
.different:hover::after{
  width: 100%;
  left: 0;
}
#contact {
	padding: 20px;
	text-align: center;
	background-color: #eaeaea;
	width: 100%;
}

.model {
	background-image: url(images/3d.jpg);
	background-size: cover;
	height: 500px;
}

.contact {
	background-image: url(images/contact.jpg);
	background-size: cover;
	height: 500px;
	transition: all 0.7s;
}

.bold {
	font-weight: 700;
	color: white;
	font-size: 30px;
}

.slide-ban {
		height: 200px;
		transition: all 0.7s;
	}

	#web {
		margin-top: 10px;
	}

.content {
	width: 100%;
	padding: 10px 40px;
	text-align: center;
}

.content1 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	padding: 30px 120px;
	text-align: center;
}

.refe {
	width: 50%;
	text-align: left;
	position: relative;
	z-index: 2;
}

.refe img {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 8px;
	-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
}

.title {
	width: 40%;
	height: 300px;
	border: 4px solid #e2e2e2;
	position: relative;
	text-align: left;
	top: -20px;
	left: -30px;
	padding: 20px;
	border-radius: 8px;
}

.title h2 {
	font-size: 20px;
	font-weight: 500;
}

.content4 {
	width: 1100px;
	margin: 10px auto;
	text-align: center;
}

.content4a {
	width: 1100px;
	margin: 10px auto;
	text-align: center;
}

.content2 {
	width: 1100px;
	height: 610px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.content5 {
	width: 50px;
	position: fixed;
	right: 0px;
	top: 50%;
	background-color: white;
	border: 1px solid #e2e2e2;
	border-right: none;
	text-align: center;
	padding: 20px auto;
}

.content5 .social a {
	display: block;
	font-size: 25px;
	transition: all 0.2s;
	padding: 5px;
}

.content5 .social a:hover {
	display: block;
	color: #9a1c84;
	font-size: 27px;
	padding: 3px;
}

.content6 {
	width: 100%;
	padding: 40px 50px 120px 50px;
	background-image: url(images/social.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
}

.content6 > h1 {
	color: white;
} 

.content6 > h2 {
	color: white;
} 

.content7 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	padding: 20px 40px;
	text-align: center;
	flex-wrap: wrap;
}

.content7a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 40px;
	text-align: center;
	position: relative;
	top: -100px;
	margin-top: 10px;
}

.content7a img {
	border-radius: 8px;
	width: 400px;
}

.content7a div:last-child {
	padding: 20px;
}

.content7 div {
	width: 32%;
	border: 3px solid #e2e2e2;
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 60px;
	border-radius: 8px;
	transition: all 0.5s;
}

.content7 div:nth-child(1):hover {
	border: 3px solid #f26522;
}

.content7 div:nth-child(2):hover {
	border: 3px solid #2cc6cc;
}

.content7 div:nth-child(3):hover {
	border: 3px solid #1c4993;
}

.content7 div:nth-child(4):hover {
	border: 3px solid #c6d82a;
}

.content7 div:nth-child(5):hover {
	border: 3px solid #d21659;
}

.content7 div:nth-child(6):hover {
	border: 3px solid #efad0e;
}


.content7 div img {
	position: relative;
	width: 100px;
	top: -50px;
	background-color: #fff;
	padding: 10px;
}

.content8 {
	width: 100%;
	align-items: center;
	padding: 20px 40px;
	text-align: center;
}

.content8 img {
	border-radius: 5px;
}

.content9 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0px 40px;
	text-align: center;

}

.content9 div {
	width: 16%;
	border-radius: 5px;
	align-items: center;
	display: flex;
	text-align: center;
}

.content9 div span {
	font-weight: 100;
	font-size: 25px;
}

.content9 div:nth-child(1):hover {
	background-color: red;
	color: white;
}

.posit {
	position: relative;
	top: -170px;
	color: white;
}

.posit h2 {
	color: white;
}

.birlik {
	width: 600px;
	height: 510px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.a {
	width: 480px;
	height: 510px;
	background-image: url(images/carpor.jpg);
	background-size: cover;
	border-radius: 5px;
	transition: all 0.7s;
	text-align: center;
	padding: 25px 20px;
	color: #000;
}

.b {
	width: 290px;
	height: 245px;
	background-image: url(images/power2.jpg);
	background-size: cover;
	border-radius: 5px;
	transition: all 0.7s;
	text-align: center;
	padding: 90px 20px;
	color: white;
}

.c {
	width: 290px;
	height: 245px;
	background-image: url(images/power.jpg);
	background-size: cover;
	border-radius: 5px;
	transition: all 0.7s;
	text-align: center;
	padding: 90px 20px;
	color: white;
}

.d {
	width: 290px;
	height: 245px;
	background-image: url(images/result.jpg);
	background-size: cover;
	border-radius: 5px;
	transition: all 0.7s;
	text-align: center;
	padding: 90px 20px;
	color: white;
}

.e {
	width: 290px;
	height: 245px;
	background-image: url(images/static.jpg);
	background-size: cover;
	border-radius: 5px;
	transition: all 0.7s;
	text-align: center;
	padding: 90px 20px;
	color: white;
}
.a:hover, .b:hover, .c:hover, .d:hover, .e:hover {
	transform: scale(1.05);
}

.form {
	width: 1100px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	display: flex;
	padding: 10px 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.formgroup, .formgroup2 {
	display: flex;
	justify-content: space-between;
	width: 1060px;
	flex-wrap: wrap;
}

.formgroup div {
	width: 50%;
	margin-bottom: 20px;
	text-align: left;
}

.formgroup2 div {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.form input {
	border-radius: 2px;
	padding: 5px;
	border: 1px solid #e2e2e2;
	margin-top: 8px;
	width: 80%;
}

textarea {
	width: 200%;
	height: 100px;
	margin-top: 8px;
	border-radius: 2px;
	padding: 20px;
	background-color: #f3f3f3;
	border: none;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(images/check_radio_sheet.png) -19px top no-repeat;
}

.content .kutu {
	width: 300px; height: 300px;
	float: left;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

.content .kutu img {
	filter: grayscale();
	transition: all 0.7s;
	height: 300px;
	
}
.content .kutu img:hover {
	transform: scale(1.25);
	overflow: hidden;
	filter: grayscale(0);
}

.sl-slider a {
	font-weight: 400;
	font-size: 14px;
}

.sl-slider a:hover {
	text-decoration: none;
	color: #9a1c84;
}

.deco img:hover {
	transform: scale(1.2);
}

#logo{transition: all 0.7s;}

#logo:hover {
	transform: scale(1.2);
}

/*Referans Kısmı*/
.referans {
	width: 1100px;
	padding: 20px 150px;
	background-color: #e2e2e2;
	margin: 20px auto;
}

.referans .kutu {
	width: 200px; height: 200px;
	float: left;
}

.referans .kutu img {
	filter: grayscale();
	transition: all 0.7s;
	height: 200px;
	
}
.referans .kutu img:hover {
	transform: scale(1.15);
		filter: grayscale(0);
		z-index: 5;
}

.slide-ban {
	height: 250px;
	transition: all 0.7s;
}

.teklif {
	padding: 10px;
	background-color: #9a1c84;
	font-weight: 500;
	color: white;
	border-radius: 5px;
	border: none;
}

.teklif:hover {
	transition: all 0.7s;
	transform: scale(1.05);
}

.teklif2{
	padding: 10px;
	background-color: #fff;
	font-weight: 500;
	color: #000;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.teklif2:hover {
	background-color: #e2e2e2;
	color: #fff;
	border: 1px solid #2aa0bd;
}

.teklif2 a {
	text-decoration: none;
	color: #373737;
}

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

.size {
	font-size: 40px;
}


/* Mobil Navbar */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 200000; /* Stay on top */
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  overflow-y: visible;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px 0px 35px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-weight: 100;
}
.sidenav a span
{
  font-size: 12px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #9a1c84;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobil {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10000;
}

.ortala {
	display: flex;
	align-items: center; 
}


@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

/*Mobil Kısım */
	@media screen and (max-width: 650px){

	.slide-ban {
		height: 150px;
		transition: all 0.7s;
	}

	.mobil {
		float: right;
		display: block;
		margin-top: 10px;
		margin-right: 10px;
		transition: all 0.7s;
	}

	h1 {
		font-size: 20px;
		font-weight: 100;
		color: #000;
	}

	h2 {
		font-size: 23px;
		font-weight: 100;
		color: #9a1c84;
	}

	p {
		font-size: 15px;
	}

	.boxshadow {
		-webkit-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		transition: all 0.4s;
	}

	.boxshadow:hover {
		-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	}

	#navbarSupportedContent ul li a {
		color: #414042;
		font-weight: 200;
		font-size: 1px;
		text-decoration: none;
		list-style: none;
		border-bottom: 2px solid transparent;
		transition: all 0.4s;
	}

	#navbarSupportedContent ul li a:hover {
		color: #e8e8e8;
		font-weight: 200;
		border-radius: 1px;
		border-bottom: 2px solid #9a1c84;
		background-color: transparent;
	}


	#contact {
		padding: 10px;
		text-align: center;
		background-color: #eaeaea;
		width: 100%;
	}

	.contact {
		background-image: url(images/contact.jpg);
		background-size: cover;
		height: 500px;
		transition: all 0.7s;
	}

	.bold {
		font-weight: 700;
		color: white;
		font-size: 20px;
	}

	.content {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		position: relative;
		top: -10px;
	}

	.content1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		text-align: center;
	}

	.refe {
		margin-top: 20px;
		width: 100%;
		text-align: left;
		position: relative;
		z-index: 2;
	}

	.refe img {
		width: 100%;
		border: 2px solid #fff;
		border-radius: 4px;
		-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	}

	.title {
		width: 100%;
		border: 2px solid #2fa6b4;
		text-align: center;
		padding: 10px 10px;
		position: relative;
		top: -20px;
		left: auto;
		height: 140px;
		z-index: 4;
		background-color: #fff;
	}

	.title h2 {
		font-size: 15px;
		font-weight: 500;
	}

	.content4 {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		margin-top: 10px;
	}

	.content4a {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		margin-top: 450px;
	}

	.content2 {
		width: 100%;
		padding: 10px 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.content5 {
		width: 50px;
		position: fixed;
		right: 0px;
		top: 50%;
		background-color: white;
		border: 1px solid #e2e2e2;
		border-right: none;
		text-align: center;
		padding: 20px auto;
	}

	.content5 .social a {
		display: block;
		font-size: 25px;
		transition: all 0.2s;
		padding: 5px;
	}

	.content5 .social a:hover {
		display: block;
		color: #9a1c84;
		font-size: 27px;
		padding: 3px;
	}

	.content6 {
		width: 100%;
		padding: 10px 30px 20px 20px;
		background-image: url(images/social.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		color: white;
	}

	.content6 > h1 {
		color: white;
	} 

	.content6 > h2 {
		color: white;
	} 

	.content7 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 10px 20px;
		text-align: center;
		flex-wrap: wrap;
	}

	.content7 div {
		width: 49%;
		border: 2px solid #e2e2e2;
		padding: 0px 10px 10px 10px;
		text-align: justify center;
		margin-top: 60px;
	}

	.content7 div img {
		position: relative;
		width: 50px;
		top: -25px;
	}

	.content7a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 5px 20px;
		text-align: center;
		position: relative;
		top: -100px;
		margin-top: 10px;
	}

	.content7a img {
		border-radius: 8px;
		width: 100%;
	}

	.content8 {
		width: 100%;
		align-items: center;
		padding: 10px 20px;
		text-align: center;
	}

	.content8 img {
		border-radius: 5px;
	}

	.content9 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0px 40px;
		text-align: center;

	}

	.content9 div {
		width: 16%;
		border-radius: 5px;
		align-items: center;
		display: flex;
		text-align: center;
	}

	.content9 div span {
		font-weight: 100;
		font-size: 25px;
	}

	.content9 div:nth-child(1):hover {
		background-color: red;
		color: white;
	}

	.posit {
		position: relative;
		z-index: 2000;
		color: #fff;
		top: -100px;
	}

	.posit h2 {
		color: #fff;
	}

	.birlik {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.a {
		width: 100%;
		background-image: url(images/carpor.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 25px 20px;
		color: #000;
	}

	.b {
		width: 48%;
		background-image: url(images/power2.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
		margin-bottom: 10px;
	}

	.c {
		width: 48%;
		background-image: url(images/power.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 60px 10px;
		color: white;
	}

	.d {
		width: 48%;
		background-image: url(images/result.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
	}

	.e {
		width: 48%;
		background-image: url(images/static.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
		margin-bottom: 10px;
	}
	.a:hover, .b:hover, .c:hover, .d:hover, .e:hover {
		transform: scale(1.05);
	}

	.form {
		width: 100%;
		border-radius: 5px;
		border: 1px solid #e2e2e2;
		display: flex;
		padding: 10px 20px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.formgroup, .formgroup2 {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.formgroup div {
		width: 50%;
		margin-bottom: 20px;
		text-align: left;
	}

	.formgroup2 div {
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.form input {
		border-radius: 2px;
		padding: 5px;
		border: 1px solid #e2e2e2;
		margin-top: 8px;
		width: 80%;
	}

	textarea {
		width: 200%;
		height: 100px;
		margin-top: 8px;
		border-radius: 2px;
		padding: 10px;
		background-color: #f3f3f3;
		border: none;
	}

	input[type="checkbox"] {
	    display:none;
	}

	input[type="checkbox"] + label {
	    color:#f2f2f2;
	}

	input[type="checkbox"] + label span {
	    display:inline-block;
	    width:19px;
	    height:19px;
	    margin:-2px 10px 0 0;
	    vertical-align:middle;
	    background:url(images/check_radio_sheet.png) left top no-repeat;
	    cursor:pointer;
	}

	input[type="checkbox"]:checked + label span {
	    background:url(images/check_radio_sheet.png) -19px top no-repeat;
	}

	.sl-slider a {
		font-weight: 400;
		font-size: 12px;
	}

	.sl-slider a:hover {
		text-decoration: none;
		color: #9a1c84;
	}

	.deco img:hover {
		transform: scale(1.2);
	}

	#logo{transition: all 0.7s;}

	#logo:hover {
		transform: scale(1.2);
	}

	/*Referans Kısmı*/
	.referans {
		width: 1100px;
		padding: 20px 150px;
		background-color: #e2e2e2;
		margin: 20px auto;
	}

	.referans .kutu {
		width: 200px; height: 200px;
		float: left;
	}

	.referans .kutu img {
		filter: grayscale();
		transition: all 0.7s;
		height: 200px;
		
	}
	.referans .kutu img:hover {
		transform: scale(1.15);
			filter: grayscale(0);
			z-index: 5;
	}

	.teklif {
		padding: 10px;
		background-color: #9a1c84;
		font-weight: 500;
		color: white;
		border-radius: 5px;
		border: none;
	}

	.teklif:hover {
		transition: all 0.7s;
		transform: scale(1.05);
	}

	.teklif2{
		padding: 10px;
		background-color: #fff;
		font-weight: 500;
		color: #000;
		border: 1px solid #e2e2e2;
		border-radius: 5px;
	}

	.teklif2:hover {
		background-color: #e2e2e2;
		color: #fff;
		border: 1px solid #2aa0bd;
	}

	.teklif2 a {
		text-decoration: none;
		color: #373737;
	}

	.size {
		font-size: 40px;
	}

}/*Mobile Finish */

/*Tab Start */
	@media screen and (min-width: 651px) and (max-width: 1000px) {

	.slide-ban {
		height: 250px;
		transition: all 0.7s;
	}

	#web {
		margin-top: 180px;
	}

	.mobil {
		float: right;
		display: block;
		margin-top: 10px;
		margin-right: 10px;
		transition: all 0.7s;
	}

	h1 {
		font-size: 20px;
		font-weight: 100;
		color: #000;
	}

	h2 {
		font-size: 23px;
		font-weight: 100;
		color: #9a1c84;
	}

	p {
		font-size: 15px;
	}

	.boxshadow {
		-webkit-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
		transition: all 0.4s;
	}

	.boxshadow:hover {
		-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	}

	#navbarSupportedContent ul li a {
		color: #414042;
		font-weight: 200;
		font-size: 1px;
		text-decoration: none;
		list-style: none;
		border-bottom: 2px solid transparent;
		transition: all 0.4s;
	}

	#navbarSupportedContent ul li a:hover {
		color: #e8e8e8;
		font-weight: 200;
		border-radius: 1px;
		border-bottom: 2px solid #9a1c84;
		background-color: transparent;
	}


	#contact {
		padding: 10px;
		text-align: center;
		background-color: #eaeaea;
		width: 100%;
	}

	.contact {
		background-image: url(images/contact.jpg);
		background-size: cover;
		height: 500px;
		transition: all 0.7s;
	}

	.bold {
		font-weight: 700;
		color: white;
		font-size: 20px;
	}

	.content {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		position: relative;
		top: -10px;
	}

	.content1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		text-align: center;
	}

	.refe {
		margin-top: 20px;
		width: 100%;
		text-align: left;
		position: relative;
		z-index: 2;
	}

	.refe img {
		width: 100%;
		border: 2px solid #fff;
		border-radius: 4px;
		-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
		box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	}

	.title {
		width: 100%;
		border: 2px solid #2fa6b4;
		text-align: center;
		padding: 10px 10px;
		position: relative;
		top: -20px;
		left: auto;
		height: 140px;
		z-index: 4;
		background-color: #fff;
	}

	.title h2 {
		font-size: 15px;
		font-weight: 500;
	}

	.content4 {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		margin-top: 10px;
	}

	.content4a {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
	}

	.content2 {
		width: 100%;
		padding: 10px 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.content5 {
		width: 50px;
		position: fixed;
		right: 0px;
		top: 50%;
		background-color: white;
		border: 1px solid #e2e2e2;
		border-right: none;
		text-align: center;
		padding: 20px auto;
	}

	.content5 .social a {
		display: block;
		font-size: 25px;
		transition: all 0.2s;
		padding: 5px;
	}

	.content5 .social a:hover {
		display: block;
		color: #9a1c84;
		font-size: 27px;
		padding: 3px;
	}

	.content6 {
		width: 100%;
		padding: 20px 30px 60px 30px;
		background-image: url(images/social.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		color: white;
	}

	.content6 > h1 {
		color: white;
	} 

	.content6 > h2 {
		color: white;
	} 

	.content7 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 10px 20px;
		text-align: center;
		flex-wrap: wrap;
	}

	.content7 div {
		width: 49%;
		border: 2px solid #e2e2e2;
		padding: 0px 10px 10px 10px;
		text-align: justify center;
		margin-top: 60px;
	}

	.content7 div img {
		position: relative;
		width: 50px;
		top: -25px;
	}

	.content7a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 5px 20px;
		text-align: center;
		position: relative;
		top: -100px;
		margin-top: 30px;
	}

	.content7a div {
		width: 48%;
		padding: 10px;
	}

	.content7a img {
		border-radius: 8px;
		width: 48%;
	}

	.content8 {
		width: 100%;
		align-items: center;
		padding: 10px 20px;
		text-align: center;
	}

	.content8 img {
		border-radius: 5px;
	}

	.content9 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0px 40px;
		text-align: center;

	}

	.content9 div {
		width: 16%;
		border-radius: 5px;
		align-items: center;
		display: flex;
		text-align: center;
	}

	.content9 div span {
		font-weight: 100;
		font-size: 25px;
	}

	.content9 div:nth-child(1):hover {
		background-color: red;
		color: white;
	}

	.posit {
		position: relative;
		z-index: 2000;
		color: #fff;
		top: -100px;
	}

	.posit h2 {
		color: #fff;
	}

	.birlik {
		width: 49%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.a {
		width: 49%;
		background-image: url(images/carpor.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 25px 20px;
		color: #000;
	}

	.b {
		width: 48%;
		background-image: url(images/power2.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
		margin-bottom: 10px;
	}

	.c {
		width: 48%;
		background-image: url(images/power.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 60px 10px;
		color: white;
	}

	.d {
		width: 48%;
		background-image: url(images/result.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
	}

	.e {
		width: 48%;
		background-image: url(images/static.jpg);
		background-size: cover;
		border-radius: 5px;
		transition: all 0.7s;
		text-align: center;
		padding: 90px 20px;
		color: white;
		margin-bottom: 10px;
	}
	.a:hover, .b:hover, .c:hover, .d:hover, .e:hover {
		transform: scale(1.05);
	}

	.form {
		width: 100%;
		border-radius: 5px;
		border: 1px solid #e2e2e2;
		display: flex;
		padding: 10px 20px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.formgroup, .formgroup2 {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.formgroup div {
		width: 50%;
		margin-bottom: 20px;
		text-align: left;
	}

	.formgroup2 div {
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.form input {
		border-radius: 2px;
		padding: 5px;
		border: 1px solid #e2e2e2;
		margin-top: 8px;
		width: 80%;
	}

	textarea {
		width: 200%;
		height: 100px;
		margin-top: 8px;
		border-radius: 2px;
		padding: 10px;
		background-color: #f3f3f3;
		border: none;
	}

	input[type="checkbox"] {
	    display:none;
	}

	input[type="checkbox"] + label {
	    color:#f2f2f2;
	}

	input[type="checkbox"] + label span {
	    display:inline-block;
	    width:19px;
	    height:19px;
	    margin:-2px 10px 0 0;
	    vertical-align:middle;
	    background:url(images/check_radio_sheet.png) left top no-repeat;
	    cursor:pointer;
	}

	input[type="checkbox"]:checked + label span {
	    background:url(images/check_radio_sheet.png) -19px top no-repeat;
	}

	.sl-slider a {
		font-weight: 400;
		font-size: 12px;
	}

	.sl-slider a:hover {
		text-decoration: none;
		color: #9a1c84;
	}

	.deco img:hover {
		transform: scale(1.2);
	}

	#logo{transition: all 0.7s;}

	#logo:hover {
		transform: scale(1.2);
	}

	/*Referans Kısmı*/
	.referans {
		width: 1100px;
		padding: 20px 150px;
		background-color: #e2e2e2;
		margin: 20px auto;
	}

	.referans .kutu {
		width: 200px; height: 200px;
		float: left;
	}

	.referans .kutu img {
		filter: grayscale();
		transition: all 0.7s;
		height: 200px;
		
	}
	.referans .kutu img:hover {
		transform: scale(1.15);
			filter: grayscale(0);
			z-index: 5;
	}

	.teklif {
		padding: 10px;
		background-color: #9a1c84;
		font-weight: 500;
		color: white;
		border-radius: 5px;
		border: none;
	}

	.teklif:hover {
		transition: all 0.7s;
		transform: scale(1.05);
	}

	.teklif2{
		padding: 10px;
		background-color: #fff;
		font-weight: 500;
		color: #000;
		border: 1px solid #e2e2e2;
		border-radius: 5px;
	}

	.teklif2:hover {
		background-color: #e2e2e2;
		color: #fff;
		border: 1px solid #2aa0bd;
	}

	.teklif2 a {
		text-decoration: none;
		color: #373737;
	}

	.size {
		font-size: 40px;
	}
	

}/*Tab Finish */





