@charset "utf-8";

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #222;
	font-size: 15px;
	overflow-x: hidden;
}
a {
	color: #222;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #1d1d1d;
}
p {
	font-size: 16px;
	line-height: 24px;
}
ul {
	font-size: 14px;
}
strong {
    font-weight: 700;
}
img {
	width: 100%;
	height: auto;
}
.w-100-left {
	width: 100%;
	height: auto;
	float: left;
}
.red {
	color: red;
}
.whatsapp {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	margin-bottom: 20px;
	margin-right: 20px;
}
.whatsapp img {
	width: 50px;
}
.alert {
	margin-top: 30px;
}
.container {
	max-width: 1366px;
	padding-left: 30px;
	padding-right: 30px;
}
.wrapper {
	width: 100%;
	height: auto;
	float: left;
}
.article-wrapper {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn {
	font-weight: 500;
	border-radius: 0;
}
.btn-sm {
	font-weight: 500;
}
.form-control {
	border-radius: 0;
}
.dropdown-menu a:focus {
	background-color: unset;
}
.mobil-header {
	display: none;
}
.desktop-header {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}
.header-container {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.desktop-header .ust-band {
	width: 100%;
	height: auto;
	min-height: 40px;
	float: left;
	background-color: #EFEFEF;
	margin-top: 30px;
}
.desktop-header .ust-band .main-logo {
    float: left;
    background-color: #FFF;
    margin-left: -30px;
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.desktop-header .ust-band .main-logo a {
    display: block;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.desktop-header .ust-band .main-logo a img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    padding: 15px 30px;
	padding-right: 45px;
}
.desktop-header .sosyal-medya {
	list-style: none;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
}
.desktop-header .sosyal-medya li {
	float: left;
}
.desktop-header .sosyal-medya li a {
	line-height: 40px;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #1A1A18;
}
.desktop-header .sosyal-medya li a:hover {
	color: #C50A1E;
}
.header-contact {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	margin-top: 15px;
}
.header-contact li {
	float: left;
	line-height: 37px;
	color: #C50A1E;
}
.header-contact li a {
	padding-right: 30px;
	padding-left: 5px;
	color: #1A1A18;
	font-weight: 700;
	font-size: 14px;
}
.lang-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	margin-top: 14px;
}
.lang-menu li {
	float: left;
	line-height: 37px;
	padding-left: 5px;
}
.main-menu {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	background-color: #C50A1E;
}
.main-menu .navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px; /* çok sola uzat */
    width: 9999px;
    height: 100%;
    background-color: white;
    z-index: -1;
}
.main-menu .container {
    position: relative;
    z-index: 2;
}
.navbar {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
	position: relative;
    z-index: 2;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.navbar .navbar-nav {
	margin-left: -55px;
}
.navbar .nav-item {
	padding-left: 30px;
}
.navbar .nav-item .nav-link {
	color: #1A1A18;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	padding-right: 0px;
}
.navbar .nav-item .nav-link:hover {
	color: #C50A1E;
}
.navbar .nav-item .nav-link.active,
.navbar .nav-item.active .nav-link {
	color: #C50A1E;
}
.navbar-brand img {
	max-width: 260px;
}
.navbar-center {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}
.teklif-btn {
    background-color: #C50A1E;
    border: solid 1px #C50A1E;
    color: #FFF;
    font-size: 18px;
	text-transform: uppercase;
    font-weight: 700;
    padding: 12px 24px;
	padding-left: 50px;
	padding-right: 0;
    display: inline-block;
	margin-right: -1px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	text-align: right;
}
#anasayfaCarousel {
	z-index: 1;
}
.carousel-control-prev-icon {
	margin-left: auto;
	margin-right: auto;
}
.carousel-control-next-icon {
	margin-left: auto;
	margin-right: auto;
}
.slider {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}
.slider, .slider img {
	width: 100%;
	height: auto;
	float: left;
}
.slider .carousel-caption {
	top: 120px;
	max-height: 160px;
	z-index: 2;
}
.slider .carousel-caption a {
	display: block;
	color: #FFF;
}
.slider .slogan-satir {
	width: 100%;
	float: left;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.slider .slogan1 {
	float: left;
	width: auto;
	background-image: url(../images/assets/slogan-bg.png);
	background-repeat: repeat;
	font-size: 28px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 500;
}
.slider .slogan2 {
	float: left;
	width: auto;
	background-image: url(../images/assets/slogan-bg.png);
	background-repeat: repeat;
	font-size: 28px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 500;
	margin-top: 10px;
}
.slider .carousel-caption p {
	padding-top: 0px;
	max-width: 500px;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.slider .carousel-caption .carousel-btn {
	width: 100%;
	height: auto;
	float: left;
}
.slider .carousel-caption .carousel-btn .btn {
	float: left;
}
.video-container {
    position: relative;
    width: 100%;
	float: left;
	margin-top: 30px;
}
.video-center {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
    border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 2;
    background: url('../images/assets/play.png') no-repeat center center;
    background-size: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    opacity: 1;
}
.hidden {
	opacity: 0;
	pointer-events: none;
}
/* Hover durumunda görünür */
.video-container:hover .play-button.show-on-hover {
	opacity: 1;
	pointer-events: auto;
}
.company-stats {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
}
.stat-item {
	border-right: 1px solid #ddd;
	text-align: center;
}
.stat-item:last-child {
	border-right: none;
}
.stat-inner {
	display: inline-flex;
	align-items: center;
	text-align: left;
}
.stat-icon {
	font-size: 45px;
	color: #444;
	margin-right: 12px;
}
.stat-value {
	font-size: 35px;
	font-weight: bold;
	color: #C50A1E;
	line-height: 1.2;
}
.stat-value::after {
    content: "+";
    margin-left: 2px; /* sayıyla + arasında küçük boşluk */
}
.stat-label {
	font-size: 16px;
	color: #555;
}
/* Mobil */
@media (max-width: 768px) {
.stat-item {
	border-right: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.stat-item:last-child {
	border-bottom: none;
}
}
.degerlerimiz {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	margin-top: 60px;
}
.degerlerimiz .degerler {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
	background-color: #EFEFEF;
}
.degerler span {
	color: #424242;
	transition: color .3s ease;
}
.degerler img:hover + span {
	color: #C50A1E;
}
.degerlerimiz .degerler img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .3s ease;
    will-change: filter;
}
.degerlerimiz .degerler img:hover {
	filter: none;
    -webkit-filter: none;
}
.degerlerimiz .degerler img:hover span {
	color: #C50A1E;
}
.degerlerimiz .degerler span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.services {
	width: 100%;
	height: auto;
	float: left;
	background-color: #EFEFEF;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.services h2 {
	font-size: 52px;
	line-height: 52px;
}
.services .card .card-header {
	padding: 0;
	background: none;
	border: none;
}
.services .card,
.services .card-body {
    background-color: transparent !important;
    border: none;
}
.services .card-body a {
	color: #C50A1E;
	font-weight: 700;
}
#accordion .btn-link {
    background-color: white;
    color: black;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0;
    text-decoration: none;
	border-radius: 7.5px;
	margin-top: 15px;
	font-weight: 600;
	font-size: 18px;
}
#accordion .btn-link:hover,
#accordion .btn-link[aria-expanded="true"] {
    background-color: #C50A1E;
    color: white;
}
.farkimiz {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
	text-align: center;
}
.farklar {
	margin-top: 120px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
.farklar .fark-body {
	padding: 15px;
	min-height: 270px;
	position: relative;
}
.farklar img {
	width: 120px;
	border: solid 2px #EFEFEF;
	margin-top: -90px;
	background-color: #FFF;
}
.farklar h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.fark-bottom {
	width: 100%;
	position: absolute;
	bottom: -55px;
	left: 0;
	text-align: center;
}
.fark-bottom img {
	border: none;
	width: 60px;
	height: auto;
	background: none;
}
.fark-1 h4 {
	color: #cd3296;
}
.fark-1 .fark-bottom img {
	filter: invert(25%) sepia(83%) saturate(5000%) hue-rotate(300deg) brightness(90%) contrast(95%);
}
.fark-2 h4 {
	color: #298f72;
}
.fark-2 .fark-bottom img {
	filter: invert(39%) sepia(15%) saturate(1374%) hue-rotate(116deg) brightness(90%) contrast(90%);
}
.fark-3 h4 {
	color: #ff8000;
}
.fark-3 .fark-bottom img {
	filter: invert(63%) sepia(91%) saturate(4700%) hue-rotate(1deg) brightness(100%) contrast(95%);
}
.fark-4 h4 {
	color: #441c88;
}
.fark-4 .fark-bottom img {
	filter: invert(16%) sepia(56%) saturate(2022%) hue-rotate(242deg) brightness(85%) contrast(95%);
}
.fark-5 h4 {
	color: #f91f2d;
}
.fark-5 .fark-bottom img {
	filter: invert(18%) sepia(97%) saturate(7500%) hue-rotate(352deg) brightness(95%) contrast(95%);
}
.farkimiz-gorseller {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 90px;
	background-color: #EFEFEF;
}
.farkimiz-gorseller .row {
	margin: 0;
}
.farkimiz-gorseller .col-md-6 {
	padding: 0;
}
.farkimiz-gorseller .object-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.farkimiz-gorseller article {
	padding: 60px;
}
.farkimiz-gorseller article p {
	text-align: left;
}
.farkimiz-gorseller article h3 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
}
.farkimiz-gorseller article ul li::marker {
    color: #C50A1E;
}
.home-form {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.home-form img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 360px;
	padding: 30px;
}
.home-form form {
	width: 100%;
	height: auto;
	float: left;
}
.orta-baslik {
	display: inline-block;
	font-weight: 700;
	font-size: 36px;
	position: relative;
	color: #C50A1E;
	background-color: #FFF;
}
.orta-baslik::after {
	content: "";
	display: block;
	width: 50%;              /* h3 genişliğinin %50’si */
	height: 0.12em;             /* çizgi kalınlığı */
	margin: .5rem auto 0;    /* ortala, üstten aralık */
	background: linear-gradient(
	  to right,
	  #bdbdbd 0%,
	  #bdbdbd 35%,           /* gri başlangıç */
	  #e53935 35%,           /* kırmızı başlar */
	  #e53935 65%,           /* kırmızı biter (toplamın %20’si) */
	  #bdbdbd 65%,
	  #bdbdbd 100%
	);
}
.page-title-wrapper {
	width: 100%;
	height: auto;
	background-color: #EFEFEF;
	margin-top: 15px;
	background-image: url('../images/assets/page-title-shadow.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%; /* yükseklik boyunca uzat */
	background-origin: content-box; /* gerekirse */
	background-clip: content-box;   /* sağa yapışması için */
}
.page-title {
	width: 100%;
	height: auto;
	min-height: 280px;
	position: relative;
}
.page-title .middle-alan {
	position: absolute;
	bottom: 0;
}
.page-title .middle-alan h1 {
	font-size: 40px;
	font-weight: 700;
	color: #C50A1E;
}
.page-title .middle-alan .breadcrumb {
	background: none;
	padding-left: 0px;
	margin-top: 15px;
}
.page-title .middle-alan .breadcrumb a {
	color: #C50A1E;
}
.page-title .middle-alan .breadcrumb a:hover {
	color: #222;
}
.page-title .doctot-title {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 7.5px;
	font-size: 16px;
	font-weight: 500;
}
.blog-page h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 32px;
	margin-top: 30px;
	color: #162c40;
}
.blog-page h1:after {
    content: '';
    background: #00a7da;
    width: 35px;
    height: 2px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-detay {
	width: 100%;
	height: auto;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.hakkimizda {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url('../images/assets/hakkimizda.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.hakkimizda h2 {
	margin-bottom: 15px;
	color: #C50A1E;
	font-weight: 700;
}
.hakkimizda img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 7.5px;
}
.urunler {
	width: 100%;
	height: auto;
	float: left;
}
.urunler .urunler-kategori {
	margin-top: 30px;
	background-color: #EFEFEF;
}
.urunler .urunler-kategori img {
	margin: 0;
}
.urunler .urunler-kategori:hover h3 a {
	color: #C50A1E;
}
.urunler .urunler-kategori h3 {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.urunler .urunler-kategori h3 a {
	flex: 1;                   /* tüm genişliği kapla */
	height: 100%;              /* h3’ün tamamını kapla */
	display: flex;             /* içinde de metni ortala */
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	color: inherit;
	text-decoration: none;
}
.fotogaleri {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 30px;
}
.fotogaleri h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 32px;
	color: #C50A1E;
}
.fotogaleri h3:after {
    content: '';
    background: #C50A1E;
    width: 75px;
    height: 2px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fotogaleri .card {
   border: none;
   padding: 0px;
   margin: 0px;
}
.detay-blogs .card {
	min-height: 232px;
}
.blog-slider {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog-slider .blogs {
	width: 100%;
	height: auto;
	position: relative;
}
.blog-slider h2 {
	color: #162c40;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 32px;
	height: auto;
}
.blog-slider .blog-detay h2 {
	font-size: 24px;
}
.blog-slider a:hover {
	text-decoration: none;
}
.blog-slider a h2:hover {
	color: #3d9ee5;
}
.blog-slider h2:after {
    content: '';
    background: #00a7da;
    width: 35px;
    height: 2px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-slider .card {
	margin-top: 30px;
	max-width: 420px;
}
.blog-slider ul {
	width: 100%;
	list-style: none;
	float: left;
	max-height: 475px;
}
.blog-slider ul li {
	float: left;
}
.blog-slider .card h3 {
	color: #162c40;
	font-weight: 700;
	font-size: 16px;
	min-height: 35px;
}
.blog-slider .blogs button {
	position: absolute;
	top: 45%;
	background: none;
	border: none;
	color: #162c40;
	font-size: 32px;
}
.blog-slider .blogs .btn-l {
	left: 2%;
}
.blog-slider .blogs .btn-r {
	right: 2%;
}
.baslik {
	width: 100%;
	border-bottom: solid 1px #C50A1E;
	color: #C50A1E;
}
.baslik-ust {
	border-bottom: solid 3px #C50A1E;
	width: auto!important;
	display: inline-table;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	text-transform: uppercase;
}
.map {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
}
.map iframe {
	width: 100%;
	height: 400px;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.iletisim {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 60px;
	padding-bottom: 30px;
}
.iletisim .fom-baslik {
	font-size: 38px;
	font-weight: 700;
}
h2.fom-baslik::after {
    content: "";
    display: block;
    height: 6px; /* çizgi kalınlığı */
    width: 120%; /* gri kısmın biraz uzun olması için */
    background: linear-gradient(to right, #c00 40%, #ccc 0%); 
    background-size: 15% 100%, 30% 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.iletisim p {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	margin-top: 60px;
}
.iletisim table {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.iletisim table th, .iletisim table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.iletisim table th {
	color: #C50A1E;
}
.iletisim form {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.iletisim img {
	width: 100%;
	height: auto;
}
form label {
	font-weight: 500;
}
.articles {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
}
.articles .card {
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-radius: 15px;
	margin-top: 30px;
	box-shadow: 2px 2px 10px #DDD;
	padding-right: 30px;
	padding-bottom: 15px;
}
.articles .card h2 {
	width: 100%;
	height: auto;
	min-height: 55px;
	font-size: 20px;
	font-weight: 700;
	padding: 0px;
	margin: 0px; 
}
.articles .card p {
	width: 100%;
	height: auto;
	min-height: 100px;
}
.articles .card h2 a {
	color: #C50A1E;
}
.articles .card img {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 65px;
	border-top: none;
	margin-top: 0px;
}
.subcategory_menu {
	width: 100%;
	height: auto;
	list-style: none;
	display: inline-table;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	padding-bottom: 30px;
	border: solid 1px #DDD;
	border-radius: 7.5px;
}
.subcategory_menu li {
	display: inline-table;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
}
.subcategory_menu li a {
	border: solid 1px #DDD;
	margin-top: 15px;
	background-color: #FFF;
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 7.5px;
	font-weight: 500;
	color: #1b1834;
	font-size: 15px;
}
.subcategory_menu li a:hover {
	text-decoration: none;
	color: #00abeb;
}
.subcategory_menu li .active {
	color: #00abeb;
}
article .cover-image {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
article h1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	color: #1b1834;
}
article h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	color: #C50A1E;
}
article h3 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
	color: #C50A1E;
}
article h4 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
	color: #C50A1E;
}
article p {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	text-align: justify;
	font-weight: 500;
}
article ul {
	margin-top: 15px;
}
article ul li {
	padding-top: 7.5px;
	font-size: 16px;
	font-weight: 500;
}
.fotogaleri h2 {
	font-size: 18px;
	font-weight: 700;
	color: #1b1834;
	margin-top: 15px;
}
.fotogaleri, .fotogaleri img {
	width: 100%;
	height: auto;
	float: left;
}
aside {
	width: 100%;
	height: auto;
	float: left;
}
aside h1 {
	font-size: 16px;
	font-weight: 700;
}
aside h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
aside h4::after {
    content: "";
    display: block;
    height: 4px; /* çizgi kalınlığı */
    width: 100%; /* element sınırları içinde */
    background: linear-gradient(to right, #c00 0%, #c00 40%, #ccc 40%, #ccc 100%);
    margin-top: 10px;
}
aside ul {
	list-style: none;
}
aside ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: dashed 1px #DDD;
}
aside ul li a {
	display: block;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	font-size: 15px;
	font-weight: 500;
}
aside ul li .hover {
	font-weight: 700;
}
aside ul li .active {
	font-weight: 700;
	color: #C50A1E;
}
aside ul li .fa-angle-right {
	margin-right: 10px;
}
.blog {
	margin-top: -30px;
}
.blog .baslik {
	margin-top: 30px;
}
.home-blog {
	margin-top: 0px;
	padding-bottom: 30px;
}
.blog .blog-item {
	margin-top: 30px;
	background-color: #f9f9f9;
	border: solid 1px #DDD;
	padding: 30px;
}
.blog .blog-item h2 {
	font-weight: 700;
	font-size: 18px;
	color: #162c40;
}
.blog .blog-item  .blog-info {
	color: #9d9d9d;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 14px;
}
.blog .blog-item  .blog-info p {
	font-size: 16px;
}
.detail-info {
	border-bottom: solid 1px #DDD;
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog p {
	font-size: 14px;
	line-height: 20px;
}
.blog .d-flex {
	margin-top: 30px;
}
.blog h4 {
	font-size: 17px;
	font-weight: 700;
}
.blog .btn {
	font-size: 12px;
}
.call-center {
	width: 100%;
	height: auto;
	float: left;
	background-color: #EFEFEF;
	color: #444;
	font-weight: 700;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.call-center .call-info {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	font-size: 26px;
	padding-top: 30px;
}
.call-center .call-no {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 20px;
	padding-top: 20px;
	font-weight: 700;
}
.call-center .call-no a {
	font-size: 32px;
	margin-left: 5px;
	color: #C50A1E;
}
.call-center .call-no a .fa-headset {
	font-size: 42px;
	margin-left: 10px;
}
.medya {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 30px;
}
.medya h4 {
	margin-top: 30px;
}
.armatechs-banner, .armatechs-banner img {
	width: 100%;
	height: auto;
	float: left;
}
footer  {
	width: 100%;
	height: auto;
	float: left;
	background-color: #444444;
	background-image: url('../images/assets/footer-shadow.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%; /* yükseklik boyunca uzat */
	background-origin: content-box; /* gerekirse */
	background-clip: content-box;   /* sağa yapışması için */
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
footer ul {
	padding-bottom: 0px;
	margin-bottom: 30px;
}
footer ul li {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 7px;
}
footer ul li a  {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-shadow: none;
	text-decoration: underline;
}
footer table {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
}
footer table a {
	color: #FFF;
}
footer table th {
	padding-right: 20px;
	padding-bottom: 7px;
	vertical-align: top;
	text-align: center;
}
footer table td {
	padding-bottom: 7px;
}
footer .baslik {
	border-color: #FFF;
	margin-top: 60px;
}
footer .baslik-ust {
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	border-color: #FFF;
}
.footer-logo {
	width: 100%;
	height: auto;
	margin-top: 80px;
	text-align: center;
}
.footer-copyright {
	text-align: center;
	text-shadow: none;
	border-top: solid 1px #FFF;
	color: #FFF;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-alt p {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-sosyal-medya  {
	list-style-type: none;
	padding: 0px;
	margin-top: 60px;
	text-align: left;
	text-align: center;
}
.footer-sosyal-medya li  {
	display: inline-table;
	padding-left: 8px;
	padding-right: 8px;
	float: unset;
	width: unset;
}
.footer-sosyal-medya li a {
	font-size: 26px;
	color: #FFF;
}
.footer-sosyal-medya li a:hover {
	color:  #C50A1E;
}
.kvk-onay {
	width: 100%;
	height: auto;
	background-color: #008d36;
	position: fixed;
	bottom: 0;
	color: #FFF;
	z-index: 9;
}
.kvk-onay a {
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
}
.kvk-onay p {
	font-size: 16px;
	text-align: right;
	width: 100%;
	float: left;
	padding-top: 15px;
}
.kvk-onay .btn {
	margin-top: 11px;
	margin-bottom: 11px;
	cursor: pointer;
}
.kvk-onay .btn:hover {
	color: #1d3587;
}
.top {
	color: #FFF;
	background-color: #C50A1E;
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 20px;
	margin-right: 15px;
	margin-bottom: 75px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 7.5px;
	z-index: 9;
}
.article-wrapper .product-article article {
    font-size: 18px;
    font-weight: 500;
	padding-bottom: 30px;
}
.article-wrapper .product-detail .fotogaleri .galeri-img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
@media screen and (max-width: 50em) {
	.desktop-header {
		display: none;
	}
	.mobil-header {
		display: unset;
	}
	.mobil-header .navbar-brand img {
		max-width: 220px;
	}
	.mobil-header .navbar {
		position: unset;
		z-index: 2;
		padding: unset;
		padding: 15px;
		padding-bottom: 0;
	}
	.mobil-header .navbar .navbar-collapse {
		padding-top: 15px;
	}
	.mobil-header .navbar .navbar-nav {
		margin-left: unset;
	}
	.mobil-header .navbar .nav-item {
		padding-left: 30px;
	}
	.mobil-header .mobil-alt-band {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 15px;
		border-top: solid 1px #DDD;
		border-bottom: solid 1px #DDD;
	}
	.mobil-header .mobil-alt-band .mobil-sosyal-medya {
		float: left;
		list-style: none;
	}
	.mobil-header .mobil-alt-band .mobil-sosyal-medya {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-left: 7.5px;
	}
	.mobil-header .mobil-alt-band .mobil-sosyal-medya li {
		float: left;
	}
	.mobil-header .mobil-alt-band .mobil-sosyal-medya li a {
		padding-left: 7.5px;
		padding-right: 7.5px;
		font-size: 18px;
		line-height: 40px;
		display: block;
	}
	.mobil-header .mobil-alt-band .mobil-lang-menu {
		float: right;
		padding: 0;
		margin: 0;
		list-style: none;
		padding-right: 10px;
	}
	.mobil-header .mobil-alt-band .mobil-lang-menu li {
		float: left;
	}
	.mobil-header .mobil-alt-band .mobil-lang-menu li a {
		float: left;
		display: block;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 40px;
	}
	.stat-value {
		font-size: 28px;
	}
	.home-form img {
		margin-top: 0px;
	}
	h2.fom-baslik::after {
		width: 100%;
	}
	aside {
		margin-top: 30px;
	}
	footer .baslik {
		margin-top: 30px;
	}
	.call-center {
		display: none;
	}
	.footer-logo img {
		max-width: 320px;
	}
}
