/*
	Cosmix by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

* {
	margin:0 auto;
}
@font-face {
 font-family: 'helvetica_ce_55_romanregular';
 src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot');
 src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue_ce_55_roman-webfont.woff2') format('woff2'), url('../fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff'), url('../fonts/helvetica_neue_ce_55_roman-webfont.ttf') format('truetype'), url('../fonts/helvetica_neue_ce_55_roman-webfont.svg#helvetica_ce_55_romanregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/opensans-regular-webfont.eot');
 src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: 'helvetica_ce_55_romanregular';
}
/*for-section-text-start-here*/
::selection {
 background: #e73131; /* WebKit/Blink Browsers */
 color:#fff;
}
::-webkit-selection {
background-color: #e73131;
color: #FFF;
}
::-ms-selection {
background-color: #e73131;
color: #FFF;
}
::-o-selection {
background-color: #e73131;
color: #FFF;
}
::-moz-selection {
background-color: #e73131;
color: #FFF;
}
/* ========================================================================
  Hover animation 
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
@keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
/* ========================================================================
  Hover End 
 ========================================================================== */
#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#pre-status, .preload-placeholder {
	background-image:url(../preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 296px;
	left: 38%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 32%;
	width: 296px;
}
.preload-placeholder {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}
.parallex {
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
p {
	font-size:13px;
	color:#666;
	font-weight:bolder;
	line-height:25px;
	font-family: 'open_sansregular';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
 font-family: 'helvetica_ce_55_romanregular';
}
h1 {
	color:#fff;
	font-size:51px;
	text-transform:uppercase;
}
h2 {
	color:#555;
	font-size:35px;
	text-transform:uppercase;
	font-weight:bolder;
}
h3 {
	color:#333;
	font-size:23px;
}
h4 {
	color:#555;
	font-size:21px;
	text-transform:uppercase;
}
h5 {
	color:#333;
	font-size:18px;
}
h6 {
	font-size:16px;
}
strong {
	font-weight:bolder;
}
.space {
	margin:30px 0px;
}
.line {
	border:1px solid #1b1a1a;
	width:30%;
	margin:auto;
	
}
a:hover, a:focus {
	text-decoration:none;
}
a.btn-down {
	height:50px;
	width:50px;
	color:#fff;
	border:2px solid #fff;
	padding:5% 10%;
	position: relative;
	top: 35px;
	font-size: 17px;
}
a.btn-down:hover {
	background:#fff;
	color:#e73131;
	transition:all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a.btn-order {
	height: 50px;
	width: 50px;
	color: #e73131;
	border: 2px solid #e73131;
	padding: 3% 5%;
	font-size: 15px;
	position: relative;
	top: 5px;
}
a.btn-order:hover {
	background:#e73131;
	color:#fff;
	transition:all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a.btn-send {
	color: #e73131;
	border: 2px solid #e73131;
	padding: 2% 0%;
	font-size: 15px;
}
a.btn-send:hover {
	background:#e73131;
	color:#fff;
	transition:all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#menu {
	position:absolute;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	float: left;
	position: relative;
	width: 120px;
}
#menu ul li ul{
	display: none;
}
#menu ul li:hover ul{
	display: block;
}
#menu ul li a{
	padding: 5px;
}

.on {
	background:rgba(0, 0, 0, 0.8);
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

	#home-carousel .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 650px;
}

#home-carousel .item:before {
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}
.txtAnimation{
	color: #000;
}
.btnAnimation{
	font-size: 20px;
	background-color: #330ffd;
	border-radius: 20px;
	margin-left: 620px;
	margin-top: 30px;
	position: relative;
}
.btnAnimation a{
	color: #fff;
}
.demo-bg {
	opacity: 0.5;
	position: absolute;
	width: 90%;
	height: 400px;
	border-radius: 5px;
  }
.animationBox{
	width: 90%;
	height: 400px;
	border-radius: 5px;
	margin: auto;
}
.wrapperAnimation{
	display: flex;
	
}

.wrapperAnimation .static-txt{
	color: rgb(0, 0, 0);
	font-size: 60px;
	margin-top:1px;
	margin-left: 220px;
	font-weight: 400;
}
.wrapperAnimation .static-txt1{
	color: rgb(0, 0, 0);
	font-size: 60px;
	margin-top:1px;
	margin-right: 120px;
	font-weight: 400;
}
.animationBox .static-txt2{
	position: relative;
	color: rgb(2, 2, 2);
	font-size: 20px;
	margin-top:30px;
	margin-left: 435px;
	font-weight: 600;
	width: 40%;
	text-indent: 20px;
	word-wrap: initial; 
	border-radius: 20px;
}
.wrapperAnimation .dynamic-txts{
	margin-left: 250px;
	margin-top: 30px;
	line-height: 90px;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.dynamic-txts li{
	list-style: none;
	color: #330ffd;
	font-size: 60px;
	font-weight: 500;
	position: relative;
	top: 0;
	animation: slide 12s steps(6) infinite;
}
@keyframes slide {
	100%{
		top:-538px;
	}
}
.dynamic-txts li{
	position: relative;
}
.dynamic-txts li::after{
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	animation: typing 3s steps(10) infinite;
}
@keyframes typing{
	40%,60%{
		left: calc(100% + 30px);
	}
	100%{
		left: 0;
	}
}
.carousel-caption {
	left: 15px;
	right: 15px;
	top: 50%;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-shadow: none;
	margin-top: -130px;
}

.carousel-caption h1 {
	font-size:35px;
	margin-bottom:10px;
	letter-spacing:2px;
	font-weight:100;
}
.carousel-caption h2 {
	color:#fff;
	font-size:75px;
	font-weight:600;
	margin-top:0px;
	text-transform:none;
	letter-spacing:2px;
	margin-bottom:20px;
}
.carousel-caption p {
	color:#FFFFFF;
	font-size:17px;
	font-weight:normal;
	line-height:27px;
}
.kalitePolitikasiPhone{
	display: none;
}
.kalitePolitikasiBox{
	display: block;
}
.home-carousel-left, .home-carousel-right {
	background-color: #e73131;
	color:#fff;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}
/* */


h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.2;
}

button {
	border: none;
	border-radius: 5px;
	padding: .5rem 1rem;
	background-color: dodgerblue;
	color: white;
	margin: 1rem 0;
	font-size: 1rem;
}

.wrapper {
	position: relative;
	width: 90%;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1rem;
	margin: 10px auto;
	border-radius: 25px;
}
.wrapper input {
	appearance: none;
	z-index: 100;
	margin-right: 1rem;
	width: 1rem;
	height: 1rem;
	background: orange;
	border-radius: 50%;
	cursor: pointer;
}

.wrapper input:last-of-type {
	margin: 0;
}

.wrapper input:focus {
	outline: none;
}

.wrapper input:checked {
	background: black;
}
div.wrapper picture{

	background-image:url(../images/Slider/backgroundSlider.jpg);
	opacity: 0.5;
} 
/*burada background image yapacaksın*/
.wrapper input + * {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: transform ease-in-out 400ms;
	border-radius: 5px;
	overflow: hidden;
}

.wrapper input + *[aria-label]:before {
	content: attr(aria-label);
	display: block;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	font-size: 1.5rem;
	color: white;
	z-index: 1;
	padding: .5rem;
	background-color: rgba(0,0,0,0.5);
}
input:checked + * {
	transform: translateX(0);
	z-index: 1;
}
.slideshow-container {
	width: 90%;
	max-width: 1600px;
	position: relative;
	margin: 20px auto;
	background-image: url("../images/Slider/backgroundSlider.jpg");
	background-size: cover;
	border-radius: 25px;
  }
  /* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  /* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }
  /* Caption text */
  .text1 {
	color: #020202;
	font-size: 25px;
	font-weight: 600;
	padding: 8px 12px;
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
  }
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
  }
  .dot:hover{
	  cursor: pointer;
  }
  .active {
	background-color: #000000;
  }
  /* Fading animation */
  .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 5s;
	animation-name: fade;
	animation-duration: 5s;
  }

  @-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
  }
  .image1 img{
	margin-left: 150px;
}
  .image2 img{
	margin-left: 480px;
  }
  .image3 img{
	margin-left: 380px;
  }
  .image4 img{
	margin-left: 420px;
  }
  .image5 img{
	margin-left: 350px;
  }
  .image6 img{
	margin-left: 500px;
  }
  .image7 img{
	margin-left: 530px;
  }
  .image8 img{
	margin-left: 500px;
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 800px) {
	.text {font-size: 11px}
	.image1 img,.image2 img,.image3 img,.image4 img,.image5 img,.image6 img,.image7 img,.image8 img{
		width: 90%;
		margin-left: 30px;
		height: 350px;
	}
	.katalog img{
		width: 100%;
	}
	.contentContainer .line{
		margin-left: 50px;
	}
	.tes{
		width: 90%;
		display: flex;
		font-size: 15px;
		margin-left: -30px;
		margin-bottom:10px;
	}
	.calismaAlanıBox{
		width: 90%;
		margin-left: -30px;
		margin-top: 400px;
	}
	.kalitePolitikasiBox{
		width: 90%;
	}
	.kalitePolitikasiPhone{
		display: block;
		font-size: 25px;
		width: 90%; 
		list-style-image: url("../images/firmaProfili/ok.jpg");
	}
	.team-img{
		margin-left: -20px;
	}
	.kalitePolitikasiBox{
		display: none;
	}
	.containerNelerYapiyoruz .nelerYapiyoruz .resim{
		margin-bottom: 200px;
	}
	.containerNelerYapiyoruz .nelerYapiyoruz .yazi{
		width: 90%;
		margin-top: 200px;
	}
	.containerNelerYapiyoruz .nelerYapiyoruz{
		width: 90%;
	}
	.contactInfo{
		margin-left: -50px;
	}
	.map iframe{
		width: 120%;
	}
  }
  
/* 
	just to be safe we hide every element that comes after
	each slide and that's not an input of type radio
*/
.wrapper input + * + *:not(.wrapper input[type=radio]) {
	display: none;
}

/* ARROWS */

input:before {
	display: none !important;
	content: '';
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 2rem;
	height: 2rem;
	background: orange;
	border-radius: 50%;
}

input:after {
	display: none !important;
	content: '';
	position: absolute;
	top: calc(50% + 1rem);
	left: 2rem;
	width: .5rem;
	height: .5rem;
	border-bottom: 1px solid #262626;
	border-left: 1px solid #262626;
	transform: translate(-25%, -50%) rotate(45deg);
}

input:checked:before, input:checked:after {
	display: none;
}

input:checked + * + input:before {
	left: calc(100% - 3rem);
}

input:checked + * + input:after {
	left: calc(100% - 2rem);
	transform: translate(-75%, -50%) rotate(-135deg);
}

input:checked + * + input + * ~ input:before,
input:checked + * + input + * ~ input:after{
	display: none;
}

input:last-of-type:before {
	background: green;
}
.home-carousel-left {
	left:-32px;
}
.home-carousel-right {
	right:-32px;
}
#home-carousel:hover .home-carousel-left {
	left:0;
}
#home-carousel:hover .home-carousel-right {
	right:0;
}
/* Carousel animation */

	#home-carousel .item h1, #home-carousel .item h2, #home-carousel .item p {
	opacity:0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
#home-carousel .item h1 {
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}
#home-carousel .item.active h1, #home-carousel .item.active h2, #home-carousel .item.active p {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#home-carousel .item h2 {
	-webkit-transition: all 0.5s ease-in-out 0.30s;
	-moz-transition: all 0.5s ease-in-out 0.30s;
	-ms-transition: all 0.5s ease-in-out 0.30s;
	-o-transition: all 0.5s ease-in-out 0.30s;
	transition: all 0.5s ease-in-out 0.30s;
}
#home-carousel .item p {
	-webkit-transition: all 0.5s ease-in-out 0.45s;
	-moz-transition: all 0.5s ease-in-out 0.45s;
	-ms-transition: all 0.5s ease-in-out 0.45s;
	-o-transition: all 0.5s ease-in-out 0.45s;
	transition: all 0.5s ease-in-out 0.45s;
}
/*About-stylesheets-include-here*/
#about {
	padding:3% 0%;
}
#about .heading {
	text-align:center;
}

.heading h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
}
.heading p {
	padding:20px 0px;
	font-size:18px;
	font-weight:bolder;
	color:#555;
}
.ab-sec {
	text-align:justify;
}
.ab-sec h3 {
	font-weight:bolder;
}
.ab-sec p {
	padding:10px 0px;
	font-size:13px;
}
/*Background-stylesheets-include-here*/
.bg-sec {
	background:#e73131;
	margin-top:10px;
	padding: 1% 0%;
}
.bg-sec h3 {
	color:#FFFFFF;
	text-transform:none;
	font-weight:bolder;
}
.bg-sec p {
	color:#FFFFFF;
}
/*Service-stylesheets-include-here*/
#service {
	text-align:center;
	padding:2% 0;
}

#features-sec {
	padding: 100px 0;
}
#features-sec .media.service-box:first-child {
	margin-top: 80px;
}
#services {
	padding: 100px 0 75px;
}
.media.service-box {
	margin: 25px 0;
}
.media.service-box .pull-left {
	margin-right: 20px;
}
.media.service-box .pull-left > i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #e73131;
	border:1px solid #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}
.media.service-box:hover .pull-left > i {
	background:#e73131;
	color:#fff;
	transform:rotateY(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-webkittransform:rotate(360deg);
	transition:all 0.5s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.media-body h5 {
	font-weight:bolder;
	text-align:left;
}
.media-body p {
	text-align:justify;
}
/*Experience-stylesheets-include-here*/
.experience {
	margin-top:30px;
}
.progress {
	height: 20px;
	background-color: #d7d7d7;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 25px;
}
.progress-bar {
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	font-weight: 600;
	background:#e73131;
}
.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	transition:  width 2s ease-in-out;
}
.lead {
	font-size:16px;
	font-weight: bold;
	text-align: left;
}
/*Features-stylesheets-include-here*/
#features {
	text-align:center;
	padding:2% 0%;
}
.heading{
	width: 100%;
}
.tab p {
	text-align:justify;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
	width: 90%;
	margin: auto;
	border-radius: 25px;
	background-image:url(../images/navbar.jpg);
	background-size:cover;
	opacity: 50px;
}
.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
	font-size: 20px;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
}
.navbar-links li:hover {
	border-radius: 20px;
}
ul.menu ul li:hover {
    background-color: #830f0f17;
	border-radius: 20px;
}
.navbar-links ul li:hover{
	background-color: #e7f3f11a;
}
ul.menu ul{
	display: none;
    margin: 0;
    padding: 0;
}  
ul.menu >li:hover ul{
	display: block;
}
.boxHizmet{
	width: 280px;
	border-bottom: 20px solid  url(../images/hizmetBox.jpg);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: auto;
	margin-left: -10px;
	padding: 10px 10px;
}
.boxHizmet h2{
	color: #fff;
	background: #03a9f4;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: 700;
	background-image:url(../images/hizmetBox.jpg);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-size: cover;
	font-family: "Times New Roman", Times, serif;
}
.boxHizmet ul{
	position: relative;
	background: #fff;
}
.referansBox img{
	width: 100%;
	margin-left: -10px;
	padding-top: 0;
}
.baslik h1{
	color: rgba(0, 0, 0, 0.76);
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin-top: 50px;
	font-family: 'Poppins', sans-serif;
}
.boxHizmet ul li{
	list-style: none;
	padding: 10px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	transition: transform 0.5s;
	text-align: left;
}
.boxHizmet ul li:hover{
	transform: scale(1.1);
	z-index: 100;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
	color: #000;
}
.boxHizmet ul li span{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-image:url(../images/hizmetBox.jpg);
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 600;
	transform: translateY(-2px);
}
.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 800px) {
	
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
	.navbar .logo img{
		width: 90%;
	}
    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 90%;
    }

    .navbar-links ul {
        width: 90%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}
#features p.feat-sec-1 {
	padding-top:10px;
}
#features .tab-content .feat-sec {
	margin-top:10px;
}
#features .tab-content h5 {
	text-align:left;
	font-weight:bolder;
}
#features .tab-content .line {
	float:left;
}
.tab {
	margin-top:20px;
}
.tab-img {
	position:relative;
	top:50px;
}
/*Portfolio-stylesheets-include-here*/
#portfolio {
	padding: 2% 0%;
	background: #f5f5f5;
	text-align:center;
}
#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}
#portfolio .portfolio-filter > li {
	float: left;
	display: block;
}
#portfolio .portfolio-filter > li a {
	display: block;
	padding: 7px 15px;
	background: #e5e5e5;
	color: #64686d;
	position: relative;
}
#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
	background: #e73131;
	color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.portfolio-items p {
	color:#fff;
	font-weight:normal;
}
#portfolio .portfolio-filter > li a.active:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #e73131 transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
	border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
	border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-item {
	margin-bottom:20px;
}
#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	position: absolute;
	top:45%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	background:rgba( 0, 0, 0, 0.7);
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	transition:all 0.5s;
}
#portfolio .portfolio-item:hover .portfolio-info i.fa {
	font-size:30px;
	color:#e73131;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/*Pricing-stylesheets-include-here*/
#pricing {
	padding: 4% 0% 0% 2%;
	text-align:center
}
#pricing ul.pricing {
	list-style: none;
	padding: 0;
	margin: 70px 0 30px;
	border: 1px solid #eee;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
}
#pricing ul.pricing:hover {
	box-shadow: 0 8px 8px rgba(0, 0, 0, .26);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#pricing ul.pricing li {
	display: block;
	padding: 10px;
	color:#666;
}
#pricing ul.pricing li.plan-header {
	background: #f8f8f8;
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	background-image: -moz-linear-gradient(90deg, #e73131 0%, #e73131 100%);
	background-image: -webkit-linear-gradient(90deg, #e73131 0%, #e73131 100%);
	background-image: -ms-linear-gradient(90deg, #e73131 0%, #e73131 100%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration {
	display: block;
	line-height: 1;
}
#pricing ul.pricing strong {
	font-size:14px;
}
#pricing ul.pricing li.plan-header .price-duration > .price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > .duration {
	margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 21px;
	color: #444;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
#pricing ul.pricing.featured {
	background: #222534;
	color: #fff;
	border: 0;
}
#pricing ul.pricing.featured li.plan-header .plan-name {
	color: #fff;
}
/*Team-stylesheets-include-here*/
#team {
	text-align:center;
	padding:2% 1%;
}
.team-desc {
	padding:15px 10px 15px 10px;
}
.team-main-sec:hover {
	box-shadow: 0 8px 8px rgba(0, 0, 0, .26);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.team-sec {
	border:0 solid #eee;
	width: 70%;
	margin:10px auto;
	
}
.team-main-sec:hover .team-sec {
	border:1px solid #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.team-main-sec:hover h5 {
	color:#e73131;
}
.team-sec h5 {
	color:#555;
	text-transform:uppercase;
}
.team-social-icon {
	margin-top:20px;
}
.team-desc ul.team-social-icon li {
	display:inline-block;
	padding-right:20px;
}
.team-desc ul.team-social-icon li a i.fa {
	font-size:20px;
	color:#999;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-facebook-f {
	color:#3b5998;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-twitter {
	color:#55acee;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-pinterest-p {
	color:#bd081c;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-instagram {
	color:#3f729b;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-google-plus {
	color:#dc4e41;
}
/*Testimonials-stylesheets-include-here*/
#testimonials {
	background-image:url(../images/Testimonials/01.jpg);
	height:450px;
	text-align:center;
}
#testimonials .owl-theme .owl-controls .owl-page span{
background:#e73131;
}
.quote {
	position:relative;
	top:40px;
}
.quote i.fa {
	font-size:35px;
	color:#FFFFFF;
}
#owl-testi {
	position:relative;
	top:65px;
}
#owl-testi p {
	color:#FFFFFF;
	font-weight:normal;
}
#owl-testi h5 {
	color:#FFFFFF;
	line-height:30px;
	padding-top:20px;
}
#owl-testi h6 {
	color:#FFFFFF;
	padding-top:20px;
}
/*Fun-Facts-stylesheets-include-here*/
#fun-facts {
	background-color: #f8f8f8;
	padding:3% 0%;
}
#fun-facts .fun-fact {
	border-right: 1px solid #ddd;
}
#fun-facts .col-md-3:last-child .fun-fact {
	border-right: 0px solid #ddd;
}
#fun-facts .fun-fact i {
	margin-right: 5px;
	color:#666;
}
#fun-facts .fun-fact h6 {
	color:#555;
	font-weight:bolder;
}
/*Blog-stylesheets-include-here*/
#blog {
	text-align:center;
	padding:3% 0% 0% 2%;
}
.blog-info {
	text-align:left;
}
.blog-info h5 {
	font-weight:bold;
	padding-top:10px;
}
.blog-info i.fa {
	float:left;
	margin-right:10px;
	color:#777;
}
.blog-info h6 {
	margin:0;
	color:#666;
	float:left;
}
.blog-info h6:hover, .blog-info h5:hover {
	color:#e73131;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.data-meta {
	background:#444;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	padding: 6px 15px
}
.data-meta h4 {
	color:#FFFFFF;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
a.btn-blg {
	color:#666;
}
a.btn-blg:hover {
	color:#e73131;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.blog-info p {
	text-align:justify;
	padding-top:5px;
}
.blog-info ul.blog-icon {
	margin:0;
	padding:0;
}
.blog-info ul li {
	display:inline-block;
}
.blog-info ul li.comment {
	margin-left:10px;
}
/*Client-stylesheets-include-here*/
#client {
	text-align:center;
	position:relative;
	padding:70px 0px 10px 0px;
}
.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}
.client-logo a:hover {
	opacity:1;
	transition:all 0.5s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
/*Contact-stylesheets-include-here*/
#contact {
	text-align:center;
	padding:3% 0% 0% 2%;
}
.contact-sec-1 {
	text-align:left;
}
.contact-sec-1 h4 {
	font-weight:bold;
}
.contact-sec-1 ul.contact-form li i.fa {
	color:#666;
	float:left;
	margin-right:10px;
}
.contact-sec-1 ul.contact-form li h6 {
	font-size:14px;
	color:#666;
	margin:0;
}
.contact-sec-1 ul {
	padding:0;
	position: relative;
	top: 20px;
}
.contact-sec-1 ul li {
	display:block;
	padding-bottom: 30px;
}
.contact-sec-1 ul li a {
	color:#666;
}
.contact-sec-1 ul li a:hover {
	color:#e73131;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
label {
	font-size:15px;
	font-weight:normal;
	float:left;
	margin:0px 0px 20px 0px;
}
.form-group {
	margin-bottom: 30px;
}
textarea.form-control {
	min-height: 120px;
	resize: none;
}
.form-control {
	border: 1px solid #ccc;
	height: 35px;
	border-radius: 0;
	box-shadow: none;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
	
}
.containerHakkimizda{
	max-width: 1170px;
	margin:auto;
	
}
.container1{
	max-width: 1400px;
	margin:auto;
	width: 90%;
	
}
.row1{
	display: flex;
	flex-wrap: wrap;
}
.row{
	margin: auto;
}
.containerNelerYapiyoruz{
	position: relative;
	min-height: 50%;
	width: 85%;
	margin-left: 100px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-size: cover;
}
.nelerYapiyoruz{
	display: flex;
	margin-top: 30px;
}
.nelerYapiyoruz .resim img{
	width: 100%;
}
.nelerYapiyoruz .yazi h3{
	margin: auto;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
.nelerYapiyoruz .yazi p{
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.623);
	margin-top: 20px;
	font-weight: 550;
}
.nelerYapiyoruz .yazi{
	width: 90%;
	margin-left: 20px;
	font-size:36px;
	color: #fff;
	font-weight: bold;
}

.main{
	position: relative;
	min-height: 100vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-size: cover;
	
}
@media only screen and (min-width:800px) {

.map{
	border:0 solid #000;
}
.map iframe{
	
	border-radius: 25px;
	width: 150%;
	height: 400px;
}
.contactInfo{
	width: 100%;
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	border:1px solid #000;
	border-radius: 25px;
	background-color: rgba(68, 65, 65, 0.055);	
	background-size: cover;
}
.contactInfo:before{
	opacity: 0.75;
}
.contactInfo .bilgiResim{
	width: 50%;
	margin-left: -150px;
	display: flex;
	flex-direction: column;
	
}
.contactInfo .bilgiResim .box{
	position: relative;
	margin-top: 2px;
	padding: 2px 0;
	display: flex;
}
.contactInfo .bilgiResim .box .icon{
	border: 2px solid #000;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 600;
	transform: translateY(-2px);
	margin-top: 25px;
	
}
.contactInfo .bilgiResim .box .icon i{
	margin: 8px auto;
}
.contactInfo .bilgiResim .box .text{
	display: flex;
	margin-left: 20px;
	font-size:40px;
	color: #fff;
	flex-direction: column;
	font-weight: bold;
}
.bilgiResim .line{
	margin-left: 5px;
	border:1px solid #000;
}
.contactInfo .bilgiResim .box .text h3{
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.932);
}
.contactInfo .bilgiResim  h3{
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.contactInfo .bilgiResim .box .text p{
	color: #000;
}}

.footer-col1 h4{
	font-size: 18px;
	color: red;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col1 p{
	width: 50%;
	font-size: 18px;
	position: relative;
}

.contentContainer{
	width: 90%;
	position: relative;
	margin-left: 80px;
	margin-bottom: 100px;
}
.contentContainer1{
	position: relative;
}

.contentContainer1 h1{
	color: rgb(250, 248, 248);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border:2px solid rgb(75, 47, 47);
	width: 50%;
	background-image: url("../images/firmaProfili/titleBackground.jpg");
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 20px auto;
	font-family: 'Poppins', sans-serif;
}

.contentContainer h1{
	color: rgb(250, 248, 248);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border:2px solid rgb(75, 47, 47);
	width: 50%;
	background-image: url("../images/firmaProfili/titleBackground.jpg");
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 20px auto;
	font-family: 'Poppins', sans-serif;
}
.contentContainer h3{
	color: black;
	text-align: center;
}
.contentContainer p{
	margin: 20px auto;
	line-height: 25px;
	font-size: 15px;
	margin-left: -5px;
	padding-left: 50px;
	font-family: 'Poppins', sans-serif;
	
}
.kalitePolitikasi{
	display: block;  /* Remove bullet points; allow greater control of positioning */
    padding: 0;      /* Override defaults for lists */
    margin: 0;       /* Override defaults for lists */
    width: 100%; 
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-gap: 45px;
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	list-style-image: url("../images/firmaProfili/ok.jpg");
	margin-bottom: -20px;
	padding-bottom: 30px;
	}
.kalitePolitikasi li{
	font-size: 18px;
	padding-bottom: 20px;
	
}
	
.contentContainer div.managerBox{
	width: 20%;
	height: 20%;
	position: relative;
	margin: auto;
	border-bottom: 2px solid #000000;
}
div.vizyonMisyon{
	position: relative;
	margin-top: 50px;
	padding-left: -10px;
}
div.vizyon h3 p,div.misyon h3 p{
	color: rgb(250, 248, 248);
	font-size: 20px;
	font-weight: 600;
	margin: auto;
	width: 40%;
	text-indent: -40px;
	font-family: 'Poppins', sans-serif;
	background-image: url("../images/firmaProfili/titleBackground.jpg");
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
div.vizyonMisyon div.vizyon{
	width:51%;
	float: left;
	font-size: -5px;
	font-family: 'Poppins', sans-serif;;
}
.vizyon span,.misyon span{
	font-size: 20px;
}
div.vizyonMisyon div.misyon{
	width: 48%;
	float: right;
	font-size: 15px;
	padding-right: -100px;
	font-family: 'Poppins', sans-serif;
}

.contentContainer span{
	font-size: 20px;
	display: block;
	font-weight: 600;
	word-wrap: break-word;
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 35px; 
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	background-color: rgba(235, 229, 229, 0.445);
	border: 2px outset rgba(3, 3, 3, 0.507);
}
.contentContainer .line{
	margin-bottom: 30px;
}
.contentContainer div.calismaAlanıBox img{
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.calismaAlanıBox{
	margin-bottom: 80px;
}
.kalitePolitikasiBox{
	margin-left: 50px;
}
section.iletisimContainer{
	width: 90%;
	position: relative;
	margin-left: 80px;
}
section.iletisimContainer div.iletisim{
	position: relative;
}
section.iletisimContainer div.iletisim div.iletisimBilgileri{
	width: 45%;
	float: left;
	font-size: 15px;
	font-family: "Comic Sans MS";
}
section.iletisimContainer div.iletisim div.harita{
	width: 45%;
	float: right;
	font-size: 15px;
	font-family: "Comic Sans MS";
}
.hizmet{
	position: relative;
	min-height: 100vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url("../images/contact.jpg");
	background-size: cover;
}
.hizmetInfo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.hizmetInfo .hizmetResim1{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.hizmetInfo .hizmetResim1 .box{
	position: relative;
	padding: 20px 0;
	display: flex;
}


.ok{
	border-color: transparent transparent transparent cadetblue;
   border-style: solid;
   border-width: 15px 0px 15px 30px;
   width: 0px;
   height: 0px;
   margin: auto;
}

.footer{
	background-color: #333;
    padding: 50px 400px 0 50px;
	box-sizing: border-box;
	width: 90%;
	margin: 20px auto;
	border-radius: 25px;
	background-image:url(../images/navbar.jpg);
	
	
}
.footer-col{
   width: 25%;
   padding: 2px 50px;
  
}
.footer-col iframe{
	border-radius: 25px;
	margin-left: 5px;
}
.footer-col h4{
	font-size: 20px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	font-family: "Times New Roman", Times, serif;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
	padding-top: 15px;
	
}
.footer-col ul {
	font-family: "Times New Roman", Times, serif;
	list-style: none;
	
}
.footer-col ul li a xx{
	font-family: "Times New Roman", Times, serif;
	text-transform: lowercase;
	list-style: none;
	
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.nelerYapiyoruz h3, .baslik h1{
	color: rgb(250, 248, 248);
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	border:2px solid rgb(75, 47, 47);
	width: 50%;
	background-image: url("../images/firmaProfili/titleBackground.jpg");
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 20px auto;
	font-family: 'Poppins', sans-serif;
}
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	background-image: url("../images/index/yukari-ok.png");
	background-size: cover;
	
  }
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }
/*responsive*/
@media(max-width: 800px){
	.wrapperAnimation{
		margin-left: -200px;
	}
	.wrapperAnimation .dynamic-txts li{
		font-size: 15px;
		font-weight: 500;
		margin:auto;
	}
	.animationBox .static-txt2{
		margin: auto;
		width: 60%;
		font-size: 15px;
	}
	.btnAnimation{
		margin-top: 10px;
		margin-left: 120px;
	}
	.nelerYapiyoruz .yazi h3{
		margin-right: 130px;
		font-size: 12px;
	}
	.nelerYapiyoruz .yazi p{
		margin-left: -80px;
		width: 100%;
		font-size: 15px;
	}
	.bilgiResim h3{
		font-size: 15px;
		font-family: "Arial Black", Gadget, sans-serif;
	}
	.bilgiResim .line{
		margin-left: 0;
		margin-bottom: 20px;
	}
	.contentContainer1 h1{
		font-size: 15px;
	}
	.referansBox img{
		width: 90%;
		margin-left: 15px;
	}
	.footer{
		width: 90%;
		padding: 50px 150px 0 50px;
	}
	.container{
		width: 90%;
		margin-left: -80px;
	}
	.containerHakkimizda{
		width: 90%;
	}
	
	.footer-col1 .img-responsive{
		
		position: absolute;
		width: 80%;
		margin-top: -80px;
		height: 200px;
		margin-left: 30px;
	}
	.footer-col iframe{
		margin-left: -20px;
	}
	.nelerYapiyoruz .resim img{
		position: absolute;
		width: 90%;
		margin-left: -60px;
		padding: auto;
		word-wrap: break-word;
	}
	.footer-col{
		width: 50%;
		margin-top: 80px;
	}
	.vizyonMisyon{
		width: 90%;
	}
	div.vizyonMisyon div.vizyon{
		margin-left: -20px;
		width: 105%;
	}
	div.vizyonMisyon div.misyon{
		width: 105%;
	}
	.vizyon .line,.misyon .line{
		margin-left: 40px;
	}
	.vizyon h3,.misyon h3{
		margin-left: -100px;
		width: 150%;
		margin-bottom: -30px;
	}
	.contentContainer h1{
		margin-top: 20px;
		margin-left: 50px;
		margin-bottom: -35px;
	}
	.contentContainer{
		margin-left: 50px;
		width: 100%;
	}
	
	.contentContainer span{
		margin-top: 50px;
		font-family: "Arial Black", Gadget, sans-serif;
	}
	.contentContainer .vizyon span,.contentContainer .misyon span{
		margin-left: -10px;
		width: 95%;
	}
}





/*Footer-stylesheets-include-here*/
#footer {
	text-align:center;
}
#footer .bg-sec h2 {
	color:#FFFFFF;
	font-size:25px;
	font-weight:normal;
}
#footer-down {
	position:relative;
	top:30px;
	text-align:center;
}
#footer-down h2 {
	color:#444;
	margin:20px 0px 40px 0px;
	text-transform:none;
}
#footer-down ul li {
	display:inline-block;
	margin-right:20px;
}
#footer-down ul li a i.fa {
	color:#999;
	font-size:22px;
	border:2px solid #999;
	height:50px;
	width:50px;
	border-radius:50px;
	padding:25%;
}
#footer-down ul li.facebook i.fa:hover {
	color:#3b5998;
	border:2px solid #3b5998;
}
#footer-down ul li.twitter i.fa:hover {
	color:#00aced;
	border:2px solid #00aced;
}
#footer-down ul li.linkedin i.fa:hover {
	color:#007bb6;
	border:2px solid #007bb6;
}
#footer-down ul li.google-plus i.fa:hover {
	color:#dd4b39;
	border:2px solid #dd4b39;
}
#footer-down ul li.youtube i.fa:hover {
	color:#bb0000;
	border:2px solid #bb0000;
}
#footer-down ul li.instagram i.fa:hover {
	color:#517fa4;
	border:2px solid #517fa4;
}
#footer-down ul li.behance i.fa:hover {
	color:#1769ff;
	border:2px solid #1769ff;
}

/*Index-1-Stylesheets-End-Here*/



/*Index-3-Stylesheets-Start-Here*/

/*Full-screen-menu-stylesheet-include-here*/
.top-animate {
  background: #e73131 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #e73131 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: #e73131;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 45px;
  right: 115px;
}

.hero-section {
    height: 100%;
	padding:18% 0% 11% 0%;
    overflow: hidden;
	}
	.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
	}
.hero-text h5{
color:#FFFFFF;
text-transform:none;
padding-top:15px;
}
	.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.video-background {
    width: 100%;
}
.parallax-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/banner/overaly.png")repeat;
}
a.btn-learn {
	height: 50px;
	width: 50px;
	color: #e73131;
	border: 2px solid #e73131;
	padding: 1% 2%;
	font-size: 15px;
	position: relative;
	top: 40px;
}
a.btn-learn:hover {
	background:#e73131;
	color:#fff;
	transition:all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*Index-4-Stylesheets-End-Here*/


.parallex-content{
position:absolute;
    left: 5%;
    right: 15px;
    top: 35%;
    font-size: 15px;
    text-align:center;
    color: #fff;
    text-shadow: none;
}

.slide-sec-1{
text-align:right;
}
.slide-sec-2{
text-align:left;
padding:0;
}
.parallex-content h1{
font-size:51px;
text-transform:uppercase;
font-weight:bolder;
line-height:80px;
}
.parallex-content h2{
color:#FFFFFF;
text-transform:uppercase;
font-weight:bolder;
}
.line-parallex {
	border:2px solid #fff;
	width:15%;
	margin-bottom:500px;
}
.parallex-content h6{
color:#fff;
}

/*Basic-Stylesheets-End-Here*/