/* *************************** GENERAL *************************** */
/*  Reset.Css */
body {
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: rgb(80, 87, 89);
    height: 100%;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --mainColor: #3072AA;
    --secondColor: #2C2E33;
}

ul, li, ol, table, tr, td, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, button, img {
    font-size: 100%;
    color: rgb(80, 87, 89);
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

.madde li {
    list-style: disc !important;
}

a {
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

strong {
    font-family: "AvenirNextLTPro-Bold";
}

.padding0 {
    padding: 0;
}

.padding-50 {
    padding: 50px 0;
}

.row {
    margin: 0;
}

.pt-50 {
    padding-top: 50px;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

/* reset */

/* *************************** MENÜ *************************** */
.header {
    background-color: #fff;
}

.header-collapse {
    transition: .8s ease;
    background-color: #000;
  
    
}

.navbar-brandx{
    margin-left: -100px;
}

 

.header .navbar-brand {
    padding: 0;
    background: #fff;
    padding: 25px 10px ;
    margin-top: -10px;
    border-radius: 7px;
    
}

.logospan{
    background: var(--mainColor);
width: 364px;
height: 10px;
position: absolute;
top: 0px;
margin-left: -100px;
border-radius:  0 0  7px 7px;

}


@media only screen and (max-width: 777px) {
    .navbar-brandx{
        margin-left: 0 !important;
    }

    .logospan{
        width: 250px;
    }
    
  }

 

.header .navbar-default.navbar {
    padding: 30px 0;
    transition: 500ms;
}

.header .navbar-brand img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    transition: 500ms;
}

.header .navbar-nav {
    margin-top: -15px;
}

.header .nav-item {
    padding: 10px 15px;
}

.header .nav-item .nav-link {
    font-size: 16px;
    font-family: "AvenirNextLTPro-Regular";
    line-height: 22px;
    color: rgb(0, 0, 0);
    padding: 0 !important;
    position: relative;
}

.header .nav-item:hover .nav-link:after,
.header .nav-item.active .nav-link:after {
    content: "";
    transition: 500ms;
    background-color: var(--mainColor);
    height: 11px;
    width: 11px;
    position: absolute;
    top: -11px;
    right: -11px;
}

.header.header-collapse .nav-item .nav-link {
    color:#fff;
}

.header .nice-select {
    border-width: 3px;
    border-color: var(--mainColor);
    border-style: solid;
    border-radius: 0px;
    width: 80px;
    height: 41px;
    background-color: transparent;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi";
    color: rgb(255, 255, 255);
    line-height: 39px;
    padding-left: 10px;
}

.header .nice-select:before {
    content: "";
    background-color: rgb(229, 229, 229);
    position: absolute;
    left: 55%;
    top: 8px;
    width: 1px;
    height: 22px;
}

.header .nice-select:after {
    border-bottom: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    height: 10px;
    margin-top: -7px;
    width: 10px;
}

.header .nice-select .list {
    background-color: rgb(229, 229, 229);
}

.header .nice-select .option:hover,
.header .nice-select .option.focus,
.header .nice-select .option.selected.focus {
    background-color: var(--mainColor);
}

.header-collapse .navbar-default.navbar {
    padding: 20px 0;
    transition: 500ms;
}

.header-collapse .navbar-nav {
    margin-top: 0;
}

.header-collapse .navbar-brand img {
    width: 50%;
    transition: 500ms;
}

.dropdrown {
    position: relative;
}

.dropdrown ul {
    background-color: var(--mainColor);
    padding: 5px;
    border-radius: 0;
    margin: 0;
    border: none;
}

.dropdrown ul li a {
    font-size: 16px;
    font-family: "AvenirNextLTPro-Regular";
    line-height: 22px;
    color: rgb(255, 255, 255);
    padding: 0 !important;
    position: relative;
}

/* *************************** HOME *************************** */
.banner-home {
    position: relative;
}

.banner-home #homeSlider:after {
    content: "";
    background-color: var(--mainColor);
    position: absolute;
    left: 13%;
    bottom: 0;
    min-width: 74%;
    height: 19px;
}

.banner-home .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 49%;
}

.banner-home .owl-theme .owl-nav .owl-next {
    left: 52%;
}

.banner-home .owl-theme .owl-nav .owl-next:before {
    content: "";
    background-color: rgb(255, 255, 255);
    opacity: 0.212;
    position: absolute;
    left: -2px;
    top: 3px;
    width: 2px;
    height: 32px;
}

.banner-home .owl-theme .owl-nav i {
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: left;
    padding-right: 1px;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.banner-home .owl-theme .owl-dots {
    position: absolute;
    left: 13%;
    bottom: 30px;
}

.banner-home .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1.5px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 17px;
    height: 17px;
    margin-bottom: 8px;
    padding: 4px
}

.banner-home .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.banner-home .owl-theme .owl-dots .owl-dot.active span,
.banner-home .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--mainColor);
}

.banner-home .siparisForm {
    background-color: rgb(244, 249, 250);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 95px;
    z-index: 1;
    padding: 25px 0 25px 25px;
}

.banner-home .siparisForm a {
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi";
    color: rgb(80, 87, 89);
    line-height: 45px;
    margin-left: 15px;
}

.banner-home .siparisForm i {
    color: rgb(80, 87, 89);
    position: absolute;
    right: 0;
    top: 0;
    width: 133px;
    height: 95px;
    line-height: 95px;
    background-color: rgb(237, 242, 243);
    text-align: center;
}

.content {
    margin-top: -10px;
}

.corporate {
    background-image: url("../images/backg.png");
    min-height: 850px;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.corporate:after {
    content: "";
    background-color: rgb(244, 249, 250);
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 300px;
    z-index: 0;
}

.corporate h1 {
    font-size: 45px;
    line-height: 1.2;
    padding: 20px 40px;
    color: rgb(80, 87, 89);
    position: relative;
}

.corporate h1 small {
    font-size: 17px;
    transform: rotate(-90deg);
    position: absolute;
    left: -40px;
    top: 35px;
}

.corporate h1:before {
    content: "";
 
    height: 146px;
    width: 78px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: -30px;
}

.corporate h1:after {
    content: "";
    background-color: var(--mainColor);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 35px;
}

.button {
    border: 2px solid var(--mainColor);;
    width: max-content;
    height: 55px;
    padding: 0 15px;
    background: transparent;
    border-radius: 0px;
    z-index: 2;
}

.button a {
    font-size: 17px;
    color: rgb(80, 87, 89);
    font-family: "AvenirNextLTPro-Regular";
    line-height: 55px;
    text-decoration: none;
    margin: 0 auto;
    display: table;
}

.button a i {
    margin-left: 30px;
    position: relative;
}

.button a i:after {
    content: "";
    background-color: rgb(80, 87, 89);
    opacity: 0.4;
    position: absolute;
    left: -15px;
    top: -3px;
    width: 2px;
    height: 22px;
}

.button:before {
    background: var(--mainColor);
    border-radius: 0px;
}

.button:hover a {
    color: rgb(255, 255, 255);
}

.button:hover a i:after {
    background-color: rgb(255, 255, 255);
}

.corporate .media {
    background-color: rgb(255, 255, 255);
}

.corporate .media-body {
    padding: 0px 30px;
    line-height: 1.7;
    color: rgb(129, 141, 144);
    font-size: 16px;
}

.corporate .media-body h5 {
    font-size: 25px;
    line-height: 1.55;
}

.block {
    background-image: url("../images/mazcioglu.jpg");
    min-height: 380px;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.countAll {
    background-color: rgb(255, 255, 255);
    position: relative;
    top: -100px;
}

.countAll ul {
    width: 100%;
    padding: 30px;
    transition: all .44s ease-in;
}

.countAll ul li .circle {
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 50px 20px 20px;
    background-color: transparent;
    transition: all .44s ease-in;
    width: 78px;
}

.countAll ul li img {
    margin: 0 auto;
    display: block;
}

.countAll ul:hover li .circle {
    background-color: var(--mainColor);
}

.countAll ul:hover li img {
    filter: brightness(0) invert(1);
}

.A_kurumsal-in .media-body {
    padding: 30px;
}

.countAll ul li {
    vertical-align: top;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(80, 87, 89);
}

.countAll ul li:nth-child(2) {
    margin-left: 35px;
}

.countAll ul li span {
    font-size: 50px;
    font-family: "AvenirNextLTPro-HeavyCn";
    color: var(--mainColor);
    line-height: 1.5;
}

.block h2 {
    font-size: 43px;
    color: rgb(255, 255, 255);
    line-height: 1.368;
    text-align: center;
}

.block h2:after {
    content: "";
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: calc(50% - 60px);
    bottom: -15px;
    width: 120px;
    height: 13px;
}

.brandAll .title {
    font-size: 35px;
    color: rgb(80, 87, 89);
}

.brandAll .button {
    height: 41px;
}

.brandAll .button a {
    font-size: 16px;
    line-height: 40px;
}

.brandAll .itemPro .name {
    background-color: var(--mainColor);
    position: absolute;
   right: 0;
    top: 0;
    
    width: 400px;
    height: 140px;
    font-size: 35px;
    color: rgb(251, 254, 255);
    
    text-align: center;
    transition: all .44s ease-in;
}

.brandAll .itemPro .name strong{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 80%;
}

 

.brandAll .itemPro:hover .name {
    background-color: var(--secondColor);
}

.brandAll .itemPro .button {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 64px);
    border: none;
}

.brandAll .itemPro .button a {
    color: rgb(255, 255, 255);
}

.brandAll .itemPro .button a i:after {
    background-color: rgb(255, 255, 255);
}

.news .date {
    font-size: 17px;
    font-family: "AvenirNextLTPro-Demi";
}

.news img {
    margin: 30px 0;
}

.news .name {
    font-size: 25px;
    color: rgb(80, 87, 89);
    text-transform: uppercase;
}

.news p {
    font-size: 16px;
    color: rgb(129, 141, 144);
    line-height: 1.875;
}

.news .button {
    margin: 30px 0;
    border: none;
}

.brandAll .item .news {
    padding: 0 30px;
}

.brandAll .item .news .name {
    margin: 20% 0;
}

.brandAll .owl-theme .owl-dots {
    display: none;
}

.brandAll .owl-theme .owl-nav {
    background-color: var(--mainColor);
    width: 267px;
    height: 71px;
}

.brandAll .owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 13px;
    background: transparent;
}

.brandAll .owl-carousel {
    border-left: 2px solid rgba(224, 227, 228, 0.588);
}

footer {
    background-color: #000;
}

.form {
    background:var(--mainColor);
    min-height: 206px;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

.form h5 {
    font-size: 35px;
    line-height: 1.468;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.form p {
    font-size: 17px;
    line-height: 1.471;
    color: rgb(255, 255, 255);
}

.form .input-group {
    margin-top: 20px;
}

.form .form-control {
    width: 100%;
    height: 66px;
    padding: 20px 30px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 3px solid rgb(255, 255, 255);
    border-right: 0;
    border-radius: 0px;
}

.form .form-control::placeholder {
    color: rgb(255, 255, 255);
}

.form .btn {
    background-color: transparent;
    height: 66px;
    padding: 15px 30px;
    border: 3px solid rgb(255, 255, 255);
    border-left: 0;
    border-radius: 0;
}

.social li {
    border-width: 1.5px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    margin: 15px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    text-align: center;
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    border: 2px solid rgb(228, 228, 228);
}

.social li.list-group-item:first-child {
    margin-left: 0;
}

.social .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1.5px;
    border-left-width: 1.5px;
}

.social li a {
    color: rgb(228, 228, 228);
    font-size: 14px;
    line-height: 35px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.social li:hover a {
    color: var(--mainColor);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.social li:hover {
    border-color: var(--mainColor);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.social .fab {
    line-height: 32px;
}

footer .menu li {
    width: 48%;
    display: inline-block;
}

footer .menu li a {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

footer .addressF li {
    margin-bottom: 30px;
}

footer .addressF li,
footer .addressF li a {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.master {
    border-top: 1px solid rgba(255, 255, 255, 0.259);
    padding-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.master img {
    float: right;
}

.local a {
    font-size: 22px;
    color: rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.local a i {
    margin-right: 30px;
    color: var(--mainColor);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 10px;
}

.local a:hover {
    color: var(--mainColor);
}

/* *************************** SUBPAGE *************************** */
.breadcrumbList {
    position: absolute;
    left: 25%;
    top: 45%;
    width: 50%;
}

.breadcrumbList h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.breadcrumbList .breadcrumb {
    background-color: transparent;
}

.breadcrumbList .breadcrumb-item a,
.breadcrumbList .breadcrumb-item.active {
    font-size: 15px;
    font-family: "AvenirNextLTPro-Regular";
    color: rgb(255, 255, 255);
}

.breadcrumbList .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255);
    content: "|";
}

.subPage {
    background-color: rgb(237, 242, 243);
}

.subPage .corporate {
    background-image: none;
    min-height: inherit;
}

.subPage .corporate:after {
    content: none;
}

.subPage .corporate .media {
    background-color: transparent;
}

.white {
    background: linear-gradient(90deg, rgb(255, 255, 255) 93%, transparent 7%);
}

.post h5 {
    font-size: 50px;
    color: rgb(80, 87, 89);
    line-height: 2.5;
    letter-spacing: 10px;
}

.post p {
    font-size: 17px;
    color: rgb(129, 141, 144);
    line-height: 1.765;
    text-align: justify;
}

.borderT:before {
    content: "";
    background-color: var(--mainColor);
    position: absolute;
    left: -73px;
    top: -73px;
    width: 73px;
    height: 73px;
}

.newsOne .date {
    font-size: 17px;
    color: var(--mainColor);
}

.newsOne .name {
    font-size: 45px;
    color: rgb(80, 87, 89);
    text-transform: uppercase;
    margin: 30px 0;
}

.newsOne p {
    font-size: 16px;
    color: rgb(129, 141, 144);
    line-height: 1.875;
}

.subPage .news {
    margin-bottom: 30px;
}


.product {
    margin-bottom: 30px;
}

.product .media {
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.product .media-body {
    padding: 60px 30px;
    width: 60%;
}

.product .media-body .title {
    font-size: 45px;
    color: rgb(80, 87, 89);
    line-height: 1.778;
    position: relative;
}

.product .media-body .title:before {
    content: "";
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    top: -15px;
    width: 21px;
    height: 21px;
}

.product .media-body .nice-select {
    margin: 30px 0;
    border-radius: 0px;
    border: solid 3px rgb(80, 87, 89);
    font-size: 20px;
    height: 73px;
    color: rgb(80, 87, 89);
    line-height: 68px;
    font-family: "AvenirNextLTPro-Demi";
    width: 100%;
}

.product .media-body .nice-select:after {
    border-bottom: 3px solid rgb(80, 87, 89);
    border-right: 3px solid rgb(80, 87, 89);
    height: 10px;
    margin-top: -5px;
    right: 15px;
    width: 10px;
}

.product .media-body .nice-select:before {
    content: "";
    background-color: rgb(80, 87, 89);
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -17px;
    width: 3px;
    height: 34px;
}

.product .media-body .nice-select .list {
    width: 100%;
}

.product .media-body ul.list-group {
    width: 100%;
}

.product .media-body .list-group-item {
    padding: 0.75rem 2.25rem;
    border: none;
}

.product .media-body .list-group-item a {
    font-size: 18px;
    color: rgb(80, 87, 89);
    font-family: "AvenirNextLTPro-Regular";
    line-height: 50px;
}

.product .media-body img {
    float: left;
    margin-right: 15px;
}

.product .media .img {
    max-width: 40%;
}

.contact .name {
    font-size: 45px;
    color: rgb(80, 87, 89);
}

.contact .desc {
    font-size: 16px;
    color: rgb(129, 141, 144);
    line-height: 1.2;
    margin: 15px 0;
}

.contact ul li {
    padding-left: 50px;
    margin-bottom: 30px;
    position: relative;
}

.contact ul li img {
    position: absolute;
    left: 0;
}

.contact ul li,
.contact ul li a {
    font-size: 17px;
    font-family: "AvenirNextLTPro-Demi";
    color: rgb(82, 82, 82);
    line-height: 1.2;
}

.cForm form {
    display: inherit;
    width: 100%;
}

.cForm .form-control {
    background-color: transparent;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 56px;
    border-width: 2px;
    border-color: rgb(129, 141, 144);
    border-style: solid;
    border-radius: 0px;
}

.cForm textarea.form-control {
    height: 130px;
}

.cForm .button {
    border-radius: 0px;
    border: 2px solid rgb(129, 141, 144);
    float: right;
    width: 100%;
    padding: 30px 0;
    height: 130px;
    font-size: 20px;
}

.cForm .button:hover {
    border: 2px solid var(--mainColor)
}

.cForm .button:before {
    background: var(--mainColor);
    border-radius: 0px;
    border-radius: 0px;
}


/* *************************** İK2 *************************** */
.ik2 .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.ik2 .h5 {
    background-color: var(--mainColor);
    font-size: 20px;
    color: #fff;
    margin: 30px 0 15px;
    display: block;
    padding: 15px 15px;
    border-bottom: 0;
}

.ik2 label {
    font-size: 15px;
    color: var(--mainColor);
    text-align: left !important;
    margin-right: 15px;
}

.ik2 span {
    font-size: 15px;
    color: var(--mainColor);
}

.ik2 .btn-default:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.ik2 .btn-default {
    font-weight: 800;
    color: rgb(255, 255, 255);
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0;
}

.ik2 input,
.ik2 textarea {
    width: 100%;
    color: var(--mainColor);
    border: 1px solid #156ebe;
    border-radius: 0px;
    transition: all 0.4s;
    margin: 5px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    height: 40px;
}

.ik2 select.form-control {
    margin: 5px 0;
    height: 40px;
    width: 100%;
    color: var(--mainColor);
    border: 1px solid #156ebe;
    border-radius: 0px;
    transition: all 0.4s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    height: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.copyright-logo img {
    width: 36px;
    margin-left: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.copyright-logo img:hover {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-filter: none;
    filter: none;
}

.global_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.Galeri{}
.Galeri-in{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}
.Galeri-item{
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
}
.Galeri-item:before{
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../icon-search.svg);
}
.Galeri-item:hover:before{
    opacity: 1;
    transition: 500ms;
}


@media (min-width: 992px) and (max-width: 1200px) {

    .header .nav-item {
        padding: 10px;
    }

    .header .nav-item .nav-link {
        font-size: 14px;
    }

    .banner-home .siparisForm a {
        font-size: 14px;
    }

    .banner-home .siparisForm img {
        width: 24px;
    }

    .banner-home .siparisForm i {
        width: 110px;
    }

    .countAll-text {
        transform: translateY(-30px);
    }

    .form h5 {
        font-size: 32px;
    }

    .social img {
        width: 140px;
    }

    .social li {
        width: 32px;
        height: 32px;
        margin: 15px 10px;

    }

    .social i {
        line-height: normal;
    }

    .social li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
    }

    .Footer {
        padding: 30px 15px;
    }

    .brandAll-in {
        padding-left: 30px;
        padding-right: 30px;
    }

}

.Certificate {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.Certificate-item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.Certificate-item:hover {
    transition: 500ms;
}

.Certificate-item:hover:before {
    transition: 500ms;
    opacity: 1;
}

.Certificate-item:before {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../icon-search.svg);
}

.Certificate-item:hover:after {
    transition: 500ms;
    opacity: 0.84;
}

.Certificate-item:after {
    opacity: 0;
    content: " ";
    display: inline-block;
    transition: 500ms;
    background-color: #0186C7;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;

}
.product .media p{
    font-size: 18px;
    font-style: normal;
    line-height: 1.78;
    color: #818d90;

}
.product .media .list-group {margin-top: 40px;}
.product-info{
    display: flex;
    margin-right: -15px;
    margin-top: 50px;
}
.product-info-item{
    cursor: grab;
    padding: 15px;
    height: 400px;
    background-color: #ffffff;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: 500ms;
}
.product-info-item-image{
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-info-item-text{
    position: relative;
    text-align: center;
    height: 50%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-info-item-text:before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "" ;
    display: inline-block;
    transition: 500ms;
    width: 50%;
    height: 2px;
    background-color: #edf2f3;
}
.product-info-item-text h6{
    height: 65px;
    font-size: 22px;
    font-weight: bold;
    color: #505759;
}
.product-info-item-text p{
    font-size: 15px;
    line-height: 1.53;
    color: #818d90;
}
.product-info-item:hover{background-color:#1b85c8 }
.product-info-item:hover .product-info-item-image img{filter: brightness(10);}
.product-info-item:hover .product-info-item-text:before{background-color: white;transition: 500ms}
.product-info-item:hover .product-info-item-text h6{color: white;transition: 500ms}
.product-info-item:hover .product-info-item-text p{color: white;transition: 500ms}

.dropdown-menu li{
    width: 220px;
    padding: 7px;
}

@media (max-width: 991px) {

    .banner-home img {
        height: 200px;
        object-fit: cover;
    }

    .breadcrumbList {
        left: 50%;
        top: auto;
        bottom: 0;
        width: 100%;
        transform: translateX(-50%);
    }

    .breadcrumbList h1 {
        font-size: 28px;
    }

    .Certificate {

        margin-right: -15px;
    }

    .Certificate-item {

        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);

    }

    .Certificate-item img {
        width: 100%;
    }

    .content {
        overflow: hidden;
    }

    .owl-carousel .owl-item img {
        height: 450px;
        object-fit: cover;
    }

    .header .navbar-brand img {
        width: 100%;
    }

    .header .navbar-brand {
        padding-left: 15px;
        width: 150px;
    }

    .Footer {
        overflow: hidden;
    }

    .header {
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

    .header.active {
        background-color: #fff;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }
    .header.header-collapse {
        background-color: #000;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

    .navbar-toggler {
        margin-right: 15px;

    }

    .navbar-toggler:focus {
        background: none;
        border: none;
        outline: none;
    }

    .navbar-toggler:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        background-size: auto 100%;
        background-image: url(../images/menu.svg);
   	 	filter: brightness(0);
    }
	.header.header-collapse .navbar-toggler:before {
		filter: inherit;
	}
    .navbar-toggler[aria-expanded='true']:before {
        background-image: url(../images/close.svg);
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        margin-top: 15px;
        border-top: 1px solid #ffffff30;
    }
	.header.header-collapse .navbar-collapse {
        background-color: #000;
        padding: 15px;
        margin-top: 15px;
        border-top: 1px solid #ffffff30;
    }

    .navbar-nav {
        align-items: center;
        padding-top: 20px;
    }

    .header .navbar-default.navbar {
        padding: 15px 0;
    }

    .header .container-lg {
        padding: 0;
    }

    .header-collapse .navbar-default.navbar {
        padding: 15px 0;

    }

    .owl-nav {
        display: none;
    }

    .banner-home .siparisForm {
        width: 240px;
        height: 70px;
        padding: 15px 0 15px 15px;
    }

    .banner-home .siparisForm img {
        width: 24px;
    }

    .banner-home .siparisForm a {
        font-size: 14px;
        margin-left: 10px;
    }

    .banner-home .siparisForm i {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .banner-home #homeSlider:after {
        width: 100%;
        min-width: 74%;
        height: 15px;
        left: 0;
    }

    .banner-home .owl-theme .owl-dots {
        position: absolute;
        left: 20px;
        bottom: 15px;
    }

    .A_kurumsal {
        min-height: auto;
    }

    .A_kurumsal-head {
        flex-direction: column;
        align-items: center;
    }

    .corporate h1 {
        font-size: 24px;
    }

    .corporate h1:after {
        height: 12px;
        width: 12px;
        top: 8px;
    }

    .corporate:after {
        display: none;
    }

    .A_kurumsal-link {
        display: flex;
        justify-content: center;
    }

    .A_kurumsal-in img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .A_kurumsal-in .media {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .A_kurumsal-in .media-body {
        padding: 30px 15px;
        line-height: 1.5;
        font-size: 14px;
    }

    .A_kurumsal-in .media-body .button {
        width: 100%;
    }

    .corporate .media-body h5 {
        font-size: 20px;
        line-height: 1.25;
    }

    .countAll {
        top: -60px;
    }

    .countAll-in {
        padding-top: 30px;
        padding-left: 15px;
    }

    .countAll ul {
        padding: 30px 10px;
    }

    .countAll ul li .circle {
        top: -60px;
    }

    .countAll ul li {
        font-size: 13px;
    }

    .countAll ul li span {
        font-size: 32px;
        line-height: 1.3;
    }

    .countAll ul li:nth-child(2) {
        margin-left: 20px;
    }

    .countAll-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .block h2 {
        font-size: 24px;
    }

    .block h2:after {
        height: 8px;
    }

    .countAll-text h2 {
        transform: translateY(-20px);
    }

    .brandAll-head {
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
    }

    .brandAll .title {
        font-size: 28px;
    }

    .brandAll .button a {
        font-size: 14px;
    }

    .brandAll .itemPro .name {
        left: calc(50% - 100px);
        top: calc(50% - 60px);
        width: 200px;
        height: 75px;
        font-size: 20px;
        line-height: 75px;
    }

    .brandAll-in .itemPro img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
    .Footer{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .Footer-mail {
        padding-right: 15px;
        padding-left: 15px;
    }

    .Footer .col-md-6 {
        margin-left: 0;
    }

    .form h5 {
        font-size: 24px;
        text-align: center;
    }

    .form p {
        text-align: center;
        font-size: 15px;
    }

    .Footer-info {
        padding:20px 15px;
    }

    .Footer-info .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .Footer-info .menu li {
text-align: center;
    }
    .Footer-info .img-fluid {
     display: none;
    }
    .Footer-info .addressF{
    text-align: center;
    }
    .Footer-info .addressF li{
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.4;
    }

     .master-copy{
        text-align: center;
    }
   .master-map{
        margin-left: auto;
        margin-top: 15px;
       width: 100%;
    }
    .master-map .local{
        display: flex;
        justify-content: center;
    }
     .master-logo{
      margin-left: auto;
         margin-right: auto;
        margin-top: 15px;
    }
     .master-logo img{
width: 90px;
    }
    .countAll-text{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .subPage .corporate {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .subPage .corporate .padding-50 {
padding: 0;
    }
    .subPage .corporate .media img{
        width: 100%;
    }
    .subPage .corporate .media{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .subPage .corporate .media-body{
            padding: 0 15px;
    }
    .subPage .corporate .media-body p{
font-size: 14px;
    }
    .Misyon {
        padding: 20px 15px;
        text-align: center;
        background: white;
    }
    .Misyon .padding-50{
        padding: 0;
    }
    .Vizyon {
        padding: 20px 15px;
        text-align: center;
        padding-bottom: 30px!important;

    }
    .Vizyon .padding-50{
        padding: 20px 0;

    }
    .post h5 {
        font-size: 32px;
    }
    .post p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
    }
    .product .media {
        flex-direction: column;
        align-items: center;
    }
    .product .media-body {
        padding: 30px 15px;
        width: 100%;

    }
    .product .media .img {
        max-width: 100%;
        width: 100%;
    }
    .product .media-body .nice-select{
        font-size: 14px;
        white-space: normal;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-right: 70px;
        margin: 20px 0;
    }
    .product .media-body .nice-select:before{
        right: 35px;
    }
    .product .media-body .title{
        font-size: 36px;
        line-height: 1.5;
    }
    .product .media-body .list-group-item{
        padding: 10px;

    }
    .product .media-body .list-group-item a {
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product .media-body ul.list-group{
        justify-content: space-around;
    }
    .product .media-body .title:before{
        width: 16px;
        height: 16px;
    }
    .Kalite{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .contact{
        padding-left: 15px;
        padding-right: 15px;
        background-color: white;
    }
    .contact .padding-50{
padding: 20px 0;
    }
    .contact .name {
        font-size: 24px;
text-align: center;
    }
    .contact .desc {
        font-size: 14px;
        text-align: center;
    }
    .contact iframe{
height: 300px!important;
    }
    .cForm{
        padding: 0;
    }
    .cForm .button {
        width: 100%;
        padding: 0;
        height: 60px;
        font-size: 16px;
    }
    .contact-button{
        display: flex;
        justify-content: center;
    }
    .contact ul li, .contact ul li a{
        font-size: 14px;
        line-height: 1.3;
    }
    .local a{
        font-size: 16px;
    }
    .local a i{
        font-size: 14px;
        margin-right: 15px;
    }
    .Galeri-in{
        margin-right: -15px;
    }
    .Galeri-item{
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
    .Galeri-item:before{
        width: 24px;
        height: 24px;
    }

    .product .media p{
        font-size: 15px;
        line-height: 1.5;

    }
    .product .media .list-group {margin-top: 20px;}
    .product-info{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .product-info-item{
        height: 300px;
        width: calc(50% - 15px);
    }
    .product-info-item-text{
        padding-top: 20px;
    }

    .product-info-item-text h6{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-info-item-text p{
        font-size: 15px;
    }

}
.A_kurumsal-link a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}
.A_kurumsal-link a img{
width: 64px;
}
.A_kurumsal-head {
    align-items: center;
}
.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.slider-title{

    position: absolute;
    top: 50%;
    left: 13%;
    font-size: 80px;
    color: #fff;
     border-bottom: 10px solid #fff;
   
}


.countAll-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}


@media (max-width: 777px) {
    .slider-title{

        font-size: 25px;
        max-width: 90%;

    }


    .block {
        background-image: url("../images/banner-mobil.png");

    }


    .brandAll .itemPro .name {
        line-height: 1.3;
    }



}
.referanslar{
    width: 100%;
}
.referanslar td{
    width: 50%;
    padding: 15px 30px;
    position: relative;
    line-height: 1;
}
.referanslar td::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}
.referanslar tr:nth-child(even) td {color: #3072a9}
.referanslar tr:nth-child(even) td::before{
    background: #3072a9;
}
.referanslar tr:nth-child(odd) td {color: #000}