/*sfirlama css sayfasi */
@import url("reset.css");

/* font css sayfasi */
@import url("fonts.css");


html{
    font-size: 14px;  
    background: #FFF; 
    font-family: TitilliumWebRegular; 
    height: 100%;  
    background: #FFF;     
}

body { 
	width: 100%;
	height: 100%;
	background: #fff;   
}

p{
	line-height: 17px;
	text-decoration: none; 
}

textarea {
  resize: none;
}

.menu-wrap{
	position: relative;
	padding:0; 
	z-index: 800;
}

.slide-wrap{
	z-index: 700;
	margin-top: -150px;
}

.sosyal-grup{	
	padding-top:7px; 
	padding-right: 10px;
	margin-left: auto;
	margin-bottom: 10px;
}

.sosyal-grup a{
	font-size: 1.7em;
	color: #FFF;
	margin-left: 15px;
	transition: all 0.3s;
	z-index: 210;
}

.sosyal-grup a:hover{
	opacity: 0.7;
}

.nav-menu-wrap{	
	background: rgba(46,63,91, 0.85);
	border-bottom: 3px solid #FFF;
	
}

.en a{
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s;
}

.en a:hover{
	color: #FFF;
	background:rgba(46,63,91, 0.9);
}

.slogan-wrap{
	position: relative;
	margin-top: -70px;
	z-index: 990;
}

.slogan{	
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	background: #0d9bb3;
	width: 60%;
	margin: 0 auto;	
	font-family: RalewayBold;
	font-size: 2em;
}

/* İNDEX */

#hakkimizda h1{
	font-family: TitilliumWebBold;
	font-size: 2.5em;
}

#hakkimizda p{	
	font-size: 1.1em;
	line-height: 26px;
}

.hakkimizda-a{
	display: block;
	padding: 7px 15px;
	color: #FFF;
	background: url('../images/hak-link.png') no-repeat 0 0;
	width: 120px;
	font-family: UbuntuRegular;
	font-size: 1.35em;
	transition: all 0.3s;
}

.hakkimizda-a:hover{
	opacity: 0.7;
	color: #FFF;
}	

sup{font-size: 0.7em}

.hizmet-wrap{
	background: url('../images/hizmet-bg.png') no-repeat 0 0;
	background-size: 100%;
	background-position-x: center; 	
	min-height: 90px;
}

.hizmet-alt{
	background: #1f212d;
	min-height: 300px;
}

.hiz-cont{
	position: relative; 
	transition:all 0.3s
}

.h-img{transition:all 0.3s}


.hiz-cont h2{
	position: absolute;
	left: 0;
	top:50%;
	text-align: center;	
	width: 90%;	
	transition: all 0.5s;	
}

.hiz-cont:hover .h-img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.hiz-cont:hover h2{
	color: #000;
	font-family: RalewayBlack;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 2px 2px 20px #fff;
}

.hizmet-link-wrap-k{
	background: #d52121;	
	width: 60px;
	height: 50px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	right: 0;
	background-size: 100% 200%;
    background-image: linear-gradient(to top, #FFF 50%, transparent 50%);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
}

.hizmet-link-wrap-k:hover{
	background-position: bottom, top;
	color: #000;
}

.hizmet-link-wrap-k a{
	display: block;
	color: #FFF;
	font-size: 1.7em;
	line-height: 50px;
}

.hizmet-link-wrap-k a:hover{color: #000}

.hizmet-link-wrap-m{
	background: #009bf6;	
	width: 60px;
	height: 50px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	right: 0;

	background-size: 100% 200%;
    background-image: linear-gradient(to top, #FFF 50%, transparent 50%);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
}

.hizmet-link-wrap-m:hover{
	background-position: bottom, top;
	color: #000;
}

.hizmet-link-wrap-m a{
	display: block;
	color: #FFF;
	font-size: 1.7em;
	line-height: 50px;
}

.hizmet-link-wrap-m a:hover{color: #000}

.urn-tnt-div{
	background: #1db1da;
	height: 90%;
	position: relative;
	padding: 10px 0 0 18px;
}
.urun-tnt-ciz1{
	background: url('../images/urun-tan-ciz1.png') no-repeat right bottom;
	width: 100%;
	height: 10%; 
}

.urun-tnt-kusak1{
	position: absolute;
	top:17%;
	left:0;
	height: 40px;
	width: 100%;
	border-right: 5px solid #FFF;
	background: url('../images/urun-tan-ciz2.png') no-repeat 20px bottom;
	width: 100%;	
}

.urun-tnt-kusak1:before{
	content: '';
	position:absolute;
	left:-45px;
	top:-7px;
	border-color: transparent #1db1da transparent transparent;
    border-style:solid;
    border-width:25px;
    width:0;
    height:0; 
}

.urn-tnt-div h2{
	color: #FFF;
	font-family: TitilliumWebBold;
	font-size: 1.32em;
}

.urn-tnt-div p{
	color:#fff;
	padding-top: 20%;
	font-size: 1.18em;
	line-height: 20px;
}


.urun-tnt-kusak2{
	position: absolute;
	top:17%;
	left:-5px;
	height: 40px;
	width: 100%;
	border-left: 5px solid #1db1da;
	background: url('../images/urun-tan-ciz2.png') no-repeat 20px bottom;
	width: 100%;
	z-index: 200;	
}

.urun-tnt-kusak2:after{
	content: '';
	position:absolute;
	right:-50px;
	top:-7px;
	border-color: transparent transparent transparent #1db1da;
    border-style:solid;
    border-width:25px;
    width:0;
    height:0; 
}

.urun-tnt-ciz2{
	background: url('../images/urun-tan-ciz-sag.png') no-repeat left bottom;
	width: 100%;
	height: 10%; 
}

#firmalar h1{
	font-family: TitilliumWebBold;
	font-size: 2.5em;
}


/* HAKKIMIZDA */
.sosyal-icon-wrap{
	width: 100%;  
	padding-right: 20px; 
	margin-top:15px;
}
.sosyal-icon-container a{
	display: block;
	color: #3e444d;
	font-size: 1.25em;
	margin-left: 15px;	
	transition: all 0.3s;	
}

.sosyal-icon-container a:hover{ color: #03bcd5;}
.eng{font-weight: 600}

.hak-top-wrap{position: relative;}
.hak-slogan{
	position: absolute;
	left:0;
	bottom: 0;
	background: rgba(25, 201, 243, 0.6);
	height: 45px;
	width: 100%;
}

.hak-slogan h1{
	color: #FFF;
	font-size: 2em;
} 

.kesik-cizgi-bg{
	background: url('../images/kesik-bg.png') repeat-x 0 0;	
	height: 30px;
}

.ic-text{
	line-height: 30px;
	font-size: 1.1em
}

.kusak-zaman{
	background: url('../images/kusak-zaman.png') no-repeat 0 0;
	height: 127px;
	background-size: cover;
	background-position-x: right;
	margin-top: -30px; 
}

.zaman-tex-wrap{
	background: url('../images/zaman-dot.png') no-repeat 3px 0px;
	padding-top: 20px;
	margin-top: -64px 
}

.mavi-yazi{
	color: #19c9f3;
	font-size: 1.2em;
	font-family: TitilliumWebBold;
}

.zaman-tex-wrap p{
	line-height: 18px;
	font-size: 0.85em;
	margin-top: 8px;
}

.zaman-tex-wrap p{padding-right: 30px;}
.son-p{padding-right: 60px !important}
.sertifika li{padding-top: 10px; font-weight: 600}

.tesis-wrap{
	border-bottom: 2px solid #03bcd5;
	
	padding-bottom: 5px;	
}

.tesis-cont{
	background: url('../images/tesis-header.png') no-repeat 0 0;
	padding: 20px;
	position: relative;	
}

.tesis-cont h1{
	font-size: 2.5em;
	font-family: TitilliumWebBold;
}

.asagi-ok{
	background: url('../images/hiz-baslik-bg.png') no-repeat 0 0;	
	position: absolute;
	left:40px;
	bottom: -12px;
	height: 7px;
	width: 17px;
	z-index: 150;
}

.car-item{position: relative;}

.car-owerlay{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.car-item:hover .car-owerlay{
	height: 0;
}

.car-item:hover img{
	border: 6px solid #03bcd5;
}

/* URUNLERIMIZ */
.k-cizgi-buyuk{
	background: url('../images/kesik-bg.png') repeat-x 0 0;	
	padding: 15px 0;	
}

.sayfa-ust-nav{
	padding-left: 15px;
	border-left: 2px solid #03bcd5;
}

.sayfa-ust-nav h1{
	font-size: 2.3em;
	font-family: RalewayLight;
}

.sayfa-ust-nav h3{color: #03bcd5;}

.sayfa-ust-nav a{
	color: #03bcd5;
	font-size: 1.2em;
	transition: all 0.3s;
	font-family: RalewayLight;
}

.sayfa-ust-nav a:hover{color: #000}

.urunler-wrap{
	padding: 10px;
}

.urunler{
	position: relative;
	padding: 10px;	
	transition: all 0.2s;
	border: 1px solid #dedede;
}

.urunler h3{
	font-family: RalewayBold;
	margin: 10px 0;
}

.urunler p{
	font-family: RalewayLight;
	line-height: 20px;
}	

.tumunu-gor{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height:50px;
	border-top: 2px solid #03bcd5;
	z-index: 280;
}

.tumunu-gor a{
	display: block;
	color: #FFF;
	height: 30px;
	width: 120px;
	background: #03bcd5;
	text-align: center; 
	line-height: 28px;
} 

.urunler:hover{
	background: #03bcd5;
}

.urunler:hover  h3{
	color: #FFF;
}

.urunler:hover  p{
	color: #FFF;
}

.urunler:hover  h3{
	color: #FFF;
}

.urunler:hover  .tumunu-gor a{
	background:  #3e444d;
	color: #FFF;
}

/* URUN LISTE */
.urunliste-wrap{
	border:1px solid #EEE;	
}

.urunliste-wrap img{border: 1px solid #ddd}

.urunliste-wrap h1{
	font-family: RalewayBold;
	font-size: 1.3em;
	margin: 15px 0;
}

.tumu-wrap{
	border-top: 2px solid #01bcd5;
	margin-top: -2px;
}

.tumu-wrap a{
	display: block;
	width: 120px;
	text-align: center;
	color: #FFF;
	font-family: RalewayLight;
	background: #01bcd5;
	padding: 10px 0;
	transition:all 0.2s;
}

.tumu-wrap a:hover{background:#3e444d; }

/* URUN DETAY */
.urn-det-ul li{	
	list-style-type: disc;
	line-height: 30px; 
	font-family: RalewayRegular;
}

.urn-det-ul2 li{	
	list-style-type: disc;
	line-height: 25px; 
	font-family: RalewayRegular;
}

.urun-det-head{
	background: #97acaf url(../images/urun-det-bg.png) no-repeat 5px 8px;
	font-family: RalewayLight;
	font-size: 1.8em;
	color: #FFF;
	padding: 9px 0px 9px 45px;
}

.sidebar{
	font-family: RalewayMedium;
	font-weight: 600;	
}

.sidebar li a{
	display: inline-block;
	color: #333;
	display: block;
	margin: 4px 0;
	padding: 6px;
	font-family: RalewayRegular;	
}

.side-alt-menu li a{
	padding-left: 15px;
}
.side-alt-menu li a{
	font-weight: normal;
}

.side-alt-menu-ic{
	display: none;
	
}

.side-alt-menu-ic li a{
	padding-left: 35px;
}

.side-link{transition: all 0.2s}

.side-link:hover{
	background: #86d4df;
}

.side-li{border-bottom: 1px dotted #ddd;}

.side-li:first-child{border-top: 1px dotted #ddd;}

.urun-det-li{
	border-top: 1px dotted #ddd;
	padding: 1px 0;
}

.urun-detay{background: #d8eff2}


/* GALERI */
.thumb{
	padding:10px!important;
}

.thumb img{
	border-radius: 0;
	padding: 0; 
	border: 1px solid #CCC;
	-webkit-filter: grayscale(40%);	
	filter: grayscale(40%);
	transition: 0.2s all;
}

.thumb img:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);	
	transform: scale(1.02);
}

/* ILETISIM */
#iletisim h1{
	font-family: UbuntuBold;
	font-size: 1.6em;
}

#iletisim p{
	font-family: UbuntuRegular;
	
}

#iletisim p i{
	font-size: 1.5em;
	color:#00b8d2;
	margin-right: 5px;
}

#iletisim-form .inp{
	border-radius: 20px;	
	border:none;
	padding-left: 50px;	
	background: #d8eff2;
}

#iletisim-form .texta{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #d8eff2;
	border:0;
	padding-left: 50px;
	color:#00b8d2;
}

.form-group{
	position: relative;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00b8d2 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #00b8d2 !important;;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #00b8d2 !important;;
}
:-moz-placeholder { /* Firefox 18- */
  color: #00b8d2 !important;;
}

.ilt-btn{
	display: block;
	width: 130px;
	background: #00b8d2;
	color:#FFF;
	padding: 7px 25px;
	text-align: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-family: MyriadBold;
	font-size: 1.2em;
	transition: all 0.3s;
}

.ilt-btn:hover{
	color: #FFF;
	background: #282f39;
}

.form-control:focus {
	border-color: none !important;
	background: #d8eff2 !important;
	box-shadow: none;
}	

.inp-img-wrap{
	position: absolute;
	width: 22px;
	height: 22px;
	top:5px;
	left: 12px;
}

.inp-img-wrap img{	
	width: 22px;
	height: 21px;	
}

/* FOOTER */	
.footer-bg{
	background: #FFF url('../images/footer-bg.png') no-repeat 0 0;	
	background-position-x: center; 	
	position: relative;	
}

.footer-bottom p{font-family: DaxLight; font-size: 1em}
.footer-bottom p span{font-family: DaxMedium; font-size: 1em}

#yukari{
	position: absolute;
	background: url('../images/yukari.png') no-repeat 0 0;
	width: 52px;
	height: 50px;	
	bottom:25px;
	left: 48%;
	cursor: pointer;
}

.footer-cizgi{
	height: 8px;
	width: 230px;
	margin: 15px auto;
	background: url('../images/footer-cizgi.png') no-repeat 0 0;
}

.footer-adres{
	
}

.footer-adres h2{ 
	color: #50525b; 
	font-size: 1.2em
}
.footer-adres p{ 
	color: #fff; 
	margin: 10px 0;	
}

.footer-tel{	
	color: #FFF;
}

.footer-tel span{color : #50525b; } 

.footer-facebook{
	display: block;
	background:url('../images/foot-facebook.png') no-repeat 0 0;
	width: 42px;
	height: 42px;
}

.footer-twitter{
	display: block;
	background:url('../images/foot-twitter.png') no-repeat 0 0;
	width: 42px;
	height: 42px;
}

.footer-instagram{
	display: block;
	background:url('../images/foot-instagram.png') no-repeat 0 0;
	width: 42px;
	height: 42px;
}

.footer-youtube{
	display: block;
	background:url('../images/foot-youtube.png') no-repeat 0 0;
	width: 42px;
	height: 42px;
}

.footer-sosyal a{border-radius: 50%; transition: all 0.3s;}

.footer-sosyal a:hover{
	border:2px solid #eee;	
}

.foot-adr-wrap{
	margin-right: 5px;
}


/* media queryler ---------------------------------------------------------------*/

@media screen and (max-width:1200px) {
	#hakkimizda p{line-height: 18px;}
	.hakkimizda-a{margin-top: 10px!important}
	.urn-tnt-div h2{font-size: 1.1em;}
	.urn-tnt-div p{	
		padding-top: 12%;
		font-size: 1.1em;
		line-height: 17px;
	}
	.footer-bg{
		min-height: 500px;
		background-size: cover;
	}
	#yukari{left: 48%;}
	.ic-text{
		line-height: 22px;
		font-size: 1.05em
	}
}

@media screen and (min-width:1200px) {	
	.footer-bg{
		min-height: 660px;
		background-size: 100% 100%;
	}	#yukari{left: 48.5%;}
	
}

/* medium     ---------------------------------------------------------------- */
@media screen and (max-width:992px) {
	.menu-wrap{
		background: rgba(46,63,91, 1); 
		border-bottom: 3px solid #FFF;		
	}
	.nav-menu-wrap{
		background: rgba(46,63,91, 1); 
		border-bottom:0
	}

	#main-menu{		
		background: rgba(46,63,91, 1);
		text-align: center;		
	}

	.sosyal-grup{
		position: absolute;
		top:0;
		right: 15%;		
		z-index: 210;
		width: 100%;
		padding-top: -5px;
		padding-right: 0;
	}
	
	.en{
		position: absolute;
		right: 8px;
		top:3px;
		width: 30px;
		height: 20px;
		background: #FFF;	
	}

	.sosyal-grup a{font-size: 1.1em;}

	.sosyal-grup a img{width: 18px; height: 17px;}
	.navbar-toggler{margin-top: 20px;}	
	.navbar-toggler-icon i{color:#FFF; font-size: 1.7em; margin-left: 7px}	
	.navbar-brand{width: 140px;height: 100%}
	.navbar-brand img{width: 140px; margin-top: 5px; margin-left: -5px;}
	.slide-wrap{margin-top: 0}

	#main-menu .nav-link{		
		color: #FFF;
		padding: 5px 0;
	}

	#main-menu .nav-item{
		border-bottom: 1px solid #555;
		transition: color 0.3s;
		padding: 5px 0;		
	}

	#main-menu .nav-link:hover{color: #999;}

	#main-menu .nav-item:last-child{border-bottom: 0}
	#main-menu .nav-item:first-child{margin-top: 20px;}
	.nav-menu-wrap .navbar-toggler{position:absolute; top:20px; right: 5px}
	.slogan{width: 80%;}
	#yukari{left: 47%;}
	.hak-wrap h1{margin-bottom: 5px!important}
	#hakkimizda p{line-height: 17px; font-size: 1em}
	.hakkimizda-a{margin-top: 5px!important}
	.hizmet-wrap{background-size: cover;}
	.urn-tnt-div h2{font-size: 0.75em;}
	.urn-tnt-div p{	
		padding-top: 5%;
		font-size: 0.9em;
		line-height: 14px;
	}

	.ic-menu-wrapper{background: #3e444d;}	

	.sosyal-icon-wrap{
		position: absolute; 
		right:4%; 
		top:5px; 
		width: 100%;
		z-index: 250;
		margin-top:5px;
		padding-right: 0;
	}	

	.sosyal-icon-container a{color: #FFF}

	.ic-navbar .navbar-toggler{
		position: absolute;
		right: 7px;
		top: 15px;		
	}

	#ic-menu{text-align: center; margin-top: 20px;}
	#ic-menu .nav-link{color: #FFF; font-size: 1.2em;}
	#ic-menu .nav-link:hover{color: #03bcd5}
	#ic-menu .nav-link{transition: all 0.3s}
	#ic-menu .nav-item{border-bottom: 1px solid #2f3238; padding: 5px 0 }
	#ic-menu .nav-item:last-child{border-bottom:0 }
	.ic-text{
		line-height: 17px;
		font-size: 1em
	}

	.kusak-zaman{margin-top: -15px;}
	.kar-wrap{text-align: left !important}
	.urunler-wrap{margin-bottom: 20px!important;}	
}

@media screen and (min-width:992px) {

	#header .carousel-control-prev-icon{
		width: 40px;
		height: 40px;
	}

	#header .carousel-control-next-icon{
		width: 40px;
		height: 40px;
	}

	#main-menu .nav-link{
		font-size: 1.2em;
		font-family: RalewayBold;	
		color: #FFF;	
		margin-left: 15px;
		transition: all 0.3s;
	}

	#main-menu .nav-link:hover{
	    color: #999;
	}

	.en{
		position: absolute;
		right: 20px;
		bottom:-20px;
		width: 30px;
		height: 20px;
		background: #FFF;	
	}

	.hak-wrap{padding-right: 100px}

	#ic-menu .nav-link{
		font-size: 1.2em;
		font-family: RalewayBold;	
		color: #3e444d;	
		margin-left: 15px;
		transition: all 0.3s;
	}

	#ic-menu .nav-link:hover{ color: #03bcd5;}
}	

/* small  --------------------------------------------------------------------- */
@media screen and (max-width:767px) {
	.slogan{width: 95%;font-size: 1.5em}
	#yukari{left: 46%;}

	#hakkimizda p{line-height: 20px; font-size: 1em}
	.hakkimizda-a{margin-top: 10px!important; margin-bottom: 15px!important;}
	.urn-tnt-div h2{font-size: 1.3em;}
	.urn-tnt-div p{	
		padding-top: 7%;
		font-size: 1em;
		line-height: 14px;
	}	

	.foot-adr-wrap{
		margin-top: 10px;		
	}
	.foot-adr-wrap:nth-child(2){
		padding-left: 65px;
	}

}
/* x-small ----------------------------------------------------------------------*/
@media screen and (max-width:576px) {
	.slogan-wrap{margin-top: -45px;}
	.slogan{width: 97%;	font-size: 1.2em;}
	#yukari{left: 44%;}

	.urn-tnt-div h2{font-size: 1em;}
	.urn-tnt-div p{	
		padding-top: 7%;
		font-size: 0.9em;
		line-height: 14px;
	}
	
	.hak-slogan{padding:0;height: 25px }
	.hak-slogan .container{padding: 5px !important;}
	.hak-slogan h1{font-size: 1.5em; margin-top: -5px}
	.ic-text{
		line-height: 20px;
		font-size: 1em
	}

	.sertifika{margin-top: 0px !important}
	.cer{margin-top: 0!important}
	.k-cizgi-buyuk{padding-left: 6px;}

	#firmalar h1{font-size: 1.75em }	
}


/*-----------------------------------------------------*/
@media screen and (max-width:420px) {
	.urn-tnt-div h2{font-size: 0.75em;}	
	.urn-tnt-div p{
		padding-top: 5%;
		font-size: 0.85em;
		line-height: 12px;
	}	

	.urn-det-ul{padding-right: 0!important;}
	.hak-wrap h1{font-size: 1.8em !important}
	.foot-adr-wrap{
		margin-top: 10px;
		text-align: left;
	}

	.foot-adr-wrap:nth-child(2){
		padding-left: 65px;
	}
}


/*-----------------------------------------------------*/
@media screen and (max-width:360px) {
	#yukari{left: 42%;}
	.slogan{width: 100%;font-size: 0.95em}
	.urn-tnt-div h2{font-size: 0.7em;}
	.urn-tnt-div p{	
		padding-top: 7%;
		font-size: 0.6em;
		line-height: 10px;
	}
	.sosyal-icon-wrap{padding-right: 0}
	
}
















































.k{border: 1px solid red}
.m{border: 1px solid blue}
.s{border: 1px solid black }
.y{border: 1px solid green }