@font-face {
    src: url("../fonts/Acumin-Pro-ExtraLight.otf");
    font-family: "Acumin-Pro-ExtraLight";
}
@font-face {
    src: url("../fonts/Rubik-Regular.ttf");
    font-family: "Rubik-Regular";
}
@font-face {
    src: url("../fonts/Exo2-Bold.otf");
    font-family: "Exo2-Bold";
}
@font-face {
    src: url("../fonts/Exo2-Medium.otf");
    font-family: "Exo2-Medium";
}
@font-face {
    src: url("../fonts/Exo2-Regular.otf");
    font-family: "Exo2-Regular";
}
@font-face {
    src: url("../fonts/Exo2-BoldItalic.otf");
    font-family: "Exo2-BoldItalic";
}



body {
    margin: 0px;
}
img {
    width: 100%;
}
section:after {
    clear: both;
    display: block;
    content: "";
}
a {
    font-family: "Exo2-Regular";
    font-size: 18px;
}
a.button {
    text-decoration: none;
    font-family: "Exo2-Regular";
    transition: 0.4s;
    color: #ffffff;
    background-color: #dd0b16;
    border: 1px solid #dd0b16;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px; 
}
a.button:hover {
    border: 1px solid #dd0b16;
    color: #dd0b16;
    background: transparent;
}
button {
    outline: none;
    text-decoration: none;
    font-family: "Exo2-Regular";
    transition: 0.4s;
    color: #ffffff;
    background-color: #dd0b16;
    border: 1px solid #dd0b16;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px; 
}
button:hover {
    border: 1px solid #dd0b16;
    color: #dd0b16;
    background: transparent;
}
p {
    font-family: "Exo2-Regular";
    text-align: justify;
    color: #221f1f;
    line-height: 2;
    font-size: 16px;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.owl-theme .owl-nav,
.owl-carousel .owl-nav.disabled {
    display: block;
    background-color: transparent;
    position: absolute;
    width: 100%;
    margin: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
}
input {
    font-family: "Exo2-Medium";
    color: #555;
    font-size: 16px;
}
textarea {
    font-family: "Exo2-Medium";
    color: #555;
    font-size: 16px;
}
.form-control {
    font-size: 16px;
}


/*** Anasayfa - Header ***/
section.header-group {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}
section.header-group.scrolling {
    box-shadow: 1px 1px 6px 1px #acacac;
}
.top-header {
    position: relative;
    transition: 0.4s;
}
.header {
    position: relative;
    transition: 0.4s;
}
.scrolling .header {
    padding-top: 0px;
}
button.toggle-nav {
    display: none;
    outline: 0;
    cursor: pointer;
}
.logo {
    transition: 0.4s;
    padding: 0px;
}
.scrolling .logo {
    padding-top: 0px;
    margin-top: -30px;
}
.nav {
    text-align: right;
    transition: 0.4s;
    padding-top: 50px;
}
.scrolling .nav {
    padding-top: 10px;
}
.nav ul li {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
.nav ul.dropdown-menu li {
    position: relative;
    display: block;
    transition: 0.4s;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.nav ul.dropdown-menu li:hover {
    background-color: #f5f5f5;
}
.nav ul li a {
    font-family: "Exo2-Medium";
    color: #221f1f;
    font-size: 18px;
}
.nav ul li:hover,
.nav ul li:focus,
.nav ul li:active:focus {
    outline: none;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}
.nav button:hover .dropdown-menu {
    display: block;
}
.nav ul li i {
    font-size: 14px;
}
.nav .dropdown-menu {
    background-color: #ffffff;
    border: none;
    min-width: 300px;
    border-radius: 0px;
    padding: 0px;
    top: 100%;
    box-shadow: none;
    margin: 0px;
}
.nav .dropdown-menu a.dropdown-item {
    display: block;
    font-family: "Exo2-Medium";
    color: #221f1f;
    transition: 0.4s;
    text-align: left;
    font-size: 15px;
    padding: 0px;
}
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
    display: block;
}
.header-phone {
    transition: 0.4s;
    padding-top: 30px;
}
.scrolling .header-phone {
    padding-top: 0px;
}
.header-phone p {
    font-family: "Exo2-Medium";
    text-align: right;
    line-height: unset;
    font-size: 18px;
}
.lang {
    background: #f4f7f9;
    transition: 0.4s;
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px;
}
.scrolling .top-header .lang {
    opacity: 0;
}
.lang ul li {
    display: inline-block;
    padding: 0px 5px;
}
a.switch-language.link {
    font-family: "Exo2-Medium";
    font-size: 20px;
    color: #221f1f;
}
.lang ul li img {
    width: 30px;
}


/*** Anasayfa - Slider ***/
.home-slider {
    position: relative;
    text-align: center;
}
.point-1 {
    cursor: pointer;
    position: absolute;
    top: 34%;
    left: 23%;
}
.point-2 {
    cursor: pointer;
    position: absolute;
    top: 16%;
    left: 48%;
}
.point-3 {
    cursor: pointer;
    position: absolute;
    top: 34%;
    right: 23%;
}
.home-slider-black-panel-group {
    position: relative;
}
.home-slider-black-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgb(0,0,0,0.2);
}
#home-slider .point-1 img,
#home-slider .point-2 img,
#home-slider .point-3 img {
    width: 35px;
}
.point-1-desc {
    /*opacity: 0;*/
    position: absolute;
    transition: ease all 0.5s;
    top: 31%;
    left: 17%;
    text-shadow: 1px 1px 10px #ffffff;
}
.point-2-desc {
    /*opacity: 0;*/
    position: absolute;
    transition: ease all 0.5s;
    text-align: right;
    top: 13%;
    left: 39%;
    text-shadow: 1px 1px 10px #ffffff;
}
.point-3-desc {
    /*opacity: 0;*/
    position: absolute;
    transition: ease all 0.5s;
    text-align: right;
    top: 31%;
    right: 4%;
    text-shadow: 1px 1px 10px #ffffff;
}
.point-active {
    opacity: 1;
    transition: ease all 0.5s;
}
.point-desc-line {
    background-color: #ffffff;
    height: 2px;
    margin-bottom: 10px;
    width: 100%;
}
.point-1-desc p,
.point-2-desc p,
.point-3-desc p {
    color: #ffffff;
    margin: 0px;
}
p.point-desc-title {
    font-family: "Exo2-Bold";
    color: #ffffff;
    margin: 0px;
    line-height: 1.5;
    font-size: 35px;
}
.home-slider-general-desc {
    position: absolute;
    left: 10%;
    bottom: 15%;
}
p.slider-small-title {
    font-family: "Exo2-Medium";
    color: #ffffff;
    font-size: 35px;
}
p.slider-big-title {
    font-family: "Exo2-Medium";
    color: #00dafe;
    font-size: 90px;
    line-height: 0.7;
    margin: 0px
}
p.slider-slogan {
    color: #fff;
    font-size: 25px;
    font-family: "Exo2-ExtraLightItalic";
    margin-top: 35px;
}
.home-slider-product-list {
    position: absolute;
    right: 0px;
    top: 20%;
}
.home-slider-product-list ul li {
    border-bottom: 1px solid #bfc9cf;
    padding: 10px 0px;
}
.home-slider-product-list ul li:last-child {
    border-bottom: none;
}
.home-slider-product-list ul li p {
    margin: 0px;
}
p.home-product-list-title a {
    font-family: "BebasNeue-Bold";
    color: #ffffff;
    font-size: 32px;
}
p.home-product-list-down-desc {
    color: #8093a0;
}
#home-slider .owl-nav {
    display: block;
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    width: 100%;
}
#home-slider .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 45px;
    padding: 10px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    box-shadow: 3px 3px 25px #000000;
}
#home-slider .owl-prev {
    left: 10px;
}
#home-slider .owl-next {
    right: 10px;
}
ul.slider-second-list a {
    font-family: "BebasNeue-Bold";
    color: #ffffff;
    font-size: 22px;
}
ul.slider-second-list {
    padding-left: 30px;
}
ul.slider-second-list li {
    padding: 5px 0px;
}
ul.slider-second-list li p {
    margin: 0px;
}
p.slider-text {
    font-family: "Exo2-BoldItalic";
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
    font-size: 50px;
    max-width: 35%;
    line-height: 1.2;
    text-align: left;
    text-shadow: 3px 3px 20px #000;
}


.left-line {
    background-color: #848484;
    width: 50%;
    height: 1px;
    margin: 100px 0px;
}


/*** Anasayfa - Hakkımızda ***/
section.environmental-protection {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}
.title-group {
    position: relative;
    text-align: left;
    color: #221f1f;
    margin-bottom: 10px;
}
.title {
    font-family: "Exo2-Bold";
    font-size: 45px;
}
.back-frame-panel {
    width: 90%;
}
.md-frame-panel {
    position: absolute;
    width: 65%;
    top: 12%;
    left: 20%;
}
.home-about-us-image {
    position: absolute;
    width: 77%;
    top: 5%;
    left: 8%;
}


.right-line {
    width: 50%;
    height: 1px;
    background-color: #848484;
    margin: 100px 0px 100px 50%;
}


/*** Anasayfa - Sektörler ***/
section.sectors {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
p.sector-desc-title {
    color: #000000;
    font-family: "Exo2-Bold";
    font-size: 45px;
    line-height: 1.4;
}
.sector {
    background-image: url("../img/sector/boya-sanayi.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}
.panel {
    background-color: transparent;
    width: 97%;
    height: 99%;
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.panel .col-md-4 {
    font-family: "Exo2-Regular";
    text-align: right;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    height: 33.7%;
}
.panel .col-md-4 a {
    color: #ffffff;
    text-decoration: none;
}


/*** Footer ***/
section.footer {
    background-color: #fafafa;
    border-top: 1px solid #848484;
    padding: 5% 200px;
}
.footer-logo img {
    width: 85%;
}
.footer-elements {
    border-bottom: 1px solid #848484;
    padding-bottom: 10px;
}
.footer-elements ul li {
    list-style: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 24%;
}
.footer-elements ul li p,
.footer-elements ul li p a {
    text-align: left;
    color: #acacac;
    margin: 0px;
    font-size: 16px;
}
.footer-elements ul li p.footer-title,
.footer-elements ul li p.footer-title a {
    font-family: "Exo2-Bold";
    color: #000000;
    font-size: 18px;
}
.footer-social-media {
    text-align: right;
    padding-top: 20px;
}
.footer-social-media ul li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
.footer-social-media ul li a {
    color: #dd0b16;
    font-size: 20px;
}


.advert {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px 0px;
}
.advert a {
    color: #acacac;
    font-size: 16px;
}


.public-button {
    position: fixed;
    font-family: "Exo2-Bold";
    right: 0px;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.trigger {
    margin-right: -35px;
    transition: 0.4s;
}
.public-button button {
    display: block;
    font-family: "Exo2-Bold";
    color: #ffffff;
    font-size: 25px;
    border: none;
    background-color: #dd0b16;
    padding: 10px 10px 10px 40px;
    border-radius: 5px 0px 0px 10px;
}
.public-button a.button {
    padding: 5px;
    font-size: 22px;
}
.public-button a.button:hover {
    color: #ffffff;
    background: #dd0b16;
    box-shadow: none;
}


/*** Breadcrumb ***/
section.breadcrumb {
    position: relative;
    padding: 0px;
}
.breadcrumb-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.2);
    top: 0px;
}
.image-group {
    position: relative;
}
.breadcrumb-title {
    position: absolute;
    font-family: "Exo2-Bold";
    color: #ffffff;
    bottom: 10%;
    font-size: 55px;
}
.breadcrumb-title-group.container p {
    padding-top: 10px;
}


/*** Ürünler ***/
section.products {
    position: relative;
}


/*** Ürünler - Ana Kategoriler ***/
section.product-list-group {
    position: relative;
}
section.product-list-group p.item-title {
    font-family: "Exo2-Bold";
    text-align: left;
    font-size: 30px;
    margin: 0px;
    line-height: 1.5;
}
section.product-list-group .item {
    margin-bottom: 100px;
}
section.product-list-group .item .image img {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}


/*** Ürünler Detay - Ana Kategoriler ***/
section.product-category-page {
    position: relative;
    margin-bottom: 100px;
}


/*** Ürünler Detay - Ürün Ağacı ***/
.product-tree-list {
    background-color: #f4f7f9;
    padding: 10px 15px;
    border-radius: 5px;
}
.product-tree-list ul li {
    list-style: none;
    border-bottom: 1px solid #000000;
    padding: 10px 0px;
}
.product-tree-list ul li a {
    color: #000000;
}
.product-tree-list ul li:last-child {
    border: none;
}
.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    width: auto;
    vertical-align: baseline;
    border: none;
}
.caret::before {
    color: black;
    display: inline-block;
    margin-right: 6px;
}
.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);  
}
.nested {
    display: none;
    margin-top: 10px;
    margin-left: 20px;
}
.active {
    display: block;
}


/*** Ürünler Detay ***/
section.product-detail-page {
    position: relative;
    margin-bottom: 100px;
}


/*** Kalite - Kalite Politikası ***/
section.quality {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kalite - Kalite Yönetim Sistemi ***/
section.quality-management-system {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}
.right-title {
    text-align: right;
}


/*** Kalite - Kalite Kontrol Süreci ***/
section.quality-control-process {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kurumsal - Hakkımızda ***/
section.about-us {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kurumsal - Felsefemiz ***/
section.vision-mission {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kurumsal - Sürdürülebilirlik ***/
section.sustainability {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kurumsal - Duyurular ***/
section.announcements {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}
section.announcements .title-group {
    width: 20%;
}


table {
    width: 100%;
}
table tr td {
    border: 1px solid #000;
    padding-left: 10px;
}


/*** Kariyer ***/
section.career {
    position: relative;
    background: #f4f7f9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0px;
}


/*** Kariyer - Departman ***/
section.department {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.department-content {
    background-image: url("../img/department.jpg");
    background-size: cover;
    width: 100%;
    padding: 5% 10%;
}
#department-slider .item {
    margin: 20px;
}
#department-slider .item p.item-title {
    position: absolute;
    color: #ffffff;
    background-color: rgb(0,0,0,0.5);
    padding: 5px 5px 5px 40px;
    bottom: 15%;
    border-radius: 0px 5px 5px 0px;
}
#department-slider .owl-nav [class*=owl-] {
    font-size: 30px;
    background-color: transparent;
    color: #ffffff;
}
#department-slider .owl-nav {
    top: 45%;
}
#department-slider .owl-prev {
    left: -25px;
}
#department-slider .owl-next {
    right: -25px;
}
.department-content-desc p {
    color: #ffffff;
}


/*** İletişim ***/
section.contact-page {
    position: relative;
    margin-top: 50px;
}
.contact-element-group {
    margin-top: 50px;
}
section.contact-page .title-group .title {
    text-align: center;
}
.contact-element-group .item {
    text-align: center;
}
.contact-element-group .item i {
    color: #dd0b16;
    font-size: 30px;
}
.contact-element-group .item p {
    text-align: center;
}


/*** İletişim Formu ***/
section.contact-form-section {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
section.contact-form-section .title-group .title {
    text-align: center;
}
.map iframe {
    width: 100%;
    height: 40%;
}
form.contact-form {
    padding-left: 10%;
    padding-top: 50px;
}
form.contact-form input {
    display: block;
    border: none;
    border-bottom: 1px solid #000000;
    width: 50%;
    outline: none;
    padding: 10px 5px;
}
form.contact-form textarea {
    display: block;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
    width: 50%;
    outline: none;
}
form.contact-form button {
    padding: 5px 10px;
    margin-top: 15px;
}
form.contact-form button:hover {
    color: #dd0b16;
    background: transparent;
}


/*** Başvuru Formu ***/
section.application-form-section {
    position: relative;
    margin-bottom: 100px;
}
form.application-form {
    background-color: #EDF2F6;
    padding: 50px;
}
form.application-form input {
    width: 100%;
    height: 35px;
    outline: none;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
}
form.application-form textarea {
    width: 100%;
    height: 75px;
    outline: none;
    border: none;
    background: #ffffff;
    border-radius: 5px;
}
form.application-form button {
    margin-top: 15px;
    width: 100%;    
}



.home-slider video#myVideo {
    width: 90%;
}

.mobile-slider {
    display: none
}

.wiki-cols {
    height: 90vh;
    position: relative;
    overflow: hidden
}

.wiki-cols .wiki-col {
    height: 100%;
    position: relative;
    border-right: 1px solid #777
}

.wiki-cols .wiki-col:last-child {
    border: none
}

.wiki-col .item-meta {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px);
    z-index: 1
}

.item-meta .item-title {
    font-size: 18pt;
    text-align: center
}

.item-meta .item-title a {
    color: #fff;
    font-family: "Barlow Semi Condensed";
    font-weight: 500;
    font-style: italic;
}




@media only screen and (max-width:500px) {
    .mobile-slider {
        display: block
    }
    .wiki-cols {
        display: none
    }
}





