/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
/*blockquote*/
blockquote.blockquote {
  color: #0e1726;
  padding: 20px 20px 20px 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #e0e6ed;
  border-left: 2px solid #1b55e2;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07); }
  blockquote.blockquote > p {
    margin-bottom: 0; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote.media-object.m-o-border-right {
  border-right: 4px solid #1b55e2;
  border-left: none; }

blockquote.media-object .media .usr-img img {
  width: 55px; }

.altbaslik {
  font-weight: 500;
  font-size: 22px;
  border-bottom: 1px solid #dfe3e5;
  color: #313a46;
  padding: 10px 0px;
}

.altbasliksm {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #dfe3e5;
  color: #313a46;
  padding: 10px 0px;
}
.karsilastirbaslik {
  font-weight: 500;
  font-size: 18px;
  color: #313a46;
 }
table.table-no-border th{
     border: none !important;
}
.borderless tr, .borderless td, .borderless th {
    border: none !important;
}
.alert-warning2 {
  color: #fff;
  background-color: #F57F17;
  border-color: #F57F17; }
  
  
/* Style the form */
#regForm {
  background-color: #ffffff;
 
  padding: 10px;
  width: 100%;
 
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.formblok {
 margin-top: 10px;
  background-color: white;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
          box-shadow: 0px 0px 30px rgba(49, 58, 70, 0.2);
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.formblok h2 {
  font-size: 20px;
  width: 100%;
  line-height: 1.3em;
}

.form_yildizlar {
  margin: 2px 0px;
}

.form_yildizlar i {
  font-size: 11px;
  color: #ffbf4d;
}
.fa-check-circle {
	color: #06ab52 !important;
}

.kategorisubdiv {
    margin: 10px 0px;
    text-align: left;
    margin-bottom: 30px;
  }
  
  .kategorisubdiv h1 {
    font-weight: 400;
    font-size: 35px;
    color: #065c8b;
  }
  
  .kategorisubdiv h2 {
    width: 100%;
    max-width: 500px;
   
    font-size: 22px;
    color: #065c8b;
  }
  
 .kategorisubdiv h3 {
	 font-family: Poppins !important;
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    color: #065c8b;
  }
  .kategorisubdiv h4 {
	font-family: Poppins !important;
    width: 100%;
    font-size: 14px;
    
  }
  .kategorisubdiv .dolgun {
    width: 100%;
    font-size: 18px;
	font-weight: 500;
    color: #065c8b;
  }
  .teklifContainer .container .firmaustfoto {
  background-color: #dfe3e5;
  padding-top: 75%;
  border-radius: 4px;
  margin: 5px;
  background-position: center center;
  background-size: cover;
}
.alert-success {
  color: #fff;
  background-color: #8dbf42;
  border-color: #8dbf42; }
.teklif1{
		animation: teklif1 5s;
		animation-iteration-count: 50;
		animation-delay: 2.5s;
	}
	@keyframes teklif1 {
		0% {transform: scale(1);}
		5% {transform: scale(1.2);}
		10% {transform: scale(1);}
	}
	.teklif2{
		animation: teklif2 5s;
		animation-iteration-count: 50;
		animation-delay: 2.5s;
	}
	@keyframes teklif2 {
		5% {transform: scale(1);}
		10% {transform: scale(1.2);}
		15% {transform: scale(1);}
	}
	.teklif3{
		animation: teklif3 5s;
		animation-iteration-count: 50;
		animation-delay: 2.5s;
	}
	@keyframes teklif3 {
		10% {transform: scale(1);}
		15% {transform: scale(1.2);}
		20% {transform: scale(1);}
	}
	
 .kartlar{
	margin-bottom: 5px;
}
.kart{
	height: 25px;
	background-color: red;
	position: relative;
	margin-right: 5px;
}
.values{
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 600;
	color: white;
	width: 25px;
	text-align: center;
}
.labels{
	float: left;
	font-size: 9px;
	line-height: 9px;
	margin-top: 4px;
	font-weight: 600;
	color: white;
}
.ucgenler{
	height: 27px;
	width: 15px !important;
	margin-left: 10px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yorum_kural{font-size:14px;font-weight:300;display:block;color:#7f8d9e}

@media (max-width: 992px) {
 .kategorisubdiv {
    margin: 10px 0px;
    text-align: left;
    margin-bottom: 10px;
  }
	.kategorisubdiv h1 {
    margin: auto;
    font-size: 27px;
    color: #065c8b;
	font-weight: 400;
  }
  
  .kategorisubdiv h2 {
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 20px;
    color: #065c8b;
  }
  .kategorisubdiv h3 {
	 font-family: Poppins !important;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 16px;
    color: #065c8b;
  }
   .kategorisubdiv h4 {
	font-family: Poppins !important;
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
}