@font-face {
    font-family: 'M-SB';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M-B';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M-R';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M-M';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo-Italic';
    src: url('../fonts/Exo-Light-Italic.eot');
    src: url('../fonts/Exo-Light-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Light-Italic.woff2') format('woff2'), url('../fonts/Exo-Light-Italic.woff') format('woff'), url('../fonts/Exo-Light-Italic.ttf') format('truetype'), url('../fonts/Exo-Light-Italic.svg#Exo-Light-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo-Black';
    src: url('../fonts/Exo-Black.eot');
    src: url('../fonts/Exo-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Black.woff2') format('woff2'), url('../fonts/Exo-Black.woff') format('woff'), url('../fonts/Exo-Black.ttf') format('truetype'), url('../fonts/Exo-Black.svg#Exo-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo-Medium';
    src: url('../fonts/Exo-Medium.eot');
    src: url('../fonts/Exo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Medium.woff2') format('woff2'), url('../fonts/Exo-Medium.woff') format('woff'), url('../fonts/Exo-Medium.ttf') format('truetype'), url('../fonts/Exo-Medium.svg#Exo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tableArea {
    overflow: auto;
}

html {
    -webkit-text-size-adjust: none
}

h2 {
    font-size: inherit;
    margin: 0;
}

.middle-title h1 {
    font-size: inherit;
    margin: 0;
}

.pnlIcerik {
    position: relative;
}

.ürünTalepForm div span:not(.ürünAdi, label span, .cv-btn span, .error-stars, #ContentPlaceHolder1_lblHata) {
    position: absolute;
    right: 10px;
    top: -220px;
}
.copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

.footerBG .copy .main {
    justify-content: space-between;
}

.web a {
    color: #fff;
}
.error-stars {
    position: absolute;
    right: 10px;
    top: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'M-R';
    position: relative;
    /*    zoom: 100%;
    -moz-transform: scale(1.0);
    -moz-transform-origin: 0 0;
    transform: scale(1.0);
    transform-origin: 0 0;*/
}

#kvkkTitle {
    font-size: 28px;
    margin: 0 0 20px;
    font-family: 'M-SB';
}

#kvkk {
    width: 70%;
    height: 87%;
    overflow: auto;
    padding: 25px 0;
}
.warnBg {
    display: flex;
    height: 100vh;
    width: 100%;
    background: #f5f4f9;
    align-items: center;
    justify-content: center;
}
.warn {
    background: #fff;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.rigthGreen {
    background: #69b42e;
    width: 14%;
    position: absolute;
    height: 16px;
    right: 0;
}
.leftGreen {
    background: #69b42e;
    width: 14%;
    position: absolute;
    height: 16px;
    left: 0;
}
.rigthGreen:after {
    content: '';
    background: #69b42e;
    width: 100%;
    position: absolute;
    height: 16px;
    right: 0;
    top: -30px;
}
.leftGreen:after {
    content: '';
    background: #69b42e;
    width: 100%;
    position: absolute;
    height: 16px;
    left: 0;
    top: -30px;
}
.warn500 {
    background: url(../img/500.png) no-repeat;
    width: 100%;
    height: 40%;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}
.warnText.w500 {
    margin-top: 0;
    text-align: center;
    font-family: 'M-B';
    font-size: clamp(1rem,3vw,3rem);
}
.iconEn {
    background: url(../img/tr.png) no-repeat;
    width: 17px;
    height: 17px;
    background-size:100%;
    margin-right: 8px;
    display: inline-block;
}

.flexslider .slides > li {
    background-size: cover !important;
    background-position: center center !important;
}

.bt-menu:after {
    content: '';
    background: rgb(255 255 255 / 0.3);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 99px;
    top: 0;
}

.bannerImg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#kvkk::-webkit-scrollbar-track,
.popupYazi::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px grey;
    border-radius: 10px;
}

#kvkk::-webkit-scrollbar,
.popupYazi::-webkit-scrollbar {
    width: 5px;
}

#kvkk::-webkit-scrollbar-thumb,
.popupYazi::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #160c3a;
}

.bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#lblBultenResult {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.mailSubmit {
    display: block;
    width: 86%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.FileErrors.WError {
    text-align: center;
    width: 100%;
}

.WError #lblCVError {
    color: #f00;
    font-family: 'M-M';
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-text {
    color: #160c3a;
    line-height: 1.7;
    font-size: 14px;
}

.accordion-img {
    width: 100%;
}

/*Mouse Aşağı Animasyon*/
.mouse {
    padding-top: 50px;
}

.mouse span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -12px;
    border-left: 4px solid #69b42e;
    border-bottom: 4px solid #69b42e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.mouse span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mouse span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.mouse span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}












.flexible {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-text {
    width: 80%;
    margin-bottom: 30px;
}

.news-text > div {
    margin: 50px 0;
}

.news-arrow {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    background: #fff;
    border-left: 1px solid #7a7298;
    top: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}

.news-arrow:before {
    line-height: 30px;
}

.news-review {
    float: right;
    border: 1px solid #7a7298;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #f5f4f9;
    width: 34%;
    font-family: 'M-SB';
    font-size: 14px;
    color: #7a7298;
}

.middle-text div {
    text-align: justify;
}

.news-comment {
    width: 85%;
    margin: -10px auto 20px;
    font-family: 'M-R';
    color: #31245e;
    height: 100px;
}

.news-title {
    font-family: 'M-SB';
    font-size: 19px;
    color: #31245e;
    width: 85%;
    margin: 0 auto;
}

.news-title:after {
    content: '';
    width: 100%;
    background: green;
    display: block;
    height: 1px;
    margin: 20px 0;
}

.news-img {
    height: 220px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box {
    width: 20%;
    background: #fff;
    border-radius: 20px;
    margin: 0 20px 30px;
}

.news-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.haber-title {
    text-align: center;
    font-size: 34px;
    font-family: 'M-SB';
    color: #31245e;
    margin-bottom: 50px;
}

.bannerBG {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.title-form {
    text-align: center;
    font-size: 25px;
    color: #483688;
    font-family: 'M-SB';
}

.contact-form-area {
    width: 50%;
    background: #f5f4f9;
    padding: 40px 100px 60px;
    margin: 0 auto;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    z-index: 1;
}

.contact-form-bg:after {
    content: '';
    background: url(../img/contact-bg.png) no-repeat;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    top: 43%;
    background-position: center;
    z-index: 0;
    margin-bottom: 180px;
}

.contact-icons {
    border: 2px solid #69b42e;
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    background: url(../img/konum.svg) no-repeat rgb(255 255 255);
    background-size: 50%;
    background-position: 50%;
}

.main-contact {
    margin: -80px auto 0;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

.contact-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 43%;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    margin-right: 60px;
    border-radius: 42px;
    box-shadow: inset 0 0 30px 0px rgb(41 31 83 / 0.05);
    background: #fff;
    color: #160c3a;
    border: 1px solid #fff;
}

.contact-box:nth-child(3) {
    justify-content: space-around;
}

.contact-box:nth-child(3) .contact-icons {
    background: url(../img/tel.svg) no-repeat 50% #fdfdfe;
    background-size: 50%;
}

.contact-box:nth-child(4) .contact-icons {
    background: url(../img/mektup.svg) no-repeat 50% 50% #fdfdfe;
    background-size: 70%;
}

.contact-maps {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.contact-maps iframe {
    width: 100%;
    height: 100%;
}

.sertifika-box {
    margin: 0 60px 30px;
    width: 18%;
    display: inline-block;
}

.sertifika-img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.sertifika-box a {
    width: 100%;
    display: block;
}

.sertifika-name {
    border: 1px solid #cfc9e5;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    font-family: 'M-SB';
    color: #31245e;
}

.quality-title span {
    background: #fff;
    padding: 20px;
    color: #291f53;
    font-family: 'M-M';
    border-radius: 0px 30px;
    width: 50%;
    text-align: center;
    font-size: 24px;
}

.quality-box {
    background: url(../img/kaliteMor.png) no-repeat;
    height: 580px;
    width: 100%;
    background-size: 100% !important;
}

.quality a:nth-child(2) .quality-box {
    background: url(../img/laboratuvar.png) no-repeat;
}

.quality a:nth-child(3) .quality-box {
    background: url(../img/sertifika.png) no-repeat;
}

.quality-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sector-text {
    color: #160c3a;
    line-height: 1.5;
    text-align: justify;
    width:inherit;
}

.sector-text > div {
    /* margin: 50px; */
}

.sectorsTitle {
    font-size: 34px;
    color: #31245e;
    font-family: 'M-SB';
    margin-bottom: 30px;
}

.sector-area {
    display: flex;
    flex-wrap: wrap;
}

.sector-area.quality {
    justify-content: center;
    background: transparent;
}

.sectorOk {
    background: #f5f4f9;
    width: 35px;
    text-align: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sector-title {
    font-family: 'M-m';
    position: absolute;
    top: 50%;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #31245e;
    width: 57%;
    padding: 7px 20px;
    border-radius: 10px;
}

.sector-box {
    background: #fff;
    height: 380px;
    width: 23%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    margin-left: 126px;
    margin-bottom: 40px;
}


.sector-box:hover a .background {
    top: 74%;
    border-radius: 20px;
    height: 100px;
}

.sector-box:hover a .background sector-title {
}

.sector-box a {
    color: #fff;
    display: table;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#talep .BFormSubmit {
    margin-bottom: 30px;
}

.FileErrors.WFile {
    color: #fff;
    width: 100%;
    text-align: center;
    padding-right: 20px;
}

.cv-btn {
    display: flex;
    border: 2px solid;
    border-radius: 10px;
    width: 32%;
    justify-content: center;
    align-items: center;
    height: 46px;
    background: #301c75;
    margin-left: 10%;
}

.kariyer-file {
    background: url(../img/cv.png) no-repeat;
    border-radius: 20px;
    padding: 40px 0;
    margin: 20px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.career-header {
    color: #160c3a;
    line-height: 1.5;
}

.career-header span {
    display: block;
    font-size: 32px;
    color: #69b42e;
    margin: 20px 0;
    font-family: 'M-M';
}

.career-title {
    font-family: 'M-SB';
    color: #31245e;
    font-size: 28px;
}

.cv-title {
    font-family: 'M-M';
    font-size: 25px;
    color: #483688;
    width: 80%;
}

.cv-form-area .ürünTalepForm {
    width: 78%;
}

.cv-form-area {
    width: 73%;
    position: absolute;
    background: #fff;
    padding: 50px 370px 0px 100px;
    right: 0;
    top: 55%;
    border-radius: 90px 0 0 0;
}

.cv-form-area .ModalFormSubmit {
    margin-top: 60px;
}

.table-middle {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.kariyer-text2 {
}

.format {
    font-size: 14px;
}

.cv-yukle {
    font-size: 45px;
}

.file-upload {
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 30px 50px;
}

#succesForm {
    width: 29%;
}

#succesForm .modal-body {
    padding: 20px 0;
}

.text-onay {
    text-align: center;
    padding: 0 65px;
    color: #160c3a;
    font-size: 17px;
}

.onay-img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-input.chk label {
    margin-top: 30px;
    display: inline-block;
    font-size: 15px;
    color: #483688;
}

.form-contact .form-input.chk label {
    margin-top: 15px;
}

.cv-form-area .form-input.chk label {
    margin-top: 18px;
}

.form-input.chk label:before {
    content: '';
    border: 1px solid #69b42e;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 3px;
    font-family: 'Font Awesome 6 Free';
    color: #69b42e;
}

.form-input.chk.middle.left {
    /* float: left; */
    width: 50%;
}

.recaptcha {
    float: right;
    width: 47%;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0.0;
    transform-origin: 0.0;
}

.ürünTalepForm textarea {
    width: 100%;
    resize: none;
    font-family: 'M-R';
    margin: 10px 0;
    border-radius: 10px;
}

#ContentPlaceHolder1_mesaj {
    border: 1px solid #e6e6e6;
    padding: 15px;
    height: 120px;
}

#mesaj::placeholder {
    font-family: 'M-R';
}

#ContentPlaceHolder1_txtMesaj {
    height: 120px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

#talep #mesaj {
    margin-top: 0;
}

.form-contact #ContentPlaceHolder1_mesaj {
    height: 120px;
    margin-top: 15px;
    border: 0;
    padding: 20px;
}

#ContentPlaceHolder1_chk:checked + label:before,
#ContentPlaceHolder1_chk1:checked + label:before {
    content: '\f14a';
    border: 0;
    font-family: 'FontAwesome';
}

.ürünAdi {
    background: #31245e;
}

.ürünAdi {
    font-family: 'M-SB';
    color: #fff;
    padding: 15px 15px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
}

.modalForm div {
    width: 49%;
}

.ürünTalepForm div {
    position: relative;
}

#recaptcha2 {
    width: 100%;
}

#talep .cvHata {
    /* position: absolute; */
    width: 100%;
    bottom: 20px;
}

.modalForm .uyari {
    width: 100%;
    position: absolute;
    color: red;
    font-family: 'M-SB';
    top: 3px;
    font-size: 10px;
}

.modalForm {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px;
    position: relative;
}

.cv-form-area .modalForm {
}

.ürünTalepForm div input {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 100%;
    padding: 25px 20px;
    margin: 15px 0 0;
}

.ürünTalepForm div input::placeholder {
    color: #8c8c8c;
    font-family: 'M-R';
}

#talep .ürünTalepForm div input {
    padding: 15px;
}

#ContentPlaceHolder1_fileCV {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

input[type="checkbox"] {
    position: absolute;
    left: -99999px;
}

.BFormSubmit input {
    background: #69b42e;
    color: #fff;
    font-family: 'M-SB';
    font-size: 20px;
    cursor: pointer;
}

.cvHata span {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-family: 'M-SB';
    font-size: 18px;
}

.cvHata span.success {
    color: green;
}

.cvHata span.error {
    color: red;
}

.close {
    position: absolute !important;
    top: -4px;
    right: 50px;
    font-size: 29px;
}

.modal-header {
    text-align: center;
    display: table !important;
    width: 100%;
    border: none !important;
}

#talepLongTitle {
    font-family: 'M-SB';
    font-size: 28px;
    margin: 20px 0;
}

.container tr {
    height: 60px;
}

.container table tr:first-child {
    background: #aeaabb;
}

.container tr:nth-child(2n) {
    background: #fff;
}

.container thead {
    background: #aeaabb;
    color: #fff;
    font-family: 'M-B';
}

.container table {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse;
}

.table-product {
    display: table;
    width: 90%;
    margin: 70px auto 20px;
    background: #f5f4f9;
    border-radius: 30px 30px 0 0;
}

.talep-icon {
    display: inline-block;
    background: url(../img/talep.svg) no-repeat;
    width: 25px;
    height: 28px;
    float: right;
    transition: .5s;
}

.talep-formu a:hover .talep-icon {
    background: url(../img/Btalep.svg) no-repeat;
}

.talep-formu a {
    color: #69b42e;
    background: #fff;
    padding: 15px;
    width: 48%;
    display: block;
    border: 1px solid;
    font-family: 'M-SB';
    font-size: 22px;
    transition: .5s;
    margin-top: 40px;
}

.talep-formu a:hover {
    background: #69b42e;
    color: #fff;
}

.talep-formu {
    margin-top: 60px;
    font-family: 'M-R';
    color: #31245e;
    width: 28%;
    font-size: 26px;
    padding-left: 40px;
}

.prod-detail {
    color: #160c3a;
    margin-top: 20px;
    font-family: 'M-R';
    padding-left: 40px;
    line-height: 1.5;
    text-align: justify;
    width: 56%;
}

.prod-detail > div {
    /* margin: 30px 0; */
}

.prodDet-title {
    font-size: 32px;
    font-family: 'M-SB';
    color: #31245e;
    padding-left: 40px;
}

.prodDet-img {
    background: #f5f4f9;
    border-bottom-right-radius: 70px;
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 520px;
    width: 40%;
}

.ok {
    background: #fff;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    color: rgb(128 0 128 / .6);
    font-size: 20px;
}

.incele {
    position: absolute;
    bottom: 30px;
    padding: 10px;
    border: 1px solid;
    width: 39%;
    left: 50%;
    transform: translate(-50%);
}

.background.mor {
    background: rgb(128 0 128 / .6);
}

.sector-box .background.mor {
    background: rgb(49 36 94 / .5);
}

.background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    padding-top: 20px;
}

.background.kahve {
    background: rgb(140 98 57 / .5);
}

.background.kirmizi {
    background: rgb(237 28 36 / .5);
}

.background.yesil {
    background: rgb(57 181 74 / .5);
}

.background.pudra {
    background: rgb(242 101 34 / .5);
}

.background.mavi {
    background: rgb(0 174 239 / .5);
}

.background.green {
    background: rgb(57 181 74 / .6);
}

.background.yellow {
    background: rgb(247 148 29 /.6);
}

.background.blue {
    background: rgb(0 174 239 /.6);
}

.background .efect-title {
    display: block;
    opacity: 0;
    font-size: 26px;
    text-align: center;
    font-family: 'M-M';
}

.prod-box a:hover .background .efect-title {
    transition: 2.5s;
    opacity: 1;
}

.prod-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -400px auto 0;
    width: 90%;
}

.sector .prod-area {
    margin: 20px 0;
}

.prod-box {
    background: url(../img/prod1.png) no-repeat;
    height: 500px;
    width: 20%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background-position: 50%;
    background-size: cover;
    margin-left: 60px;
    margin-bottom: 40px;
}

.prod-box:first-child,
.prod-box:nth-child(5n) {
    margin-left: 0;
}

.prod-box:nth-child(2) {
    background: url(../img/prod2.png) no-repeat;
    background-size: cover;
}

.prod-box:nth-child(2) .ok {
    color: rgb(0 174 239 /.6);
}

.prod-box:nth-child(3) .ok {
    color: rgb(247 148 29 /.6);
}

.prod-box:nth-child(3) {
    background: url(../img/prod3.png) no-repeat;
    background-size: cover;
}

.prod-box:nth-child(4) {
    background: url(../img/prod4.png) no-repeat;
    background-size: cover;
}

.prod-box:nth-child(4) .ok {
    color: rgb(57 181 74 / .6);
}

.prod-title span {
    font-family: 'M-R';
    letter-spacing: 14px;
    display: block;
    font-size: 32px;
}

.prod-title {
    font-size: 53px;
    color: #31245e;
    font-family: 'M-SB';
    text-align: center;
}

.cevre-text {
    font-size: 18px;
    color: #160c3a;
    position: absolute;
    width: 120%;
    text-align: justify;
}

.cevre-title {
    font-size: 34px;
    font-family: 'M-SB';
    color: #31245e;
    margin-bottom: 25px;
}

.uretim-img {
    margin-top: 80px;
    width: 100%;
    height: 470px;
}

.uretim-text {
    text-align: center;
    margin: 0 auto;
    width: 49%;
    color: #160c3a;
    font-family: 'M-R';
    line-height: 1.7;
    margin-top: 10px;
}

.uretim-title {
    font-family: 'M-m';
    font-size: 33px;
    text-align: center;
    color: #31245e;
}

.vizyon-text {
    line-height: 1.7;
    margin-top: 15px;
    width: 93%;
}

.vizyon,
.misyon {
    padding-left: 40px;
    margin-bottom: 40px;
}

.vizyon-title {
    font-family: 'M-M';
    color: #31245e;
    font-size: 32px;
    position: relative;
}

.misyon .vizyon-title {
    color: #69b42e;
}

.comp-gallery {
    margin: 60px auto;
}

.comp-gallery-in img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comp-gallery-in {
    width: 90%;
    height: 259px;
    border-radius: 25px;
}

.comp-gallery-in.video {
    position: relative;
}

.video:before {
    content: '\f167';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 50px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: inherit;
    background: rgb(0 0 0 / .5);
    width: 100%;
    height: 100%;
}

.content-text-area {
    width: 91%;
}

.content-comp-img {
    background: #f5f4f9;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    width: 49%;
}

.sector-comp-img {
    background: #f5f4f9;
    border-bottom-right-radius: 70px;
    display: table;
}

.content-area {
    display: flex;
    min-height: 732px;
    position: relative;
    margin-bottom: 70px;
}

.content-area.icerik {
    height: auto;
    background: #f5f4f9;
    justify-content: space-between;
}

.content-area.news {
    height: auto;
}

.content-area.contact {
    height: auto;
    padding-bottom: 30px;
}

.content-area.sertifika {
    height: auto;
}

.content-area.sectorDet {
    height: auto;
}

.content-area.sector {
    width: 95%;
    margin: 0 auto;
    height: auto;
}

.content-area.career {
    margin-bottom: 38%;
}

.content-area.productionDetails {
    min-height: 550px;
    padding-bottom: 30px;
    background: #f5f4f9;
    border-radius: 70px 0 0 70px;
    height: auto;
    overflow: hidden;
}

.content-area.production {
    display: table;
    width: 76%;
    margin: 0 auto 50px;
    height: auto;
    min-height:auto;
}

.content-area.uretim {
    height: auto;
}

.content-area.vision {
    min-height: 540px;
}

.btn-comp-catalog {
    background: #fff;
    color: #69b42e;
    font-family: 'M-M';
    border: 1px solid;
    border-radius: 5px;
    padding: 16px 12px 16px 27px;
    width: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    transition: .5s;
    font-size: 24px;
    margin-top: 50px;
}

.btn-comp-catalog:hover {
    border-bottom-width: 5px;
}

.btn-comp-catalog i {
    font-size: 26px;
}

.content-text {
    line-height: 1.9;
    margin: 20px 0;
}

.justify {
    text-align: justify;
}

.content-text-title {
    font-family: 'M-M';
    font-size: 32px;
    color: #31245e;
}

.contentTitle {
    font-size: 130px;
    font-family: 'M-SB';
    color: #160c3a;
    position: relative;
    line-height: 1;
}

.contentTitle:after {
    content: '';
    width: 14%;
    height: 6px;
    display: block;
    background: #69b42e;
    margin: 60px 10px 40px;
}

.altTitle {
    font-family: 'M-R';
    font-size: 32px;
    display: block;
    padding-left: 8px;
}

.content-comp {
    background: #f5f4f9;
    border-radius: 0px 0px 0px 60px;
    display: inline-block;
    width: 55%;
    padding-left: 50px;
    padding-top: 40px;
    position: relative;
}

.icerik .content-comp {
    width: fit-content;
}

.news .content-comp {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
}

.content-comp.contact {
    width: 100%;
    background: #fff;
}

.content-comp.contact:after {
    background: #fff;
    width: 100%;
    height: 350px;
}

.content-comp.sertifika {
    width: 100%;
    border-bottom-right-radius: 70px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-left: 180px;
}

.content-comp.sector {
    width: 70%;
}

.sector .content-comp {
    width: 100%;
    margin-bottom: 60px;
}

.content-comp.quality {
    background: #f5f4f9;
    padding-left: 0;
    border-bottom-right-radius: 70px;
}

.productionDetails .content-comp {
    width: 100%;
    /* border-radius: 0 0 70px 70px; */
    padding-left: 0;
}

.production .content-comp {
    width: 100%;
    padding: 50px 0 420px;
    border-radius: 0 0 60px 60px;
}

.career .content-comp {
    width: 100%;
}

.uretim .content-comp {
    width: 100%;
    border-radius: 0 0 70px 70px;
    padding-left: 0;
}

.comp-tabs {
    margin: 35px 0;
}

.comp-content.contact {
    background: #f5f4f9;
}

.comp-navigation li a {
    color: #31245e;
    font-family: 'M-R';
    position: relative;
    transition: .5s;
}

.comp-navigation li a:after {
    content: '';
    background: #69b42e;
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -8px;
    border-radius: 20px;
    background-size: 0;
    width: 0;
    transition: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1s;
}

.comp-navigation li a:hover:after {
    width: 100%;
}

.comp-navigation li a:hover {
    color: #69b42e;
}

.comp-navigation li.active-comp-nav a {
    color: #69b42e;
    font-family: 'M-M';
}

.comp-navigation li.active-comp-nav a:after {
    content: '';
    width: 29%;
    height: 7px;
    position: absolute;
    background: #69b42e;
    border-radius: 20px;
    bottom: -8px;
    left: 0;
}

.pageTitle h1 {
    font-size: 29px;
    color: #fff;
    font-family: 'M-M';
    width: 90%;
    font-weight: unset;
    margin: 0 auto;
}

.pageTitle:after {
}

.bannerHeader {
    background: #31245e;
    position: relative;
    top: 48%;
    padding: 13px;
    min-width: 29%;
    opacity: .9;
    max-width: 32%;
}

.contact .bannerHeader {
    width: 20%;
    top: 42%;
    padding-left: 40px;
}

.banner {
    height: 348px;
    width: 100%;
    position: relative;
    background-position: 50% 0% !important;
}

.banner.news {
    background: none;
}

.banner.contact {
    background: none;
    height: 400px;
    position: relative;
}

.banner.sertifika {
    background: url(../img/sertifikaBanner.png) no-repeat;
}

.banner.quality {
    background: url(../img/kaliteBanner.png) no-repeat;
}

.banner.sector {
    background: url(../img/sektorBanner.png) no-repeat;
}

.banner.sector {
    background: url(../img/sektorBanner.png) no-repeat;
}

.banner.career {
    background: url(../img/kariyerBanner.png) no-repeat;
}

.banner.cevre {
    background: url(../img/header.png) no-repeat;
}

.banner.production {
    background: url(../img/productBanner.png) no-repeat;
}

.banner.vision {
    background: url(../img/visionBanner.png) no-repeat;
}

.menu-line:after {
    height: 2px;
    width: 100%;
    position: absolute;
    content: '';
    background: #574986;
    left: 100%;
    bottom: 140px;
}

.shy-menu.is-open .menu-line:after {
    left: 55px;
}

.menu-line {
    padding-top: 100px;
    font-size: 24px;
    font-family: 'M-SB';
}

.e-bulten input[type="text"] {
    background: none;
    border: 0;
    color: #fff;
    margin: 9px 0;
    position: relative;
    z-index: 2;
}

.e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'M-M';
    margin-top: 86px;
}

.e-bulten:after {
    content: '';
    background: url(../img/gonder.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    right: 0px;
    background-size: contain;
}

.e-bulten {
    position: relative;
    width: 15%;
}

.footer-contact {
    width: 19%;
    padding-right: 9.4%;
    color: #73689a;
}

.footer-menu {
    width: 13%;
}

ul {
    padding: 0;
    margin: 0;
}

.sector-navigation {
    display: flex;
}

.cevre-text ul {
    margin-top: 30px;
}

.comp-navigation {
    display: flex;
    justify-content: space-between;
    width: 38%;
}

.navigation {
    display: flex;
    width: 89%;
    flex-wrap: wrap;
    margin: 0 auto;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comp-navigation li {
    /* margin-bottom: 30px; */
    margin-right: 1px;
}

.sector-navigation li {
    margin-right: 20px;
}

.sector-navigation .active-kalite a {
    color: #69b42e;
    font-family: 'M-M';
}

.sector-navigation .active-sector a {
    color: #69b42e;
    font-family: 'M-SB';
}

.sector-navigation .active-sector a:after {
    content: '';
    width: 29%;
    height: 7px;
    position: absolute;
    background: #69b42e;
    border-radius: 20px;
    bottom: -8px;
    left: 0;
}

.cevre-text ul li {
    margin-bottom: 10px;
    list-style: inherit;
}


footer li {
    margin-bottom: 15px;
}

.footer-title {
    color: #fff;
    font-family: 'M-SB';
    font-size: 23px;
    display: block;
    margin-bottom: 11px;
}

#scroll-down-animation {
    position: absolute;
    right: 40px;
    bottom: 100px;
    z-index: 2;
    cursor: pointer;
}

.container .tableTitle {
    text-align: center;
    color: #31245e;
    font-family: 'M-M';
    font-size: 22px;
    padding: 20px;
    display: block;
}

/*.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 3px solid #69b42e;
    height: 70px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.move {
       position: absolute;
    background-color: #69b42e;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}*/

@keyframes move {
    0% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 25px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 50px);
        opacity: 0;
    }
}

.footer-prod {
    width: 22%;
}

.footer-logo {
    width: 16%;
    margin-right: auto;
}

.footerBG {
    background: url(../img/footerBG.png) no-repeat;
    height: auto;
    background-size: cover;
    padding-top: 30px;
    position: relative;
}

.circleQuality span {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    font-family: 'M-M';
    font-size: 21px;
    text-align: center;
}

.circleQuality:hover span:after {
    animation: moveRight .5s infinite;
}

.circleQuality span:after {
    content: '';
    background: url(../img/yesilArrow.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 30%;
    margin-left: 10px;
}

.circleQuality:nth-child(2) span:after {
    background: url(../img/redArrow.svg) NO-REPEAT;
}

.circleQuality:nth-child(3) span:after {
    BACKGROUND: url(../img/BLUEArrow.svg) NO-REPEAT;
}

.quality {
    background: #fff;
}

.mainQua {
    width: 1175px;
    margin: 0 auto 6%;
    background: #f5f4f9;
    padding-bottom: 6%;
    border-radius: 0px 0px 25px 25px;
}

.circleQuality {
    border: 1px solid #69b42e;
    border-radius: 50%;
    padding: 50px;
    width: 16%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0px 10px rgb(49 38 90 / 0.02) inset;
    cursor: pointer;
    height: 188px;
    margin: 0 60px;
    display: table;
}

.circleQuality:after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0px 10px rgb(255 255 255 / 0.5);
}

.circleQuality:nth-child(2) {
    border-color: #f26522;
}

.circleQuality:nth-child(3) {
    border-color: #00aeef;
}

.qualityArea {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-production {
    width: 57%;
}

.active .home-production {
    width: 63%;
}

.prod-name {
    font-family: 'M-SB';
    font-size: 20px;
}

.prod-name.active {
    font-size: 22px;
}

.home-prod-area {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    box-shadow: inset 0px -110px 40px -50px rgb(0 0 0 / .5);
}

.home-prod {
    position: relative;
}

.production-bg img {
    display: none;
}

.main .production-bg img.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.home-prod-bg {
    background: #f5f4f9;
    padding-top: 50px;
}

.middle-left-img:after {
    content: '';
    position: absolute;
    width: 84%;
    height: 75%;
    box-shadow: 0 0 70px;
    border-radius: 50%;
    left: 33px;
    z-index: -1;
    top: 47px;
}

.middle-right-bg span {
    font-size: 22px;
    font-family: 'M-R';
}

.middle-right-bg {
    background: url(../img/katalog.png) no-repeat;
    height: 540px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    padding-bottom: 10%;
    font-size: 80px;
    font-family: 'M-SB';
}

.middle-right {
    width: 31%;
    margin-top: -40px;
}

.middle-text {
    font-size: 18px;
    font-family: 'M-M';
    color: #160c3a;
    margin: 30px 0 20px;
    width: 90%;
    line-height: 1.6;
}

.middle-title {
    font-size: 82px;
    font-family: 'M-B';
    color: #160c3a;
}

.middle-title span {
    display: block;
    font-family: 'M-R';
    font-size: 16px;
    letter-spacing: 3px;
}

.middle-mid {
    width: 42%;
    margin-left: 90px;
}

.middle-left:before {
    z-index: -1;
    content: '';
    border: 4px solid rgba(49 38 90 / .1);
    width: 100%;
    height: 80%;
    position: absolute;
    border-radius: 24px;
    top: 100px;
    left: 40px;
}

.middle-left:after {
    z-index: -1;
    content: '';
    border: 4px solid rgba(105 180 46 / .1);
    width: 100%;
    height: 85%;
    position: absolute;
    border-radius: 24px;
    top: -40px;
    left: -40px;
}

.middle-left {
    position: relative;
}

.home-middle {
    display: flex;
    justify-content: center;
    margin: 0 0px 100px 50px;
}

.sectorName {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #959595;
    font-family: 'M-m';
    font-size: 15px;
    text-wrap: nowrap;
}

.home-prod-bg a:not(.circleQuality a) {
    width: 100%;
    height: 100%;
    -webkit-transition: .45s ease all;
    transition: .45s ease all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 40px 15px;
    border-right: 1px solid;
    color: #fff;
    position: relative;
}

.home-prod-bg .home-prod-area a:last-child {
    border: none;
}

.home-prod-area .active:before {
    content: '';
    width: 11px;
    height: 102px;
    position: absolute;
    background: #fff;
    border-radius: 20px;
    left: 16px;
    bottom: -20px;
}

.home-prod-bg .main img {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    -webkit-transform: translateY(-60px) scale(1.25);
    transform: translateY(-60px) scale(1.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s ease all;
    transition: .6s ease all;
}

.home-prod-img img.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.production-bg {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
    position: relative;
    pointer-events: none;
    height: 780px;
    border-radius: 30px;
    margin: 40px 0 140px;
}

.sectors {
    background: #FFF;
    border-radius: 50%;
    width: 11%;
    text-align: center;
    height: 176px;
    display: table;
    z-index: 1;
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
}

.sectors:hover {
    border: 2px solid #31265a;
}

.sectors:after {
    content: '';
    border: 1px solid #898989;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -57px;
    top: 45%;
}

.sectors:first-child:after {
    left: -50px;
}

.sectors:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    z-index: -1;
    border: 14px solid #fcfcfc;
}

.img-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sectorLine {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 70px auto;
}

.sectorLine:after {
    content: '';
    border: 1px solid #898989;
    position: absolute;
    right: 130px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.sectorLine:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 12px;
    background: #fff;
}

.sectorTitle {
    text-align: center;
    font-size: 29px;
    font-family: 'M-M';
    background: #69b42e;
    width: 17%;
    margin: 0 auto;
    border-radius: 0 40px;
    color: #fff;
    padding: 17px;
    display: block;
}

.content-comp .sectorTitle {
    width: 22%;
    margin-bottom: 50px;
}

.quality .sectorTitle {
    width: 26%;
    margin: 60px auto;
}

.sectorArea {
    background: #f5f4f9;
    border-radius: 0 0 100px 100px;
    padding: 30px 0 4% 0;
    margin-bottom: 9%;
}

.logo {
    position: absolute;
    top: 5px;
    left: 60px;
    width: 13%;
    height: 160px;
    z-index: 3;
}

.logo.contact:after {
    content: '';
    background: rgb(255 255 255 / 1);
    width: 420px;
    height: 150%;
    position: absolute;
    border-bottom-right-radius: 200px;
    left: -60px;
    z-index: -1;
    top: -90px;
}

.rightMenu {
    width: 15%;
    transition: 1s;
    top: 0;
    position: absolute;
    z-index: 3;
    right: 0;
}

.rightMenu.openMenu {
    width: 34%;
}

t {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'M-R';
    background: #FFF;
    position: relative;
}

.container td {
    text-align: center;
    font-family: 'M-R';
    border: none;
}

.container > table > tr > td:last-child {
    width: 25%;
}

.container tr:first-child td {
    font-family: 'M-SB';
    color: #fff;
}

.middle-text-title {
    display: block;
    font-family: 'M-SB';
    font-size: 30px;
    margin-bottom: 20px;
    color: #31245e;
}

a {
    text-decoration: none;
    color: inherit;
}

.news-review a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

.contact-box a {
    font-family: 'M-SB';
    color: #31245e;
}

.contact-box:nth-child(1) a,
.contact-box:nth-child(2) a {
    font-family: 'M-R';
}

.sector-area.quality a {
    width: 30%;
}

.circleQuality a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 3;
    background-image: url(../img/kalite.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.circleQuality:nth-child(2) a {
    background-image: url(../img/laboratuvar.svg);
}

.circleQuality:nth-child(3) a {
    background-image: url(../img/sertifika.svg);
}

.sector-navigation li a {
    color: #31245e;
    position: relative;
}

.sector-navigation li a:hover:after {
    width: 100%;
}

.sector-navigation li a:after {
    content: '';
    background: #69b42e;
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -8px;
    border-radius: 20px;
    background-size: 0;
    width: 0;
    transition: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1s;
}

.sector-navigation .active-kalite a::after {
    width: 25%;
}

.form-input.chk a {
    color: #69b42e;
    font-family: 'M-SB';
}

.table-talep {
    background: url(../img/talepK.svg) no-repeat;
    width: 24px;
    height: 25px;
    display: inline-block;
}

.prod-box a {
    color: #fff;
    display: table;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ok::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prod-box a:hover .background {
    top: 60%;
}

.prod-box a:hover .production-title {
    transition: .5s;
    opacity: 0;
}

.production-title {
    opacity: 1;
    position: absolute;
    transition: 3.5s;
    top: 50%;
    font-size: 26px;
    text-align: center;
    font-family: 'M-m';
    width: 100%;
}

.navigation a {
    color: #7b73a7;
    margin-right: 7px;
    font-family: 'M-R';
    font-size: 12px;
}

.navigation li:last-child a {
    color: #fff;
}

.navigation li:not(:first-child) a:before {
    content: '|';
    margin-right: 5px;
}

footer a {
    color: #73689a;
}

footer li a:hover {
    color: #fff;
}

.btn-e-bulten {
    background: #69b42e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
}

.btn-mail {
    background: #69b42e;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 7px;
    position: relative;
    padding: 10px 25px 10px 10px;
    margin: 18px 0;
}

.btn-mail:after {
    content: '';
    background: url(../img/mail.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
}

.btn-catalog {
    font-size: 18px;
    background: #301c75;
    width: 35%;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 22px;
    transition: .5s;
}

.btn-catalog:hover {
    background: #fff;
    color: #301c75;
    transition: 1s;
}

.btn-corp {
    color: #69b42e;
    font-family: 'M-m';
    border: 1px solid;
    padding: 16px;
    border-radius: 5px;
    font-size: 22px;
    display: block;
    width: 38%;
    margin-top: 10px;
    text-align: center;
    transition: .5s;
}

.btn-corp:hover {
    background: #69b42e;
    color: #fff;
    transition: 1s;
}

.shy-menu-panel a {
    color: #fff;
    display: flex;
    align-items: center;
}

img {
    border: 0;
}

.prodDet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-logo img {
    position: relative;
    z-index: 1;
}

.uretim-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion-img img {
    width: 450px;
    margin-right: 70px;
    float: right;
}

.bannerBG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sertifika-img img {
    width: 100%;
    height: 100%;
    max-height: 470px;
    -o-object-fit: contain;
    object-fit: contain;
}

.onay-img img {
    height: 200px;
    width: 160px;
}

.recaptcha img {
    width: 100%;
    height: 100%;
}

.modal-header > img {
    width: 50%;
    height: 50%;
}

.cevre-img img {
    height: 100%;
    border-bottom-right-radius: 70px;
}

.content-comp-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sector-comp-img img {
    width: 100%;
    height: auto;
}

.circleQuality img {
    width: 100%;
    height: 100%;
}

.middle-left-img img {
    border-radius: 33px;
    width: 100%;
}

.sectors:nth-child(2) img {
    /* width: 80px; */
}

.sectors:nth-child(3) img {
    /* width: 45px; */
}

.logo img {
    width: 100%;
    height: 100%;
}

p {
    /* margin: 5px 0; */
    text-align: justify;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.main {
    width: 94%;
    margin: 0 auto;
}

.footerBG .main {
    display: flex;
    justify-content: center;
}


/*SHY MENÜ*/
.rightMenu * {
    -moz-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    /* -webkit-transition: all 1s cubic-bezier(.1, .7, .3, 1); */
    -o-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -ms-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    /* transition: all 1s ease-out; */
}

.country i {
    font-size: 17px;
    margin-left: 4px;
}

.vizyon-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/vision.svg) no-repeat;
    position: absolute;
    left: -70px;
}

.vizyon-icon.misyon {
    background: url(../img/durbun.svg) no-repeat;
}

.country {
    font-size: 22px;
    font-family: 'M-sb';
    color: #fff;
    position: absolute;
    top: 57px;
    left: 27px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.country.fixed {
    position: fixed;
    right: 190px;
    left: unset;
}

.openMenu .country {
    top: 50px;
    left: 380px;
}

.shy-menu-panel ul {
    padding: 0;
}

.shy-menu-panel ul li {
    margin: 35px 0 0;
    list-style: none;
    font-size: 24px;
}

.nav-icon a:before {
    content: '';
    background: url(../img/ana-sayfa.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    padding: 26px;
    background-size: 50% !important;
    background-position: center;
    float: left;
    margin-right: 20px;
}

.nav-icon:nth-child(2) a:before {
    background: url(../img/kurumsal.svg) no-repeat center;
}

.nav-icon:nth-child(3) a:before {
    background: url(../img/urunler.svg) no-repeat center;
}

.nav-icon:nth-child(4) a:before {
    background: url(../img/kalite-kontrol.svg) no-repeat center;
}

.nav-icon:nth-child(5) a:before {
    background: url(../img/sektor.svg) no-repeat center;
}

.nav-icon:nth-child(6) a:before {
    background: url(../img/haber.svg) no-repeat center;
}

.nav-icon:nth-child(7) a:before {
    background: url(../img/iletisim.svg) no-repeat center;
}

.shy-menu {
    display: block;
    height: 120px;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    background-color: rgb(113 118 131 / 28%);
    color: #fff;
    border-bottom-left-radius: 50px;
}

.menu-line span {
    display: block;
    font-family: 'M-R';
    font-size: 20px;
}

.shy-menu.is-open {
    height: 100vh;
    width: 100%;
    border-radius: 0;
    background: url(../img/menuBG.png) no-repeat;
    background-size: cover;
}

.shy-menu-panel {
    opacity: 0;
    margin: 100px;
    width: 100%;
}

.is-open .shy-menu-panel {
    opacity: 1;
}

/*** Hamburger ***/
.shy-menu-hamburger {
    position: relative;
    left: 120px;
    top: 38px;
    width: 41%;
    height: 42px;
    font-size: 28px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-family: 'M-SB';
}

.shy-menu-hamburger:before {
    content: '';
    width: 4px;
    height: 30px;
    background: #fff;
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.openMenu .shy-menu-hamburger {
    width: 19%;
    left: 450px;
}

.shy-menu-hamburger > .layer {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 3px;
    overflow: hidden;
    position: absolute;
    width: 22px;
    right: 0px;
    /* top: 0; */
}

.shy-menu-hamburger .layer.top {
    top: 10px;
}

.is-open .shy-menu-hamburger .layer.top {
    top: 17px;
    transform: rotate(45deg);
}

.shy-menu-hamburger .layer.mid {
    top: 17px;
}

.is-open .shy-menu-hamburger .layer.mid {
    opacity: 0;
    left: 0;
}

.shy-menu-hamburger .layer.btm {
    top: 24px;
}

.is-open .shy-menu-hamburger .layer.btm {
    top: 17px;
    transform: rotate(-45deg);
}

/*accordion*/
.accordion {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 70px auto;
}

.accordion li {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.accordion li:first-child {
    border-radius: 40px 40px 0px 0;
}

.accordion li + li {
    /* margin-top: 1em; */
    /* border-top: 1px solid white; */
}

.accordion-control {
    text-align: left;
    font-size: 1.2rem;
    font-family: 'M-SB';
    background: #f5f4f9;
    color: #31245e;
    padding: 1.8em;
    padding-left: 4em;
    cursor: pointer;
    border: 1px solid #31245e;
}

.accordion li:first-child .accordion-control {
    border-radius: 18px 18px 0 0;
}

.accordion-control i {
    float: right;
}

.accordion-panel {
    padding: 0 0 0 04.8em;
    /* background:#444; */
    color: #160c3a;
    display: none;
}

.bt-menu.bt-menu-open .bt-menu-container {
    width: 31%;
}

.bt-menu ul:first-of-type li a {
    font-size: 21px;
}

.bt-menu ul li {
    padding: 3.3% 0;
}

.bt-menu-open .bt-menu-container:after {
    bottom: 140px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .footerBG {
        background-position: -40px;
    }
    .sectors {
        height: 170.55px;
        width: 12%;
    }

    .flexslider .slides > li {
        background-size: 111% !important;
    }

    .sectors:first-child:after {
        left: -60px;
    }

    .sectors:after {
        left: -45px;
    }

    .sectorLine:after {
        right: 110px;
    }

    .middle-mid {
        width: 30%;
        margin-left: 85px;
    }

    .btn-corp {
        width: 40%;
    }

    .middle-text-title {
        font-size: 23px;
    }

    .middle-right-bg {
        border-radius: 30px;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 17%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 35%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 26px;
    }

    .btn-comp-catalog {
        width: 27%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 50%;
    }

    .quality-box {
        height: 450px;
        margin-bottom: 60px;
    }

    .quality-title span {
        width: 57%;
    }

    .sector-box {
        width: 26%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 70px;
    }
}

/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .footerBG {
        background-position: -60px;
    }
    .sectors {
        height: 170.55px;
        width: 12%;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
        background-position: 21% 100% !important;
        background-repeat: no-repeat !important;
    }

    .sectors:first-child:after {
        left: -60px;
    }

    .sectors:after {
        left: -45px;
    }

    .sectorLine:after {
        right: 110px;
    }

    .middle-mid {
        width: 30%;
        margin-left: 45px;
    }

    .btn-corp {
        width: 40%;
    }

    .middle-text-title {
        font-size: 23px;
    }

    .middle-right-bg {
        border-radius: 30px;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 17%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 35%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 26px;
    }

    .btn-comp-catalog {
        width: 27%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 46%;
    }

    .quality-box {
        height: 450px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 20px;
        width: 63%;
    }

    .sector-box {
        width: 28%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 64px;
    }

    .middle-left-img {
        width: 90%;
    }

    .middle-left:after {
        width: 85%;
    }

    .middle-left:before {
        width: 90%;
    }

    .middle-left-img:after {
        width: 67%;
        height: 67%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .prodDet-img {
        width: 40%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 34%;
    }

    .pageTitle {
        font-size: 32px;
    }
}

/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .sectors {
        height: 167.55px;
        width: 13%;
    }
    .comp-navigation{width:50%;}
    .slick-prev:before,
    .slick-next:before {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    .slick-prev {
        left: -13px !important;
        z-index: 3;
    }

    .slick-next {
        right: 17px !important;
    }

    #kvkk {
        height: 95%;
    }

    .content-comp-img img {
        object-fit: contain;
    }

    .bt-menu:after {
        left: 95px;
    }

    .nav-icon a:before {
        padding: 22px;
    }

    .content-comp-img {
        width: 45%;
    }

    .recaptcha {
        transform: scale(0.7);
        width: 56%;
    }

    .form-input.chk.middle.left {
        width: 43%;
    }

    .form-contact .form-input.chk label {
        font-size: 13px;
        margin-top: 25px;
    }

    .production .content-comp {
        padding-bottom: 405px;
        padding-top: 30px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 26px;
    }

    .flexslider .slides > li {
        background-size: cover !important;
    }

    .bt-menu-open .bt-menu-trigger {
        top: 58px !important;
    }

    .circleQuality {
        height: 150px;
        width: 13%;
    }

    .sectors:first-child:after {
        left: -60px;
    }

    .sectors:after {
        left: -33px;
    }

    .sectorLine:after {
        right: 95px;
    }

    .middle-mid {
        width: 38%;
        margin-left: 25px;
    }

    .btn-corp {
        width: 45%;
        padding: 10px;
    }

    .middle-text-title {
        font-size: 23px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 510px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 18%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 35%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 20px;
    }

    .btn-comp-catalog {
        width: 31%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 30px 0;
    }

    .file-upload {
        padding: 10px 20px;
    }

    .cv-title {
        font-size: 28px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 49%;
    }

    .quality-box {
        height: 450px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 20px;
        width: 63%;
    }

    .sector-box {
        width: 28%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 67px;
    }

    .middle-left-img {
        width: 90%;
    }

    .middle-left:after {
        width: 85%;
        height: 70%;
    }

    .middle-left:before {
        width: 90%;
        height: 68%;
    }

    .middle-left-img:after {
        width: 67%;
        height: 57%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .prodDet-img {
        width: 40%;
        height: 70%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 36%;
    }

    .pageTitle {
        font-size: 32px;
    }

    .e-bulten:after {
        top: 0;
    }

    .footerBG {
        background-position: -110px;
    }

    .bt-menu ul:first-of-type {
        right: 58px;
    }

    .bt-menu ul li {
        padding: 2.3% 0;
    }

    .bt-menu ul:nth-of-type(2) {
        width: 400px;
    }

    .bt-menu-open .bt-menu-container:after {
        left: 48px;
    }

    .country {
        top: 58px;
    }

    #talepLongTitle {
        margin: 0;
    }

    .modal-header > img {
        width: 25%;
    }

    .ürünTalepForm textarea {
        margin: 10px 0 0;
        height: 60px;
        padding-top: 16px;
    }

    #ContentPlaceHolder1_mesaj {
        height: 120px;
        border: 1px solid #e6e6e6;
        padding: 11px;
    }

    #mesaj {
        margin-top: 15px;
    }

    .main-contact {
        width: 69%;
    }

    .production-bg {
        height: 600px;
    }

    .footer-contact {
        padding-right: 7.4%;
    }

    .cevre-text {
        font-size: 16px;
        line-height: 1.5;
    }

    #succesForm {
        width: 36%;
    }

    .cv-form-area {
        padding: 50px 280px 0 100px;
    }

    .news-box {
        width: 23%;
        margin: 0 12px 30px;
    }

    .news-comment {
        font-size: 14px;
    }

    .news-title {
        font-size: 17px;
    }

    .news-text > div {
        margin: 30px 0;
    }

    .news-text {
        width: 95%;
        line-height: 1.5;
    }

    .ürünTalepForm div input::placeholder,
    #mesaj::placeholder {
        font-size: 9px;
    }
}

/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .sectors {
        height: 146px;
        width: 12%;
    }

    .content-comp-img img {
        object-fit: contain
    }

    .contact-box {
        width: 48%;
        margin-right: 16px;
    }

    .bt-menu ul li {
        padding: 2.2% 0;
    }

    .country.fixed {
        right: 230px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .slick-prev {
        left: -35px !important;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
        background-position: 35% 50% !important;
        background-repeat: no-repeat;
    }

    .bt-menu ul {
        right: 30px !important;
    }

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -35px;
    }

    .sectorLine:after {
        right: 90px;
    }

    .middle-mid {
        width: 44%;
        margin-left: 0;
    }

    .btn-corp {
        width: 36%;
        padding: 10px;
        font-size: 16px;
    }

    .middle-text-title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 440px;
        background-size: 120%;
        background-position: center;
        font-size: 60px;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 20%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 37%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 20px;
    }

    .btn-comp-catalog {
        width: 35%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
        margin-top: -560px;
    }

    .talep-formu a {
        width: 46%;
    }

    .quality-box {
        height: 450px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 20px;
        width: 63%;
    }

    .sector-box {
        width: 26%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 51px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
    }

    .middle-left:after {
        width: 75%;
        height: 74%;
    }

    .middle-left:before {
        width: 80%;
        height: 65%;
    }

    .middle-left-img:after {
        width: 60%;
        height: 60%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 17%;
        top: 0;
        left: 46px;
    }

    .footerBG {
        background-position: -130px;
    }

    .footer-contact {
        width: 22%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 30px;
    }

    .cv-form-area {
        padding: 50px 250px 0 100px;
        top: 70%;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 34%;
    }

    .main-contact {
        width: 69%;
    }

    .contact-form-area {
        width: 47%;
    }

    .prodDet-img {
        width: 40%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 40%;
    }

    .pageTitle {
        font-size: 32px;
    }

    .middle-text {
        font-size: 16px;
    }

    .middle-title {
        font-size: 60px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 14px;
    }

    .middle-right-bg span {
        font-size: 18px;
    }

    #talepLongTitle {
        margin: 0;
    }

    .modal-header > img {
        width: 25%;
    }

    .ürünTalepForm textarea {
        margin: 11px 0 0;
    }

    .production-bg {
        height: 600px;
    }

    .menu-name:before {
        left: 26px !important;
        top: 15px !important;
    }

    .banner {
        height: 300px;
    }

    .navigation a {
        font-size: 10px;
    }

    .comp-navigation {
        width: 43%;
    }

    .bt-menu ul:first-of-type {
        right: 30px !important;
    }

    .nav-icon a:before {
        width: 25px;
        height: 25px;
        padding: 22px;
    }

    .bt-menu ul:nth-of-type(2) {
        right: 30px !important;
    }

    .contentTitle {
        font-size: 100px;
    }

    .altTitle {
        font-size: 26px;
    }

    .content-comp-img {
        height: auto;
    }

    .prod-box {
        width: 22%;
        margin-left: auto;
    }

    .production .content-comp {
        padding: 10px 0 350px;
    }

    .prod-title {
        font-size: 34px;
    }

    .prod-title span {
        font-size: 26px;
    }

    .production-title {
        font-size: 24px;
        padding: 0 35px;
    }

    .sector-comp-img {
        width: 50%;
        height: auto;
    }

    .sectors img {
        max-width: 45px;
        max-height: 45px;
    }

    .middle-left-img img {
        width: 100%;
    }

    .circleQuality {
        width: 13%;
        height: 152px;
    }

    .bt-menu-trigger {
        top: 17px
    }

    .bt-menu-trigger .menu-name {
        font-size: 22px !important;
        padding-left: 12px !important;
        padding-right: 140px !important;
    }

    .bt-menu-open .bt-menu-trigger {
        top: 58px;
    }

    .country {
        top: 59px;
        left: 25px;
        font-size: 18px;
    }

    .content-area {
        height: auto;
        min-height: 620px;
    }

    .sector-box:first-child,
    .sector-box:nth-child(4n) {
        margin: 0;
    }
}

/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .bt-menu{
        right:1px !important;
    }
    .sectors {
        height: 135px;
        width: 12%;
    }

    .bt-menu ul li {
        padding: 2.5% 0 !important;
        padding-right: 150px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .slick-prev {
        left: -35px !important;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
        background-position: 30% 50% !important;
    }

    .country {
        font-size: 19px;
        top: 60px;
    }

    .bt-menu-trigger .menu-name {
        padding-left: 5px;
    }

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -35px;
    }

    .sectorLine:after {
        right: 90px;
    }

    .middle-mid {
        width: 48%;
        margin-left: 0;
    }

    .btn-corp {
        padding: 8px;
        font-size: 16px;
        width: 30%;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 100%;
        background-size: cover;
        font-size: 60px;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 20%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 43%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 26px;
    }

    .btn-comp-catalog {
        width: 38%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 46%;
    }

    .quality-box {
        height: 450px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 20px;
        width: 63%;
    }

    .sector-box {
        width: 26%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 48px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
    }

    .middle-left:after {
        width: 75%;
        height: 80%;
    }

    .middle-left:before {
        width: 80%;
        height: 66%;
    }

    .middle-left-img:after {
        width: 60%;
        height: 60%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 17%;
        top: 0;
        left: 46px;
    }

    .footerBG {
        background-position: -160px;
    }

    .footer-contact {
        width: 22%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        padding: 50px 410px 0 100px;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 34%;
    }

    .main-contact {
        width: 75%;
    }

    .contact-form-area {
        width: 47%;
    }

    .sectors a img {
        height: 100%;
        max-height: 60px;
    }

    .prodDet-img {
        width: 40%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 40%;
    }

    .pageTitle {
        font-size: 32px;
    }

    .middle-text {
        font-size: 16px;
    }

    .middle-title {
        font-size: 60px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 14px;
    }

    .middle-right-bg span {
        font-size: 18px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 44%;
    }

    .contentTitle {
        font-size: 90px;
    }

    .altTitle {
        font-size: 23px;
    }

    #talepLongTitle {
        margin: 0;
    }

    .modal-header > img {
        width: 25%;
    }

    .ürünTalepForm textarea {
        margin: 11px 0 0;
    }

    .production-bg {
        height: 600px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1280px) and (max-height:767px) {
    .nav-icon a:before{width:25px;height:25px;padding:20px;}.bt-menu ul:first-of-type li a{font-size:20px !important;}.bt-menu ul li{padding:1% 0 !important;}
    .ürünTalepForm div input{margin:5px 0;}#ContentPlaceHolder1_mesaj{height:80px;}.ürünTalepForm textarea{margin:3px 0 0;}
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sectors {
        height: 135px;
        width: 12%;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
    }

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -35px;
    }

    .sectorLine:after {
        right: 90px;
    }

    .middle-mid {
        width: 40%;
        margin-left: 0;
    }

    .btn-corp {
        width: 50%;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 85%;
        background-size: cover;
        font-size: 60px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 22%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 43%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 26px;
    }

    .btn-comp-catalog {
        width: 42%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 46%;
    }

    .quality-box {
        height: 340px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 20px;
        width: 63%;
    }

    .sector-box {
        width: 26%;
        margin-left: 66px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 53px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
    }

    .middle-left:after {
        width: 75%;
        height: 80%;
    }

    .middle-left:before {
        width: 80%;
        height: 66%;
    }

    .middle-left-img:after {
        width: 60%;
        height: 60%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 17%;
        top: 0;
        left: 46px;
    }

    .footerBG {
        background-position: -205px;
    }

    .footer-contact {
        width: 22%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        padding: 50px 310px 0 100px;
        width:80%;
        right:-40px;
    }
    .prod-box{
        width:23%;margin-left:0;
    }
    .content-comp.sector{padding-top:20px;}
    .sector-text{width:unset;}
    .accordion-img img{width:230px;}
    .sectorDet .sector-text {width: inherit;}
    .news-box{width:28%;}
    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 75%;
    }

    .contact-form-area {
        width: 47%;
    }

    .sectors a img {
        height: 100%;
        max-height: 60px;
    }

    .prodDet-img {
        width: 40%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 43%;
    }

    .pageTitle {
        font-size: 32px;
    }

    .middle-text {
        font-size: 16px;
    }

    .middle-title {
        font-size: 60px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 14px;
    }

    .middle-right-bg span {
        font-size: 18px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 65%;
    }

    .contentTitle {
        font-size: 90px;
    }

    .altTitle {
        font-size: 23px;
    }

    .production-title,
    .background .efect-title {
        font-size: 20px;
    }

    .e-bulten {
        width: 17%;
    }

    #talepLongTitle {
        margin: 0;
    }

    .modal-header > img {
        width: 25%;
    }

    .ürünTalepForm textarea {
        margin: 11px 0 0;
    }

    .production-bg {
        height: 600px;
    }
}

/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .sectors {
        height: 85px;
        width: 9%;
    }

    .flexslider .slides > li {
        background-size: 125% !important;
        background-position: 32% 0 !important;
    }

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
    }

    .sectorLine:after {
        right: 70px;
    }

    .middle-mid {
        width: 30%;
        margin-left: 0;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 80%;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 27%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 43%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 26px;
    }

    .btn-comp-catalog {
        width: 42%;
    }

    .cv-form-area .ürünTalepForm {
        width: 90%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 24px;
        width: 100%;
    }

    .content-area.production {
        width: 90%;
    }

    .prod-area {
        width: 100%;
    }

    .talep-formu a {
        width: 46%;
    }

    .quality-box {
        height: 273px;
        margin-bottom: 60px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 45%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 28px;
        font-size: 10px;
    }

    .middle-left-img {
        width: 80%;
    }

    .middle-left:after {
        width: 75%;
        height: 56%;
    }

    .middle-left:before {
        width: 80%;
        height: 56%;
    }

    .middle-left-img:after {
        width: 30%;
        height: 40%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 32%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 17%;
        top: 0;
        left: 46px;
    }

    .footerBG {
        background-position: -250px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        padding: 50px 310px 0 100px;
        top: 69%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 75%;
    }

    .contact-form-area {
        width: 47%;
    }

    .sectors a img {
        height: 100%;
        max-height: 34px;
    }

    .prodDet-img {
        width: 40%;
    }

    .prod-detail {
        width: 54%;
    }

    .talep-formu {
        width: 55%;
    }

    .pageTitle {
        font-size: 32px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 58%;
    }

    .contentTitle {
        font-size: 90px;
    }

    .altTitle {
        font-size: 23px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 20%;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
    }

    .sectorTitle {
        font-size: 24px;
        width: 25%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 29%;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 33%;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 28%;
    }

    .logo:after {
        width: 360px;
    }

    #talepLongTitle {
        margin: 0;
    }

    .modal-header > img {
        width: 25%;
    }

    .ürünTalepForm textarea {
        margin: 11px 0 0;
    }

    .production-bg {
        height: 600px;
    }
}


/* MOBİLLER DENEME*/

@media only screen and (max-width:1000px) {
    .footer-logo {
        display: none;
    }
    #scroll-down-animation{display:none;}
    .warn {
        width: 100%;
    }
    .flex-control-nav{bottom:0 !important;}
}
/*iphone 5/5s dikey*/
@media only screen and (max-width:359px) {
    .sectors {
        height: 85px;
        width: 34%;
        margin-bottom: 60px;
    }

.sectorName {
    text-wrap: wrap;
}

    .handGlass {
        height: 40%;
    }

    .flexslider {
        height: 181px !important;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
    }

    .bt-menu {
        top: 14px !important;
        height: 40px !important;
    }

    .uretim-img {
        margin-top: 0;
        height: auto;
    }

    .cevre-text,
    .cevre-title {
        width: 85%;
        margin: 0 auto;
        position: initial;
    }

    #ContentPlaceHolder1_txtMesaj {
        margin-top: 10px;
    }

    .ürünTalepForm div span:not(.ürünAdi, label span) {
        top: initial;
    }

    #kvkkTitle {
        font-size: 18px;
    }

    .production .content-comp {
        padding-bottom: 350px;
    }

    .pageTitle h1 {
        font-size: 22px;
    }

    .bt-menu:after {
        left: 80px;
    }

    .sectors:nth-child(2) img,
    .sectors:nth-child(3) img {
        width: initial;
    }

    .comp-navigation li {
        margin-bottom: 15px;
    }

    .comp-tabs {
        margin-bottom: 0;
    }

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 45%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 100%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 14px;
    }

    .btn-comp-catalog {
        width: 70%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: center;
    }

    .talep-formu a {
        width: 82%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 80%;
        height: 75%;
        top: 70px;
        left: 60px;
    }

    .middle-left-img:after {
        width: 30%;
        height: 40%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 95%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 34%;
        top: 20px;
        left: 16px;
        height: auto;
    }

    .footerBG {
        background-position: center;
        padding-top: 20px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 22px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 95%;
        margin: 50px auto;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 34px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        padding-left: 0;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 58%;
        height: 167px;
        margin-bottom: 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
        %:;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 90%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo:after {
        width: 210px;
        height: 190%;
        border-bottom-right-radius: 120px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-direction: column;
    }

    .footerBG .main {
        flex-direction: column;
    }

.footerBG .copy .main {
    flex-direction: row;
}

    .footerBG .main > div {
        width: 100%;
        margin-bottom: 40px;
    }

.footerBG .copy .main > div {
    margin-bottom: 0;
    text-wrap: nowrap;
}

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 130px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 27px;
        left: 19px;
        font-size: 16px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 7px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
        padding-top: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

.content-area.productionDetails {
    border-radius: 0;
}

    .content-text-area {
        width: 100%;
        padding: 0 12px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 21px;
    }

    .prod-title span {
        font-size: 21px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 1000px !important;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 300px;
        margin-right: 0;
    }

    .sertifika-box {
        width: 90%;
        margin: 20px auto;
        display: block;
    }

    .content-comp.sertifika {
    border-radius: 0;
    padding-left: 0;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
        flex-direction: column;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .comp-gallery-in {
        margin: 0 auto;
    }

    .banner {
        height: 250px;
    }

.accordion-control {
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-panel {
    padding-left: 0;
}
}

/* Samsung S3 dikey*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .sectors {
        height: 100px;
        width: 34%;
        margin-bottom: 60px;
    }

    .handGlass {
        height: 38%;
    }

    .flexslider {
        height: 211px !important;
    }

    .flexslider .slides > li {
        background-size: 104% !important;
    }

.sectorName {
    text-wrap: wrap;
}

    .bt-menu {
        top: 14px !important;
        height: 40px !important;
    }

    .uretim-img {
        margin-top: 0;
    }

    .cevre-text,
    .cevre-title {
        width: 85%;
        margin: 0 auto;
        position: initial;
    }

    #ContentPlaceHolder1_txtMesaj {
        margin-top: 10px;
    }

    .ürünTalepForm div span:not(.ürünAdi, label span) {
        top: initial;
    }

    #kvkkTitle {
        font-size: 18px;
    }

    .production .content-comp {
        padding-bottom: 350px;
    }

    .pageTitle h1 {
        font-size: 22px;
    }

    .bt-menu:after {
        left: 80px;
    }

    .sectors:nth-child(2) img,
    .sectors:nth-child(3) img {
        width: initial;
    }

    .comp-navigation li {
        margin-bottom: 15px;
    }

    .comp-tabs {
        margin-bottom: 0;
    }

.accordion-control {
    padding-left: 25px;
    padding-right: 15px;
}

.accordion-panel {
    padding-left: 0;
}

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 45%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 100%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 18px;
    }

    .btn-comp-catalog {
        width: 70%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: center;
    }

    .talep-formu a {
        width: 82%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 80%;
        height: 75%;
        top: 70px;
        left: 60px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 95%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 34%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 30px;
        margin-top: 50px;
    }

.footerBG .copy .main {flex-direction: row;}

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 95%;
        margin: 0 auto;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 34px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        padding-left: 0;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 50%;
        height: 160px;
        margin-bottom: 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 90%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo:after {
        width: 212px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-direction: column;
    }

    .footerBG .main {
        flex-direction: column;
    }

    .footerBG .main > div {
        width: 100%;
        margin-bottom: 40px;
    }

.footerBG .copy .main > div {
    margin-bottom: 0;
}

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 130px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 21px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 17px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

.content-area.productionDetails {
    border-radius: 0;
}

    .content-text-area {
        width: 100%;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 21px;
    }

    .prod-title span {
        font-size: 21px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 7px auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 1000px !important;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 90%;
        margin: 30px auto;
        display: block;
    }

    .content-comp.sertifika {
    border-radius: 0;
    padding: 0;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
        flex-direction: column;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .comp-gallery-in {
        margin: 0 auto;
    }

    .banner {
        height: 250px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .sectors {
        height: 118px;
        width: 36%;
        margin-bottom: 60px;
    }
    .sectorsTitle{font-size:28px;}
.sectorName {
    text-wrap: wrap;
}

    .handGlass {
        height: 34%;
    }

    .form-input.chk label {
        margin-top: 8px;
    }

    #talepLongTitle {
        font-size: 19px;
        margin: 4px 0;
    }

    #talep .ürünTalepForm div input {
        padding: 10px;
        margin-top: 10px;
    }

    #talep .modal-header {
        padding-bottom: 0;
    }

    #talep .modal-header > img {
        width: 30%;
    }

    .flexslider {
        height: 213px !important;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
    }

    .bt-menu {
        top: 14px !important;
        height: 40px !important;
    }

    .sectors:nth-child(3) img,
    .sectors:nth-child(2) img {
        width: initial;
    }

    .sectors:first-child:after {
        left: -50px;
    }


    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 45%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 100%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 18px;
    }

    .btn-comp-catalog {
        width: 70%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .ürünTalepForm div span:not(.ürünAdi, label span, .cv-btn span, .error-stars, #ContentPlaceHolder1_lblHata) {
        top: -263px;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: center;
    }

    .talep-formu a {
        width: 65%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 80%;
        height: 75%;
        top: 86px;
        left: 60px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 95%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 34%;
        top: 15px;
        left: 16px;
        height: auto;
    }

    .footerBG {
        background-position: center;
        padding-top: 0;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 34px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
        max-height: max-content;
        margin-bottom: 10px;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 96%;
        font-size: 16px;
        margin: 40px auto;
        padding-left: 0;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
        width: 100%;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: left;
    }

    .comp-navigation li {
        margin-bottom: 20px;
        margin-right: 28px;
    }

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 47%;
        height: 160px;
        margin-bottom: 75px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: 100%;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 90%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 65%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo.contact:after {
        width: 252px;
        height: 150%;
        border-bottom-right-radius: 90px;
        top: -14px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-direction: column;
        height: 740px;
    }

    .footerBG .main {
        flex-direction: column;
    }

.footerBG .copy .main {
    flex-direction: row;
}

    .footerBG .main > div {
        padding-top: 19px;
        width: 100%;
        margin-bottom: 4px;
    }

    .footer-logo {
        display: none;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 149px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 21px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 17px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .production .content-comp {
        padding-bottom: 370px;
    }

    .cevre-text {
        position: relative;
        width: 85%;
        margin: 0 auto;
        text-align: justify;
    }

    .content-area {
        flex-direction: column;
        height: auto;
        margin-top: 20px;
    }

    .content-area.productionDetails {
        border-radius: 0px 0px 50px 50px;
    }

    .content-text-area {
        width: 100%;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .uretim-img {
        margin-top: 0;
        height: auto;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 21px;
    }

    .prod-title span {
        font-size: 21px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 30px auto 10px;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 1300px !important;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
        text-align: justify;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 70%;
        margin-right: 0;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .sertifika-box {
        width: 90%;
        margin: 0 auto 30px;
        display: block;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        padding-left: 0;
        height: auto;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
        flex-direction: column;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .comp-gallery-in {
        margin: 0 auto;
    }

    .banner {
        height: 250px;
    }

    .accordion-panel,
    .accordion-control {
        padding-left: 1em;
    }
}

/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .sectors {
        height: 120px;
        width: 34%;
        margin-bottom: 60px;
    }
    .sertifika-img{/* height:330px; */}
.sectorName {
    text-wrap: wrap;
}

    .handGlass {
        height: 34%;
    }

    .flexslider {
        height: 211px !important;
    }

    .flexslider .slides > li {
        background-size: 100% !important;
    }

    .bt-menu {
        top: 14px !important;
        height: 40px !important;
    }

    .uretim-img {
        margin-top: 0;
        height: auto;
    }

    .cevre-text,
    .cevre-title {
        width: 85%;
        margin: 0 auto;
        position: initial;
    }

    #ContentPlaceHolder1_txtMesaj {
        margin-top: 10px;
    }

    .ürünTalepForm div span:not(.ürünAdi, label span) {
        top: initial;
    }

    #kvkkTitle {
        font-size: 18px;
    }

    .production .content-comp {
        padding-bottom: 350px;
    }

    .pageTitle h1 {
        font-size: 22px;
    }

    .bt-menu:after {
        left: 80px;
    }

    .sectors:nth-child(2) img,
    .sectors:nth-child(3) img {
        width: initial;
    }

    .comp-navigation li {
        margin-bottom: 15px;
    }

    .comp-tabs {
        margin-bottom: 0;
    }

.accordion-panel {
    padding-left: 0;
}

.accordion-control {padding: 1.2em 20px;}

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 36%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 100%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 18px;
    }

    .btn-comp-catalog {
        width: 70%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: center;
    }

    .talep-formu a {
        width: 82%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 80%;
        height: 75%;
        top: 86px;
        left: 60px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 95%;
        min-width: max-content;
        max-width: 100%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 34%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 40px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 95%;
        margin: 0 auto;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 36px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 90%;
        font-size: 16px;
        margin: 40px auto;
        padding-left: 0;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 58%;
        height: 216px;
        margin-bottom: 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 90%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo:after {
        width: 212px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-direction: column;
    }

    .footerBG .main {
        flex-direction: column;
    }

.footerBG .copy .main {
    flex-direction: row;
}

.footerBG .copy .main > div {
    margin-bottom: 0;
}

    .footerBG .main > div {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 160px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 22px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 17px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

.content-area.productionDetails {
    border-radius: 0;
}

    .content-text-area {
        width: 100%;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 21px;
    }

    .prod-title span {
        font-size: 21px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        width: 100%;
        margin-bottom: 0;
        overflow: auto;
    }

    .container table {
        width: 1300px !important;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 85%;
        margin: 0px auto 50px;
        display: block;
    }

    .content-comp.sertifika {
    border-radius: 0;
    padding-left: 0;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
        flex-direction: column;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .comp-gallery-in {
        margin: 0 auto;
    }

    .banner {
        height: 250px;
    }
}

/* iphone 4 yatay*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .sectors {
        height: 120px;
        width: 29%;
        margin-bottom: 60px;
    }

.sectorName {
    text-wrap: wrap;
}
 .uretim-img{height:auto;margin-top:40px;}
 .cevre-text {width:90%;position:relative;margin:0 auto;}
 .comp-tabs{margin:10px 0;}
 .career-header span{font-size:26px;}
 .production .content-comp{padding:20px 0 350px;}
 .accordion-control{padding:1.2rem 20px;}
 .accordion-panel{padding-left:0;}
 .content-area.productionDetails{border-radius:0;}
    .flexslider{height: 270px !important;}
    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 33%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 100%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 14px;
    }

    .btn-comp-catalog {
        width: 70%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: center;
    }

    .talep-formu a {
        width: 82%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 106px;
        left: 104px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 95%;
        top: 57%;
        min-width: min-content;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 25px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 40%;
    }

    .main-contact {
        width: 95%;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 36px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        padding-left: 0;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 1.2% 0;
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 90%;
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 60px;
    }

.comp-navigation li {margin-bottom: 20px;}

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 36%;
        height: 155px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 50%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 90%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
        padding-top: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo:after {
        width: 212px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-direction: column;
    }

.footerBG .copy .main {
    flex-direction: row;
}

    .footerBG .main > div {
        width: 100%;
        margin-bottom: 70px;
    }

.footerBG .copy .main > div {
    margin-bottom: 0;
}

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 46px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 9px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

    .content-text-area {
        width: 100%;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 21px;
    }

    .prod-title span {
        font-size: 21px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 10px auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 1000px !important;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 300px;
        margin-right: 0;
    }

    .sertifika-box {
        width: 75%;
        margin: 30px auto;
        display: block;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .sectors {
        height: 137px;
        width: 29%;
        margin-bottom: 60px;
    }
    .sectorName {
    text-wrap: wrap;
}
 .uretim-img{height:auto;margin-top:40px;}
 .cevre-text {width:90%;position:relative;margin:0 auto;}
 .comp-tabs{margin:10px 0;}
 .career-header span{font-size:26px;}
 .production .content-comp{padding:20px 0 350px;}
 .accordion-control{padding:1.2rem 20px;}
 .accordion-panel{padding-left:0;}
 .content-area.productionDetails{border-radius:0;}

    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 29%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 80%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 14px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 47%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 95%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 55px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 106px;
        left: 104px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 85%;
        top: 57%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 30px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 22%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 36px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 1% 0;
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 34%;
        height: 173px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 90%;
    }

    .logo:after {
        width: 212px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .footerBG .main > div {
        width: 50%;
        margin-bottom: 70px;
    }

.footerBG .copy .main > div {
    margin-bottom: 0;
}

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 46px;
        left: 25px;
    }

.country.fixed {
    right: 80px;
}

    .nav-icon a:before {
        padding: 9px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

    .content-text-area {
        width: 100%;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 45px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 15px auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 27%;
        margin-bottom: 50px;
    }

    .content-comp.sertifika {
    padding-left: 0;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .sectors {
        height: 157px;
        width: 29%;
        margin-bottom: 60px;
    }
    .uretim-img{height:auto;}
    .sector-comp-img.qualityCont img{width:63%;float:right;}

    .sectors:first-child:after {
        left: -50px;
    }
    .cevre-text{position:relative;width:90%;margin:0 auto;}
    .cevre-title{width:90%; margin:0 auto 20px;}
    .production .content-comp{padding:10px 0 370px;}
    .content-area.productionDetails{border-radius:0;margin-top:20px;}
    .accordion-panel{padding-left:0;}
    .accordion-control{padding:1.8em 40px;}
    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: 60%;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 26%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 80%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 14px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 47%;
        margin-top: 20px;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 45%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 28px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 146px;
        left: 144px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 95%;
        top: 57%;
        max-width: none;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 25px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 38%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 36px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        margin: 40px auto;
        padding-left: 0;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
        padding-left: 20px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 23%;
        height: 132px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 43%;
    }

    .logo:after {
        width: 252px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        flex-direction: column;
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerBG .main > div {
        width: 37%;
    }

    .footerBG .main .footer-logo {
        width: 80%;
        margin: 0 auto 80px;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -43px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 46px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 9px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

    .content-text-area {
        width: 100%;
        padding: 0 20px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 45px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 10px auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 40%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        flex-direction: row;
        padding-left: 0;
        justify-content: center;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: left;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .circleQuality span {
        font-size: 18px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .sectors {
        height: 147px;
        width: 26%;
        margin-bottom: 60px;
    }
     .uretim-img{height:auto;margin-top:40px;}
 .cevre-text {width:90%;position:relative;margin:0 auto;}
 .comp-tabs{margin:10px 0;}
 .career-header span{font-size:26px;}
 .production .content-comp{padding:20px 0 350px;}
 .accordion-control{padding:1.2rem 20px;}
 .accordion-panel{padding-left:0;}
 .content-area.productionDetails{border-radius:0;}
    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 22%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 80%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 14px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto 0 0;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 47%;
    }

    .quality-box {
        height: 286px;
    }

    .quality-title span {
        font-size: 14px;
        width: 67%;
    }

    .sector-box {
        width: 46%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 30px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 146px;
        left: 144px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 95%;
        top: 57%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 20px;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 38%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 36px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 16px;
        padding-left: 0;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
        margin-left: 12px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 22%;
        height: 132px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 43%;
    }

    .logo:after {
        width: 252px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerBG .main > div {
        width: 37%;
    }

    .footerBG .main .footer-logo {
        width: 80%;
        margin: 0 auto 80px;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -48px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 46px;
        left: 19px;
    }

    .country.fixed {
        right: 90px;
    }

    .nav-icon a:before {
        padding: 9px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

    .content-text-area {
        width: 100%;
        padding: 0 20px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 26px;
    }

    .prod-title span {
        font-size: 27px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 12px auto;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: column;
    }

    .sector-area.quality a {
        width: 100%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 29%;
        margin-bottom: 50px;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        flex-direction: row;
    }

    .content-comp .sectorTitle {
        width: 85%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: left;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .circleQuality span {
        font-size: 18px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .sectors {
        height: 174px;
        width: 28%;
        margin-bottom: 60px;
    }
    .sector-comp-img.qualityCont img{width:50%;float:right;}
    .accordion-panel{padding-left:0;}
    .cevre-title{margin: 0px auto 20px;width:90%;}
    .cevre-text{position:relative;width:90%;margin:0 auto;}
    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 23%;
    }

    .bt-menu {
        height: 40px !important;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 65%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 18px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto 0 0;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 19px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 38%;
    }

    .quality-box {
        height: 191px;
        margin-bottom: 50px;
    }

    .quality-title span {
        font-size: 14px;
        width: 90%;
        padding: 10px;
    }

    .sector-box {
        width: 46%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 43px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 146px;
        left: 144px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        max-width: 65%;
        top: 57%;
        z-index: 2;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 0;
        margin-top: 50px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 38%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 48px;
    }

    .prodDet-img {
        width: 50%;
        position: relative;
        margin: 0 auto;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 23px;
        margin: 40px auto;
        padding-left: 0;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 14px;
    }

    .middle-title {
        font-size: 45px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 9.6px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0;
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
        margin-left: 12px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 23%;
        height: 152px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 52%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 18px;
    }

    .format {
        font-size: 7px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 53%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
        border-radius: 0 0 40px 40px;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 43%;
    }

    .logo.contact:after {
        width: 333px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 20px;
    }

    .footerBG .main > div {
        width: 37%;
    }

    .footerBG .main .footer-logo {
        width: 80%;
        margin: 0 auto 80px;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -48px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 45px;
        left: 22px;
    }

.country.fixed {
    right: initial;
}

    .nav-icon a:before {
        padding: 13px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
        margin-top: 10px;
    }

.content-area.sertifika {
    display: block;
    width: 100%;
}

    .content-text-area {
        width: 100%;
        padding: 0 20px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 45px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 30px auto 0;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: row;
    }

    .sector-area.quality a {
        width: 29%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 50%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .sertifika-box {
        width: 29%;
        margin-bottom: 50px;
        margin-right: 0;
        margin-left: 22px;
    }

    .content-comp.sertifika {
        flex-direction: row;
        padding-left:0;
    }
    .sertifika-img img{max-height: 300px;}

    .content-comp .sectorTitle {
        width: 55%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: left;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 95%;
        margin: 0 auto 45px;
    }

    .modalForm {
        flex-direction: column;
    }

    .modalForm div {
        width: 100%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .circleQuality span {
        font-size: 18px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .sectors {
        height: 174px;
        width: 26%;
        margin-bottom: 60px;
    }
    
    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 100%;
        background-size: cover;
        font-size: 46px;
        background-position: bottom;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 20%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 65%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 38px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto 0 0;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 33px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 38%;
    }

    .quality-box {
        height: 206px;
        margin-bottom: 50px;
    }

    .quality-title span {
        font-size: 14px;
        width: 90%;
        padding: 10px;
    }

    .sector-box {
        width: 46%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 37px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 146px;
        left: 144px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        width: 95%;
        top: 57%;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 0;
        margin-top: 61px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 38%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 48px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
    }

    .talep-formu {
        width: 95%;
        font-size: 23px;
        margin: 40px auto;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 20px;
    }

    .middle-title {
        font-size: 66px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 15.4px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 4% 0;
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
        margin-left: 12px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 16px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 23%;
        height: 100px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 65%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
    }

    .content-area.cevre {
        height: auto;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 29px;
    }

    .format {
        font-size: 14px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 93%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
        border-radius: 0 0 40px 40px;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 43%;
    }

    .logo.contact:after {
        width: 313px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .bt-menu {
        height: 40px !important;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

.flexslider {
    height: 430px !important;
}

#scroll-down-animation {
    display: none;
}

    .middle-right {
        width: 100%;
        margin-top: 40px;
        height:400px;
    }

    .home-prod-area {
        display: grid;
        /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerBG .main > div {
        width: 37%;
    }

    .footerBG .main .footer-logo {
        width: 65%;
        margin: 0 auto 80px;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -68px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 46px;
        left: 19px;
    }

    .nav-icon a:before {
        padding: 19px;
        width: 40px;
        height: 40px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

    .content-text-area {
        width: 100%;
        padding: 0 20px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 45px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 0 auto;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: row;
    }

    .sector-area.quality a {
        width: 29%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }

    .flexible {
        flex-direction: column;
    }

    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 29%;
        margin-bottom: 50px;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        flex-direction: row;
    }

    .content-comp .sectorTitle {
        width: 55%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: left;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 46%;
        margin: 0 auto 45px;
    }

    .modalForm div {
        width: 48%;
    }

    .recaptcha {
        float: none;
        width: 100%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 240px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .circleQuality span {
        font-size: 18px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}

/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .sectors {
        height: 185px;
        width: 26%;
        margin-bottom: 60px;
    }.sertifika-img img{max-height:370px;}

    .e-bulten input[type="text"]{margin-bottom:20px;}
    .uretim-img{height:auto;}
    .comp-tabs{margin:15px 0;}
    .cevre-title{width:90%;margin:0 auto 15px;}
    .production .content-comp{padding:20px 0 350px;}
    .accordion-panel{padding-left:0;}
    .accordion-text{padding-right:30px;width:70%;}
    .accordion-img{width:40%;}
    .sectors:first-child:after {
        left: -50px;
    }

    .sectors:after {
        left: -40px;
        top: 41%;
        display: none;
    }

    .sectorLine:after {
        display: none;
    }

    .middle-mid {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
    }

    .btn-corp {
        width: 50%;
        font-size: 13px;
    }

    .middle-text-title {
        font-size: 18px;
    }

    .middle-right-bg {
        border-radius: 30px;
        height: 400px;
        background-size: cover;
        font-size: 46px;
        background-position: center;
    }

    .prod-name {
        font-size: 16px;
    }

    .rightMenu {
        width: 20%;
    }

    .bt-menu.bt-menu-open .bt-menu-container {
        width: 65%;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 18px;
    }

    .btn-comp-catalog {
        width: 35%;
        margin: 0 auto 0 0;
    }

    .cv-form-area .ürünTalepForm {
        width: 100%;
    }

    .kariyer-file {
        padding: 10px 0;
    }

    .ürünTalepForm div span:not(.ürünAdi, label span, .cv-btn span, .error-stars, #ContentPlaceHolder1_lblHata) {
        top: -206px;
    }

    .file-upload {
        padding: 10px 50px;
    }

    .cv-title {
        font-size: 33px;
        width: 100%;
    }

    .content-area.production {
        width: 100%;
    }

    .prod-area {
        width: 100%;
        justify-content: space-around;
    }

    .talep-formu a {
        width: 33%;
    }

    .quality-box {
        height: 206px;
        margin-bottom: 50px;
    }

    .quality-title span {
        font-size: 14px;
        width: 90%;
        padding: 10px;
    }

    .sector-box {
        width: 46%;
        margin: 0 auto 35px;
    }

    .news-review a {
        padding: 5px 12px;
    }

    .e-bulten span:not(#lblbultenbtn, #lblBultenResult) {
        margin-top: 38px;
        font-size: 14px;
    }

    .middle-left-img {
        width: 80%;
        margin: 0 auto;
    }

    .middle-left:after {
        width: 75%;
        height: 96%;
        left: 0;
    }

    .middle-left:before {
        width: 74%;
        height: 75%;
        top: 146px;
        left: 144px;
    }

    .middle-left-img:after {
        width: 0%;
        height: 24%;
    }

    .cevre-img img {
        width: 100%;
    }

    .bannerHeader {
        top: 57%;
        min-width: 75%;
        width: auto;
        max-width: min-content;
    }

    .pageTitle h1 {
        font-size: 32px;
    }

    .prodDet-img img {
        width: 100%;
    }

    .logo {
        width: 24%;
        top: 0;
        left: 16px;
        height: 101px;
    }

    .footerBG {
        background-position: center;
        padding-top: 0;
        margin-top: 61px;
    }

    .footer-contact {
        width: 22%;
        padding-right: 5%;
    }

    .contentTitle:after {
        margin: 20px 10px
    }

    .content-text-title {
        font-size: 27px;
    }

    .cv-form-area {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .cv-form-area .ModalFormSubmit {
        margin-top: 40px;
    }

    .sector-title {
        width: 67%;
    }

    .news-review {
        width: 38%;
    }

    .main-contact {
        width: 95%;
        margin-top: 0;
    }

    .contact-form-area {
        width: 95%;
        padding: 20px;
    }

    .sectors a img {
        height: 100%;
        max-height: 48px;
    }

    .prodDet-img {
        width: 100%;
        position: relative;
        height: 300px;
    }

    .prod-detail {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
    }

    .talep-formu {
        width: 95%;
        font-size: 23px;
        margin: 40px auto;
        padding-left: 0;
    }

    .pageTitle {
        font-size: 22px;
    }

    .middle-text {
        font-size: 20px;
    }

    .middle-title {
        font-size: 66px;
    }

    .middle-title span {
        letter-spacing: 1.2px;
        font-size: 15.4px;
    }

    .middle-right-bg span {
        font-size: 13px;
    }

    .bt-menu ul li {
        padding: 2% 0
    }

    .bt-menu-open .bt-menu-container:after {
        bottom: 120px;
    }

    .comp-navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contentTitle {
        font-size: 54px;
        margin-left: 12px;
    }

    .altTitle {
        font-size: 14px;
    }

    .production-title,
    .background .efect-title {
        font-size: 19px;
    }

    .mainQua {
        width: 90%;
    }

    .circleQuality {
        width: 18%;
        height: 135px;
        margin: 0px 0 80px;
    }

    .home-prod-bg a:not(.circleQuality a) {
        padding: 30px 34px 15px;
        border-bottom: 1px solid;
    }

    .sectorTitle {
        font-size: 24px;
        width: 52%;
    }

    .btn-catalog {
        width: 54%;
    }

    .content-area.vision {
        height: auto;
    }

    .content-comp-img {
        height: auto;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .content-area.cevre {
        height: auto;
    }

    .cevre-text {
        position: relative;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }

    .content-area.career {
        margin-bottom: 10%;
    }

    .cv-yukle {
        font-size: 29px;
    }

    .format {
        font-size: 14px;
    }

    .cv-btn {
        width: 40%;
        font-size: 14px;
    }

    .prod-box {
        width: 46%;
        margin: 20px 0;
    }

    .prod-box:nth-child(4n) {
        margin-left: 0;
    }

    .quality .sectorTitle {
        width: 52%;
        margin: 20px auto;
    }

    .sector .content-comp {
        padding-left: 0;
        border-radius: 0 0 40px 40px;
    }

    .news .content-comp {
        padding-left: 0;
    }

    .news-box {
        width: 43%;
    }

    .logo.contact:after {
        width: 313px;
        height: 190%;
        border-bottom-right-radius: 90px;
    }

    .sectorLine {
        flex-wrap: wrap;
    }

    .sectorLine:before {
        display: none;
    }

    .sectorArea {
        border-radius: 0 0 40px 40px;
    }

    .home-middle {
        flex-direction: column;
        margin-top: 80px;
        margin-left: 0;
    }

    .middle-right {
        width: 100%;
        margin-top: 40px;
    }

    .home-prod-area {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qualityArea {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerBG .main {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 21px;
    }

    .footerBG .main > div {
        width: 37%;
    }

    .footerBG .main .footer-logo {
        width: 65%;
        margin: 0 auto 80px;
    }

    .footer-logo {
        display: none;
    }

    .footer-contact > a {
        display: block;
        margin: 15px 0;
    }

    .e-bulten:after {
        top: -68px;
    }

    .e-bulten {
        margin-top: 30px;
    }

    .footer-logo:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 200px;
        top: 0;
        position: absolute;
        left: 0;
    }

    #scroll-down-animation {
        bottom: 30px;
        right: 20px;
    }

    .menu-name {
        display: none;
    }

    .country {
        top: 28px;
        left: 19px;
    }

.country.fixed {
    right: initial;
}

    .bt-menu {
        height: 40px !important;
        top: 21px !important;
    }

    .nav-icon a:before {
        padding: 16px;
        width: 30px;
        height: 30px;
    }

    .content-comp {
        padding-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .content-area {
        flex-direction: column;
        height: auto;
    }

.content-area.productionDetails {
    border-radius: 0;
    margin-top: 20px;
}

    .content-text-area {
        width: 100%;
        padding: 0 20px;
    }

    .vizyon-icon {
        width: 30px;
        height: 25px;
        left: -36px;
        top: 8px;
    }

    .uretim-text {
        width: 100%;
    }

    .career .content-comp {
        padding: 15px;
    }

    .prod-title {
        font-size: 36px;
    }

    .prod-title span {
        font-size: 45px;
        letter-spacing: 10px;
    }

    .prodDet-title {
        font-size: 24px;
        width: 95%;
        margin: 30px auto 20px;
        padding-left: 0;
    }

    .table-product {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .container table {
        width: 320%;
    }

    .sector-area.quality {
        flex-direction: row;
    }

    .sector-area.quality a {
        width: 29%;
    }

    .content-comp.sector {
        width: 100%;
        padding: 20px;
    }

    .sector-comp-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }


    .accordion-img img {
        width: 100%;
        margin-right: 0;
    }

    .sertifika-box {
        width: 25%;
        margin: 0 31px 50px;
    }

    .content-comp.sertifika {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        flex-direction: row;
        padding-left: 0;
    }

    .content-comp .sectorTitle {
        width: 55%;
    }

    .sector-navigation {
        flex-wrap: wrap;
        justify-content: left;
    }

    .sector-navigation li {
        margin-bottom: 20px;
    }

    .news-text {
        width: 100%;
    }

    .contact .bannerHeader {
        width: 60%;
    }

    .contact-box {
        width: 46%;
        margin: 0 auto 45px;
        flex-direction: column;
    }

    .modalForm div {
        width: 48%;
    }

    .recaptcha {
        width: 42%;
    }

    .form-input.chk.middle.left {
        width: 100%;
    }

    .productionDetails .content-comp {
        padding-top: 0;
    }

    .flex-control-nav {
        bottom: 20px !important;
    }

    .banner {
        height: 200px;
    }

    .banner.contact {
        height: 290px;
    }

    .incele {
        width: 50%;
    }

    .circleQuality span {
        font-size: 18px;
    }

    .cevre-img {
        border-bottom-left-radius: 70px;
        overflow: hidden;
    }
}
