p.kirmizi {	color: #FF0004;
font-size: 22px;	
 }

.jssocials-shares {
  margin: 0.2em 0; 
  right: 0;
  position: absolute;
 }
.jssocials-share-link {
  border-radius: 50%;
}

.carousel-caption{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.4);
}
.carousel-caption h3{
text-align: center;
font-size: 36px !important;
}
.carousel-indicators{
display: none;
}
.img-container {
    position:relative;
    padding-top:52%;
}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
}
.nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #e6e7e8;
}
/* searchbox */
.searchform{padding:0 !important; float:right; margin-top: -7px !important;} 

.searchform .form-control{
	border:0; color:#000;
	background-color:rgba(200,200,200,.9);
	width:120px!important;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
}
.searchform .form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.searchform .form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.searchform .form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.searchform .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.searchform .form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.searchform .form-control:focus::-webkit-input-placeholder { color:#003366; }  /* WebKit, Blink, Edge */
.searchform .form-control:focus:-moz-placeholder { color: #003366; }  /* Mozilla Firefox 4 to 18 */
.searchform .form-control:focus::-moz-placeholder { color: #003366; }  /* Mozilla Firefox 19+ */
.searchform .form-control:focus:-ms-input-placeholder { color: #003366; }  /* Internet Explorer 10-11 */
.searchform .form-control:focus::-ms-input-placeholder { color: #003366; }  /* Microsoft Edge */

.searchform .form-control:hover, .searchform .form-control:focus {
   width: 220px!important;
   background-color: #FFF;
   color:#000;
}

.ek-dosya {text-align: center;}
.ek-dosya a {
	display: inline-block !important;
	min-height: 80px;
	min-width: 100px;
	float: left;
	padding: 0 10px;
}
.ek-dosya a:hover {background-color: #003366; color: #fff;}
.ek-dosya a > i { display: block; font-size: 2em; margin-top: 16px;}
.ek-dosya a > span{ display: block; }

.fererans_kutu {
	border:1px solid #d0d0d0;
	padding:10px;
	font-family: 'Barlow', sans-serif;
	font-size:16px;
	font-weight:400;
	text-align: center;
	line-height:auto;
	background-color: white;
	min-height: 170px;
}
.fererans_kutu a {
	color:#3a3a3c;
}
.fererans_kutu ahover{
	color:#a17d2d;
}
.fererans_kutu a p {
	margin-bottom:0;
}
.fererans_kutu a:hover {
	text-decoration:none;
}
.fererans_kutu {
	margin-bottom:15px;
}
.fererans_kutu p {
	margin-bottom:5px;
}

.tohum_kutu {
	border:1px solid #d0d0d0;
	padding:10px;
	font-family: 'Barlow', sans-serif;
	font-size:14px;
	font-weight:400;

	line-height:auto;
	background-color: white;
	min-height: 320px;
}
.tohum_kutu a {
	color:#3a3a3c;
}
.tohum_kutu ahover{
	color:#a17d2d;
}
.tohum_kutu a p {
	margin-bottom:0;
}
.tohum_kutu a:hover {
	text-decoration:none;
}
.tohum_kutu {
	margin-bottom:15px;
}
.tohum_kutu p {
	margin-bottom:5px;
}
.tohum_kutu ul {
	-webkit-padding-start:15px;
}

.kutu_yazi {
	padding-top:10px;
	font-family: 'Barlow', sans-serif;
	font-size:14px;
	font-weight:400;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:80px;
    z-index: 1001;
	right:10px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	text-indent:100%;
	background:url(ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(ui.totop.png) no-repeat left -40px;
	width:40px;
	height:40px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.urun_kutu {
	border:1px solid #333;
	padding:15px;
	font-family: 'News Cycle', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:auto;
	background-color: #0c0c0c;
	min-height: 150px;
}
.urun_kutu a {
	color:#3a3a3c;
}
.urun_kutu ahover{
	color:#a17d2d;
}
.urun_kutu a p {
	margin-bottom:0;
}
.urun_kutu a:hover {
	text-decoration:none;
}
.urun_kutu {
	margin-bottom:15px;
}
.urun_kutu p {
	margin-bottom:5px;
}
.myhover:hover{
    box-shadow: 0px 0px 10px #939393;
    z-index: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.01);
     transition: all 200ms ease-in;
     transform: scale(1.01);
}

.fa-phone{
 color: #003366;
}

.fa-caret-right{
 font-size:1.3em; 	
 color: #FF0000;
}

.fa-file-text{
 font-size:1.3em; 	
 color: #FF0000;
}


.heading-title
{
	margin-bottom: 100px;
}
.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
}

.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline{
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
	
}

.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #003366;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.main-timeline .timeline-content{
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    text-align: right;	
}


.main-timeline .date{
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 12px 33px;
    background: #003366;
    border-radius: 30px;
}

.main-timeline .title{
    font-size: 24px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}

.main-timeline .description{
    font-size: 14px;
    color: #606060;
    line-height: 2;
}

.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}

@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
    }
}@charset "utf-8";
/* CSS Document */

/*Responsive CSS triangles. Resize the Result section to see the triangles in action.*/


/*Down-right pointing*/
.triangle-down-right {
    width: 10%;
    height: 0;
    padding-top: 10%;
	position: absolute;
	right: 0;
}
.triangle-down-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    border-top: 500px solid transparent;
    border-right: 500px solid #003466;
}


/*Up-left pointing*/
.triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-left: 85px;
	position: absolute;
    /*overflow: hidden;*/
}
.triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #FE0000;
}

footer ul {  
    margin: 0;  
    padding: 0 1em;  
    list-style: none;  
	text-align: left;
}  
footer li:before {   
    content: "";  
    border-color: transparent #fe0000;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 0.9em;  
    position: relative;  
} 

@media (max-width: 479px){
	.nav-tabs li { float:none; margin-top:0px; }
}
.main-content{
}
ul.urun-ul{
	margin: 0;
	list-style: none; 
}
ul.urun-ul li:before{
	color: #FF0004;
	content:"•";
	margin-right:10px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
/*
img.center-block{
	max-height:250px;
}
*/
.blog > img.center-block {
    object-fit: cover;
    height: 12vw;
    width: 100%;
}
.request_name{
    display: none;
}



.btn07 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn07 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn07 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn07 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn07 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.btn07:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}
.btn07:hover .ovrly {
    opacity: 1;
}
.vitrin-kat{width: 100%;display: block;text-align: center;}
.vitrin-kat::before {
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	color: red;
}
.vitrin-kat::after {
	content: "\f0d9";
	font: normal normal normal 14px/1 FontAwesome;
	color: red;
}
.videoWrapper {
	position: relative;
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
.desen {
    background-image: url(../../images/bg.png);
    min-height: 120px;
    margin-top: 15px;
	color:#fff;
	}
.hzoom{
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1);
     transition: all 100ms ease-out;
     transform: scale(1);	
}
.hzoom:hover{
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1.4);
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1.4);
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1.4);
     transition: all 250ms ease-in;
     transform: scale(1.4); 
	
}