html {
    margin: 0;
    padding: 0;
}
body {
    background-color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color:#5a5a59;
}
html * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    outline: none;
}
html *:after {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
html *:before {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
h1, h2, h3, h4, span {
    padding: 0;
    margin: 0;
}
p {
    font-weight: 400;
    color: #5a5a59;
}
a {
    text-decoration: none !important;
}


.mini-text {
    font-size: 12px;
    line-height: 20px;
    color: #5a5a59;
}



h1 {
    color: #EE8022;
    font-weight: 300;
    font-size: 65px;
    /*font-family: 'Domine', serif;*/
}

.homeH1{
    color: #EE8022;
    font-weight: 300;
    font-size: 41px !important;
    line-height: 52px;
}

h2 {
    /* font-family: 'Domine', serif;*/
    color: #EE8022;
    font-weight: 700;
    font-size: 30px;
}
h3 {
    /* font-family: 'Domine', serif;*/
    color: #5a5a59;
    font-weight: 700;
    font-size: 22px;
}
h4 {
    color: #5a5a59;
    font-weight: 700;
    font-size: 20px;
}


.nasil-calisir {
    color: #5a5a59;
    font-weight: 700;
    font-size: 22px;
}


#header li {
    font-weight: 400;
    font-size: 14px;
}
.yuk-5 {
    height: 5px;
}
.yuk-10 {
    height: 10px;
}
.yuk-15 {
    height: 15px;
}
.yuk-20 {
    height: 20px;
}
.yuk-30 {
    height: 30px;
}
.yuk-40 {
    height: 40px;
}
.yuk-50 {
    height: 50px;
}
.yuk-60 {
    height: 60px;
}
.yuk-65 {
    height: 65px;
}
.yuk-70 {
    height: 70px;
}
.yuk-80 {
    height: 80px;
}
.yuk-90 {
    height: 90px;
}
.yuk-100 {
    height: 100px;
}
.yuk-120 {
    height: 120px;
}
.icon-yuk {
    height: 120px;
}
.sinirliGenislik250 {
    max-width: 285px;
}
.backgroundAcikTuruncu {
    background-color: #fff8f4;
}
.backgroundAcikYesil {
    background-color: #f2f7f3;
}
.button-main {
    padding: 8px 20px;
    background-color: #ee8022;
    /*background-image: linear-gradient(to bottom right, #c4122f, #ff8f00);*/
    font-size: 15px;
    color: white;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
}
.button-main:hover {
    cursor: pointer;
    background-color: #5a5a59;
    color: white;
}
.button-secondary {
    padding: 8px 18px;
    border: 2px solid;
    border-color: #fc9058;
    font-size: 15px;
    color: #fc9058;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
}
.button-secondary:hover {
    cursor: pointer;
    background-color: #fc9058;
    color: white;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}
.spotMetin {
    font-size: 20px;
}
.baslik {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #EE8022;
}
.colorWhite {
    color: white;
}
.colorBlue {
    color: #3fc6e3;
}
.backgroundWhite {
    background-color: white;
}
.esnek-bosluk {
    height: 70px;
}
.esnek-bosluk-ana-gorsel-ozel {
    height: 90px;
}
.rounded-img {
    border-radius: 15px;
}
.bold-text {
    font-weight: 400;
}
.endustriyelUl {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
}
.endustriyelUl li::before {
    content: "# ";
}
.endustriyelBirikimFotoTasiyici {
    position: relative;
    top: -40px;
}

.hamburger {
    height: 35px;
    cursor: pointer;
}

.siyahA{
    color: #5a5a59;
}

.siyahA:hover{
    color: #EE8022;
}

.turuncuA, .turuncuAFooter {
    color: #EE8022;
}
.turuncuA:hover {
    color: #5a5a59;
}
.turuncuAFooter:hover {
    color:white;
}


.tasiyici1200 {
    max-width: 1200px;
    padding: 0px 15px;
}

.masaustuMenu .aktif{
 color: #EE8022; 
}

.tasiyiciFlex {
    display: flex;
}
.tasiyiciFlexMobildeSatirli {
    display: flex;
}
.tasiyiciFlexMobildeSatirliReverse {
    display: flex;
}
.ikiSutunCssYazi {
    column-count: 2;
    column-gap: 30px;
}
.flexCenter {
    align-items: center;
}
.flexSol {
    margin-right: 15px;
}
.flexSag {
    margin-left: 15px;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.flex3 {
    flex: 3;
}
.flex4 {
    flex: 4;
}
.flex5 {
    flex: 5;
}
.flex6 {
    flex: 6;
}
.flex10 {
    flex: 10;
}
.aktifDil{
    border-left: 1px solid #eedfda;
    margin-left: 10px;
    padding-left: 20px;
}

.aktifDil:hover{
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 500 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px !important;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.btn-link {
    font-weight: 500;
    color: #3fc6e3;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.anaGorsel {
    display: none;
}
.anaBolumYukseklikUst {
    height: 40px;
}
.anaBolumYukseklikAlt {
    height: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #EE8022;
}

.table-sm td, .table-sm th {
    padding: .3rem 0px;
}


#header {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.35);
box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.35);
}


#header ul {
    padding: 0px 0px;
    margin: 0px;
}
#header ul li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 15px
}


#header ul li a {
    color: #5a5a59;
    font-weight: 400;
}

#header .masaustuMenu ul .aktif a {
    color: #EE8022;
}

#header .urunMenusuMasaustu ul li a {
    color: white;
    font-weight: 400;
}

.dropdownOzel a {
    color: #5a5a59 !important;
    font-weight: 400;
}

#header ul li a:hover {
    color: #EE8022;
}
#header p {
    font-size: 14px;
}
#mobilMenu ul {
    text-align: center;
}

#mobilMenu a {
    color: #5a5a59;
}

#mobilMenu ul .aktif a {
    color: #EE8022;
}

.fontw600 {
    font-weight: 700;
}
.footerBg {
    /* background-image: url("img/seminanti/footerbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #5a5a59;
}
.bg1 {
    background-image: url("img/seminanti/bg-1.jpg");
    background-position: top;
    background-repeat: no-repeat;
    height: 600px;
}

#mobilMenu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    /*color: white;*/
}
#mobilMenu ul li {
    padding: 10px 0px;
    text-align: left;
}
#mobilMenu ul li:hover {
    cursor: pointer;
}
.maxW750 {
    max-width: 750px;
}
.hamburger {
    display: none;
}
#mobilMenu {
    z-index: 99;
    position: fixed;
    top: 0;
    background-color: grey;
    left: -100%;
    height: 100vh;
    width: 100%;
    background-color: #fff8f4;
    overflow-x: auto;
}

.paragraf p {
    padding-bottom: 15px;
}
.mobilMenuAktif {
    left: 0 !important;
}

#headerLinkler {
    border-bottom: 1px solid #ececec;
    padding: 5px 0px;
}
.basaDonIcon {
    height: 35px;
}
.basaDon {
    padding: 20px 0px;
}
.backgroundGrey {
    background-color: #f7f7f7;
}


#alpkimLogo, #alpkimLogoFooter{
    height: 50px;
}







.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.03);
}

.table td, .table th {
    padding: 0.55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.dropdown-menu {
    font-size: 15px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.55rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: #EE8022;
    padding-left: 20px;
}


@media (max-width: 1200px) {
    .bg1 {
        background-image: none !important;
        height: auto !important;
    }
    .anaGorsel {
        display: inline-block;
    }
    .anaBolumYukseklikAlt {
        height: 60px;
    }
}
@media (max-width: 1400px) {
    .head-beyaz-zemin {
        max-width: 50%;
    }
}
@media (max-width: 768px) {

    #header ul li {
        margin: 0px 5px;
    }

    .grKelime{
        font-size: 12px;
    }

    .aktifDil{
        border-left: none;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .anaBolumYukseklikUst {
        height: 35px;
    }
    .anaBolumYukseklikAlt {
        height: 30px;
    }
    .endustriyeAnaImaj {
        position: inherit;
        top: 0px;
    }
    .endustriyelTopPadding {
        padding-top: 70px;
    }
    .endustriyelUl li {
        display: inline-block;
        padding-right: 10px;
    }
    .endustriyelBirikimFotoTasiyici {
        position: relative;
        top: -20px;
    }
    .icon-yuk {
        height: 100px;
    }
    .mobildeTersDirection {
        flex-direction: column-reverse;
    }
    .mobildeGizli {
        display: none;
    }
    .tasiyiciFlexMobildeSatirli {
        flex-direction: column;
    }
    .tasiyiciFlexMobildeSatirliReverse {
        flex-direction: column-reverse;
    }
    .flexSol {
        margin-right: 0px !important;
    }
    .flexSag {
        margin-left: 0px !important;
    }
    .mobildeMarginBottom {
        margin-bottom: 40px !important;
    }
}


@media (max-width: 992px) {

 

    .masaustuMenu {
        display: none;
    }
    .hamburger {
        display: inline-block !important;
        margin-right: 5px;
    }
    .icon-yuk {
        height: 110px;
    }
    .mobilde-bottom-padding {
        padding-bottom: 70px;
    }
    h1, .homeH1 {
        font-size: 42px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    .head {
        height: 400px;
    }
    .esnek-bosluk {
        height: 70px !important;
    }
    .esnek-bosluk-ana-gorsel-ozel {
        height: 70px;
    }
}


@media (max-width: 540px) {
    .homeH1{
        font-size: 38px !important;
        line-height: 44px;
    }

    .anaBolumYukseklikUst {
        height: 20px;
    }
    .icon-yuk {
        height: 90px;
    }
    .ikiSutunCssYazi {
        column-count: 1;
        column-gap: 0px;
    }
    .esnek-bosluk-ana-gorsel-ozel {
        height: 40px;
    }

    #alpkimLogo{
        height: 40px !important;
        margin-left:10px;
    }

    #alpkimLogoFooter{
        height: 40px;
    }
}


@media (max-width: 1100px) {
    .hamburger {
        height: 32px;
    }
}