@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap&subset=latin-ext');

* {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
}
img {
    outline: none;
}

body {
    margin: 0;
    padding: 95px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

.fix-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    min-height: 100px;
    border-top: 5px solid #FE0000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
 
}
.header {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    min-height: 90px;
}
.header .logo {
    position: absolute;
    left: 0;
}
.header .logo img {
    width: 250px
}

.header .mobil-btn {
    display: none;
    font-size: 30px;
    right: 15px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}
.header .mobil-menu {
    display: none;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 30px;
    z-index: 999;
}

/* Small Menu Start */
.header .small_menu {
    position: absolute;
    right: 0;
    top: 10px;
}
.header .small_menu ul {
    margin: 0;
    padding: 0;
}
.header .small_menu ul li {
    display: inline;
    list-style-type: none;
    padding: 0 0 0 25px;
}
.header .small_menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.header .small_menu ul li a:hover {
    text-decoration: none;
    color: #929598;
}
.header .small_menu ul li.active a {
    color: #f00000;
    font-weight: bold;
}
/* Small Menu Finish */

/* Big Menu Start */
.header .big_menu {
    position: absolute;
    right: 0;
    bottom: 15px;
}
.header .big_menu ul {
    margin: 0;
    padding: 0;
}
.header .big_menu ul li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid #dcddde;
    padding: 5px 30px;
}
.header .big_menu ul li:last-child {
    display: inline;
    list-style-type: none;
    border-right: none;
    padding: 5px 0 5px 30px;
}
.header .big_menu ul li a {
    color: #000000;
    font-size: 16px;
}
.header .big_menu ul li a:hover {
    text-decoration: none;
    color: #929598;
}
.header .big_menu ul li.active a {
    color: #f00000;
}
/* Big Menu Finish */


.slider {
    width: 100%;
}   
.slider .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0 auto 0;
    width: 400px;
    text-align: center;
}

.slider .carousel-caption h1 {
    font-weight: bold;
    font-size: 40px;
}
.slider .carousel-caption h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}
.slider .carousel-caption a {
    background: #FE0000;
    color: #fff;
    font-weight: bold;
    padding: 14px 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.slider .carousel-caption a:hover {
    text-decoration: none;
    background: #000;
}
.slider .carousel-indicators {
    bottom: -50px;
}
.slider .carousel-indicators li {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #c2c4c5;
}
.slider .carousel-indicators li.active {
    background: #FE0000;
}
.product-cat-list {
    margin-bottom: 15px;
}
.product-category-slider {
    width: 100%;
    height: 385px;
    margin: 60px 0;
}
.product-category-slider .slick-dots {
    display: none!important;
}
.product-category-slider .slick-slide {
    border: 1px solid #f3f4f4;
    width: 100%;
    margin: 0 15px;
    background: #f3f4f4;
}
.product-category-slider .category-desc {
    margin: 0;
    padding: 0;
    text-align: center;
}
.product-category-slider .category-desc p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.product-category-slider .category-desc a {
    background: #FE0000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin: 0;
}
.product-category-slider .category-desc:hover a{
    background: #000;
    text-decoration: none;
}

.logos {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.about-content {
    background: #f3f4f4;
    padding: 60px 0;
    text-align: center;
    color: #000000;
}
.about-content h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0;
}
.about-content p {
    font-size: 16px;
}
.about-content p:last-child {
    margin-bottom: 50px;
}

.about-content .brand {
    border: 1px solid #dbdbdb;
	border-radius: 3px;
    padding: 25px 0;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.about-content .brand i {
    color: #000000;
    font-size: 60px;
    margin: 0 0 15px 0
}
.about-content .brand a {
    color: #000000;
    text-decoration: none
}
.about-content .brand h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.about-content .brand:hover {
    border: 1px solid #FE0000;
}
.about-content .brand:hover i {
    color:#FE0000;
}
.about-content .brand:hover h3 {
    color: #FE0000;
}


.news {
    display: block;
    padding: 60px 0;
    overflow: hidden;
}
.content .news {
    padding: 0;
}
.news-bottom {
    margin-bottom: 30px;
}
a.allnews {
    display: block;
    text-align: right;
    margin: 10px 0;
    color: #FE0000;
    font-size: 13px;
}
.news .news-img {
    overflow: hidden;
}
.news .news-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news .news-img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.news h1 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0;
}
.news .news-list {
	border: 1px solid rgba(0,0,0,.125);
}
.news .news-content {
    padding: 30px 20px;
}
.news .news-content h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.news .news-content p {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
}
.news .news-content a {
    color: #FE0000;
    font-size: 14px;
    clear: both;
    display: block;
}


.footer {
    background: #939598;
    width: 100%;
    min-height: 200px;
    padding: 60px 0;
    color: #fff;
}
.footer h3 {
    font-size: 18px;
    color: #3a3b3e;
    margin: 0;
    padding: 0 0 15px 0;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style-type: none;
    padding: 0 0 5px 0;
}
.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer h5 {
    font-size: 14px;
}
.footer p {
    margin: 0 0 10px 0;
    font-size: 14px;
}
.footer i {
    color: #3a3b3e;
    padding: 0 5px 0 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    background: #55575b;
    width: 100%;
    padding: 20px 0;
}
.copyright p, .copyright a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }
    @keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
} 
  
    
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }
    }
    @keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }
} 


/* Fix Bg */

.cd-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3.25em 0;
    padding: var(--space-xl) 0;
    font-size: 1.2em;
    font-size: var(--text-md);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-lg);
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cd-section h1 {
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    padding: 0;
}
.cd-section p {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0;
}
.cd-section a {
    background: #FE0000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 30px;
}
.cd-section a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.cd-section--bg-fixed {
    min-height: 450px;
    box-shadow: none;
    z-index: 1
}
.cd-section--bg-fixed {
    background-attachment: fixed
}
.cd-section:nth-child(1) {
    background-image: url("../img/cd-background-1.jpg")
}
.cd-section:nth-child(2) {
    background-image: url("../img/cd-background-2.jpg")
}

/* Fix Bg  */


.content {
    min-height: 300px;
    margin: 30px 0;
}

.header-content {
    background: #f3f4f4;
    padding: 60px 0;
    text-align: center;
    color: #000000;
}
.header-content h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: 1px;
}

.content ul {
    margin: 20px;
}

.iletisim-bilgileri ul{margin:0px;}

.list.list-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 5px;
}

.contact-btn {
    background: #FE0000;
    border: 1px solid #FE0000;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    background: #939598;
    border: 1px solid #939598;
}
.partners img {
    width: 150px;
}



textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.a-textarea:focus,
.uneditable-input:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
}



.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    right: 20px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}
.instagram {
    background: #e40e27;
    color: white;
}
.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.footer-table tr {
    margin-bottom: 10px;
    display: block;
}

#default-demo img {
    border: 1px solid #ccc;
}
#default-demo .news-gallery-box {
    margin-bottom: 15px;
    float: left;
}
.news-gallery-img {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}
.news-title {
    text-align: left!important;
    margin: 0 0 15px 0!important;
}

.product-hoome {
    position: relative;
    display: block;
    width: 100%;
    /*min-height: 760px; 3. sıra */
    min-height: 530px;
}
.product-box {
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
}
.product-box::before {
    content: '';
    background: rgba(0,0,0,0.1);
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.product-box .product-title {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.product-box .product-title a {
    color: #fff;
    font-size: 18px;
}
.product-box:hover::before {
    background: rgba(0,0,0,0);

}
.product-box:hover .product-title a {
    text-decoration: none;
}
.product-box:hover .product-title {
    background: rgba(0,0,0,1);
}

.product-box-inner {
    padding: 5px;
    border: 1px solid #e1e2e2;
	margin-bottom: 15px;
}
.product-box-inner:hover {
    border: 1px solid #ccc;
}
.product-title-inner {
    background: #939598;
    padding: 6px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-title-inner a {
    color: #fff;
    font-weight: 400;
	text-align: center;
	font-size:13px;
	display: block;
}
.product-box-inner:hover .product-title-inner {
    background: #FE0000;
}
.product-title-inner:hover a {
    text-decoration: none;

}

.product-img-details {
    /*
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;

    border: 1px solid #ccc;
    */

}
.details-text {
    margin-top: 15px;
}
.details-text h1 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
}
.details-text .left-bar {
    float: left;
}
.right-bar-iconset {
    position: absolute;
	right: 15px;
}
.right-bar-iconset a {
    background: #FE0000;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    margin-left: 10px;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.right-bar-iconset a:hover {
    background: #f3f4f4!important;
	border: 1px solid #f3f4f4!important;
}
.right-bar-iconset a:hover i{
	color:#FE0000!important
}
.right-bar-iconset i {
    font-size: 20px!important;
    color: #fff;
}
.product-details {
    clear: both;
    display: block;
}
.iconsize i {
    font-size: 30px;
}
#default-demo .gal-box {
    /*
    height: 60px;
    overflow: hidden;
    background-color: #000;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
     */
    width: 82px;
    margin: 0 0 15px 0;
}



ul.bread {
    margin: 0;
    padding: 0;
    float: right;
    display: block;
}
ul.bread li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    line-height: 28px;
    color: #FE0000;
}
ul.bread li a {
    font-size: 13px;
    color: #464646;
}

a.full-image-link {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.product-box-1 {
    width: 40%;
    height: 250px;
    left: 15px;
    top: 0;
}
.product-box-2 {
    width: 24%;
    height: 250px;
    top: 0;
    left: 44%;
}
.product-box-3 {
    width: 28%;
    height: 529px;
    right: 15px;
    top: 0;
}
.product-box-4 {
    width: 24%;
    height: 250px;
    left: 15px;
    top: 280px;
}
.product-box-5 {
    width: 40%;
    height: 250px;
    left: 28%;
    top: 280px;
}

.product-box-6 {
    width: 25%;
    height: 250px;
    left: 15px;
    top: 516px;
    background: #f3f4f4!important;
}
.leftmenu ul {
    margin: 0;
    padding: 0;
}
.leftmenu .submenu {
    display: none;
}
.leftmenu li.active .submenu {
    display: block;
}
.leftmenu .submenu1 {
    display: none;
}
.leftmenu .submenu li.active .submenu1 {
    display: block;
}
.leftmenu .submenu2 {
    display: none;
}

.leftmenu .submenu1 li.active .submenu2 {
    /*display: block;*/
	display: none;
}
.leftmenu .submenu3 {
    display: none;
}
/* Burası Revize */
.leftmenu .submenu1 li.active .submenu2 li.active .submenu3 {
    /*display: block;*/
	display: none;
}




ul.leftmenu {
    margin: 0!important;
}
.leftmenu li {
    list-style-type: none;
    background: #f3f4f4;
}
.leftmenu li a {
    color: #464646;
    border-bottom: 1px solid #e1e2e2;
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    background: url("../img/right-arrow-black.png") no-repeat 96% 50%;
    font-weight: 400;
	background-size: 6px;

}
.leftmenu li:hover > a {
    text-decoration: none;
}
.leftmenu li:hover > a {
    color: #000;
}
.leftmenu li.active > a {
    color: #FE0000;


}
.leftmenu .submenu li a {
   
    display: block;
    font-size: 13px;
    padding: 5px 0 5px 18px;
}
.leftmenu .submenu1 li a {
    display: block;
	font-size: 12px;
    padding: 5px 0 5px 30px;
}
.leftmenu .submenu2 li a {
    padding-left: 60px;
    display: block;
}
.leftmenu .submenu3 li a {
    padding-left: 80px;
    display: block;
}

.details-h1 h1 {
    font-size: 24px;
}

.catalog-box {
    position: relative;
    overflow: hidden;

}
.pdf-page span {
    margin: 0;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: #fff;
    padding: 5px 0;
}
.pdf-page a {
    color: #000;
}
.catalog-box:hover span {
    background: rgba(0,0,0,1);
}


.left_product_menu {
    margin: 0!important;
    padding: 0!important;
}
.left_product_menu > ul {
    margin: 0!important;
    padding: 0!important;
}
.left_product_menu > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}

.left_product_menu ul li {
    list-style-type: none;
}

.left_product_menu > ul > li.active > ul {
    display: block;
}
.left_product_menu > ul > li > ul > li.active > ul {
    display: block;
}

.table p {
    margin: 0;
    padding: 0;
}
.table td, .table th {
    padding: .50rem!important;
}
.table strong {
    font-weight: 600;
}
table td {
    vertical-align:center!important;

}
/*
.table tr:first-child {
    background: #FE0000;
    color: #fff;
}
*/

#imageGallery {
    margin:0!important;
}
#imageGallery li img {
    border: 1px solid #ccc;
}
.lSGallery li {
    border: 1px solid #ccc;
}
.img-table-edit {
	border:none!important
}
.img-table-edit tr:first-child {
	background: transparent!important;
	color: #212529!important
}
.img-table-edit tr {
	border:none!important;
}
.img-table-edit td{
	border:none!important;
}
.img-table-edit th{
	border:none!important;
}
.igneClass {
	overflow: hidden;
}

.substrDots p{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


.slick-lightbox .slick-next {
    background: #fffefe;
    color: #fff;
    width: 40px;
    height: 40px;
}
.slick-lightbox .slick-prev {
    background: #fffefe;
    color: #fff;
    width: 40px;
    height: 40px;
}

.big_menu ul.dropdown-menu {
	    left: 68px;
		border: none;
	
}
.big_menu ul.dropdown-menu li {
	display: block!important;
	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .slider .carousel-caption {
        width: 200px;
    }
    .slider .carousel-caption h1 {
        font-size: 24px;
    }
    .slider .carousel-caption h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider .carousel-caption a {
        padding: 5px 20px;
    }
    .slick-prev, .slick-next {
        display: none!important;
    }
    .about-content .brand {
        margin: 0 0 15px 0;
    }
    .about-content .brand i {
        font-size: 50px;
    }
    .about-content .brand h3 {
        font-size: 16px;
    }
    .news .news-list {
        margin: 0 0 20px 0;
    }
    .about-content {
        padding: 40px 0;
    }
    .product-category-slider {
        margin: 50px 0;
    }
    .about-content h1 {
        font-size: 18px;
    }
    .about-content p {
        font-size: 14px;
    }
    .footer .site-map {
        margin: 0 0 20px 0;
    }
    .footer .footer-contact {
        margin: 0 0 20px 0;
    }
    .copyright {
        text-align: center!important;
    }
    .copyright .text-right {
        text-align: center!important;
    }

    .big_menu {
        display: none;
    }
	
    .header .mobil-btn {
        display: block;
    }
    .header .big_menu {
        display: none;
        background: #000;
        height: 100%;
        position: fixed;
        margin: 0!important;
        padding: 0!important;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header .big_menu ul {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 15%;
        left: 30px;
    }
    .header .big_menu ul li {
        float: none;
        text-align: left;
        line-height: 36px;
        padding: 0;
        list-style-type: none;
        border: none;
        display: block;
    }
    .header .big_menu ul li:last-child {
        padding: 0;
    }
    .header .big_menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 22px;
    }
	    .header .big_menu ul li a.dropdown-toggle {
        color: #333;
    }
	.header-content h1{font-size:1rem}
    .header .mobil-menu {
        display: block;
    }
    .header {
        padding: 10px 0;
        min-height: 90px;
    }
    .header .logo {
        left: 15px;
    }
    .header .small_menu {
        display: none;
        z-index: 120;
        left: 15px;
        width: 70%;
    }
    .header .small_menu ul li {
        padding: 0 20px 0 0 ;
    }
    .header .small_menu ul li a {
        color: #fff;
        font-size: 15px;
    }
    
    .text-component.text--center {
        text-align: center;
    }

    .news .news-image {
        margin-bottom: 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .slider .carousel-caption h1 {
        font-size: 28px;
    }
    .slider .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .slider .carousel-caption a {
        padding: 10px 25px;
    }
    .slick-prev, .slick-next {
        display: none!important;
    }
    .about-content .brand {
        margin: 0 0 15px 0;
    }
    .about-content .brand i {
        font-size: 50px;
    }
    .about-content .brand h3 {
        font-size: 16px;
    }
    .news .news-list {
        margin: 0 0 20px 0;
    }
    .about-content {
        padding: 40px 0;
    }
    .product-category-slider {
        margin: 50px 0;
    }
    .about-content h1 {
        font-size: 18px;
    }
    .about-content p {
        font-size: 14px;
    }
    .footer .site-map {
        margin: 0 0 20px 0;
    }
    .footer .footer-contact {
        margin: 0 0 20px 0;
    }
    .copyright {
        text-align: center!important;
    }
    .copyright .text-right {
        text-align: center!important;
    }
    .big_menu {
        display: none;
    }

    .header .mobil-btn {
        display: block;
    }
    .header .big_menu {
        display: none;
        background: #000;
        height: 100%;
        position: fixed;
        margin: 0!important;
        padding: 0!important;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header .big_menu ul {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 15%;
        left: 30px;
    }
    .header .big_menu ul li {
        float: none;
        text-align: left;
        line-height: 36px;
        padding: 0;
        list-style-type: none;
        border: none;
        display: block;
    }
    .header .big_menu ul li:last-child {
        padding: 0;
    }
    .header .big_menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 22px;
    }
    .header .mobil-menu {
        display: block;
    }
    .header {
        padding: 10px 0;
        min-height: 90px;
    }
    .header .logo {
        left: 15px;
    }
    .header .small_menu {
        display: none;
        z-index: 120;
        left: 15px;
        width: 70%;
    }
    .header .small_menu ul li {
        padding: 0 20px 0 0 ;
    }
    .header .small_menu ul li a {
        color: #fff;
        font-size: 15px;
    }
    .text-component.text--center {
        text-align: center;
    }
    .news .news-image {
        margin-bottom: 15px;
    }
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .header .big_menu ul li {
        padding: 5px 15px;
    }
    .header .big_menu ul li:last-child {
        padding: 5px 0 5px 15px;
    }
    .header .big_menu ul li a {
        font-size: 16px;
    }
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.big_menu > ul li:hover ul.dropdown-menu {
		display: block!important;
	}
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.margin-b10 {margin-bottom: 10px;}
.margin-t10 {margin-top: 10px;}

hr.style-six {
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 0px auto;
    line-height: 100%;
    /*position: relative;*/
    overflow: visible;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
	opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

hr.style-six:before {
    background: #000;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    margin-top: -1px;
    width: 50%;
}

hr.style-six:after {
    background: #fff;
    color: #000;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f107";
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    padding: 0 40px;
    position: relative;
    top: -15px;
}
.text-component {color:#fff;}
.hizmetler {margin-top:30px;}
.heading{font-size: 24px;line-height: 150%;color: #FE0000;font-weight: 700;}
.card-header {padding:0px;background-color: rgba(0,0,0,.02);border-bottom: 1px solid rgba(0,0,0,.100);}
.news h3{font-size: 1.25rem;padding: 15px;border-bottom: 1px solid rgba(0,0,0,.100);}
.card-header .fas {color:#FE0000;padding-right:20px;}
.card-header .btn-link {color:#2a2927}
.card-body ul {margin-left:15px;}

.portfolio-item {
    width:255px;
    margin: 0 auto;
    overflow:hidden;
    position: relative;
    height: auto;
	margin-top: 30px;
	border-radius: 5px;
}

img.fancybox{
    left: 50%;
    margin-left: -200px;
    position:absolute;
}
@media (min-width: 970px) { 
.img-hover-zoom {
  height: 180px; 
  overflow: hidden; 
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}
}

.hizmet-item{
	margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hizmet-item a{text-decoration:none;}
.hizmet-item a:hover{text-decoration:none;}

.hizmet-baslik{
	padding: .5rem;
    background: #FE0000;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
	margin-bottom:0px;
	text-align:center;
}

.hizmet-desc-item{
	padding: .5rem;
    background: #e5e5e5;
    color: #333;
    font-size: 14px;
	text-align:center;
}
.ref-logo{
	margin-top:20px;
}

.product-img-inner img {
	height: 270px;
}
.category-img img {
	height: 270px;
}

.fancybox.imagebox {
	border: 1px solid #efefef;
    overflow: hidden;
    display: block;
    padding: 5px;
    margin: 0 0 10px 0;
}
.product-img-inner {
	border: 1px solid #efefef;
}