/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;*/
    font-family: 'Roboto';
    font-weight: 400;
    color: #313131;
    font-size: 14px;
}

button:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #313131;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    /*padding: .5rem 1rem;*/
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #052d59;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: .50rem;
}

.dropdown-item {
    font-size: 14px;
    /*color: #052d59;*/
    padding: .50rem 1.50rem;
}

    .dropdown-item:hover {
        background-color: transparent;
        text-decoration: underline;
        /*background-color: #f4f4f4;*/
        color: #6b6b6b;
    }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }

.input-validation-error {
    border: 1px solid #ab1f40;
}

.field-validation-error {
    color: #ab1f40;
}

.form-control, .form-select {
    border-radius: 10px !important;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

    .form-control:focus, .form-select:focus {
        border-color: #0f446e;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    .input-group .form-control:focus, .input-group .form-select:focus {
        border-color: #0f446e;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.carousel-indicators {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    border: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

    .owl-next svg, .owl-prev svg {
        font-size: 48px;
    }

.owl-carousel.owl-drag .owl-item {
    text-align: center;
    font-size: 14px;
}

.duyurular .owl-carousel.owl-drag .owl-item {
    padding: 0 60px;
}

.carousel-inner {
    height: 100%;
}

.white h3 {
    color: #fff !important;
    font-size: 79px !important;
    border-radius: 25px;
    margin-top: 75%;
    font-family: 'Roboto';
    font-weight: 700;
}

.white h4 {
    color: white;
    font-size: 18px;
    font-family: 'Roboto';
    text-align: center;
    float: left;
    margin-left: 6%;
    font-weight: 700;
    /*margin-top:-13%*/;
    letter-spacing: 0.5px;
}

.white i img {
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
}

#slide-1 a {
    font-size: 18px;
}

#slide-1 .hsContainer {
    position: absolute;
    z-index: 100;
}

#slide-1 .carousel-control {
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    #slide-1 .carousel-control:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

#slide-1 .carousel-control, #slide-1 .carousel-indicators {
    z-index: 101;
}

.bcg {
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    min-height: 600px;
}

.carousel-caption {
    font-family: 'Roboto';
    font-weight: 400;
    right: 0%;
    left: 0%;
    padding-bottom: 30px;
    /*margin-top: -50px;*/
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: table;
    width: 100%;
}

    .carousel-caption .btn-light {
        padding: 5px 50px;
        border-radius: 10px;
    }

.bcg h3 {
    font-size: 48px;
    font-weight: 500;
}

.bcg p {
    font-size: 18px;
    font-weight: 400;
}

.owl-carousel .item {
    margin: auto 30px;
}

.chartTable tbody, td, tfoot, th, thead, tr {
    width: 20%;
    text-align: center;
    border-color: #000000;
}
/* 
    MARKETING CONTENT
    -------------------------------------------------- 
*/
.marketing {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

    .marketing .col {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .marketing h2 {
        font-size: 18px;
    }

    .marketing a {
        background-color: #fff;
        border-radius: 10px;
        padding: 40px 15px;
        color: #313131;
        text-decoration: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .marketing a:hover {
            color: #fff;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
        }

            .marketing a:hover img {
                filter: brightness(0) invert(1);
                text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
            }

    .marketing > .bd-highlight > div:nth-child(1) > a:hover {
        background-image: url(/assets/img/ilacvemedikalfilmler.jpg);
    }

    .marketing > .bd-highlight > div:nth-child(2) > a:hover {
        background-image: url(/assets/img/gidaFilmleri2.jpg);
    }

    .marketing > .bd-highlight > div:nth-child(3) > a:hover {
        background-image: url(/assets/img/TuketiciAmbalajlari.jpg);
    }

    .marketing > .bd-highlight > div:nth-child(4) > a:hover {
        background-image: url(/assets/img/KartveBaskiFilmleri-01.jpg);
    }

    .marketing > .bd-highlight > div:nth-child(5) > a:hover {
        background-image: url(/assets/img/MobilyaFolyosu.jpg);
    }

    .marketing > .bd-highlight > div:nth-child(6) > a:hover {
        background-image: url(/assets/img/masterbatch.jpg);
    }

    .marketing img {
        max-width: 60px;
        margin-bottom: 30px;
    }

    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }


section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.form-label {
    font-size: 12px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.form-select {
    border-radius: 10px !important;
}

footer {
    background-color: #a6a6a6;
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #313131;
    font-size: 12px;
    font-weight: 500;
}

    footer ul.menu {
        padding: 0;
        list-style-type: none;
        margin-top: 20px;
    }

        footer ul.menu li {
            margin-bottom: 8px;
        }

            footer ul.menu li a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
            }

    footer ul.socialMedia {
        padding: 0;
        list-style-type: none;
    }

        footer ul.socialMedia li {
            display: inline-block;
        }

            footer ul.socialMedia li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                background-color: #313131;
                border-radius: 8px;
                padding: 5px 10px;
            }

.pageDetailBanner {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .pageDetailBanner .pageTitle {
        font-family: 'Roboto';
        font-weight: 700;
        color: #313131;
        font-size: 32px;
        border-bottom: 1px solid #313131;
    }

.pageTitle {
    font-family: 'Roboto';
    font-weight: 700;
    color: #052d59;
    font-size: 28px;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 13px !important;
}

    .breadcrumb a {
        color: #505759;
        text-decoration: none;
    }

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: #0f446e;
    font-weight: 500;
}

.pageContent .col-lg-9 ul, .pageContent .col-lg-12 ul {
    list-style-image: url(/assets/img/bullet.png);
    padding-left: 20px !important;
}

ul.leftMenu {
    padding: 20px;
    list-style-type: none;
    border: 1px solid lightgray;
    background-color: #e9e9e9;
    border-radius: 10px;
}

    ul.leftMenu li {
        margin-bottom: 5px;
    }

        ul.leftMenu li a {
            font-size: 16px;
            color: #313131;
            text-decoration: none;
            border-bottom: 1px solid lightgrey;
            padding: 6px 0;
            display: block;
        }
        ul.leftMenu li:last-child a {
            border-bottom: none !important;
        }

            ul.leftMenu li a.active {
                color: #052d59;
                font-weight: bold;
            }

.NotFound h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    color: #052d59;
}

.NotFound p {
    font-family: 'Roboto';
    font-size: 14px;
    color: #313131;
}

.NotFound a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #010000;
}

.searchBanner {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.searchPadding {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px
}

    .searchPadding .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.searchDiv {
    margin: 1rem;
    background-color: white;
    border-radius: 10px;
}

    .searchDiv .fa-search {
        color: #505759;
        font-size: 20px;
    }

    .searchDiv .input-group-text {
        padding: .90rem .75rem;
    }

    .searchDiv input {
        border: 0px;
        font-size: 14px;
        padding: .90rem .75rem;
    }

    .searchDiv .fa-search {
        font-size: 20px;
    }

    .searchDiv button {
        padding: 3px 25px;
    }

    .searchDiv .araButon {
        margin-right: 12px !important;
        margin-top: 12px !important;
        background-color: #052d59;
        border-color: #052d59;
    }

        .searchDiv .araButon:hover {
            background-color: #052d59;
            border-color: #052d59;
        }

.searchPage h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}

.searchPage .searchResult .row {
    padding: 20px;
    background-color: #ebebeb;
}

.searchPage .searchResult h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
}

.input-group-text {
    display: block;
    background-color: transparent;
    border: 1px solid transparent;
}

main {
    min-height: 800px;
}

.btn-orange {
    color: #fff;
    background-color: #052d59;
    border-color: #052d59;
    display: block;
    border-radius: 10px;
}

    .btn-orange svg {
        max-width: 60px;
        margin-bottom: 15px;
    }

        .btn-orange svg path {
            fill: #fff;
        }

    .btn-orange:hover svg path {
        fill: #052d59;
    }


    .btn-orange:hover {
        color: #052d59;
        background-color: #ebebeb;
        border-color: #ebebeb;
    }


        .btn-orange:hover img {
            filter: invert(43%) sepia(49%) saturate(6387%) hue-rotate(3deg) brightness(100%) contrast(106%);
        }

.fs-12 {
    font-size: 12px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    color: #6b6b6b;
    font-weight: 500;
}

    .accordion-button:not(.collapsed) {
        color: #052d59;
        background-color: #e9e9e9;
    }

.announcements .accordion-collapse {
    border-width: 0 1px 1px 1px !important;
}

.announcements ul {
    list-style-type: circle;
}

    .announcements ul li {
        margin-bottom: 10px;
    }

.announcements a {
    text-decoration: none;
    color: #000000;
}

.accordion-button:focus {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
    background-color: #fbfbfb;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgb(107 107 107 / 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    /*top: 25%;*/ /* 25% from the top */
    top: 9%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-family: 'Calibri';
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300 !important;
    font-family: 'Calibri',sans-serif;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    letter-spacing: 0.5px;
    line-height: 38px;
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover {
        color: rgba(255,255,255,0.5);
        background-color: transparent;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -2px;
    right: 22px;
    font-size: 50px;
}

.mClose a {
    color: #fff;
}

    .mClose a:hover {
        color: #fff;
        background-color: transparent;
    }

.owl-carousel {
    z-index: 0 !important;
}

    .owl-carousel .item {
        margin: auto 0;
    }

.owl-prev, .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

    .owl-prev path, .owl-next path {
        color: #fff;
    }

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 20px;
}

    .owl-prev i, .owl-next i {
        transform: scale(2,5);
        color: #ccc;
    }

.card {
    border: none;
    background: #eee;
    box-shadow: 0px 10px 20px #808080;
}

.searchBox h3 {
    color: #6b6b6b;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #6b6b6b;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px;
    border: none;
}

    .search-icon:hover {
        color: #fff !important
    }

a:link {
    text-decoration: none
}

.contactDiv h1 {
    color: #505759;
    font-size: 32px;
    margin: 20px 0;
}

.contactDiv .contactInfo h3 {
    color: #ab1f40;
    font-size: 20px;
}

.contactDiv .contactForm {
    background-color: #ebebeb;
    padding: 0 20px;
    border-radius: 2rem;
    border: 1px solid #bbb;
}

    .contactDiv .contactForm label {
        color: #595959;
        font-weight: 500;
        font-size: 18px;
        padding-left: 10px;
    }

    .contactDiv .contactForm .form-check-label {
        color: #595959;
        font-size: 15px;
        font-weight: normal;
    }

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none;
    cursor: pointer;
    transition: all 2s
}

    .card-inner:hover {
        transform: scale(1.1)
    }

.mg-text span {
    font-size: 12px
}

.mg-text {
    line-height: 14px
}

.btn-light {
    border-color: #d4d4d4;
}

    .btn-light:hover {
        border-color: #ced4da;
    }


.dropdown-menu .datepicker-days, .dropdown-menu .datepicker-months, .dropdown-menu .datepicker-years {
    color: #505759;
    font-size: 12px;
}

.datepicker td, .datepicker th {
    height: 25px !important;
}

.galleryItemBg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.apexcharts-tooltip-series-group {
    background: #f3f3f3 !important;
    color: #333 !important;
}


.popupStyle {
    max-width: 640px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) !important;
}

    .popupStyle .close {
        cursor: pointer;
        position: absolute;
        margin: 8px;
        border: 0px;
        background-color: transparent;
        font-size: 18px;
        right: 0;
        font-weight: bold;
        font-family: cursive;
    }

.announcements ul.blueTab {
    list-style-type: none;
}

    .announcements ul.blueTab li {
        margin-bottom: 0;
    }

.blueTab .nav-link.active, .redTab .show > .nav-link {
    border: 1px solid #0f446e;
    color: #fff;
    background-color: #0f446e;
}

.blueTab .nav-link {
    cursor: pointer;
    font-size: 16px;
    padding: 15px 40px;
    color: #0f446e;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

.blueTab .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.blueTab .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}




@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 1200px) {
    .carousel-caption {
        margin-top: -50px;
    }

    .bcg h3 {
        font-size: 45px;
        font-weight: 700;
    }

    .bcg p {
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    footer {
        text-align: center !important;
    }

        footer .socialMedia {
            text-align: center !important;
            margin-top: 20px;
        }

        footer .clearfix {
            margin-top: 0 !important;
        }

        footer a {
            text-align: center !important;
            display: block;
        }

    .funds .col {
        flex: initial;
        margin-bottom: 5px;
    }

        .funds .col a {
            display: block;
            width: 100%;
        }

    .graph .col {
        flex: initial;
        margin-bottom: 5px;
    }

    .contactDiv .row div {
        text-align: center;
    }
}


@media (max-width: 425px) {
    .marketing .col {
        flex: initial;
    }
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #6b6b6b;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
