/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}
::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

body {
    background-color: white;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}


.carousel-indicators {
    z-index: 2;
}
/*////////-- nav --//////// */

.navbar {
    z-index: 1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    z-index: 3;
    transition: ease-in-out .5s;
}

.banner-img {
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
}
    .banner-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
/*emingrblk*/
.navbar-light .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.sticky {
    background-color: black;
    margin: 0;
    transition: all .5s ease-in-out;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    font-size: 14px;
    /* border: 1px solid rgba(214, 43, 43, 0.15); */
    border-radius: 0;
    border-top: solid 2px #e42127;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #373986;
}

.dropdown-item {
    font-weight: 300;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #373986;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}

@media(max-width:1145px) {


    .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media(max-width:992px) {
    /*.navbar{
        background-color:black;
    }*/
    .navbar-right {
        width: 100%;
    }

    .navbar-nav {
        background-color: black;
    }

        .navbar-nav > li {
            padding-left: 15px;
        }


    .navbar-light .navbar-brand {
        width: 85%;
    }
}

@media(max-width:576px) {

    .navbar-light .navbar-brand {
        width: 75%;
    }
}

@media(max-width:320px) {

    .navbar-light .navbar-brand {
        width: 65%;
    }
}

/* ////////-- banner -- //////// */

.banner-txt {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
}

    .banner-txt .txt1 {
        font-size: 18px;
    }

    .banner-txt .txt2 p {
        font-size: 45px;
        font-weight: 800;
    }

.txt-btn {
    margin-top: 25px;
}

.txtbtn {
    border: solid 1px #e42127;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;
    transition: ease-in-out .2s;
}

    .txtbtn:hover {
        background-color: #e42127;
        color: white;
    }

@media(max-width:992px) {
    .banner-txt .txt1 {
        font-size: 17px;
    }

    .banner-txt .txt2 p {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .banner-txt .txt1 {
        font-size: 16px;
    }

    .banner-txt .txt2 p {
        font-size: 24px;
    }
}

/* ////////-- kurumsal -- //////// */

.kurumsal {
    padding: 100px 0px;
}

    .kurumsal p {
        font-weight: 300;
        color: #3A3A3A;
        text-align: justify;
    }

.kurumsal-baslik {
    font-size: 36px;
    margin: 25px 0px;
}

    .kurumsal-baslik span {
        color: #e42127;
    }

/* ////////-- üretim -- //////// */

.uretim {
    padding: 100px 0px;
}

.uretim4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s ease-in-out;
}

.uretim4 {
    position: relative;
}

.uretim4-txt {
    position: absolute;
    color: white;
    top: 40%;
    left: 10%;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    transition: all .5s ease-in-out;
}

.uretim-border {
    border-top: solid 2px #e42127;
    width: 50px;
    padding-bottom: 10px;
}

.uretim4:hover .uretim4-txt {
    top: 30%;
}

.uretim-aciklama {
    position: absolute;
    color: rgb(204, 204, 204);
    top: 50%;
    left: 10%;
    width: 75%;
    height: 0%;
    z-index: 1;
    opacity: 0;
    font-weight: 300;
    transition: all .5s ease-in-out;
}

.uretim4:hover .uretim-aciklama {
    height: auto;
    top: 40%;
    opacity: 1;
}

.uretim4:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
}

@media(max-width:992px) {
    .uretim4-txt {
        font-size: 24px;
    }

    .uretim-aciklama {
        font-size: 12px;
    }

    .uretim4:hover .uretim-aciklama {
        top: 50%;
    }
}

@media(max-width:768px) {
    .uretim4-txt {
        font-size: 20px;
    }

    .uretim-aciklama {
        font-size: 10px;
    }

    .uretim4:hover .uretim-aciklama {
        top: 50%;
    }
}

@media(max-width:576px) {

    .uretim-aciklama {
        font-size: 16px;
    }
}


/* ////////-- üretim anlayışı -- //////// */

.uretim-anlayisi {
    padding: 75px 0px;
    text-align: center;
}

.uretima-baslik {
    font-size: 36px;
}

.uretima-border {
    border-bottom: solid 1px #e42127;
    width: 75px;
    margin: auto;
}

.uretima-txt p {
    font-weight: 300;
    color: #3A3A3A;
    padding-top: 25px;
}

/* ////////-- rakamlar -- //////// */

.rakamlar {
    margin: 100px 0px;
    width: 100%;
    height: 800px;
}

.rakam {
    width: 100%;
    height: 800px;
    position: relative;
    background-position: center;
}

    .rakam::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(0,0,0);
        background: linear-gradient(86deg, rgba(0,0,0,0.7679446778711485) 0%, rgba(255,255,255,0) 100%);
    }

.imsan-rakam {
    color: white;
    position: relative;
    width: 100%;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
}

.imsan-rakam {
    display: table;
    height: 800px;
}

    .imsan-rakam .rowx {
        display: table-cell;
        vertical-align: middle;
    }

.rakam4 {
    text-align: center;
    padding: 50px 0px;
}

.sayi {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
}

.sayi-aciklama {
    font-weight: 300;
}

.imsan-rakam .col-sm-6 .row .col-sm-6:nth-child(1) {
    border-bottom: solid 1px #656565;
    border-right: solid 1px #656565;
}

.imsan-rakam .col-sm-6 .row .col-sm-6:nth-child(2) {
    border-bottom: solid 1px #656565;
}

.imsan-rakam .col-sm-6 .row .col-sm-6:nth-child(3) {
    border-right: solid 1px #656565;
}

@media(max-width:576px) {
    .rakam4 {
        text-align: center;
        padding: 30px 0px;
    }
}
/* ////////-- haberler -- //////// */


.haber {
    padding: 50px 0px 100px 0px;
}

.haber-icerik {
    padding: 30px 0px;
    text-align: center;
}

.ower {
    overflow: hidden;
}

.haber-baslik {
    font-size: 24px;
    padding: 10px 0px;
}

.haber-icerik p {
    font-weight: 300;
    color: #3A3A3A;
    line-height: 22px;
    height: 44px;
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.haberbtn {
    padding-top: 15px;
}

.haber-btn {
    border: solid 1px #e42127;
    padding: 10px 20px;
    border-radius: 3px;
    color: #3A3A3A;
    transition: ease-in-out .2s;
}

    .haber-btn:hover {
        background-color: #e42127;
        color: white;
    }

.haber-icerik img {
    transform: scale(1.1);
    transition: ease-in-out .5s;
}

.haber-icerik:hover img {
    transform: scale(1.0);
}


/* ////////-- footer -- //////// */

.footer {
    padding: 75px 0px 10px 0px;
    background-color: #191919;
    color: #fff;
}

    .footer hr {
        background-color: #383838;
    }

.footer-kurumsal p {
    font-size: 13px;
    font-weight: 100;
    padding-top: 15px;
    text-align: justify;
    color: #DFDFDF;
}

.footer-list {
    font-size: 18px;
    font-weight: 700;
}

    .footer-list ul li {
        font-size: 14px;
        font-weight: 100;
        color: #DFDFDF;
    }

        .footer-list ul li a {
            font-size: 14px;
            font-weight: 100;
            color: #DFDFDF;
            transition: ease-in-out .2s;
        }

            .footer-list ul li a:hover {
                padding-left: 5px;
                color: #b1b1b1;
            }

.footer-txt {
    color: rgb(121, 121, 121);
    text-align: center;
    font-weight: 100;
    font-size: 12px;
}

.ttrlink {
    color: #525252;
}

    .ttrlink:hover {
        color: #ccc;
    }

.footer-list ul li i:nth-child(1) {
    padding-left: 0px;
}

.footer-list ul li i:nth-child(2) {
    padding-left: 10px;
}

.footer-list ul li i:nth-child(3) {
    padding-left: 10px;
}

.fadeInDown {
    animation-delay: 1s;
}

.flipInX {
    animation-delay: 1.5s;
}

.rakam4 span {
    font-size: 36px;
    font-weight: 700;
}

.mobil-col {
    display: block;
}

@media(max-width:576px) {
    .mobil-col {
        display: none;
    }
}

/*//////////--galeri---///////////*/
.galeri-img {
    border: 1px solid #373986;
    margin-bottom: 30px;
}

/*////////-- tarihçe --////////  */
.bannerimg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

    .bannerimg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

.contents {
    margin: 60px 0px;
}

.menu-baslik {
    background-color: #e42127;
    padding: 8px 0px 8px 10px;
    color: white;
    font-weight: 600;
}

.kurumsal-menu ul li {
    background-color: #f7f7f7;
    padding: 8px 0px 8px 10px;
    font-size: 15px;
    font-weight: 300;
    margin-top: 2px;
    color: #3A3A3A;
    position: relative;
}

    .kurumsal-menu ul li::after {
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-color: #525252;
        transition: ease-in-out .5s;
    }

    .kurumsal-menu ul li:hover::after {
        width: 100%;
    }

    .kurumsal-menu ul li:hover a {
        color: white;
        position: relative;
        z-index: 1;
    }

.kurumsal-menu .active-menu a {
    color: #e42127;
}

.kurumsal-menu ul li a {
    color: #3A3A3A;
    transition: ease-in-out .5s;
}

.tarihce-icerik .txt p {
    font-weight: 300;
    color: #3A3A3A;
    text-align: justify;
    font-size: 15px;
}

.vizyon-icerik .txt p {
    font-weight: 300;
    color: #3A3A3A;
    font-size: 15px;
    text-align: justify;
}

.surdurulebilirlik-icerik .txt p {
    text-align: justify;
    font-weight: 300;
    color: #3A3A3A;
    font-size: 15px;
}

.tarihce-icerik img{
    max-width: 100%;
    height: auto;
}
.surdurulebilirlik-icerik img {
    max-width: 100%;
    height: auto;
}
.vizyon-icerik img {
    max-width: 100%;
    height: auto;
}

.txt img {
    float: left;
    padding: 0px 25px 25px 0px;
}

@media(max-width:576px) {
    .bannerimg {
        height: 150px;
    }
}

/*////////-- ürünler --////////  */

.urun-baslik {
    font-size: 24px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #7b7b7b;
    background-color: #f7f7f7;
    border: solid 1px #e42127;
}

.nav-pills .nav-link {
    color: #7d7d7d;
    text-decoration: none;
    background-color: transparent;
}

    .nav-pills .nav-link:hover {
        color: #e42127;
        text-decoration: none;
        background-color: transparent;
    }

.urun-image {
    padding-bottom: 30px;
}

    .urun-image img {
        width: 100%;
        height: auto;
		border:1px solid #373986;
    }
/*////////-- arge --////////  */

.txt span {
    font-size: 24px;
}

/*////////-- haberler --////////  */


.pages {
    padding: 15px 0px 15px 0px;
    margin-top: 20px;
    background-color: #f7f7f7;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e42127;
    border-color: #e42127;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 5px;
    line-height: 1.25;
    color: #e42127;
    background-color: #fff;
    border: none;
}
    /*.page-link:focus {
        border-color: #e42127;
        box-shadow: none;
    }*/
    .page-link:hover {
        z-index: 2;
        color: #e42127;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        margin-left: 5px;
    }

.haber-txt {
    padding: 15px 0px;
}

    .haber-txt span {
        font-size: 20px;
        font-weight: 700;
        padding: 25px 0px;
    }

    .haber-txt p {
        text-align: justify;
        font-weight: 300;
        color: #3A3A3A;
        padding-top: 10px;
    }

.diger-haber {
    text-align: center;
    padding: 100px 0px;
}

    .diger-haber span {
        font-size: 24px;
        color: #e42127;
        text-align: center;
    }

/*////////-- iletişim --////////  */

.adres-baslik {
    background-color: #f7f7f7;
    padding: 10px 15px;
    color: #e42127;
    margin: 10px 0px;
    font-weight: 500;
}

.adres-bilgi li {
    font-weight: 300;
    padding-top: 10px;
}

    .adres-bilgi li i {
        color: #656565;
    }

    .adres-bilgi li a {
        color: black;
    }

/*////////////////--kariyer--////////////////////*/
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
}

.label-cv {
    width: 100%;
    margin-top: 15px;
    border: solid 1px #D1D1D1;
    color: #636363 !important;
    background: #F7F7F7;
    padding: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.formbtn:active {
    border: solid 1px #7F1D84 !important;
    color: #636363 !important;
    background: transparent !important;
}

.formbtn {
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 15px !important;
    border: solid 1px #e42127 !important;
    color: #FFFFFF !important;
    background: #e42127 !important;
    padding: 7px !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.form-control:focus {
    border-color: #e42127;
    box-shadow: none;
}
