body {
    /* padding-top: 100px; */
    font-family: 'Raleway', sans-serif;
}

.header-top {
    display: none;
    background: #e33425;
    padding: 0px 0px;
    height: 30px;
    font-family: system-ui;
    font-weight: 500;
}

.top-address {
    color: white;
    display: block;
    line-height: 30px;
}
.top-right-menu{
    color: white;
    display: block;
    line-height: 30px;
}
.top-address-icons{ list-style: none; margin: 0;padding: 0;}
.top-address-icons li a{color: #FFF;text-decoration: none;margin-right: 10px;}
.top-address-icons li i{color: #FFF;}


#scrollToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    width: 40px;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    font-size: 30px;
    padding: 0px 5px;
    background-color: #d12516;
    cursor: pointer;
    display: none;
}
#scrollToTop:hover {background-color: #946a1e;}

.social-icons{ list-style: none; margin: 0;float: right;}
.social-icons li i{color: #FFF;}

.footer-contact{}
.footer-contact a{color: #FFF;text-decoration: none; }

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.fixed-top {
    position: absolute;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #333333;
}

/* banner */
.carousel-item img {
    height: 700px;
    object-fit: cover;
}

.caption-inner {
    display: inline-block;
    padding: 1em;
    /* background: #e33425bb;
    border-left: 20px solid #3333339c */
}

.carousel__text {
    position: absolute;
    z-index: 2;
    color: #fff
}

.carousel__slide__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    z-index: 1;
}

/*
/*carousel*/
.slader .slick-arrow,
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 3;
    width: 60px;
    height: 60px;
    background: url(../images/white-arrow.svg) rgb(162 126 45) no-repeat 26px;
    background-size: 20%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: .22s ease-out;
    transition-property: background-color;
}

.homeslader.slader .slick-arrow {
    top: auto;
    bottom: 39px;
    background: url(../images/white-arrow.svg) no-repeat -4px;
    width: 30px;
    height: 30px;
    left: calc(50% - 145px);
    display: block;
    z-index: 11;
}

.homeslader.slader .slick-arrow::before {
    content: '';
}

.homeslader.slader .slick-arrow:hover {
    /* background-color: #001665; */
    opacity: .5;
}

button.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.homeslader.slader .slick-next.slick-arrow {
    left: calc(50% + 110px);
}

.homeslader.slader .slick-dots li.slick-active button::after {
    /* content:""; */
    /* border: 2px solid #ffffff; */
    /* padding: 10px; */
    /* border-radius: 15px; */
    /* left: 3px; */
    /* position: absolute; */
    /* top: -8px; */
}

.homeslader .slick-dots {
	bottom: 55px;
}
.homeslader .slick-dots li button::before {
    color: #fff;
    font-size: 14px;
}



.carousel__text {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 100%;
    bottom: 38vh;
    transform: scale(1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel__text h2 {
    font-weight: 900;
    font-size: 90px;
    line-height: 95px
}

.carousel__text h3 {
    font-weight: 300;
    font-size: 35px;
    line-height: 45px
}

/*.carousel__text a{ font-weight:500; font-size:14px; line-height:18px; padding:5px 10px; display:block; float:left; border:1px solid #fff; color:#fff; margin-top:15px}*/
.homeslader .socialmedia {
    bottom: 60px;
    position: absolute;
    /* width: 100px; */
    height: 30px;
    display: flex;
    left: var(--yanmenugenislik);
    z-index: 13;
}

.homeslader .socialmedia a {
    display: block;
    padding: 5px 25px 0 0;
    text-align: left;
    height: 35px;
}

.homeslader .socialmedia a svg {
    width: 21px;
}

.homeslader .socialmedia a:hover svg path {
    fill: #46B974
}

.carousel__slide__inner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 100%;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    max-height: 900px;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__text {
    -webkit-animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
}

.button{text-decoration: none; font-weight: 500;font-size: 16px;line-height: 30px;padding: 5px 20px;color: #fff;margin-top: 25px;cursor: pointer;position: relative;display: inline-block;overflow: hidden;}
.button p { position: relative;  transition: all 0.25s ease; margin:0; padding:0}
.button::before, .button::after { content: ""; position: absolute; top: 0; left: 0;height: 100%; width: 100%; transition: all 0.25s ease; }
.button::before {transition-duration: 0.5s;box-shadow: inset 0 0 0 1px #a5190c;}
.button:hover::before {box-shadow: inset 0 0 0 60px  #a5190c;}
.button:hover{color: #FFF;}
.fancyTitle{
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.fancyTitle::before{
    content: "";
    position: absolute;
    top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-color: #d72f1e;
}
.info-icon-wrapper{display: flex;flex-direction: row;margin-bottom: 30px;}
.info-icon-wrapper .icon-box{padding: 0px 10px 0px 0px;color: #d72f1e;font-size: 2.5rem;}
.info-icon-wrapper .info-title{font-size: 1.4rem;font-weight: 600;}
.info-icon-wrapper .info-area{color: #000;text-decoration: none;}
.info-icon-wrapper .info-area a{color: #000;text-decoration: none;font-size: 1rem;font-family:"Liberation Sans",Arial,sans-serif;}
.contact-form{}
.contact-form .form-group{margin-bottom: 7px;}
.contact-form .form-group label{margin-bottom: 3px;}
.contact-form .form-group .form-control{border-radius: 0px;}
.contact-section .map{margin-top: 20px;}

@-webkit-keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes scale-out-text {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-text {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*carousel bitti*/

.product {}

.product {
    display: block;
    text-decoration: none;
    color: #717171;
}

.product .product-image {}

.product .product-image img {
    width: 100%;
    height: auto;
}

.product .product-title {
    display: block;
    font-size: 17px;
    background: #d12516;
    line-height: 40px;
    color: #FFF;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;

}

.product .product-description {
    display: block;
    font-size: 17px;
    padding: 25px 0px 10px 0px;
    text-align: left;
    color: #717171;
    margin-bottom: 40px;
}

.footer{
    width: 100%;
    height: auto;
    background-color: #424548;
    padding: 60px 0px 30px;
    color: #fff;
    margin-top: 50px;
}

.footer .nav-link{ 
    color: #fff;
}
.footer .footer-socials a{ 
    color: #fff;
}

.sub-banner {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
    background: #FFF url(../images/subpage-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-title-area{
    padding-top: 100px;
    color: #fff;
}


.breadcrumb{background-color: #0006; padding: 5px 10px;}
.breadcrumb .breadcrumb-item a{color: #FFF;text-shadow: 0 0 5px #000;text-decoration: none;}
.breadcrumb-item.active {color: #FFF;text-shadow: 0 0 5px #000;}
.breadcrumb-item+.breadcrumb-item::before {color: #FFF;}

.simple-text{font-size: 1em;}
.simple-text h3{font-size: 1.25em;}

.main-title{font-size: 1.5em;color: #FFF;text-shadow: 0 0 3px #000;font-weight: bold;margin-bottom: 20px;}
.main-title2{font-size: 1.5em;color: #000;text-shadow: 0 0 3px #FFF;font-weight: bold;margin-bottom: 20px;}
.res-img{width: 100%;max-width: 100%;}

.products-table{}
.products-table th{    
    padding: 7px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important;
    background: #d12516;
    color: #fff;
    border-color: #fff;
}
.sidebar{
    background: #393939;
    padding: 0px;
    display: block;
}
.sidebar ul{
     padding: 0px;
    list-style: none;
}
.sidebar li{
    display: block;
    background: #393939;
    border-bottom: 1px solid #424242;
    padding: 0px;
    list-style: none;
}
.sidebar .subMenu{padding-left: 30px;}

.sidebar li a{
    line-height: 45px;
    height: 45px;
    display: block;
    color: #FFF;
    font-weight: 500;
    padding: 0px 25px;
    font-size: 12px;
    text-decoration: none;
}

.sidebar li a:hover{
    background: #000000;
    border-bottom: 1px solid #000000;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.bg-cover {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-cover2 {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    right: 0;
}
.h-100 {
    height: 100% !important;
}
.vw-50 {
    width: 50vw !important;
}

.achievement-list{
    list-style: none;
    padding-left: 20px;
}
.achievement-item{
    list-style: none;
    padding: 5px 0px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #CCC;
}
.achievement-item i {
    margin-right: 15px;
    font-size: 25px;
    color: #d12516;
}

.image-gallery .gallery-item {
    display: block;
    margin-bottom: 20px;
    padding: 2px;
    border:2px solid #e33425 ;
    height: auto;
}

.image-gallery .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.quick-links{height: 50px;width: 100%;position:fixed;left:0px;bottom:0px;overflow: hidden;z-index:999;text-align: center;}
.quick-links .col-xs-6{width: 50%;float: left;}
.quick-links .mobile{display: block;}
.quick-links .desktop{display: none;}
.quick-links .container {max-width: 450px;margin: 0 auto;}
.quick-links .whatsapp-area{border: none;background: #2ab200;padding: 0;}

.quick-links .whatsapp-area .whatsapp-icon{border: none;padding: 8px 5px 8px 48px;background:url(../images/whatsapp-icon.png) 5px center no-repeat #2ab200}
 
.quick-links .whatsapp-icon,.telephone-area .telephone-icon {
    min-width: 112px;
    display: block;
    margin: 2px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    text-decoration: none;
}

.quick-links .telephone-area{border: none;padding: 0;background: #d42d2f;
    background: -webkit-linear-gradient(#d42d2f,#c62829);
    background: -o-linear-gradient(#d42d2f,#c62829);
    background: -moz-linear-gradient(#d42d2f,#c62829);
    background: linear-gradient(#ce1111,#aa0c0c);}
.quick-links .telephone-area .telephone-icon{display: block;padding: 8px 5px 8px 48px;background: url(../images/telephone-icon.png) 5px center no-repeat transparent;}
.quick-links .whatsapp-area .whatsapp-icon:hover,.quick-links .telephone-area .telephone-icon:hover{color: #FFF;}    

.quick-links .desktop-telephone-area{border: none;padding: 0;background: #d42d2f;
    background: -webkit-linear-gradient(#d42d2f,#c62829);
    background: -o-linear-gradient(#d42d2f,#c62829);
    background: -moz-linear-gradient(#d42d2f,#c62829);
    background: linear-gradient(#459de6,#459de6);
}
.quick-links .desktop-telephone-area .desktop-telephone-icon{
    padding: 4px 5px 4px 38px;
    background: url(../images/telephone-icon.png) 5px center no-repeat transparent;
    font-weight: 600;
     -webkit-text-shadow: 0 4px 2px rgba(0,0,0,0.2);
    text-shadow: 0 4px 2px rgba(0,0,0,0.2);
}
.quick-links .desktop-telephone-area .desktop-telephone-icon:hover,.quick-links .desktop-telephone-area .desktop-telephone-icon:active,.quick-links .desktop-telephone-area .desktop-telephone-icon:visited,.quick-links .desktop-telephone-area .desktop-telephone-icon:focus{color: #FFF;text-decoration: none;}


@media screen and (min-width: 768px) {

    header {
        border-bottom: 2px solid #817e7e;
    }
    .quick-links {
        display: none;
      }

    .header-top {
        display: block;
    }
    .navbar{
        padding: 0;
    }

    .navbar-nav .nav-link {
        font-weight: 700;
        margin-left: 20px;
        margin-bottom: 2px;
        border-bottom: 1px solid #e33425;
        text-shadow: 0px 0px 2px #00000038;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #1f1f1f;
        margin-left: 20px;
        margin-bottom: 1px;
        border-bottom: 3px solid #e33425;
    }



    .carousel-item img {
        height: auto;
        max-height: 650px;
        object-fit: cover;
    }

    .carousel-caption {
        bottom: 45%;
        /* text-align: left; */
        z-index: 2;
    }

    .bg30 {
        background: rgba(0, 0, 0, .2);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .carousel-caption h5 {
        font-weight: 900;
        font-size: 90px;
        line-height: 95px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .carousel-caption p {
        font-weight: 300;
        font-size: 35px;
        line-height: 45px;
    }
    .product .product-description {
        min-height: 170px;
    }

    .carousel-control-prev {
        left: -100px;
    }
    .carousel-control-next {
        right: -100px;
    }
    .product .product-image img {
        width: 100%;
        height: auto;
        max-height: 225px;
    }
    .service-locations{}
    .service-locations .product .product-description {
        min-height: 50px;
        padding: 10px 0px 25px 0px;
    }
    .service-locations .product .product-image img {
        width: 100%;
        height: auto;
        min-height: 175px;
        max-height: 175px;
    }
}
@media screen and (min-width: 1200px) {
    .quick-links {
        display: none;
      }
.carousel__text {
    bottom: 28vh;
}
.carousel__image {
    max-height: 710px;
}

}

@media screen and (min-width: 1600px) {
    .carousel__text {
        bottom: 38vh;
    }
    .carousel__image {       
        max-height: 920px;
    }
    .carousel-control-prev {
        left: -150px;
    }
    .carousel-control-next {
        right: -150px;
    }
}
@media screen and (max-width: 400px) {
    #logo {
        max-width: 75%;
    }
    #logo img{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .carousel__image {
	width: auto;
}
.carousel__text {
	padding: 20px;
	bottom: auto;
    top: 10vh;
    text-align: center;
}
.carousel__text h2 {
    font-size: 3.3rem;
    line-height: 115%;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.65);
}

.carousel__text h3 {
    font-size: 2rem;
    line-height: 115%;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.65);
}
}