body{

	font-family: 'Varela Round', sans-serif;
	background:  url("../img/bcg.jpg") no-repeat fixed;
	background-size: cover;
}

p{

	margin-bottom: 10px;
}

.wrapper{

	width:1300px;
	height:100%;
	overflow: inherit;
	background: #f0f0f0;
	margin:20px auto;
}

.head-style{
	display: table;
	width: 960px;

	/*outline: 1px red solid;*/
	margin:0 auto;
	padding-top: 45px;
	padding-left: 50px;
	padding-bottom:45px;
}



.left-menu{
	-webkit-animation: menus  ease-out forwards;
}

.right-menu{

	-webkit-animation: menusright  ease-out forwards;
}

#logo{

	margin: 0 25px 0 10px;
	transition:all .4s;
	-webkit-animation: logoAnim  ease-out forwards;
}

.left-menu, #logo, .right-menu{

	display: table-cell;
	vertical-align: middle;
	 animation-duration: 2s;    
    -webkit-animation-duration: 2s;

}

#logo:hover{

    transform: scale(1.05);


}

.left-menu li, .right-menu li{

	display: inline-block;

}

.left-menu li a, .right-menu li a{
	position:relative;
	font-family: 'Oswald', sans-serif;
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 10px;
	letter-spacing: 0.3px;
	z-index: 1;

}

.left-menu li a:hover, .right-menu li a:hover {

	color: #fff;
}

.left-menu li a:after, .right-menu li a:after{

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  content: '.';
  color: transparent;
  background: #184c90;
  visibility: none;
  border-radius: 7px;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
  
}

.left-menu li a:hover:after, .right-menu li a:hover:after{

	 opacity: 1;
  visibility: visible;
  height: 100%;
}

.special-slider{

	width: 96%;
	height: 550px;
	background: #f0f0f0;
	margin: 0 auto;
	
}


.special-slider ul li img {

	width: 100%;
	height:550px;
}

.center{

	width:96%;
	height: auto;
	margin: 120px auto;
	background: #f0f0f0;
	clear:both;
}

.center-page{

	width:98%;
	height: auto;
	margin:-25px auto 10px;
	background: #f0f0f0;
	clear: both;
}

.attr{

	float:left;
	position:relative;
	width:30%;
	height: 180px;
	margin-right: 5%;
	border-radius: 5px;
	padding:55px 25px 10px 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	transition:all 1s;

	}

i{

		transition:all 1s;
 }

 .attr:hover{
 	-webkit-transform: scale(1.05);
 }

 .attr:hover  i{
 	-webkit-transform: rotate(360deg);
 }

.attr:last-of-type{

	margin-right: 0;
}

.icon-circle{
    position: absolute;
    top:-30px;
    left:39.5%;
	width:75px;
	height: 75px;
	border-radius: 50%;
	background: #184c90;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.75);

}

.attr h3{

	text-align: center;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	padding:10px;
}

.attr p {

	line-height: 1.5em;
	text-align:center;
}

.motto{
	text-align: center;
	padding:5px 0 75px 0;
	-webkit-animation: bounceIn  ease-out forwards;
	-webkit-animation-duration: 1.5s;
}

.motto h2{

	font-size: 2em;
}

.motto h3{

	font-size: 1.3em;
	padding:25px 0;
	color:grey;
}

.motto span {

	color:#184c90;
	font-weight: 700;
}

.motto a {

	color:#184c90;
}

.services{
    position: relative;
    margin:80px 0;
	width:100%;
	height:120px;
	background: #184c90 url("../img/services.png") no-repeat fixed;
	background-size: cover;
	border-radius: 10px;
	
}



.services h2{

    text-align: center;
    line-height: 120px;
    font-size: 1.4em;
    padding-left: 17px;
    color:white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services:after{

	content:"";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #184c90;
	position: absolute;
	bottom:-20px;
	left: 48%;
	opacity: .75;
}

.service-items{

	width: 100%;
	height: 525px;
}

.card {
	position:relative;
	float:left;
	width:22.7%;
	margin-right: 3%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    height: 450px;
    overflow: hidden;
}

.card, .transition { transition: all 0.7s cubic-bezier(.25,.8,.25,1); }

.card:hover{

	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card:hover h2{

	margin-top:0;
	background: #184c90;
}

.card:hover .cta {

	background-color: #184c90;
    border-color: #184c90 ;
}


.card_circle {
    background-color: #3487f7;
    background-size: cover;
    height: 400px;
    margin-left: -75px;
    margin-top: -130px;
    position: absolute;
    width:450px;
}

.card h2 {
	background: rgba(52,135,247,0.9);
    color: #fff;
    margin-top: 100px;
    font-family: 'Oswald', sans-serif;
    padding: 5px;
  	font-size: 24px;
    font-weight: 200;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.card p {
    color: rgba(0,0,0,.9);
    font-size: 100%;
    font-weight: normal;
    line-height: 1.45em;
    margin-top: 300px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}
.cta-container {
    margin-top: 380px;
    display: inline;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid #3487f7;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 36px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-out;
     background-color: #3487f7;
    color: #fff;
    
}
.cta:hover {
    background-color: #184c90;
    border-color: #184c90 ;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.matbaa{

	background: url('../img/matbaa2.jpg') no-repeat center;
	background-size: cover;
}

.katalog{
	background: url('../img/katalog-2.png') no-repeat center top;
	background-size: cover;
}

.etiket{

	background: url('../img/etiket.jpg') no-repeat center top;
	background-size: cover;
}

.grafik{

	background: url('../img/grafik.jpg') no-repeat center top;
	background-size: cover;
}

.blog-section{

	width:100%;
	height: 250px;
	background: #184c90;
}

.blog-headline a{

	text-transform: uppercase;
	float:left;
	width:18%;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	line-height: 2em;
	padding:60px 50px;
	text-decoration: none;
	color:white;
}

.blog-post{

	float:left;
	position: relative;
	top:50%;
	transform:translateY(-50%);
	width:24.3%;
	height:200px;
	background: #f0f0f0;
	margin-right: 3%;
}

.blog-img{

	width:100%;
	height: 100%;
}

.blog-post h3{

	position:absolute;
	text-align: center;
	width: 100%;
	min-height: 64px;
	bottom:0;
	padding:10px;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
	line-height: 1.4em;
	color:#fff;
	transition: all .7s cubic-bezier(.25,.8,.25,1);
}

.blog-post:hover h3{

	background: rgba(0,0,0,0.9);
}

.references{

	width:100%;
	margin:45px 0;
}

.references h3{

	font: bold 1.5em 'Oswald', sans-serif;
	color:#184c90;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #184c90;

}

.main-refs{
    position:relative;
	float:left;
	width:19.6%;
	margin-right:0.5%;
	margin-top:20px;
	margin-bottom:15px;
	height:150px;


}

.main-refs:last-of-type{

	margin-right: 0;
}


.main-refs img {
    
	width: 100%;
	height: 100%;
	transition:all .5s;
	border:5px #184c90 solid;
	border-radius: 10px;

}

.main-refs img:hover{

	transform:rotate(7deg);

}

footer{

	background:#0d294e;
	border-top:3px solid #05101f;
	width: 100%;
	height: 275px;
}

.footer-area{

	float:left;
	width:32%;
	margin-right:1%;
	padding:20px;
	color:white;
}

.footer-area h4{

	text-align: center;
	font: bold 1.3em 'Oswald', sans-serif;
	padding-bottom: 4px;
	border-bottom: 1px white solid;

}

.footer-area p{
	padding:15px;
	line-height: 1.2em;
}

.footer-area .adres{

	font-size: .85em;
	padding:10px 15px;
}

.adres i{

	padding-right:5px;

}

.adres:first-of-type{

	padding-top:15px;
}

.services-footer{
 
	margin: 0 auto;
	width: 100%;


}

.services-footer li{
	position: relative;
   font: 1em 'Oswald', sans-serif;
	padding: 10px;
	list-style: square inside;
	left:33%;

}

.services-footer li:first-of-type{

	padding-top: 15px;
}

.services-footer li a {

	color:#fff;
}

.services-footer li:hover a{

	color:#ccc;
}

.services-footer li span{

	position: absolute;
	left:8%;
	border-bottom: 1px white solid;
	
}



.about-top{

	background: url("../img/yoneticiler.png") no-repeat;
	background-position: 30% 32%;

}

.client-top{

	background: url("../img/referans-img.jpg") no-repeat;
	background-position: 30% 37%;
}

.contact-top{

	background: url("../img/contact-img.jpg") no-repeat;
	background-position: center 15%;
}

.work-top{

	background: url("../img/work-img.png") no-repeat;
	background-position: center 35%;
}

.blog-top{

	background: url("../img/blog-img.jpg") no-repeat;
	background-position: center 85%;
}

.about-top, .client-top, .contact-top, .work-top, .blog-top{

	position:relative;
	background-size: cover;
	border-radius: 10px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);

}



.overlay-white{

	position: absolute;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	top:0;
	bottom:0;
	left:0;
	right:0;

	}



.headline-top{
    font-family:  'Oswald', sans-serif;
	font-size:35px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;




}

.post-area{
	margin-top:35px;
	margin-bottom:35px;
	font-size:17px;
	line-height: 1.5;
	color:#000;
	padding: 25px 65px 25px;
}

.text-left{

	float:left;
	width:55%;
}

.right-icon{

	width:43%;
	float: right;
}

.right-icon i {

	color:#184c90;
	padding-left:100px;
	padding-top:15px;
	font-size:300px;
}

/**** REFERANSLARIMIZ BÖLÜMÜ ****/

.client {

	width:24.5%;
	display: inline-block;
	position:relative;
	overflow: hidden;
	background: #fff;
	min-height: 1px;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}




.client-img{

	transition: all .3s ease-in-out;
}

.client-name{

	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(24,76,144, .9);
	width: 100%;
	border-radius: 10px;
	transform: translateX(-100%);
	visibility: hidden;
	transition: all .3s ease-in-out;
}

.client-name h4 {

	color:#fff;
	text-align: center;
	font-size: 20px;
	padding-top: 120px;
	font-family:  'Oswald', sans-serif;
	letter-spacing: 1px;



}

.client:hover .client-name {

	transform:translateX(0);
	visibility: visible;

}

.client:hover .client-img{

	transform:scale(1.2);
}

/*İLETİŞİM BÖLÜMÜ*/

.contact-left{

	width:48%;
	float:left;
	margin-top:45px;
	padding-left:65px;
	padding-right: 65px;
}

.contact-left p {
    
	margin-bottom: 3px;
	color:#777;
}

.contact-headline{
	padding-bottom: 25px;
	font-size: 1.7em;
	font-family:  'Oswald', sans-serif;
	color:#777;
	letter-spacing: 2px;
}

input[type="text"], textarea{

	padding:8px 13px;
	border:none;
	border:1px #ccc solid;
	border-radius: 5px;
}

input[type="text"]:focus, textarea:focus{
	outline: none;
	border:1.5px #184c90 solid;
	border-radius: 5px;
}

input[name="name"], input[name="e-mail"]{

	width: 100%;
}

input[name="subject"]{

	width:100%;
}

.contact-left textarea{

	width: 100%;
}

.contact-button {

	padding:10px 15px;
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	background: #184c90;
	color:white;
	border:1px #184c90 solid;
	border-radius: 5px;
	transition: .4s;
	

}

.fa-send{

	color:white;
}



.contact-button:hover{

    background: #f0f0f0;
    color:#184c90;
    
}

.contact-button:hover .fa-send{

	color:#184c90;
}

.contact-button:active{

	outline: none;
	border: 2px #184c90 solid;
}

.contact-right{

	width:48%;
	float:left;
	margin-top:45px;
	padding-left:65px;
	padding-right: 65px;

}

.box-divider{

	 background-image: linear-gradient(to right, transparent, #b2b2b2, transparent);
	 border: 0;
     height: 1px;
     margin-top:40px;
}

.contact-boxes h3 {

	font-family:  'Oswald', sans-serif;
	color:#0088cc;
	font-size:21px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 25px;
}

.contact-boxes p {

	font-size:.9em;
	line-height: 1.5;
}

.contact-boxes strong {

	color:#191919;
}

.adress-icon i{
	width:25px;
	height: 25px;
	text-align: center;
	padding:5px;
	background: #184c90;
	color:white;
	border-radius: 50%;
}


/*ÇALIŞMALARIMIZ BÖLÜMÜ*/

.portfolio-item{

	position:relative;
	float:left;
	width:33%;
	margin-right: 0.5%;
    margin-bottom: 3%;
    display: block;
    max-height:250px;
}

.portfolio-item img {

	width: 100%;
	height: auto !important;
}

.flip-container {
	perspective: 1000px;

}

.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 377.52px;
	height: 250px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
	display:table;
}

.back-content{

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(24,76,144,0.9);
	color: white;
}

.back-content h3 {

	font-size: 20px;
	font-weight: bold;
}



/*HİZMETLER BÖLÜMÜ*/

.service-img-holder{

	width: 100%;
	height: 304px;
	overflow: hidden;
	position:relative;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

.service-img{

	width:100%;
	height: auto;
	
	
}

.katalog-img{

	position: absolute;
	top:-45%;
}

.surekli-form-img{

	position: absolute;
	top:-30%;
}



.service-headline {

	font-family: 'Oswald', sans-serif;
	font-size:35px;
	background: linear-gradient(to top, #184c90, #5d81b1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.service-desc{

	padding-top:15px;
}

.service-contact-box{
	margin:20px auto 0;
	width:45%;
	height: 85px;
	background: linear-gradient(to bottom, #184c90, #5d81b1);
	border-radius: 25px;
	cursor: pointer;
	transition:all .3s ease-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.service-contact-box:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
}

.service-contact-box-inner{

	width:100%;
	padding:0 25px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

.service-contact-box-inner p {

	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 20px;
	color:white;
}

.contact-icon-right {
	display: inline-block;
	color:white;
	font-size:40px !important;
	padding-right: 25px;
}

.contact-icon-left {

	display: inline-block;
	color:white;
	font-size:40px !important;
	padding-left:25px;
}

/*****DROPDOWN*****/

.dropdown{

	position:relative;
}

.dropdown-content{

	display:none;
	position:absolute;
	background: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}

.dropdown-content a {

    display: block;
}

.dropdown:hover .dropdown-content{

	display: block;
}

/*****BLOG*****/

.blog-post-box{

	width:50%;
	float:left;
	
}

.blog-post-box-holder{

	margin:0 12px 24px;
	border: 1px solid #ccc;
}

.blog-post-box-holder figure{

	margin:0;
}

.blog-box-img{

	width:100%;
	height: 269px;
}

.blog-box-content{

	background: #fff;
	margin-top:-5px;
	padding:10px 20px;
	word-wrap:break-word;
}

.blog-headline-link{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color:#2a2a2a;
	font-size:20px;
}

.blog-post-box-footer{

	background: #fff;
	border-top: 1px solid #ccc;
	padding: 12px 24px;
}

.read-more{

	float:left;
	text-decoration: none;
	color:#2a2a2a;
}

.blog-post-box-share{

	float:right;
	font-size:22px;
}

.blog-headline-link:hover{

	color:#184c90;
}

.blog-post-box-share i:nth-child(1):hover{

	color:#8b9dc3 !important;
}


.blog-post-box-share i:nth-child(2):hover{

	color:#d4d8d4 !important;
}

.blog-post-box-share i:nth-child(3):hover{

	color:#2d2d2d!important;
}

/**BLOG YAZI**/

#blog-post-area{

	margin:25px 0;
}

.blog-post-left{

	width:75%;
	float:left;
	padding:0 15px;
}

.blog-aside-right{

	width:25%;
	float:left;
	padding:0 15px 10px;
}

.blog-post-left figure{

	max-height: 456px;
	overflow: hidden;
}

.blog-post-img-single{

	width:100%;
	height: auto;
}

.blog-post-headline-single{
	font: 30px 'Oswald', sans-serif;
	font-weight: bold;
	position:relative;
	padding:20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);

}

.blog-post-headline-single:after{

	position:absolute;
	content:"";
	width:35px;
	height: 4px;
	background: #184c90;
	bottom:-1px;
	left: 0;
}
.blog-headline-article p{

	line-height: 1.8;
	font-size: 16px;
}

.blog-headline-article p:first-of-type{

	padding-top: 20px;
}

.inner-aside-content{

	margin: 15px auto 45px;
}

.other-blog-posts-title, .follow-us-title, .reach-us-title{

	background: #184c90;
	text-align: center;
	color:white;
	padding:15px;
	border-bottom: 3px solid #05101f;

}

.other-blog-posts-title h3, .follow-us-title h3, .reach-us-title h3 {

	font: 20px 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 15%;
}


.other-blog-list li {

	list-style: square url("../img/list-right-icon.png") outside;
	margin-left: 1.6em;
}

.other-blog-list li a {

	text-decoration: none;
	color:#111;
	display: block;
	padding:5px 0;
}

.other-blog-list li a:hover{

	color:#0088cb;
}



.follow-us .fa-facebook, .follow-us .fa-twitter {

	width: 90%;
	height: 45px;
	text-align: center;
	padding: 8px;
	font-size: 35px;
	border-radius: 14px;
	margin-left: 12px;
}

.follow-us .fa-facebook{

	background:#3b5998;
	color:white;
	margin-bottom: 15px;
}

.follow-us .fa-facebook:hover{

	background: #8b9dc3;
}

.follow-us .fa-twitter{

	background: #00aced;
	color:white;
}

.follow-us .fa-twitter:hover{

	background: #c0deed;
}




.clear{

	clear:both;
}



@keyframes menus{

	 0% {transform:translateX(-200px);}
	 100&{transform:translateX(0);}
}



@keyframes menusright{

	0% {transform:translateX(200px);}
	100&{transform:translateX(0);}
}

@keyframes logoAnim{

	 0%   {opacity: 0;}
    25%  {opacity: 0.25;}
    50%  {opacity: 0.5;}
    100% {opacity: 1;}
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.07);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

